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