Module 'human' now depends on module 'stdbool'.
[pspp] / ChangeLog
1 2003-06-26  Bruno Haible  <bruno@clisp.org>
2
3         * modules/human: Depend on module stdbool.
4
5 2003-06-25  Bruno Haible  <bruno@clisp.org>
6
7         * modules/readlink: New file.
8         * modules/xreadlink: Depend on it.
9         * MODULES.html.sh (func_all_modules): Add readlink.
10
11 2003-06-22  Bruno Haible  <bruno@clisp.org>
12
13         * modules/safe-read: Add m4/ssize_t.m4.
14         * modules/xreadlink: Add m4/ssize_t.m4.
15
16 2003-06-11  Simon Josefsson  <jas@extundo.com>
17
18         * modules/sysexits: New file.
19         * MODULES.html.sh (func_all_modules): Add sysexits.
20
21 2003-06-10  Bruno Haible  <bruno@clisp.org>
22
23         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
24
25 2003-06-10  Simon Josefsson  <jas@extundo.com>
26
27         * modules/strchrnul: New file.
28
29 2003-06-10  Simon Josefsson  <jas@extundo.com>
30
31         * modules/argp: New file.
32
33 2003-06-07  Bruno Haible  <bruno@clisp.org>
34
35         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
36         avoid AC_CONFIG_LINKS.
37         * modules/fnmatch (Makefile.am): Use explicit creation rule for
38         fnmatch.h, to avoid AC_CONFIG_LINKS.
39         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
40
41 2003-06-07  Jim Meyering  <jim@meyering.net>
42
43         * modules/strtod: Use $(...) notation, not @...@ for
44         AC_REPLACE'd variables.
45         * modules/localcharset: Likewise.
46
47 2003-06-06  Jim Meyering  <jim@meyering.net>
48             Bruno Haible  <bruno@clisp.org>
49
50         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
51         Adjust Makefile.am snippet not to redirect directly to target.
52         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
53
54 2003-05-30  Bruno Haible  <bruno@clisp.org>
55
56         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
57         * config/config.rpath: Upgrade to gettext-0.12.1.
58
59 2003-05-22    <karl@gnu.org>
60
61         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
62
63 2003-05-09  Bruno Haible  <bruno@clisp.org>
64
65         * modules/error: Add m4/strerror_r.m4 to file list.
66
67 2003-04-10  Bruno Haible  <bruno@clisp.org>
68
69         * modules/findprog: New file.
70         * MODULES.html.sh (func_all_modules): Add it.
71
72 2003-04-04  Bruno Haible  <bruno@clisp.org>
73
74         * modules/linebreak: New file.
75         * MODULES.html.sh (func_all_modules): Add it.
76
77 2003-04-03  Bruno Haible  <bruno@clisp.org>
78
79         * modules/utf8-ucs4: New file.
80         * modules/utf16-ucs4: New file.
81         * modules/ucs4-utf8: New file.
82         * modules/ucs4-utf16: New file.
83         * MODULES.html.sh (func_all_modules): Add them.
84
85 2003-04-02  Bruno Haible  <bruno@clisp.org>
86
87         * modules/binary-io: New file.
88         * MODULES.html.sh (func_all_modules): Add it.
89
90 2003-04-01  Bruno Haible  <bruno@clisp.org>
91
92         * modules/pathname: New file.
93         * MODULES.html.sh (func_all_modules): Add it.
94
95 2003-03-28  Bruno Haible  <bruno@clisp.org>
96
97         * modules/copy-file: New file.
98         * MODULES.html.sh (func_all_modules): Add it.
99
100 2003-02-20  Bruno Haible  <bruno@clisp.org>
101
102         * MODULES.html.sh (func_all_modules): Add poll.
103
104 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
105
106         * modules/poll: New file.
107
108 2003-02-18  Bruno Haible  <bruno@clisp.org>
109
110         * MODULES.html.sh (func_all_modules): Add mathl.
111
112 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
113
114         * modules/mathl: New file.
115
116 2003-02-17  Bruno Haible  <bruno@clisp.org>
117
118         * modules/mkdtemp: New module.
119         * MODULES.html.sh (func_all_modules): Add it.
120
121 2003-01-30  Bruno Haible  <bruno@clisp.org>
122
123         * modules/vasnprintf, modules/vasprintf: New modules.
124         * MODULES.html.sh (func_all_modules): Add them.
125
126 2003-01-29  Bruno Haible  <bruno@clisp.org>
127
128         * modules/stpncpy: New module.
129         * MODULES.html.sh (func_all_modules): Add it.
130
131 2003-01-28  Bruno Haible  <bruno@clisp.org>
132
133         * modules/c-ctype: New module.
134         * MODULES.html.sh (func_all_modules): Add it.
135
136 2003-01-27  Bruno Haible  <bruno@clisp.org>
137
138         * modules/xsetenv: New module.
139         * MODULES.html.sh (func_all_modules): Add it.
140
141 2003-01-23  Bruno Haible  <bruno@clisp.org>
142
143         * modules/minmax: New module.
144         * MODULES.html.sh (func_all_modules): Add it.
145
146 2003-01-22  Bruno Haible  <bruno@clisp.org>
147
148         * modules/exit: New module.
149         * MODULES.html.sh (func_all_modules): Add it.
150
151 2003-01-19  Bruno Haible  <bruno@clisp.org>
152
153         * gnulib-tool: Recognize option --extract-maintainer.
154         (func_get_maintainer): New function.
155         * modules/*: Add Maintainer entry.
156
157 2003-01-16  Bruno Haible  <bruno@clisp.org>
158
159         * MODULES.html.sh: Add a table of contents. Add the module name as
160         leftmost column. Add hyperlinks.
161
162 2003-01-11  Bruno Haible  <bruno@clisp.org>
163
164         * modules/stpcpy: Distribute lib/stpcpy.h.
165         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
166
167 2003-01-11  Bruno Haible  <bruno@clisp.org>
168
169         * gnulib-tool (func_create_testdir): Store config/* files in the main
170         directory.
171         * config.rpath: Move to ...
172         * config/config.rpath: ... here.
173         * modules/gettext: Contains config/config.rpath, not config.rpath.
174         * modules/iconv: Likewise.
175
176 2003-01-11  Bruno Haible  <bruno@clisp.org>
177
178         * modules/*: Add a description.
179         * modules/strpbrk: Fix Makefile.am snippet.
180         * modules/strtoimax: Fix dependencies.
181         * modules/strtoumax: Likewise.
182
183 2003-01-11  Bruno Haible  <bruno@clisp.org>
184
185         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
186         * modules/alloca (Makefile.am): All object files depend on alloca.h.
187         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
188
189 2003-01-12  Paul Eggert  <eggert@twinsun.com>
190
191         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
192         to avoid collisions with libcurses and libreadline.
193         * getstr: Remove.
194         * MODULES.html.sh: Remove getstr.
195         * modules/getline: Depend on unlocked-io, not getstr.
196
197 2003-01-10  Bruno Haible  <bruno@clisp.org>
198
199         * modules/alloca: Change Makefile.am requirements. Simplify Include
200         requirements. Add lib/alloca_.h to file list.
201
202 2003-01-09  Bruno Haible  <bruno@clisp.org>
203
204         * modules/stdbool: Change configure.ac, Makefile.am requirements.
205         Simplify Include requirements. Add lib/stdbool.h.in to file list.
206
207 2003-01-09  Bruno Haible  <bruno@clisp.org>
208
209         * gnulib-tool (func_all_modules): Ignore files ending in ~.
210         * MODULES.html.sh: Likewise.
211
212 2003-01-09    <karl@gnu.org>
213
214         * MODULES.html.sh: include `dirname $0` in PATH, to find
215         gnulib-tool.
216
217 2003-01-08  Bruno Haible  <bruno@clisp.org>
218
219         * modules/full-read: Depend on full-write.
220
221 2003-01-07  Bruno Haible  <bruno@clisp.org>
222
223         * MODULES.html.sh: Add copyright notice.
224         (missed_files): Omit CVS directory entries.
225         (func_module): Make it work with sed-3.02.
226         * MODULES.txt: Remove file.
227
228 2003-01-01    <karl@gnu.org>
229
230         * gnulib-tool (func_verify_module): report module name $module in
231         error message, not $1.
232         * gnulib-tool (create-testdir): don't complain if destdir couldn't
233         be created, only if it doesn't exist.
234         * gnulib-tool (last_checkin_date): don't expand the $Date here.
235
236 2002-12-24  Bruno Haible  <bruno@clisp.org>
237
238         * MODULES.txt: Update according to m4/ changes.
239
240         Module gettext.
241         * config.rpath: New file, from gettext-0.11.5.
242
243         * modules/*: New module descriptions.
244         * gnulib-tool: New file.
245         * MODULES.html.sh: New file.
246
247 2002-11-01  Bruno Haible  <bruno@clisp.org>
248
249         * configure.in: Add AC_CONFIG_AUX_DIR call.
250         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
251         test/Makefile.
252         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
253
254 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
255
256         * regex.c (PATFETCH): Remove the translating fetch.
257         (PATFETCH_RAW): Rename to PATFETCH.
258         (set_image_of_range): New fun.
259         (SET_RANGE_TABLE_WORK_AREA): Use it.
260         (regex_compile): Don't translate the pattern chars so eagerly.
261         Only do it when inserting an `exactn' bytecode or when handling
262         a char-range.
263         (mutually_exclusive_p): Avoid empty statement.
264
265 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
266
267         * README: New file
268         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
269         (per RMS's instructions, this is now the canonical source)
270         * lgpl/, gpl/: New directories.
271
272 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
273
274         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
275         as if it was a `charset'.
276
277 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
278
279         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
280         (regex_compile): Catch bogus \(\1\).
281
282 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
283
284         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
285         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
286         Giving in to popular pressure to shut up the compiler with casts.
287
288 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
289
290         * regex.c: More `unsigned char' -> `re_char' changes.
291         Also change several `int' into `re_wchar_t'.
292         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
293         (PUSH_FAILURE_POINTER): Don't cast any more.
294         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
295         We want GCC to complain, since this piece of code makes
296         re_match non-reentrant, which *should* be fixed.
297         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
298         (EXTEND_BUFFER): Use RETALLOC.
299         (SET_LIST_BIT): Don't cast.
300         (re_wchar_t): New type.
301         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
302         that those two functions will always properly return.
303         (IMMEDIATE_QUIT_CHECK): Cast to void.
304         (analyse_first): Use recursion rather than an explicit stack.
305         (re_compile_fastmap): Can't fail anymore.
306         (re_search_2): Don't check re_compile_fastmap for failure.
307         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
308         Now also sets the new value (passed in a new argument).
309         (re_match_2_internal): Use it.
310         Also, use a new var `reg' of type size_t when looping through regs
311         rather than reuse the inappropriate `mcnt'.
312
313 2000-10-24  Andrew Innes  <andrewi@gnu.org>
314
315         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
316         NT-Emacs only.
317         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
318         so that re_search functions only quit when callers expect them to.
319
320 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
321
322         * regex.c (regex_compile): Change the way of handling a range from
323         a char less than 256 to a char not less than 256.
324
325 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
326
327         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.