Rewrite and improve formatted output routines.
authorBen Pfaff <blp@gnu.org>
Sun, 5 Nov 2006 05:20:52 +0000 (05:20 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 5 Nov 2006 05:20:52 +0000 (05:20 +0000)
commit8acca2de53c1852f38726f70fc6516b34732a79f
treefbc0d7e6db7b9563a3934d6a6301829da0d4399b
parentf43378497b8400e9c22a3485c534693dc1bc9554
Rewrite and improve formatted output routines.
Add lots of regression tests.
Revise documentation.
Thanks to John Darrington for review--see patch #5522.
48 files changed:
ChangeLog
configure.ac
doc/data-io.texi
doc/language.texi
doc/transformation.texi
doc/utilities.texi
doc/variables.texi
src/data/ChangeLog
src/data/calendar.c
src/data/calendar.h
src/data/data-out.c
src/data/data-out.h [new file with mode: 0644]
src/data/format.c
src/data/format.h
src/data/value-labels.c
src/language/data-io/list.q
src/language/data-io/print.c
src/language/dictionary/ChangeLog
src/language/dictionary/numeric.c
src/language/dictionary/split-file.c
src/language/expressions/helpers.h
src/language/expressions/operations.def
src/language/lexer/format-parser.h
src/language/stats/crosstabs.q
src/language/utilities/ChangeLog
src/language/utilities/set.q
src/libpspp/str.c
src/libpspp/str.h
src/output/table.c
src/ui/gui/helper.c
src/ui/gui/psppire-data-store.c
tests/ChangeLog
tests/automake.mk
tests/command/no_case_size.sh
tests/expressions/expressions.sh
tests/formats/binhex-out.expected.gz [new file with mode: 0644]
tests/formats/binhex-out.sh [new file with mode: 0755]
tests/formats/date-out.sh [new file with mode: 0755]
tests/formats/inexactify.c [new file with mode: 0644]
tests/formats/month-out.sh [new file with mode: 0755]
tests/formats/num-out-cmp.pl [new file with mode: 0644]
tests/formats/num-out-compare.pl [new file with mode: 0644]
tests/formats/num-out-decmp.pl [new file with mode: 0644]
tests/formats/num-out.expected.cmp.gz [new file with mode: 0644]
tests/formats/num-out.pl [new file with mode: 0644]
tests/formats/num-out.sh [new file with mode: 0755]
tests/formats/time-out.sh [new file with mode: 0755]
tests/formats/wkday-out.sh [new file with mode: 0755]