Add some missing frees. Thanks to John Darrington for reporting
[pspp-builds.git] / src / data / ChangeLog
1 Fri Mar 24 18:15:41 2006  Ben Pfaff  <blp@gnu.org>
2
3         Add some missing frees.  Thanks to John Darrington for reporting
4         these.
5
6         * any-writer.c (any_writer_close): Free writer.
7
8         * any-reader.c (any_reader_close): Free reader.
9
10 Mon Mar 20 16:33:53 2006  Ben Pfaff  <blp@gnu.org>
11
12         * por-file-reader.c: (error) Mark as NO_RETURN.
13
14 Sat Mar 11 15:06:07 WST 2006 John Darrington <john@darrington.wattle.id.au>
15
16         * settings.c: Changed default value of scompress to true.
17
18 Sat Mar  4 13:22:51 2006  Ben Pfaff  <blp@gnu.org>
19
20         * sfm-private.h: Include variable.h, to get SHORT_NAME_LEN.
21
22         * value.h: Remove check on MAX_SHORT_STRING, which I don't think
23         really applies.
24
25         * variable.h: Move definition of SHORT_NAME_LEN, LONG_NAME_LEN
26         here from pref.h.orig.
27
28 Sat Mar  4 12:50:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
29
30         * sys-file-reader.c: Fixed bug reading compressed files.
31
32 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
33
34         * Numerous renames.  See src/ChangeLog for details.
35         
36         * Moved files from src directory