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.6.2-193-g2a64e


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-193-g2a64e944e
Date: Mon, 27 Feb 2023 01:12:31 -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  2a64e944e842caf6df8476f3bc7c815a332dc975 (commit)
       via  6fe157aa60e9eff822de37cfe1c181a942deda70 (commit)
      from  a2512fa639d23c62104e38e2e125f538c325fc72 (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 2a64e944e842caf6df8476f3bc7c815a332dc975
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Feb 25 17:48:46 2023 -0800

    Add support for variable sets in the system file format.
    
    Variable sets are primarily a GUI feature, but this commit doesn't
    implement them in the GUI.

commit 6fe157aa60e9eff822de37cfe1c181a942deda70
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Feb 26 20:26:44 2023 -0800

    dictionary: Avoid name shadowing in dict_clone().
    
    In this case, it wasn't a bug, but it was confusing.

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

Summary of changes:
 doc/dev/system-file-format.texi                    |  53 +++++-
 src/data/automake.mk                               |   2 +
 src/data/dictionary.c                              | 130 ++++++++++++--
 src/data/dictionary.h                              |  10 ++
 src/data/sys-file-reader.c                         |  59 +++++-
 src/data/sys-file-writer.c                         |  46 +++++
 .../commands/temporary.c => data/varset.c}         |  45 +++--
 .../commands/sort-criteria.h => data/varset.h}     |  29 +--
 src/language/command.def                           |   1 +
 src/language/commands/sys-file-info.c              |  52 ++++++
 tests/data/sys-file-reader.at                      | 200 +++++++++++++++++++++
 utilities/pspp-dump-sav.c                          |  37 ++++
 12 files changed, 617 insertions(+), 47 deletions(-)
 copy src/{language/commands/temporary.c => data/varset.c} (55%)
 copy src/{language/commands/sort-criteria.h => data/varset.h} (54%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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