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.4.1-555-gb525a


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-555-gb525a9596
Date: Fri, 31 Dec 2021 14:10:41 -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  b525a9596e60d5ae4c6c464b4a426b77ade3dd72 (commit)
      from  89c05dfe33f9542e60e66dd383f7a514849b5947 (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 b525a9596e60d5ae4c6c464b4a426b77ade3dd72
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Dec 31 11:06:48 2021 -0800

    Replace more uses of 'cnt' by 'n'.
    
    This continues the work begun in commit 339f1956cc72 ("treewide: Replace
    <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.") by replacing
    more uses of 'cnt' by 'n', which I think is a better choice these days.

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

Summary of changes:
 src/data/case.h                         |   2 +-
 src/data/caseinit.c                     |  26 +-
 src/data/caseproto.c                    |  22 +-
 src/data/caseproto.h                    |   4 +-
 src/data/casereader-provider.h          |   4 +-
 src/data/casereader-shim.c              |   2 +-
 src/data/casereader-translator.c        |   4 +-
 src/data/casewindow.c                   |  10 +-
 src/data/casewindow.h                   |   2 +-
 src/data/datasheet.c                    |  70 ++--
 src/data/datasheet.h                    |  10 +-
 src/language/expressions/operations.def |   6 +-
 src/language/lexer/variable-parser.c    |  12 +-
 src/language/lexer/variable-parser.h    |   8 +-
 src/language/stats/descriptives.c       |  14 +-
 src/language/tests/moments-test.c       |  24 +-
 src/libpspp/float-format.c              |  10 +-
 src/libpspp/heap.c                      |  50 +--
 src/libpspp/integer-format.c            |  46 +--
 src/libpspp/str.c                       | 136 ++++----
 src/libpspp/str.h                       |  10 +-
 src/libpspp/taint.c                     |  34 +-
 src/math/moments.c                      |  16 +-
 src/math/moments.h                      |   4 +-
 src/ui/gui/psppire-import-textfile.c    |  22 +-
 src/ui/gui/psppire-import-textfile.h    |   2 +-
 tests/data/datasheet-test.c             |  66 ++--
 tests/libpspp/abt-test.c                | 182 +++++-----
 tests/libpspp/bt-test.c                 | 168 +++++-----
 tests/libpspp/heap-test.c               | 174 +++++-----
 tests/libpspp/hmap-test.c               | 174 +++++-----
 tests/libpspp/hmapx-test.c              | 208 ++++++------
 tests/libpspp/ll-test.c                 | 566 ++++++++++++++++---------------
 tests/libpspp/llx-test.c                | 574 ++++++++++++++++----------------
 tests/libpspp/range-map-test.c          |  54 +--
 tests/libpspp/range-set-test.c          |  10 +-
 tests/libpspp/range-tower-test.c        |  10 +-
 tests/libpspp/sparse-array-test.c       | 102 +++---
 tests/libpspp/string-map-test.c         | 142 ++++----
 tests/libpspp/string-set-test.c         | 130 ++++----
 tests/libpspp/stringi-map-test.c        | 142 ++++----
 tests/libpspp/stringi-set-test.c        | 132 ++++----
 tests/libpspp/tower-test.c              | 114 +++----
 43 files changed, 1741 insertions(+), 1757 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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