X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=506c90a0fc21562fbe7383492b678e90cc896176;hb=c2e1546a6427909b6ed81cc7fa4ed256614ba888;hp=33dbf2c6c7bb71816777e35203df4dc5b351b3a6;hpb=44326932c8227c64a87f7a92ef16ce83c2fba2d4;p=pspp diff --git a/src/language/ChangeLog b/src/language/ChangeLog index 33dbf2c6c7..506c90a0fc 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,3 +1,38 @@ +2007-12-04 Ben Pfaff + + * command.def: Add GET DATA command. + +2007-11-05 Ben Pfaff + + Patch #6258. Reviewed by John Darrington. + + * command.c (report_state_mismatch): Replace code to construct an + error message from bits and pieces by a switch statement that + hard-codes each possible error. Makes i18n easier. + Suggested by Chusslove Illich . + +2007-09-22 Ben Pfaff + + Bug #21128. Reviewed by John Darrington. + + * command.def: Add DEBUG PAPER SIZE command. + +2007-09-05 John Darrington + + * command.c (do_parse_command): Translate CMD_FAILURE into + CMD_CASCADING_FAILURE, if the ERRMODE_STOP is set on the syntax + source. + +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.