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