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