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-69-g18fb04


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-69-g18fb045fc
Date: Fri, 16 Sep 2022 19:15:32 -0400 (EDT)

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  18fb045fc51127bb69d2f241c7878088c357853e (commit)
       via  4fea709b5f138c4087954b57664d5f171e02a399 (commit)
       via  8011f9998ed6cc3cd8948d080a1b7e36d932e5c5 (commit)
       via  7be27d2d9fb7f5d62523c744599bc4cc2f3fc1ea (commit)
      from  f7b99e8ac627ba617827961d851ea70efc39ad76 (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 18fb045fc51127bb69d2f241c7878088c357853e
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Sep 16 16:14:34 2022 -0700

    DELETE VARIABLES: Improve error messages.

commit 4fea709b5f138c4087954b57664d5f171e02a399
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Sep 16 16:08:25 2022 -0700

    APPLY DICTIONARY: Style improvements.

commit 8011f9998ed6cc3cd8948d080a1b7e36d932e5c5
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Sep 12 19:19:38 2022 -0700

    SAVE TRANSLATE: Improve error messages and implementation of RENAME.

commit 7be27d2d9fb7f5d62523c744599bc4cc2f3fc1ea
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Sep 12 18:48:46 2022 -0700

    PRINT: Improve error messages.

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

Summary of changes:
 src/data/format.c                             |  42 ++--
 src/data/format.h                             |   6 +-
 src/data/por-file-reader.c                    |   3 +-
 src/data/variable.c                           |   4 +-
 src/language/data-io/combine-files.c          |   2 +-
 src/language/data-io/get.c                    |   2 +-
 src/language/data-io/print.c                  | 180 +++++++++--------
 src/language/data-io/save-translate.c         |  69 +++----
 src/language/data-io/save.c                   |   2 +-
 src/language/data-io/trim.c                   | 279 ++++++--------------------
 src/language/data-io/trim.h                   |   4 +-
 src/language/dictionary/apply-dictionary.c    |  19 +-
 src/language/dictionary/delete-variables.c    |   7 +-
 src/language/dictionary/numeric.c             |   2 +-
 src/language/expressions/evaluate.c           |   2 +-
 src/language/expressions/parse.c              |   2 +-
 src/language/lexer/variable-parser.h          |  20 +-
 src/language/stats/ctables.c                  |   2 +-
 src/output/spv/spv.c                          |   2 +-
 tests/language/data-io/print.at               |  57 ++++++
 tests/language/data-io/save-translate.at      | 208 ++++++++++++++++++-
 tests/language/dictionary/delete-variables.at |  24 +++
 22 files changed, 541 insertions(+), 397 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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