[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-185-g069cb
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-185-g069cb6eb1 |
Date: |
Mon, 20 Feb 2023 23:07:03 -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 069cb6eb18b9d5584891ecc6a08596976632ad00 (commit)
via 07ef0f77af61c25d09f14733d731dc99cf44996e (commit)
via 560f5f811f9fd58ddf0c2df2c24867710188515c (commit)
via 5610084f0ead4b6a7d53af239f4789ba60fda024 (commit)
via e2b97c605195dfc4d899caeb4002aea6a1e26471 (commit)
from dd99585d6f83374249fed2337cd1a01bd126f70d (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 069cb6eb18b9d5584891ecc6a08596976632ad00
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Feb 20 14:56:34 2023 -0800
DELETE VARIABLES: Fix bugs related to details of case compaction.
We have to change AUTORECODE and RANK so that they don't add a
transformation, since transformations prevent DELETE VARIABLES.
Thanks to Frans Houweling for reporting the problem.
commit 07ef0f77af61c25d09f14733d731dc99cf44996e
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Feb 20 20:00:23 2023 -0800
case-map: New function case_map_clone().
This will acquire its first user in an upcoming commit.
commit 560f5f811f9fd58ddf0c2df2c24867710188515c
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Feb 20 15:50:28 2023 -0800
case-map: Use stateless translator in case_map_create_input_translator().
Case mapping isn't stateful, so this could be more efficient in some cases.
commit 5610084f0ead4b6a7d53af239f4789ba60fda024
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Feb 20 15:47:52 2023 -0800
casereader-translator: Add a class for casereader translators.
This will make it easier to pass these around from one function to another.
commit e2b97c605195dfc4d899caeb4002aea6a1e26471
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Feb 20 17:48:54 2023 -0800
doc: Avoid using stdout in Makefile rule to generate .spv files.
When pspp writes anything to stdout, also writing the .spv file to stdout
causes confusing corruption. This avoids the problem.
-----------------------------------------------------------------------
Summary of changes:
doc/automake.mk | 4 +-
src/data/case-map.c | 25 ++++++--
src/data/case-map.h | 2 +-
src/data/casereader-project.c | 9 ++-
src/data/casereader-provider.h | 2 +-
src/data/casereader-translator.c | 78 +++++++++++--------------
src/data/casereader.c | 3 +-
src/data/casereader.h | 15 +++--
src/data/dataset.c | 21 +++++++
src/data/dataset.h | 7 +++
src/language/commands/autorecode.c | 51 ++++++++++-------
src/language/commands/delete-variables.c | 83 +++++++--------------------
src/language/commands/rank.c | 89 ++++++++++++++++-------------
tests/language/commands/delete-variables.at | 44 +++++++++++---
14 files changed, 238 insertions(+), 195 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-185-g069cb6eb1,
Ben Pfaff <=