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. v1.4.1-111-g24e84


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-111-g24e84c1
Date: Tue, 10 Nov 2020 02:32:03 -0500 (EST)

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  24e84c14af8ac6dc897344104e756c8820f9a031 (commit)
      from  8d41c0b2ee56d26aa3eef334ccce3d7a39c0a697 (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 24e84c14af8ac6dc897344104e756c8820f9a031
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Nov 8 18:29:49 2020 -0800

    Add support for .tlo TableLook files from SPSS 15 and earlier.

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

Summary of changes:
 NEWS                                   |   2 +-
 doc/automake.mk                        |   1 +
 doc/dev/spv-file-format.texi           |   4 +
 doc/dev/tlo-file-format.texi           | 331 +++++++++++++++++++++++++++++++++
 doc/pspp-dev.texi                      |   2 +
 doc/pspp-output.texi                   |  19 +-
 src/output/pivot-table.c               |   2 +-
 src/output/spv/automake.mk             |  16 ++
 src/output/spv/binary-parser-generator |  15 +-
 src/output/spv/spv-table-look.c        | 257 +++++++++++++++++++++++--
 src/output/spv/tlo.grammar             |  81 ++++++++
 utilities/pspp-output.1                |  12 +-
 utilities/pspp-output.c                |  18 ++
 13 files changed, 740 insertions(+), 20 deletions(-)
 create mode 100644 doc/dev/tlo-file-format.texi
 create mode 100644 src/output/spv/tlo.grammar


hooks/post-receive
-- 
GNU PSPP



reply via email to

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