Implemented long variable names a la spss V12.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 13 Apr 2005 10:09:59 +0000 (10:09 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 13 Apr 2005 10:09:59 +0000 (10:09 +0000)
commit05e356b2a3087e819ef3b5388e29c822f41502e1
tree14ea3b358d677dea23011da06811d0b6bbad7c51
parenta7cc8b259f0fe963aa30d4e64f7d39551ded1454
Implemented long variable names a la spss V12.
We can now read and write SPSS v12 system files.
64 files changed:
AUTHORS
ChangeLog
NEWS
README
configure.ac
doc/ChangeLog
doc/configuring.texi
doc/data-file-format.texi
doc/files.texi
doc/language.texi
doc/pspp.texinfo
doc/statistics.texi
doc/variables.texi
po/en_GB.po
po/pspp.pot
pref.h.orig
src/ChangeLog
src/Makefile.am
src/aggregate.c
src/command.def
src/compute.c
src/count.c
src/data-list.c
src/descript.c
src/dictionary.c
src/dictionary.h
src/expressions/evaluate.c
src/file-handle.q
src/file-type.c
src/flip.c
src/format.h
src/get.c
src/lexer.c
src/lexer.h
src/loop.c
src/modify-vars.c
src/pfm-read.c
src/plot-chart.c
src/plot-hist.c
src/recode.c
src/repeat.c
src/sfm-read.c
src/sfm-write.c
src/sfm-write.h
src/sfmP.h
src/val-labs.c
src/val.h
src/var-display.c [new file with mode: 0644]
src/var.h
src/vars-atr.c
src/vars-prs.c
src/vector.c
tests/Makefile.am
tests/bugs/compute-lv.sh [new file with mode: 0755]
tests/bugs/get.sh
tests/command/file-label.sh
tests/command/filter.sh
tests/command/list.sh
tests/command/loop.sh
tests/command/oneway-with-splits.sh
tests/command/oneway.sh
tests/command/weight.sh
tests/coverage.sh [new file with mode: 0755]
tests/expressions/randist.sh