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