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