X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=47d3f375c26bb3e13adda60a57ee78b9a98bf195;hb=ecd26ec19e9f8a58079a1c5fa06b39484787ab7e;hp=d645127fcfcd259fcbe1fc158a1c20e73f8af0b9;hpb=e5675aa578a919a051f4de276d5f7e4df5ea8819;p=pspp-builds.git diff --git a/src/language/ChangeLog b/src/language/ChangeLog index d645127f..47d3f375 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,28 @@ +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. + +Wed Nov 29 19:35:44 WST 2006 John Darrington + + * command.c: Updated to reflect changed function names. + + * line-buffer.c line-buffer.h: Removed. Guts of it moved to + libpspp/getl.[ch] The rest moved to files listed below. + + * syntax-file.c syntax-file.h prompt.c prompt.h: New files. + Wed Nov 22 06:26:42 2006 Ben Pfaff * command.def: HOST command needs F_KEEP_FINAL_TOKEN.