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-52-g96e7b2


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-52-g96e7b2185
Date: Sun, 11 Sep 2022 14:41:29 -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  96e7b2185df6cafec262a1bec7a976f6901bf95b (commit)
       via  05d3f5635ef3bf53d1b9c4a67f7bddb1f3060c80 (commit)
       via  20a719c093ca3a8ebfd827eb17a9638fe0cda95b (commit)
      from  36fc62cea79992b47f12f6144d89a60d1ddcbdb1 (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 96e7b2185df6cafec262a1bec7a976f6901bf95b
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Sep 11 11:40:02 2022 -0700

    str: Replace ss_alloc_substring() by ss_clone() and similarly with a pool.
    
    This makes it possible to use in an initializer.

commit 05d3f5635ef3bf53d1b9c4a67f7bddb1f3060c80
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Sep 11 11:12:21 2022 -0700

    AGGREGATE: Use array instead of linked list.

commit 20a719c093ca3a8ebfd827eb17a9638fe0cda95b
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Sep 11 11:10:11 2022 -0700

    AGGREGATE: Remove write-only struct member.

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

Summary of changes:
 src/language/data-io/data-parser.c |  32 +-
 src/language/expressions/parse.c   |   4 +-
 src/language/lexer/lexer.c         |   4 +-
 src/language/lexer/macro.c         |   2 +-
 src/language/lexer/scan.c          |  17 +-
 src/language/lexer/token.c         |   2 +-
 src/language/stats/aggregate.c     | 692 ++++++++++++++++++-------------------
 src/libpspp/i18n.c                 |   6 +-
 src/libpspp/pool.c                 |   2 +-
 src/libpspp/pool.h                 |   2 +-
 src/libpspp/str.c                  |  31 +-
 src/libpspp/str.h                  |   5 +-
 12 files changed, 385 insertions(+), 414 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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