[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-433-g74709
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-433-g74709d3 |
Date: |
Sun, 30 May 2021 16:32:34 -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 74709d3f6d7c102bb3226f7f132c8be78ce8e8c2 (commit)
via 421c90786d418ace10083d6b48a041f2459a56f2 (commit)
from 012b9e4ecf47d844aea352b2c0b7dda80a7194bd (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 74709d3f6d7c102bb3226f7f132c8be78ce8e8c2
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun May 30 13:31:39 2021 -0700
segment: Refine treatment of start of macro body.
Previously, if the first line of the macro body (the same line as the
closing parenthesis in the DEFINE) was blank, we reported it as a blank
line to the lexer. The parser for DEFINE could check for that (by seeing
whether the first line of macro body was empty or all-spaces) but it seems
more elegant to do it in the segmenter. This implements that.
commit 421c90786d418ace10083d6b48a041f2459a56f2
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun May 30 13:30:10 2021 -0700
segment: Fix implementation of is_all_spaces().
-----------------------------------------------------------------------
Summary of changes:
src/language/lexer/segment.c | 17 +++++++++++++----
tests/language/lexer/scan.at | 40 ++++++++++++++++++++++++++++++++++------
tests/language/lexer/segment.at | 16 ++++++++--------
3 files changed, 55 insertions(+), 18 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-433-g74709d3,
Ben Pfaff <=