[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-262-g6415b
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-262-g6415bd1 |
Date: |
Mon, 2 Sep 2019 02:40:49 -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 6415bd1b04855d04669b8582b0082e035658066a (commit)
via 335b56abf229fcb446c2311b2a64faf5f64e5a38 (commit)
via 47ebf195325ed081e60725a23efc87011671886f (commit)
via 2053ecc53ff35591cdba70cf20d43d16ad680367 (commit)
from 94bdf42f7ff6d07df4c4eee2b0b05a04a6f8d89c (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 6415bd1b04855d04669b8582b0082e035658066a
Author: Ben Pfaff <address@hidden>
Date: Mon Sep 2 06:37:19 2019 +0000
AUTORECODE: Properly handle variable labels.
commit 335b56abf229fcb446c2311b2a64faf5f64e5a38
Author: Ben Pfaff <address@hidden>
Date: Mon Sep 2 06:37:02 2019 +0000
AUTORECODE: Properly handle value labels.
Value labels are supposed to be copied from source variables, where they
are present. Also, it's better to format the source values using the
print format rather than just assuming that %g is the right format.
commit 47ebf195325ed081e60725a23efc87011671886f
Author: Ben Pfaff <address@hidden>
Date: Mon Sep 2 06:28:08 2019 +0000
variable: New function var_append_value_name__().
This variation on var_append_value_name() allows the caller to pass in the
parameter specifying how to show the value, which will be useful in an
upcoming commit.
commit 2053ecc53ff35591cdba70cf20d43d16ad680367
Author: Ben Pfaff <address@hidden>
Date: Mon Sep 2 06:27:11 2019 +0000
variable: Make var_append_value_name() omit trailing white space.
This seems to be desirable in the cases where it's actually used. It only
affects one test case in the current testsuite, but it's an improvement for
an upcoming change too.
-----------------------------------------------------------------------
Summary of changes:
doc/transformation.texi | 6 ++++++
src/data/variable.c | 27 +++++++++++++++--------
src/data/variable.h | 3 +++
src/language/stats/autorecode.c | 43 ++++++++++++++++---------------------
tests/language/stats/autorecode.at | 13 +++++------
tests/language/stats/means.at | 44 +++++++++++++++++++-------------------
6 files changed, 75 insertions(+), 61 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-262-g6415bd1,
Ben Pfaff <=