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