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