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