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.2.0-243-ga49b9


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-243-ga49b940
Date: Sun, 21 Jul 2019 20:27: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  a49b940e58f148bf111c647d9b4822025636ff80 (commit)
       via  dc331e08118a1c299a41069f6f51183176b27621 (commit)
       via  2e394b5547a02d0927de00711148fe3461abf75c (commit)
      from  606972e74b9501ed3c3528e1826625b0ed98037c (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 a49b940e58f148bf111c647d9b4822025636ff80
Author: Ben Pfaff <address@hidden>
Date:   Sun Jul 21 17:16:36 2019 -0700

    value: Get rid of value_str(), value_str_rw(), value_num().
    
    These can now all be replaced now by plain ->s or ->f, which is
    shorter and clearer anyway.

commit dc331e08118a1c299a41069f6f51183176b27621
Author: Ben Pfaff <address@hidden>
Date:   Sat Jul 20 19:18:53 2019 -0700

    value: Drop distinction between long and short string values.
    
    The time has passed when this is a super valuable distinction.  There is
    basically no distinction in the language itself anymore, the efficiency
    gains sound pretty marginal, and the differences lead to bugs, both
    correctness- and memory leak-wise, that are hard to test for (because the
    developer must make sure to test both short and long strings everywhere).
    This commit changes the code so that both short and long strings are
    represented the way that long strings were previously.

commit 2e394b5547a02d0927de00711148fe3461abf75c
Author: Ben Pfaff <address@hidden>
Date:   Sun Jul 21 17:16:07 2019 -0700

    t-test-parser: Re-fix memory leak.
    
    I managed to screw this up in untabification.
    
    Fixes: 759791b6dee8 ("t-test-parser: Untabify.")

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

Summary of changes:
 doc/dev/concepts.texi                          | 21 ------
 perl-module/PSPP.xs                            |  4 +-
 src/data/case-tmpfile.c                        |  2 +-
 src/data/case.c                                | 15 ++---
 src/data/caseproto.c                           | 85 ++++++++++++-----------
 src/data/caseproto.h                           | 51 +++++++-------
 src/data/data-in.c                             |  6 +-
 src/data/data-out.c                            |  6 +-
 src/data/datasheet.c                           |  2 +-
 src/data/mdd-writer.c                          |  2 +-
 src/data/missing-values.c                      | 21 +++---
 src/data/pc+-file-reader.c                     |  6 +-
 src/data/por-file-writer.c                     |  2 +-
 src/data/psql-reader.c                         |  3 +-
 src/data/sys-file-reader.c                     | 14 ++--
 src/data/sys-file-writer.c                     | 11 ++-
 src/data/value.c                               | 53 ++++++---------
 src/data/value.h                               | 93 +++++---------------------
 src/language/data-io/matrix-data.c             | 13 ++--
 src/language/data-io/matrix-reader.c           | 13 ++--
 src/language/dictionary/mrsets.c               |  2 +-
 src/language/stats/aggregate.c                 | 34 ++++------
 src/language/stats/autorecode.c                |  8 +--
 src/language/stats/t-test-parser.c             |  5 +-
 src/language/xforms/recode.c                   |  8 +--
 src/output/pivot-table.c                       |  3 +-
 src/ui/gui/psppire-dialog-action-indep-samps.c |  6 +-
 src/ui/gui/spreadsheet-test.c                  |  2 +-
 src/ui/gui/value-variant.c                     | 14 +---
 src/ui/syntax-gen.c                            |  6 +-
 tests/data/datasheet-test.c                    | 14 ++--
 31 files changed, 197 insertions(+), 328 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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