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-472-gbb760


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-472-gbb76058
Date: Thu, 2 Sep 2021 12:27:12 -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  bb7605897eddfc1a416aa5cb2b6a3de13ee624de (commit)
      from  340f224bd085965d5ff724afdafa04759f8a040f (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 bb7605897eddfc1a416aa5cb2b6a3de13ee624de
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Thu Sep 2 09:23:11 2021 -0700

    DEFINE: Properly support redefining a macro.
    
    Redefining a macro didn't work in simple cases because the macro name was
    being expanded in the DEFINE command.
    
    Thanks to Frans Houweling for reporting the bug.

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

Summary of changes:
 src/language/control/define.c    | 27 ++++++++++++++++----------
 src/language/lexer/scan.c        |  1 +
 src/language/lexer/segment.c     | 42 ++++++++++++++++++++++++++--------------
 src/language/lexer/segment.h     |  1 +
 tests/language/control/define.at | 12 ++++++++++++
 tests/language/lexer/scan.at     | 28 +++++++++++++--------------
 tests/language/lexer/segment.at  | 28 +++++++++++++--------------
 7 files changed, 87 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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