New module 'c-strcasestr'.
[gnulib.git] / ChangeLog
1 2005-10-11  Bruno Haible  <bruno@clisp.org>
2
3         * modules/c-strcasestr: New file.
4         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
5
6 2005-10-11  Bruno Haible  <bruno@clisp.org>
7
8         * modules/c-strcase: New file.
9         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10
11 2005-10-11  Simon Josefsson  <jas@extundo.com>
12
13         * tests/test-crc.c: New file.
14
15         * modules/crc, modules/crc-tests: New files.
16
17 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18
19         * modules/mempcpy (License): GPL -> LGPL.
20         * modules/strchrnul (License): Likewise.
21         * modules/sysexits (License): Likewise.
22
23 2005-10-06  Simon Josefsson  <jas@extundo.com>
24
25         * tests/test-hmac-md5.c: New file.
26
27         * modules/hmac-md5-tests: New file.
28
29         * modules/hmac-md5: New file.
30
31 2005-10-05  Bruno Haible  <bruno@clisp.org>
32
33         * modules/stdint (License): Change to LGPL.
34
35 2005-10-05  Simon Josefsson  <jas@extundo.com>
36
37         * modules/memxor: New file.
38
39         * modules/iconv (Files): Move config.rpath to havelib, it is used
40         there.
41
42         * modules/havelib (Files): Add config.rpath.
43
44 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45
46         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
47         From Ben Pfaff.
48
49         * modules/exclude (Depends-on): Depend on verify.
50         * modules/strtoimax (Depends-on): Likewise.
51         * modules/utimecmp (Depends-on): Likewise.
52
53 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
54
55         * modules/regex (Depends-on): Add strcase.
56
57         * modules/gethostname (Licence): Change from GPL to LGPL, since
58         gethostname.c is a trivial implementation of a standard library
59         function.
60         * modules/poll (License): Change from GPL to LGPL, since it's
61         derived from LGPL code.
62
63 2005-09-26  Bruno Haible  <bruno@clisp.org>
64
65         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
66         is necessary.
67         (lib_SOURCES): Remove mbchar.c.
68         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
69         (Files): Add m4/mbrtowc.m4.
70         * modules/mbiter: Likewise.
71         * modules/mbuiter: Likewise.
72
73 2005-09-25  Jim Meyering  <jim@meyering.net>
74
75         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
76         also uses socklen_t.
77
78 2005-09-23  Jim Meyering  <jim@meyering.net>
79
80         * modules/getaddrinfo (Depends-on): Add socklen.
81
82 2005-09-23  Bruno Haible  <bruno@clisp.org>
83
84         * tests/test-verify.c: New file.
85
86 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
87
88         Sync from coreutils.
89
90         * modules/argmatch (Depends-on): Add verify.
91         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
92         unistd-safer.
93         * modules/save-cwd (Depends-on): Likewise.
94
95         * modules/openat (Files): Add lib/openat-die.c.
96         (Depends-on): Remove error, exitfail.
97         Add dirname.
98
99         * modules/verify: New file.
100         * MODULES.html.sh (Diagnostics <assert.h>): New section,
101         with "verify" module.
102
103 2005-09-20  Bruno Haible  <bruno@clisp.org>
104
105         * gnulib-tool: Remove trailing slashes from the values specified for
106         --source-base, --m4-base, --tests-base, --aux-dir.
107         Suggested by Simon Josefsson <jas@extundo.com>.
108
109 2005-09-20  Bruno Haible  <bruno@clisp.org>
110
111         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
112         func_modules_to_filelist, func_import, func_create_testdir): Make all
113         sorting results locale-independent, so that gnulib-cache.m4 doesn't
114         change when gnulib-tool is invoked in a different locale.
115
116 2005-09-19  Bruno Haible  <bruno@clisp.org>
117
118         * gnulib-tool (import): Provide default for --tests-base.
119
120 2005-09-19  Jim Meyering  <jim@meyering.net>
121
122         * modules/pathmax (License): Change to LGPL.
123
124 2005-09-18  Bruno Haible  <bruno@clisp.org>
125
126         * gnulib-tool: Support --with-tests also with --import.
127         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
128         (func_import): Use variables $testsbase and $inctests. Emit a
129         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
130         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
131         SUBDIRS += $testsdir.
132         (func_create_testdir): Update.
133
134 2005-09-18  Bruno Haible  <bruno@clisp.org>
135
136         * gnulib-tool (func_import): Comment out code that spits out the
137         new files with --dry-run.
138
139 2005-09-18  Bruno Haible  <bruno@clisp.org>
140
141         Portability fix.
142         * gnulib-tool (func_readlink): New function.
143         (func_ln_if_changed): Use it.
144
145 2005-09-18  Bruno Haible  <bruno@clisp.org>
146
147         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
148         instead of $dry_run.
149         (func_cp_if_changed, func_mv_if_changed): Remove functions.
150         (func_ln_if_changed): Don't handle dry-run here.
151         (func_import): In dry-run mode, detect more precisely which actions
152         would be performed, and don't use "...ing" verbs.
153
154 2005-09-18  Bruno Haible  <bruno@clisp.org>
155
156         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
157         (func_import): Use join on two temporary files instead of three nested
158         loops, in order to determine which files are new or old.
159
160 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
161
162         * MODULES.html.sh (File system functions): Add stat-time.
163         * modules/stat-time: New file.
164         * modules/timespec (Files): Remove m4/st_mtim.m4; this
165         is now done in a different way, by the stat-time module.
166         * modules/utimecmp (Depends-on): Add stat-time.
167
168 2005-09-12  Derek Price  <derek@ximbiot.com>
169
170         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
171         LGPL.
172         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
173
174 2005-09-12  Derek Price  <derek@ximbiot.com>
175             Paul Eggert  <eggert@cs.ucla.edu>
176
177         * modules/glob (Files): Add glob-libc.h.
178
179 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
180
181         * modules/utimens (Files): Add m4/utimbuf.m4, since
182         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
183         Reported by Sergey Poznyakoff.
184
185 2005-09-08  Simon Josefsson  <jas@extundo.com>
186
187         * modules/socklen: New file.
188
189 2005-09-05  Bruno Haible  <bruno@clisp.org>
190
191         * gnulib-tool (func_import): Fix comparison in handling of symbolic
192         links.
193
194 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
195
196         * modules/size_max (Makefile.am): Add size_max.h
197
198 2005-09-04  Derek Price  <derek@ximbiot.com>
199
200         * gnulib-tool (func_import): Fix reversed $symbolic logic.
201
202 2005-09-03  Simon Josefsson  <jas@extundo.com>
203
204         * gnulib-tool: Fix typo.
205
206 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
207
208         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
209         m4/ulonglong.m4.  Problem reported by Martin Lambers.
210
211 2005-09-02  Bruno Haible  <bruno@clisp.org>
212
213         * gnulib-tool (import): In the other first-use case, provide defaults
214         as well.
215
216 2005-09-02  Simon Josefsson  <jas@extundo.com>
217
218         * modules/havelib: New module.
219
220         * modules/gettext, modules/iconv, modules/lock, modules/readline:
221         Use havelib.
222
223 2005-08-31  Simon Josefsson  <jas@extundo.com>
224
225         * modules/socklen: New file.
226
227 2005-09-01  Bruno Haible  <bruno@clisp.org>
228
229         * gnulib-tool (func_import): Fix handling of symbolic links.
230
231 2005-09-01  Bruno Haible  <bruno@clisp.org>
232
233         * gnulib-tool (import): In the first-use case, provide defaults.
234
235 2005-09-01  Bruno Haible  <bruno@clisp.org>
236
237         * gnulib-tool (func_import): Remove the .tmp files.
238
239 2005-08-30  Bruno Haible  <bruno@clisp.org>
240
241         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
242         Create directories that shall be filled.
243         (import): Don't look for gl_* macros in configure.ac. Recurse across
244         all directories containing a gnulib-cache.m4 files, if meaningful.
245
246 2005-08-30  Bruno Haible  <bruno@clisp.org>
247
248         Avoid unnecessary diffs in the generated lib/Makefile.am.
249         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
250         the generated files.
251         (func_import): Don't set cmd.
252
253 2005-08-30  Bruno Haible  <bruno@clisp.org>
254
255         * gnulib-tool (func_import): Read the previous cached settings
256         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
257         earlier added by gnulib but are now dropped. Warn when a gnulib file
258         overwrites a non-gnulib file.
259
260 2005-08-28  Bruno Haible  <bruno@clisp.org>
261
262         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
263         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
264         projects that don't keep autogenerated files in CVS. Put into
265         actioncmd only the specified modules, not the transitive closure.
266
267 2005-08-28  Bruno Haible  <bruno@clisp.org>
268
269         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
270         always instantiating them.
271
272 2005-08-28  Bruno Haible  <bruno@clisp.org>
273
274         * gnulib-tool (import): Rename most ac_* variables to cached_*.
275         Also use new variables cached_lgpl, cached_libtool.
276
277 2005-08-28  Bruno Haible  <bruno@clisp.org>
278
279         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
280         declaration macro definitions from generated gnulib.m4.
281
282 2005-08-28  Bruno Haible  <bruno@clisp.org>
283
284         * gnulib-tool: New option --macro-prefix.
285         (func_import): Use macro_prefix.
286         (import): Handle option --macro-prefix.
287
288 2005-08-28  Bruno Haible  <bruno@clisp.org>
289
290         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
291         (import): Set seen_libtool when we see gl_LIBTOOL.
292
293 2005-08-31  Jim Meyering  <jim@meyering.net>
294
295         * check-module: Add a FIXME comment.
296
297 2005-08-31  Eric Blake  <ebb9@byu.net>
298
299         * modules/unistd-safer (Files): Add unistd--.h.
300         * modules/stdio-safer (Files): Add stdio--.h.
301
302 2005-08-28  Bruno Haible  <bruno@clisp.org>
303
304         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
305
306 2005-08-28  Bruno Haible  <bruno@clisp.org>
307
308         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
309         Emit more advice.
310
311 2005-08-28  Bruno Haible  <bruno@clisp.org>
312
313         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
314         that it works when the directory contains spaces.
315
316 2005-07-11  Bruno Haible  <bruno@clisp.org>
317         and Stepan Kasal  <kasal@ucw.cz>
318
319         * check-module: If more parameters are given, check each of them
320         separately; add more exceptions, as noted by Jim Meyering.
321         (check_module): New procedure.
322         (%exempt_header): Now contains all exceptions.
323
324 2005-07-30  Ben Pfaff  <blp@cs.stanford.edu>
325
326         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
327
328 2005-08-27  Jim Meyering  <jim@meyering.net>
329
330         * modules/unistd-safer (Files): Add pipe-safer.c.
331         * modules/fcntl-safer (Files): Add creat-safer.c.
332
333 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
334
335         * modules/regex (Depends-on): Add malloc, since the code
336         assumes that !malloc(0) means failure.
337
338 2005-08-24  Bruno Haible  <bruno@clisp.org>
339
340         * modules/tls-tests: New file.
341         * tests/test-tls.c: New file, from GNU gettext.
342
343 2005-08-24  Bruno Haible  <bruno@clisp.org>
344
345         * modules/lock-tests: New file.
346         * tests/test-lock.c: New file, from GNU gettext.
347
348 2005-08-24  Bruno Haible  <bruno@clisp.org>
349
350         Support for unit test modules.
351         * modules/README: Mention tests modules.
352         * modules/TEMPLATE-TESTS: New file.
353         * gnulib-tool: New options --extract-tests-module, --with-tests and
354         --tests-base (unused for the moment).
355         (testsbase, inctests): New variables.
356         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
357         (func_verify_module): Exclude TEMPLATE-TESTS.
358         (func_verify_nontests_module, func_verify_tests_module): New functions.
359         (func_get_dependencies): Add implicit dependency for tests modules.
360         (func_get_tests_module): New function.
361         (func_modules_transitive_closure): When --with-tests was specified,
362         include the unit tests as well, unless explicitly avoided.
363         (func_emit_lib_Makefile_am): Ignore the tests modules here.
364         (func_emit_tests_Makefile_am): New function.
365         (func_create_testdir): When --with-tests was specified, emit a
366         tests/ directory.
367         * MODULES.html.sh (Future developments): Update.
368
369 2005-08-24  Bruno Haible  <bruno@clisp.org>
370
371         * gnulib-tool (func_version): Update.
372
373 2005-08-24  Bruno Haible  <bruno@clisp.org>
374
375         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
376         option --force, because --force causes the aclocal.m4 of each
377         subdirectory to be newer than the corresponding config.h.in.
378
379 2005-08-24  Bruno Haible  <bruno@clisp.org>
380
381         * gnulib-tool: Add support for the --aux-dir option to
382         --create-testdir, --create-megatestdir, --test, --megatest.
383         (func_create_testdir, func_create_megatestdir): Optionally emit a
384         AC_CONFIG_AUX_DIR directive.
385         (create-testdir, create-megatestdir, test, megatest): Provide a
386         default value for $auxdir.
387
388 2005-08-24  Bruno Haible  <bruno@clisp.org>
389
390         * gnulib-tool (import): Use compound statement instead of subshell
391         where possible.
392
393 2005-08-24  Bruno Haible  <bruno@clisp.org>
394
395         * gnulib-tool (import): Change --aux-dir default to "build-aux".
396
397 2005-08-24  Bruno Haible  <bruno@clisp.org>
398
399         * gnulib-tool (func_import, func_create_testdir,
400         func_create_megatestdir): Quote all autoconf macro arguments.
401
402 2005-08-24  Jim Meyering  <jim@meyering.net>
403
404         * modules/fcntl-safer: New module.
405         * modules/fts (Depends-on): Add fcntl-safer.
406         * MODULES.html.sh (File descriptor based Input/Output):
407         Add fcntl-safer.
408
409 2005-08-24  Simon Josefsson  <jas@extundo.com>
410
411         * tests/test-getpass.c: New file.
412
413 2005-08-24  Jim Meyering  <jim@meyering.net>
414
415         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
416         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
417
418 2005-08-17  Bruno Haible  <bruno@clisp.org>
419
420         * modules/strcasestr: New file.
421         * MODULES.html.sh (String handling, based on ANSI C 89): Add
422         strcasestr.
423
424 2005-08-17  Bruno Haible  <bruno@clisp.org>
425
426         * modules/strstr (Files): Add m4/mbrtowc.m4.
427         (Depends-on): Add mbuiter.
428
429 2005-08-17  Bruno Haible  <bruno@clisp.org>
430
431         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
432
433 2005-08-17  Bruno Haible  <bruno@clisp.org>
434
435         * modules/mbuiter: New file.
436         * MODULES.html.sh (Extended multibyte and wide character utilities):
437         Add mbuiter.
438
439 2005-08-16  Bruno Haible  <bruno@clisp.org>
440
441         * modules/strcase (Files): Add m4/mbrtowc.m4.
442         (Depends-on): Add strnlen1, mbchar.
443
444 2005-08-16  Bruno Haible  <bruno@clisp.org>
445
446         * modules/strnlen1: New file.
447         * MODULES.html.sh (String handling): Add strnlen1.
448
449 2005-08-16  Bruno Haible  <bruno@clisp.org>
450
451         * modules/mbfile: New file.
452         * MODULES.html.sh (Extended multibyte and wide character utilities):
453         Add mbfile.
454
455 2005-08-16  Bruno Haible  <bruno@clisp.org>
456
457         * modules/mbiter: New file.
458         * MODULES.html.sh (Extended multibyte and wide character utilities):
459         Add mbiter.
460
461 2005-08-16  Bruno Haible  <bruno@clisp.org>
462
463         * modules/mbchar: New file.
464         * MODULES.html.sh (Extended multibyte and wide character utilities):
465         New section.
466
467 2005-08-16  Bruno Haible  <bruno@clisp.org>
468
469         * modules/tls: New file.
470         * MODULES.html.sh (Multithreading): Add tls.
471
472 2005-08-15  Simon Josefsson  <jas@extundo.com>
473
474         * modules/ssize_t (License): Change to 'unlimited'.
475
476         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
477
478 2005-08-12  Simon Josefsson  <jas@extundo.com>
479
480         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
481         ssize_t.
482
483 2005-08-12  Simon Josefsson  <jas@extundo.com>
484
485         * modules/getndelim2: Use ssize_t module.
486         * modules/getnline: Likewise.
487         * modules/safe-read: Likewise.
488         * modules/xreadlink: Likewise.
489
490         * modules/ssize_t: New file.
491
492 2005-08-12  Simon Josefsson  <jas@extundo.com>
493
494         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
495         readline, getdelim and check_version.
496         (Support for systems lacking ISO C 99: Sizes of integer types):
497         Add size_max.
498
499 2005-08-11  Simon Josefsson  <jas@extundo.com>
500
501         * modules/readline: New file.
502
503         * modules/strnlen (Files): Add strnlen.h.
504
505 2005-08-10  Simon Josefsson  <jas@extundo.com>
506
507         * tests/test-iconvme.c: New file.
508
509 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
510
511         * README: Typos.
512
513 2005-08-02  Simon Josefsson  <jas@extundo.com>
514
515         * modules/getdelim: New file.
516
517         * modules/getline: Rewrite, don't use getndelim2.
518
519 2005-07-16  Simon Josefsson  <jas@extundo.com>
520
521         * modules/readline: New file.
522
523 2005-07-24  Bruno Haible  <bruno@clisp.org>
524
525         * modules/visibility: New file.
526         * MODULES.html.sh (Misc): Add visibility.
527
528 2005-07-22  Bruno Haible  <bruno@clisp.org>
529
530         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
531         $(ALLOCA_H), redundant through BUILT_SOURCES.
532         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
533         redundant through BUILT_SOURCES.
534         * modules/byteswap (Makefile.am): Remove explicit dependency on
535         $(BYTESWAP_H), redundant through BUILT_SOURCES.
536         * modules/fnmatch (Makefile.am): Remove explicit dependency on
537         $(FNMATCH_H), redundant through BUILT_SOURCES.
538         * modules/getopt (Makefile.am): Remove explicit dependency on
539         $(GETOPT_H), redundant through BUILT_SOURCES.
540         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
541         redundant through BUILT_SOURCES.
542         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
543         redundant through BUILT_SOURCES.
544         * modules/stdbool (Makefile.am): Remove explicit dependency on
545         $(STDBOOL_H), redundant through BUILT_SOURCES.
546         * modules/stdint (Makefile.am): Remove explicit dependency on
547         $(STDINT_H), redundant through BUILT_SOURCES.
548         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
549         Remove explicit dependency on $(SYSEXITS_H).
550         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
551
552 2005-07-18  Bruno Haible  <bruno@clisp.org>
553
554         * modules/lock: New file.
555         * MODULES.html.sh (Multithreading): New section.
556
557 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
558
559         * modules/xalloc (Depends-on): Add xalloc-die.
560         * modules/xvasprintf (Depends-on): Add xalloc-die.
561
562 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
563
564         * modules/argp (Depends-on): Remove unlocked-io.
565
566 2005-07-11  Simon Josefsson  <jas@extundo.com>
567
568         * modules/size_max: New file.
569
570         * modules/xsize: Depend on size_max module for size_max.m4.
571
572 2005-07-09  Bruno Haible  <bruno@clisp.org>
573
574         * gnulib-tool (func_usage): Document option --avoid.
575         (Command line options): Handle --avoid.
576         (func_acceptable): New function.
577         (func_modules_transitive_closure): Use it.
578
579 2005-07-11  Bruno Haible  <bruno@clisp.org>
580
581         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
582         Reported by Jim Meyering.
583
584 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
585
586         * modules/argp (Depends-on): Add unlocked-io
587
588 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
589
590         * modules/regex (Files): Add lib/regex_internal.c,
591         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
592         (Depends-on): Add extensions.
593         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
594
595 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
596
597         Support programs like Emacs that use gnulib but not gettext.
598         * MODULES.html.sh (Internationalization functions): Add gettext-h.
599         * modules/gettext-h: New file.
600         * modules/gettext (Files): Remove lib/gettext.h.
601         (Depends-on): Add gettext-h.
602         (Makefile.am): Remove lib_SOURCES.
603         * modules/argmatch, modules/c-stack, modules/closeout:
604         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
605         * modules/execute, modules/file-type, modules/getaddrinfo:
606         * modules/getopt, modules/human, modules/javacomp:
607         * modules/javaexec, modules/mkdir-p, modules/obstack:
608         * modules/openat, modules/pagealign_alloc, modules/pipe:
609         * modules/quotearg, modules/regex, modules/rpmatch:
610         * modules/unicodeio, modules/userspec, modules/version-etc:
611         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
612         * modules/xsetenv:
613         Depend on gettext-h, not gettext.
614
615 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
616
617         * gnulib-tool (func_import): Add support for 'public domain' license.
618         * modules/alloca, modules/atexit, modules/memmove:
619         Now public domain, not GPL.
620         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
621         * modules/realloc, modules/strerror, modules/strtod:
622         Now LGPL, not GPL.
623
624 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
625
626         Remove the dependency of the strftime module on the tzset module.
627         * modules/strftime (Depends-on): Remove dependency on tzset.
628
629 2005-06-28  Jim Meyering  <jim@meyering.net>
630
631         * check-module (find_included_lib_files): Hard-code another
632         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
633         but modules/fts-lgpl (correctly) does not list those files.
634
635         * modules/canonicalize (Files): Add lib/pathmax.h.
636
637 2005-06-28  Simon Josefsson  <jas@extundo.com>
638
639         * modules/check-version (Files): Add check-version.m4.
640
641 2005-06-25  Simon Josefsson  <jas@extundo.com>
642
643         * modules/check-version: New file.
644
645 2005-06-24  Derek Price  <derek@ximbiot.com>
646         and Bruno Haible  <bruno@clisp.org>
647
648         Remove stat module & update lstat.
649         * MODULES.html.sh (stat): Remove.
650         * MODULES.html: Regenerated.
651         * modules/lstat (Description): Correct function name.
652         (Files): Add "lstat.h".
653         (Depends-on): Remove stat, add xalloc, stat-macros.
654         * modules/stat: Remove this file.
655         (Include): Add "lstat.h", remove <sys/stat.h>.
656
657 2005-06-08  Bruno Haible  <bruno@clisp.org>
658
659         * modules/csharpcomp: New file.
660         * MODULES.html.sh (C#): Add csharpcomp.
661
662 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
663
664         Sync from coreutils.
665         Use "file name" when talking about file names, instead of "filename"
666         or "path", as per the GNU coding standards.
667         * MODULES.html.sh: mkdir-p renamed from makepath.
668         filenamecat renamed from path-concat.
669         * modules/filenamecat: Renamed from modules/path-concat.
670         (Files): filenamecat.h and filenamecat.c renamed from
671         path-concat.h and path-concat.c.
672         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
673         (Include): filenamecat.h, not path-concat.h.
674         * modules/mkdir-p: Renamed from modules/makepath.
675         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and makepath.c.
676         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
677         (Include): mkdir-p.h, not makepath.h.
678
679 2005-06-01  Bruno Haible  <bruno@clisp.org>
680
681         * modules/csharpexec: New file.
682         * MODULES.html.sh (C#): New section.
683
684 2005-05-29  Derek Price  <derek@ximbiot.com>
685
686         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
687         * modules/glob: New file.
688         * modules/getlogin_r: Add link to POSIX spec in description.
689
690 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
691
692         * modules/fts (Files): Remove m4/inttypes-pri.m4.
693         * modules/fts-lgpl (Depends-on): Remove gettext.
694
695 2005-05-25  Derek Price  <derek@ximbiot.com>
696
697         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
698
699 2005-05-25  Derek Price  <derek@ximbiot.com>
700             Paul Eggert  <eggert@cs.ucla.edu>
701
702         * modules/getlogin_r: New files.
703
704 2005-05-21  Jim Meyering  <jim@meyering.net>
705
706         * modules/fts (Files): Add m4/inttypes-pri.m4.
707         (Depends-on): Add lstat and remove gettext.  Alphabetize.
708
709 2005-05-18  Derek Price  <derek@ximbiot.com>
710
711         * modules/minmax (Files): Add m4/minmax.m4.
712         (configure.ac): Add gl_MINMAX.
713
714 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
715
716         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
717
718 2005-05-18  Jim Meyering  <jim@meyering.net>
719
720         * modules/dirfd (License): Change to LGPL.  Most of the code
721         is already in the public domain.
722
723 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
724
725         * config/srclist-update: Spell out "Street" in FSF postal
726         mail address; this is the style the FSF seems to prefer.
727
728         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
729         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
730         this updates FSF postal mail address.
731
732         Sync from coreutils.
733         * modules/unlinkdir: New file.
734         * modules/yesno (Depends-on): Add getline.
735         * MODULES.html.sh (File system functions): Add unlinkdir.
736
737 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
738
739         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
740         tests/test-memmem.c, tests/test-stpncpy.c:
741         Update FSF postal mail address.
742
743 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
744
745         * gnulib-tool (func_import): Sort and uniquify recommended includes.
746
747 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
748
749         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
750
751 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
752
753         * modules/time_r (License): Change to LGPL.
754         * modules/extensions (License): Change to LGPL.  Actually,
755         the license is more permissive than that, but currently gnulib-tool
756         doesn't know how to handle more-permissive licenses.
757
758         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
759         Problem reported by Dave Love.
760
761 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
762             Bruno Haible  <bruno@clisp.org>
763
764         * modules/inet_ntop: New file.
765         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
766         inet_ntop.
767
768 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
769
770         * modules/argmatch (Depends-on): Add stdbool.
771         * modules/backupfile (Depends-on): Likewise.
772         * modules/chdir-long (Depends-on): Likewise.
773         * modules/closeout (Depends-on): Likewise.
774         * modules/cycle-check (Depends-on): Likewise.
775         * modules/dirname (Depends-on): Likewise.
776         * modules/fnmatch (Depends-on): Likewise.
777         * modules/fsusage (Depends-on): Likewise.
778         * modules/fwriteerror (Depends-on): Likewise.
779         * modules/getcwd (Depends-on): Likewise.
780         * modules/getloadavg (Depends-on): Likewise.
781         * modules/hard-locale (Depends-on): Likewise.
782         * modules/makepath (Depends-on): Likewise.
783         * modules/mountlist (Depends-on): Likewise.
784         * modules/nanosleep (Depends-on): Likewise.
785         * modules/posixtm (Depends-on): Likewise.
786         * modules/quotearg (Depends-on): Likewise.
787         * modules/readtokens (Depends-on): Likewise.
788         * modules/readtokens0 (Depends-on): Likewise.
789         * modules/readutmp (Depends-on): Likewise.
790         * modules/save-cwd (Depends-on): Likewise.
791         * modules/strftime (Depends-on): Likewise.
792         * modules/userspec (Depends-on): Likewise.
793         * modules/utimecmp (Depends-on): Likewise.
794         * modules/xgetcwd (Depends-on): Likewise.
795         * modules/xnanosleep (Depends-on): Likewise.
796         * modules/xstrtod (Depends-on): Likewise.
797         * modules/yesno (Depends-on): Likewise.
798
799 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
800
801         * modules/getloadavg (Depends-on): Add unistd-safer.
802         * modules/getusershell (Depends-on): Add stdio-safer.
803         * modules/lstat (Depends-on): Remove xalloc.
804         * modules/mkstemp (Depends-on): Add stat-macros.
805         * modules/modechange (Depends-on): Remove xstrtol.
806         Add stat-macros, xalloc.
807         * modules/save-cwd (Depends-on): Add unistd-safer.
808         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
809         * modules/unistd-safer (Files): Add lib/fd-safer.c
810         (Makefile.am): Remove lib_SOURCES.
811
812         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
813         Remove fcntl-safer; unistd-safer supersedes it.
814
815 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
816
817         * modules/getcwd (Depends-on): Add extensions.
818         * modules/openat (Depends-on): Likewise.
819
820 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
821
822         * MODULES.html.sh (Misc): Add byteswap.
823
824 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
825
826         * modules/byteswap: New file.
827
828 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
829
830         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
831         (func_ln_if_changed) Remove forcibly for no error message
832         in case file does not exist.
833
834 2005-04-19  Simon Josefsson  <jas@extundo.com>
835
836         * gnulib-tool (Options): Make --symlink mean --symbolic.
837
838 2005-03-14  Simon Josefsson  <jas@extundo.com>
839
840         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
841
842 2005-04-15  Simon Josefsson  <jas@extundo.com>
843
844         * gnulib-tool: Rename --symlink to --symbolic.
845
846 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
847
848         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
849         symbolic links to files instead of copying/moving.  Add --aux-dir,
850         specifying directory relative --dir where auxiliary build tools
851         are placed.
852
853 2005-04-14  Bruno Haible  <bruno@clisp.org>
854
855         * modules/allocsa (License): Change to LGPL.
856         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
857
858 2005-03-26  Jim Meyering  <jim@meyering.net>
859
860         * modules/check-include-files: Move to ../ and rename to...
861         * check-module: ...this.
862
863 2005-03-25  Jim Meyering  <jim@meyering.net>
864
865         * modules/xvasprintf (Files): Add xalloc.h.
866
867 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
868
869         * modules/gettext (Files): config/config.rpath -> build-aux/config.rpath
870         * modules/iconv (Files): Likewise.
871         Problem reported by Oskar Liljeblad.
872
873 2005-03-23  Jim Meyering  <jim@meyering.net>
874
875         * modules/check-include-files: New script to check for
876         missing dependencies, multiple includes, etc.
877
878         * modules/c-strtold (Depends-on): Add xalloc.
879         * modules/c-strtod (Depends-on): Add xalloc.
880         * modules/hash (Depends-on): Add xalloc.
881         (Files): Remove lib/xalloc.h.
882
883         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
884         * modules/userspec (Files): Add lib/inttostr.h.
885
886 2005-03-22  Jim Meyering  <jim@meyering.net>
887
888         * modules/stat-macros: New module.
889         * modules/canonicalize, modules/euidaccess, modules/file-type,
890         * modules/filemode, modules/lchown, modules/makepath,
891         * modules/rmdir, modules/stat: Depend on new stat-macros module
892         rather than listing lib/stat-macros.h manually.
893         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
894
895 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
896
897         * modules/chdir-long (Depends-on): Add mempcpy.
898
899         * modules/acl, modules/backupfile, modules/c-strtod,
900         modules/c-strtold, modules/canon-host, modules/canonicalize,
901         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
902         modules/exclude, modules/exitfail, modules/file-type,
903         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
904         modules/getdate, modules/getline, modules/getpagesize,
905         modules/getpass, modules/getugroups, modules/group-member,
906         modules/hard-locale, modules/hash, modules/human, modules/idcache,
907         modules/inttostr, modules/long-options, modules/makepath,
908         modules/md5, modules/memcasecmp, modules/memcoll,
909         modules/modechange, modules/mountlist, modules/path-concat,
910         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
911         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
912         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
913         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
914         modules/strftime, modules/strndup, modules/strverscmp,
915         modules/timespec, modules/unlocked-io, modules/userspec,
916         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
917         modules/yesno:
918         Remove lib_SOURCES line from Makefile.am section, as this is now
919         done automatically by the corresponding Autoconf macro.
920
921 2005-03-16  Bruno Haible  <bruno@clisp.org>
922
923         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
924         HAVE_LONGLONG_64BIT.
925
926 2005-03-04  Derek R. Price  <derek@ximbiot.com>
927
928         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
929         (func_import): Only replace files via --import when they have actually
930         changed.
931
932 2005-03-03  Derek R. Price  <derek@ximbiot.com>
933             Bruno Haible  <bruno@clisp.org>
934
935         * modules/pagealign_alloc: New file.
936         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
937
938 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
939
940         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
941         Reported by Derek Price.
942         (Include): Add "timespec.h".
943
944         * modules/xnanosleep (Depends-on): Remove gethrxtime.
945
946 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
947
948         * modules/gethrxtime: New file.
949         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
950         (Depends-on): Add gethrxtime.
951         (configure.ac): Add gl_XNANOSLEEP.
952         (Makefile.am): Remove lib_SOURCES line.
953
954 2005-02-24  Bruno Haible  <bruno@clisp.org>
955
956         * modules/gettext (Files): Add m4/glibc2.m4.
957
958 2005-02-22  Simon Josefsson  <jas@extundo.com>
959
960         * modules/iconvme: New file.
961
962         * MODULES.html.sh: Add iconvme.
963
964 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
965
966         * modules/chdir-long (Depends-on): Add memrchr.
967         * modules/memrchr (Files): Add lib/memrchr.h.
968         (Include): "memrchr.h".
969
970 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
971
972         Sync from coreutils.
973         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
974         (Depends-on): Add c-strtod.
975         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
976
977 2005-01-28  Bruno Haible  <bruno@clisp.org>
978
979         * modules/javacomp: New file.
980         * MODULES.html.sh (Java): Add javacomp.
981
982 2005-01-26  Bruno Haible  <bruno@clisp.org>
983
984         * modules/javaexec: New file.
985         * MODULES.html.sh (Java): Add javaexec.
986
987 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
988
989         * modules/lchown (Depends-on): Remove lchown.h
990
991 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
992
993         * modules/chdir-long (Depends-on): Remove mempcpy.
994
995 2005-01-21  Bruno Haible  <bruno@clisp.org>
996
997         * modules/classpath: New file.
998         * MODULES.html.sh (Java): Add classpath.
999
1000 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1001
1002         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
1003
1004 2005-01-20  Simon Josefsson  <jas@extundo.com>
1005
1006         * modules/version-etc-fsf: New file.
1007
1008 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1009
1010         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
1011         AC_LIBSOURCES now does this.
1012         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
1013         with new ullong_max module.
1014
1015 2005-01-19  Bruno Haible  <bruno@clisp.org>
1016
1017         * modules/sh-quote: New file.
1018         * MODULES.html.sh (Executing programs): Add sh-quote.
1019
1020 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1021
1022         * modules/ullong_max: New file.
1023
1024         * modules/chdir-long, modules/openat: New files.
1025         * modules/save-cwd (Depends-on): Depend on chdir-long.
1026         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
1027
1028 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1029
1030         * modules/argp: Depend on vsnprintf
1031
1032 2005-01-10  Jim Meyering  <jim@meyering.net>
1033
1034         * modules/closeout (Depends-on): Add atexit.
1035
1036 2005-01-01  Simon Josefsson  <jas@extundo.com>
1037
1038         * gnulib-tool: Print #include directives when --import'ing.
1039
1040 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1041
1042         * modules/error (Depends-on): Remove gettext.
1043
1044 2004-12-28  Simon Josefsson  <jas@extundo.com>
1045
1046         * tests/test-base64.c: Include required header files.  Remove
1047         unused variables.
1048
1049 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1050
1051         * modules/getdate (Depends-on): Remove alloca-opt.
1052
1053 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1054
1055         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
1056         (2004-10-24) change.  Apparently this was a false alarm.
1057
1058         * modules/getdate: Depend on alloca-opt, not alloca.
1059
1060 2004-12-18  Simon Josefsson  <jas@extundo.com>
1061
1062         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
1063
1064 2004-12-16  Simon Josefsson  <jas@extundo.com>
1065
1066         * tests/test-base64.c: Add license.
1067
1068 2004-12-15  Stepan Kasal  <address@hidden>
1069
1070         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
1071
1072 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1073
1074         * modules/getcwd (Files): Add m4/d-ino.m4.
1075         Suggested by Mark D. Baushke.
1076
1077 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1078
1079         * modules/hard-locale (Depends-on): Add strdup.
1080
1081 2004-12-04  Simon Josefsson  <jas@extundo.com>
1082
1083         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
1084         Vandoorselaere <yoann@prelude-ids.org>.
1085
1086 2004-11-30  Simon Josefsson  <jas@extundo.com>
1087
1088         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
1089         base64.
1090
1091         * tests/test-base64.c: New file.
1092
1093         * modules/base64: New file.
1094
1095 2004-11-30  Simon Josefsson  <jas@extundo.com>
1096
1097         * modules/restrict (License): Change to LGPL.
1098
1099 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1100
1101         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
1102         (Depends-on): Remove pathmax, same.  Add mempcpy.
1103         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
1104         (Makefile.am): Append getcwd.h to lib_SOURCES.
1105         (Include): Add getcwd.h.
1106         (Maintainer): Change from Jim Meyering to "all, glibc",
1107         since getdate now uses intended-for-glibc code.
1108         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
1109         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
1110
1111 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1112
1113         * modules/canonicalize (Depends-on): Add xreadlink.
1114         Problem reported by James Youngman.
1115
1116 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1117
1118         * modules/canon-host (Depends-on): Add strdup.
1119
1120 2004-11-16  Jim Meyering  <jim@meyering.net>
1121
1122         * modules/closeout (Depends-on): Add fpending.
1123
1124 2004-11-11  Simon Josefsson  <jas@extundo.com>
1125
1126         * modules/strtok_r: New file.
1127
1128         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1129         strtok_r.
1130
1131 2004-11-08  Simon Josefsson  <jas@extundo.com>
1132
1133         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1134         getaddrinfo.
1135
1136         * modules/getaddrinfo: New file.
1137
1138 2004-11-10  Jim Meyering  <jim@meyering.net>
1139
1140         * modules/closeout (Depends-on): Remove fpending.
1141
1142 2004-11-04  Bruno Haible  <bruno@clisp.org>
1143
1144         * modules/allocsa (Files): Add lib/allocsa.valgrind.
1145         (Makefile.am): Distribute it.
1146
1147 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1148
1149         * modules/getdate (Files): Add doc/getdate.texi.
1150         (Depends-on): Add setenv, xalloc.
1151
1152 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1153
1154         * modules/regex (lib_SOURCES): Add regex.c.
1155         Reported by James Youngman in
1156         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
1157
1158 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1159
1160         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
1161         missing.  Problem reported by James Youngman.
1162
1163 2004-10-16  Simon Josefsson  <jas@extundo.com>
1164
1165         * gnulib-tool: Fix comments.  Fix parse problem.
1166         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
1167
1168 2004-10-15  Bruno Haible  <bruno@clisp.org>
1169
1170         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
1171
1172 2004-10-15  Bruno Haible  <bruno@clisp.org>
1173
1174         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
1175         the portions belonging to each module.
1176         Suggested by Derek Robert Price <derek@ximbiot.com>.
1177
1178 2004-10-15  Bruno Haible  <bruno@clisp.org>
1179
1180         * gnulib-tool: Untabify. Initialize supplied_libname.
1181         (func_usage): More homogenous output.
1182         (func_modules_transitive_closure, func_modules_to_filelist,
1183         func_emit_lib_Makefile_am): New functions.
1184         (func_import): New function, extracted from big case statement. Use
1185         func_get_license, func_modules_transitive_closure,
1186         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
1187         opt_lgpl. Don't use test -a, as it's not portable.
1188         (func_create_testdir): Use func_modules_transitive_closure,
1189         func_modules_to_filelist, func_emit_lib_Makefile_am.
1190
1191 2004-10-11  Bruno Haible  <bruno@clisp.org>
1192
1193         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
1194         vsnprintf.
1195
1196 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1197
1198         * modules/vsnprintf: New file.
1199
1200 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1201
1202         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
1203
1204         * modules/argmatch, modules/argp, modules/closeout, modules/error,
1205         modules/exclude, modules/getdate, modules/getline,
1206         modules/getndelim2, modules/getpass, modules/getpass-gnu,
1207         modules/getusershell, modules/linebuffer, modules/md5,
1208         modules/mountlist, modules/posixtm, modules/readtokens,
1209         modules/readutmp, modules/regex, modules/sha1,
1210         modules/version-etc, modules/yesno:
1211         Remove dependency on unlocked-io.
1212
1213 2004-10-04  Bruno Haible  <bruno@clisp.org>
1214
1215         * modules/README: New file.
1216         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
1217         not a module.
1218
1219 2004-10-04  Simon Josefsson  <jas@extundo.com>
1220
1221         * modules/memmem: New file.
1222         * tests/test-memmem.c: New file.
1223         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
1224
1225 2004-10-01  Bruno Haible  <bruno@clisp.org>
1226
1227         * MODULES.html.sh: Add strsep.
1228
1229 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
1230
1231         * modules/strsep: New file.
1232
1233 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1234
1235         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
1236
1237 2004-09-30  Simon Josefsson  <jas@extundo.com>
1238
1239         * modules/snprintf: New file.
1240
1241 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1242
1243         * modules/argp (Maintainer): Replace Simon Josefsson
1244         by Sergey Poznyakoff.
1245
1246 2004-10-01  Simon Josefsson  <jas@extundo.com>
1247
1248         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
1249         memmem.
1250
1251         * tests/test-memmem.c: New file.
1252
1253         * modules/memmem: New file.
1254
1255 2004-09-29  Bruno Haible  <bruno@clisp.org>
1256
1257         * modules/alloca-opt: New file, derived from modules/alloca.
1258         * modules/allocsa: Depend on alloca-opt instead of alloca.
1259         * modules/setenv: Likewise.
1260         * modules/vasnprintf: Likewise.
1261         * MODULES.html.sh: Add alloca-opt.
1262
1263 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
1264
1265         * modules/dummy: Change license to LGPL.
1266
1267 2004-09-29  Simon Josefsson  <jas@extundo.com>
1268
1269         * gnulib-tool: New parameter --lgpl, to asseert that modules are
1270         LGPL, and to replace license template from GPL to LGPL.
1271
1272 2004-09-24  Simon Josefsson  <jas@extundo.com>
1273
1274         * modules/minmax (License): Change from GPL to LGPL.
1275
1276 2004-09-23  Simon Josefsson  <jas@extundo.com>
1277
1278         * gnulib-tool (--import): Typo.
1279
1280 2004-09-21  Simon Josefsson  <jas@extundo.com>
1281
1282         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1283         snprintf.
1284
1285         * modules/snprintf: New file.
1286
1287 2004-09-05  Simon Josefsson  <jas@extundo.com>
1288
1289         * modules/getaddrinfo: Add.
1290
1291 2004-09-23  Simon Josefsson  <jas@extundo.com>
1292
1293         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
1294
1295 2004-09-22  Bruno Haible  <bruno@clisp.org>
1296
1297         * modules/*: Add 'License' field.
1298         * gnulib-tool: Accept --extract-license option.
1299         (func_get_license): New function.
1300
1301 2004-09-21  Bruno Haible  <bruno@clisp.org>
1302
1303         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
1304         Reported by Simon Josefsson.
1305
1306 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
1307
1308         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
1309         gl_AC_TYPE_LONG_LONG.
1310
1311 2004-09-18  Simon Josefsson  <jas@extundo.com>
1312         and  Paul Eggert  <eggert@cs.ucla.edu>
1313
1314         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
1315         calls with autoreconf.  Define GL_LIB.
1316
1317 2004-09-09  Karl Berry  <karl@gnu.org>
1318
1319         * regex.[ch]: delete from the root.  These were supposed to be
1320                 synced with emacs cvs, but this has not happened for about
1321                 a year, and anyway nothing else uses emacs regex.[ch].
1322                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
1323                 lib/regex[.ch] is untouched.
1324
1325 2004-09-09  Bruno Haible  <bruno@clisp.org>
1326
1327         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
1328
1329 2004-09-08  Bruno Haible  <bruno@clisp.org>
1330             Oskar Liljeblad  <oskar@osk.mine.nu>
1331
1332         * modules/stdint: New file.
1333         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
1334
1335 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
1336
1337         * modules/xvasprintf: New file.
1338         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
1339
1340 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1341
1342         * modules/userspec: Don't depend on alloca.
1343
1344 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
1345
1346         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
1347         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
1348         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
1349
1350 2004-08-16  Simon Josefsson  <jas@extundo.com>
1351
1352         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
1353         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
1354         Add --dry-run for --import.
1355         Let user provided command line parameters override configure.ac
1356         settings.
1357
1358 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
1359
1360         * modules/argp (Files): Add m4/unlocked-io.m4.
1361         (Depends-on): Add extensions.
1362
1363 2004-08-12  Simon Josefsson  <jas@extundo.com>
1364
1365         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
1366         Change default library name from libfoo to libgnu.
1367         Now, if you have a configure.ac that says:
1368                 gl_SOURCE_BASE(gl)
1369                 gl_M4_BASE(gl/m4)
1370                 gl_MODULES(error getopt etcetera)
1371                 gl_INIT
1372         you can import all you need by running:
1373                 ../gnulib/gnulib-tool --import
1374
1375         * modules/getopt (Files): Rename getopt.h to getopt_.h.
1376         (Makefile.am): Rewrite, use logic from argz.
1377         (Include): Use <getopt.h> instead of "getopt.h".
1378
1379 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1380
1381         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
1382         m4/uintmax_t.m4.
1383
1384 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
1385
1386         * modules/xalloc-die: New file.
1387         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
1388
1389         * modules/md5 (Files): Add m4/uint32_t.m4.
1390         * modules/sha1: Renamed from modules/sha.
1391         (Files):
1392         Rename lib/sha.h to lib/sha1.h.
1393         Rename lib/sha.c to lib/sha1.c.
1394         Rename m4/sha.m4 to m4/sha1.m4.
1395         (lib_SOURCES): Likewise.
1396         (configure.ac): Rename gl_SHA to gl_SHA1.
1397         (Include): sha.h -> sha1.h.
1398
1399 2004-08-08  Simon Josefsson  <jas@extundo.com>
1400
1401         * modules/xgethostname (Depends-on): Remove exit and error (not
1402         used).
1403
1404         * modules/getpass-gnu: Add getpass.h.
1405         (Depends-on): Add stdbool.
1406         * modules/getpass: Add getpass.h.
1407
1408 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1409
1410         More merge from coreutils.
1411         * modules/raise, modules/readtokens0, modules/utimens,
1412         modules/utimecmp, module/xnanosleep: New files.
1413         * modules/strftime: Add lib/strftime.h.
1414         Change include from <time.h> to "strftime.h".
1415         * modules/yesno: Add lib/yesno.h.
1416         * modules/backupfile: Remove lib/addext.c.
1417         * modules/euidaccess: Add stat-macros.h.
1418         * modules/canonicalize, modules/euidaccess,
1419         modules/filemode, modules/lchown, modules/makepath,
1420         modules/rmdir, modules/stat: Likewise.
1421
1422 2004-08-03  Simon Josefsson  <jas@extundo.com>
1423
1424         * modules/progname (Depends-on): Don't depend on stdbool.
1425
1426 2004-08-02  Simon Josefsson  <jas@extundo.com>
1427
1428         * modules/getsubopt: New file.
1429         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1430         getsubopt.
1431
1432 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
1433
1434         Merge from coreutils.
1435         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
1436         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
1437         * modules/path-concat: Don't depend on strdup.
1438
1439 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1440
1441         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
1442         * MODULES.html.sh (func_all_modules): Remove fatal.
1443
1444 2004-07-19  Bruno Haible  <bruno@clisp.org>
1445
1446         * MODULES.html.sh (func_all_modules): Add dummy.
1447
1448 2004-07-16  Simon Josefsson  <jas@extundo.com>
1449
1450         * modules/dummy: New file.
1451
1452 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1453
1454         * modules/chown (Files): Add lib/fchown-stub.c, since
1455         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
1456
1457 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1458
1459         * modules/argz: Omit "#include".
1460
1461         * MODULES.html.sh (func_all_modules): Add calloc, to match
1462         2004-06-01 addition of calloc module.
1463
1464 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
1465
1466         * modules/argz: New file.
1467         * MODULES.html.sh (func_all_modules): Add argz.
1468
1469 2004-06-12  Jim Meyering  <jim@meyering.net>
1470         and  Paul Eggert  <eggert@cs.ucla.edu>
1471
1472         * modules/hash (Files): Add lib/xalloc.h.
1473         * modules/pipe (Depends-on): Add wait-process.
1474         * modules/stat (Depends-on): Add xalloc.
1475         * modules/userspec (Files): Add lib/userspec.h.
1476         * modules/xstrto
1477
1478         Upgrade from gettext-0.13.
1479         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
1480         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
1481         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
1482
1483 2003-11-25  Bruno Haible  <bruno@clisp.org>
1484
1485         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
1486
1487 2003-11-24  Paul Eggert  <eggert@twinsun.com>
1488
1489         * modules/alloca: Remove dependency on xalloc.
1490
1491 2003-11-17  Paul Eggert  <eggert@twinsun.com>
1492
1493         * README: Mention that S+T cannot overflow if S is the size of
1494         an existing object and T is sufficiently small.
1495
1496 2003-11-17  Bruno Haible  <bruno@clisp.org>
1497
1498         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
1499         (Depends-on): Add xsize.
1500
1501 2003-11-12  Paul Eggert  <eggert@twinsun.com>
1502
1503         * modules/xalloc (Files): Undo latest change, since xalloc.h
1504         no longer needs SIZE_MAX or PTRDIFF_MAX.
1505
1506 2003-11-11  Bruno Haible  <bruno@clisp.org>
1507
1508         * modules/xsize (Files): Add m4/size_max.m4.
1509         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
1510
1511 2003-11-04  Bruno Haible  <bruno@clisp.org>
1512
1513         * modules/xsize: New file.
1514         * modules/linebreak: Depend on xsize.
1515         * MODULES.html.sh (func_all_modules): Add xsize.
1516
1517 2003-11-04  Jim Meyering  <jim@meyering.net>
1518
1519         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
1520         variable names, rather than @VAR@.
1521         * modules/poll: Likewise.
1522
1523 2003-11-03  Jim Meyering  <jim@meyering.net>
1524
1525         * modules/userspec (lib_SOURCES): Add userspec.h.
1526         (Include): Add "userspec.h".
1527         Improve description.
1528
1529 2003-10-29  Paul Eggert  <eggert@twinsun.com>
1530
1531         * modules/group-member: Depend on stdbool.
1532
1533 2003-10-20  Bruno Haible  <bruno@clisp.org>
1534
1535         * modules/wait-process: New file.
1536         * MODULES.html.sh (func_all_modules): Add wait-process.
1537
1538 2003-10-16  Paul Eggert  <eggert@twinsun.com>
1539
1540         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
1541
1542 2003-10-14  Bruno Haible  <bruno@clisp.org>
1543
1544         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
1545
1546 2003-10-12  Paul Eggert  <eggert@twinsun.com>
1547
1548         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
1549         Change maintainer from Bruno Haible to 'all'.
1550
1551 2003-10-10  Simon Josefsson  <jas@extundo.com>
1552
1553         * modules/argp (Depends-on): Add restrict and strcase.
1554
1555 2003-10-08  Paul Eggert  <eggert@twinsun.com>
1556
1557         * modules/getpass: Depend on stdbool.
1558
1559 2003-10-06  Bruno Haible  <bruno@clisp.org>
1560
1561         * modules/version-etc-2: Remove file.
1562         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
1563
1564 2003-10-06  Bruno Haible  <bruno@clisp.org>
1565
1566         * modules/fatal-signal: New file.
1567         * MODULES.html.sh (func_all_modules): Add fatal-signal.
1568
1569 2003-10-05  Paul Eggert  <eggert@twinsun.com>
1570
1571         * README: Rework advice for preventing empty .o files.
1572         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
1573         not <sys/types.h>.
1574
1575 2003-10-02  Bruno Haible  <bruno@clisp.org>
1576
1577         * modules/lchown (Include): Add lchown.h.
1578         * modules/time_r (Include): Use "..." syntax.
1579         * modules/xgetdomainname (Include): Add xgetdomainname.h.
1580
1581 2003-10-01  Simon Josefsson  <jas@extundo.com>
1582
1583         * MODULES.html.sh (func_all_modules): Move gethostname from section
1584         'based on' to section 'lacking' POSIX:2001.
1585
1586 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
1587
1588         Trivial fixes to Makefile.am parts of module listings.
1589         * modules/strstr: Append strstr.h to lib_SOURCES.
1590         * modules/strcase: Likewise, for strcase.h.
1591
1592 2003-09-27  Paul Eggert  <eggert@twinsun.com>
1593
1594         * modules/free: New file.
1595
1596 2003-09-25  Bruno Haible  <bruno@clisp.org>
1597
1598         * modules/version-etc-2: New file, from modules/version-etc with
1599         modifications.
1600         * MODULES.html.sh (func_all_modules): Add version-etc-2.
1601
1602 2003-09-25  Simon Josefsson  <jas@extundo.com>
1603             Bruno Haible  <bruno@clisp.org>
1604
1605         * modules/getdomainname: New file.
1606         * modules/xgetdomainname: New file.
1607         * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
1608
1609 2003-09-24  Paul Eggert  <eggert@twinsun.com>
1610
1611         * README: Document assumptions that 'int' is at least 32 bits
1612         wide, that integer arithmetic is 2's complement without overflow,
1613         that there are no holes in integer values, that adding sizes of
1614         two nonoverlapping objects can't overflow, and that all-bits-zero
1615         yields scalar zero.  Fix spelling and capitalization typos.
1616
1617 2003-09-24  Simon Josefsson  <jas@extundo.com>
1618
1619         * modules/xgethostname: Add xgethostname.h.
1620
1621 2003-09-17  Paul Eggert  <eggert@twinsun.com>
1622
1623         * gnulib-tool: Use "test -h", not "test -L", for portability
1624         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
1625         (tags_regexp): Remove, since \| doesn't conform to POSIX.
1626         (sed_extract_prog): Issue s commands one-by-one, rather than
1627         using \| in one s command.
1628
1629 2003-09-16  Bruno Haible  <bruno@clisp.org>
1630
1631         * gnulib-tool (func_create_testdir): Warn about duplicated
1632         dependencies.
1633
1634 2003-09-15  Paul Eggert  <eggert@twinsun.com>
1635
1636         * modules/argmatch, modules/fatal, modules/obstack,
1637         modules/xalloc, modules/xgethostname: Sort dependencies by
1638         importance, not alphabetically.
1639
1640 2003-09-14  Bruno Haible  <bruno@clisp.org>
1641
1642         * modules/fwriteerror: New file.
1643         * MODULES.html.sh (func_all_modules): Add fwriteerror.
1644
1645 2003-09-12  Paul Eggert  <eggert@twinsun.com>
1646
1647         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
1648         modules/xgethostname, modules/xalloc: Depend on exit.
1649
1650 2003-09-09  Paul Eggert  <eggert@twinsun.com>
1651
1652         * README: New section: portability guidelines.
1653
1654 2003-09-07  Paul Eggert  <eggert@twinsun.com>
1655
1656         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
1657         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
1658
1659 2003-09-06  Paul Eggert  <eggert@twinsun.com>
1660
1661         * MODULES.html.sh (func_all_modules): Add time_r.
1662         * modules/time_r: New file.
1663         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
1664         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
1665
1666 2003-08-31  Simon Josefsson  <jas@extundo.com>
1667
1668         * modules/timegm: New file.
1669         * MODULES.html.sh (func_all_modules): Add timegm.
1670
1671 2003-08-22  Simon Josefsson  <jas@extundo.com>
1672
1673         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
1674
1675 2003-08-20  Bruno Haible  <bruno@clisp.org>
1676
1677         * modules/progname: New file.
1678         * MODULES.html.sh (func_all_modules): Add progname.
1679
1680 2003-08-18  Paul Eggert  <eggert@twinsun.com>
1681
1682         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
1683         in makefile rules.
1684
1685 2003-08-17  Simon Josefsson  <jas@extundo.com>
1686
1687         * modules/argp: Fix autoconf macro name. Add more dependencies.
1688
1689 2003-08-17  Simon Josefsson  <jas@extundo.com>
1690
1691         * modules/xstrndup: New file.
1692         * MODULES.html.sh (func_all_modules): Add xstrndup.
1693
1694 2003-08-17  Bruno Haible  <bruno@clisp.org>
1695
1696         * modules/strndup (Files, Include): Add lib/strndup.h.
1697
1698 2003-08-17  Bruno Haible  <bruno@clisp.org>
1699
1700         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
1701         like AC_GNU_SOURCE.
1702         * modules/extensions (configure.ac): Comment out the invocation of
1703         gl_USE_SYSTEM_EXTENSIONS.
1704
1705 2003-08-17  Bruno Haible  <bruno@clisp.org>
1706
1707         * modules/euidaccess (Files): Add lib/euidaccess.h.
1708
1709 2003-08-16  Paul Eggert  <eggert@twinsun.com>
1710
1711         Document merge from coreutils.
1712         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
1713         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
1714         * modules/utime: Add m4/utimes-null.m4.
1715
1716 2003-08-15  Paul Eggert  <eggert@twinsun.com>
1717
1718         Document merge from coreutils.
1719         * modules/userspec: Depend on posixver.
1720         * modules/strftime: Depend on tzset.
1721
1722 2003-08-14  Jim Meyering  <jim@meyering.net>
1723
1724         Merges from coreutils.
1725         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
1726         variable names, rather than @FNMATCH_H@.
1727         * modules/alloca: Likewise for $(ALLOCA_H).
1728
1729         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
1730         the three copies of the literal target, `fnmatch.h'.
1731         * modules/alloca (alloca.h): Likewise.
1732
1733 2003-08-14  Paul Eggert  <eggert@twinsun.com>
1734
1735         * modules/tzset: New file.
1736
1737 2003-08-12  Paul Eggert  <eggert@twinsun.com>
1738
1739         Merge from coreutils.
1740         * modules/euidaccess: Add lib_SOURCES, include for new
1741         file euidaccess.h
1742
1743 2003-08-11  Paul Eggert  <eggert@twinsun.com>
1744
1745         * modules/gnu-source, m4/gnu-source.m4:
1746         Remove; we're assuming Autoconf 2.54 or later now.
1747         Suggested by Bruno Haible.
1748         * MODULES.html.sh (func_all_modules): Remove gnu-source.
1749
1750 2003-08-08  Paul Eggert  <eggert@twinsun.com>
1751
1752         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
1753         * modules/extensions, modules/gnu-source: New files.
1754         * modules/timespec, modules/unlocked-io: Depend on extensions.
1755
1756 2003-08-07 Paul Eggert  <eggert@twinsun.com>
1757
1758         * modules/restrict: New file.
1759         * MODULES.html.sh (func_all_modules): Add restrict.
1760         * modules/regex: Depend on restrict.
1761
1762 2003-08-07  Bruno Haible  <bruno@clisp.org>
1763
1764         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
1765         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
1766
1767 2003-08-05  Paul Eggert  <eggert@twinsun.com>
1768
1769         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
1770         * modules/bumpalloc: Remove.
1771
1772 2003-07-31  Bruno Haible  <bruno@clisp.org>
1773
1774         * modules/getpass-gnu: New file.
1775         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
1776
1777 2003-07-22  Paul Eggert  <eggert@twinsun.com>
1778
1779         * modules/xalloc (Depends-on): Add exitfail.
1780         * modules/xmemcoll: Likewise.
1781
1782 2003-07-20  Jim Meyering  <jim@meyering.net>
1783
1784         * modules/closeout (Depends-on): Add exitfail.
1785         Suggestion from Bruno Haible.
1786
1787 2003-07-18  Bruno Haible  <bruno@clisp.org>
1788
1789         * modules/getndelim2: New file.
1790         * modules/getline: Share files with module getndelim2.
1791         * modules/getnline: Depend on getndelim2 instead of sharing files with
1792         it. Add getnline.c to lib_SOURCES.
1793         * MODULES.html.sh (func_all_modules): Add getndelim2.
1794
1795 2003-07-17  Bruno Haible  <bruno@clisp.org>
1796
1797         * modules/getnline: New file.
1798         * modules/getline: Add lib/getndelim2.c to source file list.
1799         * MODULES.html.sh (func_all_modules): Add getnline.
1800
1801 2003-07-17  Bruno Haible  <bruno@clisp.org>
1802
1803         * configure.in: Remove file.
1804         * Makefile.in: Remove file.
1805
1806 2003-07-17  Bruno Haible  <bruno@clisp.org>
1807
1808         * MODULES.html.sh: Put the </BODY> right before </HTML>.
1809
1810 2003-07-16  Jim Meyering  <jim@meyering.net>
1811
1812         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
1813
1814 2003-07-15  Jim Meyering  <jim@meyering.net>
1815
1816         * modules/save-cwd: Don't depend on error.  From Derek Price.
1817
1818 2003-07-14  Simon Josefsson  <jas@extundo.com>
1819
1820         * modules/mempcpy: New file.
1821         * MODULES.html.sh (func_all_modules): Add mempcpy.
1822
1823 2003-07-14  Paul Eggert  <eggert@twinsun.com>
1824
1825         * modules/getdate, modules/posixtm: Depend on mktime.
1826
1827 2003-07-10  Simon Josefsson  <jas@extundo.com>
1828
1829         * modules/strchrnul (Makefile.am): Add strchrnul.h.
1830
1831 2003-06-26  Bruno Haible  <bruno@clisp.org>
1832
1833         * modules/human: Depend on module stdbool.
1834
1835 2003-06-25  Bruno Haible  <bruno@clisp.org>
1836
1837         * modules/readlink: New file.
1838         * modules/xreadlink: Depend on it.
1839         * MODULES.html.sh (func_all_modules): Add readlink.
1840
1841 2003-06-22  Bruno Haible  <bruno@clisp.org>
1842
1843         * modules/safe-read: Add m4/ssize_t.m4.
1844         * modules/xreadlink: Add m4/ssize_t.m4.
1845
1846 2003-06-11  Simon Josefsson  <jas@extundo.com>
1847
1848         * modules/sysexits: New file.
1849         * MODULES.html.sh (func_all_modules): Add sysexits.
1850
1851 2003-06-10  Bruno Haible  <bruno@clisp.org>
1852
1853         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
1854
1855 2003-06-10  Simon Josefsson  <jas@extundo.com>
1856
1857         * modules/strchrnul: New file.
1858
1859 2003-06-10  Simon Josefsson  <jas@extundo.com>
1860
1861         * modules/argp: New file.
1862
1863 2003-06-07  Bruno Haible  <bruno@clisp.org>
1864
1865         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
1866         avoid AC_CONFIG_LINKS.
1867         * modules/fnmatch (Makefile.am): Use explicit creation rule for
1868         fnmatch.h, to avoid AC_CONFIG_LINKS.
1869         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
1870
1871 2003-06-07  Jim Meyering  <jim@meyering.net>
1872
1873         * modules/strtod: Use $(...) notation, not @...@ for
1874         AC_REPLACE'd variables.
1875         * modules/localcharset: Likewise.
1876
1877 2003-06-06  Jim Meyering  <jim@meyering.net>
1878             Bruno Haible  <bruno@clisp.org>
1879
1880         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
1881         Adjust Makefile.am snippet not to redirect directly to target.
1882         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
1883
1884 2003-05-30  Bruno Haible  <bruno@clisp.org>
1885
1886         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
1887         * config/config.rpath: Upgrade to gettext-0.12.1.
1888
1889 2003-05-22    <karl@gnu.org>
1890
1891         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
1892
1893 2003-05-09  Bruno Haible  <bruno@clisp.org>
1894
1895         * modules/error: Add m4/strerror_r.m4 to file list.
1896
1897 2003-04-10  Bruno Haible  <bruno@clisp.org>
1898
1899         * modules/findprog: New file.
1900         * MODULES.html.sh (func_all_modules): Add it.
1901
1902 2003-04-04  Bruno Haible  <bruno@clisp.org>
1903
1904         * modules/linebreak: New file.
1905         * MODULES.html.sh (func_all_modules): Add it.
1906
1907 2003-04-03  Bruno Haible  <bruno@clisp.org>
1908
1909         * modules/utf8-ucs4: New file.
1910         * modules/utf16-ucs4: New file.
1911         * modules/ucs4-utf8: New file.
1912         * modules/ucs4-utf16: New file.
1913         * MODULES.html.sh (func_all_modules): Add them.
1914
1915 2003-04-02  Bruno Haible  <bruno@clisp.org>
1916
1917         * modules/binary-io: New file.
1918         * MODULES.html.sh (func_all_modules): Add it.
1919
1920 2003-04-01  Bruno Haible  <bruno@clisp.org>
1921
1922         * modules/pathname: New file.
1923         * MODULES.html.sh (func_all_modules): Add it.
1924
1925 2003-03-28  Bruno Haible  <bruno@clisp.org>
1926
1927         * modules/copy-file: New file.
1928         * MODULES.html.sh (func_all_modules): Add it.
1929
1930 2003-02-20  Bruno Haible  <bruno@clisp.org>
1931
1932         * MODULES.html.sh (func_all_modules): Add poll.
1933
1934 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
1935
1936         * modules/poll: New file.
1937
1938 2003-02-18  Bruno Haible  <bruno@clisp.org>
1939
1940         * MODULES.html.sh (func_all_modules): Add mathl.
1941
1942 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
1943
1944         * modules/mathl: New file.
1945
1946 2003-02-17  Bruno Haible  <bruno@clisp.org>
1947
1948         * modules/mkdtemp: New module.
1949         * MODULES.html.sh (func_all_modules): Add it.
1950
1951 2003-01-30  Bruno Haible  <bruno@clisp.org>
1952
1953         * modules/vasnprintf, modules/vasprintf: New modules.
1954         * MODULES.html.sh (func_all_modules): Add them.
1955
1956 2003-01-29  Bruno Haible  <bruno@clisp.org>
1957
1958         * modules/stpncpy: New module.
1959         * MODULES.html.sh (func_all_modules): Add it.
1960
1961 2003-01-28  Bruno Haible  <bruno@clisp.org>
1962
1963         * modules/c-ctype: New module.
1964         * MODULES.html.sh (func_all_modules): Add it.
1965
1966 2003-01-27  Bruno Haible  <bruno@clisp.org>
1967
1968         * modules/xsetenv: New module.
1969         * MODULES.html.sh (func_all_modules): Add it.
1970
1971 2003-01-23  Bruno Haible  <bruno@clisp.org>
1972
1973         * modules/minmax: New module.
1974         * MODULES.html.sh (func_all_modules): Add it.
1975
1976 2003-01-22  Bruno Haible  <bruno@clisp.org>
1977
1978         * modules/exit: New module.
1979         * MODULES.html.sh (func_all_modules): Add it.
1980
1981 2003-01-19  Bruno Haible  <bruno@clisp.org>
1982
1983         * gnulib-tool: Recognize option --extract-maintainer.
1984         (func_get_maintainer): New function.
1985         * modules/*: Add Maintainer entry.
1986
1987 2003-01-16  Bruno Haible  <bruno@clisp.org>
1988
1989         * MODULES.html.sh: Add a table of contents. Add the module name as
1990         leftmost column. Add hyperlinks.
1991
1992 2003-01-11  Bruno Haible  <bruno@clisp.org>
1993
1994         * modules/stpcpy: Distribute lib/stpcpy.h.
1995         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
1996
1997 2003-01-11  Bruno Haible  <bruno@clisp.org>
1998
1999         * gnulib-tool (func_create_testdir): Store config/* files in the main
2000         directory.
2001         * config.rpath: Move to ...
2002         * config/config.rpath: ... here.
2003         * modules/gettext: Contains config/config.rpath, not config.rpath.
2004         * modules/iconv: Likewise.
2005
2006 2003-01-11  Bruno Haible  <bruno@clisp.org>
2007
2008         * modules/*: Add a description.
2009         * modules/strpbrk: Fix Makefile.am snippet.
2010         * modules/strtoimax: Fix dependencies.
2011         * modules/strtoumax: Likewise.
2012
2013 2003-01-11  Bruno Haible  <bruno@clisp.org>
2014
2015         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
2016         * modules/alloca (Makefile.am): All object files depend on alloca.h.
2017         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
2018
2019 2003-01-12  Paul Eggert  <eggert@twinsun.com>
2020
2021         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
2022         to avoid collisions with libcurses and libreadline.
2023         * getstr: Remove.
2024         * MODULES.html.sh: Remove getstr.
2025         * modules/getline: Depend on unlocked-io, not getstr.
2026
2027 2003-01-10  Bruno Haible  <bruno@clisp.org>
2028
2029         * modules/alloca: Change Makefile.am requirements. Simplify Include
2030         requirements. Add lib/alloca_.h to file list.
2031
2032 2003-01-09  Bruno Haible  <bruno@clisp.org>
2033
2034         * modules/stdbool: Change configure.ac, Makefile.am requirements.
2035         Simplify Include requirements. Add lib/stdbool.h.in to file list.
2036
2037 2003-01-09  Bruno Haible  <bruno@clisp.org>
2038
2039         * gnulib-tool (func_all_modules): Ignore files ending in ~.
2040         * MODULES.html.sh: Likewise.
2041
2042 2003-01-09    <karl@gnu.org>
2043
2044         * MODULES.html.sh: include `dirname $0` in PATH, to find
2045         gnulib-tool.
2046
2047 2003-01-08  Bruno Haible  <bruno@clisp.org>
2048
2049         * modules/full-read: Depend on full-write.
2050
2051 2003-01-07  Bruno Haible  <bruno@clisp.org>
2052
2053         * MODULES.html.sh: Add copyright notice.
2054         (missed_files): Omit CVS directory entries.
2055         (func_module): Make it work with sed-3.02.
2056         * MODULES.txt: Remove file.
2057
2058 2003-01-01    <karl@gnu.org>
2059
2060         * gnulib-tool (func_verify_module): report module name $module in
2061         error message, not $1.
2062         * gnulib-tool (create-testdir): don't complain if destdir couldn't
2063         be created, only if it doesn't exist.
2064         * gnulib-tool (last_checkin_date): don't expand the $Date here.
2065
2066 2002-12-24  Bruno Haible  <bruno@clisp.org>
2067
2068         * MODULES.txt: Update according to m4/ changes.
2069
2070         Module gettext.
2071         * config.rpath: New file, from gettext-0.11.5.
2072
2073         * modules/*: New module descriptions.
2074         * gnulib-tool: New file.
2075         * MODULES.html.sh: New file.
2076
2077 2002-11-01  Bruno Haible  <bruno@clisp.org>
2078
2079         * configure.in: Add AC_CONFIG_AUX_DIR call.
2080         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
2081         test/Makefile.
2082         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
2083
2084 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
2085
2086         * regex.c (PATFETCH): Remove the translating fetch.
2087         (PATFETCH_RAW): Rename to PATFETCH.
2088         (set_image_of_range): New fun.
2089         (SET_RANGE_TABLE_WORK_AREA): Use it.
2090         (regex_compile): Don't translate the pattern chars so eagerly.
2091         Only do it when inserting an `exactn' bytecode or when handling
2092         a char-range.
2093         (mutually_exclusive_p): Avoid empty statement.
2094
2095 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
2096
2097         * README: New file
2098         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
2099         (per RMS's instructions, this is now the canonical source)
2100         * lgpl/, gpl/: New directories.
2101
2102 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
2103
2104         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
2105         as if it was a `charset'.
2106
2107 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2108
2109         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
2110         (regex_compile): Catch bogus \(\1\).
2111
2112 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
2113
2114         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
2115         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
2116         Giving in to popular pressure to shut up the compiler with casts.
2117
2118 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2119
2120         * regex.c: More `unsigned char' -> `re_char' changes.
2121         Also change several `int' into `re_wchar_t'.
2122         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
2123         (PUSH_FAILURE_POINTER): Don't cast any more.
2124         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
2125         We want GCC to complain, since this piece of code makes
2126         re_match non-reentrant, which *should* be fixed.
2127         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
2128         (EXTEND_BUFFER): Use RETALLOC.
2129         (SET_LIST_BIT): Don't cast.
2130         (re_wchar_t): New type.
2131         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
2132         that those two functions will always properly return.
2133         (IMMEDIATE_QUIT_CHECK): Cast to void.
2134         (analyse_first): Use recursion rather than an explicit stack.
2135         (re_compile_fastmap): Can't fail anymore.
2136         (re_search_2): Don't check re_compile_fastmap for failure.
2137         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
2138         Now also sets the new value (passed in a new argument).
2139         (re_match_2_internal): Use it.
2140         Also, use a new var `reg' of type size_t when looping through regs
2141         rather than reuse the inappropriate `mcnt'.
2142
2143 2000-10-24  Andrew Innes  <andrewi@gnu.org>
2144
2145         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
2146         NT-Emacs only.
2147         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
2148         so that re_search functions only quit when callers expect them to.
2149
2150 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2151
2152         * regex.c (regex_compile): Change the way of handling a range from
2153         a char less than 256 to a char not less than 256.
2154
2155 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
2156
2157         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
2158
2159
2160 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
2161 Copying and distribution of this file, with or without modification,
2162 are permitted provided the copyright notice and this notice are preserved.