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