[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-1324-g9506
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1324-g95064b9 |
Date: |
Sat, 22 May 2010 18:34:14 +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 95064b9febe3b0be20b42b32d4dfa9099e306fe8 (commit)
via 6737458c0b6e99c76c6050a1f5b5ba388b1ee395 (commit)
via c17158f059ed075cbac2fd6e6b3be8ea9ba5de6c (commit)
via ed323d5c8d8bebb22b738f1057626607d6c53a59 (commit)
from 0ee0a3f7c62a2176db6f603fa01ebceb4ee7e526 (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 95064b9febe3b0be20b42b32d4dfa9099e306fe8
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:33:48 2010 -0700
sys-file-reader: Fix reading overlong value labels for long string
variables.
Commit 6b562f8a8 "Add support for value labels on long string variables"
that added support for reading value labels for long string variables from
system files had a logic error in dealing with too-long label strings: the
sign of the subtraction was reversed.
Problem reported by Michel Boaventura <address@hidden>.
commit 6737458c0b6e99c76c6050a1f5b5ba388b1ee395
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:28:51 2010 -0700
dissect-sysfile: Eliminate harmless GCC warning.
commit c17158f059ed075cbac2fd6e6b3be8ea9ba5de6c
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:28:18 2010 -0700
dissect-sysfile: Allow padding compressed data at end of file without error.
Compressed data in a system file can end either with a special opcode or
by padding out the last set of opcodes to an 8-byte boundary with null
bytes. Until now, dissect-sysfile has complained about last with
"unexpected end of file". This commit fixes the problem.
commit ed323d5c8d8bebb22b738f1057626607d6c53a59
Author: Ben Pfaff <address@hidden>
Date: Sat May 22 11:24:48 2010 -0700
dissect-sysfile: Properly interpret padding bytes in compressed data.
-----------------------------------------------------------------------
Summary of changes:
src/data/sys-file-reader.c | 2 +-
tests/dissect-sysfile.c | 31 ++++++++++++++++++++++++++++---
2 files changed, 29 insertions(+), 4 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-1324-g95064b9,
Ben Pfaff <=