1 Sat Apr 15 19:36:47 2006 Ben Pfaff <blp@gnu.org>
3 Remove ill-considered file routines that are no longer used.
5 * filename.c: (fn_open_ext) Removed.
6 (fn_close_ext) Removed.
8 * filename.h: (struct file_ext) Removed.
10 Mon Apr 3 13:22:39 2006 Ben Pfaff <blp@gnu.org>
12 * variable.c (var_is_valid_name): Move declarations before code
15 Tue Apr 4 15:28:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
17 * filename.ch (fn_interp_vars): Fixed small buglet.
19 Tue Mar 28 13:47:16 WST 2006 John Darrington <john@darrington.wattle.id.au>
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.
25 2006-03-25 Jason Stover <jhs@math.gcsu.edu>
27 * category.c (cat_stored_values_destroy): Fixed memory leak.
29 Fri Mar 24 18:15:41 2006 Ben Pfaff <blp@gnu.org>
31 Add some missing frees. Thanks to John Darrington for reporting
34 * any-writer.c (any_writer_close): Free writer.
36 * any-reader.c (any_reader_close): Free reader.
38 Mon Mar 20 16:33:53 2006 Ben Pfaff <blp@gnu.org>
40 * por-file-reader.c: (error) Mark as NO_RETURN.
42 Sat Mar 11 15:06:07 WST 2006 John Darrington <john@darrington.wattle.id.au>
44 * settings.c: Changed default value of scompress to true.
46 Sat Mar 4 13:22:51 2006 Ben Pfaff <blp@gnu.org>
48 * sfm-private.h: Include variable.h, to get SHORT_NAME_LEN.
50 * value.h: Remove check on MAX_SHORT_STRING, which I don't think
53 * variable.h: Move definition of SHORT_NAME_LEN, LONG_NAME_LEN
54 here from pref.h.orig.
56 Sat Mar 4 12:50:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
58 * sys-file-reader.c: Fixed bug reading compressed files.
60 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
62 * Numerous renames. See src/ChangeLog for details.
64 * Moved files from src directory