Fully implement arbitrary delimiters on DATA LIST, extending the half
authorBen Pfaff <blp@gnu.org>
Mon, 31 May 2004 05:50:10 +0000 (05:50 +0000)
committerBen Pfaff <blp@gnu.org>
Mon, 31 May 2004 05:50:10 +0000 (05:50 +0000)
commit92bfefccd465052e492f669ce561aa25b0110283
tree9555faacc62bbbdd84db4a9fc38f00667ebf4d1b
parent1aaf5919aa5709fa6cfa710652143635a68bdbfb
Fully implement arbitrary delimiters on DATA LIST, extending the half
implementation that was already there.

Update our string ADTs, struct string and struct len_string.  Get rid
of pool support, which was largely unused.  Rename lots of functions
to have more obvious or consistent names.

Fix a few miscellaneous bugs.
49 files changed:
ChangeLog
TODO
configure.ac
doc/ChangeLog
doc/pspp.texi
src/ChangeLog
src/aggregate.c
src/ascii.c
src/casefile.c
src/command.c
src/count.c
src/data-in.c
src/data-list.c
src/devind.c
src/dfm.c
src/dfm.h
src/error.c
src/expr-prs.c
src/file-handle.h
src/file-handle.q
src/file-type.c
src/filename.c
src/format.c
src/getline.c
src/glob.c
src/html.c
src/include.c
src/inpt-pgm.c
src/lexer.c
src/matrix-data.c
src/mis-val.c
src/output.c
src/postscript.c
src/print.c
src/q2c.c
src/recode.c
src/repeat.c
src/set.q
src/str.c
src/str.h
src/t-test.q
src/tab.c
src/title.c
src/val-labs.c
src/var-labs.c
tests/ChangeLog
tests/Makefile.am
tests/command/data-list.sh [new file with mode: 0755]
tests/command/tabs.sh