Rewrite system file reader code, to clean up and improve.
[pspp-builds.git] / src / language / dictionary / ChangeLog
1 Sun Dec 10 13:55:58 2006  Ben Pfaff  <blp@gnu.org>
2
3         * sys-file-info.c (cmd_sysfile_info): Report floating-point format
4         used in system file.
5
6 Sat Dec  9 18:44:26 2006  Ben Pfaff  <blp@gnu.org>
7
8         * variable-label.c: Move to src/data/variable.c.
9         
10         * vector.c (cmd_vector): Use PV_SAME_WIDTH in parse_variables
11         call, because string variables in a vector must have the same
12         width.
13
14 Thu Nov 30 22:06:21 2006  Ben Pfaff  <blp@gnu.org>
15
16         * value-labels.c (get_label): Allow commas between values and
17         labels and between value labels.  Fixes bug #18303.  Thanks to
18         John Darrington for reporting this bug.
19
20 Sat Nov  4 16:04:19 2006  Ben Pfaff  <blp@gnu.org>
21
22         * numeric.c: (cmd_string) Check that output format is valid.
23         Simplify parsing.
24
25 Wed Nov  1 20:50:54 2006  Ben Pfaff  <blp@gnu.org>
26
27         * sys-file-info.c: (cmd_display) Use compare_var_ptr_names to
28         compare "struct variable **"s, not compare_var_names.  Fixes bug
29         #17423.
30
31 Sat May  6 19:03:34 2006  Ben Pfaff  <blp@gnu.org>
32
33         * apply-dictionary.c: (cmd_apply_dictionary) Use new function
34         val_labs_can_set_width().
35
36 Sat May  6 10:43:22 2006  Ben Pfaff  <blp@gnu.org>
37
38         Continue reforming procedure execution.  In this phase, get rid of
39         the output code for SPLIT FILE groups in procedure.c, which really
40         shouldn't be doing any output.  Move it into the individual
41         procedures instead.  This also adds some flexibility.
42
43         * split-file.c (output_split_file_values): New function.
44
45 Sat May  6 10:42:19 2006  Ben Pfaff  <blp@gnu.org>
46
47         Continue reforming procedure execution.  In this phase, get rid of
48         the output code for SPLIT FILE groups in procedure.c, which really
49         shouldn't be doing any output.  Move it into the individual
50         procedures instead.  This also adds some flexibility.
51
52         * automake.mk (src_language_dictionary_libcmddict_a_SOURCES): Add
53         split-file.h.
54
55 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
56         
57         * Moved files from src directory