[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-626-g2d
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-626-g2d65d3d |
Date: |
Tue, 26 May 2009 04:28:58 +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, value-rep has been updated
via 2d65d3d624b23a8a1ed698f7fd324dc956c8eee3 (commit)
via 219e11bdcbab13252577d04f7d198bc9bab3e58c (commit)
via 0908b5a8ebdd3c8f8d3ef1e926cc220a1c0d64a9 (commit)
via 0dbcff34e06bd5569e31471b0c52502fbaee744b (commit)
via 3a51a0fc531d40a532df4f01462299e696d01159 (commit)
from 050b95dd51e9671dac2484cb530d5ccebe5b9352 (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 2d65d3d624b23a8a1ed698f7fd324dc956c8eee3
Author: Ben Pfaff <address@hidden>
Date: Mon May 25 20:24:07 2009 -0700
Make MAX_SHORT_STRING an implementation detail of the "value" code.
MAX_SHORT_STRING used to be important. It was referenced all over the
source tree. Now, there is little reason for code outside the "value"
code itself to use it.
commit 219e11bdcbab13252577d04f7d198bc9bab3e58c
Author: Ben Pfaff <address@hidden>
Date: Mon May 25 20:22:01 2009 -0700
Use MAX_SHORT_STRING in place of MIN_LONG_STRING.
There is no good reason to have both of these constants, so replace all
uses of MAX_LONG_STRING by MAX_SHORT_STRING.
commit 0908b5a8ebdd3c8f8d3ef1e926cc220a1c0d64a9
Author: Ben Pfaff <address@hidden>
Date: Mon May 25 20:21:08 2009 -0700
Fix portable file reader use of long strings.
This code hadn't been converted to the new "union value" representation,
where a single "union value" always represents a whole data item. This
commit fixes that.
commit 0dbcff34e06bd5569e31471b0c52502fbaee744b
Author: Ben Pfaff <address@hidden>
Date: Mon May 25 20:20:07 2009 -0700
Get rid of uses of MAX_SHORT_STRING in Gnumeric and PostgreSQL readers.
MAX_SHORT_STRING is now intended to be an implementation detail of the
value code. There is no real reason that the Gnumeric or PostgreSQL
readers need to use it, so make them use their own constants instead.
commit 3a51a0fc531d40a532df4f01462299e696d01159
Author: Ben Pfaff <address@hidden>
Date: Mon May 25 20:07:19 2009 -0700
Implement missing values for long string variables.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 +-
doc/dev/concepts.texi | 121 +++++++++++----------
doc/dev/system-file-format.texi | 23 +++--
doc/language.texi | 4 +-
doc/variables.texi | 7 +-
src/data/caseproto.c | 4 +-
src/data/caseproto.h | 6 +-
src/data/gnumeric-reader.c | 6 +-
src/data/missing-values.c | 166 ++++++++++++++++++++-------
src/data/missing-values.h | 25 +++--
src/data/por-file-reader.c | 36 +++---
src/data/por-file-writer.c | 24 ++--
src/data/psql-reader.c | 13 ++-
src/data/sys-file-reader.c | 23 ++--
src/data/sys-file-writer.c | 24 +++--
src/data/value.c | 4 +-
src/data/value.h | 10 +-
src/data/variable.c | 25 +---
src/data/variable.h | 2 -
src/language/dictionary/apply-dictionary.c | 13 +--
src/language/dictionary/missing-values.c | 29 +++---
src/language/dictionary/sys-file-info.c | 24 ++--
src/ui/gui/missing-val-dialog.c | 11 +-
src/ui/gui/psppire-var-sheet.c | 6 -
src/ui/gui/text-data-import-dialog.c | 4 +-
src/ui/gui/var-display.c | 8 +-
tests/command/missing-values.sh | 21 ++--
27 files changed, 365 insertions(+), 278 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-626-g2d65d3d,
Ben Pfaff <=