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