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