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