[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-43-gf5d1ac
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-43-gf5d1ac814 |
Date: |
Sat, 10 Sep 2022 14:10:04 -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 f5d1ac814687386b4cd6af9fa9e6f2f98913aa7d (commit)
from 72c9c6a2f92e94779b2e55d0726568090411871c (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 f5d1ac814687386b4cd6af9fa9e6f2f98913aa7d
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Sep 10 11:04:21 2022 -0700
Cite tokens when reporting invalid identifiers.
These functions weren't able to cite a specific token in cases where that
was appropriate. This fixes the problem.
-----------------------------------------------------------------------
Summary of changes:
perl-module/PSPP.xs | 2 +-
src/data/dictionary.c | 32 +++++++--
src/data/dictionary.h | 5 +-
src/data/identifier.h | 7 +-
src/data/identifier2.c | 115 +++++++++++++++++---------------
src/data/mrset.c | 44 ++++++++----
src/data/mrset.h | 5 +-
src/data/pc+-file-reader.c | 2 +-
src/data/por-file-reader.c | 3 +-
src/data/sys-file-reader.c | 7 +-
src/data/vector.c | 2 +-
src/language/control/define.c | 2 +-
src/language/data-io/get-data.c | 18 +++--
src/language/data-io/trim.c | 30 +++++++--
src/language/dictionary/attributes.c | 14 ++--
src/language/dictionary/mrsets.c | 12 +++-
src/language/dictionary/sys-file-info.c | 2 +-
src/language/dictionary/vector.c | 44 ++++++------
src/language/lexer/variable-parser.c | 9 ++-
src/language/stats/flip.c | 4 +-
src/language/stats/matrix.c | 9 ++-
src/ui/gui/psppire-dict.c | 21 ++----
src/ui/gui/psppire-dict.h | 3 +-
src/ui/gui/psppire-variable-sheet.c | 2 +-
tests/language/dictionary/mrsets.at | 6 +-
25 files changed, 238 insertions(+), 162 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-43-gf5d1ac814,
Ben Pfaff <=