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