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. v2.0.0-pre1-39-g8


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v2.0.0-pre1-39-g8a5ce2dbe
Date: Sun, 4 Jun 2023 11:03:43 -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  8a5ce2dbefc4a1af4dc6926888eba4f58e8da45c (commit)
       via  1a464399ccf4f96942c63d34abe979747e432f2e (commit)
      from  733154a78524daecf1542c4f6fba96474ac3426f (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 8a5ce2dbefc4a1af4dc6926888eba4f58e8da45c
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Jun 4 07:57:24 2023 -0700

    Fix minor English grammar errors, mostly "a" versus "an".
    
    I spotted one of these and then found the rest via "grep".

commit 1a464399ccf4f96942c63d34abe979747e432f2e
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Sun Jun 4 07:52:11 2023 -0700

    lexer: New function for other kind of half-open range.
    
    The existing function lex_force_num_range_halfopen() handled ranges of the
    form [low,high).  There is a new need for (low,high] ranges.  This commit
    adds that new function and renames the existing one so that it's obvious
    which kind it handles.

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

Summary of changes:
 doc/data-io.texi                       |  2 +-
 doc/dev/portable-file-format.texi      |  2 +-
 doc/matrices.texi                      |  2 +-
 doc/statistics.texi                    | 18 +++----
 doc/variables.texi                     |  2 +-
 perl-module/lib/PSPP.pm.in             |  2 +-
 src/data/casewindow.c                  |  2 +-
 src/data/identifier2.c                 |  6 +--
 src/data/missing-values.c              |  4 +-
 src/data/por-file-reader.c             |  2 +-
 src/data/sys-file-reader.c             |  2 +-
 src/language/commands/ctables.c        |  4 +-
 src/language/lexer/lexer.c             | 96 +++++++++++++++++++++++++++++++---
 src/language/lexer/lexer.h             |  6 ++-
 src/libpspp/abt.c                      |  2 +-
 src/libpspp/bt.c                       |  2 +-
 src/libpspp/encoding-guesser.c         |  2 +-
 src/libpspp/heap.c                     |  2 +-
 src/libpspp/heap.h                     |  2 +-
 src/libpspp/hmap.c                     |  2 +-
 src/libpspp/line-reader.c              |  2 +-
 src/libpspp/ll.h                       |  4 +-
 src/output/table.c                     |  2 +-
 src/ui/gui/find-dialog.c               |  2 +-
 tests/language/commands/frequencies.at |  2 +-
 utilities/pspp-dump-sav.c              |  2 +-
 26 files changed, 129 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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