ed2706ea8829576399425a429be72072e5e2cb22
[gnulib.git] / ChangeLog
1 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
4         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
5         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
6
7 2004-08-16  Simon Josefsson  <jas@extundo.com>
8
9         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
10         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
11         Add --dry-run for --import.
12         Let user provided command line parameters override configure.ac
13         settings.
14
15 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16
17         * modules/argp (Files): Add m4/unlocked-io.m4.
18         (Depends-on): Add extensions.
19
20 2004-08-12  Simon Josefsson  <jas@extundo.com>
21
22         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
23         Change default library name from libfoo to libgnu.
24         Now, if you have a configure.ac that says:
25                 gl_SOURCE_BASE(gl)
26                 gl_M4_BASE(gl/m4)
27                 gl_MODULES(error getopt etcetera)
28                 gl_INIT
29         you can import all you need by running:
30                 ../gnulib/gnulib-tool --import
31
32         * modules/getopt (Files): Rename getopt.h to getopt_.h.
33         (Makefile.am): Rewrite, use logic from argz.
34         (Include): Use <getopt.h> instead of "getopt.h".
35
36 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
37
38         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39         m4/uintmax_t.m4.
40
41 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
42
43         * modules/xalloc-die: New file.
44         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
45
46         * modules/md5 (Files): Add m4/uint32_t.m4.
47         * modules/sha1: Renamed from modules/sha.
48         (Files):
49         Rename lib/sha.h to lib/sha1.h.
50         Rename lib/sha.c to lib/sha1.c.
51         Rename m4/sha.m4 to m4/sha1.m4.
52         (lib_SOURCES): Likewise.
53         (configure.ac): Rename gl_SHA to gl_SHA1.
54         (Include): sha.h -> sha1.h.
55
56 2004-08-08  Simon Josefsson  <jas@extundo.com>
57
58         * modules/xgethostname (Depends-on): Remove exit and error (not
59         used).
60
61         * modules/getpass-gnu: Add getpass.h.
62         (Depends-on): Add stdbool.
63         * modules/getpass: Add getpass.h.
64
65 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
66
67         More merge from coreutils.
68         * modules/raise, modules/readtokens0, modules/utimens,
69         modules/utimecmp, module/xnanosleep: New files.
70         * modules/strftime: Add lib/strftime.h.
71         Change include from <time.h> to "strftime.h".
72         * modules/yesno: Add lib/yesno.h.
73         * modules/backupfile: Remove lib/addext.c.
74         * modules/euidaccess: Add stat-macros.h.
75         * modules/canonicalize, modules/euidaccess,
76         modules/filemode, modules/lchown, modules/makepath,
77         modules/rmdir, modules/stat: Likewise.
78
79 2004-08-03  Simon Josefsson  <jas@extundo.com>
80
81         * modules/progname (Depends-on): Don't depend on stdbool.
82
83 2004-08-02  Simon Josefsson  <jas@extundo.com>
84
85         * modules/getsubopt: New file.
86         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
87         getsubopt.
88
89 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
90
91         Merge from coreutils.
92         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
93         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
94         * modules/path-concat: Don't depend on strdup.
95
96 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
97
98         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
99         * MODULES.html.sh (func_all_modules): Remove fatal.
100
101 2004-07-19  Bruno Haible  <bruno@clisp.org>
102
103         * MODULES.html.sh (func_all_modules): Add dummy.
104
105 2004-07-16  Simon Josefsson  <jas@extundo.com>
106
107         * modules/dummy: New file.
108
109 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
110
111         * modules/chown (Files): Add lib/fchown-stub.c, since
112         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
113
114 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
115
116         * modules/argz: Omit "#include".
117
118         * MODULES.html.sh (func_all_modules): Add calloc, to match
119         2004-06-01 addition of calloc module.
120
121 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
122
123         * modules/argz: New file.
124         * MODULES.html.sh (func_all_modules): Add argz.
125
126 2004-06-12  Jim Meyering  <jim@meyering.net>
127        and  Paul Eggert  <eggert@cs.ucla.edu>
128
129         * modules/hash (Files): Add lib/xalloc.h.
130         * modules/pipe (Depends-on): Add wait-process.
131         * modules/stat (Depends-on): Add xalloc.
132         * modules/userspec (Files): Add lib/userspec.h.
133         * modules/xstrtol (Depends-on): Add error.
134
135 2004-06-01  Jim Meyering  <jim@meyering.net>
136
137         * modules/calloc: New file.
138
139 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
140
141         * modules/file-type: Add lib/stat-macros.h.
142
143 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
144
145         * modules/hash (Depends-on): Remove malloc, realloc.
146         * modules/xalloc (Depends-on): Likewise.
147
148         * README: Mention that the 'free' module works around the
149         problem with 'free (0)'.
150         Mention LIA-1 and C99.
151         Add a copyright notice.
152
153 2004-05-17  Derek R. Price  <derek@ximbiot.com>
154             Paul Eggert  <eggert@cs.ucla.edu>
155
156         * modules/argp: Depend on alloca.
157
158 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
159
160         * modules/getdate: Depend on alloca.
161         * modules/setenv: Likewise.
162
163 2004-05-04  Derek Price  <derek@ximbiot.com>
164
165         * modules/argp: Remove dependency on alloca.
166
167 2004-04-27  Derek Price  <derek@ximbiot.com>
168
169         * m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS
170         environments that accept backslashes and drive letters in paths.
171
172 2004-04-20  Jim Meyering  <jim@meyering.net>
173
174         * modules/dirfd: Change UTILS_ macro name prefix to gl_.
175         * modules/mkstemp: Likewise.
176         * modules/mkdir: Likewise.
177
178 2004-04-18  Jim Meyering  <jim@meyering.net>
179
180         Change jm_ to gl_ in AC_DEFINE'd names.
181         * modules/assert, modules/chown, modules/fpending:
182         * modules/ftruncate, modules/getgroups, modules/group-member:
183         * modules/lchown, modules/lstat, modules/memcmp:
184         * modules/nanosleep, modules/putenv, modules/stat:
185         * modules/strftime, modules/unlocked-io, modules/utime:
186         * modules/xstrtoimax, modules/xstrtoumax:
187
188 2004-04-12  Paul Eggert  <eggert@twinsun.com>
189
190         * config/srclist.txt: Restore setenv.c, unsetenv.c from gettext.
191         Add intmax.m4, printf-posix.m4, sig_atomic_t.m4,
192         signalblocking.m4, ssize_t.m4.
193         * lib/unsetenv.c: Regenerate: this subtracts 1 from the
194         copyright year (!).
195         * m4/printf-posix.m4: Regenerate.
196
197         * modules/inttostr (EXTRA_DIST): Move inttostr.c here....
198         (lib_SOURCES): from here.
199         * modules/getopt (lib_SOURCES): Add getopt_int.h.
200
201 2004-04-12  Jim Meyering  <jim@meyering.net>
202
203         * MODULES.html.sh (func_all_modules): Add cloexec, inttostr, free,
204         tzset.
205
206 2004-03-30  Jim Meyering  <jim@meyering.net>
207
208         * modules/realloc (Files): Remove m4/realloc.m4.
209         (configure.ac): Depend on AC_FUNC_REALLOC, rather than jm_FUNC_REALLOC.
210         * modules/malloc (Files): Remove m4/malloc.m4.
211         (configure.ac): Depend on AC_FUNC_MALLOC, rather than jm_FUNC_MALLOC.
212
213 2004-03-30  Paul Eggert  <eggert@twinsun.com>
214
215         * modules/inttostr: New file.
216         * modules/getdate: Depend on timespec, stdbool, gettime.
217
218 2004-03-29  Paul Eggert  <eggert@twinsun.com>
219
220         * modules/getloadvg: Depend on cloexec and xalloc.
221
222 2004-03-09  Paul Eggert  <eggert@twinsun.com>
223
224         * modules/getopt: Add lib/getopt_int.h.
225
226 2004-01-18  Simon Josefsson  <jas@extundo.com>
227
228         * modules/strdup (Files, Makefile.am): Add strdup.h.
229
230 2004-02-22  Bruno Haible  <bruno@clisp.org>
231
232         * modules/xalloc: Remove dependency on stdbool.
233         Reported by Derek Robert Price <derek@ximbiot.com>.
234
235 2004-02-03  Bruno Haible  <bruno@clisp.org>
236
237         * modules/pipe: New file.
238         * MODULES.html.sh (func_all_modules): Add pipe.
239
240 2004-01-27  Bruno Haible  <bruno@clisp.org>
241
242         * modules/execute: New file.
243         * MODULES.html.sh (func_all_modules): Add execute.
244
245 2004-01-23  Paul Eggert  <eggert@twinsun.com>
246
247         * modules/argmatch, modules/obstack, modules/xstrtol:
248         Depend on exitfail.
249
250 2004-01-20  Bruno Haible  <bruno@clisp.org>
251
252         * modules/setenv: Depend on allocsa instead of alloca.
253
254 2004-01-20  Bruno Haible  <bruno@clisp.org>
255
256         * modules/xallocsa: New file.
257         * MODULES.html.sh (func_all_modules): Add xallocsa.
258
259 2004-01-20  Bruno Haible  <bruno@clisp.org>
260
261         * modules/allocsa: New file.
262         * MODULES.html.sh (func_all_modules): Add allocsa.
263
264 2004-01-20  Bruno Haible  <bruno@clisp.org>
265
266         * modules/eealloc: New file.
267         * MODULES.html.sh (func_all_modules): Add eealloc.
268
269 2004-01-15  Paul Eggert  <eggert@twinsun.com>
270
271         * modules/poll: Add BUILT_SOURCES.
272         Prefer "$@" to "poll.h" in rule for building poll.h.
273         All this is for consistency with alloca and fnmatch.
274
275         * modules/same: Depend on stdbool.
276
277 2003-12-03  Bruno Haible  <bruno@clisp.org>
278
279         Upgrade from gettext-0.13.
280         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
281         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
282         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
283
284 2003-11-25  Bruno Haible  <bruno@clisp.org>
285
286         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
287
288 2003-11-24  Paul Eggert  <eggert@twinsun.com>
289
290         * modules/alloca: Remove dependency on xalloc.
291
292 2003-11-17  Paul Eggert  <eggert@twinsun.com>
293
294         * README: Mention that S+T cannot overflow if S is the size of
295         an existing object and T is sufficiently small.
296
297 2003-11-17  Bruno Haible  <bruno@clisp.org>
298
299         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
300         (Depends-on): Add xsize.
301
302 2003-11-12  Paul Eggert  <eggert@twinsun.com>
303
304         * modules/xalloc (Files): Undo latest change, since xalloc.h
305         no longer needs SIZE_MAX or PTRDIFF_MAX.
306
307 2003-11-11  Bruno Haible  <bruno@clisp.org>
308
309         * modules/xsize (Files): Add m4/size_max.m4.
310         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
311
312 2003-11-04  Bruno Haible  <bruno@clisp.org>
313
314         * modules/xsize: New file.
315         * modules/linebreak: Depend on xsize.
316         * MODULES.html.sh (func_all_modules): Add xsize.
317
318 2003-11-04  Jim Meyering  <jim@meyering.net>
319
320         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
321         variable names, rather than @VAR@.
322         * modules/poll: Likewise.
323
324 2003-11-03  Jim Meyering  <jim@meyering.net>
325
326         * modules/userspec (lib_SOURCES): Add userspec.h.
327         (Include): Add "userspec.h".
328         Improve description.
329
330 2003-10-29  Paul Eggert  <eggert@twinsun.com>
331
332         * modules/group-member: Depend on stdbool.
333
334 2003-10-20  Bruno Haible  <bruno@clisp.org>
335
336         * modules/wait-process: New file.
337         * MODULES.html.sh (func_all_modules): Add wait-process.
338
339 2003-10-16  Paul Eggert  <eggert@twinsun.com>
340
341         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
342
343 2003-10-14  Bruno Haible  <bruno@clisp.org>
344
345         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
346
347 2003-10-12  Paul Eggert  <eggert@twinsun.com>
348
349         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
350         Change maintainer from Bruno Haible to 'all'.
351
352 2003-10-10  Simon Josefsson  <jas@extundo.com>
353
354         * modules/argp (Depends-on): Add restrict and strcase.
355
356 2003-10-08  Paul Eggert  <eggert@twinsun.com>
357
358         * modules/getpass: Depend on stdbool.
359
360 2003-10-06  Bruno Haible  <bruno@clisp.org>
361
362         * modules/version-etc-2: Remove file.
363         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
364
365 2003-10-06  Bruno Haible  <bruno@clisp.org>
366
367         * modules/fatal-signal: New file.
368         * MODULES.html.sh (func_all_modules): Add fatal-signal.
369
370 2003-10-05  Paul Eggert  <eggert@twinsun.com>
371
372         * README: Rework advice for preventing empty .o files.
373         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
374         not <sys/types.h>.
375
376 2003-10-02  Bruno Haible  <bruno@clisp.org>
377
378         * modules/lchown (Include): Add lchown.h.
379         * modules/time_r (Include): Use "..." syntax.
380         * modules/xgetdomainname (Include): Add xgetdomainname.h.
381
382 2003-10-01  Simon Josefsson  <jas@extundo.com>
383
384         * MODULES.html.sh (func_all_modules): Move gethostname from section
385         'based on' to section 'lacking' POSIX:2001.
386
387 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
388
389         Trivial fixes to Makefile.am parts of module listings.
390         * modules/strstr: Append strstr.h to lib_SOURCES.
391         * modules/strcase: Likewise, for strcase.h.
392
393 2003-09-27  Paul Eggert  <eggert@twinsun.com>
394
395         * modules/free: New file.
396
397 2003-09-25  Bruno Haible  <bruno@clisp.org>
398
399         * modules/version-etc-2: New file, from modules/version-etc with
400         modifications.
401         * MODULES.html.sh (func_all_modules): Add version-etc-2.
402
403 2003-09-25  Simon Josefsson  <jas@extundo.com>
404             Bruno Haible  <bruno@clisp.org>
405
406         * modules/getdomainname: New file.
407         * modules/xgetdomainname: New file.
408         * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
409
410 2003-09-24  Paul Eggert  <eggert@twinsun.com>
411
412         * README: Document assumptions that 'int' is at least 32 bits
413         wide, that integer arithmetic is 2's complement without overflow,
414         that there are no holes in integer values, that adding sizes of
415         two nonoverlapping objects can't overflow, and that all-bits-zero
416         yields scalar zero.  Fix spelling and capitalization typos.
417
418 2003-09-24  Simon Josefsson  <jas@extundo.com>
419
420         * modules/xgethostname: Add xgethostname.h.
421
422 2003-09-17  Paul Eggert  <eggert@twinsun.com>
423
424         * gnulib-tool: Use "test -h", not "test -L", for portability
425         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
426         (tags_regexp): Remove, since \| doesn't conform to POSIX.
427         (sed_extract_prog): Issue s commands one-by-one, rather than
428         using \| in one s command.
429
430 2003-09-16  Bruno Haible  <bruno@clisp.org>
431
432         * gnulib-tool (func_create_testdir): Warn about duplicated
433         dependencies.
434
435 2003-09-15  Paul Eggert  <eggert@twinsun.com>
436
437         * modules/argmatch, modules/fatal, modules/obstack,
438         modules/xalloc, modules/xgethostname: Sort dependencies by
439         importance, not alphabetically.
440
441 2003-09-14  Bruno Haible  <bruno@clisp.org>
442
443         * modules/fwriteerror: New file.
444         * MODULES.html.sh (func_all_modules): Add fwriteerror.
445
446 2003-09-12  Paul Eggert  <eggert@twinsun.com>
447
448         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
449         modules/xgethostname, modules/xalloc: Depend on exit.
450
451 2003-09-09  Paul Eggert  <eggert@twinsun.com>
452
453         * README: New section: portability guidelines.
454
455 2003-09-07  Paul Eggert  <eggert@twinsun.com>
456
457         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
458         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
459
460 2003-09-06  Paul Eggert  <eggert@twinsun.com>
461
462         * MODULES.html.sh (func_all_modules): Add time_r.
463         * modules/time_r: New file.
464         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
465         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
466
467 2003-08-31  Simon Josefsson  <jas@extundo.com>
468
469         * modules/timegm: New file.
470         * MODULES.html.sh (func_all_modules): Add timegm.
471
472 2003-08-22  Simon Josefsson  <jas@extundo.com>
473
474         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
475
476 2003-08-20  Bruno Haible  <bruno@clisp.org>
477
478         * modules/progname: New file.
479         * MODULES.html.sh (func_all_modules): Add progname.
480
481 2003-08-18  Paul Eggert  <eggert@twinsun.com>
482
483         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
484         in makefile rules.
485
486 2003-08-17  Simon Josefsson  <jas@extundo.com>
487
488         * modules/argp: Fix autoconf macro name. Add more dependencies.
489
490 2003-08-17  Simon Josefsson  <jas@extundo.com>
491
492         * modules/xstrndup: New file.
493         * MODULES.html.sh (func_all_modules): Add xstrndup.
494
495 2003-08-17  Bruno Haible  <bruno@clisp.org>
496
497         * modules/strndup (Files, Include): Add lib/strndup.h.
498
499 2003-08-17  Bruno Haible  <bruno@clisp.org>
500
501         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
502         like AC_GNU_SOURCE.
503         * modules/extensions (configure.ac): Comment out the invocation of
504         gl_USE_SYSTEM_EXTENSIONS.
505
506 2003-08-17  Bruno Haible  <bruno@clisp.org>
507
508         * modules/euidaccess (Files): Add lib/euidaccess.h.
509
510 2003-08-16  Paul Eggert  <eggert@twinsun.com>
511
512         Document merge from coreutils.
513         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
514         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
515         * modules/utime: Add m4/utimes-null.m4.
516
517 2003-08-15  Paul Eggert  <eggert@twinsun.com>
518
519         Document merge from coreutils.
520         * modules/userspec: Depend on posixver.
521         * modules/strftime: Depend on tzset.
522
523 2003-08-14  Jim Meyering  <jim@meyering.net>
524
525         Merges from coreutils.
526         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
527         variable names, rather than @FNMATCH_H@.
528         * modules/alloca: Likewise for $(ALLOCA_H).
529
530         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
531         the three copies of the literal target, `fnmatch.h'.
532         * modules/alloca (alloca.h): Likewise.
533
534 2003-08-14  Paul Eggert  <eggert@twinsun.com>
535
536         * modules/tzset: New file.
537
538 2003-08-12  Paul Eggert  <eggert@twinsun.com>
539
540         Merge from coreutils.
541         * modules/euidaccess: Add lib_SOURCES, include for new
542         file euidaccess.h
543
544 2003-08-11  Paul Eggert  <eggert@twinsun.com>
545
546         * modules/gnu-source, m4/gnu-source.m4:
547         Remove; we're assuming Autoconf 2.54 or later now.
548         Suggested by Bruno Haible.
549         * MODULES.html.sh (func_all_modules): Remove gnu-source.
550
551 2003-08-08  Paul Eggert  <eggert@twinsun.com>
552
553         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
554         * modules/extensions, modules/gnu-source: New files.
555         * modules/timespec, modules/unlocked-io: Depend on extensions.
556
557 2003-08-07 Paul Eggert  <eggert@twinsun.com>
558
559         * modules/restrict: New file.
560         * MODULES.html.sh (func_all_modules): Add restrict.
561         * modules/regex: Depend on restrict.
562
563 2003-08-07  Bruno Haible  <bruno@clisp.org>
564
565         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
566         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
567
568 2003-08-05  Paul Eggert  <eggert@twinsun.com>
569
570         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
571         * modules/bumpalloc: Remove.
572
573 2003-07-31  Bruno Haible  <bruno@clisp.org>
574
575         * modules/getpass-gnu: New file.
576         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
577
578 2003-07-22  Paul Eggert  <eggert@twinsun.com>
579
580         * modules/xalloc (Depends-on): Add exitfail.
581         * modules/xmemcoll: Likewise.
582
583 2003-07-20  Jim Meyering  <jim@meyering.net>
584
585         * modules/closeout (Depends-on): Add exitfail.
586         Suggestion from Bruno Haible.
587
588 2003-07-18  Bruno Haible  <bruno@clisp.org>
589
590         * modules/getndelim2: New file.
591         * modules/getline: Share files with module getndelim2.
592         * modules/getnline: Depend on getndelim2 instead of sharing files with
593         it. Add getnline.c to lib_SOURCES.
594         * MODULES.html.sh (func_all_modules): Add getndelim2.
595
596 2003-07-17  Bruno Haible  <bruno@clisp.org>
597
598         * modules/getnline: New file.
599         * modules/getline: Add lib/getndelim2.c to source file list.
600         * MODULES.html.sh (func_all_modules): Add getnline.
601
602 2003-07-17  Bruno Haible  <bruno@clisp.org>
603
604         * configure.in: Remove file.
605         * Makefile.in: Remove file.
606
607 2003-07-17  Bruno Haible  <bruno@clisp.org>
608
609         * MODULES.html.sh: Put the </BODY> right before </HTML>.
610
611 2003-07-16  Jim Meyering  <jim@meyering.net>
612
613         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
614
615 2003-07-15  Jim Meyering  <jim@meyering.net>
616
617         * modules/save-cwd: Don't depend on error.  From Derek Price.
618
619 2003-07-14  Simon Josefsson  <jas@extundo.com>
620
621         * modules/mempcpy: New file.
622         * MODULES.html.sh (func_all_modules): Add mempcpy.
623
624 2003-07-14  Paul Eggert  <eggert@twinsun.com>
625
626         * modules/getdate, modules/posixtm: Depend on mktime.
627
628 2003-07-10  Simon Josefsson  <jas@extundo.com>
629
630         * modules/strchrnul (Makefile.am): Add strchrnul.h.
631
632 2003-06-26  Bruno Haible  <bruno@clisp.org>
633
634         * modules/human: Depend on module stdbool.
635
636 2003-06-25  Bruno Haible  <bruno@clisp.org>
637
638         * modules/readlink: New file.
639         * modules/xreadlink: Depend on it.
640         * MODULES.html.sh (func_all_modules): Add readlink.
641
642 2003-06-22  Bruno Haible  <bruno@clisp.org>
643
644         * modules/safe-read: Add m4/ssize_t.m4.
645         * modules/xreadlink: Add m4/ssize_t.m4.
646
647 2003-06-11  Simon Josefsson  <jas@extundo.com>
648
649         * modules/sysexits: New file.
650         * MODULES.html.sh (func_all_modules): Add sysexits.
651
652 2003-06-10  Bruno Haible  <bruno@clisp.org>
653
654         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
655
656 2003-06-10  Simon Josefsson  <jas@extundo.com>
657
658         * modules/strchrnul: New file.
659
660 2003-06-10  Simon Josefsson  <jas@extundo.com>
661
662         * modules/argp: New file.
663
664 2003-06-07  Bruno Haible  <bruno@clisp.org>
665
666         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
667         avoid AC_CONFIG_LINKS.
668         * modules/fnmatch (Makefile.am): Use explicit creation rule for
669         fnmatch.h, to avoid AC_CONFIG_LINKS.
670         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
671
672 2003-06-07  Jim Meyering  <jim@meyering.net>
673
674         * modules/strtod: Use $(...) notation, not @...@ for
675         AC_REPLACE'd variables.
676         * modules/localcharset: Likewise.
677
678 2003-06-06  Jim Meyering  <jim@meyering.net>
679             Bruno Haible  <bruno@clisp.org>
680
681         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
682         Adjust Makefile.am snippet not to redirect directly to target.
683         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
684
685 2003-05-30  Bruno Haible  <bruno@clisp.org>
686
687         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
688         * config/config.rpath: Upgrade to gettext-0.12.1.
689
690 2003-05-22    <karl@gnu.org>
691
692         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
693
694 2003-05-09  Bruno Haible  <bruno@clisp.org>
695
696         * modules/error: Add m4/strerror_r.m4 to file list.
697
698 2003-04-10  Bruno Haible  <bruno@clisp.org>
699
700         * modules/findprog: New file.
701         * MODULES.html.sh (func_all_modules): Add it.
702
703 2003-04-04  Bruno Haible  <bruno@clisp.org>
704
705         * modules/linebreak: New file.
706         * MODULES.html.sh (func_all_modules): Add it.
707
708 2003-04-03  Bruno Haible  <bruno@clisp.org>
709
710         * modules/utf8-ucs4: New file.
711         * modules/utf16-ucs4: New file.
712         * modules/ucs4-utf8: New file.
713         * modules/ucs4-utf16: New file.
714         * MODULES.html.sh (func_all_modules): Add them.
715
716 2003-04-02  Bruno Haible  <bruno@clisp.org>
717
718         * modules/binary-io: New file.
719         * MODULES.html.sh (func_all_modules): Add it.
720
721 2003-04-01  Bruno Haible  <bruno@clisp.org>
722
723         * modules/pathname: New file.
724         * MODULES.html.sh (func_all_modules): Add it.
725
726 2003-03-28  Bruno Haible  <bruno@clisp.org>
727
728         * modules/copy-file: New file.
729         * MODULES.html.sh (func_all_modules): Add it.
730
731 2003-02-20  Bruno Haible  <bruno@clisp.org>
732
733         * MODULES.html.sh (func_all_modules): Add poll.
734
735 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
736
737         * modules/poll: New file.
738
739 2003-02-18  Bruno Haible  <bruno@clisp.org>
740
741         * MODULES.html.sh (func_all_modules): Add mathl.
742
743 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
744
745         * modules/mathl: New file.
746
747 2003-02-17  Bruno Haible  <bruno@clisp.org>
748
749         * modules/mkdtemp: New module.
750         * MODULES.html.sh (func_all_modules): Add it.
751
752 2003-01-30  Bruno Haible  <bruno@clisp.org>
753
754         * modules/vasnprintf, modules/vasprintf: New modules.
755         * MODULES.html.sh (func_all_modules): Add them.
756
757 2003-01-29  Bruno Haible  <bruno@clisp.org>
758
759         * modules/stpncpy: New module.
760         * MODULES.html.sh (func_all_modules): Add it.
761
762 2003-01-28  Bruno Haible  <bruno@clisp.org>
763
764         * modules/c-ctype: New module.
765         * MODULES.html.sh (func_all_modules): Add it.
766
767 2003-01-27  Bruno Haible  <bruno@clisp.org>
768
769         * modules/xsetenv: New module.
770         * MODULES.html.sh (func_all_modules): Add it.
771
772 2003-01-23  Bruno Haible  <bruno@clisp.org>
773
774         * modules/minmax: New module.
775         * MODULES.html.sh (func_all_modules): Add it.
776
777 2003-01-22  Bruno Haible  <bruno@clisp.org>
778
779         * modules/exit: New module.
780         * MODULES.html.sh (func_all_modules): Add it.
781
782 2003-01-19  Bruno Haible  <bruno@clisp.org>
783
784         * gnulib-tool: Recognize option --extract-maintainer.
785         (func_get_maintainer): New function.
786         * modules/*: Add Maintainer entry.
787
788 2003-01-16  Bruno Haible  <bruno@clisp.org>
789
790         * MODULES.html.sh: Add a table of contents. Add the module name as
791         leftmost column. Add hyperlinks.
792
793 2003-01-11  Bruno Haible  <bruno@clisp.org>
794
795         * modules/stpcpy: Distribute lib/stpcpy.h.
796         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
797
798 2003-01-11  Bruno Haible  <bruno@clisp.org>
799
800         * gnulib-tool (func_create_testdir): Store config/* files in the main
801         directory.
802         * config.rpath: Move to ...
803         * config/config.rpath: ... here.
804         * modules/gettext: Contains config/config.rpath, not config.rpath.
805         * modules/iconv: Likewise.
806
807 2003-01-11  Bruno Haible  <bruno@clisp.org>
808
809         * modules/*: Add a description.
810         * modules/strpbrk: Fix Makefile.am snippet.
811         * modules/strtoimax: Fix dependencies.
812         * modules/strtoumax: Likewise.
813
814 2003-01-11  Bruno Haible  <bruno@clisp.org>
815
816         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
817         * modules/alloca (Makefile.am): All object files depend on alloca.h.
818         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
819
820 2003-01-12  Paul Eggert  <eggert@twinsun.com>
821
822         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
823         to avoid collisions with libcurses and libreadline.
824         * getstr: Remove.
825         * MODULES.html.sh: Remove getstr.
826         * modules/getline: Depend on unlocked-io, not getstr.
827
828 2003-01-10  Bruno Haible  <bruno@clisp.org>
829
830         * modules/alloca: Change Makefile.am requirements. Simplify Include
831         requirements. Add lib/alloca_.h to file list.
832
833 2003-01-09  Bruno Haible  <bruno@clisp.org>
834
835         * modules/stdbool: Change configure.ac, Makefile.am requirements.
836         Simplify Include requirements. Add lib/stdbool.h.in to file list.
837
838 2003-01-09  Bruno Haible  <bruno@clisp.org>
839
840         * gnulib-tool (func_all_modules): Ignore files ending in ~.
841         * MODULES.html.sh: Likewise.
842
843 2003-01-09    <karl@gnu.org>
844
845         * MODULES.html.sh: include `dirname $0` in PATH, to find
846         gnulib-tool.
847
848 2003-01-08  Bruno Haible  <bruno@clisp.org>
849
850         * modules/full-read: Depend on full-write.
851
852 2003-01-07  Bruno Haible  <bruno@clisp.org>
853
854         * MODULES.html.sh: Add copyright notice.
855         (missed_files): Omit CVS directory entries.
856         (func_module): Make it work with sed-3.02.
857         * MODULES.txt: Remove file.
858
859 2003-01-01    <karl@gnu.org>
860
861         * gnulib-tool (func_verify_module): report module name $module in
862         error message, not $1.
863         * gnulib-tool (create-testdir): don't complain if destdir couldn't
864         be created, only if it doesn't exist.
865         * gnulib-tool (last_checkin_date): don't expand the $Date here.
866
867 2002-12-24  Bruno Haible  <bruno@clisp.org>
868
869         * MODULES.txt: Update according to m4/ changes.
870
871         Module gettext.
872         * config.rpath: New file, from gettext-0.11.5.
873
874         * modules/*: New module descriptions.
875         * gnulib-tool: New file.
876         * MODULES.html.sh: New file.
877
878 2002-11-01  Bruno Haible  <bruno@clisp.org>
879
880         * configure.in: Add AC_CONFIG_AUX_DIR call.
881         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
882         test/Makefile.
883         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
884
885 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
886
887         * regex.c (PATFETCH): Remove the translating fetch.
888         (PATFETCH_RAW): Rename to PATFETCH.
889         (set_image_of_range): New fun.
890         (SET_RANGE_TABLE_WORK_AREA): Use it.
891         (regex_compile): Don't translate the pattern chars so eagerly.
892         Only do it when inserting an `exactn' bytecode or when handling
893         a char-range.
894         (mutually_exclusive_p): Avoid empty statement.
895
896 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
897
898         * README: New file
899         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
900         (per RMS's instructions, this is now the canonical source)
901         * lgpl/, gpl/: New directories.
902
903 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
904
905         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
906         as if it was a `charset'.
907
908 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
909
910         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
911         (regex_compile): Catch bogus \(\1\).
912
913 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
914
915         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
916         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
917         Giving in to popular pressure to shut up the compiler with casts.
918
919 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
920
921         * regex.c: More `unsigned char' -> `re_char' changes.
922         Also change several `int' into `re_wchar_t'.
923         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
924         (PUSH_FAILURE_POINTER): Don't cast any more.
925         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
926         We want GCC to complain, since this piece of code makes
927         re_match non-reentrant, which *should* be fixed.
928         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
929         (EXTEND_BUFFER): Use RETALLOC.
930         (SET_LIST_BIT): Don't cast.
931         (re_wchar_t): New type.
932         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
933         that those two functions will always properly return.
934         (IMMEDIATE_QUIT_CHECK): Cast to void.
935         (analyse_first): Use recursion rather than an explicit stack.
936         (re_compile_fastmap): Can't fail anymore.
937         (re_search_2): Don't check re_compile_fastmap for failure.
938         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
939         Now also sets the new value (passed in a new argument).
940         (re_match_2_internal): Use it.
941         Also, use a new var `reg' of type size_t when looping through regs
942         rather than reuse the inappropriate `mcnt'.
943
944 2000-10-24  Andrew Innes  <andrewi@gnu.org>
945
946         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
947         NT-Emacs only.
948         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
949         so that re_search functions only quit when callers expect them to.
950
951 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
952
953         * regex.c (regex_compile): Change the way of handling a range from
954         a char less than 256 to a char not less than 256.
955
956 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
957
958         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
959
960
961 Copyright (C) 2000, 2001, 2002, 2003, 2004
962   Free Software Foundation, Inc.
963 Copying and distribution of this file, with or without modification,
964 are permitted provided the copyright notice and this notice are preserved.