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