[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1966-g038d
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1966-g038deb7 |
Date: |
Tue, 12 Apr 2011 13:51:10 +0000 |
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 038deb761907154dd916c6625aa20600f823a84c (commit)
via f9d59ffdc8ff71ac4093a9b32f4ddb96653f2307 (commit)
via 2a8f45a304f2f4de8c6066b92804276d57870a93 (commit)
via 22d2bdfb26bf8df59a27191aa669090d57df56bd (commit)
from 9df2afdd4fb29138d9a1885cd892ea16528a71f3 (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 038deb761907154dd916c6625aa20600f823a84c
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 12 06:48:08 2011 -0700
value-parser: Make parse_value() accept variable's print format also.
Previously commands such as VALUE LABELS required numeric values to
be given as plain numbers, but this makes it difficult to add
meaningful value labels for variables with date and time formats.
This commit allows values for this command and a few others to be
given in a variable's print format instead.
Bug #18497.
commit f9d59ffdc8ff71ac4093a9b32f4ddb96653f2307
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 12 06:45:53 2011 -0700
value-labels: Fix comment.
commit 2a8f45a304f2f4de8c6066b92804276d57870a93
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 12 06:45:33 2011 -0700
DISPLAY: Display values for value labels using the variable's format.
Until now, the values in value labels have been displayed as plain
numbers, but this makes the values for variables with date and time
formats unreadable. Changing them to use the variable's own format
makes them easier to read.
commit 22d2bdfb26bf8df59a27191aa669090d57df56bd
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 12 06:43:04 2011 -0700
tab: Make tab_value() take a variable instead of a dictionary.
It seems far more likely that callers will have the variable handy
than the dictionary. Also, when the variable is used the format can
be optional since tab_value() can get it from the variable's print
format.
-----------------------------------------------------------------------
Summary of changes:
src/data/value-labels.h | 2 +-
src/language/dictionary/sys-file-info.c | 12 +-----------
src/language/dictionary/value-labels.c | 2 +-
src/language/expressions/evaluate.c | 2 +-
src/language/lexer/value-parser.c | 15 ++++++---------
src/language/lexer/value-parser.h | 5 +++--
src/language/stats/crosstabs.q | 2 +-
src/language/stats/frequencies.q | 6 ++----
src/language/stats/npar.c | 4 ++--
src/language/stats/roc.c | 2 +-
src/language/stats/t-test.q | 4 ++--
src/output/tab.c | 8 +++++---
src/output/tab.h | 2 +-
tests/language/dictionary/value-labels.at | 26 ++++++++++++++++++++++++++
tests/language/stats/autorecode.at | 8 ++++----
15 files changed, 57 insertions(+), 43 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1966-g038deb7,
Ben Pfaff <=