Implemented the INSERT command.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 5 Sep 2007 06:23:01 +0000 (06:23 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 5 Sep 2007 06:23:01 +0000 (06:23 +0000)
commit68f08c4bb53fcde16035b622bdb6e9529f9cf3ae
treed5f75e8c3326ec71535a46f3aab2c13182424106
parentcd4f5bfade86b443d1ec355c2dd8be205846b32f
Implemented the INSERT command.
24 files changed:
doc/language.texi
doc/utilities.texi
po/de.po
po/pspp.pot
src/language/ChangeLog
src/language/command.c
src/language/command.def
src/language/control/repeat.c
src/language/data-io/data-reader.c
src/language/lexer/lexer.c
src/language/lexer/lexer.h
src/language/syntax-file.c
src/language/syntax-file.h
src/language/syntax-string-source.c
src/language/utilities/include.c
src/libpspp/ChangeLog
src/libpspp/getl.c
src/libpspp/getl.h
src/ui/gui/helper.c
src/ui/gui/syntax-editor-source.c
src/ui/terminal/command-line.c
src/ui/terminal/read-line.c
tests/automake.mk
tests/command/insert.sh [new file with mode: 0755]