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