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