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