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