[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-428-g32129
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-428-g321290a |
Date: |
Sun, 2 May 2021 20:17:07 -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 321290aa58ad553951a4448ea512ebeed4ddf9b1 (commit)
from 0a4b6cff307be6de2b097fce0a5384ec7eeef574 (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 321290aa58ad553951a4448ea512ebeed4ddf9b1
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun May 2 17:13:27 2021 -0700
lexer: Remove lex_syntax_mode in favor of segmenter_mode.
These two enums have the same meaning and there was no benefit to having
both of them plus translation back and forth.
-----------------------------------------------------------------------
Summary of changes:
src/language/control/repeat.c | 14 ++------------
src/language/lexer/lexer.c | 27 ++++++++-------------------
src/language/lexer/lexer.h | 15 ++++-----------
src/language/utilities/include.c | 10 +++++-----
src/ui/gui/psppire-lex-reader.c | 2 +-
src/ui/gui/psppire-lex-reader.h | 2 +-
src/ui/gui/psppire-syntax-window.c | 8 ++++----
src/ui/gui/psppire-syntax-window.h | 2 +-
src/ui/terminal/main.c | 8 ++++----
src/ui/terminal/terminal-opts.c | 10 +++++-----
src/ui/terminal/terminal-opts.h | 2 +-
src/ui/terminal/terminal-reader.c | 2 +-
tests/output/pivot-table-test.c | 2 +-
13 files changed, 38 insertions(+), 66 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-428-g321290a,
Ben Pfaff <=