bc7d713460114febe19ff79e0c08ee37a9524f8a
[pspp-builds.git] / src / language / dictionary / ChangeLog
1 2007-11-11  Ben Pfaff  <blp@gnu.org>
2
3         * sys-file-info.c (display_variables): Fix DISPLAY LABELS.  Thanks
4         to Guido Gay <gay@irer.it> for reporting this bug.
5
6 2007-11-03  Ben Pfaff  <blp@gnu.org>
7
8         Allow output files to overwrite input files (bug #21280).
9
10         * apply-dictionary.c (cmd_apply_dictionary): Manage file handle
11         reference counts.
12
13         * sys-file-info.c (cmd_sysfile_info): Manage file handle reference
14         counts.
15
16 2007-08-12  Ben Pfaff  <blp@gnu.org>
17
18         Output variable measurement level, alignment, and display width as
19         part of DISPLAY DICTIONARY and SYSFILE INFO output.  Bug #13019.
20         Reviewed by John Darrington.
21         * sys-file-info.c (cmd_sysfile_info): Allow space for new rows of
22         info in output.
23         (display_variables): Ditto.
24         (describe_variable): Output variable measurement level, alignment,
25         and display width as part of DISPLAY DICTIONARY and SYSFILE INFO
26         output.
27
28 2007-06-06  Ben Pfaff  <blp@gnu.org>
29
30         Adapt case sources, sinks, and clients of procedure code to the
31         new infrastructure.
32         
33         * apply-dictionary.c: Now any_reader_open returns a casereader.
34
35         * sys-file-open.c: Now sfm_reader_open returns a casereader.
36
37 Sat Feb  3 21:52:35 2007  Ben Pfaff  <blp@gnu.org>
38
39         * vector.c (cmd_vector): Add support for specifying an output
40         format in the short form of the command, fixing bug #18706.
41         Rewrite to get rid of weird data structure and simplify.
42
43         * sys-file-info.c (display_vectors): For DISPLAY VECTORS, display,
44         in addition to the names of vectors, the names, positions, and
45         print formats of the variables contained in the vectors.
46
47 Wed Dec 13 20:59:54 2006  Ben Pfaff  <blp@gnu.org>
48
49         * automake.mk: Add delete-variables.c
50
51         * delete-variables.c (cmd_delete_variables): New function, in new
52         file.
53         
54 Sun Dec 10 13:55:58 2006  Ben Pfaff  <blp@gnu.org>
55
56         * sys-file-info.c (cmd_sysfile_info): Report floating-point format
57         used in system file.
58
59 Sat Dec  9 18:44:26 2006  Ben Pfaff  <blp@gnu.org>
60
61         * variable-label.c: Move to src/data/variable.c.
62         
63         * vector.c (cmd_vector): Use PV_SAME_WIDTH in parse_variables
64         call, because string variables in a vector must have the same
65         width.
66
67 Thu Nov 30 22:06:21 2006  Ben Pfaff  <blp@gnu.org>
68
69         * value-labels.c (get_label): Allow commas between values and
70         labels and between value labels.  Fixes bug #18303.  Thanks to
71         John Darrington for reporting this bug.
72
73 Sat Nov  4 16:04:19 2006  Ben Pfaff  <blp@gnu.org>
74
75         * numeric.c: (cmd_string) Check that output format is valid.
76         Simplify parsing.
77
78 Wed Nov  1 20:50:54 2006  Ben Pfaff  <blp@gnu.org>
79
80         * sys-file-info.c: (cmd_display) Use compare_var_ptr_names to
81         compare "struct variable **"s, not compare_var_names.  Fixes bug
82         #17423.
83
84 Sat May  6 19:03:34 2006  Ben Pfaff  <blp@gnu.org>
85
86         * apply-dictionary.c: (cmd_apply_dictionary) Use new function
87         val_labs_can_set_width().
88
89 Sat May  6 10:43:22 2006  Ben Pfaff  <blp@gnu.org>
90
91         Continue reforming procedure execution.  In this phase, get rid of
92         the output code for SPLIT FILE groups in procedure.c, which really
93         shouldn't be doing any output.  Move it into the individual
94         procedures instead.  This also adds some flexibility.
95
96         * split-file.c (output_split_file_values): New function.
97
98 Sat May  6 10:42:19 2006  Ben Pfaff  <blp@gnu.org>
99
100         Continue reforming procedure execution.  In this phase, get rid of
101         the output code for SPLIT FILE groups in procedure.c, which really
102         shouldn't be doing any output.  Move it into the individual
103         procedures instead.  This also adds some flexibility.
104
105         * automake.mk (src_language_dictionary_libcmddict_a_SOURCES): Add
106         split-file.h.
107
108 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
109         
110         * Moved files from src directory