Implemented the SHOW command and massaged the SET command to fit
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 19 Mar 2004 16:58:57 +0000 (16:58 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 19 Mar 2004 16:58:57 +0000 (16:58 +0000)
commitdef7e6026513a3ee7c2b38416b30a2e890e34311
treed546e35d6a51dece14e77519a697ae6fbbb4741b
parentc87013b64d1731dac5da8f738ae8d1b4c1030a90
Implemented the SHOW command and massaged the SET command to fit
38 files changed:
TODO
doc/ChangeLog
doc/pspp.texi
po/en_GB.po
po/pspp.pot
src/ChangeLog
src/Makefile.am
src/aggregate.c
src/cmdline.c
src/command.c
src/command.def
src/copyleft.c [new file with mode: 0644]
src/copyleft.h [new file with mode: 0644]
src/data-in.c
src/data-list.c
src/data-out.c
src/error.c
src/filename.c
src/flip.c
src/get.c
src/getline.c
src/glob.c
src/lexer.c
src/loop.c
src/matrix.c
src/output.c
src/q2c.c
src/random.c
src/random.h
src/repeat.c
src/set.q
src/settings.h
src/sort.c
src/str.c
src/str.h
src/vfm.c
tests/bugs/random.sh
tests/command/print.sh