Continue reforming error message support. In this phase, we get rid
[pspp-builds.git] / src / data / ChangeLog
1 Sun Apr 16 16:05:28 2006  Ben Pfaff  <blp@gnu.org>
2
3         Continue reforming error message support.  In this phase, we get
4         rid of VM() and the other msg() support for "verbosity", replacing
5         it by a new function verbose_msg().
6
7         * filename.c: (fn_search_path) Rewrite for cleaner code.  Also,
8         get rid of non-Unixlike version of the code, which has probably
9         never been tested.
10         (fn_prepend_dir) Removed (dead code).
11
12         * filename.h: (macro DIR_SEPARATOR_STRING) New.
13         (macro PATH_SEPARATOR_STRING) New.
14
15 Sat Apr 15 19:53:19 2006  Ben Pfaff  <blp@gnu.org>
16
17         * sfm-private.h: Get rid of #defines after #error, which makes no
18         sense.
19
20 Sat Apr 15 19:48:57 2006  Ben Pfaff  <blp@gnu.org>
21
22         Get rid of our own int32 type in favor of the standard int32_t
23         type.
24         
25         * sfm-private.h: (int32 macro) Don't define this anymore.  Do
26         include <stdint.h>.
27
28         * sys-file-reader.c: Use int32_t instead of int32 throughout.
29         
30         * sys-file-writer.c: Use int32_t instead of int32 throughout.
31
32 Sat Apr 15 19:36:47 2006  Ben Pfaff  <blp@gnu.org>
33
34         Remove ill-considered file routines that are no longer used.
35         
36         * filename.c: (fn_open_ext) Removed.
37         (fn_close_ext) Removed.
38
39         * filename.h: (struct file_ext) Removed.
40
41 Mon Apr  3 13:22:39 2006  Ben Pfaff  <blp@gnu.org>
42
43         * variable.c (var_is_valid_name): Move declarations before code
44         for C90 compliance.
45
46 Tue Apr  4 15:28:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
47
48         * filename.ch (fn_interp_vars): Fixed small buglet.
49
50 Tue Mar 28 13:47:16 WST 2006 John Darrington <john@darrington.wattle.id.au>
51         
52         * filename.[ch] (fn_interp_vars): Changed the signature and semantics
53         so as to modify the string inline.   Thus makeing it easier to
54         destroy the results when no longer needed.
55         
56 2006-03-25  Jason Stover  <jhs@math.gcsu.edu>
57
58         * category.c (cat_stored_values_destroy): Fixed memory leak.
59
60 Fri Mar 24 18:15:41 2006  Ben Pfaff  <blp@gnu.org>
61
62         Add some missing frees.  Thanks to John Darrington for reporting
63         these.
64
65         * any-writer.c (any_writer_close): Free writer.
66
67         * any-reader.c (any_reader_close): Free reader.
68
69 Mon Mar 20 16:33:53 2006  Ben Pfaff  <blp@gnu.org>
70
71         * por-file-reader.c: (error) Mark as NO_RETURN.
72
73 Sat Mar 11 15:06:07 WST 2006 John Darrington <john@darrington.wattle.id.au>
74
75         * settings.c: Changed default value of scompress to true.
76
77 Sat Mar  4 13:22:51 2006  Ben Pfaff  <blp@gnu.org>
78
79         * sfm-private.h: Include variable.h, to get SHORT_NAME_LEN.
80
81         * value.h: Remove check on MAX_SHORT_STRING, which I don't think
82         really applies.
83
84         * variable.h: Move definition of SHORT_NAME_LEN, LONG_NAME_LEN
85         here from pref.h.orig.
86
87 Sat Mar  4 12:50:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
88
89         * sys-file-reader.c: Fixed bug reading compressed files.
90
91 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
92
93         * Numerous renames.  See src/ChangeLog for details.
94         
95         * Moved files from src directory