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