[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-438-g32062
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-438-g3206221 |
Date: |
Sun, 27 Jun 2021 14:28:14 -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 320622191b3de640da6ba0e347a94d28493711ae (commit)
via 64a3eba8f71d4131653eda2de3196364e126052d (commit)
via 7c3ed885759bae94d80064c24135083e597873e1 (commit)
via 34117d0b87f51308d30966c8f280b01b3febd88c (commit)
from 6e0b939b8b107b911275b616f2cef6773a523d9f (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 320622191b3de640da6ba0e347a94d28493711ae
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Jun 26 14:53:23 2021 -0700
TITLE and SUBTITLE: Don't treat an unquoted argument as a quoted string.
This will allow the argument to be processed through the macro processor.
commit 64a3eba8f71d4131653eda2de3196364e126052d
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Jun 27 11:19:07 2021 -0700
lexer: New function lex_next_representation().
commit 7c3ed885759bae94d80064c24135083e597873e1
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Jun 13 10:33:09 2021 -0700
lexer: Factor some token inspectors out into new token functions.
commit 34117d0b87f51308d30966c8f280b01b3febd88c
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Jun 12 14:39:20 2021 -0700
doc: Fix operator precedence chart.
Also, improve a few entries.
-----------------------------------------------------------------------
Summary of changes:
doc/expressions.texi | 10 ++-
src/language/lexer/lexer.c | 50 +++++++----
src/language/lexer/lexer.h | 4 +
src/language/lexer/segment.c | 177 ++++++++++++++++++--------------------
src/language/lexer/token.c | 16 ++++
src/language/lexer/token.h | 26 ++++++
src/language/utilities/set.c | 28 +++++-
src/language/utilities/title.c | 34 +++++++-
src/output/driver.c | 12 +++
src/output/driver.h | 2 +
tests/language/lexer/scan.at | 43 +--------
tests/language/lexer/segment.at | 50 +----------
tests/language/utilities/title.at | 18 ++++
13 files changed, 257 insertions(+), 213 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-438-g3206221,
Ben Pfaff <=