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