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