[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-466-g67933
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-466-g6793396 |
Date: |
Thu, 26 Aug 2021 12:33:06 -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 679339657851a4be1321d63a5a46f4d8a32926a4 (commit)
from ee1bfc05f5ab73883df26e616019e07a1bfee873 (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 679339657851a4be1321d63a5a46f4d8a32926a4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Thu Aug 26 09:32:31 2021 -0700
DEFINE: Only expand macro functions when the name is followed by '('.
Frans Houweling reported that PSPP was flagging an error for !EVAL(!len)
when !len was the name of a defined macro. This was because !len is short
for the !LENGTH macro function. This commit fixes the problem.
-----------------------------------------------------------------------
Summary of changes:
src/language/lexer/macro.c | 22 +++++++++++-----------
tests/language/control/define.at | 34 ++++++++++++++++++++--------------
2 files changed, 31 insertions(+), 25 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-466-g6793396,
Ben Pfaff <=