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