[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-188-g12b9e
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-188-g12b9efe4b |
Date: |
Fri, 24 Feb 2023 22:02:50 -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 12b9efe4bcd6ef6e5a87df9108e4ba49182730b4 (commit)
via f821734badec2dcca4bdcd2069d22d60dc074c94 (commit)
from 3b06535f48bdb8c367d9738c5b379febecb65c12 (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 12b9efe4bcd6ef6e5a87df9108e4ba49182730b4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Fri Feb 24 19:01:15 2023 -0800
pivot-table: Force width of weight formats to 40.
It was too confusing when output tables contained **** because of weight
variables with narrow widths.
Recently reported by Andreas Hammer. I've also noticed the same thing
myself.
commit f821734badec2dcca4bdcd2069d22d60dc074c94
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Fri Feb 24 18:46:48 2023 -0800
dictionary: Make dict_get_weight_format() return by value, not pointer.
This seems like a better interface.
-----------------------------------------------------------------------
Summary of changes:
src/data/dictionary.c | 4 ++--
src/data/dictionary.h | 2 +-
src/language/commands/crosstabs.c | 12 ++++++------
src/language/commands/jonckheere-terpstra.c | 4 ++--
src/language/commands/ks-one-sample.c | 6 +++---
src/language/commands/npar-summary.c | 2 +-
src/language/commands/npar-summary.h | 2 +-
src/language/commands/oneway.c | 2 +-
src/output/pivot-table.c | 14 ++++++--------
src/output/pivot-table.h | 3 +--
10 files changed, 24 insertions(+), 27 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-188-g12b9efe4b,
Ben Pfaff <=