X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=8949ff75c1b989290dd343e45de6772fa925804b;hb=24a954d1a4faa977d763421136881378f4dd092c;hp=afe8195abe59e39c6a352e1e54ff5ee8aba870a1;hpb=9491a8bd354152d3a228e1bf041c7ad6228750d7;p=pspp-builds.git diff --git a/src/language/ChangeLog b/src/language/ChangeLog index afe8195a..8949ff75 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,23 @@ +2007-06-06 Ben Pfaff + + * command.def: Add DEBUG DATASHEET command. Remove DEBUG CASEFILE + command. + +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.