[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1274-g665b
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1274-g665bff3 |
Date: |
Fri, 21 May 2010 05:07:38 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via 665bff371384dafbbc328fabee9b564260561e44 (commit)
via 78b2280e4d75fc07ce0f17c3607c0707f7ccb819 (commit)
from a21231bcd08705522d4a4674e34fb87dd1c1bac8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 665bff371384dafbbc328fabee9b564260561e44
Author: Ben Pfaff <address@hidden>
Date: Thu May 20 21:56:48 2010 -0700
sys-file-reader: Variable attributes record uses long variable names.
Michel Boaventura provided a system file for which PSPP complained about
bad variable attributes records. I found out that this was because the
variables were specified using long names, not short names. This commit
allows PSPP to read these variable attributes properly.
commit 78b2280e4d75fc07ce0f17c3607c0707f7ccb819
Author: Ben Pfaff <address@hidden>
Date: Thu May 20 21:54:56 2010 -0700
sys-file-reader: Tolerate variable labels longer than 255 bytes.
Michel Boaventura provided a system file with a 256-byte variable label
that PSPP rejected. This commit allows it to be read.
-----------------------------------------------------------------------
Summary of changes:
doc/dev/system-file-format.texi | 13 ++++++++---
src/data/sys-file-reader.c | 41 +++++++++++++++++++++++++++++++++-----
tests/dissect-sysfile.c | 14 ++++++++----
3 files changed, 53 insertions(+), 15 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1274-g665bff3,
Ben Pfaff <=