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