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