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-405-g1a507


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-405-g1a507e9
Date: Tue, 13 Apr 2021 13:02:26 -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  1a507e967cecfffdc33a64e24b9865cfd0d2aee3 (commit)
       via  6467d294ac5750d7ee060f5c4e0291275ece238d (commit)
      from  29750abbb77e892f937b6551984df1952b4163a1 (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 1a507e967cecfffdc33a64e24b9865cfd0d2aee3
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Tue Apr 13 10:01:58 2021 -0700

    psppire-dialog-action-regression: Fix unused variable warning.
    
    GCC said that 'ok' was unused because it's declared in the 'for' loop.

commit 6467d294ac5750d7ee060f5c4e0291275ece238d
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Tue Apr 13 09:58:46 2021 -0700

    segment: Improve segmentation when DEFINE command has early terminator.
    
    The DEFINE command should not have a command terminator before the final
    !ENDDEFINE.  When it does, that ends the whole thing early.  The segmenter
    didn't handle this well, instead treating everything up to !ENDDEFINE as
    part of the command.  That's probably not the best way because it makes
    for confusing error messages.  This improves the behavior.

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

Summary of changes:
 src/language/lexer/segment.c                  | 10 ++++++++-
 src/ui/gui/psppire-dialog-action-regression.c |  1 -
 tests/language/lexer/scan.at                  | 32 +++++++++++++++++++++++++--
 tests/language/lexer/segment.at               | 30 +++++++++++++++++++++++--
 4 files changed, 67 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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