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