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