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.2-28-g905015


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-28-g905015f
Date: Sun, 16 Feb 2014 07:18:13 +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  905015f340600bf5ff9f9e1e2202b043e653f9f9 (commit)
       via  9b43ed0de590acc1926e4787c74c86870577c65a (commit)
       via  18c5f96f46fc5ea553eccb3f9cbec99af5e839e8 (commit)
       via  8bb2c7ac0120743561e3a483d3b1dd0e96ba447a (commit)
       via  bdf3609794a1f7bea432415f7466b85a069f8b0c (commit)
       via  41a0546e577009ef8b8eac45793968d7519ca5cf (commit)
       via  e4783760e8e8dcc9b18df3b25450daaa3d2cfa36 (commit)
      from  a2f806b656f4f5f0693292a814dc992d5f083b46 (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 905015f340600bf5ff9f9e1e2202b043e653f9f9
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 15 15:46:23 2014 -0800

    sys-file-reader: Break multiple response set decoding into two stages.
    
    This allows the multiple response set names to be obtained before
    the encoding used for their names has been determined.

commit 9b43ed0de590acc1926e4787c74c86870577c65a
Author: Ben Pfaff <address@hidden>
Date:   Sun Feb 9 13:26:32 2014 -0800

    sys-file-reader: Break reading a system file into two stages.
    
    This paves the way to add a way to obtain strings from the system file, to
    allow to more intelligently offer users a choice of encodings, by allowing
    a client to open a system file before deciding what encoding should be
    used to decode it.

commit 18c5f96f46fc5ea553eccb3f9cbec99af5e839e8
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 15 23:11:56 2014 -0800

    sys-file-reader: Get rid of longjmp().
    
    longjmp() makes code harder to understand, and I was finding its
    usage here was making it harder for me to make reasonable changes
    to the system file reader.

commit 8bb2c7ac0120743561e3a483d3b1dd0e96ba447a
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 15 19:22:07 2014 -0800

    pspp-dump-sav: Print variable sets.
    
    I'm thinking about implementing these, and it's easier to understand the
    format if pspp-dump-sav prints the contents.

commit bdf3609794a1f7bea432415f7466b85a069f8b0c
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 15 23:06:13 2014 -0800

    pspp-dump-sav: More gracefully handle empty multiple response sets.
    
    Some multiple response sets have no variables, although I don't know why,
    and pspp-dump-sav is more useful if it doesn't stop reading when it arrives
    at one.

commit 41a0546e577009ef8b8eac45793968d7519ca5cf
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 15 19:19:58 2014 -0800

    sys-file-reader: Handle multiple response sets with extra line feeds.
    
    Some system files have these, although I don't know why.

commit e4783760e8e8dcc9b18df3b25450daaa3d2cfa36
Author: Ben Pfaff <address@hidden>
Date:   Sat Feb 8 22:07:58 2014 -0800

    sys-file-reader: Ignore string weighting variable instead of aborting.

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

Summary of changes:
 doc/dev/system-file-format.texi         |   13 +-
 perl-module/PSPP.xs                     |   21 +-
 src/data/any-reader.c                   |   12 +-
 src/data/sys-file-reader.c              | 1576 +++++++++++++++++++------------
 src/data/sys-file-reader.h              |   40 +-
 src/language/dictionary/sys-file-info.c |    7 +-
 tests/data/sys-file-reader.at           |  148 +++-
 utilities/pspp-dump-sav.c               |   20 +-
 8 files changed, 1147 insertions(+), 690 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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