* filename.c: (fn_tilde_expand) Rewrite for cleaner code. Also, now
[pspp-builds.git] / src / data / ChangeLog
1 Sun Apr 16 16:33:58 2006  Ben Pfaff  <blp@gnu.org>
2
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.
6
7 Sun Apr 16 16:28:06 2006  Ben Pfaff  <blp@gnu.org>
8
9         * filename.c: (fn_search_path) rewrite for cleaner code.  Also,
10         get rid of non-Unixlike version of the code, which has probably
11         never been tested.
12         (fn_prepend_dir) Removed (dead code).
13
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>
17
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().
21
22         * filename.c: (fn_search_path) Use verbose_msg() instead of
23         msg(VM(), ...).  
24
25 Sat Apr 15 19:53:19 2006  Ben Pfaff  <blp@gnu.org>
26
27         * sfm-private.h: Get rid of #defines after #error, which makes no
28         sense.
29
30 Sat Apr 15 19:48:57 2006  Ben Pfaff  <blp@gnu.org>
31
32         Get rid of our own int32 type in favor of the standard int32_t
33         type.
34         
35         * sfm-private.h: (int32 macro) Don't define this anymore.  Do
36         include <stdint.h>.
37
38         * sys-file-reader.c: Use int32_t instead of int32 throughout.
39         
40         * sys-file-writer.c: Use int32_t instead of int32 throughout.
41
42 Sat Apr 15 19:36:47 2006  Ben Pfaff  <blp@gnu.org>
43
44         Remove ill-considered file routines that are no longer used.
45         
46         * filename.c: (fn_open_ext) Removed.
47         (fn_close_ext) Removed.
48
49         * filename.h: (struct file_ext) Removed.
50
51 Mon Apr  3 13:22:39 2006  Ben Pfaff  <blp@gnu.org>
52
53         * variable.c (var_is_valid_name): Move declarations before code
54         for C90 compliance.
55
56 Tue Apr  4 15:28:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
57
58         * filename.ch (fn_interp_vars): Fixed small buglet.
59
60 Tue Mar 28 13:47:16 WST 2006 John Darrington <john@darrington.wattle.id.au>
61         
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.
65         
66 2006-03-25  Jason Stover  <jhs@math.gcsu.edu>
67
68         * category.c (cat_stored_values_destroy): Fixed memory leak.
69
70 Fri Mar 24 18:15:41 2006  Ben Pfaff  <blp@gnu.org>
71
72         Add some missing frees.  Thanks to John Darrington for reporting
73         these.
74
75         * any-writer.c (any_writer_close): Free writer.
76
77         * any-reader.c (any_reader_close): Free reader.
78
79 Mon Mar 20 16:33:53 2006  Ben Pfaff  <blp@gnu.org>
80
81         * por-file-reader.c: (error) Mark as NO_RETURN.
82
83 Sat Mar 11 15:06:07 WST 2006 John Darrington <john@darrington.wattle.id.au>
84
85         * settings.c: Changed default value of scompress to true.
86
87 Sat Mar  4 13:22:51 2006  Ben Pfaff  <blp@gnu.org>
88
89         * sfm-private.h: Include variable.h, to get SHORT_NAME_LEN.
90
91         * value.h: Remove check on MAX_SHORT_STRING, which I don't think
92         really applies.
93
94         * variable.h: Move definition of SHORT_NAME_LEN, LONG_NAME_LEN
95         here from pref.h.orig.
96
97 Sat Mar  4 12:50:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
98
99         * sys-file-reader.c: Fixed bug reading compressed files.
100
101 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
102
103         * Numerous renames.  See src/ChangeLog for details.
104         
105         * Moved files from src directory