6e98f435bd1d46ac4f33902c906229f0ef4c9cbf
[pspp-builds.git] / src / language / utilities / ChangeLog
1 Sun Nov 19 09:21:39 2006  Ben Pfaff  <blp@gnu.org>
2
3         * set.q: Add RIB, RRB settings to control binary formats used by
4         data_out.
5         (cmd_set) Implement SET RIB, RRB.
6         (show_rib) New function.
7         (show_rrb) New function.
8         (static var show_table[]) Add SHOW RIB, RRB.
9
10 Sat Nov  4 16:05:47 2006  Ben Pfaff  <blp@gnu.org>
11
12         * set.q: Add WIB, WRB settings to control binary formats used by
13         data_out.
14         (cmd_set) Implement SET WIB, WRB.
15         (stc_to_integer_format) New function.
16         (stc_to_float_format) New function.
17         (show_integer_format) New function.
18         (show_float_format) New function.
19         (show_wib) New function.
20         (show_wrb) New function.
21         (static var show_table[]) Add SHOW WIB, WRB.
22
23 Sat Nov  4 11:48:23 2006  Ben Pfaff  <blp@gnu.org>
24
25         * set.q: Update ERRORS, MESSAGES, RESULTS command syntax.
26         (cmd_set) Handle ERRORS command.
27         (show_errors) New function.
28         (var show_table[]) Add ERRORS to the table.
29
30 Tue Oct 31 20:10:24 2006  Ben Pfaff  <blp@gnu.org>
31
32         * set.q (cmd_set): Drop the `ok' variable, which didn't do
33         anything useful.
34         (extract_cc_token) Adapt to new fmt_number_style.
35         (do_cc) Ditto.
36         (format_cc) Ditto.
37         (show_cc) Change parameter to be an enum fmt_type.  Adjust all
38         callers.
39
40 Wed Apr 26 15:06:22 2006  Ben Pfaff  <blp@gnu.org>
41
42         * set.q: Use SN instead of MN for most output from SHOW, because
43         the output is tied to the SHOW command that caused it.
44
45 Tue Apr 25 13:21:12 2006  Ben Pfaff  <blp@gnu.org>
46
47         * permissions.c (change_permissions): Use SE instead of ME for
48         errors associated with a syntax file command.
49
50 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
51         
52         * Moved files from src directory