Renamed some file name functions.
[pspp-builds.git] / src / data / ChangeLog
1 Sun Apr 16 16:42:47 2006  Ben Pfaff  <blp@gnu.org>
2
3         * filename.c: (fn_dirname) Renamed fn_dir_name(), all references
4         updated.
5         (fn_basename) Removed (dead code).
6         (fn_absolute_p) Renamed fn_is_absolute(), all references updated.
7         (fn_special_p) Renamed fn_is_special(), all references updated.
8         (fn_exists_p) Renamed fn_exists(), all references updated.
9
10 Sun Apr 16 16:33:58 2006  Ben Pfaff  <blp@gnu.org>
11
12         * filename.c: (fn_tilde_expand) Rewrite for cleaner code.  
13         Also, now it only tilde-expands file names, not paths.
14         (fn_search_path) Tilde-expand one directory at a time.
15
16 Sun Apr 16 16:28:06 2006  Ben Pfaff  <blp@gnu.org>
17
18         * filename.c: (fn_search_path) rewrite for cleaner code.  Also,
19         get rid of non-Unixlike version of the code, which has probably
20         never been tested.
21         (fn_prepend_dir) Removed (dead code).
22
23         * filename.h: (macro DIR_SEPARATOR_STRING) New.
24         (macro PATH_SEPARATOR_STRING) New.
25 Sun Apr 16 16:05:28 2006  Ben Pfaff  <blp@gnu.org>
26
27         Continue reforming error message support.  In this phase, we get
28         rid of VM() and the other msg() support for "verbosity", replacing
29         it by a new function verbose_msg().
30
31         * filename.c: (fn_search_path) Use verbose_msg() instead of
32         msg(VM(), ...).  
33
34 Sat Apr 15 19:53:19 2006  Ben Pfaff  <blp@gnu.org>
35
36         * sfm-private.h: Get rid of #defines after #error, which makes no
37         sense.
38
39 Sat Apr 15 19:48:57 2006  Ben Pfaff  <blp@gnu.org>
40
41         Get rid of our own int32 type in favor of the standard int32_t
42         type.
43         
44         * sfm-private.h: (int32 macro) Don't define this anymore.  Do
45         include <stdint.h>.
46
47         * sys-file-reader.c: Use int32_t instead of int32 throughout.
48         
49         * sys-file-writer.c: Use int32_t instead of int32 throughout.
50
51 Sat Apr 15 19:36:47 2006  Ben Pfaff  <blp@gnu.org>
52
53         Remove ill-considered file routines that are no longer used.
54         
55         * filename.c: (fn_open_ext) Removed.
56         (fn_close_ext) Removed.
57
58         * filename.h: (struct file_ext) Removed.
59
60 Mon Apr  3 13:22:39 2006  Ben Pfaff  <blp@gnu.org>
61
62         * variable.c (var_is_valid_name): Move declarations before code
63         for C90 compliance.
64
65 Tue Apr  4 15:28:40 WST 2006 John Darrington <john@darrington.wattle.id.au>
66
67         * filename.ch (fn_interp_vars): Fixed small buglet.
68
69 Tue Mar 28 13:47:16 WST 2006 John Darrington <john@darrington.wattle.id.au>
70         
71         * filename.[ch] (fn_interp_vars): Changed the signature and semantics
72         so as to modify the string inline.   Thus makeing it easier to
73         destroy the results when no longer needed.
74         
75 2006-03-25  Jason Stover  <jhs@math.gcsu.edu>
76
77         * category.c (cat_stored_values_destroy): Fixed memory leak.
78
79 Fri Mar 24 18:15:41 2006  Ben Pfaff  <blp@gnu.org>
80
81         Add some missing frees.  Thanks to John Darrington for reporting
82         these.
83
84         * any-writer.c (any_writer_close): Free writer.
85
86         * any-reader.c (any_reader_close): Free reader.
87
88 Mon Mar 20 16:33:53 2006  Ben Pfaff  <blp@gnu.org>
89
90         * por-file-reader.c: (error) Mark as NO_RETURN.
91
92 Sat Mar 11 15:06:07 WST 2006 John Darrington <john@darrington.wattle.id.au>
93
94         * settings.c: Changed default value of scompress to true.
95
96 Sat Mar  4 13:22:51 2006  Ben Pfaff  <blp@gnu.org>
97
98         * sfm-private.h: Include variable.h, to get SHORT_NAME_LEN.
99
100         * value.h: Remove check on MAX_SHORT_STRING, which I don't think
101         really applies.
102
103         * variable.h: Move definition of SHORT_NAME_LEN, LONG_NAME_LEN
104         here from pref.h.orig.
105
106 Sat Mar  4 12:50:48 WST 2006 John Darrington <john@darrington.wattle.id.au>
107
108         * sys-file-reader.c: Fixed bug reading compressed files.
109
110 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
111
112         * Numerous renames.  See src/ChangeLog for details.
113         
114         * Moved files from src directory