X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=afe8195abe59e39c6a352e1e54ff5ee8aba870a1;hb=3f159627d3b80706e58a54be2431c3edbc5333dc;hp=962a80a14c995c45f2ae6af833c35c1f54f8099e;hpb=5729150f2c4a00caf688e7e3b514b10b1987e211;p=pspp-builds.git diff --git a/src/language/ChangeLog b/src/language/ChangeLog index 962a80a1..afe8195a 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,66 @@ +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. + +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. + +Sat Oct 28 16:15:56 WST 2006 John Darrington + + * linebuffer.c linebuffer.h: Moved getl_buf from here, into + lexer/lexer.c + +Thu Oct 26 20:19:00 2006 Ben Pfaff + + * command.def: Add DEBUG FLOAT FORMAT. + +Fri Oct 20 10:59:06 WST 2006 John Darrington + + * command.def: Added additional unimpl commands. + +Sun Oct 15 19:38:55 2006 Ben Pfaff + + * command.c: (do_parse_command) Issue an error for unimplemented + commands, instead of silently ignoring them. Reported by John + Darrington. + +Wed Jun 28 11:38:23 2006 Ben Pfaff + + Don't offer both the full and abbreviated names for a single + command in command name completion. + + * command.c: (enum flags) Add F_ABBREV flag. + (cmd_complete) Ignore command with F_ABBREV flag set. + + * command.def: Add F_ABBREV to N, Q, SORT commands. + Tue Jun 27 22:36:38 2006 Ben Pfaff Fix regression in command name completion reported by John