pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-59-ge624e2


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-59-ge624e2d
Date: Fri, 16 Oct 2009 03:55:26 +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, stable has been updated
       via  e624e2da6ea68d22e6d4fba4eaa96d37d07a6730 (commit)
      from  59990cb7ac648d05a8fe981def5433e5496d0efa (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 e624e2da6ea68d22e6d4fba4eaa96d37d07a6730
Author: Ben Pfaff <address@hidden>
Date:   Wed Oct 14 21:20:44 2009 -0700

    sys-file-reader: Tolerate nonsensical opcodes in compressed data.
    
    Compressed data in .sav files uses a set of 256 opcodes, some of which make
    sense only for numeric data and others of which only make sense for string
    data.  However, Jereme Thomas <address@hidden> has provided one
    file, written by SPSS 14, that uses an opcode that seems to makes sense
    only for numeric data in a string field.  So this commit adds support for
    these opcodes, although it still warns about the ones other than the exact
    one found in the file provided by Jereme.

-----------------------------------------------------------------------

Summary of changes:
 doc/dev/system-file-format.texi |    3 +++
 src/data/sys-file-reader.c      |   34 +++++++++++++++++++++++++++++++---
 2 files changed, 34 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]