pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-20-gff85c7


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.1-20-gff85c7d
Date: Mon, 30 Sep 2013 02:17:36 +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  ff85c7d77222c0ea90a9fc35b36eebd34eca52d2 (commit)
       via  4aa11074dae28b2026f6633295bd72db4dd51d1b (commit)
      from  47d59628a7d51aaea05066a2d89261c3d364db35 (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 ff85c7d77222c0ea90a9fc35b36eebd34eca52d2
Author: Ben Pfaff <address@hidden>
Date:   Sun Sep 29 19:11:41 2013 -0700

    sys-file-reader: Add support for long string missing values.
    
    I assumed earlier that long string missing values used the same fields in
    the system file as other missing values, but I was wrong.  This commit
    updates the support to match what I've seen in actual system files.
    
    Reported by Przemek Powalko <address@hidden>.

commit 4aa11074dae28b2026f6633295bd72db4dd51d1b
Author: Ben Pfaff <address@hidden>
Date:   Sun Sep 29 18:55:38 2013 -0700

    missing-values: Make mv_add_str() easier to use.
    
    Both existing callers of mv_add_str() were applying their own padding to
    the string value.  This commit moves the padding into mv_add_str() itself.
    
    This commit also fixes a minor to-do item in the MISSING VALUES command
    whereby truncation of too-long missing values was done bytewise rather than
    on the basis of full characters.

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

Summary of changes:
 NEWS                                     |   12 ++-
 doc/dev/system-file-format.texi          |   73 +++++++++++++
 src/data/missing-values.c                |   17 ++-
 src/data/missing-values.h                |    4 +-
 src/data/sys-file-reader.c               |  113 +++++++++++++++++++--
 src/data/sys-file-writer.c               |  113 +++++++++++++++++----
 src/language/dictionary/missing-values.c |   46 +++++----
 tests/data/sys-file-reader.at            |  162 +++++++++++++++++++++++++++--
 tests/data/sys-file.at                   |   51 ++++++++++
 utilities/pspp-dump-sav.c                |   56 ++++++++++
 10 files changed, 572 insertions(+), 75 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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