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