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