1 Sun Apr 16 16:33:58 2006 Ben Pfaff <blp@gnu.org>
3 * filename.c: (fn_tilde_expand) Rewrite for cleaner code.
4 Also, now it only tilde-expands file names, not paths.
5 (fn_search_path) Tilde-expand one directory at a time.
7 Sun Apr 16 16:28:06 2006 Ben Pfaff <blp@gnu.org>
9 * filename.c: (fn_search_path) rewrite for cleaner code. Also,
10 get rid of non-Unixlike version of the code, which has probably
12 (fn_prepend_dir) Removed (dead code).
14 * filename.h: (macro DIR_SEPARATOR_STRING) New.
15 (macro PATH_SEPARATOR_STRING) New.
16 Sun Apr 16 16:05:28 2006 Ben Pfaff <blp@gnu.org>
18 Continue reforming error message support. In this phase, we get
19 rid of VM() and the other msg() support for "verbosity", replacing
20 it by a new function verbose_msg().
22 * filename.c: (fn_search_path) Use verbose_msg() instead of
25 Sat Apr 15 19:53:19 2006 Ben Pfaff <blp@gnu.org>
27 * sfm-private.h: Get rid of #defines after #error, which makes no
30 Sat Apr 15 19:48:57 2006 Ben Pfaff <blp@gnu.org>
32 Get rid of our own int32 type in favor of the standard int32_t
35 * sfm-private.h: (int32 macro) Don't define this anymore. Do
38 * sys-file-reader.c: Use int32_t instead of int32 throughout.
40 * sys-file-writer.c: Use int32_t instead of int32 throughout.
42 Sat Apr 15 19:36:47 2006 Ben Pfaff <blp@gnu.org>
44 Remove ill-considered file routines that are no longer used.
46 * filename.c: (fn_open_ext) Removed.
47 (fn_close_ext) Removed.
49 * filename.h: (struct file_ext) Removed.
51 Mon Apr 3 13:22:39 2006 Ben Pfaff <blp@gnu.org>
53 * variable.c (var_is_valid_name): Move declarations before code
56 Tue Apr 4 15:28:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
58 * filename.ch (fn_interp_vars): Fixed small buglet.
60 Tue Mar 28 13:47:16 WST 2006 John Darrington <john@darrington.wattle.id.au>
62 * filename.[ch] (fn_interp_vars): Changed the signature and semantics
63 so as to modify the string inline. Thus makeing it easier to
64 destroy the results when no longer needed.
66 2006-03-25 Jason Stover <jhs@math.gcsu.edu>
68 * category.c (cat_stored_values_destroy): Fixed memory leak.
70 Fri Mar 24 18:15:41 2006 Ben Pfaff <blp@gnu.org>
72 Add some missing frees. Thanks to John Darrington for reporting
75 * any-writer.c (any_writer_close): Free writer.
77 * any-reader.c (any_reader_close): Free reader.
79 Mon Mar 20 16:33:53 2006 Ben Pfaff <blp@gnu.org>
81 * por-file-reader.c: (error) Mark as NO_RETURN.
83 Sat Mar 11 15:06:07 WST 2006 John Darrington <john@darrington.wattle.id.au>
85 * settings.c: Changed default value of scompress to true.
87 Sat Mar 4 13:22:51 2006 Ben Pfaff <blp@gnu.org>
89 * sfm-private.h: Include variable.h, to get SHORT_NAME_LEN.
91 * value.h: Remove check on MAX_SHORT_STRING, which I don't think
94 * variable.h: Move definition of SHORT_NAME_LEN, LONG_NAME_LEN
95 here from pref.h.orig.
97 Sat Mar 4 12:50:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
99 * sys-file-reader.c: Fixed bug reading compressed files.
101 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
103 * Numerous renames. See src/ChangeLog for details.
105 * Moved files from src directory