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