X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2FChangeLog;h=afe8195abe59e39c6a352e1e54ff5ee8aba870a1;hb=3f159627d3b80706e58a54be2431c3edbc5333dc;hp=d3f3d6d8204f16a4c28e55d876e631970510c618;hpb=8381768f3394a907c621cb9acbb77b83f5cd4875;p=pspp-builds.git diff --git a/src/language/ChangeLog b/src/language/ChangeLog index d3f3d6d8..afe8195a 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,20 @@ +Sun Jan 21 15:31:52 WST 2007 John Darrington + + * command.c command.h: Renamed cmd_parse to cmd_parse_in_state. + New function cmd_parse. + +Wed Dec 13 21:02:51 2006 Ben Pfaff + + * command.def: Add DELETE VARS. + +Sat Dec 16 22:15:55 2006 Ben Pfaff + + Make it possible to pull cases from the active file with a + function call, instead of requiring indirection through a callback + function. + + * command.def: Marked MATRIX DATA as unimplemented. + Sun Dec 3 11:59:10 2006 Ben Pfaff * syntax-file.c (read_syntax_file): Always read GETL_BATCH lines.