[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-96-gb54bef
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-96-gb54befd7b |
Date: |
Sun, 6 Nov 2022 14:50:55 -0500 (EST) |
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 b54befd7bcc6530f7674cfec4524df9341de2447 (commit)
via 0ec281b2bbdfaf57c148e4a196116a0c234ead68 (commit)
via dee5f07052d915c97330a2f9371d44e0e5333fa8 (commit)
via 5fb66dfd8a0c9badf26bbf42d975cd3cf9917288 (commit)
from a208fcf0dcdcc445dd7d492e00ebdf3ce23e247f (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 b54befd7bcc6530f7674cfec4524df9341de2447
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Nov 6 11:33:59 2022 -0800
GET DATA: Improve coding style and tests.
commit 0ec281b2bbdfaf57c148e4a196116a0c234ead68
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Nov 6 11:28:59 2022 -0800
CORRELATIONS: Rename cmd_correlation() to cmd_correlations() for
consistency.
commit dee5f07052d915c97330a2f9371d44e0e5333fa8
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Nov 6 11:41:06 2022 -0800
Use lex_error_expecting() in more places.
commit 5fb66dfd8a0c9badf26bbf42d975cd3cf9917288
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Nov 6 11:27:59 2022 -0800
file-handle-def: Style improvements.
-----------------------------------------------------------------------
Summary of changes:
src/data/file-handle-def.c | 35 ++--
src/data/psql-reader.c | 26 ++-
src/data/psql-reader.h | 2 +-
src/language/command.def | 4 +-
src/language/control/do-if.c | 2 +-
src/language/control/loop.c | 2 +-
src/language/data-io/combine-files.c | 6 +-
src/language/data-io/get-data.c | 346 +++++++++++++++--------------------
src/language/stats/correlations.c | 2 +-
tests/automake.mk | 1 +
tests/language/control/do-if.at | 2 +-
tests/language/control/loop.at | 2 +-
tests/language/data-io/get-data.at | 302 ++++++++++++++++++++++++++++++
13 files changed, 487 insertions(+), 245 deletions(-)
create mode 100644 tests/language/data-io/get-data.at
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-96-gb54befd7b,
Ben Pfaff <=