X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=3801d68df07e2de0da2407424f1f220645d6eb01;hb=4ec88a3abb859304f42a5905231704b2ecfaf711;hp=45df782c4805f586aad15a67cf0595dbdc3bdb76;hpb=2d4dd90964061defa92972156ae2a12323708519;p=pspp diff --git a/src/language/ChangeLog b/src/language/ChangeLog index 45df782c48..3801d68df0 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,39 @@ +2007-03-18 Ben Pfaff + + * syntax-string-source.c (close): Rename to do_close to avoid + conflict with POSIX function of the same name. + +Thu Feb 8 15:04:42 2007 Ben Pfaff + + Reduce platform dependence. + + * command.c (shell): Always define this function, instead of only + in unix, but make it a stub when fork or execl is not available. + (run_command): Move parsing code into cmd_host. + (cmd_host): Drop unix dependence now that the shell function is + always defined. + +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.