[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-119-gd1a98
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-119-gd1a98ef3d |
Date: |
Sun, 20 Nov 2022 12:53:32 -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 d1a98ef3d49f66f6622e2eee6215f78d9dda83bb (commit)
via e3a9ad4500d77d1604da1fc0544e8a956dbc73e4 (commit)
via 4f67c803ee4b37b6c483d46c56f8e7b19045d154 (commit)
from f4aa41e356cfddfac22add29193d6e2e43259c93 (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 d1a98ef3d49f66f6622e2eee6215f78d9dda83bb
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Nov 20 09:52:31 2022 -0800
split-file: New function output_split_file_values_peek().
This helper function encapsulates what most of the callers were doing.
commit e3a9ad4500d77d1604da1fc0544e8a956dbc73e4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Nov 20 09:51:09 2022 -0800
casereader: Add const to casereader_peek() and casereader_is_empty().
These don't affect the external state of a casereader even though they can
affect its internal state.
commit 4f67c803ee4b37b6c483d46c56f8e7b19045d154
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Nov 20 09:50:21 2022 -0800
casereader-shim: Fix typo in comment.
-----------------------------------------------------------------------
Summary of changes:
src/data/casereader-shim.c | 2 +-
src/data/casereader.c | 5 +++--
src/data/casereader.h | 4 ++--
src/language/data-io/list.c | 9 ++-------
src/language/dictionary/split-file.c | 15 +++++++++++++++
src/language/dictionary/split-file.h | 4 +++-
src/language/stats/crosstabs.c | 9 ++-------
src/language/stats/ctables.c | 9 +--------
src/language/stats/descriptives.c | 11 ++---------
src/language/stats/glm.c | 9 +--------
src/language/stats/oneway.c | 13 ++-----------
11 files changed, 34 insertions(+), 56 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-119-gd1a98ef3d,
Ben Pfaff <=