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