X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Futilities%2FChangeLog;h=6e98f435bd1d46ac4f33902c906229f0ef4c9cbf;hb=e5675aa578a919a051f4de276d5f7e4df5ea8819;hp=23b9b19d56db8318f8b5171c228693d26c4b00bf;hpb=3a61659a8fc11c51ad5af02b20f5613dcde50382;p=pspp-builds.git diff --git a/src/language/utilities/ChangeLog b/src/language/utilities/ChangeLog index 23b9b19d..6e98f435 100644 --- a/src/language/utilities/ChangeLog +++ b/src/language/utilities/ChangeLog @@ -1,3 +1,32 @@ +Sun Nov 19 09:21:39 2006 Ben Pfaff + + * set.q: Add RIB, RRB settings to control binary formats used by + data_out. + (cmd_set) Implement SET RIB, RRB. + (show_rib) New function. + (show_rrb) New function. + (static var show_table[]) Add SHOW RIB, RRB. + +Sat Nov 4 16:05:47 2006 Ben Pfaff + + * set.q: Add WIB, WRB settings to control binary formats used by + data_out. + (cmd_set) Implement SET WIB, WRB. + (stc_to_integer_format) New function. + (stc_to_float_format) New function. + (show_integer_format) New function. + (show_float_format) New function. + (show_wib) New function. + (show_wrb) New function. + (static var show_table[]) Add SHOW WIB, WRB. + +Sat Nov 4 11:48:23 2006 Ben Pfaff + + * set.q: Update ERRORS, MESSAGES, RESULTS command syntax. + (cmd_set) Handle ERRORS command. + (show_errors) New function. + (var show_table[]) Add ERRORS to the table. + Tue Oct 31 20:10:24 2006 Ben Pfaff * set.q (cmd_set): Drop the `ok' variable, which didn't do