X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=d3f3d6d8204f16a4c28e55d876e631970510c618;hb=4f2f805c653f0dc901924944ea4c55309ff14d32;hp=a3d3b20b79c9a448b8d8edccdbd97edb9aa675da;hpb=38006c9843177b65a2ce9bee47c1a8eeb6243973;p=pspp diff --git a/src/language/ChangeLog b/src/language/ChangeLog index a3d3b20b79..d3f3d6d820 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,76 @@ +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 + Darrington. Now completion is again state-dependent and occurs + only on the first line of a command. + + * command.c (do_parse_command): Move reading the first token of + the command here, from execute_command and cmd_input_program. + Call set_completion_state and getl_set_prompt_style here. + (do_parse_command) Use in_correct_state instead of + verify_valid_command. + (verify_valid_command) Break into two new functions, + in_correct_state and report_state_mismatch. + (set_completion_state) New function. + (cmd_complete) New function. + [HAVE_READLINE] (pspp_attempted_completion_function) Removed. + [HAVE_READLINE] (command_generator) Removed. + + * line-buffer.c: (struct getl_source) Change `interactive' member + signature to take enum getl_prompt_style instead of const char *. + (create_interactive_source) Ditto, for parameter type. + (getl_append_interactive) Ditto. + (read_line_from_source) Pass get_prompt_style() to interactive + function instead of get_prompt(). + (get_prompt) Removed. + (get_prompt_style) New function. + Sat May 6 13:25:25 2006 Ben Pfaff Continue reforming procedure execution. In this phase, remove