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