b87a9395524d333e2e8d58f98ef9a85fafe740d1
[pspp-builds.git] / src / data / ChangeLog
1 Mon Apr  3 13:22:39 2006  Ben Pfaff  <blp@gnu.org>
2
3         * variable.c (var_is_valid_name): Move declarations before code
4         for C90 compliance.
5
6 Tue Apr  4 15:28:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
7
8         * filename.ch (fn_interp_vars): Fixed small buglet.
9
10 Tue Mar 28 13:47:16 WST 2006 John Darrington <john@darrington.wattle.id.au>
11         
12         * filename.[ch] (fn_interp_vars): Changed the signature and semantics
13         so as to modify the string inline.   Thus makeing it easier to
14         destroy the results when no longer needed.
15         
16 2006-03-25  Jason Stover  <jhs@math.gcsu.edu>
17
18         * category.c (cat_stored_values_destroy): Fixed memory leak.
19
20 Fri Mar 24 18:15:41 2006  Ben Pfaff  <blp@gnu.org>
21
22         Add some missing frees.  Thanks to John Darrington for reporting
23         these.
24
25         * any-writer.c (any_writer_close): Free writer.
26
27         * any-reader.c (any_reader_close): Free reader.
28
29 Mon Mar 20 16:33:53 2006  Ben Pfaff  <blp@gnu.org>
30
31         * por-file-reader.c: (error) Mark as NO_RETURN.
32
33 Sat Mar 11 15:06:07 WST 2006 John Darrington <john@darrington.wattle.id.au>
34
35         * settings.c: Changed default value of scompress to true.
36
37 Sat Mar  4 13:22:51 2006  Ben Pfaff  <blp@gnu.org>
38
39         * sfm-private.h: Include variable.h, to get SHORT_NAME_LEN.
40
41         * value.h: Remove check on MAX_SHORT_STRING, which I don't think
42         really applies.
43
44         * variable.h: Move definition of SHORT_NAME_LEN, LONG_NAME_LEN
45         here from pref.h.orig.
46
47 Sat Mar  4 12:50:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
48
49         * sys-file-reader.c: Fixed bug reading compressed files.
50
51 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
52
53         * Numerous renames.  See src/ChangeLog for details.
54         
55         * Moved files from src directory