X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2FChangeLog;h=e05deb42970e91ecad79a17dd2e0cf2808f62f93;hb=3816248a008a4af75aac6319d0c9929cb7ff679e;hp=2b823655be70b68a1697803a1cdc5332aaa914e4;hpb=23ec50a9127d4957d13aca80346eb5450792176a;p=pspp diff --git a/src/language/utilities/ChangeLog b/src/language/utilities/ChangeLog index 2b823655be..e05deb4297 100644 --- a/src/language/utilities/ChangeLog +++ b/src/language/utilities/ChangeLog @@ -1,3 +1,38 @@ +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 + anything useful. + (extract_cc_token) Adapt to new fmt_number_style. + (do_cc) Ditto. + (format_cc) Ditto. + (show_cc) Change parameter to be an enum fmt_type. Adjust all + callers. + +Wed Apr 26 15:06:22 2006 Ben Pfaff + + * set.q: Use SN instead of MN for most output from SHOW, because + the output is tied to the SHOW command that caused it. + Tue Apr 25 13:21:12 2006 Ben Pfaff * permissions.c (change_permissions): Use SE instead of ME for