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