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-238-g7d15b


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-238-g7d15b3223
Date: Sat, 29 Apr 2023 21:08:31 -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  7d15b322392a7bc29c7da540a8e2de2d2cf9c808 (commit)
       via  6e30f48a8f7ee01f013318866176884e511aafe7 (commit)
       via  a498159e88a2d5355055bcb17525555a2da74bda (commit)
      from  9f1795a4c231423729dfc1d599140a6be81776d5 (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 7d15b322392a7bc29c7da540a8e2de2d2cf9c808
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Apr 29 18:07:35 2023 -0700

    combine-files: Adopt the encoding of the first input file.
    
    Previously, there was no good way to control the output encoding, which was
    simply the default encoding.  One could use SET LOCALE, but it seems more
    reasonable to use the encoding from one of the input files, and the first
    one is the most obvious choice.
    
    Also, improve the warning about incompatible input encodings.

commit 6e30f48a8f7ee01f013318866176884e511aafe7
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Apr 29 17:47:05 2023 -0700

    combine-files: Only give an error for different types if they're kept.
    
    Until now, ADD FILES, MATCH FILES, and UPDATE always gave an error if
    variables in the input files had different types or widths and they weren't
    renamed to avoid it.  This commit makes them only do that if the variables
    in question aren't dropped.

commit a498159e88a2d5355055bcb17525555a2da74bda
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sat Apr 29 17:44:51 2023 -0700

    combine-files: Fix crash when no files are given.
    
    ADD FILES, MATCH FILES, and UPDATE would crash if no files were given.
    This fixes the problem.

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

Summary of changes:
 doc/combining.texi                     |   2 +
 src/language/commands/combine-files.c  | 170 ++++++++++++++++++++++++---------
 tests/language/commands/add-files.at   |   3 +
 tests/language/commands/match-files.at |  55 +++++++++++
 tests/language/commands/update.at      |   2 +-
 5 files changed, 184 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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