Slightly change the output generated by --makefile-name.
[pspp] / ChangeLog
1 2006-08-31  Bruno Haible  <bruno@clisp.org>
2
3         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4         specified, augment Makefile.am variables instead of assigning them.
5
6 2006-08-31  Bruno Haible  <bruno@clisp.org>
7
8         * gnulib-tool: When calling func_import more than once, do it in a
9         subshell.
10         Reported by Eric Blake <ebb9@byu.net>.
11
12 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
13
14         * modules/nanosleep (Depends-on): Add gettime.
15
16 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
17         and Simon Josefsson  <jas@extundo.com>
18         and Oskar Liljeblad  <oskar@osk.mine.nu>
19
20         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
21         * gnulib-tool (func_import): New license type 'unmodifiable license
22         text'.
23         * modules/fdl: Use it.  Longer description.
24         * module/gpl, module/lgpl: New files.
25
26 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
27
28         * modules/isapipe: New file.
29         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
30
31 2006-08-29  Jim Meyering  <jim@meyering.net>
32
33         * modules/configmake (Makefile.am): Make configmake.h depend on
34         Makefile.  Otherwise, a stale configmake.h could hang around.
35
36 2006-08-29  Bruno Haible  <bruno@clisp.org>
37
38         * modules/localcharset (Depends-on): Add configmake.
39         (Makefile.am): Remove setting of LIBDIR through DEFS.
40
41 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
42
43         * modules/configmake (Makefile.am): Add a comment, and omit
44         the CONFIGMAKE_ prefix from generated macro names.  Suggested
45         by Bruno Haible.
46
47 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
48
49         * modules/fcntl: New file.
50         * modules/chdir-safer (Depends-on): Add fcntl.
51         * modules/fts: Likewise.
52         * modules/mkdir-p: Likewise.
53
54         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
55         This undoes the most recent change, since we're now addressing the
56         problem in a different way.
57
58         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
59         into output, since the output might be called Makefile.am even
60         if $makefile_name is something different.
61         (func_import): Use $makefile_am rather than
62         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
63         empty.
64
65         * modules/inttypes (Files): Add m4/inttypes-h.m4.
66
67 2006-08-28  Eric Blake  <ebb9@byu.net>
68
69         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
70         needs wrapper.
71
72 2006-08-27  Bruno Haible  <bruno@clisp.org>
73
74         * gnulib-tool: New option --makefile-name.
75         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
76         $makefile_name.
77         (func_import): Write $makefile_name to the cache file, and read it from
78         there unless explicitly specified. Use $makefile_name as file name
79         instead of Makefile.am. Adjust the recommendations accordingly.
80
81 2006-08-27  Bruno Haible  <bruno@clisp.org>
82
83         * gnulib-tool: Reorder some statements.
84
85 2006-08-27  Bruno Haible  <bruno@clisp.org>
86
87         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
88         is the current directory. Respect also $local_gnulib_dir.
89
90 2006-08-26  Bruno Haible  <bruno@clisp.org>
91
92         * gnulib-tool (func_relativize, func_relconcat): New functions.
93         Give an error if --local-dir is given with --update.
94         Remove trailing slashes from $local_gnulib_dir.
95         (func_import): Store the relativized $local_gnulib_dir in
96         gnulib-cache.m4, and read it from there if not specified explicitly.
97
98 2006-08-26  Bruno Haible  <bruno@clisp.org>
99
100         * gnulib-tool (func_verify_module): Check against misapplying patch.
101
102 2006-08-28  Bruno Haible  <bruno@clisp.org>
103
104         * modules/c-strstr: New file, from GNU gettext.
105         * MODULES.html.sh (String handling): Add c-strstr.
106
107 2006-08-26  Bruno Haible  <bruno@clisp.org>
108
109         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
110         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
111         (Makefile.am): Create inttypes.h from inttypes_.h.
112         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
113
114         * modules/imaxabs: New file.
115
116         * modules/imaxdiv: New file.
117
118 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
119
120         New config-h module, so that "make" output needn't be cluttered
121         by -DHAVE_CONFIG_H.
122         * MODULES.html.sh (Support for building libraries and executables):
123         Add config-h.
124         * modules/config-h: New file.
125         * gnulib-tool (nl, sed_transform_lib_file): New vars.
126         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
127         the config-h module is used.
128
129         New configmake module, so that "make" output needn't be cluttered
130         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
131         * MODULES.html.sh (Support for building libraries and executables):
132         Add configmake.
133         * modules/configmake: New file.
134
135 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
136
137         * MODULES.html.sh (Support for building libraries and executables):
138         Add elisp-comp.
139         * build-aux/elisp-comp: New file.
140         * modules/elisp-comp: New file.
141
142 2006-08-24  Bruno Haible <bruno@clisp.org>
143
144         * gnulib-tool (func_create_testdir): Use non-default values of
145         sourcebase and m4base.
146
147 2006-08-24  Bruno Haible <bruno@clisp.org>
148
149         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
150         HTML structure.
151
152 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
153
154         * modules/openat (Depends-on): Add lchown.
155
156 2006-08-23  Bruno Haible <bruno@clisp.org>
157
158         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
159         of gl_LOCK_EARLY instead of gl_LOCK.
160
161 2006-08-22  Eric Blake  <ebb9@byu.net>
162
163         * modules/regexprops-generic: New file.
164         * MODULES.html.sh (Support for building documentation): List it.
165
166 2006-08-22  Bruno Haible <bruno@clisp.org>
167
168         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
169         and lib_LTLIBRARIES like the other lib_* variables.
170
171 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
172
173         Avoid the need for AC_LIBSOURCES in m4 macros.
174         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
175         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
176         * modules/check-version (EXTRA_DIST): Add check-version.h.
177         * modules/crc (EXTRA_DIST): Add crc.h.
178         * modules/des (EXTRA_DIST): Add des.h.
179         * modules/gc (EXTRA_DIST): Add gc.h.
180         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
181         * modules/getline (EXTRA_DIST): Add getline.h.
182         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
183         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
184         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
185         * modules/md2 (EXTRA_DIST): Add md2.h.
186         * modules/md4 (EXTRA_DIST): Add md4.h.
187         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
188         * modules/read-file (EXTRA_DIST): Add read-file.h.
189         * modules/readline (EXTRA_DIST): Add readline.h.
190         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
191         rijndael-api-fst.h.
192
193 2006-08-22  Simon Josefsson  <jas@extundo.com>
194
195         * MODULES.html.sh: Add "Support for maintaining and release
196         projects".
197
198         * build-aux/gnupload: New file, from coreutils.
199
200 2006-08-22  Jim Meyering  <jim@meyering.net>
201
202         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
203
204         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
205
206 2006-08-22  Bruno Haible <bruno@clisp.org>
207
208         * build-aux/x-to-1.in: New file, from GNU gettext.
209
210 2006-08-22  Simon Josefsson  <jas@extundo.com>
211
212         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
213         to md5 module.
214
215 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
216
217         Avoid the need for AC_LIBSOURCES in m4 macros.
218         * modules/acl (EXTRA_DIST): Add acl.h.
219         * modules/argmatch (Files): Add m4/argmatch.m4.
220         (configure.ac): Add gl_ARGMATCH.
221         (EXTRA_DIST): Renamed from lib_SOURCES, for
222         consistency with the other modules.  Remove argmatch.c.
223         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
224         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
225         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
226         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
227         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
228         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
229         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
230         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
231         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
232         * modules/closeout (EXTRA_DIST): Add closeout.h.
233         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
234         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
235         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
236         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
237         dirname.h; remove basename.c and stripslash.c.
238         * modules/exclude (EXTRA_DIST): Add exclude.h.
239         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
240         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
241         * modules/file-type (EXTRA_DIST): Add file-type.h.
242         * modules/filemode (EXTRA_DIST): Add filemode.h.
243         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
244         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
245         * modules/fpending (EXTRA_DIST): Add __fpending.h.
246         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
247         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
248         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
249         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
250         * modules/getdate (EXTRA_DIST): Add getdate.c.
251         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
252         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
253         * modules/getpass (EXTRA_DIST): Add getpass.h.
254         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
255         * modules/group-member (EXTRA_DIST): Add group-member.h.
256         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
257         * modules/hash (EXTRA_DIST): Add hash.h.
258         * modules/human (EXTRA_DIST): Add human.h.
259         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
260         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
261         * modules/lchown (EXTRA_DIST): Add lchown.h.
262         * modules/long-options (EXTRA_DIST): Add long-options.h.
263         * modules/lstat (EXTRA_DIST): Add lstat.h.
264         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
265         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
266         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
267         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
268         * modules/memxor (EXTRA_DIST): Add memxor.h.
269         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
270         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
271         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
272         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
273         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
274         * modules/physmem (EXTRA_DIST): Add physmem.h.
275         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
276         * modules/posixver (EXTRA_DIST): Add posixver.h.
277         * modules/quote (EXTRA_DIST): Add quote.h.
278         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
279         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
280         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
281         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c regex_internal.h regexec.c.
282         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
283         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
284         * modules/same (EXTRA_DIST): Add same.h.
285         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
286         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
287         * modules/savedir (EXTRA_DIST): Add savedir.h.
288         * modules/sha1 (EXTRA_DIST): Add sha1.h.
289         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
290         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
291         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
292         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
293         * modules/strdup (EXTRA_DIST): Add strdup.h.
294         * modules/strftime (EXTRA_DIST): Add strftime.h.
295         * modules/strndup (EXTRA_DIST): Add strndup.h.
296         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
297         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
298         * modules/time_r (EXTRA_DIST): Add time_r.h.
299         * modules/timespec (EXTRA_DIST): Add timespec.h.
300         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
301         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
302         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
303         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
304         * modules/userspec (EXTRA_DIST): Add userspec.h.
305         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
306         * modules/utimens (EXTRA_DIST): Add utimens.h.
307         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
308         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
309         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
310         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
311         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
312         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
313         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
314         * modules/yesno (EXTRA_DIST): Add yesno.h.
315
316 2006-08-21  Bruno Haible <bruno@clisp.org>
317
318         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
319         specify an installation location, don't emit a noinst_LIBRARIES or
320         noinst_LTLIBRARIES assignment.
321
322 2006-08-19  Bruno Haible  <bruno@clisp.org>
323
324         BeOS portability.
325         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
326         BeOS has mbrtowc() but no <wctype.h>.
327
328 2006-08-21  Bruno Haible <bruno@clisp.org>
329
330         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
331         Emit a pkgdata_DATA variable only if some snippets add contents to it.
332         Reported by Martin Lambers <marlam@marlam.de>.
333
334 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
335             Bruno Haible <bruno@clisp.org>
336
337         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
338         /bin/sh understanding of '!' conditional negation.
339
340 2006-08-21  Jim Meyering  <jim@meyering.net>
341
342         * modules/openat (Depends-on): Really alphabetize.
343
344         * modules/acl (Depends-on): Add error and quote.
345
346         * check-module (find_included_lib_files): Add at-func.c to the
347         ok-to-include-more-than-once white list.
348
349         * modules/openat (Depends-on): Add lstat.  Alphabetize.
350
351 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
352
353         Add and change modules to make it easier for coreutils to use
354         gnulib-tool.
355         * modules/backupfile (Files): Remove m4/d-ino.m4.
356         (Depends-on): Add d-ino.
357         * modules/cycle-check (Depends-on): Add stdint.
358         (lib_SOURCES): Add cycle-check.h.
359         * modules/d-ino: New module.
360         * modules/d-type: New module.
361         * modules/error (Files): Remove m4/strerror_r.m4.
362         * modules/filemode (Files): Add m4/st_dm_mode.m4.
363         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
364         m4/inttypes_h.m4, m4/uintmax_t.m4.
365         (Depends-on): Add stdint.
366         (lib_SOURCES): Add fsusage.h.
367         * modules/getcwd (Files): Remove d-ino.m4.
368         (Depends-on): Add d-ino.
369         * modules/getndelim2 (Depends-on): Add stdint.
370         * modules/glob (Files): Remove m4/d-type.m4.
371         (Depends-on): Add d-type.
372         * modules/host-os: New module.
373         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
374         m4/inttypes_h.m4, m4/uintmax_t.m4.
375         * Depends-on: Add stdint.
376         (lib_SOURCES): Add human.h.
377         * modules/inttostr (Files): Remove m4/intmax_t.m4,
378         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
379         m4/uintmax_t.m4, m4/ulonglong.m4.
380         (Depends-on): Add stdint.
381         (EXTRA_DIST): Add inttostr.h.
382         * modules/lchmod: New module.
383         * modules/link-follow: New module.
384         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
385         (Depends-on): Add lchmod.
386         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
387         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
388         (Depends-on): Add stdint.
389         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
390         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
391         (Depends-on): Add stdint.
392         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
393         * modules/perl: New module.
394         * modules/regex (Depends-on): Add stdint.
395         * modules/rmdir-errno: New module.
396         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
397         m4/intmax_t.m4.
398         (Depends-on): Add stdint.
399         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
400         m4/uintmax_t.m4.
401         (Depends-on): Add stdint.
402         * modules/unlink-busy: New module.
403         * modules/utimecmp (Depends-on): Add stdint.
404         * modules/uptime: New module.
405         * modules/winsz-ioctl: New module.
406         * modules/winsz-termios: New module.
407         * modules/xnanosleep (Depends-on): Add nanosleep.
408         * modules/ullong_max: Remove.
409         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
410         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
411         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
412         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
413         (Depends-on): Add inttypes.
414         (lib_SOURCES): Add xstrtol.h.
415         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
416         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
417         * MODULES.html.sh: Move 'assert' into the assert section.
418         Move 'dummy' into the linking section.
419         Remove ullong_max.
420         Add section for compatibility checks for POSIX:2001 functions,
421         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
422         winsz-ioctl, and winsz-termios into it.
423         Add lchmod.
424         Add top-level Misc section and put host-os, perl, and uptime
425         into it.
426
427 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
428
429         * modules/openat (Files): Add lib/fchmodat.c.
430         Fixes problem reported by Jay Youngman.
431
432 2006-08-18  Bruno Haible  <bruno@clisp.org>
433
434         * modules/bison-i18n: New file.
435         * MODULES.html.sh (Internationalization functions): Add it.
436
437 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
438
439         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
440
441 2006-08-15  Bruno Haible  <bruno@clisp.org>
442
443         * modules/tmpdir (License): Change to LGPL.
444
445 2006-08-15  Bruno Haible  <bruno@clisp.org>
446
447         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
448         module.
449
450 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
451
452         Change copyright notice from LGPL 2 to GPL 2, since that's the
453         standard form used in the gnulib repository.
454         * tests/test-lock.c: Likewise.
455         * tests/test-stdint.c: Likewise.
456         * tests/test-tls.c: Likewise.
457
458         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
459         prelude-manager.  User shorter URLs for GNU projects, without '?'.
460         Add copyright notice.
461
462         * check-module: Add copyright notice.  Output a copyright
463         notice if "--version" is specified.
464         * modules/COPYING: New file.
465         * tests/test-getaddrinfo.c: Add copyright notice.
466         * tests/test-verify.c: Likewise.
467
468 2006-08-11  Eric Blake  <ebb9@byu.net>
469
470         * users.txt: Sort.  Add tar.
471
472 2006-08-11  Bruno Haible  <bruno@clisp.org>
473
474         * users.txt: New file.
475
476 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
477
478         * modules/snprintf (Depends-on): Remove minmax.
479         (Maintainer): Add self and Bruno.
480
481 2006-08-10  Bruno Haible  <bruno@clisp.org>
482
483         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
484         as well.
485
486 2006-08-10  Eric Blake  <ebb9@byu.net>
487         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
488
489         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
490         namespace.
491
492 2006-08-10  Jim Meyering  <jim@meyering.net>
493
494         * modules/same-inode: New module.
495         * modules/dev-ino: New module.
496         * modules/cycle-check: Depend on these modules, rather than simply
497         including their .h files.
498         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
499         required via m4/cycle-check.m4.
500         * modules/same: Depend on new same-inode module, rather than
501         including same-inode.h.
502         * modules/chdir-safer: New file.
503
504         * modules/chown (Depends-on): Add stat-macros.
505
506 2006-08-10  Eric Blake  <ebb9@byu.net>
507
508         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
509         in from original proposal.
510
511 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
512
513         * modules/restrict: Remove; no longer needed now that we assume
514         Autoconf 2.59 or later.
515         * MODULES.html.sh: Remove 'restrict'.
516         * modules/argp (Depends-on): Remove 'restrict'.
517         * modules/base64 (Depends-on): Likewise.
518         * modules/gc (Depends-on): Likewise.
519         * modules/getaddrinfo (Depends-on): Likewise.
520         * modules/glob (Depends-on): Likewise.
521         * modules/inet_ntop (Depends-on): Likewise.
522         * modules/inet_pton (Depends-on): Likewise.
523         * modules/memxor (Depends-on): Likewise.
524         * modules/regex (Depends-on): Likewise.
525         * modules/strtok_r (Depends-on): Likewise.
526         * modules/time_r (Depends-on): Likewise.
527
528 2006-08-08  Eric Blake  <ebb9@byu.net>
529
530         * modules/verror: New module.
531         * MODULES.html.sh: Document it.
532
533 2006-08-07  Bruno Haible  <bruno@clisp.org>
534
535         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
536         in an AC_DEFUN. Needed so that the autoconf snippets can use
537         AC_REQUIRE.
538
539 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
540
541         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
542         Initialize pkgdata_DATA.
543         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
544         overriding it.
545
546 2006-08-04  Bruno Haible  <bruno@clisp.org>
547
548         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
549         Make the mostlyclean-local rule depend on mostlyclean-generic.
550         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
551
552 2006-07-30  Bruno Haible  <bruno@clisp.org>
553
554         * modules/csharpexec (configure.ac): Comment out macro invocation.
555         * modules/javaexec (configure.ac): Likewise.
556         * modules/javacomp-script (configure.ac): Likewise.
557
558         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
559
560 2006-07-30  Bruno Haible  <bruno@clisp.org>
561
562         * modules/javaversion (Makefile.am): Distribute javaversion.java and
563         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
564         set PKGDATADIR to point to it.
565
566 2006-07-30  Bruno Haible  <bruno@clisp.org>
567
568         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
569         linked-list.
570
571 2006-07-30  Bruno Haible  <bruno@clisp.org>
572
573         * modules/readlink (License): Change to LGPL.
574
575 2006-07-30  Bruno Haible  <bruno@clisp.org>
576
577         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
578         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
579         get removed.
580
581 2006-07-29  Bruno Haible  <bruno@clisp.org>
582
583         * gnulib-tool (autoconf_minversion): If a --dir option is given and
584         relevant, look for configure.ac there, not in the current directory.
585         Also use a simple search for AC_PREREQ, not "autoconf --trace".
586
587 2006-07-29  Bruno Haible  <bruno@clisp.org>
588
589         * gnulib-tool (func_usage): Document option --no-libtool.
590         Handle option --no-libtool.
591         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
592         for changed semantics of $libtool variable.
593         (func_import): Likewise. If libtool is not used, show this through
594         an option --no-libtool.
595         (func_create_testdir): Update.
596
597 2006-07-29  Bruno Haible  <bruno@clisp.org>
598
599         * modules/setenv (Depends-on): Add unistd.
600
601 2006-07-29  Bruno Haible  <bruno@clisp.org>
602
603         Make it possible for gnulib-tool to work with locally modified or
604         augmented gnulib repositories.
605         * gnulib-tool (func_usage): Document --local-dir option.
606         (local_gnulib_dir): New variable.
607         Handle --local-dir option.
608         (func_lookup_file): New function.
609         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
610         (func_get_description, func_get_filelist, func_get_description,
611         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
612         func_get_automake_snippet, func_get_include_directive,
613         func_get_license, func_get_maintainer): Use func_lookup_file.
614         (func_import, func_create_testdir): Use func_lookup_file.
615
616 2006-07-29  Bruno Haible  <bruno@clisp.org>
617
618         * gnulib-tool (import, update): If there is no Makefile.am, look at
619         aclocal.m4, instead of bailing out.
620
621 2006-07-29  Bruno Haible  <bruno@clisp.org>
622
623         * gnulib-tool (SORT): New variable.
624         (func_usage): Undocument --assume-autoconf option.
625         Remove --assume-autoconf option handling.
626         (autoconf_minversion): Determine from the contents of configure.ac.
627         (func_import): Remove autoconf_minversion handling.
628         Suggested by Eric Blake.
629
630 2006-07-29  Bruno Haible  <bruno@clisp.org>
631
632         * gnulib-tool (func_import): Don't create the $docbase directory if
633         there is no file to store there.
634
635 2006-07-29  Bruno Haible  <bruno@clisp.org>
636
637         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
638         Categorize the options by when they are useful.
639
640 2006-07-29  Bruno Haible  <bruno@clisp.org>
641
642         * gnulib-tool (func_import): Extend error message about missing
643         --doc-base.
644
645 2006-07-28  Simon Josefsson  <jas@extundo.com>
646
647         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
648         * modules/inet_pton (Depends-on): Likewise.
649
650 2006-07-25  Bruno Haible  <bruno@clisp.org>
651
652         * modules/version-etc (Depends-on): Add stdarg.
653
654 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
655
656         * MODULES.html.sh (File stream based Input/Output):
657         Add fopen-safer, tmpfile-safer; remove stdio-safer.
658         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
659         * modules/fopen-safer, modules/tmpfile-safer: New files.
660         * modules/stdio-safer: Remove.
661
662 2006-07-24  Bruno Haible  <bruno@clisp.org>
663
664         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
665         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
666
667 2006-07-24  Bruno Haible  <bruno@clisp.org>
668
669         * modules/clean-temp: New file.
670
671 2006-07-24  Bruno Haible  <bruno@clisp.org>
672
673         * modules/tmpdir: New file.
674         * MODULES.html.sh (File system functions): Add it.
675
676 2006-07-23  Eric Blake  <ebb9@byu.net>
677
678         * modules/stdio-safer (Files): Add tmpfile-safer.c.
679         (Depends-on): Add binary-io.
680
681 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
682
683         * modules/close-stream: New file.
684         * modules/closeout (Description): Make it clear that it exits
685         with a diagnostic on error.
686         (Depends-on): Add close-stream.  Remove fpending, stdbool.
687         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
688
689 2006-07-22  Bruno Haible  <bruno@clisp.org>
690
691         Merge from GNU gettext 0.15.
692
693         2006-05-01  Bruno Haible  <bruno@clisp.org>
694
695                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
696
697         2006-07-22  Bruno Haible  <bruno@clisp.org>
698
699                 * modules/javaversion: New file.
700                 * MODULES.html.sh (Java): Add javaversion.
701
702         2006-03-12  Bruno Haible  <bruno@clisp.org>
703
704                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
705
706         2005-12-04  Bruno Haible  <bruno@clisp.org>
707
708                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
709                 (untested).
710
711         2006-06-21  Bruno Haible  <bruno@clisp.org>
712
713                 Avoid warnings from recent versions of mcs.
714                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
715                 -o, -L, -r any more. Use options documented since mcs-1.0
716                 instead. Similarly for -g.
717
718         2005-12-04  Bruno Haible  <bruno@clisp.org>
719
720                 * build-aux/csharpcomp.sh.in: Suffix for resources is
721                 .resources, not .resource.
722
723         2005-07-09  Bruno Haible  <bruno@clisp.org>
724
725                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
726                 add a .dll suffix.
727                 Reported by Mark Junker <mjscod@gmx.de>.
728
729         2006-07-22  Bruno Haible  <bruno@clisp.org>
730
731                 * modules/gettext: Upgrade to gettext-0.15.
732                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
733                 m4/visibility.m4.
734                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
735
736 2006-07-21  Eric Blake  <ebb9@byu.net>
737
738         * modules/stdlib-safer: New file.
739         * MODULES.html.sh (File stream based Input/Output): Add
740         stdlib-safer.
741
742 2006-07-20  Bruno Haible  <bruno@clisp.org>
743
744         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
745
746 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
747
748         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
749
750 2006-07-20  Bruno Haible  <bruno@clisp.org>
751
752         * gnulib-tool: Recognize new option --assume-autoconf.
753         (autoconf_minversion): New variable.
754         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
755
756 2006-07-17  Bruno Haible  <bruno@clisp.org>
757
758         * modules/list: New file.
759         * modules/array-list: New file.
760         * modules/carray-list, modules/carray-list-tests: New files.
761         * modules/linked-list, modules/linked-list-tests: New files.
762         * modules/avltree-list, modules/avltree-list-tests: New files.
763         * modules/rbtree-list, modules/rbtree-list-tests: New files.
764         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
765         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
766         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
767         * modules/oset: New file.
768         * modules/array-oset: New file.
769         * modules/avltree-oset, modules/avltree-oset-tests: New files.
770         * modules/rbtree-oset, rbtree-oset-tests: New files.
771         * tests/test-carray_list.c: New file.
772         * tests/test-linked_list.c: New file.
773         * tests/test-avltree_list.c: New file.
774         * tests/test-rbtree_list.c: New file.
775         * tests/test-linkedhash_list.c: New file.
776         * tests/test-avltreehash_list.c: New file.
777         * tests/test-rbtreehash_list.c: New file.
778         * tests/test-avltree_oset.c: New file.
779         * tests/test-rbtree_oset.c: New file.
780         * MODULES.html.sh (Container data structures): New section.
781
782 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
783
784         * MODULES.html.sh: Add mkancestors.
785         * modules/mkancesdirs: New module.
786         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
787         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
788         The chdir-safer and afs files are now orphans; I'll remove them
789         unless someone speaks up.
790         Add lib/dirchownmod.c, lib/dirchownmod.h.
791         (Depends-on): Remove alloca, chown, save-cwd, dirname.
792         Add lchown, mkancesdirs.
793         (Maintainer): Add self.
794
795 2006-07-15  Karl Berry  <karl@gnu.org>
796
797         * gnulib-tool: help message wording/arrangement.
798
799 2006-07-12  Simon Josefsson  <jas@extundo.com>
800
801         * modules/gendocs (License): Fix license, approved by Karl.
802
803 2006-07-12  Eric Blake  <ebb9@byu.net>
804
805         * MODULES.html.sh: Add gendocs.
806
807 2006-07-11  Eric Blake  <ebb9@byu.net>
808
809         * gnulib-tool: List --doc-base before --tests-base.
810
811 2006-07-11  Eric Blake  <ebb9@byu.net>
812
813         * modules/fdl: New module, to install doc/fdl.texi.
814         * MODULES.html.sh: Add new section for documentation modules.
815         * gnulib-tool: Avoid space-tab.
816         (--doc-base): New option, to manage files from doc.
817
818 2006-07-11  Bruno Haible  <bruno@clisp.org>
819
820         * README: Mention where to put documentation.
821
822 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
823
824         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
825
826 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
827
828         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
829         for the benefit of people using Autoconf 2.60.  If you want to
830         support older Autoconf versions you can copy m4/onceonly_2_57.m4
831         (or m4/onceonly.m4, if pre-2.57) manually.
832
833 2006-07-07  Simon Josefsson  <jas@extundo.com>
834
835         * tests/test-crc.c: Change expected crc value, the test vector
836         were probably computed using the old broken crc.c?
837
838 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
839
840         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
841         not gl_PREREQ_GETUSERSHELL.
842
843 2006-07-06  Simon Josefsson  <jas@extundo.com>
844
845         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
846         now the canonical place for the M4 file).
847
848         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
849         from the sys_socket dependency now.
850
851         * modules/inet_pton (Files): Ditto.
852
853         * modules/inet_ntop (Files): Ditto.
854
855 2006-07-05  Eric Blake  <ebb9@byu.net>
856
857         * modules/getaddrinfo (Depends-on): Add snprintf.
858
859 2006-07-04  Eric Blake  <ebb9@byu.net>
860
861         * modules/dirname-tests: New test module.
862         * tests/test-dirname.c: New file, replacing dirname.c
863         TEST_DIRNAME section that was recently deleted.
864
865 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
866
867         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
868         From Mark D. Baushke.
869
870 2006-07-03  Eric Blake  <ebb9@byu.net>
871
872         * modules/dirname (Depends-on): Add xstrndup.
873
874 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
875
876         Merge from coreutils.
877         * MODULES.html.sh: Add xstrtold.
878         * modules/xstrtold: New file.
879         * modules/cycle-check (Files): Add lib/same-inode.h.
880         * modules/dirname (Files): Add m4/double-slash-root.m4.
881         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
882         * modules/mkdir-p (Files): Add lib/same-inode.h.
883         * modules/same (Files): Add lib/same-inode.h.
884
885 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
886
887         * modules/inttypes (Depends-on): No longer depends on stdint.
888         * modules/stdint (Description): Say more about assumptions.
889         Say that the fast types might differ.  Say macros are used.
890         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
891         (Makefile.am): Revise list of substituted symbols to match
892         new stdint.m4.
893         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
894         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
895         * tests/test-stdint.c (verify_same_types)
896         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
897         the code conforms to C99/C89.
898         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
899         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
900
901 2006-06-29  Eric Blake  <ebb9@byu.net>
902
903         * MODULES.html.sh: Add sys_stat.
904         * modules/sys_stat: New module.
905         * modules/mkstemp (Depends-on): Add sys_stat.
906
907 2006-06-29  Jim Meyering  <jim@meyering.net>
908
909         * modules/strftime (Maintainer): Add my name, since with the
910         FPRINTFTIME changes strftime.c has forked from glibc.
911
912 2006-06-29  Bruno Haible  <bruno@clisp.org>
913
914         * modules/wcwidth (License): Change to LGPL.
915
916 2006-06-29  Derek Price  <derek@ximbiot.com>
917
918         * modules/c-bs-a: Removed - \a is C89.
919         * MODULES.html.sh: Remove c-bs-a.
920
921 2006-06-28  Bruno Haible  <bruno@clisp.org>
922
923         * modules/wcwidth (Files): Add m4/wchar_t.m4.
924
925 2006-06-28  Eric Blake  <ebb9@byu.net>
926
927         * modules/wcwidth: New file.
928         * modules/mbchar (Depends-on): Add wcwidth.
929         * modules/mbswidth (Depends-on): Add wcwidth.
930         * MODULES.html.sh: Add wcwidth.
931
932 2006-06-28  Simon Josefsson  <jas@extundo.com>
933
934         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
935         on _WIN32.
936
937         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
938         getnameinfo.
939
940 2006-06-27  Simon Josefsson  <jas@extundo.com>
941
942         * modules/sys_select: New file, suggested by Bruno Haible, Paul
943         Eggert and Martin Lambers.
944
945 2006-06-26  Bruno Haible  <bruno@clisp.org>
946
947         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
948
949 2006-06-23  Simon Josefsson  <jas@extundo.com>
950             Bruno Haible  <bruno@clisp.org>
951
952         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
953         Emit mostlyclean-local rule.
954         (func_emit_tests_Makefile_am): Likewise.
955         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
956
957 2006-06-23  Bruno Haible  <bruno@clisp.org>
958
959         * tests/test-stdint.c: Update to match ISO C 99 Technical
960         Corrigendum 1.
961
962 2006-06-21  Simon Josefsson  <jas@extundo.com>
963
964         * tests/test-getaddrinfo.c: New file.
965
966         * modules/getaddrinfo-tests: New file.
967
968         * MODULES.html.sh: Add inet_pton.
969
970         * modules/inet_pton: New file.
971
972 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
973
974         * modules/sys_socket, modules/socklen: Include sys/types since
975         FreeBSD 4.x's sys/socket.h needs it.
976
977 2006-06-15  Bruno Haible  <bruno@clisp.org>
978
979         * modules/stdint (Files): Include m4/full-header-path.m4,
980         m4/size_max.m4, m4/wchar_t.m4.
981         (Makefile.am): Many more substitutions.
982         * modules/stdint-tests: New file.
983         * tests/test-stdint.c: New file.
984
985 2006-05-15  Bruno Haible  <bruno@clisp.org>
986
987         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
988         on libtool patch by Ralf Wildenhues.
989
990 2006-05-09  Bruno Haible  <bruno@clisp.org>
991
992         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
993         (Depends-on): Depend also on xsize, stdarg.
994         (configure.ac): Add gl_XVASPRINTF.
995
996 2006-05-08  Eric Blake  <ebb9@byu.net>
997
998         * gnulib-tool (func_version): Base copyright year on CVS date.
999         (func_emit_copyright_notice): New function.
1000         (func_emit_lib_Makefile_am): Use it.
1001         (func_emit_tests_Makefile_am): Likewise.
1002         (func_import): Likewise.
1003
1004 2006-05-05  Bruno Haible  <bruno@clisp.org>
1005
1006         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
1007
1008 2006-05-08  Bruno Haible  <bruno@clisp.org>
1009
1010         * modules/stdarg: New file.
1011         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
1012
1013 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
1014
1015         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
1016
1017 2006-04-29  Bruno Haible  <bruno@clisp.org>
1018
1019         * gnulib-tool: Make --update option actually work.
1020
1021 2006-04-25  Bruno Haible  <bruno@clisp.org>
1022
1023         * gnulib-tool (func_import): Output the include directives in three
1024         blocks, sorted separately.
1025         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1026
1027 2006-04-23  Bruno Haible  <bruno@clisp.org>
1028
1029         * modules/copy-file: Depend on unistd.
1030         * modules/execute: Likewise.
1031         * modules/fatal-signal: Likewise.
1032         * modules/findprog: Likewise.
1033         * modules/mkdtemp : Likewise.
1034         * modules/pipe: Likewise.
1035         * modules/wait-process: Likewise.
1036
1037 2006-04-23  Claudio Fontana  <claudio@gnu.org>
1038             Bruno Haible  <bruno@clisp.org>
1039
1040         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
1041         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
1042         for AM_CPPFLAGS.
1043
1044 2006-04-23  Bruno Haible  <bruno@clisp.org>
1045
1046         * gnulib-tool (func_usage): Fix --import description. Document --update.
1047         (func_import): Create temporary file in a temporary directory, if
1048         --dry-run is specified. Silence errors from 'grep' when there are no
1049         m4 files in $m4dir.
1050         (func_create_testdir): Silence errors from 'grep' when there are no
1051         m4 files in $m4dir.
1052         Reported by Karl Berry <karl@freefriends.org>.
1053
1054 2006-04-18  Derek Price  <derek@ximbiot.com>
1055             Paul Eggert  <eggert@cs.ucla.edu>
1056
1057         * modules/inttypes: New file.
1058         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
1059
1060 2006-04-12  Eric Blake  <ebb9@byu.net>
1061
1062         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
1063         is now done automatically by the corresponding Autoconf macro.
1064
1065 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
1066
1067         * modules/regex (Depends-on): Add ssize_t.
1068
1069 2006-03-08  Simon Josefsson  <jas@extundo.com>
1070
1071         * build-aux/maint.mk: Fix refresh-po, to handle no translated
1072         languages.
1073
1074 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
1075
1076         * MODULES.html.sh (Support for systems lacking POSIX:2001):
1077         Add unistd.
1078         * modules/c-stack (Depends-on): Add unistd.
1079         * modules/getlogin_r: Likewise.
1080         * modules/glob: Likewise.
1081         * modules/pagealign_alloc: Likewise.
1082         * modules/unistd (Files): Remove lib/unistd_.h.
1083         (EXTRA_DIST): Remove.
1084         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
1085         need unistd_.h.
1086         (MOSTLYCLEANFILES): Remove unistd.h-t.
1087
1088 2006-03-07  Simon Josefsson  <jas@extundo.com>
1089
1090         * modules/getopt (Depends-on): Add unistd.
1091
1092         * modules/unistd: New file.
1093
1094 2006-03-07  Simon Josefsson  <jas@extundo.com>
1095
1096         * modules/gc-random: New file.
1097
1098 2006-03-03  Simon Josefsson  <jas@extundo.com>
1099
1100         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
1101         libidn and bison.
1102
1103 2006-03-03  Simon Josefsson  <jas@extundo.com>
1104
1105         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
1106
1107 2006-03-03  Simon Josefsson  <jas@extundo.com>
1108
1109         * build-aux/maint.mk: Add indent target.
1110
1111 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1112
1113         * modules/gettime (Depends-on): Add extensions module.
1114         * modules/nanosleep (Depends-on): Likewise.
1115         * modules/settime (Depends-on): Likewise.
1116
1117 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
1118
1119         * modules/intprops: New file.
1120         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1121         Add intprops.
1122         * modules/getloadavg (Files): Remove lib/intprops.h.
1123         (Depends-on): Add intprops.
1124         * modules/human: Likewise.
1125         * modules/inttostr: Likewise.
1126         * modules/openat: Likewise.
1127         * modules/sig2str: Likewise.
1128         * modules/userspec: Likewise.
1129         * modules/utimecmp: Likewise.
1130         * modules/xnanosleep: Likewise.
1131         * modules/xstrtol: Likewise.
1132
1133 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
1134
1135         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
1136         * modules/lock-tests (TESTS): Use $(EXEEXT).
1137         * modules/tls-tests: Likewise.
1138         * modules/argp-tests: Likewise.
1139         (check_PROGRAMS): New var, replacing...
1140         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
1141
1142 2006-02-16  Simon Josefsson  <jas@extundo.com>
1143
1144         * modules/getaddrinfo (Depends-on): Add sys_socket.
1145
1146 2006-02-15  Simon Josefsson  <jas@extundo.com>
1147
1148         * build-aux/maint.mk: Add dsyntax-check rule.
1149
1150 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
1151
1152         Sync from coreutils.
1153         * modules/lstat (Depends-on): Don't depend on xalloc.
1154         (License): Change from GPL to LGPL, since this is now simply a
1155         replacement for a libc function.
1156
1157 2006-02-14  Simon Josefsson  <jas@extundo.com>
1158
1159         * modules/maintainer-makefile (Files): Rename.
1160
1161         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
1162         and (the local) Makefile.cfg to maint-cfg.mk.
1163
1164         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
1165         to the latter.
1166
1167         * modules/maintainer-makefile: New module.
1168
1169         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
1170         severaly stripped to make it possible to build it up from scratch
1171         with reliable tests.
1172
1173         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
1174         fixes to permit overriding the default actions when configure and
1175         makefile are not available.
1176
1177 2006-02-13  Simon Josefsson  <jas@extundo.com>
1178
1179         * gnulib-tool (Usage): Fix --import, from
1180         karl@freefriends.org (Karl Berry).
1181
1182 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1183
1184         * modules/closeout (Depends-on): Remove atexit.
1185
1186 2006-01-26  Bruno Haible  <bruno@clisp.org>
1187
1188         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
1189         Reported by Paul Eggert.
1190
1191 2006-01-25  Bruno Haible  <bruno@clisp.org>
1192
1193         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
1194         rid of a trap command. For Solaris sh.
1195         Reported by Mark D. Baushke <mdb@gnu.org>.
1196
1197 2006-01-24  Bruno Haible  <bruno@clisp.org>
1198
1199         * modules/strnlen (Maintainer): Change from glibc to all.
1200
1201 2006-01-24  Bruno Haible  <bruno@clisp.org>
1202
1203         * gnulib-tool (func_import): Avoid constructing complicated sed
1204         expressions inside backquote.
1205         Report and solution by Mark D. Baushke <mdb@gnu.org>.
1206
1207 2006-01-24  Jim Meyering  <jim@meyering.net>
1208
1209         * modules/openat (Files): Add lib/intprops.h.
1210         From Mark D. Baushke.
1211
1212 2006-01-19  Simon Josefsson  <jas@extundo.com>
1213
1214         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
1215         Remove the test_*_SOURCES variable: automake infers it by default.
1216         * modules/tls-tests: Likewise.
1217
1218 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
1219
1220          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
1221          Reported by Bruce Korb <bkorb@gnu.org>.
1222
1223 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
1224
1225         * modules/argp-tests: New module
1226         * tests/test-argp.c: New file
1227         * tests/test-argp-2.sh: New file
1228
1229 2006-01-20  Simon Josefsson  <jas@extundo.com>
1230
1231         * modules/inet_ntop (Depends-on): Depend on sys_socket.
1232
1233 2006-01-19  Simon Josefsson  <jas@extundo.com>
1234
1235         * gnulib-tool: Set check_PROGRAMS.
1236
1237         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
1238         modules/des-tests, modules/gc-arcfour-tests,
1239         modules/gc-arctwo-tests, modules/gc-des-tests,
1240         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
1241         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
1242         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
1243         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
1244         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
1245         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
1246         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
1247         test_*_SOURCES.
1248
1249 2006-01-18  Simon Josefsson  <jas@extundo.com>
1250
1251         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
1252         modules/des-tests, modules/gc-arcfour-tests,
1253         modules/gc-arctwo-tests, modules/gc-des-tests,
1254         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
1255         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
1256         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
1257         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
1258         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
1259         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
1260         $(EXEEXT) to automake TESTS variable, for mingw32.
1261
1262 2006-01-18  Simon Josefsson  <jas@extundo.com>
1263
1264         * modules/socklen (Depends-on): Depend on sys_socket.
1265
1266 2006-01-17  Bruno Haible  <bruno@clisp.org>
1267
1268         * modules/ssize_t (Include): Add <sys/types.h>.
1269
1270 2006-01-17  Simon Josefsson  <jas@extundo.com>
1271
1272         * modules/socklen (Include): Need sys/socket.h.
1273
1274 2006-01-12  Bruno Haible  <bruno@clisp.org>
1275
1276         * gnulib-tool (func_import, func_create_testdir): Don't go into an
1277         endless loop while replacing $auxdir with build-aux.
1278
1279 2006-01-12  Bruno Haible  <bruno@clisp.org>
1280
1281         * modules/ldd: New file.
1282         * build-aux/ldd.sh.in: New file.
1283         * MODULES.html.sh (Support for building libraries and executables): Add
1284         ldd.
1285
1286 2006-01-11  Bruno Haible  <bruno@clisp.org>
1287
1288         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
1289         overridable by the user.
1290         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1291
1292 2006-01-08  Bruno Haible  <bruno@clisp.org>
1293
1294         Avoid "ar: no archive members specified" error on MacOS X.
1295         * gnulib-tool (func_modules_add_dummy): New function.
1296         (func_import, func_create_testdir): Invoke it.
1297
1298 2006-01-08  Bruno Haible  <bruno@clisp.org>
1299
1300         Ensure automatic ordering between gl_LOCK and gl_ARGP.
1301         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
1302         the "early" section as well.
1303
1304 2006-01-08  Bruno Haible  <bruno@clisp.org>
1305
1306         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1307         Initialize also noinst_HEADERS to empty.
1308
1309 2006-01-08  Bruno Haible  <bruno@clisp.org>
1310
1311         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
1312         variables.
1313         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
1314         autoreconf.
1315
1316 2006-01-11  Bruno Haible  <bruno@clisp.org>
1317
1318         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
1319         with $auxdir in AC_CONFIG_FILES statements.
1320
1321 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1322
1323         * modules/readutmp (Maintainer): Add myself.
1324
1325 2006-01-10  Bruno Haible  <bruno@clisp.org>
1326
1327         * modules/readutmp: Depend on module free.
1328         * modules/strtok_r: Depend on module restrict.
1329
1330 2006-01-10  Simon Josefsson  <jas@extundo.com>
1331
1332         * modules/sys_socket: New file.
1333
1334 2006-01-07  Bruno Haible  <bruno@clisp.org>
1335
1336         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
1337         variable.
1338         Needed to avoid an automake error regarding the 'gettext' module.
1339
1340 2006-01-07  Bruno Haible  <bruno@clisp.org>
1341
1342         * modules/gettext (configure.ac): Add an invocation of
1343         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
1344
1345 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
1346
1347         Sync from coreutils:
1348
1349         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
1350         * modules/lib-ignore: New file.
1351         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
1352         chdir-safer.m4, lchmod.m4.
1353         * modules/openat: Add mkdirat.c, openat-priv.h.
1354
1355 2006-01-09  Bruno Haible  <bruno@clisp.org>
1356
1357         * modules/strnlen (Include): Use strnlen.h.
1358
1359 2006-01-09  Simon Josefsson  <jas@extundo.com>
1360
1361         * modules/inet_ntop (Depends-on): Add restrict.
1362
1363 2006-01-09  Simon Josefsson  <jas@extundo.com>
1364
1365         * modules/gc-rijndael-tests (License): Put under LGPL.
1366
1367         * modules/gc-des-tests (License): Likewise.
1368
1369         * modules/gc-arcfour-tests (License): Likewise.
1370
1371         * modules/gc-arctwo-tests (License): Likewise.
1372
1373         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
1374
1375         * modules/gc-hmac-sha1-tests (Files): Likewise.
1376
1377         * modules/gc-hmac-md5-tests (License): Likewise.
1378
1379         * modules/gc-sha1-tests (License): Likewise.
1380
1381         * modules/gc-md5-tests (License): Likewise.
1382
1383         * modules/gc-md4-tests (License): Likewise.
1384
1385         * modules/gc-md2-tests (License): Likewise.
1386
1387         * modules/gc-tests (License): Likewise.
1388
1389         * modules/des-tests (License): Likewise.
1390
1391         * modules/md4-tests (License): Likewise.
1392
1393         * modules/md2-tests (License): Likewise.
1394
1395 2006-01-09  Bruno Haible  <bruno@clisp.org>
1396
1397         * build-aux/javacomp.sh.in: New file, moved from lib/.
1398         * modules/javacomp-script (Files): Update.
1399         (configure.ac): Add AC_CONFIG_FILES invocation.
1400         (EXTRA_DIST): Remove variable.
1401
1402         * build-aux/javaexec.sh.in: New file, moved from lib/.
1403         * modules/javaexec (Files): Update.
1404         (configure.ac): Add AC_CONFIG_FILES invocation.
1405         (EXTRA_DIST): Remove javaexec.sh.in.
1406
1407         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
1408         * modules/csharpcomp-script (Files): Update.
1409         (configure.ac): Add AC_CONFIG_FILES invocation.
1410         (EXTRA_DIST): Remove variable.
1411
1412         * build-aux/csharpexec.sh.in: New file, moved from lib/.
1413         * modules/csharpexec (Files): Update.
1414         (configure.ac): Add AC_CONFIG_FILES invocation.
1415         (EXTRA_DIST): Remove csharpexec.sh.in.
1416
1417 2006-01-07  Bruno Haible  <bruno@clisp.org>
1418
1419         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
1420         gl_EARLY.
1421
1422 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1423
1424         * README: Gnulib normally doesn't generate a tarball.
1425
1426 2005-12-28  Bruno Haible  <bruno@clisp.org>
1427
1428         * build-aux/config.rpath: Update from GNU gettext.
1429
1430 2005-12-16  Jim Meyering  <jim@meyering.net>
1431
1432         * modules/fprintftime: New module.
1433         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
1434
1435 2005-12-15  Simon Josefsson  <jas@extundo.com>
1436
1437         * modules/socklen (configure.ac): Fix M4 macro name, to align with
1438         new m4/socklen.m4.
1439
1440 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1441
1442         * modules/argp (Files): Add argp-pin.c
1443         (Depends-on): dirname
1444         (lib_SOURCES): Add argp-pin.c
1445
1446 2005-12-02  Bruno Haible  <bruno@clisp.org>
1447
1448         * gnulib-tool (func_import): Accept GPLed build tool modules when
1449         --lgpl is given.
1450         * modules/csharpcomp-script: New file.
1451         * modules/csharpcomp: Depend on it.
1452         * modules/javacomp-script: New file.
1453         * modules/javacomp: Depend on it.
1454         Suggested by Simon Josefsson.
1455
1456 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
1457
1458         * modules/savedir (Depends-on): Add openat.
1459
1460 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1461
1462         * modules/obstack (Files): Add m4/ulonglong.m4.
1463         Problem reported by Davide Angelocola.
1464
1465 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
1466
1467         * modules/gethrxtime (Depends-on): Add gettime.
1468
1469 2005-11-04  Bruno Haible  <bruno@clisp.org>
1470
1471         * gnulib-tool: Implement --update mode.
1472
1473 2005-10-28  Simon Josefsson  <jas@extundo.com>
1474
1475         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
1476         Test more.
1477
1478         * tests/test-gc-md2.c, tests/test-md2.c: New files.
1479
1480         * modules/md2, modules/md2-tests: New files.
1481
1482 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1483
1484         * modules/verify (License): Change from GPL to LGPL.  This is a
1485         tiny module and there are apparently near-equivalents that are
1486         under the BSD license.
1487
1488 2005-10-24  Simon Josefsson  <jas@extundo.com>
1489
1490         * modules/sha1: Relicense to LGPL.
1491
1492 2005-10-23  Simon Josefsson  <jas@extundo.com>
1493
1494         * gnulib-tool (func_import): Fix --tests-base.
1495
1496 2005-10-22  Simon Josefsson  <jas@extundo.com>
1497
1498         * modules/arcfour (Depends-on): Need stdint.
1499
1500 2005-10-21  Bruno Haible  <bruno@clisp.org>
1501
1502         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
1503         patch.
1504
1505 2005-10-21  Simon Josefsson  <jas@extundo.com>
1506
1507         * gnulib-tool (func_import, func_create_testdir): Define automake
1508         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
1509         Makefile.am snippet),
1510         suggested by Bruno Haible <bruno@clisp.org>.
1511
1512         * modules/gc (Makefile.am): Use it.
1513
1514 2005-10-21  Simon Josefsson  <jas@extundo.com>
1515
1516         * modules/des, modules/des-tests: New files.
1517
1518         * modules/gc-des, modules/gc-des-tests: New files.
1519
1520         * tests/test-des.c, tests/test-gc-des.c: New file.
1521
1522 2005-10-21  Simon Josefsson  <jas@extundo.com>
1523
1524         * modules/arctwo, modules/arctwo-tests: New files.
1525
1526         * tests/test-arctwo.c: New file.
1527
1528         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
1529
1530         * tests/test-gc-arctwo.c: New file.
1531
1532 2005-10-19  Simon Josefsson  <jas@extundo.com>
1533
1534         * tests/test-gc-arcfour.c: New file.
1535
1536         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
1537
1538 2005-10-19  Simon Josefsson  <jas@extundo.com>
1539
1540         * tests/test-gc-rijndael.c: New file.
1541
1542         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
1543
1544 2005-10-19  Simon Josefsson  <jas@extundo.com>
1545
1546         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
1547         interface too.
1548
1549 2005-10-19  Simon Josefsson  <jas@extundo.com>
1550
1551         * modules/gc-md4, modules/gc-md4-tests: New file.
1552
1553         * tests/test-gc-md4.c: New file.
1554
1555 2005-10-18  Simon Josefsson  <jas@extundo.com>
1556
1557         * tests/test-md4.c: New file.
1558
1559         * modules/md4, modules/md4-tests: New files.
1560
1561 2005-10-18  Simon Josefsson  <jas@extundo.com>
1562
1563         * tests/test-md5.c: New file.
1564
1565         * modules/md5-tests: New file.
1566
1567 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
1568
1569         * gnulib-tool (func_create_testdir): Omit the second check whether
1570         BUILT_SOURCES in nonempty.
1571
1572 2005-10-17  Simon Josefsson  <jas@extundo.com>
1573
1574         * modules/gc-sha1-tests: New file.
1575
1576         * tests/test-gc-sha1.c: New file.
1577
1578 2005-10-17  Simon Josefsson  <jas@extundo.com>
1579
1580         * tests/test-rijndael.c: New file.
1581
1582 2005-10-17  Simon Josefsson  <jas@extundo.com>
1583
1584         * modules/sha1: Depend on stdint instead of md5.
1585
1586         * modules/md5: Depend on stdint, remove uint32_t.
1587
1588 2005-10-16  Bruno Haible  <bruno@clisp.org>
1589
1590         * gnulib-tool (func_emit_tests_Makefile_am): Also define
1591         TESTS_ENVIRONMENT, so that individual tests can augment it.
1592
1593         * gnulib-tool (func_create_testdir): Use an intermediate target for
1594         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
1595         macros, like $(ALLOCA_H), which cannot be passed through the command
1596         line.
1597
1598 2005-10-15  Simon Josefsson  <jas@extundo.com>
1599
1600         * modules/rijndael-tests: New file.
1601
1602         * modules/rijndael: New file.
1603
1604 2005-10-14  Simon Josefsson  <jas@extundo.com>
1605
1606         * tests/test-arcfour.c: New file.
1607
1608         * modules/arcfour, modules/arcfour-tests: New files.
1609
1610 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
1611
1612         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
1613
1614 2005-10-13  Simon Josefsson  <jas@extundo.com>
1615
1616         * modules/gc-hmac-md5-tests: New file.
1617
1618         * tests/test-gc-hmac-sha1.c: New file.
1619
1620         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
1621
1622         * modules/gc-hmac-md5-tests: New file.
1623
1624         * tests/test-gc-md5.c: New file.
1625
1626         * modules/gc-md5-tests: New file.
1627
1628 2005-10-12  Simon Josefsson  <jas@extundo.com>
1629
1630         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
1631
1632         * tests/test-gc-pbkdf2-sha1.c: New file.
1633
1634 2005-10-12  Simon Josefsson  <jas@extundo.com>
1635
1636         * modules/gc-sha1: New file.
1637
1638 2005-10-12  Simon Josefsson  <jas@extundo.com>
1639
1640         * tests/test-hmac-sha1.c: New file.
1641
1642         * modules/hmac-sha1-tests: New file.
1643
1644         * modules/hmac-sha1: New file.
1645
1646 2005-10-12  Simon Josefsson  <jas@extundo.com>
1647
1648         * modules/gc-md5, modules/gc-hmac-md5: New files.
1649
1650         * modules/gc (Files): Remove md5, memxor and hmac files.
1651
1652 2005-10-11  Bruno Haible  <bruno@clisp.org>
1653
1654         * modules/c-strcasestr: New file.
1655         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
1656
1657 2005-10-11  Bruno Haible  <bruno@clisp.org>
1658
1659         * modules/c-strcase: New file.
1660         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
1661
1662 2005-10-11  Simon Josefsson  <jas@extundo.com>
1663
1664         * tests/test-crc.c: New file.
1665
1666         * modules/crc, modules/crc-tests: New files.
1667
1668 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
1669
1670         * modules/mempcpy (License): GPL -> LGPL.
1671         * modules/strchrnul (License): Likewise.
1672         * modules/sysexits (License): Likewise.
1673
1674 2005-10-06  Simon Josefsson  <jas@extundo.com>
1675
1676         * tests/test-hmac-md5.c: New file.
1677
1678         * modules/hmac-md5-tests: New file.
1679
1680         * modules/hmac-md5: New file.
1681
1682 2005-10-05  Bruno Haible  <bruno@clisp.org>
1683
1684         * modules/stdint (License): Change to LGPL.
1685
1686 2005-10-05  Simon Josefsson  <jas@extundo.com>
1687
1688         * modules/memxor: New file.
1689
1690         * modules/iconv (Files): Move config.rpath to havelib, it is used
1691         there.
1692
1693         * modules/havelib (Files): Add config.rpath.
1694
1695 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1696
1697         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
1698         From Ben Pfaff.
1699
1700         * modules/exclude (Depends-on): Depend on verify.
1701         * modules/strtoimax (Depends-on): Likewise.
1702         * modules/utimecmp (Depends-on): Likewise.
1703
1704 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
1705
1706         * modules/regex (Depends-on): Add strcase.
1707
1708         * modules/gethostname (Licence): Change from GPL to LGPL, since
1709         gethostname.c is a trivial implementation of a standard library
1710         function.
1711         * modules/poll (License): Change from GPL to LGPL, since it's
1712         derived from LGPL code.
1713
1714 2005-09-26  Bruno Haible  <bruno@clisp.org>
1715
1716         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
1717         is necessary.
1718         (lib_SOURCES): Remove mbchar.c.
1719         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
1720         (Files): Add m4/mbrtowc.m4.
1721         * modules/mbiter: Likewise.
1722         * modules/mbuiter: Likewise.
1723
1724 2005-09-25  Jim Meyering  <jim@meyering.net>
1725
1726         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
1727         also uses socklen_t.
1728
1729 2005-09-23  Jim Meyering  <jim@meyering.net>
1730
1731         * modules/getaddrinfo (Depends-on): Add socklen.
1732
1733 2005-09-23  Bruno Haible  <bruno@clisp.org>
1734
1735         * tests/test-verify.c: New file.
1736
1737 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1738
1739         Sync from coreutils.
1740
1741         * modules/argmatch (Depends-on): Add verify.
1742         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
1743         unistd-safer.
1744         * modules/save-cwd (Depends-on): Likewise.
1745
1746         * modules/openat (Files): Add lib/openat-die.c.
1747         (Depends-on): Remove error, exitfail.
1748         Add dirname.
1749
1750         * modules/verify: New file.
1751         * MODULES.html.sh (Diagnostics <assert.h>): New section,
1752         with "verify" module.
1753
1754 2005-09-20  Bruno Haible  <bruno@clisp.org>
1755
1756         * gnulib-tool: Remove trailing slashes from the values specified for
1757         --source-base, --m4-base, --tests-base, --aux-dir.
1758         Suggested by Simon Josefsson <jas@extundo.com>.
1759
1760 2005-09-20  Bruno Haible  <bruno@clisp.org>
1761
1762         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
1763         func_modules_to_filelist, func_import, func_create_testdir): Make all
1764         sorting results locale-independent, so that gnulib-cache.m4 doesn't
1765         change when gnulib-tool is invoked in a different locale.
1766
1767 2005-09-19  Bruno Haible  <bruno@clisp.org>
1768
1769         * gnulib-tool (import): Provide default for --tests-base.
1770
1771 2005-09-19  Jim Meyering  <jim@meyering.net>
1772
1773         * modules/pathmax (License): Change to LGPL.
1774
1775 2005-09-18  Bruno Haible  <bruno@clisp.org>
1776
1777         * gnulib-tool: Support --with-tests also with --import.
1778         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
1779         (func_import): Use variables $testsbase and $inctests. Emit a
1780         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
1781         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
1782         SUBDIRS += $testsdir.
1783         (func_create_testdir): Update.
1784
1785 2005-09-18  Bruno Haible  <bruno@clisp.org>
1786
1787         * gnulib-tool (func_import): Comment out code that spits out the
1788         new files with --dry-run.
1789
1790 2005-09-18  Bruno Haible  <bruno@clisp.org>
1791
1792         Portability fix.
1793         * gnulib-tool (func_readlink): New function.
1794         (func_ln_if_changed): Use it.
1795
1796 2005-09-18  Bruno Haible  <bruno@clisp.org>
1797
1798         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
1799         instead of $dry_run.
1800         (func_cp_if_changed, func_mv_if_changed): Remove functions.
1801         (func_ln_if_changed): Don't handle dry-run here.
1802         (func_import): In dry-run mode, detect more precisely which actions
1803         would be performed, and don't use "...ing" verbs.
1804
1805 2005-09-18  Bruno Haible  <bruno@clisp.org>
1806
1807         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
1808         (func_import): Use join on two temporary files instead of three nested
1809         loops, in order to determine which files are new or old.
1810
1811 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
1812
1813         * MODULES.html.sh (File system functions): Add stat-time.
1814         * modules/stat-time: New file.
1815         * modules/timespec (Files): Remove m4/st_mtim.m4; this
1816         is now done in a different way, by the stat-time module.
1817         * modules/utimecmp (Depends-on): Add stat-time.
1818
1819 2005-09-12  Derek Price  <derek@ximbiot.com>
1820
1821         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
1822         LGPL.
1823         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
1824
1825 2005-09-12  Derek Price  <derek@ximbiot.com>
1826             Paul Eggert  <eggert@cs.ucla.edu>
1827
1828         * modules/glob (Files): Add glob-libc.h.
1829
1830 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1831
1832         * modules/utimens (Files): Add m4/utimbuf.m4, since
1833         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
1834         Reported by Sergey Poznyakoff.
1835
1836 2005-09-08  Simon Josefsson  <jas@extundo.com>
1837
1838         * modules/socklen: New file.
1839
1840 2005-09-05  Bruno Haible  <bruno@clisp.org>
1841
1842         * gnulib-tool (func_import): Fix comparison in handling of symbolic
1843         links.
1844
1845 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
1846
1847         * modules/size_max (Makefile.am): Add size_max.h
1848
1849 2005-09-04  Derek Price  <derek@ximbiot.com>
1850
1851         * gnulib-tool (func_import): Fix reversed $symbolic logic.
1852
1853 2005-09-03  Simon Josefsson  <jas@extundo.com>
1854
1855         * gnulib-tool: Fix typo.
1856
1857 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
1858
1859         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
1860         m4/ulonglong.m4.  Problem reported by Martin Lambers.
1861
1862 2005-09-02  Bruno Haible  <bruno@clisp.org>
1863
1864         * gnulib-tool (import): In the other first-use case, provide defaults
1865         as well.
1866
1867 2005-09-02  Simon Josefsson  <jas@extundo.com>
1868
1869         * modules/havelib: New module.
1870
1871         * modules/gettext, modules/iconv, modules/lock, modules/readline:
1872         Use havelib.
1873
1874 2005-08-31  Simon Josefsson  <jas@extundo.com>
1875
1876         * modules/socklen: New file.
1877
1878 2005-09-01  Bruno Haible  <bruno@clisp.org>
1879
1880         * gnulib-tool (func_import): Fix handling of symbolic links.
1881
1882 2005-09-01  Bruno Haible  <bruno@clisp.org>
1883
1884         * gnulib-tool (import): In the first-use case, provide defaults.
1885
1886 2005-09-01  Bruno Haible  <bruno@clisp.org>
1887
1888         * gnulib-tool (func_import): Remove the .tmp files.
1889
1890 2005-08-30  Bruno Haible  <bruno@clisp.org>
1891
1892         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
1893         Create directories that shall be filled.
1894         (import): Don't look for gl_* macros in configure.ac. Recurse across
1895         all directories containing a gnulib-cache.m4 files, if meaningful.
1896
1897 2005-08-30  Bruno Haible  <bruno@clisp.org>
1898
1899         Avoid unnecessary diffs in the generated lib/Makefile.am.
1900         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
1901         the generated files.
1902         (func_import): Don't set cmd.
1903
1904 2005-08-30  Bruno Haible  <bruno@clisp.org>
1905
1906         * gnulib-tool (func_import): Read the previous cached settings
1907         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
1908         earlier added by gnulib but are now dropped. Warn when a gnulib file
1909         overwrites a non-gnulib file.
1910
1911 2005-08-28  Bruno Haible  <bruno@clisp.org>
1912
1913         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
1914         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
1915         projects that don't keep autogenerated files in CVS. Put into
1916         actioncmd only the specified modules, not the transitive closure.
1917
1918 2005-08-28  Bruno Haible  <bruno@clisp.org>
1919
1920         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
1921         always instantiating them.
1922
1923 2005-08-28  Bruno Haible  <bruno@clisp.org>
1924
1925         * gnulib-tool (import): Rename most ac_* variables to cached_*.
1926         Also use new variables cached_lgpl, cached_libtool.
1927
1928 2005-08-28  Bruno Haible  <bruno@clisp.org>
1929
1930         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
1931         declaration macro definitions from generated gnulib.m4.
1932
1933 2005-08-28  Bruno Haible  <bruno@clisp.org>
1934
1935         * gnulib-tool: New option --macro-prefix.
1936         (func_import): Use macro_prefix.
1937         (import): Handle option --macro-prefix.
1938
1939 2005-08-28  Bruno Haible  <bruno@clisp.org>
1940
1941         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
1942         (import): Set seen_libtool when we see gl_LIBTOOL.
1943
1944 2005-08-31  Jim Meyering  <jim@meyering.net>
1945
1946         * check-module: Add a FIXME comment.
1947
1948 2005-08-31  Eric Blake  <ebb9@byu.net>
1949
1950         * modules/unistd-safer (Files): Add unistd--.h.
1951         * modules/stdio-safer (Files): Add stdio--.h.
1952
1953 2005-08-28  Bruno Haible  <bruno@clisp.org>
1954
1955         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
1956
1957 2005-08-28  Bruno Haible  <bruno@clisp.org>
1958
1959         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
1960         Emit more advice.
1961
1962 2005-08-28  Bruno Haible  <bruno@clisp.org>
1963
1964         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
1965         that it works when the directory contains spaces.
1966
1967 2005-07-11  Bruno Haible  <bruno@clisp.org>
1968         and Stepan Kasal  <kasal@ucw.cz>
1969
1970         * check-module: If more parameters are given, check each of them
1971         separately; add more exceptions, as noted by Jim Meyering.
1972         (check_module): New procedure.
1973         (%exempt_header): Now contains all exceptions.
1974
1975 2005-07-30  Ben Pfaff  <blp@cs.stanford.edu>
1976
1977         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
1978
1979 2005-08-27  Jim Meyering  <jim@meyering.net>
1980
1981         * modules/unistd-safer (Files): Add pipe-safer.c.
1982         * modules/fcntl-safer (Files): Add creat-safer.c.
1983
1984 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1985
1986         * modules/regex (Depends-on): Add malloc, since the code
1987         assumes that !malloc(0) means failure.
1988
1989 2005-08-24  Bruno Haible  <bruno@clisp.org>
1990
1991         * modules/tls-tests: New file.
1992         * tests/test-tls.c: New file, from GNU gettext.
1993
1994 2005-08-24  Bruno Haible  <bruno@clisp.org>
1995
1996         * modules/lock-tests: New file.
1997         * tests/test-lock.c: New file, from GNU gettext.
1998
1999 2005-08-24  Bruno Haible  <bruno@clisp.org>
2000
2001         Support for unit test modules.
2002         * modules/README: Mention tests modules.
2003         * modules/TEMPLATE-TESTS: New file.
2004         * gnulib-tool: New options --extract-tests-module, --with-tests and
2005         --tests-base (unused for the moment).
2006         (testsbase, inctests): New variables.
2007         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
2008         (func_verify_module): Exclude TEMPLATE-TESTS.
2009         (func_verify_nontests_module, func_verify_tests_module): New functions.
2010         (func_get_dependencies): Add implicit dependency for tests modules.
2011         (func_get_tests_module): New function.
2012         (func_modules_transitive_closure): When --with-tests was specified,
2013         include the unit tests as well, unless explicitly avoided.
2014         (func_emit_lib_Makefile_am): Ignore the tests modules here.
2015         (func_emit_tests_Makefile_am): New function.
2016         (func_create_testdir): When --with-tests was specified, emit a
2017         tests/ directory.
2018         * MODULES.html.sh (Future developments): Update.
2019
2020 2005-08-24  Bruno Haible  <bruno@clisp.org>
2021
2022         * gnulib-tool (func_version): Update.
2023
2024 2005-08-24  Bruno Haible  <bruno@clisp.org>
2025
2026         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
2027         option --force, because --force causes the aclocal.m4 of each
2028         subdirectory to be newer than the corresponding config.h.in.
2029
2030 2005-08-24  Bruno Haible  <bruno@clisp.org>
2031
2032         * gnulib-tool: Add support for the --aux-dir option to
2033         --create-testdir, --create-megatestdir, --test, --megatest.
2034         (func_create_testdir, func_create_megatestdir): Optionally emit a
2035         AC_CONFIG_AUX_DIR directive.
2036         (create-testdir, create-megatestdir, test, megatest): Provide a
2037         default value for $auxdir.
2038
2039 2005-08-24  Bruno Haible  <bruno@clisp.org>
2040
2041         * gnulib-tool (import): Use compound statement instead of subshell
2042         where possible.
2043
2044 2005-08-24  Bruno Haible  <bruno@clisp.org>
2045
2046         * gnulib-tool (import): Change --aux-dir default to "build-aux".
2047
2048 2005-08-24  Bruno Haible  <bruno@clisp.org>
2049
2050         * gnulib-tool (func_import, func_create_testdir,
2051         func_create_megatestdir): Quote all autoconf macro arguments.
2052
2053 2005-08-24  Jim Meyering  <jim@meyering.net>
2054
2055         * modules/fcntl-safer: New module.
2056         * modules/fts (Depends-on): Add fcntl-safer.
2057         * MODULES.html.sh (File descriptor based Input/Output):
2058         Add fcntl-safer.
2059
2060 2005-08-24  Simon Josefsson  <jas@extundo.com>
2061
2062         * tests/test-getpass.c: New file.
2063
2064 2005-08-24  Jim Meyering  <jim@meyering.net>
2065
2066         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
2067         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
2068
2069 2005-08-17  Bruno Haible  <bruno@clisp.org>
2070
2071         * modules/strcasestr: New file.
2072         * MODULES.html.sh (String handling, based on ANSI C 89): Add
2073         strcasestr.
2074
2075 2005-08-17  Bruno Haible  <bruno@clisp.org>
2076
2077         * modules/strstr (Files): Add m4/mbrtowc.m4.
2078         (Depends-on): Add mbuiter.
2079
2080 2005-08-17  Bruno Haible  <bruno@clisp.org>
2081
2082         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
2083
2084 2005-08-17  Bruno Haible  <bruno@clisp.org>
2085
2086         * modules/mbuiter: New file.
2087         * MODULES.html.sh (Extended multibyte and wide character utilities):
2088         Add mbuiter.
2089
2090 2005-08-16  Bruno Haible  <bruno@clisp.org>
2091
2092         * modules/strcase (Files): Add m4/mbrtowc.m4.
2093         (Depends-on): Add strnlen1, mbchar.
2094
2095 2005-08-16  Bruno Haible  <bruno@clisp.org>
2096
2097         * modules/strnlen1: New file.
2098         * MODULES.html.sh (String handling): Add strnlen1.
2099
2100 2005-08-16  Bruno Haible  <bruno@clisp.org>
2101
2102         * modules/mbfile: New file.
2103         * MODULES.html.sh (Extended multibyte and wide character utilities):
2104         Add mbfile.
2105
2106 2005-08-16  Bruno Haible  <bruno@clisp.org>
2107
2108         * modules/mbiter: New file.
2109         * MODULES.html.sh (Extended multibyte and wide character utilities):
2110         Add mbiter.
2111
2112 2005-08-16  Bruno Haible  <bruno@clisp.org>
2113
2114         * modules/mbchar: New file.
2115         * MODULES.html.sh (Extended multibyte and wide character utilities):
2116         New section.
2117
2118 2005-08-16  Bruno Haible  <bruno@clisp.org>
2119
2120         * modules/tls: New file.
2121         * MODULES.html.sh (Multithreading): Add tls.
2122
2123 2005-08-15  Simon Josefsson  <jas@extundo.com>
2124
2125         * modules/ssize_t (License): Change to 'unlimited'.
2126
2127         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
2128
2129 2005-08-12  Simon Josefsson  <jas@extundo.com>
2130
2131         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2132         ssize_t.
2133
2134 2005-08-12  Simon Josefsson  <jas@extundo.com>
2135
2136         * modules/getndelim2: Use ssize_t module.
2137         * modules/getnline: Likewise.
2138         * modules/safe-read: Likewise.
2139         * modules/xreadlink: Likewise.
2140
2141         * modules/ssize_t: New file.
2142
2143 2005-08-12  Simon Josefsson  <jas@extundo.com>
2144
2145         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
2146         readline, getdelim and check_version.
2147         (Support for systems lacking ISO C 99: Sizes of integer types):
2148         Add size_max.
2149
2150 2005-08-11  Simon Josefsson  <jas@extundo.com>
2151
2152         * modules/readline: New file.
2153
2154         * modules/strnlen (Files): Add strnlen.h.
2155
2156 2005-08-10  Simon Josefsson  <jas@extundo.com>
2157
2158         * tests/test-iconvme.c: New file.
2159
2160 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
2161
2162         * README: Typos.
2163
2164 2005-08-02  Simon Josefsson  <jas@extundo.com>
2165
2166         * modules/getdelim: New file.
2167
2168         * modules/getline: Rewrite, don't use getndelim2.
2169
2170 2005-07-16  Simon Josefsson  <jas@extundo.com>
2171
2172         * modules/readline: New file.
2173
2174 2005-07-24  Bruno Haible  <bruno@clisp.org>
2175
2176         * modules/visibility: New file.
2177         * MODULES.html.sh (Misc): Add visibility.
2178
2179 2005-07-22  Bruno Haible  <bruno@clisp.org>
2180
2181         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
2182         $(ALLOCA_H), redundant through BUILT_SOURCES.
2183         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
2184         redundant through BUILT_SOURCES.
2185         * modules/byteswap (Makefile.am): Remove explicit dependency on
2186         $(BYTESWAP_H), redundant through BUILT_SOURCES.
2187         * modules/fnmatch (Makefile.am): Remove explicit dependency on
2188         $(FNMATCH_H), redundant through BUILT_SOURCES.
2189         * modules/getopt (Makefile.am): Remove explicit dependency on
2190         $(GETOPT_H), redundant through BUILT_SOURCES.
2191         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
2192         redundant through BUILT_SOURCES.
2193         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
2194         redundant through BUILT_SOURCES.
2195         * modules/stdbool (Makefile.am): Remove explicit dependency on
2196         $(STDBOOL_H), redundant through BUILT_SOURCES.
2197         * modules/stdint (Makefile.am): Remove explicit dependency on
2198         $(STDINT_H), redundant through BUILT_SOURCES.
2199         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
2200         Remove explicit dependency on $(SYSEXITS_H).
2201         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
2202
2203 2005-07-18  Bruno Haible  <bruno@clisp.org>
2204
2205         * modules/lock: New file.
2206         * MODULES.html.sh (Multithreading): New section.
2207
2208 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
2209
2210         * modules/xalloc (Depends-on): Add xalloc-die.
2211         * modules/xvasprintf (Depends-on): Add xalloc-die.
2212
2213 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
2214
2215         * modules/argp (Depends-on): Remove unlocked-io.
2216
2217 2005-07-11  Simon Josefsson  <jas@extundo.com>
2218
2219         * modules/size_max: New file.
2220
2221         * modules/xsize: Depend on size_max module for size_max.m4.
2222
2223 2005-07-09  Bruno Haible  <bruno@clisp.org>
2224
2225         * gnulib-tool (func_usage): Document option --avoid.
2226         (Command line options): Handle --avoid.
2227         (func_acceptable): New function.
2228         (func_modules_transitive_closure): Use it.
2229
2230 2005-07-11  Bruno Haible  <bruno@clisp.org>
2231
2232         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
2233         Reported by Jim Meyering.
2234
2235 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
2236
2237         * modules/argp (Depends-on): Add unlocked-io
2238
2239 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
2240
2241         * modules/regex (Files): Add lib/regex_internal.c,
2242         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
2243         (Depends-on): Add extensions.
2244         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
2245
2246 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
2247
2248         Support programs like Emacs that use gnulib but not gettext.
2249         * MODULES.html.sh (Internationalization functions): Add gettext-h.
2250         * modules/gettext-h: New file.
2251         * modules/gettext (Files): Remove lib/gettext.h.
2252         (Depends-on): Add gettext-h.
2253         (Makefile.am): Remove lib_SOURCES.
2254         * modules/argmatch, modules/c-stack, modules/closeout:
2255         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
2256         * modules/execute, modules/file-type, modules/getaddrinfo:
2257         * modules/getopt, modules/human, modules/javacomp:
2258         * modules/javaexec, modules/mkdir-p, modules/obstack:
2259         * modules/openat, modules/pagealign_alloc, modules/pipe:
2260         * modules/quotearg, modules/regex, modules/rpmatch:
2261         * modules/unicodeio, modules/userspec, modules/version-etc:
2262         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
2263         * modules/xsetenv:
2264         Depend on gettext-h, not gettext.
2265
2266 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
2267
2268         * gnulib-tool (func_import): Add support for 'public domain' license.
2269         * modules/alloca, modules/atexit, modules/memmove:
2270         Now public domain, not GPL.
2271         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
2272         * modules/realloc, modules/strerror, modules/strtod:
2273         Now LGPL, not GPL.
2274
2275 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
2276
2277         Remove the dependency of the strftime module on the tzset module.
2278         * modules/strftime (Depends-on): Remove dependency on tzset.
2279
2280 2005-06-28  Jim Meyering  <jim@meyering.net>
2281
2282         * check-module (find_included_lib_files): Hard-code another
2283         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
2284         but modules/fts-lgpl (correctly) does not list those files.
2285
2286         * modules/canonicalize (Files): Add lib/pathmax.h.
2287
2288 2005-06-28  Simon Josefsson  <jas@extundo.com>
2289
2290         * modules/check-version (Files): Add check-version.m4.
2291
2292 2005-06-25  Simon Josefsson  <jas@extundo.com>
2293
2294         * modules/check-version: New file.
2295
2296 2005-06-24  Derek Price  <derek@ximbiot.com>
2297         and Bruno Haible  <bruno@clisp.org>
2298
2299         Remove stat module & update lstat.
2300         * MODULES.html.sh (stat): Remove.
2301         * MODULES.html: Regenerated.
2302         * modules/lstat (Description): Correct function name.
2303         (Files): Add "lstat.h".
2304         (Depends-on): Remove stat, add xalloc, stat-macros.
2305         * modules/stat: Remove this file.
2306         (Include): Add "lstat.h", remove <sys/stat.h>.
2307
2308 2005-06-08  Bruno Haible  <bruno@clisp.org>
2309
2310         * modules/csharpcomp: New file.
2311         * MODULES.html.sh (C#): Add csharpcomp.
2312
2313 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
2314
2315         Sync from coreutils.
2316         Use "file name" when talking about file names, instead of "filename"
2317         or "path", as per the GNU coding standards.
2318         * MODULES.html.sh: mkdir-p renamed from makepath.
2319         filenamecat renamed from path-concat.
2320         * modules/filenamecat: Renamed from modules/path-concat.
2321         (Files): filenamecat.h and filenamecat.c renamed from
2322         path-concat.h and path-concat.c.
2323         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
2324         (Include): filenamecat.h, not path-concat.h.
2325         * modules/mkdir-p: Renamed from modules/makepath.
2326         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and makepath.c.
2327         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
2328         (Include): mkdir-p.h, not makepath.h.
2329
2330 2005-06-01  Bruno Haible  <bruno@clisp.org>
2331
2332         * modules/csharpexec: New file.
2333         * MODULES.html.sh (C#): New section.
2334
2335 2005-05-29  Derek Price  <derek@ximbiot.com>
2336
2337         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
2338         * modules/glob: New file.
2339         * modules/getlogin_r: Add link to POSIX spec in description.
2340
2341 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2342
2343         * modules/fts (Files): Remove m4/inttypes-pri.m4.
2344         * modules/fts-lgpl (Depends-on): Remove gettext.
2345
2346 2005-05-25  Derek Price  <derek@ximbiot.com>
2347
2348         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
2349
2350 2005-05-25  Derek Price  <derek@ximbiot.com>
2351             Paul Eggert  <eggert@cs.ucla.edu>
2352
2353         * modules/getlogin_r: New files.
2354
2355 2005-05-21  Jim Meyering  <jim@meyering.net>
2356
2357         * modules/fts (Files): Add m4/inttypes-pri.m4.
2358         (Depends-on): Add lstat and remove gettext.  Alphabetize.
2359
2360 2005-05-18  Derek Price  <derek@ximbiot.com>
2361
2362         * modules/minmax (Files): Add m4/minmax.m4.
2363         (configure.ac): Add gl_MINMAX.
2364
2365 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2366
2367         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
2368
2369 2005-05-18  Jim Meyering  <jim@meyering.net>
2370
2371         * modules/dirfd (License): Change to LGPL.  Most of the code
2372         is already in the public domain.
2373
2374 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2375
2376         * config/srclist-update: Spell out "Street" in FSF postal
2377         mail address; this is the style the FSF seems to prefer.
2378
2379         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
2380         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
2381         this updates FSF postal mail address.
2382
2383         Sync from coreutils.
2384         * modules/unlinkdir: New file.
2385         * modules/yesno (Depends-on): Add getline.
2386         * MODULES.html.sh (File system functions): Add unlinkdir.
2387
2388 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2389
2390         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
2391         tests/test-memmem.c, tests/test-stpncpy.c:
2392         Update FSF postal mail address.
2393
2394 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
2395
2396         * gnulib-tool (func_import): Sort and uniquify recommended includes.
2397
2398 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2399
2400         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
2401
2402 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
2403
2404         * modules/time_r (License): Change to LGPL.
2405         * modules/extensions (License): Change to LGPL.  Actually,
2406         the license is more permissive than that, but currently gnulib-tool
2407         doesn't know how to handle more-permissive licenses.
2408
2409         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
2410         Problem reported by Dave Love.
2411
2412 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2413             Bruno Haible  <bruno@clisp.org>
2414
2415         * modules/inet_ntop: New file.
2416         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2417         inet_ntop.
2418
2419 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
2420
2421         * modules/argmatch (Depends-on): Add stdbool.
2422         * modules/backupfile (Depends-on): Likewise.
2423         * modules/chdir-long (Depends-on): Likewise.
2424         * modules/closeout (Depends-on): Likewise.
2425         * modules/cycle-check (Depends-on): Likewise.
2426         * modules/dirname (Depends-on): Likewise.
2427         * modules/fnmatch (Depends-on): Likewise.
2428         * modules/fsusage (Depends-on): Likewise.
2429         * modules/fwriteerror (Depends-on): Likewise.
2430         * modules/getcwd (Depends-on): Likewise.
2431         * modules/getloadavg (Depends-on): Likewise.
2432         * modules/hard-locale (Depends-on): Likewise.
2433         * modules/makepath (Depends-on): Likewise.
2434         * modules/mountlist (Depends-on): Likewise.
2435         * modules/nanosleep (Depends-on): Likewise.
2436         * modules/posixtm (Depends-on): Likewise.
2437         * modules/quotearg (Depends-on): Likewise.
2438         * modules/readtokens (Depends-on): Likewise.
2439         * modules/readtokens0 (Depends-on): Likewise.
2440         * modules/readutmp (Depends-on): Likewise.
2441         * modules/save-cwd (Depends-on): Likewise.
2442         * modules/strftime (Depends-on): Likewise.
2443         * modules/userspec (Depends-on): Likewise.
2444         * modules/utimecmp (Depends-on): Likewise.
2445         * modules/xgetcwd (Depends-on): Likewise.
2446         * modules/xnanosleep (Depends-on): Likewise.
2447         * modules/xstrtod (Depends-on): Likewise.
2448         * modules/yesno (Depends-on): Likewise.
2449
2450 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2451
2452         * modules/getloadavg (Depends-on): Add unistd-safer.
2453         * modules/getusershell (Depends-on): Add stdio-safer.
2454         * modules/lstat (Depends-on): Remove xalloc.
2455         * modules/mkstemp (Depends-on): Add stat-macros.
2456         * modules/modechange (Depends-on): Remove xstrtol.
2457         Add stat-macros, xalloc.
2458         * modules/save-cwd (Depends-on): Add unistd-safer.
2459         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
2460         * modules/unistd-safer (Files): Add lib/fd-safer.c
2461         (Makefile.am): Remove lib_SOURCES.
2462
2463         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
2464         Remove fcntl-safer; unistd-safer supersedes it.
2465
2466 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
2467
2468         * modules/getcwd (Depends-on): Add extensions.
2469         * modules/openat (Depends-on): Likewise.
2470
2471 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2472
2473         * MODULES.html.sh (Misc): Add byteswap.
2474
2475 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
2476
2477         * modules/byteswap: New file.
2478
2479 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
2480
2481         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
2482         (func_ln_if_changed) Remove forcibly for no error message
2483         in case file does not exist.
2484
2485 2005-04-19  Simon Josefsson  <jas@extundo.com>
2486
2487         * gnulib-tool (Options): Make --symlink mean --symbolic.
2488
2489 2005-03-14  Simon Josefsson  <jas@extundo.com>
2490
2491         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
2492
2493 2005-04-15  Simon Josefsson  <jas@extundo.com>
2494
2495         * gnulib-tool: Rename --symlink to --symbolic.
2496
2497 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
2498
2499         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
2500         symbolic links to files instead of copying/moving.  Add --aux-dir,
2501         specifying directory relative --dir where auxiliary build tools
2502         are placed.
2503
2504 2005-04-14  Bruno Haible  <bruno@clisp.org>
2505
2506         * modules/allocsa (License): Change to LGPL.
2507         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2508
2509 2005-03-26  Jim Meyering  <jim@meyering.net>
2510
2511         * modules/check-include-files: Move to ../ and rename to...
2512         * check-module: ...this.
2513
2514 2005-03-25  Jim Meyering  <jim@meyering.net>
2515
2516         * modules/xvasprintf (Files): Add xalloc.h.
2517
2518 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
2519
2520         * modules/gettext (Files): config/config.rpath -> build-aux/config.rpath
2521         * modules/iconv (Files): Likewise.
2522         Problem reported by Oskar Liljeblad.
2523
2524 2005-03-23  Jim Meyering  <jim@meyering.net>
2525
2526         * modules/check-include-files: New script to check for
2527         missing dependencies, multiple includes, etc.
2528
2529         * modules/c-strtold (Depends-on): Add xalloc.
2530         * modules/c-strtod (Depends-on): Add xalloc.
2531         * modules/hash (Depends-on): Add xalloc.
2532         (Files): Remove lib/xalloc.h.
2533
2534         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
2535         * modules/userspec (Files): Add lib/inttostr.h.
2536
2537 2005-03-22  Jim Meyering  <jim@meyering.net>
2538
2539         * modules/stat-macros: New module.
2540         * modules/canonicalize, modules/euidaccess, modules/file-type,
2541         * modules/filemode, modules/lchown, modules/makepath,
2542         * modules/rmdir, modules/stat: Depend on new stat-macros module
2543         rather than listing lib/stat-macros.h manually.
2544         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
2545
2546 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
2547
2548         * modules/chdir-long (Depends-on): Add mempcpy.
2549
2550         * modules/acl, modules/backupfile, modules/c-strtod,
2551         modules/c-strtold, modules/canon-host, modules/canonicalize,
2552         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
2553         modules/exclude, modules/exitfail, modules/file-type,
2554         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
2555         modules/getdate, modules/getline, modules/getpagesize,
2556         modules/getpass, modules/getugroups, modules/group-member,
2557         modules/hard-locale, modules/hash, modules/human, modules/idcache,
2558         modules/inttostr, modules/long-options, modules/makepath,
2559         modules/md5, modules/memcasecmp, modules/memcoll,
2560         modules/modechange, modules/mountlist, modules/path-concat,
2561         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
2562         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
2563         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
2564         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
2565         modules/strftime, modules/strndup, modules/strverscmp,
2566         modules/timespec, modules/unlocked-io, modules/userspec,
2567         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
2568         modules/yesno:
2569         Remove lib_SOURCES line from Makefile.am section, as this is now
2570         done automatically by the corresponding Autoconf macro.
2571
2572 2005-03-16  Bruno Haible  <bruno@clisp.org>
2573
2574         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
2575         HAVE_LONGLONG_64BIT.
2576
2577 2005-03-04  Derek R. Price  <derek@ximbiot.com>
2578
2579         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
2580         (func_import): Only replace files via --import when they have actually
2581         changed.
2582
2583 2005-03-03  Derek R. Price  <derek@ximbiot.com>
2584             Bruno Haible  <bruno@clisp.org>
2585
2586         * modules/pagealign_alloc: New file.
2587         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
2588
2589 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2590
2591         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
2592         Reported by Derek Price.
2593         (Include): Add "timespec.h".
2594
2595         * modules/xnanosleep (Depends-on): Remove gethrxtime.
2596
2597 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
2598
2599         * modules/gethrxtime: New file.
2600         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
2601         (Depends-on): Add gethrxtime.
2602         (configure.ac): Add gl_XNANOSLEEP.
2603         (Makefile.am): Remove lib_SOURCES line.
2604
2605 2005-02-24  Bruno Haible  <bruno@clisp.org>
2606
2607         * modules/gettext (Files): Add m4/glibc2.m4.
2608
2609 2005-02-22  Simon Josefsson  <jas@extundo.com>
2610
2611         * modules/iconvme: New file.
2612
2613         * MODULES.html.sh: Add iconvme.
2614
2615 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2616
2617         * modules/chdir-long (Depends-on): Add memrchr.
2618         * modules/memrchr (Files): Add lib/memrchr.h.
2619         (Include): "memrchr.h".
2620
2621 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2622
2623         Sync from coreutils.
2624         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
2625         (Depends-on): Add c-strtod.
2626         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
2627
2628 2005-01-28  Bruno Haible  <bruno@clisp.org>
2629
2630         * modules/javacomp: New file.
2631         * MODULES.html.sh (Java): Add javacomp.
2632
2633 2005-01-26  Bruno Haible  <bruno@clisp.org>
2634
2635         * modules/javaexec: New file.
2636         * MODULES.html.sh (Java): Add javaexec.
2637
2638 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2639
2640         * modules/lchown (Depends-on): Remove lchown.h
2641
2642 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
2643
2644         * modules/chdir-long (Depends-on): Remove mempcpy.
2645
2646 2005-01-21  Bruno Haible  <bruno@clisp.org>
2647
2648         * modules/classpath: New file.
2649         * MODULES.html.sh (Java): Add classpath.
2650
2651 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2652
2653         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
2654
2655 2005-01-20  Simon Josefsson  <jas@extundo.com>
2656
2657         * modules/version-etc-fsf: New file.
2658
2659 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2660
2661         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
2662         AC_LIBSOURCES now does this.
2663         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
2664         with new ullong_max module.
2665
2666 2005-01-19  Bruno Haible  <bruno@clisp.org>
2667
2668         * modules/sh-quote: New file.
2669         * MODULES.html.sh (Executing programs): Add sh-quote.
2670
2671 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2672
2673         * modules/ullong_max: New file.
2674
2675         * modules/chdir-long, modules/openat: New files.
2676         * modules/save-cwd (Depends-on): Depend on chdir-long.
2677         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
2678
2679 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2680
2681         * modules/argp: Depend on vsnprintf
2682
2683 2005-01-10  Jim Meyering  <jim@meyering.net>
2684
2685         * modules/closeout (Depends-on): Add atexit.
2686
2687 2005-01-01  Simon Josefsson  <jas@extundo.com>
2688
2689         * gnulib-tool: Print #include directives when --import'ing.
2690
2691 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2692
2693         * modules/error (Depends-on): Remove gettext.
2694
2695 2004-12-28  Simon Josefsson  <jas@extundo.com>
2696
2697         * tests/test-base64.c: Include required header files.  Remove
2698         unused variables.
2699
2700 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2701
2702         * modules/getdate (Depends-on): Remove alloca-opt.
2703
2704 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2705
2706         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
2707         (2004-10-24) change.  Apparently this was a false alarm.
2708
2709         * modules/getdate: Depend on alloca-opt, not alloca.
2710
2711 2004-12-18  Simon Josefsson  <jas@extundo.com>
2712
2713         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
2714
2715 2004-12-16  Simon Josefsson  <jas@extundo.com>
2716
2717         * tests/test-base64.c: Add license.
2718
2719 2004-12-15  Stepan Kasal  <address@hidden>
2720
2721         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
2722
2723 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2724
2725         * modules/getcwd (Files): Add m4/d-ino.m4.
2726         Suggested by Mark D. Baushke.
2727
2728 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2729
2730         * modules/hard-locale (Depends-on): Add strdup.
2731
2732 2004-12-04  Simon Josefsson  <jas@extundo.com>
2733
2734         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
2735         Vandoorselaere <yoann@prelude-ids.org>.
2736
2737 2004-11-30  Simon Josefsson  <jas@extundo.com>
2738
2739         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
2740         base64.
2741
2742         * tests/test-base64.c: New file.
2743
2744         * modules/base64: New file.
2745
2746 2004-11-30  Simon Josefsson  <jas@extundo.com>
2747
2748         * modules/restrict (License): Change to LGPL.
2749
2750 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2751
2752         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
2753         (Depends-on): Remove pathmax, same.  Add mempcpy.
2754         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
2755         (Makefile.am): Append getcwd.h to lib_SOURCES.
2756         (Include): Add getcwd.h.
2757         (Maintainer): Change from Jim Meyering to "all, glibc",
2758         since getdate now uses intended-for-glibc code.
2759         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
2760         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
2761
2762 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2763
2764         * modules/canonicalize (Depends-on): Add xreadlink.
2765         Problem reported by James Youngman.
2766
2767 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2768
2769         * modules/canon-host (Depends-on): Add strdup.
2770
2771 2004-11-16  Jim Meyering  <jim@meyering.net>
2772
2773         * modules/closeout (Depends-on): Add fpending.
2774
2775 2004-11-11  Simon Josefsson  <jas@extundo.com>
2776
2777         * modules/strtok_r: New file.
2778
2779         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2780         strtok_r.
2781
2782 2004-11-08  Simon Josefsson  <jas@extundo.com>
2783
2784         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2785         getaddrinfo.
2786
2787         * modules/getaddrinfo: New file.
2788
2789 2004-11-10  Jim Meyering  <jim@meyering.net>
2790
2791         * modules/closeout (Depends-on): Remove fpending.
2792
2793 2004-11-04  Bruno Haible  <bruno@clisp.org>
2794
2795         * modules/allocsa (Files): Add lib/allocsa.valgrind.
2796         (Makefile.am): Distribute it.
2797
2798 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
2799
2800         * modules/getdate (Files): Add doc/getdate.texi.
2801         (Depends-on): Add setenv, xalloc.
2802
2803 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2804
2805         * modules/regex (lib_SOURCES): Add regex.c.
2806         Reported by James Youngman in
2807         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
2808
2809 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2810
2811         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
2812         missing.  Problem reported by James Youngman.
2813
2814 2004-10-16  Simon Josefsson  <jas@extundo.com>
2815
2816         * gnulib-tool: Fix comments.  Fix parse problem.
2817         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
2818
2819 2004-10-15  Bruno Haible  <bruno@clisp.org>
2820
2821         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
2822
2823 2004-10-15  Bruno Haible  <bruno@clisp.org>
2824
2825         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
2826         the portions belonging to each module.
2827         Suggested by Derek Robert Price <derek@ximbiot.com>.
2828
2829 2004-10-15  Bruno Haible  <bruno@clisp.org>
2830
2831         * gnulib-tool: Untabify. Initialize supplied_libname.
2832         (func_usage): More homogenous output.
2833         (func_modules_transitive_closure, func_modules_to_filelist,
2834         func_emit_lib_Makefile_am): New functions.
2835         (func_import): New function, extracted from big case statement. Use
2836         func_get_license, func_modules_transitive_closure,
2837         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
2838         opt_lgpl. Don't use test -a, as it's not portable.
2839         (func_create_testdir): Use func_modules_transitive_closure,
2840         func_modules_to_filelist, func_emit_lib_Makefile_am.
2841
2842 2004-10-11  Bruno Haible  <bruno@clisp.org>
2843
2844         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
2845         vsnprintf.
2846
2847 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2848
2849         * modules/vsnprintf: New file.
2850
2851 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
2852
2853         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
2854
2855         * modules/argmatch, modules/argp, modules/closeout, modules/error,
2856         modules/exclude, modules/getdate, modules/getline,
2857         modules/getndelim2, modules/getpass, modules/getpass-gnu,
2858         modules/getusershell, modules/linebuffer, modules/md5,
2859         modules/mountlist, modules/posixtm, modules/readtokens,
2860         modules/readutmp, modules/regex, modules/sha1,
2861         modules/version-etc, modules/yesno:
2862         Remove dependency on unlocked-io.
2863
2864 2004-10-04  Bruno Haible  <bruno@clisp.org>
2865
2866         * modules/README: New file.
2867         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
2868         not a module.
2869
2870 2004-10-04  Simon Josefsson  <jas@extundo.com>
2871
2872         * modules/memmem: New file.
2873         * tests/test-memmem.c: New file.
2874         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
2875
2876 2004-10-01  Bruno Haible  <bruno@clisp.org>
2877
2878         * MODULES.html.sh: Add strsep.
2879
2880 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
2881
2882         * modules/strsep: New file.
2883
2884 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2885
2886         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
2887
2888 2004-09-30  Simon Josefsson  <jas@extundo.com>
2889
2890         * modules/snprintf: New file.
2891
2892 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         * modules/argp (Maintainer): Replace Simon Josefsson
2895         by Sergey Poznyakoff.
2896
2897 2004-10-01  Simon Josefsson  <jas@extundo.com>
2898
2899         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
2900         memmem.
2901
2902         * tests/test-memmem.c: New file.
2903
2904         * modules/memmem: New file.
2905
2906 2004-09-29  Bruno Haible  <bruno@clisp.org>
2907
2908         * modules/alloca-opt: New file, derived from modules/alloca.
2909         * modules/allocsa: Depend on alloca-opt instead of alloca.
2910         * modules/setenv: Likewise.
2911         * modules/vasnprintf: Likewise.
2912         * MODULES.html.sh: Add alloca-opt.
2913
2914 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
2915
2916         * modules/dummy: Change license to LGPL.
2917
2918 2004-09-29  Simon Josefsson  <jas@extundo.com>
2919
2920         * gnulib-tool: New parameter --lgpl, to asseert that modules are
2921         LGPL, and to replace license template from GPL to LGPL.
2922
2923 2004-09-24  Simon Josefsson  <jas@extundo.com>
2924
2925         * modules/minmax (License): Change from GPL to LGPL.
2926
2927 2004-09-23  Simon Josefsson  <jas@extundo.com>
2928
2929         * gnulib-tool (--import): Typo.
2930
2931 2004-09-21  Simon Josefsson  <jas@extundo.com>
2932
2933         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2934         snprintf.
2935
2936         * modules/snprintf: New file.
2937
2938 2004-09-05  Simon Josefsson  <jas@extundo.com>
2939
2940         * modules/getaddrinfo: Add.
2941
2942 2004-09-23  Simon Josefsson  <jas@extundo.com>
2943
2944         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
2945
2946 2004-09-22  Bruno Haible  <bruno@clisp.org>
2947
2948         * modules/*: Add 'License' field.
2949         * gnulib-tool: Accept --extract-license option.
2950         (func_get_license): New function.
2951
2952 2004-09-21  Bruno Haible  <bruno@clisp.org>
2953
2954         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
2955         Reported by Simon Josefsson.
2956
2957 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2958
2959         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
2960         gl_AC_TYPE_LONG_LONG.
2961
2962 2004-09-18  Simon Josefsson  <jas@extundo.com>
2963         and  Paul Eggert  <eggert@cs.ucla.edu>
2964
2965         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
2966         calls with autoreconf.  Define GL_LIB.
2967
2968 2004-09-09  Karl Berry  <karl@gnu.org>
2969
2970         * regex.[ch]: delete from the root.  These were supposed to be
2971                 synced with emacs cvs, but this has not happened for about
2972                 a year, and anyway nothing else uses emacs regex.[ch].
2973                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
2974                 lib/regex[.ch] is untouched.
2975
2976 2004-09-09  Bruno Haible  <bruno@clisp.org>
2977
2978         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
2979
2980 2004-09-08  Bruno Haible  <bruno@clisp.org>
2981             Oskar Liljeblad  <oskar@osk.mine.nu>
2982
2983         * modules/stdint: New file.
2984         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
2985
2986 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
2987
2988         * modules/xvasprintf: New file.
2989         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
2990
2991 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2992
2993         * modules/userspec: Don't depend on alloca.
2994
2995 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2996
2997         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
2998         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
2999         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
3000
3001 2004-08-16  Simon Josefsson  <jas@extundo.com>
3002
3003         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
3004         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
3005         Add --dry-run for --import.
3006         Let user provided command line parameters override configure.ac
3007         settings.
3008
3009 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
3010
3011         * modules/argp (Files): Add m4/unlocked-io.m4.
3012         (Depends-on): Add extensions.
3013
3014 2004-08-12  Simon Josefsson  <jas@extundo.com>
3015
3016         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
3017         Change default library name from libfoo to libgnu.
3018         Now, if you have a configure.ac that says:
3019                 gl_SOURCE_BASE(gl)
3020                 gl_M4_BASE(gl/m4)
3021                 gl_MODULES(error getopt etcetera)
3022                 gl_INIT
3023         you can import all you need by running:
3024                 ../gnulib/gnulib-tool --import
3025
3026         * modules/getopt (Files): Rename getopt.h to getopt_.h.
3027         (Makefile.am): Rewrite, use logic from argz.
3028         (Include): Use <getopt.h> instead of "getopt.h".
3029
3030 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
3031
3032         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
3033         m4/uintmax_t.m4.
3034
3035 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         * modules/xalloc-die: New file.
3038         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
3039
3040         * modules/md5 (Files): Add m4/uint32_t.m4.
3041         * modules/sha1: Renamed from modules/sha.
3042         (Files):
3043         Rename lib/sha.h to lib/sha1.h.
3044         Rename lib/sha.c to lib/sha1.c.
3045         Rename m4/sha.m4 to m4/sha1.m4.
3046         (lib_SOURCES): Likewise.
3047         (configure.ac): Rename gl_SHA to gl_SHA1.
3048         (Include): sha.h -> sha1.h.
3049
3050 2004-08-08  Simon Josefsson  <jas@extundo.com>
3051
3052         * modules/xgethostname (Depends-on): Remove exit and error (not
3053         used).
3054
3055         * modules/getpass-gnu: Add getpass.h.
3056         (Depends-on): Add stdbool.
3057         * modules/getpass: Add getpass.h.
3058
3059 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
3060
3061         More merge from coreutils.
3062         * modules/raise, modules/readtokens0, modules/utimens,
3063         modules/utimecmp, module/xnanosleep: New files.
3064         * modules/strftime: Add lib/strftime.h.
3065         Change include from <time.h> to "strftime.h".
3066         * modules/yesno: Add lib/yesno.h.
3067         * modules/backupfile: Remove lib/addext.c.
3068         * modules/euidaccess: Add stat-macros.h.
3069         * modules/canonicalize, modules/euidaccess,
3070         modules/filemode, modules/lchown, modules/makepath,
3071         modules/rmdir, modules/stat: Likewise.
3072
3073 2004-08-03  Simon Josefsson  <jas@extundo.com>
3074
3075         * modules/progname (Depends-on): Don't depend on stdbool.
3076
3077 2004-08-02  Simon Josefsson  <jas@extundo.com>
3078
3079         * modules/getsubopt: New file.
3080         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3081         getsubopt.
3082
3083 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
3084
3085         Merge from coreutils.
3086         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
3087         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
3088         * modules/path-concat: Don't depend on strdup.
3089
3090 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
3091
3092         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
3093         * MODULES.html.sh (func_all_modules): Remove fatal.
3094
3095 2004-07-19  Bruno Haible  <bruno@clisp.org>
3096
3097         * MODULES.html.sh (func_all_modules): Add dummy.
3098
3099 2004-07-16  Simon Josefsson  <jas@extundo.com>
3100
3101         * modules/dummy: New file.
3102
3103 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
3104
3105         * modules/chown (Files): Add lib/fchown-stub.c, since
3106         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
3107
3108 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
3109
3110         * modules/argz: Omit "#include".
3111
3112         * MODULES.html.sh (func_all_modules): Add calloc, to match
3113         2004-06-01 addition of calloc module.
3114
3115 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
3116
3117         * modules/argz: New file.
3118         * MODULES.html.sh (func_all_modules): Add argz.
3119
3120 2004-06-12  Jim Meyering  <jim@meyering.net>
3121         and  Paul Eggert  <eggert@cs.ucla.edu>
3122
3123         * modules/hash (Files): Add lib/xalloc.h.
3124         * modules/pipe (Depends-on): Add wait-process.
3125         * modules/stat (Depends-on): Add xalloc.
3126         * modules/userspec (Files): Add lib/userspec.h.
3127         * modules/xstrto
3128
3129         Upgrade from gettext-0.13.
3130         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
3131         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
3132         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
3133
3134 2003-11-25  Bruno Haible  <bruno@clisp.org>
3135
3136         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
3137
3138 2003-11-24  Paul Eggert  <eggert@twinsun.com>
3139
3140         * modules/alloca: Remove dependency on xalloc.
3141
3142 2003-11-17  Paul Eggert  <eggert@twinsun.com>
3143
3144         * README: Mention that S+T cannot overflow if S is the size of
3145         an existing object and T is sufficiently small.
3146
3147 2003-11-17  Bruno Haible  <bruno@clisp.org>
3148
3149         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
3150         (Depends-on): Add xsize.
3151
3152 2003-11-12  Paul Eggert  <eggert@twinsun.com>
3153
3154         * modules/xalloc (Files): Undo latest change, since xalloc.h
3155         no longer needs SIZE_MAX or PTRDIFF_MAX.
3156
3157 2003-11-11  Bruno Haible  <bruno@clisp.org>
3158
3159         * modules/xsize (Files): Add m4/size_max.m4.
3160         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
3161
3162 2003-11-04  Bruno Haible  <bruno@clisp.org>
3163
3164         * modules/xsize: New file.
3165         * modules/linebreak: Depend on xsize.
3166         * MODULES.html.sh (func_all_modules): Add xsize.
3167
3168 2003-11-04  Jim Meyering  <jim@meyering.net>
3169
3170         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
3171         variable names, rather than @VAR@.
3172         * modules/poll: Likewise.
3173
3174 2003-11-03  Jim Meyering  <jim@meyering.net>
3175
3176         * modules/userspec (lib_SOURCES): Add userspec.h.
3177         (Include): Add "userspec.h".
3178         Improve description.
3179
3180 2003-10-29  Paul Eggert  <eggert@twinsun.com>
3181
3182         * modules/group-member: Depend on stdbool.
3183
3184 2003-10-20  Bruno Haible  <bruno@clisp.org>
3185
3186         * modules/wait-process: New file.
3187         * MODULES.html.sh (func_all_modules): Add wait-process.
3188
3189 2003-10-16  Paul Eggert  <eggert@twinsun.com>
3190
3191         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
3192
3193 2003-10-14  Bruno Haible  <bruno@clisp.org>
3194
3195         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
3196
3197 2003-10-12  Paul Eggert  <eggert@twinsun.com>
3198
3199         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
3200         Change maintainer from Bruno Haible to 'all'.
3201
3202 2003-10-10  Simon Josefsson  <jas@extundo.com>
3203
3204         * modules/argp (Depends-on): Add restrict and strcase.
3205
3206 2003-10-08  Paul Eggert  <eggert@twinsun.com>
3207
3208         * modules/getpass: Depend on stdbool.
3209
3210 2003-10-06  Bruno Haible  <bruno@clisp.org>
3211
3212         * modules/version-etc-2: Remove file.
3213         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
3214
3215 2003-10-06  Bruno Haible  <bruno@clisp.org>
3216
3217         * modules/fatal-signal: New file.
3218         * MODULES.html.sh (func_all_modules): Add fatal-signal.
3219
3220 2003-10-05  Paul Eggert  <eggert@twinsun.com>
3221
3222         * README: Rework advice for preventing empty .o files.
3223         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
3224         not <sys/types.h>.
3225
3226 2003-10-02  Bruno Haible  <bruno@clisp.org>
3227
3228         * modules/lchown (Include): Add lchown.h.
3229         * modules/time_r (Include): Use "..." syntax.
3230         * modules/xgetdomainname (Include): Add xgetdomainname.h.
3231
3232 2003-10-01  Simon Josefsson  <jas@extundo.com>
3233
3234         * MODULES.html.sh (func_all_modules): Move gethostname from section
3235         'based on' to section 'lacking' POSIX:2001.
3236
3237 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
3238
3239         Trivial fixes to Makefile.am parts of module listings.
3240         * modules/strstr: Append strstr.h to lib_SOURCES.
3241         * modules/strcase: Likewise, for strcase.h.
3242
3243 2003-09-27  Paul Eggert  <eggert@twinsun.com>
3244
3245         * modules/free: New file.
3246
3247 2003-09-25  Bruno Haible  <bruno@clisp.org>
3248
3249         * modules/version-etc-2: New file, from modules/version-etc with
3250         modifications.
3251         * MODULES.html.sh (func_all_modules): Add version-etc-2.
3252
3253 2003-09-25  Simon Josefsson  <jas@extundo.com>
3254             Bruno Haible  <bruno@clisp.org>
3255
3256         * modules/getdomainname: New file.
3257         * modules/xgetdomainname: New file.
3258         * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
3259
3260 2003-09-24  Paul Eggert  <eggert@twinsun.com>
3261
3262         * README: Document assumptions that 'int' is at least 32 bits
3263         wide, that integer arithmetic is 2's complement without overflow,
3264         that there are no holes in integer values, that adding sizes of
3265         two nonoverlapping objects can't overflow, and that all-bits-zero
3266         yields scalar zero.  Fix spelling and capitalization typos.
3267
3268 2003-09-24  Simon Josefsson  <jas@extundo.com>
3269
3270         * modules/xgethostname: Add xgethostname.h.
3271
3272 2003-09-17  Paul Eggert  <eggert@twinsun.com>
3273
3274         * gnulib-tool: Use "test -h", not "test -L", for portability
3275         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
3276         (tags_regexp): Remove, since \| doesn't conform to POSIX.
3277         (sed_extract_prog): Issue s commands one-by-one, rather than
3278         using \| in one s command.
3279
3280 2003-09-16  Bruno Haible  <bruno@clisp.org>
3281
3282         * gnulib-tool (func_create_testdir): Warn about duplicated
3283         dependencies.
3284
3285 2003-09-15  Paul Eggert  <eggert@twinsun.com>
3286
3287         * modules/argmatch, modules/fatal, modules/obstack,
3288         modules/xalloc, modules/xgethostname: Sort dependencies by
3289         importance, not alphabetically.
3290
3291 2003-09-14  Bruno Haible  <bruno@clisp.org>
3292
3293         * modules/fwriteerror: New file.
3294         * MODULES.html.sh (func_all_modules): Add fwriteerror.
3295
3296 2003-09-12  Paul Eggert  <eggert@twinsun.com>
3297
3298         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
3299         modules/xgethostname, modules/xalloc: Depend on exit.
3300
3301 2003-09-09  Paul Eggert  <eggert@twinsun.com>
3302
3303         * README: New section: portability guidelines.
3304
3305 2003-09-07  Paul Eggert  <eggert@twinsun.com>
3306
3307         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
3308         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
3309
3310 2003-09-06  Paul Eggert  <eggert@twinsun.com>
3311
3312         * MODULES.html.sh (func_all_modules): Add time_r.
3313         * modules/time_r: New file.
3314         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
3315         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
3316
3317 2003-08-31  Simon Josefsson  <jas@extundo.com>
3318
3319         * modules/timegm: New file.
3320         * MODULES.html.sh (func_all_modules): Add timegm.
3321
3322 2003-08-22  Simon Josefsson  <jas@extundo.com>
3323
3324         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
3325
3326 2003-08-20  Bruno Haible  <bruno@clisp.org>
3327
3328         * modules/progname: New file.
3329         * MODULES.html.sh (func_all_modules): Add progname.
3330
3331 2003-08-18  Paul Eggert  <eggert@twinsun.com>
3332
3333         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
3334         in makefile rules.
3335
3336 2003-08-17  Simon Josefsson  <jas@extundo.com>
3337
3338         * modules/argp: Fix autoconf macro name. Add more dependencies.
3339
3340 2003-08-17  Simon Josefsson  <jas@extundo.com>
3341
3342         * modules/xstrndup: New file.
3343         * MODULES.html.sh (func_all_modules): Add xstrndup.
3344
3345 2003-08-17  Bruno Haible  <bruno@clisp.org>
3346
3347         * modules/strndup (Files, Include): Add lib/strndup.h.
3348
3349 2003-08-17  Bruno Haible  <bruno@clisp.org>
3350
3351         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
3352         like AC_GNU_SOURCE.
3353         * modules/extensions (configure.ac): Comment out the invocation of
3354         gl_USE_SYSTEM_EXTENSIONS.
3355
3356 2003-08-17  Bruno Haible  <bruno@clisp.org>
3357
3358         * modules/euidaccess (Files): Add lib/euidaccess.h.
3359
3360 2003-08-16  Paul Eggert  <eggert@twinsun.com>
3361
3362         Document merge from coreutils.
3363         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
3364         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
3365         * modules/utime: Add m4/utimes-null.m4.
3366
3367 2003-08-15  Paul Eggert  <eggert@twinsun.com>
3368
3369         Document merge from coreutils.
3370         * modules/userspec: Depend on posixver.
3371         * modules/strftime: Depend on tzset.
3372
3373 2003-08-14  Jim Meyering  <jim@meyering.net>
3374
3375         Merges from coreutils.
3376         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
3377         variable names, rather than @FNMATCH_H@.
3378         * modules/alloca: Likewise for $(ALLOCA_H).
3379
3380         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
3381         the three copies of the literal target, `fnmatch.h'.
3382         * modules/alloca (alloca.h): Likewise.
3383
3384 2003-08-14  Paul Eggert  <eggert@twinsun.com>
3385
3386         * modules/tzset: New file.
3387
3388 2003-08-12  Paul Eggert  <eggert@twinsun.com>
3389
3390         Merge from coreutils.
3391         * modules/euidaccess: Add lib_SOURCES, include for new
3392         file euidaccess.h
3393
3394 2003-08-11  Paul Eggert  <eggert@twinsun.com>
3395
3396         * modules/gnu-source, m4/gnu-source.m4:
3397         Remove; we're assuming Autoconf 2.54 or later now.
3398         Suggested by Bruno Haible.
3399         * MODULES.html.sh (func_all_modules): Remove gnu-source.
3400
3401 2003-08-08  Paul Eggert  <eggert@twinsun.com>
3402
3403         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
3404         * modules/extensions, modules/gnu-source: New files.
3405         * modules/timespec, modules/unlocked-io: Depend on extensions.
3406
3407 2003-08-07 Paul Eggert  <eggert@twinsun.com>
3408
3409         * modules/restrict: New file.
3410         * MODULES.html.sh (func_all_modules): Add restrict.
3411         * modules/regex: Depend on restrict.
3412
3413 2003-08-07  Bruno Haible  <bruno@clisp.org>
3414
3415         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
3416         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
3417
3418 2003-08-05  Paul Eggert  <eggert@twinsun.com>
3419
3420         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
3421         * modules/bumpalloc: Remove.
3422
3423 2003-07-31  Bruno Haible  <bruno@clisp.org>
3424
3425         * modules/getpass-gnu: New file.
3426         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
3427
3428 2003-07-22  Paul Eggert  <eggert@twinsun.com>
3429
3430         * modules/xalloc (Depends-on): Add exitfail.
3431         * modules/xmemcoll: Likewise.
3432
3433 2003-07-20  Jim Meyering  <jim@meyering.net>
3434
3435         * modules/closeout (Depends-on): Add exitfail.
3436         Suggestion from Bruno Haible.
3437
3438 2003-07-18  Bruno Haible  <bruno@clisp.org>
3439
3440         * modules/getndelim2: New file.
3441         * modules/getline: Share files with module getndelim2.
3442         * modules/getnline: Depend on getndelim2 instead of sharing files with
3443         it. Add getnline.c to lib_SOURCES.
3444         * MODULES.html.sh (func_all_modules): Add getndelim2.
3445
3446 2003-07-17  Bruno Haible  <bruno@clisp.org>
3447
3448         * modules/getnline: New file.
3449         * modules/getline: Add lib/getndelim2.c to source file list.
3450         * MODULES.html.sh (func_all_modules): Add getnline.
3451
3452 2003-07-17  Bruno Haible  <bruno@clisp.org>
3453
3454         * configure.in: Remove file.
3455         * Makefile.in: Remove file.
3456
3457 2003-07-17  Bruno Haible  <bruno@clisp.org>
3458
3459         * MODULES.html.sh: Put the </BODY> right before </HTML>.
3460
3461 2003-07-16  Jim Meyering  <jim@meyering.net>
3462
3463         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
3464
3465 2003-07-15  Jim Meyering  <jim@meyering.net>
3466
3467         * modules/save-cwd: Don't depend on error.  From Derek Price.
3468
3469 2003-07-14  Simon Josefsson  <jas@extundo.com>
3470
3471         * modules/mempcpy: New file.
3472         * MODULES.html.sh (func_all_modules): Add mempcpy.
3473
3474 2003-07-14  Paul Eggert  <eggert@twinsun.com>
3475
3476         * modules/getdate, modules/posixtm: Depend on mktime.
3477
3478 2003-07-10  Simon Josefsson  <jas@extundo.com>
3479
3480         * modules/strchrnul (Makefile.am): Add strchrnul.h.
3481
3482 2003-06-26  Bruno Haible  <bruno@clisp.org>
3483
3484         * modules/human: Depend on module stdbool.
3485
3486 2003-06-25  Bruno Haible  <bruno@clisp.org>
3487
3488         * modules/readlink: New file.
3489         * modules/xreadlink: Depend on it.
3490         * MODULES.html.sh (func_all_modules): Add readlink.
3491
3492 2003-06-22  Bruno Haible  <bruno@clisp.org>
3493
3494         * modules/safe-read: Add m4/ssize_t.m4.
3495         * modules/xreadlink: Add m4/ssize_t.m4.
3496
3497 2003-06-11  Simon Josefsson  <jas@extundo.com>
3498
3499         * modules/sysexits: New file.
3500         * MODULES.html.sh (func_all_modules): Add sysexits.
3501
3502 2003-06-10  Bruno Haible  <bruno@clisp.org>
3503
3504         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
3505
3506 2003-06-10  Simon Josefsson  <jas@extundo.com>
3507
3508         * modules/strchrnul: New file.
3509
3510 2003-06-10  Simon Josefsson  <jas@extundo.com>
3511
3512         * modules/argp: New file.
3513
3514 2003-06-07  Bruno Haible  <bruno@clisp.org>
3515
3516         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
3517         avoid AC_CONFIG_LINKS.
3518         * modules/fnmatch (Makefile.am): Use explicit creation rule for
3519         fnmatch.h, to avoid AC_CONFIG_LINKS.
3520         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
3521
3522 2003-06-07  Jim Meyering  <jim@meyering.net>
3523
3524         * modules/strtod: Use $(...) notation, not @...@ for
3525         AC_REPLACE'd variables.
3526         * modules/localcharset: Likewise.
3527
3528 2003-06-06  Jim Meyering  <jim@meyering.net>
3529             Bruno Haible  <bruno@clisp.org>
3530
3531         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
3532         Adjust Makefile.am snippet not to redirect directly to target.
3533         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
3534
3535 2003-05-30  Bruno Haible  <bruno@clisp.org>
3536
3537         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
3538         * config/config.rpath: Upgrade to gettext-0.12.1.
3539
3540 2003-05-22  Karl Berry  <karl@gnu.org>
3541
3542         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
3543
3544 2003-05-09  Bruno Haible  <bruno@clisp.org>
3545
3546         * modules/error: Add m4/strerror_r.m4 to file list.
3547
3548 2003-04-10  Bruno Haible  <bruno@clisp.org>
3549
3550         * modules/findprog: New file.
3551         * MODULES.html.sh (func_all_modules): Add it.
3552
3553 2003-04-04  Bruno Haible  <bruno@clisp.org>
3554
3555         * modules/linebreak: New file.
3556         * MODULES.html.sh (func_all_modules): Add it.
3557
3558 2003-04-03  Bruno Haible  <bruno@clisp.org>
3559
3560         * modules/utf8-ucs4: New file.
3561         * modules/utf16-ucs4: New file.
3562         * modules/ucs4-utf8: New file.
3563         * modules/ucs4-utf16: New file.
3564         * MODULES.html.sh (func_all_modules): Add them.
3565
3566 2003-04-02  Bruno Haible  <bruno@clisp.org>
3567
3568         * modules/binary-io: New file.
3569         * MODULES.html.sh (func_all_modules): Add it.
3570
3571 2003-04-01  Bruno Haible  <bruno@clisp.org>
3572
3573         * modules/pathname: New file.
3574         * MODULES.html.sh (func_all_modules): Add it.
3575
3576 2003-03-28  Bruno Haible  <bruno@clisp.org>
3577
3578         * modules/copy-file: New file.
3579         * MODULES.html.sh (func_all_modules): Add it.
3580
3581 2003-02-20  Bruno Haible  <bruno@clisp.org>
3582
3583         * MODULES.html.sh (func_all_modules): Add poll.
3584
3585 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
3586
3587         * modules/poll: New file.
3588
3589 2003-02-18  Bruno Haible  <bruno@clisp.org>
3590
3591         * MODULES.html.sh (func_all_modules): Add mathl.
3592
3593 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
3594
3595         * modules/mathl: New file.
3596
3597 2003-02-17  Bruno Haible  <bruno@clisp.org>
3598
3599         * modules/mkdtemp: New module.
3600         * MODULES.html.sh (func_all_modules): Add it.
3601
3602 2003-01-30  Bruno Haible  <bruno@clisp.org>
3603
3604         * modules/vasnprintf, modules/vasprintf: New modules.
3605         * MODULES.html.sh (func_all_modules): Add them.
3606
3607 2003-01-29  Bruno Haible  <bruno@clisp.org>
3608
3609         * modules/stpncpy: New module.
3610         * MODULES.html.sh (func_all_modules): Add it.
3611
3612 2003-01-28  Bruno Haible  <bruno@clisp.org>
3613
3614         * modules/c-ctype: New module.
3615         * MODULES.html.sh (func_all_modules): Add it.
3616
3617 2003-01-27  Bruno Haible  <bruno@clisp.org>
3618
3619         * modules/xsetenv: New module.
3620         * MODULES.html.sh (func_all_modules): Add it.
3621
3622 2003-01-23  Bruno Haible  <bruno@clisp.org>
3623
3624         * modules/minmax: New module.
3625         * MODULES.html.sh (func_all_modules): Add it.
3626
3627 2003-01-22  Bruno Haible  <bruno@clisp.org>
3628
3629         * modules/exit: New module.
3630         * MODULES.html.sh (func_all_modules): Add it.
3631
3632 2003-01-19  Bruno Haible  <bruno@clisp.org>
3633
3634         * gnulib-tool: Recognize option --extract-maintainer.
3635         (func_get_maintainer): New function.
3636         * modules/*: Add Maintainer entry.
3637
3638 2003-01-16  Bruno Haible  <bruno@clisp.org>
3639
3640         * MODULES.html.sh: Add a table of contents. Add the module name as
3641         leftmost column. Add hyperlinks.
3642
3643 2003-01-11  Bruno Haible  <bruno@clisp.org>
3644
3645         * modules/stpcpy: Distribute lib/stpcpy.h.
3646         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
3647
3648 2003-01-11  Bruno Haible  <bruno@clisp.org>
3649
3650         * gnulib-tool (func_create_testdir): Store config/* files in the main
3651         directory.
3652         * config.rpath: Move to ...
3653         * config/config.rpath: ... here.
3654         * modules/gettext: Contains config/config.rpath, not config.rpath.
3655         * modules/iconv: Likewise.
3656
3657 2003-01-11  Bruno Haible  <bruno@clisp.org>
3658
3659         * modules/*: Add a description.
3660         * modules/strpbrk: Fix Makefile.am snippet.
3661         * modules/strtoimax: Fix dependencies.
3662         * modules/strtoumax: Likewise.
3663
3664 2003-01-11  Bruno Haible  <bruno@clisp.org>
3665
3666         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
3667         * modules/alloca (Makefile.am): All object files depend on alloca.h.
3668         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
3669
3670 2003-01-12  Paul Eggert  <eggert@twinsun.com>
3671
3672         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
3673         to avoid collisions with libcurses and libreadline.
3674         * getstr: Remove.
3675         * MODULES.html.sh: Remove getstr.
3676         * modules/getline: Depend on unlocked-io, not getstr.
3677
3678 2003-01-10  Bruno Haible  <bruno@clisp.org>
3679
3680         * modules/alloca: Change Makefile.am requirements. Simplify Include
3681         requirements. Add lib/alloca_.h to file list.
3682
3683 2003-01-09  Bruno Haible  <bruno@clisp.org>
3684
3685         * modules/stdbool: Change configure.ac, Makefile.am requirements.
3686         Simplify Include requirements. Add lib/stdbool.h.in to file list.
3687
3688 2003-01-09  Bruno Haible  <bruno@clisp.org>
3689
3690         * gnulib-tool (func_all_modules): Ignore files ending in ~.
3691         * MODULES.html.sh: Likewise.
3692
3693 2003-01-09  Karl Berry  <karl@gnu.org>
3694
3695         * MODULES.html.sh: include `dirname $0` in PATH, to find
3696         gnulib-tool.
3697
3698 2003-01-08  Bruno Haible  <bruno@clisp.org>
3699
3700         * modules/full-read: Depend on full-write.
3701
3702 2003-01-07  Bruno Haible  <bruno@clisp.org>
3703
3704         * MODULES.html.sh: Add copyright notice.
3705         (missed_files): Omit CVS directory entries.
3706         (func_module): Make it work with sed-3.02.
3707         * MODULES.txt: Remove file.
3708
3709 2003-01-01  Karl Berry  <karl@gnu.org>
3710
3711         * gnulib-tool (func_verify_module): report module name $module in
3712         error message, not $1.
3713         * gnulib-tool (create-testdir): don't complain if destdir couldn't
3714         be created, only if it doesn't exist.
3715         * gnulib-tool (last_checkin_date): don't expand the $Date here.
3716
3717 2002-12-24  Bruno Haible  <bruno@clisp.org>
3718
3719         * MODULES.txt: Update according to m4/ changes.
3720
3721         Module gettext.
3722         * config.rpath: New file, from gettext-0.11.5.
3723
3724         * modules/*: New module descriptions.
3725         * gnulib-tool: New file.
3726         * MODULES.html.sh: New file.
3727
3728 2002-11-01  Bruno Haible  <bruno@clisp.org>
3729
3730         * configure.in: Add AC_CONFIG_AUX_DIR call.
3731         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
3732         test/Makefile.
3733         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
3734
3735 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
3736
3737         * regex.c (PATFETCH): Remove the translating fetch.
3738         (PATFETCH_RAW): Rename to PATFETCH.
3739         (set_image_of_range): New fun.
3740         (SET_RANGE_TABLE_WORK_AREA): Use it.
3741         (regex_compile): Don't translate the pattern chars so eagerly.
3742         Only do it when inserting an `exactn' bytecode or when handling
3743         a char-range.
3744         (mutually_exclusive_p): Avoid empty statement.
3745
3746 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
3747
3748         * README: New file
3749         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
3750         (per RMS's instructions, this is now the canonical source)
3751         * lgpl/, gpl/: New directories.
3752
3753 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
3754
3755         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
3756         as if it was a `charset'.
3757
3758 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3759
3760         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
3761         (regex_compile): Catch bogus \(\1\).
3762
3763 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3764
3765         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
3766         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
3767         Giving in to popular pressure to shut up the compiler with casts.
3768
3769 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3770
3771         * regex.c: More `unsigned char' -> `re_char' changes.
3772         Also change several `int' into `re_wchar_t'.
3773         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
3774         (PUSH_FAILURE_POINTER): Don't cast any more.
3775         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
3776         We want GCC to complain, since this piece of code makes
3777         re_match non-reentrant, which *should* be fixed.
3778         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
3779         (EXTEND_BUFFER): Use RETALLOC.
3780         (SET_LIST_BIT): Don't cast.
3781         (re_wchar_t): New type.
3782         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
3783         that those two functions will always properly return.
3784         (IMMEDIATE_QUIT_CHECK): Cast to void.
3785         (analyse_first): Use recursion rather than an explicit stack.
3786         (re_compile_fastmap): Can't fail anymore.
3787         (re_search_2): Don't check re_compile_fastmap for failure.
3788         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
3789         Now also sets the new value (passed in a new argument).
3790         (re_match_2_internal): Use it.
3791         Also, use a new var `reg' of type size_t when looping through regs
3792         rather than reuse the inappropriate `mcnt'.
3793
3794 2000-10-24  Andrew Innes  <andrewi@gnu.org>
3795
3796         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
3797         NT-Emacs only.
3798         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
3799         so that re_search functions only quit when callers expect them to.
3800
3801 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3802
3803         * regex.c (regex_compile): Change the way of handling a range from
3804         a char less than 256 to a char not less than 256.
3805
3806 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
3807
3808         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
3809
3810
3811 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
3812 Free Software Foundation, Inc.
3813 Copying and distribution of this file, with or without modification,
3814 are permitted provided the copyright notice and this notice are preserved.