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