spawn: Don't override the system defined values on FreeBSD 8.
[gnulib.git] / ChangeLog
1 2010-03-02  Bruno Haible  <bruno@clisp.org>
2
3         spawn: Don't override the system defined values on FreeBSD 8.
4         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
5         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
6         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
7         if HAVE_POSIX_SPAWN is 1.
8         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
9
10 2010-03-01  Bruno Haible  <bruno@clisp.org>
11
12         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
13         regarding Automake.
14
15 2010-02-25  Bruno Haible  <bruno@clisp.org>
16
17         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
18         * gnulib-tool: Define 'echo' as a function only before the ksh alias
19         setting, not afterwards.
20         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
21
22 2010-02-24  Eric Blake  <eblake@redhat.com>
23
24         bootstrap, git-version-gen: use timestamp
25         * build-aux/git-version-gen (scriptversion): Force UTC.
26         * build-aux/bootstrap (scriptversion): New variable.
27
28         bootstrap: allow older git
29         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
30         older than 1.6.4.  Requested by the libvirt project.
31
32 2010-02-23  Eric Blake  <eblake@redhat.com>
33
34         warn-on-use: work with old autoconf
35         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
36         AS_VAR semantics of autoconf 2.60.
37         Reported by Bruno Haible.
38
39         bootstrap: improve some comments
40         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
41         clarification comments.
42
43         gettimeofday: provide correct function
44         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
45         when replacement is declared, otherwise provide gettimeofday.
46         Reported by Michael Goffioul.
47
48 2010-02-23  Jim Meyering  <meyering@redhat.com>
49
50         lib-ignore: relax license to "unlimited", not LGPLv2+
51         * modules/lib-ignore (License): Relax to "unlimited".
52
53 2010-02-23  Jim Meyering  <meyering@redhat.com>
54
55         lib-ignore: relax license to LGPLv2+
56         * modules/lib-ignore (License): Relax to LGPLv2+.
57
58 2010-02-22  Eric Blake  <eblake@redhat.com>
59
60         lseek: avoid bash 3.2 broken pipe bug
61         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
62         warning from bash 3.2.
63         Reported by Ben Pfaff, with analysis from Bruno Haible.
64
65         bootstrap: support non-FSF copyright holder
66         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
67         bootstrap.conf override of COPYRIGHT_HOLDER.
68         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
69
70         bootstrap: interoperate with gettext 0.14.1
71         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
72
73         bootstrap: allow for alternate submodule location
74         * build-aux/bootstrap (gnulib_path): New variable; use instead of
75         hardcoding submodule location.
76         (gnulib_mk): Allow direct use of Makefile.am.
77
78         bootstrap: use GNULIB_SRCDIR to reduce disk usage
79         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
80         rather than reconfiguring where the submodule points.
81
82         gettimeofday: restore support for platforms that lack function
83         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
84         replacement if function is missing.
85         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
86         * modules/sys_time (Makefile.am): Substitute it.
87         * lib/sys_time.in.h (gettimeofday): Check it.
88         Reported by Michael Goffioul.
89
90 2010-02-21  Bruno Haible  <bruno@clisp.org>
91
92         * lib/stdio.in.h (obstack_printf): Fix typo.
93
94 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
95
96         vc-list-files: use bzr ls's -R option
97         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
98         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
99
100 2010-02-21  Jim Meyering  <meyering@redhat.com>
101
102         init.sh: fix EXEEXT shims to work also for names like test-prog
103         * tests/init.sh: Re-exec a better shell, when needed.
104         If the current shell lacks support for posix $(...), an init.sh-using
105         test will now try to find a shell that supports that.  If EXEEXT is
106         nonempty, we also require support for hyphen-in-alias-name and shell
107         substitutions like ${var#glob}.  Failure to find such a shell results
108         in a skipped test.
109
110 2010-02-21  Bruno Haible  <bruno@clisp.org>
111
112         Really work around around "broken pipe" error message from bash 3.2.
113         * gnulib-tool (func_reset_sigpipe): Remove function.
114         (echo): In bash 3.2, define to a function that uses printf.
115         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
116
117 2010-02-20  Bruno Haible  <bruno@clisp.org>
118
119         Restore support for automake 1.9.6 with autoconf 2.61.
120         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
121         Reported by James Youngman <jay@gnu.org>.
122
123 2010-02-20  Bruno Haible  <bruno@clisp.org>
124
125         Improve *printf warning condition.
126         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
127         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
128         and the function is overridden due to SIGPIPE emulation.
129
130 2010-02-20  Bruno Haible  <bruno@clisp.org>
131
132         * lib/stdio.in.h: Tweak comments.
133
134 2010-02-19  Bruno Haible  <bruno@clisp.org>
135
136         Make it easier to find modules. New gnulib-tool option '--find'.
137         * gnulib-tool: New option --find.
138         (func_usage): Document it.
139         (func_sanitize_modulelist): New function, extracted from
140         func_all_modules.
141         (func_all_modules): Invoke it.
142         * doc/gnulib-tool.texi (Which modules?): New node.
143
144 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
145
146         * lib/sys_select.in.h: Provide select replacement even if
147         sys/select.h exists on a system, for Interix.
148
149 2010-02-18  Jim Meyering  <meyering@redhat.com>
150
151         init.sh: don't use $(...) just yet
152         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
153         to accommodate e.g., Solaris' /bin/sh.
154
155 2010-02-17  Bruno Haible  <bruno@clisp.org>
156
157         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
158         Reported by Ludovic Courtès <ludo@gnu.org>.
159
160 2010-02-16  Simon Josefsson  <simon@josefsson.org>
161
162         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
163         linking with -lintl.
164
165 2010-02-17  Simon Josefsson  <simon@josefsson.org>
166
167         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
168         if not provided by the system's netdb.h.  Reported by
169         ludo@gnu.org (Ludovic Courtès).
170
171 2010-02-15  Jim Meyering  <meyering@redhat.com>
172
173         init.sh: improve portability and efficiency
174         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
175         "dummy" in a for loop.
176         Use '!', not '^' to select the complement of a character set used
177         in a "case" statement.
178         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
179         Suggestions from Eric Blake.
180
181         init.sh: automatically accommodate programs with the .exe suffix
182         Automatically arrange for an invocation of "prog" to execute the
183         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
184         may use the simpler "prog", yet still work when built on a system
185         that requires specifying the added suffix.
186         Do this by constructing a function named "prog" that invokes
187         "prog.exe" for each .exe file in selected directories.
188         * tests/init.sh (find_exe_basenames_): New function.
189         (create_exe_shim_functions_): New function.
190         (path_prepend_): Use it.
191
192         maint.mk: mark syntax-check sc_*.m rules as .PHONY
193         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
194         "make -t syntax-check" doesn't create a ton of sc_*.m files.
195
196 2010-02-14  Jim Meyering  <meyering@redhat.com>
197
198         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
199         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
200         (sc_prohibit_hash_pjw_without_use): New rule.
201
202         maint.mk: allow the default upload destination dir to be overridden
203         * top/maint.mk (upload_dest_dir_): Define with a default that
204         preserves the status quo.
205         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
206         Reported by Peter Simons.
207
208         maint.mk: prohibit inclusion of "hash.h" without_use
209         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
210
211 2010-02-10  Jim Meyering  <meyering@redhat.com>
212
213         maint.mk: prohibit inclusion of "ignore-value.h" without_use
214         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
215
216 2010-02-09  Eric Blake  <ebb9@byu.net>
217         and Bruno Haible  <bruno@clisp.org>
218
219         obstack-printf-posix: ensure declaration
220         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
221         extracted from gl_FUNC_OBSTACK_PRINTF.
222         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
223         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
224         Likewise.
225         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
226         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
227         0.
228
229 2010-02-08  Bruno Haible  <bruno@clisp.org>
230
231         gnulib-tool: Fix typo in 2010-02-07 commit.
232         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
233         Reported by Eric Blake.
234
235 2010-02-07  Bruno Haible  <bruno@clisp.org>
236
237         gnulib-tool: Fix up caching patches.
238         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
239         option --no-cache. Use associative arrays when supported by the shell.
240         (sed_comments): New variable.
241         (modcache): Renamed from do_cache.
242         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
243         abbreviate unnecessarily.
244         (have_associative): New variable.
245         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
246         way also for ksh and zsh.
247         (func_init_sed_convert_to_cache_statements): New function, extracted
248         from func_cache_lookup_module. Add support for associative arrays.
249         Don't set the c_MODULE_cached variable here. Ignore all lines before
250         the first field header. Remove only the final newline, not all trailing
251         newlines. Support empty fields correctly. Limit the use of 'eval' to
252         assignments.
253         (func_get_description, func_get_status, func_get_notice,
254         func_get_applicability, func_get_filelist, func_get_dependencies,
255         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
256         func_get_automake_snippet, func_get_include_directive,
257         func_get_link_directive, func_get_license, func_get_maintainer):
258         Update documentation. List the unoptimized code first. Add support for
259         associative arrays. Limit the use of 'eval' to assignments.
260         (func_get_applicability): Undo stylistic pessimisations.
261         (func_get_automake_snippet, func_get_include_directive): Reduce code
262         duplication.
263         (func_modules_transitive_closure, func_modules_add_dummy,
264         func_modules_notice, func_modules_to_filelist, func_add_file,
265         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
266         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
267         func_create_testdir, func_create_megatestdir): Update documentation.
268
269 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
270
271         * gnulib-tool (func_cache_lookup_module): Store the module name
272         belonging to the cache variable; error out if two different
273         module names map to the same cache variable name.
274
275 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
276
277         gnulib-tool: Make caching optional.
278         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
279         Update matching short versions of --no-changelog.
280         (func_usage): Update.
281         (sed_extract_cache_prog): Renamed from ...
282         (sed_extract_prog): ... this; revert to old extraction script.
283         (func_get_description, func_get_status)
284         (func_get_notice, func_get_applicability, func_get_filelist)
285         (func_get_dependencies, func_get_autoconf_early_snippet)
286         (func_get_autoconf_snippet, func_get_automake_snippet)
287         (func_get_include_directive, func_get_link_directive)
288         (func_get_license, func_get_maintainer): If $do_cache is false,
289         use old, non-caching extraction scripts.
290         Suggestion by Bruno Haible.
291
292 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
293
294         gnulib-tool: cache module metainformation.
295         * gnulib-tool (sed_extract_prog): Match newline before each
296         header, and rewrite header to a shell variable suffix.
297         (func_cache_var, func_cache_lookup_module): New functions,
298         to turn a module name into a cache variable prefix, and to
299         look up and cache module metainformation.
300         (func_get_description, func_get_status)
301         (func_get_notice, func_get_applicability, func_get_filelist)
302         (func_get_dependencies, func_get_autoconf_early_snippet)
303         (func_get_autoconf_snippet, func_get_automake_snippet)
304         (func_get_include_directive, func_get_link_directive)
305         (func_get_license, func_get_maintainer): Use
306         func_cache_lookup_module.
307
308 2010-02-07  Bruno Haible  <bruno@clisp.org>
309
310         fnctl: Fix missing dependency.
311         * modules/fcntl (Depends-on): Add getdtablesize.
312         Reported by John W. Eaton <jwe@gnu.org>.
313
314 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
315
316         Argp: fix recognition of short alias options.
317
318         * lib/argp-parse.c (convert_options): Fix improper use of
319         `|' between character values.
320         * tests/test-argp.c (group1_option): New alias option
321         --read (-r).
322         (group1_parser): Special handling for 'r'.
323         (test15): New test case.
324         (test_fun): Add test15.
325         * tests/test-argp-2.sh: Update expected --help and --usage
326         outputs.
327
328 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
329
330         * tests/test-argp.c: Fix indentation.
331
332 2010-02-04  Eric Blake  <ebb9@byu.net>
333
334         gettimeofday: expose type of second argument
335         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
336         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
337         * tests/test-gettimeofday.c: Use it to silence warning.
338         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
339         the issue.
340
341 2010-02-03  Jim Meyering  <meyering@redhat.com>
342
343         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
344         * lib/regcomp.c (TYPE_SIGNED): Define.
345         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
346
347         regcomp.c: avoid a new -Wshadow warning
348         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
349
350 2010-02-01  Jim Meyering  <meyering@redhat.com>
351
352         removing useless parentheses in cpp #define directives
353         For motivation, see commit c0221df4, "define STREQ(a,b)
354         consistently, removing useless parentheses"
355         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
356         * lib/mountlist.c (MNT_IGNORE): Likewise.
357         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
358
359 2010-02-01  Eric Blake  <ebb9@byu.net>
360
361         sys_time: use link-warning
362         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
363         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
364         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
365         * modules/sys_time (Depends-on): Add warn-on-use.
366         (Makefile.am): Always build replacement.
367         (configure.ac): Update substitutions.
368         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
369         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
370         bother with SYS_TIME_H.
371         * modules/gettimeofday (configure.ac): Declare indicator.
372         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
373         in use.
374
375         closein-tests: silence compiler warning
376         * tests/test-closein.c (main): Ignore fread result.
377         * modules/closein-tests (Depends-on): Add ignore-value.
378
379         tests: silence warning about system return
380         * tests/test-areadlink-with-size.c (main): Ignore system result.
381         * tests/test-areadlink.c (main): Likewise.
382         * tests/test-areadlinkat-with-size.c (main): Likewise.
383         * tests/test-areadlinkat.c (main): Likewise.
384         * tests/test-canonicalize-lgpl.c (main): Likewise.
385         * tests/test-canonicalize.c (main): Likewise.
386         * tests/test-chown.c (main): Likewise.
387         * tests/test-fchownat.c (main): Likewise.
388         * tests/test-fdutimensat.c (main): Likewise.
389         * tests/test-fstatat.c (main): Likewise.
390         * tests/test-futimens.c (main): Likewise.
391         * tests/test-lchown.c (main): Likewise.
392         * tests/test-link.c (main): Likewise.
393         * tests/test-linkat.c (main): Likewise.
394         * tests/test-lstat.c (main): Likewise.
395         * tests/test-mkdir.c (main): Likewise.
396         * tests/test-mkdirat.c (main): Likewise.
397         * tests/test-mkfifo.c (main): Likewise.
398         * tests/test-mkfifoat.c (main): Likewise.
399         * tests/test-mknod.c (main): Likewise.
400         * tests/test-readlink.c (main): Likewise.
401         * tests/test-remove.c (main): Likewise.
402         * tests/test-rename.c (main): Likewise.
403         * tests/test-renameat.c (main): Likewise.
404         * tests/test-rmdir.c (main): Likewise.
405         * tests/test-symlink.c (main): Likewise.
406         * tests/test-symlinkat.c (main): Likewise.
407         * tests/test-unlink.c (main): Likewise.
408         * tests/test-unlinkat.c (main): Likewise.
409         * tests/test-utimens.c (main): Likewise.
410         * tests/test-utimensat.c (main): Likewise.
411         * modules/areadlink-tests (Depends-on): Add ignore-value.
412         * modules/areadlink-with-size-tests (Depends-on): Likewise.
413         * modules/areadlinkat-tests (Depends-on): Likewise.
414         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
415         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
416         * modules/canonicalize-tests (Depends-on): Likewise.
417         * modules/chown-tests (Depends-on): Likewise.
418         * modules/fdutimensat-tests (Depends-on): Likewise.
419         * modules/futimens-tests (Depends-on): Likewise.
420         * modules/lchown-tests (Depends-on): Likewise.
421         * modules/link-tests (Depends-on): Likewise.
422         * modules/linkat-tests (Depends-on): Likewise.
423         * modules/lstat-tests (Depends-on): Likewise.
424         * modules/mkdir-tests (Depends-on): Likewise.
425         * modules/mkfifo-tests (Depends-on): Likewise.
426         * modules/mkfifoat-tests (Depends-on): Likewise.
427         * modules/mknod-tests (Depends-on): Likewise.
428         * modules/openat-tests (Depends-on): Likewise.
429         * modules/readlink-tests (Depends-on): Likewise.
430         * modules/remove-tests (Depends-on): Likewise.
431         * modules/rename-tests (Depends-on): Likewise.
432         * modules/renameat-tests (Depends-on): Likewise.
433         * modules/rmdir-tests (Depends-on): Likewise.
434         * modules/symlink-tests (Depends-on): Likewise.
435         * modules/symlinkat-tests (Depends-on): Likewise.
436         * modules/unlink-tests (Depends-on): Likewise.
437         * modules/utimens-tests (Depends-on): Likewise.
438         * modules/utimensat-tests (Depends-on): Likewise.
439
440 2010-01-31  Bruno Haible  <bruno@clisp.org>
441
442         Perform the same test for many <math.h> functions.
443         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
444         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
445         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
446         of gl_MATHFUNC.
447         * modules/acos (configure.ac): Likewise.
448         * modules/asin (configure.ac): Likewise.
449         * modules/atan (configure.ac): Likewise.
450         * modules/atan2 (configure.ac): Likewise.
451         * modules/cbrt (configure.ac): Likewise.
452         * modules/copysign (configure.ac): Likewise.
453         * modules/cos (configure.ac): Likewise.
454         * modules/cosh (configure.ac): Likewise.
455         * modules/erf (configure.ac): Likewise.
456         * modules/erfc (configure.ac): Likewise.
457         * modules/exp (configure.ac): Likewise.
458         * modules/fmod (configure.ac): Likewise.
459         * modules/hypot (configure.ac): Likewise.
460         * modules/j0 (configure.ac): Likewise.
461         * modules/j1 (configure.ac): Likewise.
462         * modules/jn (configure.ac): Likewise.
463         * modules/lgamma (configure.ac): Likewise.
464         * modules/log (configure.ac): Likewise.
465         * modules/log10 (configure.ac): Likewise.
466         * modules/log1p (configure.ac): Likewise.
467         * modules/pow (configure.ac): Likewise.
468         * modules/remainder (configure.ac): Likewise.
469         * modules/sin (configure.ac): Likewise.
470         * modules/sinh (configure.ac): Likewise.
471         * modules/tan (configure.ac): Likewise.
472         * modules/tanh (configure.ac): Likewise.
473         * modules/y0 (configure.ac): Likewise.
474         * modules/y1 (configure.ac): Likewise.
475         * modules/yn (configure.ac): Likewise.
476         Suggested by Paolo Bonzini.
477
478 2010-01-31  Bruno Haible  <bruno@clisp.org>
479
480         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
481
482 2010-01-31  Bruno Haible  <bruno@clisp.org>
483
484         Work around getdelim() bug on FreeBSD 8.0.
485         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
486         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
487         not work.
488         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
489         is 1.
490         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
491         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
492         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
493         a non-zero size.
494         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
495
496 2010-01-31  Bruno Haible  <bruno@clisp.org>
497
498         Work around getline() bug on FreeBSD 8.0.
499         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
500         and a non-zero size.
501         * tests/test-getline.c (main): Likewise.
502         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
503         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
504
505 2010-01-28  Eric Blake  <ebb9@byu.net>
506
507         regex: fix build failure
508         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
509         platforms.
510
511 2010-01-28  Jim Meyering  <meyering@redhat.com>
512
513         regex: do not ignore memory allocation failure
514         * lib/regex_internal.c (create_cd_newstate): Detect
515         re_node_set_init_copy failure.   Extracted from glibc commit
516         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
517
518         regex: sync more white-space changes from libc
519         * lib/regex_internal.c: White-space only changes.
520         * lib/regexec.c: Likewise.
521
522         regex: add many uses of __attribute_warn_unused_result__
523         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
524         * lib/regexec.c: Likewise.
525         Extracted from a messy glibc commit.
526
527         regcomp.c: spelling and merge-artifact from glibc
528         * lib/regcomp.c: Merge remainder of glibc's
529         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
530
531         regcomp.c: sync white-space changes from glibc
532         * lib/regcomp.c: Merge to accommodate white space
533         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
534
535         regcomp.c: do not ignore internal return values
536         * lib/regcomp.c: Do not ignore internal return values.
537         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
538         but without its white-space changes and spelling fixes.
539
540         regex_internal.h: define __attribute_warn_unused_result__
541         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
542
543         maint: add a syntax-check rule to check for vulnerable Makefile.in
544         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
545
546 2010-01-27  Jim Meyering  <meyering@redhat.com>
547
548         ncftpput-ftp: clean up spaces
549         * build-aux/ncftpput-ftp: Make Copyright line consistent.
550         Remove trailing blanks.
551
552 2010-01-27  Simon Josefsson  <simon@josefsson.org>
553
554         * build-aux/git-version-gen: Fix copyright statement.
555         * build-aux/gnupload: Likewise.
556         * tests/test-arcfour.c: Likewise.
557         * tests/test-arctwo.c: Likewise.
558         * tests/test-count-one-bits.c: Likewise.
559         * tests/test-crc.c: Likewise.
560         * tests/test-des.c: Likewise.
561         * tests/test-gc-arcfour.c: Likewise.
562         * tests/test-gc-arctwo.c: Likewise.
563         * tests/test-gc-des.c: Likewise.
564         * tests/test-gc-hmac-md5.c: Likewise.
565         * tests/test-gc-hmac-sha1.c: Likewise.
566         * tests/test-gc-md2.c: Likewise.
567         * tests/test-gc-md4.c: Likewise.
568         * tests/test-gc-md5.c: Likewise.
569         * tests/test-gc-pbkdf2-sha1.c: Likewise.
570         * tests/test-gc-rijndael.c: Likewise.
571         * tests/test-gc-sha1.c: Likewise.
572         * tests/test-gc.c: Likewise.
573         * tests/test-gethostname.c: Likewise.
574         * tests/test-gettimeofday.c: Likewise.
575         * tests/test-hash.c: Likewise.
576         * tests/test-hmac-md5.c: Likewise.
577         * tests/test-hmac-sha1.c: Likewise.
578         * tests/test-md2.c: Likewise.
579         * tests/test-md4.c: Likewise.
580         * tests/test-md5.c: Likewise.
581         * tests/test-memchr.c: Likewise.
582         * tests/test-memchr2.c: Likewise.
583         * tests/test-memcmp.c: Likewise.
584         * tests/test-memmem.c: Likewise.
585         * tests/test-memrchr.c: Likewise.
586         * tests/test-rawmemchr.c: Likewise.
587         * tests/test-read-file.c: Likewise.
588         * tests/test-rijndael.c: Likewise.
589         * tests/test-sockets.c: Likewise.
590         * tests/test-strchrnul.c: Likewise.
591         * tests/test-strstr.c: Likewise.
592         * tests/test-strtod.c: Likewise.
593         * build-aux/ncftpput-ftp: Likewise.
594
595 2010-01-26  Eric Blake  <ebb9@byu.net>
596
597         ignore-value: update recommended header name
598         * modules/ignore-value (Include): Only use <> for headers that
599         exist in glibc.
600
601 2010-01-26  Jim Meyering  <meyering@redhat.com>
602
603         test-userspec.c: avoid compiler warnings
604         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
605         and "initialization discards qualifiers..." warnings.
606         Put the first "uid" in its own scope, and make char* members "const".
607
608 2010-01-25  Bruno Haible  <bruno@clisp.org>
609
610         gnulib-tool: Make warning diagnostics consistent.
611         * gnulib-tool (func_warning): New function.
612         Use it everywhere where gnulib-tool produces output to stderr and it is
613         not a fatal error.
614
615 2010-01-25  Bruno Haible  <bruno@clisp.org>
616
617         Fix test dependencies.
618         * modules/xstrtol-tests (Depends-on): Add inttypes.
619         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
620
621 2010-01-25 Pádraig Brady <P@draigBrady.com>
622
623         syntax-check: detect incorrect boolean macro values in config.h
624         * modules/maintainer-makefile (configure.ac): Parameterize the location
625         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
626         The logic is from Eric Blake and the location indicated by Jim Meyering.
627         Note the more natural CONFIG_HEADER name is prohibited by automake
628         for backwards compatibility reasons.
629         * top/maint.mk (sc_Wundef_boolean): New rule.
630
631 2010-01-25  Jim Meyering  <meyering@redhat.com>
632
633         bootstrap: detect MacOS 10.6's shasum, too
634         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
635         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
636
637 2010-01-23  Jim Meyering  <meyering@redhat.com>
638
639         xstrtoll: new module
640         * modules/xstrtoll: New file.
641         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
642         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
643         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
644         ./configure fails if you use this module and lack "long long".
645         * modules/xstrtoll-tests: New module.
646         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
647         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
648         new init.sh-based test framework.
649
650 2010-01-24  Bruno Haible  <bruno@clisp.org>
651
652         Tests for module 'yn'.
653         * modules/yn-tests: New file.
654         * tests/test-yn.c: New file.
655
656         Tests for module 'y1'.
657         * modules/y1-tests: New file.
658         * tests/test-y1.c: New file.
659
660         Tests for module 'y0'.
661         * modules/y0-tests: New file.
662         * tests/test-y0.c: New file.
663
664         Tests for module 'tanh'.
665         * modules/tanh-tests: New file.
666         * tests/test-tanh.c: New file.
667
668         Tests for module 'tan'.
669         * modules/tan-tests: New file.
670         * tests/test-tan.c: New file.
671
672         Tests for module 'sqrt'.
673         * modules/sqrt-tests: New file.
674         * tests/test-sqrt.c: New file.
675
676         Tests for module 'sinh'.
677         * modules/sinh-tests: New file.
678         * tests/test-sinh.c: New file.
679
680         Tests for module 'sin'.
681         * modules/sin-tests: New file.
682         * tests/test-sin.c: New file.
683
684         Tests for module 'rint'.
685         * modules/rint-tests: New file.
686         * tests/test-rint.c: New file.
687
688         Tests for module 'remainder'.
689         * modules/remainder-tests: New file.
690         * tests/test-remainder.c: New file.
691
692         Tests for module 'pow'.
693         * modules/pow-tests: New file.
694         * tests/test-pow.c: New file.
695
696         Tests for module 'nextafter'.
697         * modules/nextafter-tests: New file.
698         * tests/test-nextafter.c: New file.
699
700         Tests for module 'modf'.
701         * modules/modf-tests: New file.
702         * tests/test-modf.c: New file.
703
704         Tests for module 'logb'.
705         * modules/logb-tests: New file.
706         * tests/test-logb.c: New file.
707
708         Tests for module 'log1p'.
709         * modules/log1p-tests: New file.
710         * tests/test-log1p.c: New file.
711
712         Tests for module 'log10'.
713         * modules/log10-tests: New file.
714         * tests/test-log10.c: New file.
715
716         Tests for module 'log'.
717         * modules/log-tests: New file.
718         * tests/test-log.c: New file.
719
720         Tests for module 'lgamma'.
721         * modules/lgamma-tests: New file.
722         * tests/test-lgamma.c: New file.
723
724         Tests for module 'ldexp'.
725         * modules/ldexp-tests: New file.
726         * tests/test-ldexp.c: New file.
727
728         Tests for module 'jn'.
729         * modules/jn-tests: New file.
730         * tests/test-jn.c: New file.
731
732         Tests for module 'j1'.
733         * modules/j1-tests: New file.
734         * tests/test-j1.c: New file.
735
736         Tests for module 'j0'.
737         * modules/j0-tests: New file.
738         * tests/test-j0.c: New file.
739
740         Tests for module 'hypot'.
741         * modules/hypot-tests: New file.
742         * tests/test-hypot.c: New file.
743
744         Tests for module 'fmod'.
745         * modules/fmod-tests: New file.
746         * tests/test-fmod.c: New file.
747
748         Tests for module 'fabs'.
749         * modules/fabs-tests: New file.
750         * tests/test-fabs.c: New file.
751
752         Tests for module 'exp'.
753         * modules/exp-tests: New file.
754         * tests/test-exp.c: New file.
755
756         Tests for module 'erfc'.
757         * modules/erfc-tests: New file.
758         * tests/test-erfc.c: New file.
759
760         Tests for module 'erf'.
761         * modules/erf-tests: New file.
762         * tests/test-erf.c: New file.
763
764         Tests for module 'cosh'.
765         * modules/cosh-tests: New file.
766         * tests/test-cosh.c: New file.
767
768         Tests for module 'cos'.
769         * modules/cos-tests: New file.
770         * tests/test-cos.c: New file.
771
772         Tests for module 'copysign'.
773         * modules/copysign-tests: New file.
774         * tests/test-copysign.c: New file.
775
776         Tests for module 'cbrt'.
777         * modules/cbrt-tests: New file.
778         * tests/test-cbrt.c: New file.
779
780         Tests for module 'atan2'.
781         * modules/atan2-tests: New file.
782         * tests/test-atan2.c: New file.
783
784         Tests for module 'atan'.
785         * modules/atan-tests: New file.
786         * tests/test-atan.c: New file.
787
788         Tests for module 'asin'.
789         * modules/asin-tests: New file.
790         * tests/test-asin.c: New file.
791
792         Tests for module 'acos'.
793         * modules/acos-tests: New file.
794         * tests/test-acos.c: New file.
795
796 2010-01-24  Bruno Haible  <bruno@clisp.org>
797
798         Fix tests for common <math.h> functions.
799         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
800         code snippet that references the function pointer, rather than merely
801         calling the function. Substitute the FUNC_LIBM variable.
802         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
803         * modules/acos (configure.ac): Likewise.
804         * modules/asin (configure.ac): Likewise.
805         * modules/atan (configure.ac): Likewise.
806         * modules/atan2 (configure.ac): Likewise.
807         * modules/cbrt (configure.ac): Likewise.
808         * modules/copysign (configure.ac): Likewise.
809         * modules/cos (configure.ac): Likewise.
810         * modules/cosh (configure.ac): Likewise.
811         * modules/erf (configure.ac): Likewise.
812         * modules/erfc (configure.ac): Likewise.
813         * modules/exp (configure.ac): Likewise.
814         * modules/fabs (configure.ac): Likewise.
815         * modules/fmod (configure.ac): Likewise.
816         * modules/hypot (configure.ac): Likewise.
817         * modules/j0 (configure.ac): Likewise.
818         * modules/j1 (configure.ac): Likewise.
819         * modules/jn (configure.ac): Likewise.
820         * modules/ldexp (configure.ac): Likewise.
821         * modules/lgamma (configure.ac): Likewise.
822         * modules/log (configure.ac): Likewise.
823         * modules/log10 (configure.ac): Likewise.
824         * modules/log1p (configure.ac): Likewise.
825         * modules/logb (configure.ac): Likewise.
826         * modules/modf (configure.ac): Likewise.
827         * modules/nextafter (configure.ac): Likewise.
828         * modules/pow (configure.ac): Likewise.
829         * modules/remainder (configure.ac): Likewise.
830         * modules/rint (configure.ac): Likewise.
831         * modules/sin (configure.ac): Likewise.
832         * modules/sinh (configure.ac): Likewise.
833         * modules/tan (configure.ac): Likewise.
834         * modules/tanh (configure.ac): Likewise.
835         * modules/y0 (configure.ac): Likewise.
836         * modules/y1 (configure.ac): Likewise.
837         * modules/yn (configure.ac): Likewise.
838
839 2010-01-24  Bruno Haible  <bruno@clisp.org>
840
841         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
842         * tests/test-acosl.c (x): New variable.
843         (main): Store argument in x and fetch it from x.
844         * tests/test-asinl.c (x): New variable.
845         (main): Store argument in x and fetch it from x.
846         * tests/test-atanl.c (x): New variable.
847         (main): Store argument in x and fetch it from x.
848         * tests/test-cosl.c (x): New variable.
849         (main): Store argument in x and fetch it from x.
850         * tests/test-expl.c (x): New variable.
851         (main): Store argument in x and fetch it from x.
852         * tests/test-logl.c (x): New variable.
853         (main): Store argument in x and fetch it from x.
854         * tests/test-sinl.c (x): New variable.
855         (main): Store argument in x and fetch it from x.
856         * tests/test-sqrtl.c (x): New variable.
857         (main): Store argument in x and fetch it from x.
858         * tests/test-tanl.c (x): New variable.
859         (main): Store argument in x and fetch it from x.
860
861 2010-01-24  Bruno Haible  <bruno@clisp.org>
862
863         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
864         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
865         assignments to the initial TESTS_ENVIRONMENT.
866         * doc/gnulib.texi (Unit test modules): Document it.
867         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
868         TESTS_ENVIRONMENT.
869         * modules/btowc-tests (Makefile.am): Likewise.
870         * modules/c-stack-tests (Makefile.am): Likewise.
871         * modules/c-strcase-tests (Makefile.am): Likewise.
872         * modules/copy-file-tests (Makefile.am): Likewise.
873         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
874         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
875         * modules/mbrtowc-tests (Makefile.am): Likewise.
876         * modules/mbscasecmp-tests (Makefile.am): Likewise.
877         * modules/mbscasestr-tests (Makefile.am): Likewise.
878         * modules/mbschr-tests (Makefile.am): Likewise.
879         * modules/mbscspn-tests (Makefile.am): Likewise.
880         * modules/mbsinit-tests (Makefile.am): Likewise.
881         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
882         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
883         * modules/mbspbrk-tests (Makefile.am): Likewise.
884         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
885         * modules/mbsrchr-tests (Makefile.am): Likewise.
886         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
887         * modules/mbsspn-tests (Makefile.am): Likewise.
888         * modules/mbsstr-tests (Makefile.am): Likewise.
889         * modules/nl_langinfo-tests (Makefile.am): Likewise.
890         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
891         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
892         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
893         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
894         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
895         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
896         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
897         * modules/wcrtomb-tests (Makefile.am): Likewise.
898         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
899         * modules/wcsrtombs-tests (Makefile.am): Likewise.
900         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
901         assignments from TESTS_ENVIRONMENT.
902         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
903         augmentation.
904         * modules/argp-version-etc-tests (Makefile.am): Likewise.
905         * modules/atexit-tests (Makefile.am): Likewise.
906         * modules/binary-io-tests (Makefile.am): Likewise.
907         * modules/closein-tests (Makefile.am): Likewise.
908         * modules/dprintf-posix-tests (Makefile.am): Likewise.
909         * modules/exclude-tests (Makefile.am): Likewise.
910         * modules/fflush-tests (Makefile.am): Likewise.
911         * modules/fpending-tests (Makefile.am): Likewise.
912         * modules/fprintf-posix-tests (Makefile.am): Likewise.
913         * modules/freadahead-tests (Makefile.am): Likewise.
914         * modules/freadptr-tests (Makefile.am): Likewise.
915         * modules/freadseek-tests (Makefile.am): Likewise.
916         * modules/fseek-tests (Makefile.am): Likewise.
917         * modules/fseeko-tests (Makefile.am): Likewise.
918         * modules/ftell-tests (Makefile.am): Likewise.
919         * modules/ftello-tests (Makefile.am): Likewise.
920         * modules/idpriv-drop-tests (Makefile.am): Likewise.
921         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
922         * modules/lseek-tests (Makefile.am): Likewise.
923         * modules/parse-duration-tests (Makefile.am): Likewise.
924         * modules/perror-tests (Makefile.am): Likewise.
925         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
926         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
927         * modules/pipe-tests (Makefile.am): Likewise.
928         * modules/pread-tests (Makefile.am): Likewise.
929         * modules/printf-posix-tests (Makefile.am): Likewise.
930         * modules/select-tests (Makefile.am): Likewise.
931         * modules/sigpipe-tests (Makefile.am): Likewise.
932         * modules/tsearch-tests (Makefile.am): Likewise.
933         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
934         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
935         * modules/uniname/uniname-tests (Makefile.am): Likewise.
936         * modules/uniwidth/width-tests (Makefile.am): Likewise.
937         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
938         * modules/version-etc-tests (Makefile.am): Likewise.
939         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
940         * modules/vprintf-posix-tests (Makefile.am): Likewise.
941         * modules/xalloc-die-tests (Makefile.am): Likewise.
942         * modules/xprintf-posix-tests (Makefile.am): Likewise.
943         * modules/xstrtoimax-tests (Makefile.am): Likewise.
944         * modules/xstrtol-tests (Makefile.am): Likewise.
945         * modules/xstrtoumax-tests (Makefile.am): Likewise.
946         * modules/yesno-tests (Makefile.am): Likewise.
947         Suggested by Jim Meyering.
948
949 2010-01-24  Bruno Haible  <bruno@clisp.org>
950
951         More documentation.
952         * doc/gnulib.texi (Writing modules): New chapter.
953         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
954         the new chapter.
955
956 2010-01-24  Jim Meyering  <meyering@redhat.com>
957
958         maint.mk: do not prepend "./" after filtering
959         * top/maint.mk (_prepend_srcdir_prefix): New variable
960         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
961         "./" when $(srcdir) is ".".
962
963         define STREQ(a,b) consistently, removing useless parentheses
964         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
965         since the only risk is that "a" or "b" contains an unparenthesized
966         comma, but if either did that, STREQ would have 3 or more arguments.
967         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
968         * lib/fts.c (STREQ): Remove unnecessary parentheses.
969         * lib/hash-triple.c (STREQ): Likewise.
970         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
971         * lib/getugroups.c (STREQ): Likewise.
972
973 2010-01-23  Jim Meyering  <meyering@redhat.com>
974
975         maint.mk: fix syntax-check in a non-srcdir build directory
976         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
977         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
978
979 2010-01-22  Jim Meyering  <meyering@redhat.com>
980
981         userspec: add unit tests
982         * tests/test-userspec.c: New file.
983         * modules/userspec-tests: Likewise.
984
985 2010-01-21  Jim Meyering  <meyering@redhat.com>
986
987         maint.mk: handle source file names containing "." robustly
988         * top/maint.mk (_dot_escaped_srcdir): Define.
989         (VC_LIST): Use it in LHS of sed substitution.
990
991 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
992
993         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
994         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
995         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
996         from a non-srcdir build.
997
998 2010-01-20  Eric Blake  <ebb9@byu.net>
999
1000         warn-on-use: use instead of link-warning
1001         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
1002         * modules/unistd (Depends-on, Makefile.am): Likewise.
1003         * modules/arpa_inet (Depends-on): Replace link-warning with
1004         warn-on-use.
1005         (Makefile.am): Update rules accordingly.
1006         * modules/ctype (Depends-on, Makefile.am): Likewise.
1007         * modules/dirent (Depends-on, Makefile.am): Likewise.
1008         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
1009         * modules/inttypes (Depends-on, Makefile.am): Likewise.
1010         * modules/langinfo (Depends-on, Makefile.am): Likewise.
1011         * modules/locale (Depends-on, Makefile.am): Likewise.
1012         * modules/math (Depends-on, Makefile.am): Likewise.
1013         * modules/search (Depends-on, Makefile.am): Likewise.
1014         * modules/signal (Depends-on, Makefile.am): Likewise.
1015         * modules/spawn (Depends-on, Makefile.am): Likewise.
1016         * modules/stdlib (Depends-on, Makefile.am): Likewise.
1017         * modules/string (Depends-on, Makefile.am): Likewise.
1018         * modules/strings (Depends-on, Makefile.am): Likewise.
1019         * modules/sys_file (Depends-on, Makefile.am): Likewise.
1020         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
1021         * modules/sys_select (Depends-on, Makefile.am): Likewise.
1022         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
1023         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
1024         * modules/sys_times (Depends-on, Makefile.am): Likewise.
1025         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
1026         * modules/wchar (Depends-on, Makefile.am): Likewise.
1027         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
1028         should be poisoned.
1029         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
1030         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
1031         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
1032         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1033         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1034         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1035         * m4/math_h.m4 (gl_MATH_H): Likewise.
1036         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1037         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1038         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1039         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1040         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1041         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1042         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
1043         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
1044         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
1045         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1046         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1047         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1048         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1049         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1050         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1051         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1052         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
1053         GL_LINK_WARNING.
1054         * lib/ctype.in.h: Likewise.
1055         * lib/dirent.in.h: Likewise.
1056         * lib/fcntl.in.h: Likewise.
1057         * lib/inttypes.in.h: Likewise.
1058         * lib/langinfo.in.h: Likewise.
1059         * lib/locale.in.h: Likewise.
1060         * lib/math.in.h: Likewise.
1061         * lib/search.in.h: Likewise.
1062         * lib/signal.in.h: Likewise.
1063         * lib/spawn.in.h: Likewise.
1064         * lib/stdio.in.h: Likewise.
1065         * lib/stdlib.in.h: Likewise.
1066         * lib/string.in.h: Likewise.
1067         * lib/strings.in.h: Likewise.
1068         * lib/sys_file.in.h: Likewise.
1069         * lib/sys_ioctl.in.h: Likewise.
1070         * lib/sys_select.in.h: Likewise.
1071         * lib/sys_socket.in.h: Likewise.
1072         * lib/sys_stat.in.h: Likewise.
1073         * lib/sys_times.in.h: Likewise.
1074         * lib/sys_utsname.in.h: Likewise.
1075         * lib/unistd.in.h: Likewise.
1076         * lib/wchar.in.h: Likewise.
1077
1078 2010-01-20  Bruno Haible  <bruno@clisp.org>
1079
1080         Avoid duplicate -lm.
1081         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
1082         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
1083         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
1084         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
1085         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
1086         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
1087         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
1088         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
1089         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
1090         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
1091         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
1092         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
1093         Reported by Paolo Bonzini.
1094
1095 2010-01-19  Bruno Haible  <bruno@clisp.org>
1096
1097         langinfo, nl_langinfo: Relicense under LGPLv2+.
1098         * modules/langinfo (License): Change to LGPLv2+.
1099         * modules/nl_langinfo (License): Likewise.
1100         Patch by David Lutterkort <lutter@redhat.com>.
1101
1102 2010-01-19  Bruno Haible  <bruno@clisp.org>
1103
1104         Avoid compilation error with cc on OSF/1 5.1.
1105         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
1106         statement, not before.
1107         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1108
1109 2010-01-18  Bruno Haible  <bruno@clisp.org>
1110
1111         Avoid a link error due to the __printf__ symbol.
1112         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
1113         and 2.6.x.
1114         (__format__, __printf__): Remove definitions.
1115         * lib/argp-fmtstream.h: Likewise.
1116         * lib/argp.h: Likewise.
1117         * lib/error.h: Likewise.
1118         * lib/vasnprintf.h: Likewise.
1119         * lib/xprintf.h: Likewise.
1120         * lib/xvasprintf.h: Likewise.
1121         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1122
1123 2010-01-18  Bruno Haible  <bruno@clisp.org>
1124
1125         Tests for module 'tanl'.
1126         * modules/tanl-tests: New file.
1127         * tests/test-tanl.c: New file.
1128
1129         Tests for module 'sqrtl'.
1130         * modules/sqrtl-tests: New file.
1131         * tests/test-sqrtl.c: New file.
1132
1133         Tests for module 'sinl'.
1134         * modules/sinl-tests: New file.
1135         * tests/test-sinl.c: New file.
1136
1137         Tests for module 'logl'.
1138         * modules/logl-tests: New file.
1139         * tests/test-logl.c: New file.
1140
1141         Tests for module 'expl'.
1142         * modules/expl-tests: New file.
1143         * tests/test-expl.c: New file.
1144
1145         Tests for module 'cosl'.
1146         * modules/cosl-tests: New file.
1147         * tests/test-cosl.c: New file.
1148
1149         Tests for module 'atanl'.
1150         * modules/atanl-tests: New file.
1151         * tests/test-atanl.c: New file.
1152
1153         Tests for module 'asinl'.
1154         * modules/asinl-tests: New file.
1155         * tests/test-asinl.c: New file.
1156
1157         Tests for module 'acosl'.
1158         * modules/acosl-tests: New file.
1159         * tests/test-acosl.c: New file.
1160
1161         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1162         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
1163         tanl): Use the standard gnulib idiom.
1164         * lib/cosl.c: Don't include trigl.c and sincosl.c.
1165         * lib/sinl.c: Likewise.
1166         * lib/tanl.c: Don't include trigl.c.
1167         (kernel_tanl): Make static.
1168         * lib/sincosl.c: Include trigl.h first.
1169         * lib/trigl.c: Likewise.
1170         * m4/acosl.m4: New file.
1171         * m4/asinl.m4: New file.
1172         * m4/atanl.m4: New file.
1173         * m4/cosl.m4: New file.
1174         * m4/expl.m4: New file.
1175         * m4/logl.m4: New file.
1176         * m4/sinl.m4: New file.
1177         * m4/sqrtl.m4: New file.
1178         * m4/tanl.m4: New file.
1179         * m4/mathl.m4: Remove file.
1180         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
1181         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1182         Don't initialize GNULIB_MATHL.
1183         * modules/acosl: New file.
1184         * modules/asinl: New file.
1185         * modules/atanl: New file.
1186         * modules/cosl: New file.
1187         * modules/expl: New file.
1188         * modules/logl: New file.
1189         * modules/sinl: New file.
1190         * modules/sqrtl: New file.
1191         * modules/tanl: New file.
1192         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
1193         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
1194         substitute GNULIB_MATHL.
1195         * modules/mathl: Rewritten.
1196         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
1197         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
1198         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
1199         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
1200         * doc/posix-functions/expl.texi: Mention the 'expl' module.
1201         * doc/posix-functions/logl.texi: Mention the 'logl' module.
1202         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
1203         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
1204         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
1205
1206 2010-01-18  Bruno Haible  <bruno@clisp.org>
1207
1208         sqrt: Make gl_FUNC_SQRT requirable.
1209         * m4/sqrt.m4: New file.
1210         * modules/sqrt (Files): Add it.
1211         (configure.ac): Invoke gl_FUNC_SQRT.
1212
1213 2010-01-18  Bruno Haible  <bruno@clisp.org>
1214
1215         New modules for common <math.h> functions.
1216         * m4/mathfunc.m4: New file.
1217         * modules/acos: New file.
1218         * modules/asin: New file.
1219         * modules/atan: New file.
1220         * modules/atan2: New file.
1221         * modules/cbrt: New file.
1222         * modules/copysign: New file.
1223         * modules/cos: New file.
1224         * modules/cosh: New file.
1225         * modules/erf: New file.
1226         * modules/erfc: New file.
1227         * modules/exp: New file.
1228         * modules/fabs: New file.
1229         * modules/fmod: New file.
1230         * modules/hypot: New file.
1231         * modules/j0: New file.
1232         * modules/j1: New file.
1233         * modules/jn: New file.
1234         * modules/ldexp: New file.
1235         * modules/lgamma: New file.
1236         * modules/log: New file.
1237         * modules/log10: New file.
1238         * modules/log1p: New file.
1239         * modules/logb: New file.
1240         * modules/modf: New file.
1241         * modules/nextafter: New file.
1242         * modules/pow: New file.
1243         * modules/remainder: New file.
1244         * modules/rint: New file.
1245         * modules/sin: New file.
1246         * modules/sinh: New file.
1247         * modules/sqrt: New file.
1248         * modules/tan: New file.
1249         * modules/tanh: New file.
1250         * modules/y0: New file.
1251         * modules/y1: New file.
1252         * modules/yn: New file.
1253         * doc/posix-functions/acos.texi: Mention the 'acos' module.
1254         * doc/posix-functions/asin.texi: Mention the 'asin' module.
1255         * doc/posix-functions/atan.texi: Mention the 'atan' module.
1256         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
1257         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
1258         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
1259         * doc/posix-functions/cos.texi: Mention the 'cos' module.
1260         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
1261         * doc/posix-functions/erf.texi: Mention the 'erf' module.
1262         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
1263         * doc/posix-functions/exp.texi: Mention the 'exp' module.
1264         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
1265         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
1266         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
1267         * doc/posix-functions/j0.texi: Mention the 'j0' module.
1268         * doc/posix-functions/j1.texi: Mention the 'j1' module.
1269         * doc/posix-functions/jn.texi: Mention the 'jn' module.
1270         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
1271         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
1272         * doc/posix-functions/log.texi: Mention the 'log' module.
1273         * doc/posix-functions/log10.texi: Mention the 'log10' module.
1274         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
1275         * doc/posix-functions/logb.texi: Mention the 'logb' module.
1276         * doc/posix-functions/modf.texi: Mention the 'modf' module.
1277         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
1278         * doc/posix-functions/pow.texi: Mention the 'pow' module.
1279         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
1280         * doc/posix-functions/rint.texi: Mention the 'rint' module.
1281         * doc/posix-functions/sin.texi: Mention the 'sin' module.
1282         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
1283         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
1284         * doc/posix-functions/tan.texi: Mention the 'tan' module.
1285         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
1286         * doc/posix-functions/y0.texi: Mention the 'y0' module.
1287         * doc/posix-functions/y1.texi: Mention the 'y1' module.
1288         * doc/posix-functions/yn.texi: Mention the 'yn' module.
1289
1290 2010-01-18  Jim Meyering  <meyering@redhat.com>
1291
1292         ignore-value: relax license to LGPLv2+
1293         * modules/ignore-value (License): Relax to LGPLv2+.
1294
1295         getdate: don't leak when TZ contains two or more '"'s
1296         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
1297         double quote in TZ after the first one.
1298
1299         readtokens: do not leak internal token_lengths buffer
1300         * lib/readtokens.c (readtokens): Free the local, lengths,
1301         when the supplied "token_lengths" parameter is NULL.
1302
1303 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1304
1305         Fix a couple of missing LIBTHREAD link failures on AIX.
1306         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
1307         $(LIBTHREAD).
1308         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
1309
1310         Link test-poll against INET_PTON_LIB.
1311         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
1312         for inet_pton on Solaris 10.
1313
1314 2010-01-17  Bruno Haible  <bruno@clisp.org>
1315
1316         unistdio/*-sprintf: Fix typo in module description.
1317         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
1318         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
1319         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
1320         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
1321         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
1322         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
1323         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
1324         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1325
1326 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1327
1328         gnulib-tool: fix filelist for AIX, HP-UX ksh.
1329         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
1330         variables in shell case patterns, for AIX and HP-UX ksh.
1331
1332         Split large sed scripts, for HP-UX sed.
1333         * modules/stdio: Split sed scripts around 50 sed commands,
1334         to avoid HP-UX limit of 99 commands, in the near future.
1335         * modules/string: Likewise.
1336         * modules/unistd: Likewise.
1337
1338         gnulib-tool: avoid writing in the current directory.
1339         * gnulib-tool (func_emit_lib_Makefile_am)
1340         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
1341         not in the current directory, so concurrent gnulib-tool
1342         instances do not interfere.
1343
1344 2010-01-16  Jim Meyering  <meyering@redhat.com>
1345
1346         doc: update users.txt
1347         * users.txt: Add grep.
1348         (diffutils, gzip): Update URLs.
1349
1350 2010-01-12  Bruno Haible  <bruno@clisp.org>
1351
1352         posix_spawn: Avoid test failure on Cygwin.
1353         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
1354         characters.
1355         Reported by Simon Josefsson.
1356
1357 2010-01-12  Bruno Haible  <bruno@clisp.org>
1358
1359         * tests/test-cond.c (main): When skipping the test, show the reason.
1360
1361 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1362
1363         * lib/striconv.c (str_cd_iconv): Avoid if before free.
1364
1365 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1366
1367         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
1368         VC_LIST_ALWAYS_EXCLUDE_REGEX.
1369
1370 2010-01-12  Eric Blake  <ebb9@byu.net>
1371
1372         build: guarantee AS_VAR_IF
1373         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
1374         (gl_AS_VAR_IF): Move...
1375         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
1376         Reported by Simon Josefsson.
1377
1378 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1379
1380         * lib/stdio.in.h: Fix typo.
1381
1382 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1383
1384         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
1385         libgpg-error.
1386
1387 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1388
1389         * tests/test-xalloc-die.sh: Use $EXEEXT.
1390
1391 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1392             Bruno Haible  <bruno@clisp.org>
1393
1394         getlogin, getlogin_r: Avoid test failure.
1395         * tests/test-getlogin.c: Include <stdio.h>.
1396         (main): Skip the test when the function fails because stdin is not a
1397         tty.
1398         * tests/test-getlogin_r.c: Include <stdio.h>.
1399         (main): Skip the test when the function fails because stdin is not a
1400         tty.
1401
1402 2010-01-11  Eric Blake  <ebb9@byu.net>
1403
1404         tests: avoid more large file warnings
1405         * tests/test-fflush.c: Avoid warning about ftell use.
1406         * tests/test-fseek.c: Avoid warning about fseek use.
1407
1408 2010-01-10  Bruno Haible  <bruno@clisp.org>
1409
1410         nproc: Work better on Linux when /proc and /sys are not mounted.
1411         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
1412         as lower bound when, on glibc/Linux systems,
1413         sysconf (_SC_NPROCESSORS_CONF) returns 1.
1414         Suggested by Pádraig Brady <P@draigbrady.com>.
1415         Reported by Dmitry V. Levin <ldv@altlinux.org>.
1416
1417         nproc: Refactor.
1418         * lib/nproc.c (num_processors_via_affinity_mask): New function,
1419         extracted from num_processors.
1420         (num_processors): Call it.
1421
1422 2010-01-11  Jim Meyering  <meyering@redhat.com>
1423
1424         utimecmp: avoid new warning from upcoming gcc-4.5.0
1425         * lib/utimecmp.c (BILLION): Define using #define rather than an
1426         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
1427
1428 2010-01-11  Eric Blake  <ebb9@byu.net>
1429
1430         math: add portability warnings for classification macros
1431         * modules/math (Depends-on): Add warn-on-use.
1432         (Makefile.am): Provide new substitutions.
1433         * m4/math_h.m4 (gl_MATH_H): Require inline.
1434         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
1435         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
1436         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
1437         implement warnings.
1438
1439         unistd: warn on use of environ without module
1440         * modules/unistd (Depends-on): Add warn-on-use.
1441         (Makefile.am): Provide new substitutions.
1442         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
1443         * lib/unistd.in.h (environ): Wrap with a warning helper function.
1444
1445         stdio: warn on suspicious uses
1446         * modules/stdio (Depends-on): Add warn-on-use.
1447         (Makefile.am): Provide new substitutions.
1448         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
1449         fseeko.
1450         * lib/stdio.in.h (gets): Always warn on use.
1451         (fseek, ftell): Adjust when warnings are issued, and honor
1452         _GL_NO_LARGE_FILES as a way to silence the warning.
1453         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
1454         any warning about large file offsets.
1455         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
1456         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
1457         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
1458         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
1459         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
1460         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
1461         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
1462         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
1463
1464         warn-on-use: new module
1465         * modules/warn-on-use: New file.
1466         * build-aux/warn-on-use.h: Likewise.
1467         * m4/warn-on-use.m4: Likewise.
1468         * MODULES.html.sh (Support for building): Mention it.
1469
1470 2010-01-10  Bruno Haible  <bruno@clisp.org>
1471
1472         Tests for module 'unistr/u32-strdup'.
1473         * modules/unistr/u32-strdup-tests: New file.
1474         * tests/unistr/test-u32-strdup.c: New file.
1475
1476         Tests for module 'unistr/u16-strdup'.
1477         * modules/unistr/u16-strdup-tests: New file.
1478         * tests/unistr/test-u16-strdup.c: New file.
1479
1480         Tests for module 'unistr/u8-strdup'.
1481         * modules/unistr/u8-strdup-tests: New file.
1482         * tests/unistr/test-u8-strdup.c: New file.
1483         * tests/unistr/test-strdup.h: New file.
1484
1485         Tests for module 'unistr/u32-strncmp'.
1486         * modules/unistr/u32-strncmp-tests: New file.
1487         * tests/unistr/test-u32-strncmp.c: New file.
1488
1489         Tests for module 'unistr/u16-strncmp'.
1490         * modules/unistr/u16-strncmp-tests: New file.
1491         * tests/unistr/test-u16-strncmp.c: New file.
1492
1493         Tests for module 'unistr/u8-strncmp'.
1494         * modules/unistr/u8-strncmp-tests: New file.
1495         * tests/unistr/test-u8-strncmp.c: New file.
1496         * tests/unistr/test-strncmp.h: New file.
1497
1498         Tests for module 'unistr/u32-strcoll'.
1499         * modules/unistr/u32-strcoll-tests: New file.
1500         * tests/unistr/test-u32-strcoll.c: New file.
1501
1502         Tests for module 'unistr/u16-strcoll'.
1503         * modules/unistr/u16-strcoll-tests: New file.
1504         * tests/unistr/test-u16-strcoll.c: New file.
1505
1506         Tests for module 'unistr/u8-strcoll'.
1507         * modules/unistr/u8-strcoll-tests: New file.
1508         * tests/unistr/test-u8-strcoll.c: New file.
1509
1510         Tests for module 'unistr/u32-strcmp'.
1511         * modules/unistr/u32-strcmp-tests: New file.
1512         * tests/unistr/test-u32-strcmp.c: New file.
1513         * tests/unistr/test-u32-strcmp.h: New file.
1514
1515         Tests for module 'unistr/u16-strcmp'.
1516         * modules/unistr/u16-strcmp-tests: New file.
1517         * tests/unistr/test-u16-strcmp.c: New file.
1518         * tests/unistr/test-u16-strcmp.h: New file.
1519
1520         Tests for module 'unistr/u8-strcmp'.
1521         * modules/unistr/u8-strcmp-tests: New file.
1522         * tests/unistr/test-u8-strcmp.c: New file.
1523         * tests/unistr/test-u8-strcmp.h: New file.
1524         * tests/unistr/test-strcmp.h: New file.
1525
1526         Tests for module 'unistr/u32-strncat'.
1527         * modules/unistr/u32-strncat-tests: New file.
1528         * tests/unistr/test-u32-strncat.c: New file.
1529
1530         Tests for module 'unistr/u16-strncat'.
1531         * modules/unistr/u16-strncat-tests: New file.
1532         * tests/unistr/test-u16-strncat.c: New file.
1533
1534         Tests for module 'unistr/u8-strncat'.
1535         * modules/unistr/u8-strncat-tests: New file.
1536         * tests/unistr/test-u8-strncat.c: New file.
1537         * tests/unistr/test-strncat.h: New file.
1538
1539         Tests for module 'unistr/u32-strcat'.
1540         * modules/unistr/u32-strcat-tests: New file.
1541         * tests/unistr/test-u32-strcat.c: New file.
1542
1543         Tests for module 'unistr/u16-strcat'.
1544         * modules/unistr/u16-strcat-tests: New file.
1545         * tests/unistr/test-u16-strcat.c: New file.
1546
1547         Tests for module 'unistr/u8-strcat'.
1548         * modules/unistr/u8-strcat-tests: New file.
1549         * tests/unistr/test-u8-strcat.c: New file.
1550         * tests/unistr/test-strcat.h: New file.
1551
1552         Tests for module 'unistr/u32-stpncpy'.
1553         * modules/unistr/u32-stpncpy-tests: New file.
1554         * tests/unistr/test-u32-stpncpy.c: New file.
1555
1556         Tests for module 'unistr/u16-stpncpy'.
1557         * modules/unistr/u16-stpncpy-tests: New file.
1558         * tests/unistr/test-u16-stpncpy.c: New file.
1559
1560         Tests for module 'unistr/u8-stpncpy'.
1561         * modules/unistr/u8-stpncpy-tests: New file.
1562         * tests/unistr/test-u8-stpncpy.c: New file.
1563         * tests/unistr/test-stpncpy.h: New file.
1564
1565         Tests for module 'unistr/u32-strncpy'.
1566         * modules/unistr/u32-strncpy-tests: New file.
1567         * tests/unistr/test-u32-strncpy.c: New file.
1568
1569         Tests for module 'unistr/u16-strncpy'.
1570         * modules/unistr/u16-strncpy-tests: New file.
1571         * tests/unistr/test-u16-strncpy.c: New file.
1572
1573         Tests for module 'unistr/u8-strncpy'.
1574         * modules/unistr/u8-strncpy-tests: New file.
1575         * tests/unistr/test-u8-strncpy.c: New file.
1576         * tests/unistr/test-strncpy.h: New file.
1577
1578         Tests for module 'unistr/u32-stpcpy'.
1579         * modules/unistr/u32-stpcpy-tests: New file.
1580         * tests/unistr/test-u32-stpcpy.c: New file.
1581
1582         Tests for module 'unistr/u16-stpcpy'.
1583         * modules/unistr/u16-stpcpy-tests: New file.
1584         * tests/unistr/test-u16-stpcpy.c: New file.
1585
1586         Tests for module 'unistr/u8-stpcpy'.
1587         * modules/unistr/u8-stpcpy-tests: New file.
1588         * tests/unistr/test-u8-stpcpy.c: New file.
1589         * tests/unistr/test-stpcpy.h: New file.
1590
1591         Tests for module 'unistr/u32-strcpy'.
1592         * modules/unistr/u32-strcpy-tests: New file.
1593         * tests/unistr/test-u32-strcpy.c: New file.
1594
1595         Tests for module 'unistr/u16-strcpy'.
1596         * modules/unistr/u16-strcpy-tests: New file.
1597         * tests/unistr/test-u16-strcpy.c: New file.
1598
1599         Tests for module 'unistr/u8-strcpy'.
1600         * modules/unistr/u8-strcpy-tests: New file.
1601         * tests/unistr/test-u8-strcpy.c: New file.
1602         * tests/unistr/test-strcpy.h: New file.
1603
1604         Tests for module 'unistr/u32-strnlen'.
1605         * modules/unistr/u32-strnlen-tests: New file.
1606         * tests/unistr/test-u32-strnlen.c: New file.
1607
1608         Tests for module 'unistr/u16-strnlen'.
1609         * modules/unistr/u16-strnlen-tests: New file.
1610         * tests/unistr/test-u16-strnlen.c: New file.
1611
1612         Tests for module 'unistr/u8-strnlen'.
1613         * modules/unistr/u8-strnlen-tests: New file.
1614         * tests/unistr/test-u8-strnlen.c: New file.
1615         * tests/unistr/test-strnlen.h: New file.
1616
1617         Tests for module 'unistr/u32-strlen'.
1618         * modules/unistr/u32-strlen-tests: New file.
1619         * tests/unistr/test-u32-strlen.c: New file.
1620
1621         Tests for module 'unistr/u16-strlen'.
1622         * modules/unistr/u16-strlen-tests: New file.
1623         * tests/unistr/test-u16-strlen.c: New file.
1624
1625         Tests for module 'unistr/u8-strlen'.
1626         * modules/unistr/u8-strlen-tests: New file.
1627         * tests/unistr/test-u8-strlen.c: New file.
1628
1629         Tests for module 'unistr/u32-prev'.
1630         * modules/unistr/u32-prev-tests: New file.
1631         * tests/unistr/test-u32-prev.c: New file.
1632
1633         Tests for module 'unistr/u16-prev'.
1634         * modules/unistr/u16-prev-tests: New file.
1635         * tests/unistr/test-u16-prev.c: New file.
1636
1637         Tests for module 'unistr/u8-prev'.
1638         * modules/unistr/u8-prev-tests: New file.
1639         * tests/unistr/test-u8-prev.c: New file.
1640
1641         Tests for module 'unistr/u32-next'.
1642         * modules/unistr/u32-next-tests: New file.
1643         * tests/unistr/test-u32-next.c: New file.
1644
1645         Tests for module 'unistr/u16-next'.
1646         * modules/unistr/u16-next-tests: New file.
1647         * tests/unistr/test-u16-next.c: New file.
1648
1649         Tests for module 'unistr/u8-next'.
1650         * modules/unistr/u8-next-tests: New file.
1651         * tests/unistr/test-u8-next.c: New file.
1652
1653         Tests for module 'unistr/u32-strmbtouc'.
1654         * modules/unistr/u32-strmbtouc-tests: New file.
1655         * tests/unistr/test-u32-strmbtouc.c: New file.
1656
1657         Tests for module 'unistr/u16-strmbtouc'.
1658         * modules/unistr/u16-strmbtouc-tests: New file.
1659         * tests/unistr/test-u16-strmbtouc.c: New file.
1660
1661         Tests for module 'unistr/u8-strmbtouc'.
1662         * modules/unistr/u8-strmbtouc-tests: New file.
1663         * tests/unistr/test-u8-strmbtouc.c: New file.
1664
1665         Tests for module 'unistr/u32-strmblen'.
1666         * modules/unistr/u32-strmblen-tests: New file.
1667         * tests/unistr/test-u32-strmblen.c: New file.
1668
1669         Tests for module 'unistr/u16-strmblen'.
1670         * modules/unistr/u16-strmblen-tests: New file.
1671         * tests/unistr/test-u16-strmblen.c: New file.
1672
1673         Tests for module 'unistr/u8-strmblen'.
1674         * modules/unistr/u8-strmblen-tests: New file.
1675         * tests/unistr/test-u8-strmblen.c: New file.
1676
1677         Tests for module 'unistr/u32-cpy-alloc'.
1678         * modules/unistr/u32-cpy-alloc-tests: New file.
1679         * tests/unistr/test-u32-cpy-alloc.c: New file.
1680
1681         Tests for module 'unistr/u16-cpy-alloc'.
1682         * modules/unistr/u16-cpy-alloc-tests: New file.
1683         * tests/unistr/test-u16-cpy-alloc.c: New file.
1684
1685         Tests for module 'unistr/u8-cpy-alloc'.
1686         * modules/unistr/u8-cpy-alloc-tests: New file.
1687         * tests/unistr/test-u8-cpy-alloc.c: New file.
1688         * tests/unistr/test-cpy-alloc.h: New file.
1689
1690         Tests for module 'unistr/u32-mbsnlen'.
1691         * modules/unistr/u32-mbsnlen-tests: New file.
1692         * tests/unistr/test-u32-mbsnlen.c: New file.
1693
1694         Tests for module 'unistr/u16-mbsnlen'.
1695         * modules/unistr/u16-mbsnlen-tests: New file.
1696         * tests/unistr/test-u16-mbsnlen.c: New file.
1697
1698         Tests for module 'unistr/u8-mbsnlen'.
1699         * modules/unistr/u8-mbsnlen-tests: New file.
1700         * tests/unistr/test-u8-mbsnlen.c: New file.
1701
1702         Tests for module 'unistr/u32-chr'.
1703         * modules/unistr/u32-chr-tests: New file.
1704         * tests/unistr/test-u32-chr.c: New file.
1705
1706         Tests for module 'unistr/u16-chr'.
1707         * modules/unistr/u16-chr-tests: New file.
1708         * tests/unistr/test-u16-chr.c: New file.
1709
1710         Tests for module 'unistr/u8-chr'.
1711         * modules/unistr/u8-chr-tests: New file.
1712         * tests/unistr/test-u8-chr.c: New file.
1713         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
1714
1715         Tests for module 'unistr/u32-cmp2'.
1716         * modules/unistr/u32-cmp2-tests: New file.
1717         * tests/unistr/test-u32-cmp2.c: New file.
1718
1719         Tests for module 'unistr/u16-cmp2'.
1720         * modules/unistr/u16-cmp2-tests: New file.
1721         * tests/unistr/test-u16-cmp2.c: New file.
1722
1723         Tests for module 'unistr/u8-cmp2'.
1724         * modules/unistr/u8-cmp2-tests: New file.
1725         * tests/unistr/test-u8-cmp2.c: New file.
1726         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
1727
1728         Tests for module 'unistr/u32-cmp'.
1729         * modules/unistr/u32-cmp-tests: New file.
1730         * tests/unistr/test-u32-cmp.c: New file.
1731
1732         Tests for module 'unistr/u16-cmp'.
1733         * modules/unistr/u16-cmp-tests: New file.
1734         * tests/unistr/test-u16-cmp.c: New file.
1735
1736         Tests for module 'unistr/u8-cmp'.
1737         * modules/unistr/u8-cmp-tests: New file.
1738         * tests/unistr/test-u8-cmp.c: New file.
1739         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
1740
1741         Tests for module 'unistr/u32-set'.
1742         * modules/unistr/u32-set-tests: New file.
1743         * tests/unistr/test-u32-set.c: New file.
1744
1745         Tests for module 'unistr/u16-set'.
1746         * modules/unistr/u16-set-tests: New file.
1747         * tests/unistr/test-u16-set.c: New file.
1748
1749         Tests for module 'unistr/u8-set'.
1750         * modules/unistr/u8-set-tests: New file.
1751         * tests/unistr/test-u8-set.c: New file.
1752         * tests/unistr/test-set.h: New file.
1753
1754         Tests for module 'unistr/u32-move'.
1755         * modules/unistr/u32-move-tests: New file.
1756         * tests/unistr/test-u32-move.c: New file.
1757
1758         Tests for module 'unistr/u16-move'.
1759         * modules/unistr/u16-move-tests: New file.
1760         * tests/unistr/test-u16-move.c: New file.
1761
1762         Tests for module 'unistr/u8-move'.
1763         * modules/unistr/u8-move-tests: New file.
1764         * tests/unistr/test-u8-move.c: New file.
1765         * tests/unistr/test-move.h: New file.
1766
1767         Tests for module 'unistr/u32-cpy'.
1768         * modules/unistr/u32-cpy-tests: New file.
1769         * tests/unistr/test-u32-cpy.c: New file.
1770
1771         Tests for module 'unistr/u16-cpy'.
1772         * modules/unistr/u16-cpy-tests: New file.
1773         * tests/unistr/test-u16-cpy.c: New file.
1774
1775         Tests for module 'unistr/u8-cpy'.
1776         * modules/unistr/u8-cpy-tests: New file.
1777         * tests/unistr/test-u8-cpy.c: New file.
1778         * tests/unistr/test-cpy.h: New file.
1779
1780 2010-01-09  Bruno Haible  <bruno@clisp.org>
1781
1782         Tests for module 'unistr/u32-uctomb'.
1783         * modules/unistr/u32-uctomb-tests: New file.
1784         * tests/unistr/test-u32-uctomb.c: New file.
1785
1786         Tests for module 'unistr/u16-uctomb'.
1787         * modules/unistr/u16-uctomb-tests: New file.
1788         * tests/unistr/test-u16-uctomb.c: New file.
1789
1790         Tests for module 'unistr/u8-uctomb'.
1791         * modules/unistr/u8-uctomb-tests: New file.
1792         * tests/unistr/test-u8-uctomb.c: New file.
1793
1794         Tests for module 'unistr/u32-mbtoucr'.
1795         * modules/unistr/u32-mbtoucr-tests: New file.
1796         * tests/unistr/test-u32-mbtoucr.c: New file.
1797
1798         Tests for module 'unistr/u16-mbtoucr'.
1799         * modules/unistr/u16-mbtoucr-tests: New file.
1800         * tests/unistr/test-u16-mbtoucr.c: New file.
1801
1802         Tests for module 'unistr/u8-mbtoucr'.
1803         * modules/unistr/u8-mbtoucr-tests: New file.
1804         * tests/unistr/test-u8-mbtoucr.c: New file.
1805
1806         Tests for module 'unistr/u32-mbtouc'.
1807         * modules/unistr/u32-mbtouc-tests: New file.
1808         * tests/unistr/test-u32-mbtouc.c: New file.
1809
1810         Tests for module 'unistr/u16-mbtouc'.
1811         * modules/unistr/u16-mbtouc-tests: New file.
1812         * tests/unistr/test-u16-mbtouc.c: New file.
1813
1814         Tests for module 'unistr/u8-mbtouc'.
1815         * modules/unistr/u8-mbtouc-tests: New file.
1816         * tests/unistr/test-u8-mbtouc.c: New file.
1817
1818         Tests for module 'unistr/u32-mbtouc-unsafe'.
1819         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
1820         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
1821         * tests/unistr/test-u32-mbtouc.h: New file.
1822
1823         Tests for module 'unistr/u16-mbtouc-unsafe'.
1824         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
1825         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
1826         * tests/unistr/test-u16-mbtouc.h: New file.
1827
1828         Tests for module 'unistr/u8-mbtouc-unsafe'.
1829         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
1830         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
1831         * tests/unistr/test-u8-mbtouc.h: New file.
1832
1833         Tests for module 'unistr/u32-mblen'.
1834         * modules/unistr/u32-mblen-tests: New file.
1835         * tests/unistr/test-u32-mblen.c: New file.
1836
1837         Tests for module 'unistr/u16-mblen'.
1838         * modules/unistr/u16-mblen-tests: New file.
1839         * tests/unistr/test-u16-mblen.c: New file.
1840
1841         Tests for module 'unistr/u8-mblen'.
1842         * modules/unistr/u8-mblen-tests: New file.
1843         * tests/unistr/test-u8-mblen.c: New file.
1844
1845         Tests for module 'unistr/u32-to-u16'.
1846         * modules/unistr/u32-to-u16-tests: New file.
1847         * tests/unistr/test-u32-to-u16.c: New file.
1848
1849         Tests for module 'unistr/u32-to-u8'.
1850         * modules/unistr/u32-to-u8-tests: New file.
1851         * tests/unistr/test-u32-to-u8.c: New file.
1852
1853         Tests for module 'unistr/u16-to-u32'.
1854         * modules/unistr/u16-to-u32-tests: New file.
1855         * tests/unistr/test-u16-to-u32.c: New file.
1856
1857         Tests for module 'unistr/u16-to-u8'.
1858         * modules/unistr/u16-to-u8-tests: New file.
1859         * tests/unistr/test-u16-to-u8.c: New file.
1860
1861         Tests for module 'unistr/u8-to-u32'.
1862         * modules/unistr/u8-to-u32-tests: New file.
1863         * tests/unistr/test-u8-to-u32.c: New file.
1864
1865         Tests for module 'unistr/u8-to-u16'.
1866         * modules/unistr/u8-to-u16-tests: New file.
1867         * tests/unistr/test-u8-to-u16.c: New file.
1868
1869         Tests for module 'unistr/u32-check'.
1870         * modules/unistr/u32-check-tests: New file.
1871         * tests/unistr/test-u32-check.c: New file.
1872
1873         Tests for module 'unistr/u16-check'.
1874         * modules/unistr/u16-check-tests: New file.
1875         * tests/unistr/test-u16-check.c: New file.
1876
1877         Tests for module 'unistr/u8-check'.
1878         * modules/unistr/u8-check-tests: New file.
1879         * tests/unistr/test-u8-check.c: New file.
1880
1881         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
1882         (category_equals): New function.
1883         (main): Add more tests.
1884         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
1885
1886         * tests/unictype/test-bidi_byname.c (main): Add more tests.
1887
1888 2010-01-10  Bruno Haible  <bruno@clisp.org>
1889
1890         unistr/u*-strcoll: Try harder to distinguish different strings.
1891         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
1892         compare s1 and s2 to see if they are different.
1893
1894 2010-01-10  Bruno Haible  <bruno@clisp.org>
1895
1896         unistr/u*-stpncpy: Fix the return value.
1897         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
1898         description of the return value consistent with stpncpy in glibc.
1899         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
1900         written non-NUL unit.
1901
1902 2010-01-10  Bruno Haible  <bruno@clisp.org>
1903
1904         unistr/u*-next: Add missing dependencies.
1905         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
1906         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
1907         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
1908
1909 2010-01-10  Bruno Haible  <bruno@clisp.org>
1910
1911         unistr/u8-mbsnlen: Fix return value for incomplete character.
1912         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
1913         u8_mblen.
1914         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
1915         Remove unistr/u8-mblen.
1916         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
1917         u16_mblen.
1918         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
1919         Remove unistr/u16-mblen.
1920
1921 2010-01-10  Bruno Haible  <bruno@clisp.org>
1922
1923         wchar: Fix compilation error when <wchar.h> is used from coreutils.
1924         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
1925         Reported by Brian Gough <bjg@gnu.org> and
1926         Chris Clayton <chris2553@googlemail.com> via
1927         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
1928
1929 2010-01-09  Bruno Haible  <bruno@clisp.org>
1930
1931         unistr/u16-to-u32: Reject invalid input.
1932         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
1933         u16_mbtouc.
1934         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
1935         Remove unistr/u16-mbtouc.
1936
1937         unistr/u16-to-u8: Reject invalid input.
1938         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
1939         u16_mbtouc.
1940         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
1941         Remove unistr/u16-mbtouc.
1942
1943         unistr/u8-to-u32: Reject invalid input.
1944         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
1945         u8_mbtouc.
1946         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
1947         Remove unistr/u8-mbtouc.
1948
1949         unistr/u8-to-u16: Reject invalid input.
1950         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
1951         u8_mbtouc.
1952         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
1953         Remove unistr/u8-mbtouc.
1954
1955 2010-01-09  Bruno Haible  <bruno@clisp.org>
1956
1957         Tests for module 'getlogin'.
1958         * modules/getlogin-tests: New file.
1959         * tests/test-getlogin.c: New file.
1960
1961         New module 'getlogin'.
1962         * lib/unistd.in.h (getlogin): New declaration.
1963         * lib/getlogin.c: New file.
1964         * m4/getlogin.m4: New file.
1965         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
1966         HAVE_GETLOGIN.
1967         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
1968         HAVE_GETLOGIN.
1969         * modules/getlogin: New file.
1970         * doc/posix-functions/getlogin.texi: Mention the new module.
1971         Reported by John W. Eaton <jwe@gnu.org>.
1972
1973 2010-01-09  Bruno Haible  <bruno@clisp.org>
1974
1975         getlogin_r: Support for native Windows.
1976         * lib/getlogin_r.c: Include <windows.h>
1977         (getlogin_r): Implement for native Windows.
1978         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
1979         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
1980         via John W. Eaton <jwe@gnu.org>.
1981
1982 2010-01-09  Bruno Haible  <bruno@clisp.org>
1983
1984         getlogin_r: Small fixes.
1985         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
1986         succeeds.
1987         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
1988         before testing whether getlogin_r is declared. No need to set
1989         HAVE_DECL_GETLOGIN_R to 1.
1990         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
1991
1992 2010-01-09  Bruno Haible  <bruno@clisp.org>
1993
1994         * lib/unistd.in.h (getlogin_r): Add comment.
1995
1996 2010-01-09  Bruno Haible  <bruno@clisp.org>
1997
1998         Tests for module 'getlogin_r'.
1999         * modules/getlogin_r-tests: New file.
2000         * tests/test-getlogin_r.c: New file.
2001
2002 2010-01-09  Jim Meyering  <meyering@redhat.com>
2003
2004         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
2005         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
2006         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
2007
2008 2010-01-08  Simon Josefsson  <simon@josefsson.org>
2009
2010         * lib/dup2.c (rpl_dup2): Improve comment.
2011
2012 2010-01-08  Eric Blake  <ebb9@byu.net>
2013
2014         maint.mk: allow packages to add makefile @@ exceptions
2015         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
2016         (sc_makefile_check): Rename...
2017         (sc_makefile_at_at_check): ...to this, and use hook.
2018
2019         dup2: work around mingw bug
2020         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
2021         Reported by Simon Josefsson.
2022
2023 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
2024
2025         glob: Fix C++ compilation.
2026         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
2027         C++.
2028
2029 2010-01-07  Bruno Haible  <bruno@clisp.org>
2030
2031         Fix indentation of wctype.in.h, broken since 2007-01-06.
2032         * lib/wctype.in.h: Fix indentation of preprocessor directives.
2033
2034 2010-01-07  Bruno Haible  <bruno@clisp.org>
2035
2036         mbslen: Avoid collision with system function.
2037         * lib/string.in.h [MirBSD]: Include <wchar.h>.
2038         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
2039         * m4/mbslen.m4: New file.
2040         * modules/mbslen (Files): Add it.
2041         (configure.ac): Invoke gl_MBSLEN.
2042         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
2043         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
2044         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
2045         via Ian Beckwith <ianb@erislabs.net>.
2046
2047 2010-01-07  Bruno Haible  <bruno@clisp.org>
2048
2049         dirent: Document the last fix.
2050         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
2051
2052 2010-01-07  Bruno Haible  <bruno@clisp.org>
2053
2054         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
2055         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
2056         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
2057         va_list are defined.
2058         * doc/posix-headers/stdio.texi: Document the bug of missing types.
2059         Reported by Eric Blake.
2060
2061 2010-01-07  Bruno Haible  <bruno@clisp.org>
2062
2063         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
2064         * modules/xlist (Depends-on): Add 'list',
2065         * modules/xoset (Depends-on): Add 'oset'.
2066         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2067
2068 2010-01-07  Bruno Haible  <bruno@clisp.org>
2069
2070         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
2071         * doc/posix-functions/strncasecmp.texi: Likewise.
2072
2073 2010-01-07  Bruno Haible  <bruno@clisp.org>
2074
2075         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
2076
2077 2010-01-07  John W. Eaton  <jwe@octave.org>
2078
2079         wctype: allow C++ use
2080         * lib/wctype.in.h: Add extern "C" block for C++.
2081
2082 2010-01-06  Eric Blake  <ebb9@byu.net>
2083
2084         maint.mk: detect incorrect GFDL usage
2085         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
2086
2087 2010-01-06  Jim Meyering  <meyering@redhat.com>
2088         and Eric Blake  <ebb9@byu.net>
2089
2090         maint.mk: ignore multi-line copyright in NEWS
2091         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
2092
2093 2010-01-06  Eric Blake  <ebb9@byu.net>
2094
2095         select: add missing dependency
2096         * modules/select-tests (Depends-on): Move sockets dependency...
2097         * modules/select (Depends-on): ...here.
2098         Reported by Ian Beckwith.
2099
2100         doc: regenerate INSTALL
2101         * doc/INSTALL: Reflect recent autoconf update.
2102         * doc/INSTALL.ISO: Likewise.
2103         * doc/INSTALL.UTF-8: Likewise.
2104
2105         pread: fix compilation on glibc
2106         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
2107         Reported by Ralf Wildenhues.
2108
2109         dirent: fix test failure
2110         * lib/dirent.in.h (includes): Guarantee ino_t.
2111         Reported by Ralf Wildenhues.
2112
2113 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
2114
2115         linkat, renameat: avoid bad free
2116         * lib/at-func2.c (at_func2): Fix typo.
2117         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
2118
2119 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2120
2121         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
2122         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
2123         to avoid failure of symlink test later.
2124
2125 2010-01-06  Eric Blake  <ebb9@byu.net>
2126
2127         stdio, unistd: guarantee ssize_t
2128         * lib/unistd.in.h (includes): Ensure that types required by POSIX
2129         2008 are exposed when needed.
2130         * lib/stdio.in.h (includes): Likewise.
2131         Reported by Ralf Wildenhues.
2132
2133 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
2134
2135         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
2136         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
2137         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
2138
2139 2010-01-06  Jim Meyering  <meyering@redhat.com>
2140
2141         readtokens: this module *does* require xalloc.h
2142         It uses only functions that were omitted by the old syntax-check rule.
2143         * lib/readtokens.c: Include "xalloc.h" once again.
2144         * modules/readtokens (Depends-on): Add xalloc.
2145         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
2146
2147 2010-01-05  Eric Blake  <ebb9@byu.net>
2148
2149         maint: support 'make announcement' from a VPATH build
2150         * top/maint.mk (announcement): Look for correct NEWS file.
2151
2152 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
2153
2154         utimens (fdutimens): ignore a negative FD, per contract
2155         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
2156         when we have a valid file descriptor.  Otherwise, using a brand
2157         new glibc (with just-patched futimens that now fails with EBADF)
2158         would cause this function to fail with ENOSYS.
2159         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
2160         See also http://bugzilla.redhat.com/552320.
2161
2162 2010-01-05  Eric Blake  <ebb9@byu.net>
2163
2164         strcase: document what it provides
2165         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
2166         gnulib module.
2167         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
2168         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
2169
2170 2010-01-05  Jim Meyering  <meyering@redhat.com>
2171
2172         maint: remove useless inclusions of "xalloc.h"
2173         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
2174         * lib/readtokens.c: Likewise.
2175         * lib/same.c: Likewise.
2176         * modules/getloadavg (Depends-on): Remove xalloc.
2177         * modules/readtokens: Likewise.
2178         * modules/same: Likewise.
2179
2180         maint.mk: include 4 more function names in alloca.h-checking regexp
2181         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
2182         regexp.  Before, we would give a false-positive (saying alloca.h
2183         is included unnecessarily) when the only uses involved omitted symbols.
2184
2185         xalloc.h: use consistent formatting
2186         * lib/xalloc.h: Move declarations to start in the first column.
2187
2188 2010-01-05  Eric Blake  <ebb9@byu.net>
2189
2190         mkdir: avoid xalloc
2191         * lib/mkdir.c (includes): Drop unused header.
2192         Reported by John W. Eaton.
2193
2194 2010-01-04  Jim Meyering  <meyering@redhat.com>
2195
2196         nl_langinfo: avoid configure-time syntax error
2197         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
2198         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
2199         the empty string.  Don't let that provoke a shell syntax error.
2200
2201         regcomp, regexec, fnmatch: avoid array bounds read error
2202         * lib/regcomp.c (build_equiv_class): From glibc:
2203         Use only the low 24 bits of a findidx return value as an index
2204         into the weights array.  Patch by Ulrich Drepper:
2205         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
2206         * lib/regexec.c (check_node_accept_bytes): Likewise.
2207         * lib/fnmatch_loop.c (FCT): Likewise.
2208
2209         regcomp: skip collseq lookup when there are no rules
2210         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
2211         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
2212
2213         regcomp: recognize ill-formed { } expressions
2214         * lib/regcomp.c (parse_dup_op): From glibc:
2215         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
2216
2217         regcomp: fix typo in comment
2218         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
2219         s/satisfy/satisfies/.
2220
2221         regcomp: sync from glibc: remove dead store
2222         * lib/regcomp.c (duplicate_node_closure): Remove useless
2223         search_duplicated_node call and dead store.
2224
2225         regcomp: sync from glibc; always use nl_langinfo
2226         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
2227         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
2228         * modules/regex (Depends-on): Add nl_langinfo.
2229
2230 2010-01-04  Eric Blake  <ebb9@byu.net>
2231
2232         fdopendir: fix configure test
2233         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
2234
2235 2010-01-01  Bruno Haible  <bruno@clisp.org>
2236
2237         wchar: Remove unused configure check.
2238         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
2239
2240 2010-01-01  Eric Blake  <ebb9@byu.net>
2241
2242         headers: make check of system header explicit
2243         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
2244         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
2245         ourselves.
2246         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2247         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2248         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2249         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
2250         internals.
2251         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
2252         missing.
2253         Suggested by Bruno Haible.
2254
2255 2010-01-01  Jim Meyering  <meyering@redhat.com>
2256
2257         ChangeLog: tweak to eliminate unnecessary copyright line
2258         * ChangeLog: Remove a copyright line that was mistakenly updated
2259         by today's update-copyright run.  Reported by Eric Blake.
2260
2261         test-update-copyright: don't let envvar setting cause test failure
2262         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2263
2264 2010-01-01  Bruno Haible  <bruno@clisp.org>
2265
2266         localename: Avoid gcc warning.
2267         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
2268         function if it is not used.
2269
2270 2010-01-01  Jim Meyering  <meyering@redhat.com>
2271
2272         update nearly all FSF copyright year lists to include 2010
2273         Use the same procedure as for 2009, outlined in
2274         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2275
2276         version-etc: set COPYRIGHT_YEAR to 2010
2277         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
2278
2279 2009-12-31  Eric Blake  <ebb9@byu.net>
2280
2281         doc: correct availability of cygwin 1.5.x getopt
2282         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
2283         variables.
2284         * doc/posix-functions/opterr.texi (opterr): Likewise.
2285         * doc/posix-functions/optind.texi (optind): Likewise.
2286         * doc/posix-functions/optopt.texi (optopt): Likewise.
2287         * doc/posix-functions/tzname.texi (tzname): Likewise.
2288
2289         openat: update maintainer
2290         * modules/openat (Maintainer): Add myself.
2291
2292         utimens: avoid shadowing warning
2293         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
2294         buffers into one, to avoid shadowing, as well as avoiding a
2295         redundant stat.
2296         Reported by Jim Meyering.
2297
2298         test-dup2: avoid compiler warning
2299         * tests/test-dup2.c (is_inheritable): Only define if used.
2300
2301 2010-01-01  Bruno Haible  <bruno@clisp.org>
2302
2303         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
2304         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
2305         defined, use wctomb instead of wcrtomb.
2306
2307 2010-01-01  Bruno Haible  <bruno@clisp.org>
2308
2309         iconv: Reject native Solaris iconv.
2310         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
2311         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
2312
2313 2009-12-31  Bruno Haible  <bruno@clisp.org>
2314
2315         * tests/test-signal.c (main): Remove test of 'SIG'.
2316
2317 2009-12-31  Bruno Haible  <bruno@clisp.org>
2318
2319         spawn: Fix incomplete fix.
2320         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2321         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2322         warnings for GNULIB_POSIXCHECK again.
2323         Reported by Eric Blake.
2324
2325 2009-12-31  Bruno Haible  <bruno@clisp.org>
2326
2327         Avoid namespace pollution on glibc systems.
2328         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
2329         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
2330         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
2331         glibc systems.
2332
2333 2009-12-31  Bruno Haible  <bruno@clisp.org>
2334
2335         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
2336         (gl_REPLACE_WCHAR_H): Turn into a no-op.
2337         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
2338         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
2339         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
2340         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
2341         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
2342
2343 2009-12-31  Bruno Haible  <bruno@clisp.org>
2344
2345         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2346         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
2347         afterwards.
2348
2349 2009-12-31  Bruno Haible  <bruno@clisp.org>
2350
2351         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
2352         SYS_UTSNAME_H.
2353
2354 2009-12-31  Bruno Haible  <bruno@clisp.org>
2355
2356         spawn: Fix misapplied patch.
2357         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2358         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2359         warnings for GNULIB_POSIXCHECK.
2360
2361 2009-12-31  Bruno Haible  <bruno@clisp.org>
2362
2363         times: Update after sys_times changed.
2364         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
2365         * modules/times (Files): Add it.
2366         (configure.ac): Invoke gl_FUNC_TIMES.
2367
2368 2009-12-31  Bruno Haible  <bruno@clisp.org>
2369
2370         Use AC_C_INLINE where necessary.
2371         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
2372         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2373         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
2374         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2375         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2376         * m4/mbiter.m4 (gl_MBITER): Likewise.
2377         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2378         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
2379         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
2380         * modules/u64 (configure.ac): Likewise.
2381
2382 2009-12-31  Bruno Haible  <bruno@clisp.org>
2383
2384         Use AC_C_INLINE instead of module 'inline' where possible.
2385         * modules/inline (Description): Clarify purpose.
2386         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
2387         * modules/count-one-bits (Depends-on): Remove inline.
2388         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
2389         * modules/openat (Depends-on): Remove inline.
2390         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
2391         instead of depending on module 'inline'.
2392         * modules/filevercmp (Depends-on, configure.ac): Likewise.
2393         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
2394         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
2395         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
2396         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
2397         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
2398         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
2399         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
2400         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
2401         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
2402         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
2403         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
2404         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
2405         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
2406         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
2407         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
2408         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
2409         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
2410         Likewise.
2411         * modules/unictype/property-ascii-hex-digit (Depends-on,
2412         configure.ac): Likewise.
2413         * modules/unictype/property-bidi-arabic-digit (Depends-on,
2414         configure.ac): Likewise.
2415         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
2416         configure.ac): Likewise.
2417         * modules/unictype/property-bidi-block-separator (Depends-on,
2418         configure.ac): Likewise.
2419         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
2420         configure.ac): Likewise.
2421         * modules/unictype/property-bidi-common-separator (Depends-on,
2422         configure.ac): Likewise.
2423         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
2424         Likewise.
2425         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
2426         configure.ac): Likewise.
2427         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
2428         configure.ac): Likewise.
2429         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
2430         configure.ac): Likewise.
2431         * modules/unictype/property-bidi-european-digit (Depends-on,
2432         configure.ac): Likewise.
2433         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
2434         configure.ac): Likewise.
2435         * modules/unictype/property-bidi-left-to-right (Depends-on,
2436         configure.ac): Likewise.
2437         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
2438         configure.ac): Likewise.
2439         * modules/unictype/property-bidi-other-neutral (Depends-on,
2440         configure.ac): Likewise.
2441         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
2442         Likewise.
2443         * modules/unictype/property-bidi-segment-separator (Depends-on,
2444         configure.ac): Likewise.
2445         * modules/unictype/property-bidi-whitespace (Depends-on,
2446         configure.ac): Likewise.
2447         * modules/unictype/property-combining (Depends-on, configure.ac):
2448         Likewise.
2449         * modules/unictype/property-composite (Depends-on, configure.ac):
2450         Likewise.
2451         * modules/unictype/property-currency-symbol (Depends-on,
2452         configure.ac): Likewise.
2453         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
2454         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
2455         Likewise.
2456         * modules/unictype/property-default-ignorable-code-point (Depends-on,
2457         configure.ac): Likewise.
2458         * modules/unictype/property-deprecated (Depends-on, configure.ac):
2459         Likewise.
2460         * modules/unictype/property-diacritic (Depends-on, configure.ac):
2461         Likewise.
2462         * modules/unictype/property-extender (Depends-on, configure.ac):
2463         Likewise.
2464         * modules/unictype/property-format-control (Depends-on, configure.ac):
2465         Likewise.
2466         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
2467         Likewise.
2468         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
2469         Likewise.
2470         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
2471         Likewise.
2472         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
2473         Likewise.
2474         * modules/unictype/property-hyphen (Depends-on, configure.ac):
2475         Likewise.
2476         * modules/unictype/property-id-continue (Depends-on, configure.ac):
2477         Likewise.
2478         * modules/unictype/property-id-start (Depends-on, configure.ac):
2479         Likewise.
2480         * modules/unictype/property-ideographic (Depends-on, configure.ac):
2481         Likewise.
2482         * modules/unictype/property-ids-binary-operator (Depends-on,
2483         configure.ac): Likewise.
2484         * modules/unictype/property-ids-trinary-operator (Depends-on,
2485         configure.ac): Likewise.
2486         * modules/unictype/property-ignorable-control (Depends-on,
2487         configure.ac): Likewise.
2488         * modules/unictype/property-iso-control (Depends-on, configure.ac):
2489         Likewise.
2490         * modules/unictype/property-join-control (Depends-on, configure.ac):
2491         Likewise.
2492         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
2493         Likewise.
2494         * modules/unictype/property-line-separator (Depends-on, configure.ac):
2495         Likewise.
2496         * modules/unictype/property-logical-order-exception (Depends-on,
2497         configure.ac): Likewise.
2498         * modules/unictype/property-lowercase (Depends-on, configure.ac):
2499         Likewise.
2500         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
2501         * modules/unictype/property-non-break (Depends-on, configure.ac):
2502         Likewise.
2503         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
2504         Likewise.
2505         * modules/unictype/property-numeric (Depends-on, configure.ac):
2506         Likewise.
2507         * modules/unictype/property-other-alphabetic (Depends-on,
2508         configure.ac): Likewise.
2509         * modules/unictype/property-other-default-ignorable-code-point
2510         (Depends-on, configure.ac): Likewise.
2511         * modules/unictype/property-other-grapheme-extend (Depends-on,
2512         configure.ac): Likewise.
2513         * modules/unictype/property-other-id-continue (Depends-on,
2514         configure.ac): Likewise.
2515         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
2516         Likewise.
2517         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
2518         Likewise.
2519         * modules/unictype/property-other-math (Depends-on, configure.ac):
2520         Likewise.
2521         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
2522         Likewise.
2523         * modules/unictype/property-paired-punctuation (Depends-on,
2524         configure.ac): Likewise.
2525         * modules/unictype/property-paragraph-separator (Depends-on,
2526         configure.ac): Likewise.
2527         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
2528         Likewise.
2529         * modules/unictype/property-pattern-white-space (Depends-on,
2530         configure.ac): Likewise.
2531         * modules/unictype/property-private-use (Depends-on, configure.ac):
2532         Likewise.
2533         * modules/unictype/property-punctuation (Depends-on, configure.ac):
2534         Likewise.
2535         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
2536         Likewise.
2537         * modules/unictype/property-radical (Depends-on, configure.ac):
2538         Likewise.
2539         * modules/unictype/property-sentence-terminal (Depends-on,
2540         configure.ac): Likewise.
2541         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
2542         Likewise.
2543         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
2544         * modules/unictype/property-terminal-punctuation (Depends-on,
2545         configure.ac): Likewise.
2546         * modules/unictype/property-titlecase (Depends-on, configure.ac):
2547         Likewise.
2548         * modules/unictype/property-unassigned-code-value (Depends-on,
2549         configure.ac): Likewise.
2550         * modules/unictype/property-unified-ideograph (Depends-on,
2551         configure.ac): Likewise.
2552         * modules/unictype/property-uppercase (Depends-on, configure.ac):
2553         Likewise.
2554         * modules/unictype/property-variation-selector (Depends-on,
2555         configure.ac): Likewise.
2556         * modules/unictype/property-white-space (Depends-on, configure.ac):
2557         Likewise.
2558         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
2559         Likewise.
2560         * modules/unictype/property-xid-start (Depends-on, configure.ac):
2561         Likewise.
2562         * modules/unictype/property-zero-width (Depends-on, configure.ac):
2563         Likewise.
2564         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
2565         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
2566         Likewise.
2567
2568 2009-12-31  Bruno Haible  <bruno@clisp.org>
2569
2570         Remove unnecessary AC_C_INLINE invocation.
2571         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
2572         since 2009-08-21.
2573
2574 2009-12-31  Jim Meyering  <meyering@redhat.com>
2575
2576         maint.mk: don't require explicit gpg_key_ID in cfg.mk
2577         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
2578         With this change, we can all remove the gpg_key_ID = ... definition
2579         from our respective cfg.mk files.
2580
2581         maint.mk: create announcement template in ~/, not in /tmp
2582         * top/maint.mk (emit_upload_commands): Adjust.
2583         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
2584         Remove temporary file, .ci-msg.
2585
2586 2009-12-31  Eric Blake  <ebb9@byu.net>
2587
2588         link-warning: always build headers with link warnings
2589         * modules/arpa_inet (Makefile.am): Always build replacement
2590         header.
2591         * modules/ctype (Makefile.am): Likewise.
2592         * modules/dirent (Makefile.am): Likewise.
2593         * modules/inttypes (Makefile.am): Likewise.
2594         * modules/langinfo (Makefile.am): Likewise.
2595         * modules/locale (Makefile.am): Likewise.
2596         * modules/spawn (Makefile.am): Likewise.
2597         * modules/sys_file (Makefile.am): Likewise.
2598         * modules/sys_ioctl (Makefile.am): Likewise.
2599         * modules/sys_select (Makefile.am): Likewise.
2600         * modules/sys_socket (Makefile.am): Likewise.
2601         * modules/sys_times (Makefile.am): Likewise.
2602         * modules/sys_utsname (Makefile.am): Likewise.
2603         * modules/sys_wait (Makefile.am): Likewise.
2604         * modules/wchar (Makefile.am): Likewise.
2605         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
2606         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
2607         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
2608         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
2609         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
2610         Likewise.
2611         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2612         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2613         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
2614         Likewise.
2615         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
2616         Likewise.
2617         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
2618         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
2619         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
2620         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2621         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2622         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
2623         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
2624         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
2625         (gl_WCHAR_H_DEFAULTS): Likewise.
2626
2627 2009-12-31  Eric Blake  <ebb9@byu.net>
2628
2629         signal, spawn: use link warnings
2630         * lib/signal.in.h (sigset_t): Make unconditional.
2631         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
2632         (sigpending, sigprocmask, sigaction): Add link warnings.
2633         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
2634         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
2635         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
2636         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
2637         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
2638         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
2639         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
2640         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
2641         (posix_spawn_file_actions_destroy)
2642         (posix_spawn_file_actions_addopen)
2643         (posix_spawn_file_actions_addclose)
2644         (posix_spawwn_file_actions_adddup2): Likewise.
2645         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
2646         * tests/test-signal.c (main): Enhance test.
2647
2648         spawn: improve wrapper support
2649         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
2650         (gl_SPAWN_H_DEFAULTS): New defaults.
2651         * modules/spawn (Makefile.am): Substitute them.
2652         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
2653         Only declare if missing or broken.
2654
2655         sys_times, sys_utsname: use include_next
2656         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
2657         header.
2658         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
2659         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
2660         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
2661         * modules/sys_times (Depends-on): Add include_next.
2662         (Makefile.am): Substitute additional values.
2663         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2664         * lib/sys_times.in.h (includes): Include native header, if
2665         available.
2666         * lib/sys_utsname.in.h (includes): Likewise.
2667         * tests/test-sys_times.c (main): Enhance test.
2668
2669         fdutimensat: revert prior patch
2670         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
2671         utimens.h.
2672         Reported by Bruno Haible.
2673
2674 2009-12-30  Eric Blake  <ebb9@byu.net>
2675
2676         sys_wait: drop link-warning dependency
2677         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
2678         link-warning efforts.
2679         * lib/sys_wait.in.h: Likewise.
2680
2681         fdutimensat: remove bogus dependency
2682         * modules/fdutimensat (Depends-on): Drop inline.
2683
2684         unistd: fix typo
2685         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
2686
2687 2009-12-30  Bruno Haible  <bruno@clisp.org>
2688
2689         Fix compilation error with Solaris cc.
2690         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
2691         * lib/unicase/u16-is-invariant.c: Likewise.
2692         * lib/unicase/u32-is-invariant.c: Likewise.
2693         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2694
2695 2009-12-30  Bruno Haible  <bruno@clisp.org>
2696
2697         Fix test crash.
2698         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
2699         locales.
2700         Reported by Simon Josefsson <simon@josefsson.org>.
2701
2702 2009-12-30  Bruno Haible  <bruno@clisp.org>
2703
2704         Fix compilation error on most platforms.
2705         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
2706         Reported by Simon Josefsson <simon@josefsson.org>
2707         and Nelson H. F. Beebe <beebe@math.utah.edu>.
2708
2709 2009-12-30  Eric Blake  <ebb9@byu.net>
2710
2711         futimens, utimensat: work around ntfs-3g bug
2712         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
2713         a ctime bug is present, and expand workaround to cover ntfs-3g.
2714         * lib/utimens.c (fdutimens, lutimens): Likewise.
2715         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
2716         (validate_timespec): Adjust return value.
2717         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
2718         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2719         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
2720
2721 2009-12-29  Eric Blake  <ebb9@byu.net>
2722
2723         link-warning: make usage consistent
2724         * modules/ctype (Depends-on): Add link-warning.
2725         (Makefile.am): Update rules accordingly.
2726         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2727         * modules/locale (Depends-on, Makefile.am): Likewise.
2728         * modules/sys_file (Makefile.am): Likewise.
2729         * modules/getopt-posix (Makefile.am): Delete unused link warning
2730         efforts.
2731         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
2732         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
2733         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
2734         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
2735
2736         stdio: remove unused variables
2737         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
2738         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
2739         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
2740
2741         tests: test more substitute headers
2742         * modules/ctype-tests: New file.
2743         * modules/dirent-tests: Likewise.
2744         * modules/spawn-tests: Likewise.
2745         * modules/sys_file-tests: Likewise.
2746         * modules/sys_ioctl-tests: Likewise.
2747         * modules/sys_wait-tests: Likewise.
2748         * tests/test-ctype.c: Likewise.
2749         * tests/test-dirent.c: Likewise.
2750         * tests/test-spawn.c: Likewise.
2751         * tests/test-sys_file.c: Likewise.
2752         * tests/test-sys_ioctl.c: Likewise.
2753         * tests/test-sys_wait.c: Likewise.
2754         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
2755         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
2756         whether or not flock is in use.
2757
2758         tests: remove License section from module
2759         * modules/arpa_inet-tests: Remove unneeded section.
2760         * modules/byteswap-tests: Likewise.
2761         * modules/ceilf-tests: Likewise.
2762         * modules/ceill-tests: Likewise.
2763         * modules/crypto/des-tests: Likewise.
2764         * modules/crypto/gc-arcfour-tests: Likewise.
2765         * modules/crypto/gc-arctwo-tests: Likewise.
2766         * modules/crypto/gc-des-tests: Likewise.
2767         * modules/crypto/gc-hmac-md5-tests: Likewise.
2768         * modules/crypto/gc-hmac-sha1-tests: Likewise.
2769         * modules/crypto/gc-md2-tests: Likewise.
2770         * modules/crypto/gc-md4-tests: Likewise.
2771         * modules/crypto/gc-md5-tests: Likewise.
2772         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
2773         * modules/crypto/gc-rijndael-tests: Likewise.
2774         * modules/crypto/gc-sha1-tests: Likewise.
2775         * modules/crypto/gc-tests: Likewise.
2776         * modules/crypto/md2-tests: Likewise.
2777         * modules/crypto/md4-tests: Likewise.
2778         * modules/fcntl-h-tests: Likewise.
2779         * modules/floorf-tests: Likewise.
2780         * modules/floorl-tests: Likewise.
2781         * modules/frexp-nolibm-tests: Likewise.
2782         * modules/frexp-tests: Likewise.
2783         * modules/frexpl-nolibm-tests: Likewise.
2784         * modules/frexpl-tests: Likewise.
2785         * modules/getaddrinfo-tests: Likewise.
2786         * modules/inttypes-tests: Likewise.
2787         * modules/isfinite-tests: Likewise.
2788         * modules/isinf-tests: Likewise.
2789         * modules/ldexpl-tests: Likewise.
2790         * modules/locale-tests: Likewise.
2791         * modules/math-tests: Likewise.
2792         * modules/netdb-tests: Likewise.
2793         * modules/netinet_in-tests: Likewise.
2794         * modules/printf-frexp-tests: Likewise.
2795         * modules/printf-frexpl-tests: Likewise.
2796         * modules/priv-set-tests: Likewise.
2797         * modules/random_r-tests: Likewise.
2798         * modules/round-tests: Likewise.
2799         * modules/roundf-tests: Likewise.
2800         * modules/roundl-tests: Likewise.
2801         * modules/search-tests: Likewise.
2802         * modules/select-tests: Likewise.
2803         * modules/signal-tests: Likewise.
2804         * modules/stdbool-tests: Likewise.
2805         * modules/stddef-tests: Likewise.
2806         * modules/stdint-tests: Likewise.
2807         * modules/stdio-tests: Likewise.
2808         * modules/stdlib-tests: Likewise.
2809         * modules/string-tests: Likewise.
2810         * modules/strings-tests: Likewise.
2811         * modules/sys_select-tests: Likewise.
2812         * modules/sys_socket-tests: Likewise.
2813         * modules/sys_stat-tests: Likewise.
2814         * modules/sys_time-tests: Likewise.
2815         * modules/sys_utsname-tests: Likewise.
2816         * modules/sysexits-tests: Likewise.
2817         * modules/time-tests: Likewise.
2818         * modules/trunc-tests: Likewise.
2819         * modules/truncf-tests: Likewise.
2820         * modules/truncl-tests: Likewise.
2821         * modules/tsearch-tests: Likewise.
2822         * modules/unistd-tests: Likewise.
2823         * modules/wchar-tests: Likewise.
2824         * modules/wctype-tests: Likewise.
2825
2826         tests: fix license on several tests
2827         * tests/test-des.c: Update to GPLv3+.
2828         * tests/test-flock.c: Likewise.
2829         * tests/test-fsync.c: Likewise.
2830         * tests/test-futimens.h: Likewise.
2831         * tests/test-gc-arcfour.c: Likewise.
2832         * tests/test-gc-arctwo.c: Likewise.
2833         * tests/test-gc-des.c: Likewise.
2834         * tests/test-gc-hmac-md5.c: Likewise.
2835         * tests/test-gc-hmac-sha1.c: Likewise.
2836         * tests/test-gc-md2.c: Likewise.
2837         * tests/test-gc-md4.c: Likewise.
2838         * tests/test-gc-md5.c: Likewise.
2839         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2840         * tests/test-gc-rijndael.c: Likewise.
2841         * tests/test-gc-sha1.c: Likewise.
2842         * tests/test-gc.c: Likewise.
2843         * tests/test-getcwd.c: Likewise.
2844         * tests/test-link.c: Likewise.
2845         * tests/test-link.h: Likewise.
2846         * tests/test-lutimens.h: Likewise.
2847         * tests/test-md2.c: Likewise.
2848         * tests/test-md4.c: Likewise.
2849         * tests/test-mkdir.h: Likewise.
2850         * tests/test-rename.c: Likewise.
2851         * tests/test-rename.h: Likewise.
2852         * tests/test-safe-alloc.c: Likewise.
2853         * tests/test-utimens-common.h: Likewise.
2854         * tests/test-utimens.h: Likewise.
2855
2856         maint: sync license texts
2857         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
2858         * doc/gpl-3.0.texi: Revert copyright year update.
2859         * doc/lgpl-3.0.texi: Likewise.
2860
2861 2009-12-29  Jim Meyering  <meyering@redhat.com>
2862
2863         update nearly all FSF copyright year lists to include 2009
2864         The files named by the following are exempted:
2865             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
2866               test -f "$dst" && { echo "$dst"; continue; }
2867               test -d "$dst" || continue
2868               echo "$dst"/$(basename "$src")
2869             done > exempt
2870             git ls-files tests/unictype >> exempt
2871         In the remaining files, convert to all-interval notation if
2872         - there is already at least one year interval like 2000-2003
2873         - the file is maintained by me
2874         - the file is in lib/uni*/, where that style already prevails
2875         Otherwise, use update-copyright's default.
2876
2877 2009-12-29  Simon Josefsson  <simon@josefsson.org>
2878         and Eric Blake  <ebb9@byu.net>
2879
2880         tests: don't require debug system() to pass
2881         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
2882         * tests/test-rmdir.h (test_rmdir_func): Likewise.
2883         * tests/test-unlink.h (test_unlink_func): Likewise.
2884         * tests/test-fstatat.c (main): ...into callers.
2885         * tests/test-lstat.c (main): Likewise.
2886         * tests/test-rmdir.c (main): Likewise.
2887         * tests/test-unlink.c (main): Likewise.
2888         * tests/test-unlinkat.c (main): Likewise.
2889         * tests/test-areadlink-with-size.c (main): Don't require a
2890         debug-only system call to pass, aiding cross-testing to mingw.
2891         * tests/test-areadlink.c (main): Likewise.
2892         * tests/test-areadlinkat-with-size.c (main): Likewise.
2893         * tests/test-areadlinkat.c (main): Likewise.
2894         * tests/test-canonicalize-lgpl.c (main): Likewise.
2895         * tests/test-canonicalize.c (main): Likewise.
2896         * tests/test-chown.c (main): Likewise.
2897         * tests/test-fchownat.c (main): Likewise.
2898         * tests/test-lchown.c (main): Likewise.
2899         * tests/test-fdutimensat.c (main): Likewise.
2900         * tests/test-futimens.c (main): Likewise.
2901         * tests/test-link.c (main): Likewise.
2902         * tests/test-linkat.c (main): Likewise.
2903         * tests/test-mkdir.c (main): Likewise.
2904         * tests/test-mkdirat.c (main): Likewise.
2905         * tests/test-mkfifo.c (main): Likewise.
2906         * tests/test-mkfifoat.c (main): Likewise.
2907         * tests/test-mknod.c (main): Likewise.
2908         * tests/test-readlink.c (main): Likewise.
2909         * tests/test-remove.c (main): Likewise.
2910         * tests/test-rename.c (main): Likewise.
2911         * tests/test-renameat.c (main): Likewise.
2912         * tests/test-symlink.c (main): Likewise.
2913         * tests/test-symlinkat.c (main): Likewise.
2914         * tests/test-utimens.c (main): Likewise.
2915         * tests/test-utimensat.c (main): Likewise.
2916
2917 2009-12-29  Simon Josefsson  <simon@josefsson.org>
2918
2919         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
2920         on $(UNUSED_PARAMETER_H) to avoid build failure.
2921
2922 2009-12-28  Jim Meyering  <meyering@redhat.com>
2923
2924         update-copyright: you may specify a max. line length other than 72
2925         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2926
2927         maint: use consistent FSF copyright line syntax
2928         * lib/posixtm.c: Add missing comma in FSF copyright line.
2929         * lib/posixtm.h: Likewise.
2930         * lib/getugroups.c: Add missing ", Inc.".
2931
2932         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
2933         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
2934         FSF copyright line.  Remove trailing blanks.
2935
2936 2009-12-28  Eric Blake  <ebb9@byu.net>
2937
2938         test-dup2: reduce dependencies
2939         * modules/cloexec (Configure.ac): Set witness.
2940         * modules/dup2-tests (Depends-on): Drop cloexec.
2941         * tests/test-dup2.c (main): Skip portion of test if cloexec module
2942         not present.
2943         Suggested by Bruno Haible.
2944
2945 2009-12-26  Bruno Haible  <bruno@clisp.org>
2946
2947         Remove an unneeded dependency.
2948         * modules/fseterr (Depends-on): Remove dup2.
2949
2950 2009-12-26  Eric Blake  <ebb9@byu.net>
2951
2952         tests: use macros.h in more places
2953         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
2954         (ASSERT_STREAM): Provide default of stderr.
2955         * tests/test-dirent-safer.c: Include macros.h, using alternate
2956         stream for assertions.
2957         * tests/test-dup-safer.c: Likewise.
2958         * tests/test-freopen-safer.c: Likewise.
2959         * tests/test-getopt.c: Likewise.
2960         * tests/test-openat-safer.c: Likewise.
2961         * tests/test-pipe.c: Likewise.
2962         * tests/test-popen-safer.c: Likewise.
2963         * modules/dirent-safer-tests (Files): Include macros.h.
2964         * modules/unistd-safer-tests (Files): Likewise.
2965         * modules/freopen-safer-tests (Files): Likewise.
2966         * modules/getopt-posix-tests (Files): Likewise.
2967         * modules/openat-safer-tests (Files): Likewise.
2968         * modules/pipe-tests (Files): Likewise.
2969
2970 2009-12-26  Bruno Haible  <bruno@clisp.org>
2971
2972         javacomp: Portability fix.
2973         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
2974         that it also works on Solaris.
2975
2976 2009-12-26  Bruno Haible  <bruno@clisp.org>
2977
2978         localename: Fix storage allocation of gl_locale_name_thread's result.
2979         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
2980         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
2981         all platforms that have 'uselocale'.
2982         (gl_locale_name_thread_unsafe): New function, extracted from
2983         gl_locale_name_thread.
2984         (gl_locale_name_thread): Call struniq on all platforms that have
2985         'uselocale'.
2986         * tests/test-localename.c (test_locale_name_thread): Check that the
2987         resulting strings are permanently allocated.
2988         * modules/localename-tests (Depends-on): Add strdup.
2989
2990 2009-12-26  Bruno Haible  <bruno@clisp.org>
2991
2992         * tests/test-localename.c (categories): Fill in the strings.
2993
2994 2009-12-26  Jim Meyering  <meyering@redhat.com>
2995
2996         isdir: complete the removal of m4/isdir.m4
2997         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
2998
2999         isdir: clean up, since at least grep still uses it
3000         * lib/isdir.c: Include "isdir.h".
3001         (S_ISDIR): Remove now-unneeded definition.
3002         * modules/isdir (Files): Add lib/isdir.h.
3003         * lib/isdir.h: New file, with declaration.
3004         * m4/isdir.m4: Remove file -- unneeded.
3005
3006 2009-12-25  Bruno Haible  <bruno@clisp.org>
3007
3008         selinux-h: Make generated .h files standalone.
3009         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
3010         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
3011         * lib/se-selinux.in.h: Likewise.
3012         * modules/selinux-h (Depends-on): Add unused-parameter.
3013         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
3014         selinux/selinux.h and selinux/context.h.
3015         Suggested by Eric Blake.
3016
3017 2009-12-25  Bruno Haible  <bruno@clisp.org>
3018
3019         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
3020         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
3021         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
3022         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
3023         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
3024
3025 2009-12-24  Bruno Haible  <bruno@clisp.org>
3026
3027         openat: Fix warning.
3028         * lib/openat-proc.c: Include <unistd.h>.
3029
3030 2009-12-24  Bruno Haible  <bruno@clisp.org>
3031
3032         New module 'unused-parameter'.
3033         * build-aux/unused-parameter.h: New file, extracted from earlier
3034         gnulib-common.m4.
3035         * modules/unused-parameter: New file.
3036         * lib/unistr.h: Include unused-parameter.h.
3037         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
3038         _GL_UNUSED.
3039         * modules/unistr/base (Depends-on): Add unused-parameter.
3040
3041 2009-12-24  Bruno Haible  <bruno@clisp.org>
3042
3043         Add missing dependencies to 'extensions' module.
3044         * m4/extensions.m4: Add comment.
3045         * modules/accept4 (Depends-on): Add extensions.
3046         * modules/dup3 (Depends-on): Likewise.
3047         * modules/fcntl (Depends-on): Likewise.
3048         * modules/futimens (Depends-on): Likewise.
3049         * modules/mknod (Depends-on): Likewise.
3050         * modules/pipe2 (Depends-on): Likewise.
3051         * modules/stat-time (Depends-on): Likewise.
3052         * modules/strcasestr-simple (Depends-on): Likewise.
3053         * modules/strsignal (Depends-on): Likewise.
3054         * modules/utimensat (Depends-on): Likewise.
3055         * modules/localcharset (Depends-on): Likewise. Needed because of
3056         gl_FCNTL_O_FLAGS.
3057         * modules/wcrtomb (Depends-on): Likewise. Needed because of
3058         AC_TYPE_MBSTATE_T.
3059         * modules/wcsnrtombs (Depends-on): Likewise.
3060         * modules/wcsrtombs (Depends-on): Likewise.
3061
3062 2009-12-24  Bruno Haible  <bruno@clisp.org>
3063
3064         binary-io: Avoid gcc warning due to SET_BINARY.
3065         * lib/binary-io.h (SET_BINARY): Cast the result to void.
3066         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
3067
3068 2009-12-24  Bruno Haible  <bruno@clisp.org>
3069
3070         Avoid future namespace pollution on glibc systems.
3071         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
3072         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
3073         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
3074         glibc systems.
3075
3076 2009-12-24  Bruno Haible  <bruno@clisp.org>
3077
3078         Refactor common macros used in tests.
3079         * tests/macros.h: New file.
3080         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
3081         and/or <stdlib.h>, if appropriate.
3082         (ASSERT, SIZEOF): Remove macros.
3083         * tests/test-areadlink-with-size.c: Likewise.
3084         * tests/test-areadlinkat.c: Likewise.
3085         * tests/test-areadlinkat-with-size.c: Likewise.
3086         * tests/test-argmatch.c: Likewise.
3087         * tests/test-argv-iter.c: Likewise.
3088         * tests/test-array-mergesort.c: Likewise.
3089         * tests/test-array_list.c: Likewise.
3090         * tests/test-array_oset.c: Likewise.
3091         * tests/test-avltree_list.c: Likewise.
3092         * tests/test-avltree_oset.c: Likewise.
3093         * tests/test-avltreehash_list.c: Likewise.
3094         * tests/test-base64.c: Likewise.
3095         * tests/test-binary-io.c: Likewise.
3096         * tests/test-bitrotate.c: Likewise.
3097         * tests/test-btowc.c: Likewise.
3098         * tests/test-byteswap.c: Likewise.
3099         * tests/test-c-ctype.c: Likewise.
3100         * tests/test-c-stack.c: Likewise.
3101         * tests/test-c-strcasecmp.c: Likewise.
3102         * tests/test-c-strcasestr.c: Likewise.
3103         * tests/test-c-strncasecmp.c: Likewise.
3104         * tests/test-c-strstr.c: Likewise.
3105         * tests/test-canonicalize-lgpl.c: Likewise.
3106         * tests/test-canonicalize.c: Likewise.
3107         * tests/test-carray_list.c: Likewise.
3108         * tests/test-ceilf1.c: Likewise.
3109         * tests/test-ceilf2.c: Likewise.
3110         * tests/test-ceill.c: Likewise.
3111         * tests/test-chown.c: Likewise.
3112         * tests/test-cloexec.c: Likewise.
3113         * tests/test-copy-acl.c: Likewise.
3114         * tests/test-copy-file.c: Likewise.
3115         * tests/test-count-one-bits.c: Likewise.
3116         * tests/test-dprintf-posix.c: Likewise.
3117         * tests/test-dup2.c: Likewise.
3118         * tests/test-dup3.c: Likewise.
3119         * tests/test-duplocale.c: Likewise.
3120         * tests/test-fbufmode.c: Likewise.
3121         * tests/test-fchdir.c: Likewise.
3122         * tests/test-fchownat.c: Likewise.
3123         * tests/test-fcntl-safer.c: Likewise.
3124         * tests/test-fcntl.c: Likewise.
3125         * tests/test-fdopendir.c: Likewise.
3126         * tests/test-fdutimensat.c: Likewise.
3127         * tests/test-fflush2.c: Likewise.
3128         * tests/test-file-has-acl.c: Likewise.
3129         * tests/test-filevercmp.c: Likewise.
3130         * tests/test-flock.c: Likewise.
3131         * tests/test-floorf1.c: Likewise.
3132         * tests/test-floorf2.c: Likewise.
3133         * tests/test-floorl.c: Likewise.
3134         * tests/test-fnmatch.c: Likewise.
3135         * tests/test-fopen.h: Likewise.
3136         * tests/test-fpending.c: Likewise.
3137         * tests/test-fprintf-posix.c: Likewise.
3138         * tests/test-fpurge.c: Likewise.
3139         * tests/test-freadable.c: Likewise.
3140         * tests/test-freadahead.c: Likewise.
3141         * tests/test-freading.c: Likewise.
3142         * tests/test-freadptr.c: Likewise.
3143         * tests/test-freadptr2.c: Likewise.
3144         * tests/test-freadseek.c: Likewise.
3145         * tests/test-freopen.c: Likewise.
3146         * tests/test-frexp.c: Likewise.
3147         * tests/test-frexpl.c: Likewise.
3148         * tests/test-fseek.c: Likewise.
3149         * tests/test-fseeko.c: Likewise.
3150         * tests/test-fstatat.c: Likewise.
3151         * tests/test-fstrcmp.c: Likewise.
3152         * tests/test-fsync.c: Likewise.
3153         * tests/test-ftell.c: Likewise.
3154         * tests/test-ftello.c: Likewise.
3155         * tests/test-func.c: Likewise.
3156         * tests/test-futimens.c: Likewise.
3157         * tests/test-fwritable.c: Likewise.
3158         * tests/test-fwriting.c: Likewise.
3159         * tests/test-getcwd.c: Likewise.
3160         * tests/test-getdate.c: Likewise.
3161         * tests/test-getdelim.c: Likewise.
3162         * tests/test-getdtablesize.c: Likewise.
3163         * tests/test-getgroups.c: Likewise.
3164         * tests/test-getline.c: Likewise.
3165         * tests/test-getndelim2.c: Likewise.
3166         * tests/test-glob.c: Likewise.
3167         * tests/test-hash.c: Likewise.
3168         * tests/test-i-ring.c: Likewise.
3169         * tests/test-iconv-utf.c: Likewise.
3170         * tests/test-iconv.c: Likewise.
3171         * tests/test-idpriv-drop.c: Likewise.
3172         * tests/test-idpriv-droptemp.c: Likewise.
3173         * tests/test-inet_ntop.c: Likewise.
3174         * tests/test-inet_pton.c: Likewise.
3175         * tests/test-isblank.c: Likewise.
3176         * tests/test-isfinite.c: Likewise.
3177         * tests/test-isinf.c: Likewise.
3178         * tests/test-isnan.c: Likewise.
3179         * tests/test-isnand.h: Likewise.
3180         * tests/test-isnanf.h: Likewise.
3181         * tests/test-isnanl.h: Likewise.
3182         * tests/test-lchown.c: Likewise.
3183         * tests/test-ldexpl.c: Likewise.
3184         * tests/test-link.c: Likewise.
3185         * tests/test-linkat.c: Likewise.
3186         * tests/test-linked_list.c: Likewise.
3187         * tests/test-linkedhash_list.c: Likewise.
3188         * tests/test-localename.c: Likewise.
3189         * tests/test-lseek.c: Likewise.
3190         * tests/test-lstat.c: Likewise.
3191         * tests/test-mbmemcasecmp.c: Likewise.
3192         * tests/test-mbmemcasecoll.c: Likewise.
3193         * tests/test-mbrtowc.c: Likewise.
3194         * tests/test-mbscasecmp.c: Likewise.
3195         * tests/test-mbscasestr1.c: Likewise.
3196         * tests/test-mbscasestr2.c: Likewise.
3197         * tests/test-mbscasestr3.c: Likewise.
3198         * tests/test-mbscasestr4.c: Likewise.
3199         * tests/test-mbschr.c: Likewise.
3200         * tests/test-mbscspn.c: Likewise.
3201         * tests/test-mbsinit.c: Likewise.
3202         * tests/test-mbsncasecmp.c: Likewise.
3203         * tests/test-mbsnrtowcs.c: Likewise.
3204         * tests/test-mbspbrk.c: Likewise.
3205         * tests/test-mbspcasecmp.c: Likewise.
3206         * tests/test-mbsrchr.c: Likewise.
3207         * tests/test-mbsrtowcs.c: Likewise.
3208         * tests/test-mbsspn.c: Likewise.
3209         * tests/test-mbsstr1.c: Likewise.
3210         * tests/test-mbsstr2.c: Likewise.
3211         * tests/test-mbsstr3.c: Likewise.
3212         * tests/test-memchr.c: Likewise.
3213         * tests/test-memchr2.c: Likewise.
3214         * tests/test-memcmp.c: Likewise.
3215         * tests/test-memmem.c: Likewise.
3216         * tests/test-memrchr.c: Likewise.
3217         * tests/test-mkdir.c: Likewise.
3218         * tests/test-mkdirat.c: Likewise.
3219         * tests/test-mkfifo.c: Likewise.
3220         * tests/test-mkfifoat.c: Likewise.
3221         * tests/test-mknod.c: Likewise.
3222         * tests/test-nanosleep.c: Likewise.
3223         * tests/test-nl_langinfo.c: Likewise.
3224         * tests/test-obstack-printf.c: Likewise.
3225         * tests/test-open.c: Likewise.
3226         * tests/test-openat.c: Likewise.
3227         * tests/test-pipe-filter-gi1.c: Likewise.
3228         * tests/test-pipe-filter-gi2-main.c: Likewise.
3229         * tests/test-pipe-filter-ii1.c: Likewise.
3230         * tests/test-pipe-filter-ii2-main.c: Likewise.
3231         * tests/test-pipe2.c: Likewise.
3232         * tests/test-popen.h: Likewise.
3233         * tests/test-posixtm.c: Likewise.
3234         * tests/test-pread.c: Likewise.
3235         * tests/test-printf-frexp.c: Likewise.
3236         * tests/test-printf-frexpl.c: Likewise.
3237         * tests/test-printf-posix.c: Likewise.
3238         * tests/test-priv-set.c: Likewise.
3239         * tests/test-quotearg.c: Likewise.
3240         * tests/test-random_r.c: Likewise.
3241         * tests/test-rawmemchr.c: Likewise.
3242         * tests/test-rbtree_list.c: Likewise.
3243         * tests/test-rbtree_oset.c: Likewise.
3244         * tests/test-rbtreehash_list.c: Likewise.
3245         * tests/test-readlink.c: Likewise.
3246         * tests/test-remove.c: Likewise.
3247         * tests/test-rename.c: Likewise.
3248         * tests/test-renameat.c: Likewise.
3249         * tests/test-rmdir.c: Likewise.
3250         * tests/test-round1.c: Likewise.
3251         * tests/test-roundf1.c: Likewise.
3252         * tests/test-roundl.c: Likewise.
3253         * tests/test-safe-alloc.c: Likewise.
3254         * tests/test-sameacls.c: Likewise.
3255         * tests/test-set-mode-acl.c: Likewise.
3256         * tests/test-setenv.c: Likewise.
3257         * tests/test-sigaction.c: Likewise.
3258         * tests/test-signbit.c: Likewise.
3259         * tests/test-sleep.c: Likewise.
3260         * tests/test-snprintf-posix.c: Likewise.
3261         * tests/test-snprintf.c: Likewise.
3262         * tests/test-sprintf-posix.c: Likewise.
3263         * tests/test-stat-time.c: Likewise.
3264         * tests/test-stat.c: Likewise.
3265         * tests/test-strcasestr.c: Likewise.
3266         * tests/test-strchrnul.c: Likewise.
3267         * tests/test-strerror.c: Likewise.
3268         * tests/test-striconv.c: Likewise.
3269         * tests/test-striconveh.c: Likewise.
3270         * tests/test-striconveha.c: Likewise.
3271         * tests/test-strsignal.c: Likewise.
3272         * tests/test-strstr.c: Likewise.
3273         * tests/test-strtod.c: Likewise.
3274         * tests/test-strverscmp.c: Likewise.
3275         * tests/test-symlink.c: Likewise.
3276         * tests/test-symlinkat.c: Likewise.
3277         * tests/test-trunc1.c: Likewise.
3278         * tests/test-trunc2.c: Likewise.
3279         * tests/test-truncf1.c: Likewise.
3280         * tests/test-truncf2.c: Likewise.
3281         * tests/test-truncl.c: Likewise.
3282         * tests/test-uname.c: Likewise.
3283         * tests/test-unlink.c: Likewise.
3284         * tests/test-unlinkat.c: Likewise.
3285         * tests/test-unsetenv.c: Likewise.
3286         * tests/test-usleep.c: Likewise.
3287         * tests/test-utimens.c: Likewise.
3288         * tests/test-utimensat.c: Likewise.
3289         * tests/test-vasnprintf-posix.c: Likewise.
3290         * tests/test-vasnprintf-posix2.c: Likewise.
3291         * tests/test-vasnprintf.c: Likewise.
3292         * tests/test-vasprintf-posix.c: Likewise.
3293         * tests/test-vasprintf.c: Likewise.
3294         * tests/test-vdprintf-posix.c: Likewise.
3295         * tests/test-vfprintf-posix.c: Likewise.
3296         * tests/test-vprintf-posix.c: Likewise.
3297         * tests/test-vsnprintf-posix.c: Likewise.
3298         * tests/test-vsnprintf.c: Likewise.
3299         * tests/test-vsprintf-posix.c: Likewise.
3300         * tests/test-wcrtomb.c: Likewise.
3301         * tests/test-wcsnrtombs.c: Likewise.
3302         * tests/test-wcsrtombs.c: Likewise.
3303         * tests/test-wctype.c: Likewise.
3304         * tests/test-wcwidth.c: Likewise.
3305         * tests/test-xfprintf-posix.c: Likewise.
3306         * tests/test-xmemdup0.c: Likewise.
3307         * tests/test-xprintf-posix.c: Likewise.
3308         * tests/test-xvasprintf.c: Likewise.
3309         * tests/unicase/test-locale-language.c: Likewise.
3310         * tests/unicase/test-mapping-part1.h: Likewise.
3311         * tests/unicase/test-predicate-part1.h: Likewise.
3312         * tests/unicase/test-u8-casecmp.c: Likewise.
3313         * tests/unicase/test-u8-casecoll.c: Likewise.
3314         * tests/unicase/test-u8-casefold.c: Likewise.
3315         * tests/unicase/test-u8-is-cased.c: Likewise.
3316         * tests/unicase/test-u8-is-casefolded.c: Likewise.
3317         * tests/unicase/test-u8-is-lowercase.c: Likewise.
3318         * tests/unicase/test-u8-is-titlecase.c: Likewise.
3319         * tests/unicase/test-u8-is-uppercase.c: Likewise.
3320         * tests/unicase/test-u8-tolower.c: Likewise.
3321         * tests/unicase/test-u8-totitle.c: Likewise.
3322         * tests/unicase/test-u8-toupper.c: Likewise.
3323         * tests/unicase/test-u16-casecmp.c: Likewise.
3324         * tests/unicase/test-u16-casecoll.c: Likewise.
3325         * tests/unicase/test-u16-casefold.c: Likewise.
3326         * tests/unicase/test-u16-is-cased.c: Likewise.
3327         * tests/unicase/test-u16-is-casefolded.c: Likewise.
3328         * tests/unicase/test-u16-is-lowercase.c: Likewise.
3329         * tests/unicase/test-u16-is-titlecase.c: Likewise.
3330         * tests/unicase/test-u16-is-uppercase.c: Likewise.
3331         * tests/unicase/test-u16-tolower.c: Likewise.
3332         * tests/unicase/test-u16-totitle.c: Likewise.
3333         * tests/unicase/test-u16-toupper.c: Likewise.
3334         * tests/unicase/test-u32-casecmp.c: Likewise.
3335         * tests/unicase/test-u32-casecoll.c: Likewise.
3336         * tests/unicase/test-u32-casefold.c: Likewise.
3337         * tests/unicase/test-u32-is-cased.c: Likewise.
3338         * tests/unicase/test-u32-is-casefolded.c: Likewise.
3339         * tests/unicase/test-u32-is-lowercase.c: Likewise.
3340         * tests/unicase/test-u32-is-titlecase.c: Likewise.
3341         * tests/unicase/test-u32-is-uppercase.c: Likewise.
3342         * tests/unicase/test-u32-tolower.c: Likewise.
3343         * tests/unicase/test-u32-totitle.c: Likewise.
3344         * tests/unicase/test-u32-toupper.c: Likewise.
3345         * tests/unicase/test-ulc-casecmp.c: Likewise.
3346         * tests/unicase/test-ulc-casecoll.c: Likewise.
3347         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3348         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
3349         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3350         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3351         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
3352         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
3353         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3354         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3355         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3356         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
3357         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3358         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3359         * tests/unictype/test-bidi_byname.c: Likewise.
3360         * tests/unictype/test-bidi_name.c: Likewise.
3361         * tests/unictype/test-bidi_of.c: Likewise.
3362         * tests/unictype/test-bidi_test.c: Likewise.
3363         * tests/unictype/test-block_list.c: Likewise.
3364         * tests/unictype/test-block_of.c: Likewise.
3365         * tests/unictype/test-block_test.c: Likewise.
3366         * tests/unictype/test-categ_and.c: Likewise.
3367         * tests/unictype/test-categ_and_not.c: Likewise.
3368         * tests/unictype/test-categ_byname.c: Likewise.
3369         * tests/unictype/test-categ_name.c: Likewise.
3370         * tests/unictype/test-categ_none.c: Likewise.
3371         * tests/unictype/test-categ_of.c: Likewise.
3372         * tests/unictype/test-categ_or.c: Likewise.
3373         * tests/unictype/test-categ_test_withtable.c: Likewise.
3374         * tests/unictype/test-combining.c: Likewise.
3375         * tests/unictype/test-decdigit.c: Likewise.
3376         * tests/unictype/test-digit.c: Likewise.
3377         * tests/unictype/test-mirror.c: Likewise.
3378         * tests/unictype/test-numeric.c: Likewise.
3379         * tests/unictype/test-pr_byname.c: Likewise.
3380         * tests/unictype/test-pr_test.c: Likewise.
3381         * tests/unictype/test-predicate-part1.h: Likewise.
3382         * tests/unictype/test-scripts.c: Likewise.
3383         * tests/unictype/test-sy_c_ident.c: Likewise.
3384         * tests/unictype/test-sy_java_ident.c: Likewise.
3385         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
3386         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
3387         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
3388         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
3389         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
3390         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
3391         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
3392         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
3393         * tests/uninorm/test-canonical-decomposition.c: Likewise.
3394         * tests/uninorm/test-compat-decomposition.c: Likewise.
3395         * tests/uninorm/test-composition.c: Likewise.
3396         * tests/uninorm/test-decomposing-form.c: Likewise.
3397         * tests/uninorm/test-decomposition.c: Likewise.
3398         * tests/uninorm/test-u8-nfc.c: Likewise.
3399         * tests/uninorm/test-u8-nfd.c: Likewise.
3400         * tests/uninorm/test-u8-nfkc.c: Likewise.
3401         * tests/uninorm/test-u8-nfkd.c: Likewise.
3402         * tests/uninorm/test-u8-normcmp.c: Likewise.
3403         * tests/uninorm/test-u8-normcoll.c: Likewise.
3404         * tests/uninorm/test-u16-nfc.c: Likewise.
3405         * tests/uninorm/test-u16-nfd.c: Likewise.
3406         * tests/uninorm/test-u16-nfkc.c: Likewise.
3407         * tests/uninorm/test-u16-nfkd.c: Likewise.
3408         * tests/uninorm/test-u16-normcmp.c: Likewise.
3409         * tests/uninorm/test-u16-normcoll.c: Likewise.
3410         * tests/uninorm/test-u32-nfc.c: Likewise.
3411         * tests/uninorm/test-u32-nfd.c: Likewise.
3412         * tests/uninorm/test-u32-nfkc.c: Likewise.
3413         * tests/uninorm/test-u32-nfkd.c: Likewise.
3414         * tests/uninorm/test-u32-normalize-big.c: Likewise.
3415         * tests/uninorm/test-u32-normcmp.c: Likewise.
3416         * tests/uninorm/test-u32-normcoll.c: Likewise.
3417         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
3418         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
3419         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
3420         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
3421         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
3422         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
3423         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
3424         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
3425         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
3426         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
3427         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
3428         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
3429         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
3430         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
3431         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
3432         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
3433         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
3434         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
3435         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
3436         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
3437         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
3438         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
3439         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
3440         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
3441         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
3442         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
3443         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
3444         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
3445         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
3446         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
3447         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
3448         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
3449         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
3450         * tests/uniwidth/test-u8-strwidth.c: Likewise.
3451         * tests/uniwidth/test-u8-width.c: Likewise.
3452         * tests/uniwidth/test-u16-strwidth.c: Likewise.
3453         * tests/uniwidth/test-u16-width.c: Likewise.
3454         * tests/uniwidth/test-u32-strwidth.c: Likewise.
3455         * tests/uniwidth/test-u32-width.c: Likewise.
3456         * tests/uniwidth/test-uc_width.c: Likewise.
3457         * tests/uniwidth/test-uc_width2.c: Likewise.
3458         * modules/acl-tests (Files): Add tests/macros.h.
3459         * modules/areadlink-tests (Files): Likewise.
3460         * modules/areadlink-with-size-tests (Files): Likewise.
3461         * modules/areadlinkat-tests (Files): Likewise.
3462         * modules/areadlinkat-with-size-tests (Files): Likewise.
3463         * modules/argmatch-tests (Files): Likewise.
3464         * modules/argv-iter-tests (Files): Likewise.
3465         * modules/array-list-tests (Files): Likewise.
3466         * modules/array-mergesort-tests (Files): Likewise.
3467         * modules/array-oset-tests (Files): Likewise.
3468         * modules/avltree-list-tests (Files): Likewise.
3469         * modules/avltree-oset-tests (Files): Likewise.
3470         * modules/avltreehash-list-tests (Files): Likewise.
3471         * modules/base64-tests (Files): Likewise.
3472         * modules/binary-io-tests (Files): Likewise.
3473         * modules/bitrotate-tests (Files): Likewise.
3474         * modules/btowc-tests (Files): Likewise.
3475         * modules/byteswap-tests (Files): Likewise.
3476         * modules/c-ctype-tests (Files): Likewise.
3477         * modules/c-stack-tests (Files): Likewise.
3478         * modules/c-strcase-tests (Files): Likewise.
3479         * modules/c-strcasestr-tests (Files): Likewise.
3480         * modules/c-strstr-tests (Files): Likewise.
3481         * modules/canonicalize-lgpl-tests (Files): Likewise.
3482         * modules/canonicalize-tests (Files): Likewise.
3483         * modules/carray-list-tests (Files): Likewise.
3484         * modules/ceilf-tests (Files): Likewise.
3485         * modules/ceill-tests (Files): Likewise.
3486         * modules/chown-tests (Files): Likewise.
3487         * modules/cloexec-tests (Files): Likewise.
3488         * modules/copy-file-tests (Files): Likewise.
3489         * modules/count-one-bits-tests (Files): Likewise.
3490         * modules/dprintf-posix-tests (Files): Likewise.
3491         * modules/dup2-tests (Files): Likewise.
3492         * modules/dup3-tests (Files): Likewise.
3493         * modules/duplocale-tests (Files): Likewise.
3494         * modules/fbufmode-tests (Files): Likewise.
3495         * modules/fchdir-tests (Files): Likewise.
3496         * modules/fcntl-safer-tests (Files): Likewise.
3497         * modules/fcntl-tests (Files): Likewise.
3498         * modules/fdopendir-tests (Files): Likewise.
3499         * modules/fdutimensat-tests (Files): Likewise.
3500         * modules/fflush-tests (Files): Likewise.
3501         * modules/filevercmp-tests (Files): Likewise.
3502         * modules/flock-tests (Files): Likewise.
3503         * modules/floorf-tests (Files): Likewise.
3504         * modules/floorl-tests (Files): Likewise.
3505         * modules/fnmatch-tests (Files): Likewise.
3506         * modules/fopen-safer-tests (Files): Likewise.
3507         * modules/fopen-tests (Files): Likewise.
3508         * modules/fpending-tests (Files): Likewise.
3509         * modules/fprintf-posix-tests (Files): Likewise.
3510         * modules/fpurge-tests (Files): Likewise.
3511         * modules/freadable-tests (Files): Likewise.
3512         * modules/freadahead-tests (Files): Likewise.
3513         * modules/freading-tests (Files): Likewise.
3514         * modules/freadptr-tests (Files): Likewise.
3515         * modules/freadseek-tests (Files): Likewise.
3516         * modules/freopen-tests (Files): Likewise.
3517         * modules/frexp-nolibm-tests (Files): Likewise.
3518         * modules/frexp-tests (Files): Likewise.
3519         * modules/frexpl-nolibm-tests (Files): Likewise.
3520         * modules/frexpl-tests (Files): Likewise.
3521         * modules/fseek-tests (Files): Likewise.
3522         * modules/fseeko-tests (Files): Likewise.
3523         * modules/fstrcmp-tests (Files): Likewise.
3524         * modules/fsync-tests (Files): Likewise.
3525         * modules/ftell-tests (Files): Likewise.
3526         * modules/ftello-tests (Files): Likewise.
3527         * modules/func-tests (Files): Likewise.
3528         * modules/futimens-tests (Files): Likewise.
3529         * modules/fwritable-tests (Files): Likewise.
3530         * modules/fwriting-tests (Files): Likewise.
3531         * modules/getcwd-tests (Files): Likewise.
3532         * modules/getdate-tests (Files): Likewise.
3533         * modules/getdelim-tests (Files): Likewise.
3534         * modules/getdtablesize-tests (Files): Likewise.
3535         * modules/getgroups-tests (Files): Likewise.
3536         * modules/getline-tests (Files): Likewise.
3537         * modules/getndelim2-tests (Files): Likewise.
3538         * modules/glob-tests (Files): Likewise.
3539         * modules/hash-tests (Files): Likewise.
3540         * modules/i-ring-tests (Files): Likewise.
3541         * modules/iconv-tests (Files): Likewise.
3542         * modules/iconv_open-utf-tests (Files): Likewise.
3543         * modules/idpriv-drop-tests (Files): Likewise.
3544         * modules/idpriv-droptemp-tests (Files): Likewise.
3545         * modules/inet_ntop-tests (Files): Likewise.
3546         * modules/inet_pton-tests (Files): Likewise.
3547         * modules/isblank-tests (Files): Likewise.
3548         * modules/isfinite-tests (Files): Likewise.
3549         * modules/isinf-tests (Files): Likewise.
3550         * modules/isnan-tests (Files): Likewise.
3551         * modules/isnand-nolibm-tests (Files): Likewise.
3552         * modules/isnand-tests (Files): Likewise.
3553         * modules/isnanf-nolibm-tests (Files): Likewise.
3554         * modules/isnanf-tests (Files): Likewise.
3555         * modules/isnanl-nolibm-tests (Files): Likewise.
3556         * modules/isnanl-tests (Files): Likewise.
3557         * modules/lchown-tests (Files): Likewise.
3558         * modules/ldexpl-tests (Files): Likewise.
3559         * modules/link-tests (Files): Likewise.
3560         * modules/linkat-tests (Files): Likewise.
3561         * modules/linked-list-tests (Files): Likewise.
3562         * modules/linkedhash-list-tests (Files): Likewise.
3563         * modules/localename-tests (Files): Likewise.
3564         * modules/lseek-tests (Files): Likewise.
3565         * modules/lstat-tests (Files): Likewise.
3566         * modules/mbmemcasecmp-tests (Files): Likewise.
3567         * modules/mbmemcasecoll-tests (Files): Likewise.
3568         * modules/mbrtowc-tests (Files): Likewise.
3569         * modules/mbscasecmp-tests (Files): Likewise.
3570         * modules/mbscasestr-tests (Files): Likewise.
3571         * modules/mbschr-tests (Files): Likewise.
3572         * modules/mbscspn-tests (Files): Likewise.
3573         * modules/mbsinit-tests (Files): Likewise.
3574         * modules/mbsncasecmp-tests (Files): Likewise.
3575         * modules/mbsnrtowcs-tests (Files): Likewise.
3576         * modules/mbspbrk-tests (Files): Likewise.
3577         * modules/mbspcasecmp-tests (Files): Likewise.
3578         * modules/mbsrchr-tests (Files): Likewise.
3579         * modules/mbsrtowcs-tests (Files): Likewise.
3580         * modules/mbsspn-tests (Files): Likewise.
3581         * modules/mbsstr-tests (Files): Likewise.
3582         * modules/memchr-tests (Files): Likewise.
3583         * modules/memchr2-tests (Files): Likewise.
3584         * modules/memcmp-tests (Files): Likewise.
3585         * modules/memmem-tests (Files): Likewise.
3586         * modules/memrchr-tests (Files): Likewise.
3587         * modules/mkdir-tests (Files): Likewise.
3588         * modules/mkfifo-tests (Files): Likewise.
3589         * modules/mkfifoat-tests (Files): Likewise.
3590         * modules/mknod-tests (Files): Likewise.
3591         * modules/nanosleep-tests (Files): Likewise.
3592         * modules/nl_langinfo-tests (Files): Likewise.
3593         * modules/obstack-printf-tests (Files): Likewise.
3594         * modules/open-tests (Files): Likewise.
3595         * modules/openat-tests (Files): Likewise.
3596         * modules/pipe-filter-gi-tests (Files): Likewise.
3597         * modules/pipe-filter-ii-tests (Files): Likewise.
3598         * modules/pipe2-tests (Files): Likewise.
3599         * modules/popen-safer-tests (Files): Likewise.
3600         * modules/popen-tests (Files): Likewise.
3601         * modules/posixtm-tests (Files): Likewise.
3602         * modules/pread-tests (Files): Likewise.
3603         * modules/printf-frexp-tests (Files): Likewise.
3604         * modules/printf-frexpl-tests (Files): Likewise.
3605         * modules/printf-posix-tests (Files): Likewise.
3606         * modules/priv-set-tests (Files): Likewise.
3607         * modules/quotearg-tests (Files): Likewise.
3608         * modules/random_r-tests (Files): Likewise.
3609         * modules/rawmemchr-tests (Files): Likewise.
3610         * modules/rbtree-list-tests (Files): Likewise.
3611         * modules/rbtree-oset-tests (Files): Likewise.
3612         * modules/rbtreehash-list-tests (Files): Likewise.
3613         * modules/readlink-tests (Files): Likewise.
3614         * modules/remove-tests (Files): Likewise.
3615         * modules/rename-tests (Files): Likewise.
3616         * modules/renameat-tests (Files): Likewise.
3617         * modules/rmdir-tests (Files): Likewise.
3618         * modules/round-tests (Files): Likewise.
3619         * modules/roundf-tests (Files): Likewise.
3620         * modules/roundl-tests (Files): Likewise.
3621         * modules/safe-alloc-tests (Files): Likewise.
3622         * modules/setenv-tests (Files): Likewise.
3623         * modules/sigaction-tests (Files): Likewise.
3624         * modules/signbit-tests (Files): Likewise.
3625         * modules/sleep-tests (Files): Likewise.
3626         * modules/snprintf-posix-tests (Files): Likewise.
3627         * modules/snprintf-tests (Files): Likewise.
3628         * modules/sprintf-posix-tests (Files): Likewise.
3629         * modules/stat-tests (Files): Likewise.
3630         * modules/stat-time-tests (Files): Likewise.
3631         * modules/strcasestr-tests (Files): Likewise.
3632         * modules/strchrnul-tests (Files): Likewise.
3633         * modules/strerror-tests (Files): Likewise.
3634         * modules/striconv-tests (Files): Likewise.
3635         * modules/striconveh-tests (Files): Likewise.
3636         * modules/striconveha-tests (Files): Likewise.
3637         * modules/strsignal-tests (Files): Likewise.
3638         * modules/strstr-tests (Files): Likewise.
3639         * modules/strtod-tests (Files): Likewise.
3640         * modules/strverscmp-tests (Files): Likewise.
3641         * modules/symlink-tests (Files): Likewise.
3642         * modules/symlinkat-tests (Files): Likewise.
3643         * modules/trunc-tests (Files): Likewise.
3644         * modules/truncf-tests (Files): Likewise.
3645         * modules/truncl-tests (Files): Likewise.
3646         * modules/uname-tests (Files): Likewise.
3647         * modules/unicase/cased-tests (Files): Likewise.
3648         * modules/unicase/ignorable-tests (Files): Likewise.
3649         * modules/unicase/locale-language-tests (Files): Likewise.
3650         * modules/unicase/tolower-tests (Files): Likewise.
3651         * modules/unicase/totitle-tests (Files): Likewise.
3652         * modules/unicase/toupper-tests (Files): Likewise.
3653         * modules/unicase/u8-casecmp-tests (Files): Likewise.
3654         * modules/unicase/u8-casecoll-tests (Files): Likewise.
3655         * modules/unicase/u8-casefold-tests (Files): Likewise.
3656         * modules/unicase/u8-is-cased-tests (Files): Likewise.
3657         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
3658         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
3659         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
3660         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
3661         * modules/unicase/u8-tolower-tests (Files): Likewise.
3662         * modules/unicase/u8-totitle-tests (Files): Likewise.
3663         * modules/unicase/u8-toupper-tests (Files): Likewise.
3664         * modules/unicase/u16-casecmp-tests (Files): Likewise.
3665         * modules/unicase/u16-casecoll-tests (Files): Likewise.
3666         * modules/unicase/u16-casefold-tests (Files): Likewise.
3667         * modules/unicase/u16-is-cased-tests (Files): Likewise.
3668         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
3669         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
3670         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
3671         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
3672         * modules/unicase/u16-tolower-tests (Files): Likewise.
3673         * modules/unicase/u16-totitle-tests (Files): Likewise.
3674         * modules/unicase/u16-toupper-tests (Files): Likewise.
3675         * modules/unicase/u32-casecmp-tests (Files): Likewise.
3676         * modules/unicase/u32-casecoll-tests (Files): Likewise.
3677         * modules/unicase/u32-casefold-tests (Files): Likewise.
3678         * modules/unicase/u32-is-cased-tests (Files): Likewise.
3679         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
3680         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
3681         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
3682         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
3683         * modules/unicase/u32-tolower-tests (Files): Likewise.
3684         * modules/unicase/u32-totitle-tests (Files): Likewise.
3685         * modules/unicase/u32-toupper-tests (Files): Likewise.
3686         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
3687         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
3688         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
3689         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
3690         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
3691         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
3692         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
3693         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
3694         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
3695         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
3696         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
3697         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
3698         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
3699         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
3700         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
3701         * modules/unictype/bidicategory-name-tests (Files): Likewise.
3702         * modules/unictype/bidicategory-of-tests (Files): Likewise.
3703         * modules/unictype/bidicategory-test-tests (Files): Likewise.
3704         * modules/unictype/block-list-tests (Files): Likewise.
3705         * modules/unictype/block-of-tests (Files): Likewise.
3706         * modules/unictype/block-test-tests (Files): Likewise.
3707         * modules/unictype/category-C-tests (Files): Likewise.
3708         * modules/unictype/category-Cc-tests (Files): Likewise.
3709         * modules/unictype/category-Cf-tests (Files): Likewise.
3710         * modules/unictype/category-Cn-tests (Files): Likewise.
3711         * modules/unictype/category-Co-tests (Files): Likewise.
3712         * modules/unictype/category-Cs-tests (Files): Likewise.
3713         * modules/unictype/category-L-tests (Files): Likewise.
3714         * modules/unictype/category-Ll-tests (Files): Likewise.
3715         * modules/unictype/category-Lm-tests (Files): Likewise.
3716         * modules/unictype/category-Lo-tests (Files): Likewise.
3717         * modules/unictype/category-Lt-tests (Files): Likewise.
3718         * modules/unictype/category-Lu-tests (Files): Likewise.
3719         * modules/unictype/category-M-tests (Files): Likewise.
3720         * modules/unictype/category-Mc-tests (Files): Likewise.
3721         * modules/unictype/category-Me-tests (Files): Likewise.
3722         * modules/unictype/category-Mn-tests (Files): Likewise.
3723         * modules/unictype/category-N-tests (Files): Likewise.
3724         * modules/unictype/category-Nd-tests (Files): Likewise.
3725         * modules/unictype/category-Nl-tests (Files): Likewise.
3726         * modules/unictype/category-No-tests (Files): Likewise.
3727         * modules/unictype/category-P-tests (Files): Likewise.
3728         * modules/unictype/category-Pc-tests (Files): Likewise.
3729         * modules/unictype/category-Pd-tests (Files): Likewise.
3730         * modules/unictype/category-Pe-tests (Files): Likewise.
3731         * modules/unictype/category-Pf-tests (Files): Likewise.
3732         * modules/unictype/category-Pi-tests (Files): Likewise.
3733         * modules/unictype/category-Po-tests (Files): Likewise.
3734         * modules/unictype/category-Ps-tests (Files): Likewise.
3735         * modules/unictype/category-S-tests (Files): Likewise.
3736         * modules/unictype/category-Sc-tests (Files): Likewise.
3737         * modules/unictype/category-Sk-tests (Files): Likewise.
3738         * modules/unictype/category-Sm-tests (Files): Likewise.
3739         * modules/unictype/category-So-tests (Files): Likewise.
3740         * modules/unictype/category-Z-tests (Files): Likewise.
3741         * modules/unictype/category-Zl-tests (Files): Likewise.
3742         * modules/unictype/category-Zp-tests (Files): Likewise.
3743         * modules/unictype/category-Zs-tests (Files): Likewise.
3744         * modules/unictype/category-and-not-tests (Files): Likewise.
3745         * modules/unictype/category-and-tests (Files): Likewise.
3746         * modules/unictype/category-byname-tests (Files): Likewise.
3747         * modules/unictype/category-name-tests (Files): Likewise.
3748         * modules/unictype/category-none-tests (Files): Likewise.
3749         * modules/unictype/category-of-tests (Files): Likewise.
3750         * modules/unictype/category-or-tests (Files): Likewise.
3751         * modules/unictype/category-test-withtable-tests (Files): Likewise.
3752         * modules/unictype/combining-class-tests (Files): Likewise.
3753         * modules/unictype/ctype-alnum-tests (Files): Likewise.
3754         * modules/unictype/ctype-alpha-tests (Files): Likewise.
3755         * modules/unictype/ctype-blank-tests (Files): Likewise.
3756         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
3757         * modules/unictype/ctype-digit-tests (Files): Likewise.
3758         * modules/unictype/ctype-graph-tests (Files): Likewise.
3759         * modules/unictype/ctype-lower-tests (Files): Likewise.
3760         * modules/unictype/ctype-print-tests (Files): Likewise.
3761         * modules/unictype/ctype-punct-tests (Files): Likewise.
3762         * modules/unictype/ctype-space-tests (Files): Likewise.
3763         * modules/unictype/ctype-upper-tests (Files): Likewise.
3764         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
3765         * modules/unictype/decimal-digit-tests (Files): Likewise.
3766         * modules/unictype/digit-tests (Files): Likewise.
3767         * modules/unictype/mirror-tests (Files): Likewise.
3768         * modules/unictype/numeric-tests (Files): Likewise.
3769         * modules/unictype/property-alphabetic-tests (Files): Likewise.
3770         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
3771         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
3772         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
3773         Likewise.
3774         * modules/unictype/property-bidi-block-separator-tests (Files):
3775         Likewise.
3776         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
3777         Likewise.
3778         * modules/unictype/property-bidi-common-separator-tests (Files):
3779         Likewise.
3780         * modules/unictype/property-bidi-control-tests (Files): Likewise.
3781         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
3782         Likewise.
3783         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
3784         Likewise.
3785         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
3786         Likewise.
3787         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
3788         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
3789         Likewise.
3790         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
3791         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
3792         Likewise.
3793         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
3794         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
3795         * modules/unictype/property-bidi-segment-separator-tests (Files):
3796         Likewise.
3797         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
3798         * modules/unictype/property-byname-tests (Files): Likewise.
3799         * modules/unictype/property-combining-tests (Files): Likewise.
3800         * modules/unictype/property-composite-tests (Files): Likewise.
3801         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
3802         * modules/unictype/property-dash-tests (Files): Likewise.
3803         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
3804         * modules/unictype/property-default-ignorable-code-point-tests (Files):
3805         Likewise.
3806         * modules/unictype/property-deprecated-tests (Files): Likewise.
3807         * modules/unictype/property-diacritic-tests (Files): Likewise.
3808         * modules/unictype/property-extender-tests (Files): Likewise.
3809         * modules/unictype/property-format-control-tests (Files): Likewise.
3810         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
3811         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
3812         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
3813         * modules/unictype/property-hex-digit-tests (Files): Likewise.
3814         * modules/unictype/property-hyphen-tests (Files): Likewise.
3815         * modules/unictype/property-id-continue-tests (Files): Likewise.
3816         * modules/unictype/property-id-start-tests (Files): Likewise.
3817         * modules/unictype/property-ideographic-tests (Files): Likewise.
3818         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
3819         * modules/unictype/property-ids-trinary-operator-tests (Files):
3820         Likewise.
3821         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
3822         * modules/unictype/property-iso-control-tests (Files): Likewise.
3823         * modules/unictype/property-join-control-tests (Files): Likewise.
3824         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
3825         * modules/unictype/property-line-separator-tests (Files): Likewise.
3826         * modules/unictype/property-logical-order-exception-tests (Files):
3827         Likewise.
3828         * modules/unictype/property-lowercase-tests (Files): Likewise.
3829         * modules/unictype/property-math-tests (Files): Likewise.
3830         * modules/unictype/property-non-break-tests (Files): Likewise.
3831         * modules/unictype/property-not-a-character-tests (Files): Likewise.
3832         * modules/unictype/property-numeric-tests (Files): Likewise.
3833         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
3834         * modules/unictype/property-other-default-ignorable-code-point-tests
3835         (Files): Likewise.
3836         * modules/unictype/property-other-grapheme-extend-tests (Files):
3837         Likewise.
3838         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
3839         * modules/unictype/property-other-id-start-tests (Files): Likewise.
3840         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
3841         * modules/unictype/property-other-math-tests (Files): Likewise.
3842         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
3843         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
3844         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
3845         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
3846         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
3847         * modules/unictype/property-private-use-tests (Files): Likewise.
3848         * modules/unictype/property-punctuation-tests (Files): Likewise.
3849         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
3850         * modules/unictype/property-radical-tests (Files): Likewise.
3851         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
3852         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
3853         * modules/unictype/property-space-tests (Files): Likewise.
3854         * modules/unictype/property-terminal-punctuation-tests (Files):
3855         Likewise.
3856         * modules/unictype/property-test-tests (Files): Likewise.
3857         * modules/unictype/property-titlecase-tests (Files): Likewise.
3858         * modules/unictype/property-unassigned-code-value-tests (Files):
3859         Likewise.
3860         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
3861         * modules/unictype/property-uppercase-tests (Files): Likewise.
3862         * modules/unictype/property-variation-selector-tests (Files): Likewise.
3863         * modules/unictype/property-white-space-tests (Files): Likewise.
3864         * modules/unictype/property-xid-continue-tests (Files): Likewise.
3865         * modules/unictype/property-xid-start-tests (Files): Likewise.
3866         * modules/unictype/property-zero-width-tests (Files): Likewise.
3867         * modules/unictype/scripts-tests (Files): Likewise.
3868         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
3869         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
3870         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
3871         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
3872         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
3873         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
3874         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
3875         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
3876         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
3877         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
3878         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
3879         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
3880         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
3881         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
3882         * modules/uninorm/composition-tests (Files): Likewise.
3883         * modules/uninorm/decomposing-form-tests (Files): Likewise.
3884         * modules/uninorm/decomposition-tests (Files): Likewise.
3885         * modules/uninorm/filter-tests (Files): Likewise.
3886         * modules/uninorm/nfc-tests (Files): Likewise.
3887         * modules/uninorm/nfd-tests (Files): Likewise.
3888         * modules/uninorm/nfkc-tests (Files): Likewise.
3889         * modules/uninorm/nfkd-tests (Files): Likewise.
3890         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
3891         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
3892         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
3893         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
3894         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
3895         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
3896         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
3897         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3898         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
3899         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
3900         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
3901         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
3902         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3903         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
3904         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
3905         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
3906         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
3907         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3908         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
3909         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
3910         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
3911         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
3912         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3913         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
3914         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
3915         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
3916         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
3917         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
3918         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
3919         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
3920         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
3921         * modules/uniwidth/u8-width-tests (Files): Likewise.
3922         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
3923         * modules/uniwidth/u16-width-tests (Files): Likewise.
3924         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
3925         * modules/uniwidth/u32-width-tests (Files): Likewise.
3926         * modules/uniwidth/width-tests (Files): Likewise.
3927         * modules/unlink-tests (Files): Likewise.
3928         * modules/unsetenv-tests (Files): Likewise.
3929         * modules/usleep-tests (Files): Likewise.
3930         * modules/utimens-tests (Files): Likewise.
3931         * modules/utimensat-tests (Files): Likewise.
3932         * modules/vasnprintf-posix-tests (Files): Likewise.
3933         * modules/vasnprintf-tests (Files): Likewise.
3934         * modules/vasprintf-posix-tests (Files): Likewise.
3935         * modules/vasprintf-tests (Files): Likewise.
3936         * modules/vdprintf-posix-tests (Files): Likewise.
3937         * modules/vfprintf-posix-tests (Files): Likewise.
3938         * modules/vprintf-posix-tests (Files): Likewise.
3939         * modules/vsnprintf-posix-tests (Files): Likewise.
3940         * modules/vsnprintf-tests (Files): Likewise.
3941         * modules/vsprintf-posix-tests (Files): Likewise.
3942         * modules/wcrtomb-tests (Files): Likewise.
3943         * modules/wcsnrtombs-tests (Files): Likewise.
3944         * modules/wcsrtombs-tests (Files): Likewise.
3945         * modules/wctype-tests (Files): Likewise.
3946         * modules/wcwidth-tests (Files): Likewise.
3947         * modules/xmemdup0-tests (Files): Likewise.
3948         * modules/xprintf-posix-tests (Files): Likewise.
3949         * modules/xvasprintf-tests (Files): Likewise.
3950
3951 2009-12-24  Eric Blake  <ebb9@byu.net>
3952
3953         test-nanosleep: fix typo
3954         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
3955         patch.
3956         Reported by Bruno Haible.
3957
3958 2009-12-24  Bruno Haible  <bruno@clisp.org>
3959
3960         Reduce namespace pollution on glibc systems.
3961         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
3962         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
3963         systems.
3964         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
3965         <getopt.h> on glibc systems.
3966         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
3967         systems.
3968         * lib/fcntl.c: Include <unistd.h> here instead.
3969
3970 2009-12-24  Bruno Haible  <bruno@clisp.org>
3971
3972         * lib/stdlib.in.h (includes): Fix typo in today's commit.
3973
3974 2009-12-24  Eric Blake  <ebb9@byu.net>
3975
3976         tests: add signature checks
3977         * tests/signature.h (SIGNATURE_CHECK): New file.
3978         * modules/atexit-tests (Files): Use it.
3979         * modules/btowc-tests (Files): Likewise.
3980         * modules/canonicalize-lgpl-tests (Files): Likewise.
3981         * modules/ceilf-tests (Files): Likewise.
3982         * modules/ceill-tests (Files): Likewise.
3983         * modules/chown-tests (Files): Likewise.
3984         * modules/dprintf-posix-tests (Files): Likewise.
3985         * modules/dup2-tests (Files): Likewise.
3986         * modules/dup3-tests (Files): Likewise.
3987         * modules/duplocale-tests (Files): Likewise.
3988         * modules/fchdir-tests (Files): Likewise.
3989         * modules/fcntl-tests (Files): Likewise.
3990         * modules/fdopendir-tests (Files): Likewise.
3991         * modules/fflush-tests (Files): Likewise.
3992         * modules/flock-tests (Files): Likewise.
3993         * modules/floorf-tests (Files): Likewise.
3994         * modules/floorl-tests (Files): Likewise.
3995         * modules/fnmatch-tests (Files): Likewise.
3996         * modules/fopen-tests (Files): Likewise.
3997         * modules/fprintf-posix-tests (Files): Likewise.
3998         * modules/freopen-tests (Files): Likewise.
3999         * modules/frexp-nolibm-tests (Files): Likewise.
4000         * modules/frexp-tests (Files): Likewise.
4001         * modules/frexpl-nolibm-tests (Files): Likewise.
4002         * modules/frexpl-tests (Files): Likewise.
4003         * modules/fseek-tests (Files): Likewise.
4004         * modules/fseeko-tests (Files): Likewise.
4005         * modules/fsync-tests (Files): Likewise.
4006         * modules/ftell-tests (Files): Likewise.
4007         * modules/ftello-tests (Files): Likewise.
4008         * modules/futimens-tests (Files): Likewise.
4009         * modules/getaddrinfo-tests (Files): Likewise.
4010         * modules/getcwd-tests (Files): Likewise.
4011         * modules/getdelim-tests (Files): Likewise.
4012         * modules/getdtablesize-tests (Files): Likewise.
4013         * modules/getgroups-tests (Files): Likewise.
4014         * modules/gethostname-tests (Files): Likewise.
4015         * modules/getline-tests (Files): Likewise.
4016         * modules/getopt-posix-tests (Files): Likewise.
4017         * modules/gettimeofday-tests (Files): Likewise.
4018         * modules/glob-tests (Files): Likewise.
4019         * modules/iconv-tests (Files): Likewise.
4020         * modules/inet_ntop-tests (Files): Likewise.
4021         * modules/inet_pton-tests (Files): Likewise.
4022         * modules/isblank-tests (Files): Likewise.
4023         * modules/lchown-tests (Files): Likewise.
4024         * modules/ldexpl-tests (Files): Likewise.
4025         * modules/link-tests (Files): Likewise.
4026         * modules/linkat-tests (Files): Likewise.
4027         * modules/lseek-tests (Files): Likewise.
4028         * modules/lstat-tests (Files): Likewise.
4029         * modules/mbrtowc-tests (Files): Likewise.
4030         * modules/mbsinit-tests (Files): Likewise.
4031         * modules/mbsnrtowcs-tests (Files): Likewise.
4032         * modules/mbsrtowcs-tests (Files): Likewise.
4033         * modules/memchr-tests (Files): Likewise.
4034         * modules/memcmp-tests (Files): Likewise.
4035         * modules/memmem-tests (Files): Likewise.
4036         * modules/memrchr-tests (Files): Likewise.
4037         * modules/mkdir-tests (Files): Likewise.
4038         * modules/mkfifo-tests (Files): Likewise.
4039         * modules/mkfifoat-tests (Files): Likewise.
4040         * modules/mknod-tests (Files): Likewise.
4041         * modules/nanosleep-tests (Files): Likewise.
4042         * modules/nl_langinfo-tests (Files): Likewise.
4043         * modules/obstack-printf-tests (Files): Likewise.
4044         * modules/open-tests (Files): Likewise.
4045         * modules/openat-tests (Files): Likewise.
4046         * modules/perror-tests (Files): Likewise.
4047         * modules/pipe2-tests (Files): Likewise.
4048         * modules/poll-tests (Files): Likewise.
4049         * modules/popen-tests (Files): Likewise.
4050         * modules/posix_spawn-tests (Files): Likewise.
4051         * modules/posix_spawnp-tests (Files): Likewise.
4052         * modules/pread-tests (Files): Likewise.
4053         * modules/printf-posix-tests (Files): Likewise.
4054         * modules/pty-tests (Files): Likewise.
4055         * modules/random_r-tests (Files): Likewise.
4056         * modules/rawmemchr-tests (Files): Likewise.
4057         * modules/readlink-tests (Files): Likewise.
4058         * modules/remove-tests (Files): Likewise.
4059         * modules/rename-tests (Files): Likewise.
4060         * modules/renameat-tests (Files): Likewise.
4061         * modules/rmdir-tests (Files): Likewise.
4062         * modules/round-tests (Files): Likewise.
4063         * modules/roundf-tests (Files): Likewise.
4064         * modules/roundl-tests (Files): Likewise.
4065         * modules/select-tests (Files): Likewise.
4066         * modules/setenv-tests (Files): Likewise.
4067         * modules/sigaction-tests (Files): Likewise.
4068         * modules/sleep-tests (Files): Likewise.
4069         * modules/snprintf-posix-tests (Files): Likewise.
4070         * modules/snprintf-tests (Files): Likewise.
4071         * modules/sprintf-posix-tests (Files): Likewise.
4072         * modules/stat-tests (Files): Likewise.
4073         * modules/strcasestr-tests (Files): Likewise.
4074         * modules/strchrnul-tests (Files): Likewise.
4075         * modules/strerror-tests (Files): Likewise.
4076         * modules/strsignal-tests (Files): Likewise.
4077         * modules/strstr-tests (Files): Likewise.
4078         * modules/strtod-tests (Files): Likewise.
4079         * modules/strverscmp-tests (Files): Likewise.
4080         * modules/symlink-tests (Files): Likewise.
4081         * modules/symlinkat-tests (Files): Likewise.
4082         * modules/times-tests (Files): Likewise.
4083         * modules/trunc-tests (Files): Likewise.
4084         * modules/truncf-tests (Files): Likewise.
4085         * modules/truncl-tests (Files): Likewise.
4086         * modules/tsearch-tests (Files): Likewise.
4087         * modules/uname-tests (Files): Likewise.
4088         * modules/unlink-tests (Files): Likewise.
4089         * modules/unsetenv-tests (Files): Likewise.
4090         * modules/usleep-tests (Files): Likewise.
4091         * modules/utimensat-tests (Files): Likewise.
4092         * modules/vasprintf-tests (Files): Likewise.
4093         * modules/vdprintf-posix-tests (Files): Likewise.
4094         * modules/vfprintf-posix-tests (Files): Likewise.
4095         * modules/vprintf-posix-tests (Files): Likewise.
4096         * modules/vsnprintf-posix-tests (Files): Likewise.
4097         * modules/vsnprintf-tests (Files): Likewise.
4098         * modules/vsprintf-posix-tests (Files): Likewise.
4099         * modules/wcrtomb-tests (Files): Likewise.
4100         * modules/wcsnrtombs-tests (Files): Likewise.
4101         * modules/wcsrtombs-tests (Files): Likewise.
4102         * modules/wcwidth-tests (Files): Likewise.
4103         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
4104         * tests/test-isinf.c (isinf): Likewise.
4105         * tests/test-isnan.c (isnan): Likewise.
4106         * tests/test-signbit.c (signbit): Likewise.
4107         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
4108         declaration, either as macro or with correct signature.
4109         (select): Ensure function under test is declared with correct
4110         signature in correct header.
4111         * tests/test-atexit.c (atexit): Likewise.
4112         * tests/test-btowc.c (btowc): Likewise.
4113         * tests/test-canonicalize-lgpl.c (realpath)
4114         (canonicalize_file_name): Likewise.
4115         * tests/test-ceilf1.c (ceilf): Likewise.
4116         * tests/test-ceill.c (ceill): Likewise.
4117         * tests/test-chown.c (chown): Likewise.
4118         * tests/test-dprintf-posix.c (dprintf): Likewise.
4119         * tests/test-dup2.c (dup2): Likewise.
4120         * tests/test-dup3.c (dup3): Likewise.
4121         * tests/test-duplocale.c (duplocale): Likewise.
4122         * tests/test-fchdir.c (fchdir): Likewise.
4123         * tests/test-fchownat.c (fchownat): Likewise.
4124         * tests/test-fcntl.c (fcntl): Likewise.
4125         * tests/test-fdopendir.c (fdopendir): Likewise.
4126         * tests/test-fflush.c (fflush): Likewise.
4127         * tests/test-flock.c (flock): Likewise.
4128         * tests/test-floorf1.c (floorf): Likewise.
4129         * tests/test-floorl.c (floorl): Likewise.
4130         * tests/test-fnmatch.c (fnmatch): Likewise.
4131         * tests/test-fopen.c (fopen): Likewise.
4132         * tests/test-fprintf-posix.c (fprintf): Likewise.
4133         * tests/test-freopen.c (freopen): Likewise.
4134         * tests/test-frexp.c (frexp): Likewise.
4135         * tests/test-frexpl.c (frexpl): Likewise.
4136         * tests/test-fseek.c (fseek): Likewise.
4137         * tests/test-fseeko.c (fseeko): Likewise.
4138         * tests/test-fstatat.c (fstatat): Likewise.
4139         * tests/test-fsync.c (fsync): Likewise.
4140         * tests/test-ftell.c (ftell): Likewise.
4141         * tests/test-ftello.c (ftello): Likewise.
4142         * tests/test-futimens.c (futimens): Likewise.
4143         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
4144         (gai_strerror): Likewise.
4145         * tests/test-getcwd.c (getcwd): Likewise.
4146         * tests/test-getdelim.c (getdelim): Likewise.
4147         * tests/test-getdtablesize.c (getdtablesize): Likewise.
4148         * tests/test-getgroups.c (getgroups): Likewise.
4149         * tests/test-gethostname.c (gethostname): Likewise.
4150         * tests/test-getline.c (getline): Likewise.
4151         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
4152         Likewise.
4153         * tests/test-gettimeofday.c (gettimeofday): Likewise.
4154         * tests/test-glob.c (glob, globfree): Likewise.
4155         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
4156         * tests/test-inet_ntop.c (inet_ntop): Likewise.
4157         * tests/test-inet_pton.c (inet_pton): Likewise.
4158         * tests/test-isblank.c (isblank): Likewise.
4159         * tests/test-lchown.c (lchown): Likewise.
4160         * tests/test-ldexpl.c (ldexpl): Likewise.
4161         * tests/test-link.c (link): Likewise.
4162         * tests/test-linkat.c (linkat): Likewise.
4163         * tests/test-lseek.c (lseek): Likewise.
4164         * tests/test-lstat.c (lstat): Likewise.
4165         * tests/test-mbrtowc.c (mbrtowc): Likewise.
4166         * tests/test-mbsinit.c (mbsinit): Likewise.
4167         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
4168         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
4169         * tests/test-memchr.c (memchr): Likewise.
4170         * tests/test-memcmp.c (memcmp): Likewise.
4171         * tests/test-memmem.c (memmem): Likewise.
4172         * tests/test-memrchr.c (memrchr): Likewise.
4173         * tests/test-mkdir.c (mkdir): Likewise.
4174         * tests/test-mkdirat.c (mkdirat): Likewise.
4175         * tests/test-mkfifo.c (mkfifo): Likewise.
4176         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
4177         * tests/test-mknod.c (mknod): Likewise.
4178         * tests/test-nanosleep.c (nanosleep): Likewise.
4179         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
4180         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
4181         Likewise.
4182         * tests/test-open.c (open): Likewise.
4183         * tests/test-openat.c (openat): Likewise.
4184         * tests/test-perror.c (perror): Likewise.
4185         * tests/test-pipe2.c (pipe2): Likewise.
4186         * tests/test-poll.c (poll): Likewise.
4187         * tests/test-popen.c (popen, pclose): Likewise.
4188         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
4189         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
4190         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
4191         (posix_spawn_file_actions_destroy)
4192         (posix_spawn_file_actions_addclose)
4193         (posix_spawn_file_actions_addopen)
4194         (posix_spawn_file_actions_adddup2): Likewise.
4195         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
4196         * tests/test-pread.c (pread): Likewise.
4197         * tests/test-printf-posix.c (printf): Likewise.
4198         * tests/test-pty.c (openpty, forkpty): Likewise.
4199         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
4200         (random_r): Likewise.
4201         * tests/test-rawmemchr.c (rawmemchr): Likewise.
4202         * tests/test-readlink.c (readlink): Likewise.
4203         * tests/test-remove.c (remove): Likewise.
4204         * tests/test-rename.c (rename): Likewise.
4205         * tests/test-renameat.c (renameat): Likewise.
4206         * tests/test-rmdir.c (rmdir): Likewise.
4207         * tests/test-round1.c (round): Likewise.
4208         * tests/test-roundf1.c (roundf): Likewise.
4209         * tests/test-roundl.c (roundl): Likewise.
4210         * tests/test-setenv.c (setenv): Likewise.
4211         * tests/test-sigaction.c (sigaction): Likewise.
4212         * tests/test-sleep.c (sleep): Likewise.
4213         * tests/test-snprintf.c (snprintf): Likewise.
4214         * tests/test-sprintf-posix.c (sprintf): Likewise.
4215         * tests/test-stat.c (stat): Likewise.
4216         * tests/test-stpncpy.c (stpncpy): Likewise.
4217         * tests/test-strcasestr.c (strcasestr): Likewise.
4218         * tests/test-strchrnul.c (strchrnul): Likewise.
4219         * tests/test-strerror.c (strerror): Likewise.
4220         * tests/test-strsignal.c (strsignal): Likewise.
4221         * tests/test-strstr.c (strstr): Likewise.
4222         * tests/test-strtod.c (strtod): Likewise.
4223         * tests/test-strverscmp.c (strverscmp): Likewise.
4224         * tests/test-symlink.c (symlink): Likewise.
4225         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
4226         * tests/test-times.c (times): Likewise.
4227         * tests/test-trunc1.c (trunc): Likewise.
4228         * tests/test-truncf1.c (truncf): Likewise.
4229         * tests/test-truncl.c (truncl): Likewise.
4230         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
4231         Likewise.
4232         * tests/test-uname.c (uname): Likewise.
4233         * tests/test-unlink.c (unlink): Likewise.
4234         * tests/test-unlinkat.c (unlinkat): Likewise.
4235         * tests/test-unsetenv.c (unsetenv): Likewise.
4236         * tests/test-usleep.c (usleep): Likewise.
4237         * tests/test-utimensat.c (utimensat): Likewise.
4238         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
4239         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
4240         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
4241         * tests/test-vprintf-posix.c (vprintf): Likewise.
4242         * tests/test-vsnprintf.c (vsnprintf): Likewise.
4243         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
4244         * tests/test-wcrtomb.c (wcrtomb): Likewise.
4245         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
4246         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
4247         * tests/test-wcwidth.c (wcwidth): Likewise.
4248
4249         build: pull in conditional headers during GNULIB_POSIXCHECK
4250         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
4251         definitions from any conditionally-included headers.
4252         * lib/stdlib.in.h (includes): Likewise.
4253         * lib/unistd.in.h (includes): Likewise.
4254
4255 2009-12-24  Bruno Haible  <bruno@clisp.org>
4256
4257         * tests/test-argv-iter.c: Include header file being tested immediately
4258         after config.h.
4259         * tests/test-base64.c: Likewise.
4260         * tests/test-flock.c: Likewise.
4261         * tests/test-fsync.c: Likewise.
4262         * tests/test-getdate.c: Likewise.
4263         * tests/test-getndelim2.c: Likewise.
4264         * tests/test-isfinite.c: Likewise.
4265         * tests/test-isinf.c: Likewise.
4266         * tests/test-strerror.c: Likewise.
4267         * tests/test-strsignal.c: Likewise.
4268
4269 2009-12-23  Eric Blake  <ebb9@byu.net>
4270
4271         unistd: work around cygwin bug
4272         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
4273         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
4274         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4275
4276 2009-12-23  Bruno Haible  <bruno@clisp.org>
4277
4278         localename: More tests.
4279         * tests/test-localename.c (SIZEOF): New macro.
4280         (categories): New variable.
4281         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
4282         test_locale_name_default): Add test w.r.t. thread locale.
4283         (test_locale_name_thread): New function.
4284         (main): Invoke it.
4285
4286         localename: Make aware of thread locale.
4287         * lib/localename.h (gl_locale_name_thread): New declaration.
4288         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
4289         behaviour with respect to thread locale.
4290         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
4291         <langinfo.h>, glthread/lock.h.
4292         (SIZE_BITS): New macro.
4293         (string_hash): New function.
4294         (struct hash_node): New type.
4295         (HASH_TABLE_SIZE): New macro.
4296         (struniq_hash_table, struniq_lock): New variables.
4297         (struniq): New function.
4298         (gl_locale_name_thread): New function.
4299         (gl_locale_name): Invoke it.
4300         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
4301         * modules/localename (Depends-on): Add lock.
4302         Reported by Mike Gran <spk121@yahoo.com>.
4303
4304 2009-12-23  Eric Blake  <ebb9@byu.net>
4305
4306         va-args: new module
4307         * modules/va-args: New file.
4308         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
4309         * MODULES.html.sh (Core language properties): Mention it.
4310
4311         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
4312         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
4313         named alias for __attribute__((__unused__)).
4314         * lib/chown.c: Update client.
4315         * lib/fchmodat.c: Likewise.
4316         * lib/fts.c: Likewise.
4317         * lib/getdate.y: Likewise.
4318         * lib/getgroups.c: Likewise.
4319         * lib/getopt.c: Likewise.
4320         * lib/getugroups.c: Likewise.
4321         * lib/mkdir.c: Likewise.
4322         * lib/mkfifo.c: Likewise.
4323         * lib/mkfifoat.c: Likewise.
4324         * lib/mknod.c: Likewise.
4325         * lib/mknodat.c: Likewise.
4326         * lib/readlink.c: Likewise.
4327         * lib/se-context.in.h: Likewise.
4328         * lib/se-selinux.in.h: Likewise.
4329         * lib/sockets.c: Likewise.
4330         * lib/symlink.c: Likewise.
4331         * lib/symlinkat.c: Likewise.
4332         * lib/unicodeio.c: Likewise.
4333         * lib/unistr.h: Likewise.
4334         * tests/test-areadlink.c: Likewise.
4335         * tests/test-areadlinkat.c: Likewise.
4336         * tests/test-filenamecat.c: Likewise.
4337         * tests/test-fseeko.c: Likewise.
4338         * tests/test-ftello.c: Likewise.
4339         * tests/test-getdate.c: Likewise.
4340         * tests/test-getgroups.c: Likewise.
4341         * tests/test-gethostname.c: Likewise.
4342         * tests/test-quotearg.c: Likewise.
4343         * tests/test-version-etc.c: Likewise.
4344         * tests/test-xalloc-die.c: Likewise.
4345         * tests/test-xfprintf-posix.c: Likewise.
4346         * tests/test-xprintf-posix.c: Likewise.
4347         * tests/test-xvasprintf.c: Likewise.
4348
4349         tests: avoid compiler warnings
4350         * tests/test-fcntl.c (main): Delete unused parameters.
4351         * tests/test-freopen-safer.c (main): Likewise.
4352         * tests/test-xalloc-die.c (main): Mark unused parameters.
4353         * tests/test-fseeko.c (main): Likewise.
4354         * tests/test-ftello.c (main): Likewise.
4355         * tests/test-nanosleep.c (main): Avoid declaration warning.
4356         * tests/test-sleep.c (main): Likewise.
4357         * tests/test-unsetenv.c (main): Silence warning about string
4358         literal.
4359         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
4360
4361 2009-12-23  Bruno Haible  <bruno@clisp.org>
4362
4363         * tests/test-localename.c (test_locale_name): New function, extracted
4364         from main. Also test mixed situations.
4365         (test_locale_name_posix, test_locale_name_environ,
4366         test_locale_name_default): New functions.
4367         (main): Invoke them all.
4368         * modules/localename-tests (configure.ac): Test for newlocale.
4369
4370 2009-12-23  Bruno Haible  <bruno@clisp.org>
4371
4372         unistd: Ensure getcwd gets declared before being overridden.
4373         * lib/unistd.in.h: Conditionally include <io.h>.
4374
4375 2009-12-22  Bruno Haible  <bruno@clisp.org>
4376
4377         wchar: Diagnose broken combination of glibc and gcc versions and flags.
4378         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
4379         (gl_WCHAR_H): Invoke it.
4380         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
4381         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
4382         Reported by Karl Berry <karl@freefriends.org>.
4383
4384 2009-12-22  Eric Blake  <ebb9@byu.net>
4385
4386         math, unistd: avoid redundant includes
4387         * lib/math.in.h (isnan): No need to re-include <math.h>.
4388         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
4389
4390         getsubopt: work around cygwin bug
4391         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
4392         avoid conflicting with system getsubopt.
4393         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
4394         bug.
4395
4396         getopt: synchronize from glibc
4397         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
4398         parameter order.  Adjust all callers.
4399         (_getopt_internal_r, main): Adjust quoting in error messages.
4400         Drop considerations for outdated POSIX 1003.2 error message.
4401         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
4402         callers.
4403         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
4404
4405         test-getopt: test stderr behavior
4406         * modules/getopt-posix-tests (Depends-on): Add dup2.
4407         * tests/test-getopt.c (ASSERT): Avoid stderr.
4408         (main): Move stderr to a temporary file.
4409         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
4410         Instead, add parameter to inform caller if output occurred.
4411         (test_getopt): Adjust all existing tests to expect silence, and
4412         add new tests of leading ":".
4413         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4414         glibc shortcomings with leading "-:" or "+:" in optstring.
4415         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4416         Likewise.
4417         * doc/posix-functions/getopt.texi (getopt): Likewise.
4418
4419         test-getopt: enhance test
4420         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
4421         supports optind=0.
4422         * tests/test-getopt.c (OPTIND_MIN): Move...
4423         * tests/test-getopt.h (OPTIND_MIN): ...here.
4424         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
4425         Require that optind=0 works, since modern BSD supports it in
4426         addition to optreset, and since coreutils expects it.
4427         (test_getopt_long_only): New test.
4428         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4429         glibc shortcomings with 'W;', and enforcement of optind=0.
4430         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4431         Likewise.
4432
4433 2009-12-21  Bruno Haible  <bruno@clisp.org>
4434
4435         localename: Improvements for MacOS X and Cygwin.
4436         * lib/localename.h (gl_locale_name_environ): New declaration.
4437         * lib/localename.c (gl_locale_name_environ): New function, extracted from
4438         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
4439         (gl_locale_name_posix): Invoke it.
4440         (gl_locale_name_default): Add comments. Use Windows native API also on
4441         Cygwin.
4442
4443 2009-12-21  Bruno Haible  <bruno@clisp.org>
4444
4445         Update list of Win32 locale ids.
4446         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
4447         (LANG_SAMI): Renamed from LANG_SAAMI.
4448         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
4449         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
4450         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
4451         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
4452         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
4453         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
4454         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
4455         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
4456         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
4457         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
4458         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
4459         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
4460         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
4461         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
4462         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
4463         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
4464         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
4465         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
4466         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
4467         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
4468         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
4469         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
4470         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
4471         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
4472         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
4473         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
4474         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
4475         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
4476         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
4477         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
4478         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
4479         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
4480         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
4481         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
4482         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
4483         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
4484         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
4485         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
4486         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
4487         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
4488         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
4489         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
4490         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
4491         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
4492         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
4493         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
4494         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
4495         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
4496         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
4497         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
4498         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
4499         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
4500         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
4501         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
4502         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
4503         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
4504         Add more languages and countries for Sami, Sorbian. Add more countries
4505         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
4506         for Pashto. Change country for Syriac, Tswana.
4507
4508 2009-12-21  Eric Blake  <ebb9@byu.net>
4509
4510         test-utimens: avoid spurious failure
4511         * tests/test-chown.h (nap): Factor...
4512         * tests/nap.h: ...into new file.
4513         * tests/test-lchown.h (nap): Avoid duplication.
4514         * tests/test-utimens-common.h (nap): Use shared implementation,
4515         necessary on file systems with 1-second resolution.
4516         * modules/chown-tests (Files): Include new file.
4517         * modules/fdutimensat-tests (Files): Likewise.
4518         * modules/futimens-tests (Files): Likewise.
4519         * modules/lchown-tests (Files): Likewise.
4520         * modules/openat-tests (Files): Likewise.
4521         * modules/utimens-tests (Files): Likewise.
4522         * modules/utimensat-tests (Files): Likewise.
4523
4524 2009-12-19  Eric Blake  <ebb9@byu.net>
4525
4526         futimens, utimensat: work around Linux bug
4527         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
4528         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4529         * lib/utimensat.c (rpl_utimensat): Work around it.
4530         * lib/futimens.c (rpl_futimens): Adjust comment.
4531
4532         utimens: work around Linux ctime bug
4533         * lib/utimens.c (detect_ctime_bug): New helper function.
4534         (update_timespec): Differentiate between workaround needed for
4535         this bug vs. what is needed for systems that lack utimensat.
4536         (fdutimens, lutimens): Work around bug.
4537
4538         utimens: check for ctime update
4539         * tests/test-utimens-common.h (check_ctime): Define.
4540         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
4541         * tests/test-futimens.h (test_futimens): Likewise.
4542         * tests/test-lutimens.h (test_lutimens): Likewise.
4543         * doc/posix-functions/futimens.texi (futimens): Document the bug.
4544         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4545
4546 2009-12-19  Bruno Haible  <bruno@clisp.org>
4547
4548         dprintf-posix: Check against memory leak fixed on 2009-12-15.
4549         * tests/test-dprintf-posix2.sh: New file.
4550         * tests/test-dprintf-posix2.c: New file.
4551         * modules/dprintf-posix-tests (Files): Add them.
4552         (configure.ac): Check for getrlimit and setrlimit.
4553         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
4554
4555 2009-12-19  Bruno Haible  <bruno@clisp.org>
4556
4557         fprintf-posix: Check against memory leak fixed on 2009-12-15.
4558         * tests/test-fprintf-posix3.sh: New file.
4559         * tests/test-fprintf-posix3.c: New file.
4560         * modules/fprintf-posix-tests (Files): Add them.
4561         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
4562
4563 2009-12-19  Eric Blake  <ebb9@byu.net>
4564
4565         dirfd: fix prototype
4566         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
4567         * lib/dirfd.c (dirfd): Likewise.
4568
4569         canonicalize: reduce memory usage
4570         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
4571         allocation to size.
4572         Reported by Solar Designer <solar@openwall.com>.
4573
4574 2009-12-19  Bruno Haible  <bruno@clisp.org>
4575
4576         New module attribute 'Applicability'.
4577         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
4578         * gnulib-tool: New option --extract-applicability.
4579         (func_usage): Document it.
4580         (sed_extract_prog): Recognize it.
4581         (func_get_applicability): New function.
4582         (func_import): Generalize handling of 'link-warning' module.
4583         * modules/link-warning (Applicability): New section.
4584         * modules/arg-nonnull (Applicability): New section.
4585         Repoted by Simon Josefsson <simon@josefsson.org>.
4586
4587 2009-12-19  Bruno Haible  <bruno@clisp.org>
4588
4589         fflush: tweak
4590         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
4591         * lib/fseeko.c (rpl_fseeko): Likewise.
4592
4593 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
4594
4595         * lib/gl_list.h: Fix typo in comment.
4596
4597 2009-12-16  Eric Blake  <ebb9@byu.net>
4598
4599         fcntl: use to simplify other modules
4600         * modules/cloexec (Depends-on): Add fcntl.
4601         * modules/fchdir (Depends-on): Likewise.
4602         * modules/fd-safer-flag (Depends-on): Likewise.
4603         * modules/unistd-safer (Depends-on): Likewise.
4604         * modules/dup3 (configure.ac): Set module indicator.
4605         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
4606         missing.
4607         * lib/fchdir.c (_gl_register_dup): Fix comment.
4608         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
4609         * lib/dup-safer.c (dup_safer): Likewise.
4610         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
4611         * lib/dup3.c (dup3): Likewise.
4612         * tests/test-fchdir.c (main): Enhance test.
4613         Fixes a dup_cloexec bug reported by Ondřej Vašík.
4614
4615         fcntl: port portions of fcntl to mingw
4616         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
4617         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
4618         replacement for mingw.
4619         * modules/fcntl (Description): Update.
4620         (Depends-on): Add dup2.
4621         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
4622         * modules/fcntl-h (Makefile.am): Substitute it.
4623         * lib/fcntl.in.h (fcntl): Update declaration.
4624         (F_DUPFD, F_GETFD): New macros, when needed.
4625         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
4626         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
4627         * tests/test-fcntl.c (check_flags, main): Enhance test for items
4628         we now guarantee.
4629
4630         fcntl: work around cygwin bug in F_DUPFD
4631         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
4632         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
4633         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
4634         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
4635         * doc/posix-functions/fcntl.texi (fcntl): Document it.
4636
4637         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
4638         * modules/fcntl (Files): List new files.
4639         (configure.ac): Run a test.
4640         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
4641         * lib/fcntl.c (rpl_fcntl): Likewise.
4642         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
4643         (gl_FCNTL_H): Always replace fcntl.h.
4644         * modules/fcntl-h (Makefile.am): Substitute witnesses.
4645         * lib/fcntl.in.h (fcntl): Declare replacement.
4646         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
4647         needed, plus a witness.
4648         * doc/posix-functions/fcntl.texi (fcntl): Document this.
4649         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
4650         * tests/test-fcntl.c: New file.
4651         * modules/fcntl-tests: Likewise.
4652
4653         binary-io: avoid potential compilation warning
4654         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
4655         directives.
4656
4657         fflush: avoid compilation error on NetBSD
4658         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
4659         between off_t and fpos_t, since the latter is sometimes a struct.
4660         * lib/fseeko.c (rpl_fseeko): Likewise.
4661         Reported by Alexander Nasonov <alnsn@yandex.ru>.
4662
4663 2009-12-15  Eric Blake  <ebb9@byu.net>
4664
4665         fcntl-h, stdio, sys_ioctl: fix declarations
4666         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
4667         function must not take arguments.
4668         * lib/sys_ioctl.in.h (ioctl): Likewise.
4669         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
4670         (open): Add a link warning.
4671
4672 2009-12-15  Jim Meyering  <meyering@redhat.com>
4673
4674         areadlink, areadlink-with-size: relax license to LGPLv2+
4675         * modules/areadlink (License): Relax to LGPLv2+.
4676         * modules/areadlink-with-size (License): Likewise.
4677
4678 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
4679             Bruno Haible  <bruno@clisp.org>
4680
4681         *printf: Fix memory leak.
4682         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
4683         * lib/vfprintf.c (vfprintf): Likewise.
4684         * lib/dprintf.c (dprintf): Likewise.
4685         * lib/vdprintf.c (vdprintf): Likewise.
4686
4687 2009-12-14  Eric Blake  <ebb9@byu.net>
4688
4689         accept4: adjust module dependencies
4690         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
4691
4692         utimens: one more try at avoiding compiler warning
4693         * lib/utimens.c (lutimens): Lower scope of result.
4694
4695 2009-12-13  Bruno Haible  <bruno@clisp.org>
4696
4697         Move the malloc checking from module 'list' to new module 'xlist'.
4698         * modules/xlist: New file.
4699         * lib/gl_xlist.h: New file.
4700         * lib/gl_xlist.c: New file.
4701         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
4702         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
4703         gl_list_add_last, gl_list_add_before, gl_list_add_after,
4704         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
4705         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
4706         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
4707         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
4708         gl_sortedlist_nx_add): New declarations.
4709         (struct gl_list_implementation): Rename and change methods accordingly.
4710         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
4711         (gl_list_nx_create): Renamed from gl_list_create.
4712         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
4713         (gl_list_nx_set_at): Renamed from gl_list_set_at.
4714         (gl_list_nx_add_first): Renamed from gl_list_add_first.
4715         (gl_list_nx_add_last): Renamed from gl_list_add_last.
4716         (gl_list_nx_add_before): Renamed from gl_list_add_before.
4717         (gl_list_nx_add_after): Renamed from gl_list_add_after.
4718         (gl_list_nx_add_at): Renamed from gl_list_add_at.
4719         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
4720         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
4721         gl_list_create_empty.
4722         (gl_list_nx_create): Renamed from gl_list_create.
4723         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
4724         (gl_list_nx_set_at): Renamed from gl_list_set_at.
4725         (gl_list_nx_add_first): Renamed from gl_list_add_first.
4726         (gl_list_nx_add_last): Renamed from gl_list_add_last.
4727         (gl_list_nx_add_before): Renamed from gl_list_add_before.
4728         (gl_list_nx_add_after): Renamed from gl_list_add_after.
4729         (gl_list_nx_add_at): Renamed from gl_list_add_at.
4730         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
4731         * lib/gl_array_list.c: Don't include xalloc.h.
4732         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
4733         NULL upon out-of-memory.
4734         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
4735         out-of-memory.
4736         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
4737         Change return type to 'int'.
4738         (gl_array_nx_set_at): Renamed from gl_array_set_at.
4739         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
4740         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
4741         upon out-of-memory.
4742         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
4743         upon out-of-memory.
4744         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
4745         upon out-of-memory.
4746         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
4747         upon out-of-memory.
4748         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
4749         out-of-memory.
4750         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
4751         Update.
4752         (gl_array_list_implementation): Update.
4753         * lib/gl_carray_list.c: Don't include xalloc.h.
4754         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
4755         Return NULL upon out-of-memory.
4756         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
4757         out-of-memory.
4758         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
4759         Change return type to 'int'.
4760         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
4761         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
4762         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
4763         upon out-of-memory.
4764         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
4765         upon out-of-memory.
4766         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
4767         out-of-memory.
4768         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
4769         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
4770         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
4771         Update.
4772         (gl_carray_list_implementation): Update.
4773         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
4774         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
4775         gl_linked_create_empty. Return NULL upon out-of-memory.
4776         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
4777         out-of-memory.
4778         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
4779         Change return type to 'int'. Return -1 upon out-of-memory.
4780         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
4781         out-of-memory.
4782         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
4783         upon out-of-memory.
4784         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
4785         upon out-of-memory.
4786         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
4787         NULL upon out-of-memory.
4788         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
4789         upon out-of-memory.
4790         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
4791         out-of-memory.
4792         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
4793         Update.
4794         * lib/gl_linked_list.c: Don't include xalloc.h.
4795         (gl_linked_list_implementation): Update.
4796         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
4797         (add_to_bucket): Change return type to 'int'.
4798         (gl_linkedhash_list_implementation): Update.
4799         * lib/gl_anytree_list1.h (free_subtree): New function.
4800         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
4801         gl_tree_create_empty. Return NULL upon out-of-memory.
4802         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
4803         Change return type to 'int'. Return -1 upon out-of-memory.
4804         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
4805         out-of-memory.
4806         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
4807         (gl_tree_remove_node): New function, moved here from
4808         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
4809         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
4810         Update.
4811         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
4812         malloc, not xmalloc. Return NULL upon out-of-memory.
4813         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
4814         out-of-memory.
4815         (gl_tree_remove_node_from_tree): New function, extracted from
4816         gl_tree_remove_node.
4817         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
4818         upon out-of-memory.
4819         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
4820         out-of-memory.
4821         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
4822         upon out-of-memory.
4823         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
4824         upon out-of-memory.
4825         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
4826         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
4827         not xmalloc. Return NULL upon out-of-memory.
4828         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
4829         out-of-memory.
4830         (gl_tree_remove_node_from_tree): New function, extracted from
4831         gl_tree_remove_node.
4832         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
4833         upon out-of-memory.
4834         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
4835         out-of-memory.
4836         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
4837         upon out-of-memory.
4838         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
4839         upon out-of-memory.
4840         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
4841         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
4842         gl_anytree_list1.h before gl_anyavltree_list2.h.
4843         (gl_avltree_list_implementation): Update.
4844         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
4845         gl_anytree_list1.h before gl_anyavltree_list2.h.
4846         (gl_rbtree_list_implementation): Update.
4847         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
4848         Change return type to 'int'. Return -1 upon out-of-memory. Use
4849         __builtin_expect.
4850         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
4851         (gl_avltreehash_list_implementation): Update.
4852         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
4853         (gl_rbtreehash_list_implementation): Update.
4854         * modules/array-list (Depends-on): Remove xalloc.
4855         * modules/carray-list (Depends-on): Likewise.
4856         * modules/linked-list (Depends-on): Likewise.
4857         * modules/linkedhash-list (Depends-on): Likewise.
4858         * modules/avltree-list (Depends-on): Likewise.
4859         * modules/rbtree-list (Depends-on): Likewise.
4860         * modules/avltreehash-list (Depends-on): Likewise.
4861         * modules/rbtreehash-list (Depends-on): Likewise.
4862
4863         * modules/xsublist: New file.
4864         * lib/gl_xsublist.h: New file.
4865         * lib/gl_xsublist.c: New file.
4866         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
4867         (gl_sublist_nx_create): New declaration.
4868         * lib/gl_sublist.c: Don't include xalloc.h.
4869         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
4870         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
4871         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
4872         Change return type to 'int'. Return -1 upon out-of-memory.
4873         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
4874         upon out-of-memory.
4875         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
4876         NULL upon out-of-memory.
4877         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
4878         upon out-of-memory.
4879         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
4880         NULL upon out-of-memory.
4881         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
4882         NULL upon out-of-memory.
4883         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
4884         upon out-of-memory.
4885         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
4886         (gl_sublist_list_implementation): Update.
4887         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
4888         upon out-of-memory.
4889         * modules/sublist (Depends-on): Remove xalloc.
4890
4891         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
4892         * tests/test-carray_list.c: Likewise.
4893         * tests/test-linked_list.c: Likewise.
4894         * tests/test-linkedhash_list.c: Likewise.
4895         * tests/test-avltree_list.c: Likewise.
4896         * tests/test-rbtree_list.c: Likewise.
4897         * tests/test-avltreehash_list.c: Likewise.
4898         * tests/test-rbtreehash_list.c: Likewise.
4899         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
4900         * modules/carray-list-tests (Makefile.am): Likewise.
4901         * modules/linked-list-tests (Makefile.am): Likewise.
4902         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4903         * modules/avltree-list-tests (Makefile.am): Likewise.
4904         * modules/rbtree-list-tests (Makefile.am): Likewise.
4905         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4906         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4907
4908         * NEWS: Mention the changes.
4909
4910         * lib/clean-temp.c: Include gl_xlist.h.
4911         * modules/clean-temp (Depends-on): Add xlist.
4912
4913         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
4914         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
4915
4916         * tests/test-array_oset.c: Include gl_xlist.h.
4917         * modules/array-oset-tests (Depends-on): Add xlist.
4918
4919         Reported by José E. Marchesi <jemarch@gnu.org>.
4920
4921 2009-12-13  Bruno Haible  <bruno@clisp.org>
4922
4923         Move the malloc checking from module 'oset' to new module 'xoset'.
4924         * modules/xoset: New file.
4925         * lib/gl_xoset.h: New file.
4926         * lib/gl_xoset.c: New file.
4927         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
4928         declarations.
4929         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
4930         (struct gl_oset_implementation): Rename and change methods accordingly.
4931         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
4932         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
4933         'int'. Mark as __warn_unused_result__.
4934         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
4935         gl_oset_create_empty.
4936         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
4937         'int'.
4938         * lib/gl_array_oset.c: Don't include xalloc.h.
4939         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
4940         malloc, not xmalloc.
4941         (grow): Change return type to 'int'. Don't call xalloc_die.
4942         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
4943         to 'int'.
4944         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
4945         'int'.
4946         (gl_array_oset_implementation): Update.
4947         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
4948         gl_tree_create_empty.
4949         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
4950         'int'.
4951         * lib/gl_avltree_oset.c: Don't include xalloc.h.
4952         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
4953         xmalloc.
4954         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
4955         not xmalloc.
4956         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
4957         xmalloc.
4958         (gl_avltree_oset_implementation): Update.
4959         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
4960         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
4961         xmalloc.
4962         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
4963         not xmalloc.
4964         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
4965         xmalloc.
4966         (gl_rbtree_oset_implementation): Update.
4967         * modules/array-oset (Depends-on): Remove xalloc.
4968         * modules/avltree-oset (Depends-on): Likewise.
4969         * modules/rbtree-oset (Depends-on): Likewise.
4970         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
4971         * tests/test-avltree_oset.c: Likewise.
4972         * tests/test-rbtree_oset.c: Likewise.
4973         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
4974         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
4975         * modules/rbtree-oset-tests (Makefile.am): Likewise.
4976         * NEWS: Mention the change.
4977
4978 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
4979
4980         maint.mk: allow a project to override release-prep commands
4981         * top/maint.mk (alpha, beta, stable): Move release-preparatory
4982         commands into a new rule.
4983         (release-prep): New rule.
4984         (release-prep-hook): New overridable variable.
4985
4986 2009-12-13  Bruno Haible  <bruno@clisp.org>
4987
4988         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
4989
4990 2009-12-13  Jim Meyering  <meyering@redhat.com>
4991
4992         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
4993         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
4994
4995 2009-12-12  Bruno Haible  <bruno@clisp.org>
4996
4997         duplocale: Tweak.
4998         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
4999
5000 2009-12-12  Karl Berry  <karl@gnu.org>
5001
5002         * config/srclist.txt (strtoll.c): tab changes, no more sync.
5003
5004 2009-12-12  Bruno Haible  <bruno@clisp.org>
5005
5006         * m4/po.m4: Undo incorrect untabification.
5007
5008 2009-12-12  Bruno Haible  <bruno@clisp.org>
5009
5010         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
5011         * modules/c-strtod (Depends-on): Add locale.
5012         * modules/c-strtold (Depends-on): Likewise.
5013
5014 2009-12-12  Bruno Haible  <bruno@clisp.org>
5015
5016         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
5017
5018 2009-12-11  Eric Blake  <ebb9@byu.net>
5019
5020         setenv: relax requirement in light of POSIX ruling
5021         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
5022         not NULL.
5023         * tests/test-setenv.c (main): Relax test.
5024         * tests/test-unsetenv.c (main): Likewise.
5025         * doc/posix-functions/setenv.texi (setenv): Document this.
5026         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
5027
5028 2009-12-11  Bruno Haible  <bruno@clisp.org>
5029
5030         New module 'fd-safer-flag'.
5031         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
5032         * lib/dup-safer.c (dup_safer_flag): Remove function.
5033         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
5034         * lib/fd-safer.c (fd_safer_flag): Remove function.
5035         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
5036         * modules/cloexec (configure.ac): Drop indicator macro.
5037         * modules/fd-safer-flag: New file.
5038         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
5039         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
5040         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
5041
5042 2009-12-11  Bruno Haible  <bruno@clisp.org>
5043
5044         Tests for module 'nl_langinfo'.
5045         * modules/nl_langinfo-tests: New file.
5046         * tests/test-nl_langinfo.sh: New file.
5047         * tests/test-nl_langinfo.c: New file.
5048
5049         New module 'nl_langinfo'.
5050         * lib/nl_langinfo.c: New file.
5051         * m4/nl_langinfo.m4: New file.
5052         * modules/nl_langinfo: New file.
5053         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
5054
5055 2009-12-11  Bruno Haible  <bruno@clisp.org>
5056
5057         Tests for module 'langinfo'.
5058         * modules/langinfo-tests: New file.
5059         * tests/test-langinfo.c: New file.
5060
5061         New module 'langinfo'.
5062         * lib/langinfo.in.h: New file.
5063         * m4/langinfo_h.m4: New file.
5064         * modules/langinfo: New file.
5065         * doc/posix-headers/langinfo.texi: Mention the new module.
5066
5067 2009-12-11  Bruno Haible  <bruno@clisp.org>
5068
5069         * lib/config.charset: Untabify.
5070
5071 2009-12-11  Bruno Haible  <bruno@clisp.org>
5072
5073         * modules/unistd-safer (configure.ac): Drop indicator macro.
5074
5075 2009-12-11  Bruno Haible  <bruno@clisp.org>
5076
5077         Move pipe2-safer code to its own file.
5078         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
5079         * lib/pipe-safer.c (pipe2_safer): Remove function.
5080         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
5081         (Makefile.am): Add it to lib_SOURCES.
5082
5083 2009-12-10  Bruno Haible  <bruno@clisp.org>
5084
5085         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
5086
5087 2009-12-10  Bruno Haible  <bruno@clisp.org>
5088
5089         Declare which arguments expect non-NULL values, for GCC and clang.
5090         * build-aux/arg-nonnull.h: New file.
5091         * modules/arg-nonnull: New file.
5092         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
5093         (inet_ntop, inet_pton): Use it.
5094         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
5095         (closedir, dirfd, opendir, scandir, alphasort): Use it.
5096         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
5097         (open, openat): Use it.
5098         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
5099         (fnmatch): Use it.
5100         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
5101         (getopt, getopt_long, getopt_long_only): Use it.
5102         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
5103         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
5104         Use it.
5105         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
5106         (iconv_open): Use it.
5107         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
5108         (strtoimax, strtoumax): Use it.
5109         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
5110         (duplocale): Use it.
5111         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
5112         (frexp, frexpl): Use it.
5113         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
5114         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
5115         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
5116         (tsearch, tfind, tdelete, twalk): Use it.
5117         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
5118         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
5119         sigpending): Use it.
5120         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
5121         (posix_spawn, posix_spawnp, posix_spawnattr_init,
5122         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
5123         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
5124         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
5125         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
5126         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
5127         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
5128         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
5129         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
5130         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
5131         Use it.
5132         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
5133         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
5134         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
5135         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
5136         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
5137         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
5138         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
5139         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
5140         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
5141         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
5142         strtoull, unsetenv): Use it.
5143         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
5144         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
5145         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
5146         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
5147         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
5148         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
5149         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
5150         (strcasecmp, strncasecmp): Use it.
5151         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
5152         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
5153         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
5154         rpl_setsockopt): Use it.
5155         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
5156         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
5157         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
5158         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
5159         (gettimeofday): Use it.
5160         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
5161         (times): Use it.
5162         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
5163         (uname): Use it.
5164         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
5165         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
5166         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
5167         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
5168         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
5169         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
5170         unlinkat, write): Use it.
5171         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
5172         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
5173         * lib/argv-iter.h: Include arg-nonnull.h.
5174         (_ATTRIBUTE_NONNULL_): Remove macro.
5175         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
5176         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
5177         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
5178         optimization.
5179         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
5180         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
5181         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
5182         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
5183         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
5184         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
5185         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
5186         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
5187         * modules/arpa_inet (Depends-on): Add arg-nonnull.
5188         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
5189         * modules/dirent (Depends-on): Add arg-nonnull.
5190         (Makefile.am): Insert arg-nonnull.h into dirent.h.
5191         * modules/fcntl-h (Depends-on): Add arg-nonnull.
5192         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
5193         * modules/fnmatch (Depends-on): Add arg-nonnull.
5194         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
5195         * modules/getopt-posix (Depends-on): Add arg-nonnull.
5196         (Makefile.am): Insert arg-nonnull.h into getopt.h.
5197         * modules/glob (Depends-on): Add arg-nonnull.
5198         (Makefile.am): Insert arg-nonnull.h into glob.h.
5199         * modules/iconv_open (Depends-on): Add arg-nonnull.
5200         (Makefile.am): Insert arg-nonnull.h into iconv.h.
5201         * modules/inttypes (Depends-on): Add arg-nonnull.
5202         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
5203         * modules/locale (Depends-on): Add arg-nonnull.
5204         (Makefile.am): Insert arg-nonnull.h into locale.h.
5205         * modules/math (Depends-on): Add arg-nonnull.
5206         (Makefile.am): Insert arg-nonnull.h into math.h.
5207         * modules/netdb (Depends-on): Add arg-nonnull.
5208         (Makefile.am): Insert arg-nonnull.h into netdb.h.
5209         * modules/search (Depends-on): Add arg-nonnull.
5210         (Makefile.am): Insert arg-nonnull.h into search.h.
5211         * modules/signal (Depends-on): Add arg-nonnull.
5212         (Makefile.am): Insert arg-nonnull.h into signal.h.
5213         * modules/spawn (Depends-on): Add arg-nonnull.
5214         (Makefile.am): Insert arg-nonnull.h into spawn.h.
5215         * modules/stdio (Depends-on): Add arg-nonnull.
5216         (Makefile.am): Insert arg-nonnull.h into stdio.h.
5217         * modules/stdlib (Depends-on): Add arg-nonnull.
5218         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
5219         * modules/string (Depends-on): Add arg-nonnull.
5220         (Makefile.am): Insert arg-nonnull.h into string.h.
5221         * modules/strings (Depends-on): Add arg-nonnull.
5222         (Makefile.am): Insert arg-nonnull.h into strings.h.
5223         * modules/sys_socket (Depends-on): Add arg-nonnull.
5224         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
5225         * modules/sys_stat (Depends-on): Add arg-nonnull.
5226         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
5227         * modules/sys_time (Depends-on): Add arg-nonnull.
5228         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
5229         * modules/sys_times (Depends-on): Add arg-nonnull.
5230         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
5231         * modules/sys_utsname (Depends-on): Add arg-nonnull.
5232         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
5233         * modules/time (Depends-on): Add arg-nonnull.
5234         (Makefile.am): Insert arg-nonnull.h into time.h.
5235         * modules/unistd (Depends-on): Add arg-nonnull.
5236         (Makefile.am): Insert arg-nonnull.h into unistd.h.
5237         * modules/wchar (Depends-on): Add arg-nonnull.
5238         (Makefile.am): Insert arg-nonnull.h into wchar.h.
5239         * modules/argv-iter (Depends-on): Add arg-nonnull.
5240         * tests/test-canonicalize.c (null_ptr): New function.
5241         (main): Use it.
5242         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
5243         (main): Use it.
5244         * tests/test-memmem.c (null_ptr): New function.
5245         (main): Use it.
5246         Reported by Jim Meyering.
5247
5248 2009-12-10  Bruno Haible  <bruno@clisp.org>
5249
5250         Use spaces for indentation, not tabs.
5251         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
5252         * m4/*.m4: Untabify.
5253         * build-aux/*.h: Untabify.
5254         * tests/**/*.[hc]: Untabify.
5255         * README: New section "Indent with spaces, not TABs", based on
5256         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
5257         * NEWS: Mention the change.
5258
5259 2009-12-10  Bruno Haible  <bruno@clisp.org>
5260
5261         pty test: Fix link error.
5262         * modules/pty-tests (Makefile.am): Add the default LDADD value to
5263         test_pty_LDADD.
5264
5265 2009-12-07  Simon Josefsson  <simon@josefsson.org>
5266
5267         * modules/pty: New file.
5268         * modules/pty-tests: New file.
5269         * m4/pty.m4: New file.
5270         * tests/test-pty.c: New file.
5271         * doc/glibc-headers/pty.texi: Modified.
5272         * doc/glibc-functions/forkpty.texi: Modified.
5273         * doc/glibc-functions/openpty.texi: Modified.
5274
5275 2009-12-10  Bruno Haible  <bruno@clisp.org>
5276
5277         Avoid syntax error in C++ mode.
5278         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
5279
5280 2009-12-10  Bruno Haible  <bruno@clisp.org>
5281
5282         Use sed with option -e.
5283         * gnulib-tool (func_version, func_emit_copyright_notice,
5284         func_emit_initmacro_end, func_import, func_create_testdir): Pass
5285         option -e to sed.
5286         * modules/link-warning (Makefile.am): Likewise.
5287
5288 2009-12-10  Jim Meyering  <meyering@redhat.com>
5289
5290         mgetgroups: do not write bytes beyond end of malloc'd buffer
5291         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
5292         username, we call getgroups with a one-element-shorter buffer,
5293         but still told it the length was original, max_n_groups.
5294
5295 2009-12-09  Eric Blake  <ebb9@byu.net>
5296
5297         cloexec: relax license
5298         * modules/cloexec (Maintainer): Add myself.
5299         (License): Use LGPL, not GPL.
5300
5301         link-warning: optimize generation
5302         * modules/link-warning (Makefile.am): Reduce process usage.
5303
5304 2009-12-09  Bruno Haible  <bruno@clisp.org>
5305
5306         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
5307         workaround was added on 2009-11-17.
5308
5309 2009-12-09  Jim Meyering  <meyering@redhat.com>
5310             Bruno Haible  <bruno@clisp.org>
5311
5312         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
5313         * modules/link-warning (Makefile.am): Make the comment-removing sed
5314         command more robust in the face of bootstrap-prepended comment lines.
5315
5316 2009-12-09  Bruno Haible  <bruno@clisp.org>
5317
5318         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
5319         most one group.
5320
5321 2009-12-09  Simon Josefsson <simon@josefsson.org>
5322             Bruno Haible  <bruno@clisp.org>
5323
5324         * build-aux/link-warning.h: Add copyright notice.
5325         * modules/link-warning (Makefile.am): Generate link-warning.h from
5326         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
5327         * NEWS: Mention change in link-warning module.
5328         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
5329         * modules/dirent (Makefile.am): Add dependency to dirent.h.
5330         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
5331         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
5332         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
5333         * modules/math (Makefile.am): Add dependency to math.h.
5334         * modules/search (Makefile.am): Add dependency to search.h.
5335         * modules/signal (Makefile.am): Add dependency to signal.h.
5336         * modules/spawn (Makefile.am): Add dependency to spawn.h.
5337         * modules/stdio (Makefile.am): Add dependency to stdio.h.
5338         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
5339         * modules/string (Makefile.am): Add dependency to string.h.
5340         * modules/strings (Makefile.am): Add dependency to strings.h.
5341         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
5342         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
5343         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
5344         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
5345         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
5346         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
5347         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
5348         * modules/unistd (Makefile.am): Add dependency to unistd.h.
5349         * modules/wchar (Makefile.am): Add dependency to wchar.h.
5350
5351 2009-12-09  Bruno Haible  <bruno@clisp.org>
5352
5353         fchdir: Optimize away rpl_fstat when possible.
5354         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
5355         REPLACE_OPEN_DIRECTORY.
5356         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
5357
5358 2009-12-09  Bruno Haible  <bruno@clisp.org>
5359
5360         * lib/fchdir.c: Update comment.
5361
5362 2009-12-09  Bruno Haible  <bruno@clisp.org>
5363
5364         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
5365
5366 2009-12-08  Eric Blake  <ebb9@byu.net>
5367
5368         fchdir: avoid memory leak on re-registration.
5369         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
5370
5371 2009-12-08  Jim Meyering  <meyering@redhat.com>
5372
5373         init.sh: avoid Solaris 10 /bin/sh portability problem
5374         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
5375         sourced script:
5376           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
5377           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
5378           bar
5379         tests/init.sh relied on that, accepting a --set-path=DIR argument,
5380         and two tests used that idiom.
5381         * tests/init.sh: Update suggested usage comments.
5382         (path_prepend_): New function, to be used in place
5383         of the --src-path=DIR option.
5384         (setup_): Move PATH-prepending code into path_prepend_.
5385         * tests/test-pread.sh: Adapt to new usage.
5386         * tests/test-xalloc-die.sh: Likewise.
5387
5388 2009-12-08  Simon Josefsson  <simon@josefsson.org>
5389
5390         * doc/gnulib.texi (Glibc pty.h): Add.
5391         * doc/glibc-functions/forkpty.texi: Add.
5392         * doc/glibc-functions/openpty.texi: Add.
5393         Suggested by Bruno Haible.
5394
5395 2009-12-08  Eric Blake  <ebb9@byu.net>
5396
5397         fchdir: fix logic bugs
5398         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
5399         * tests/test-fchdir.c (main): Enhance test.
5400         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
5401         is in use.
5402
5403         dup2: fix logic bugs
5404         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
5405         REPLACE_DUP2 to decide when rpl_dup2 is needed.
5406         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
5407         exists.
5408         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
5409
5410 2009-12-07  Eric Blake  <ebb9@byu.net>
5411
5412         unlink: fix m4 detection
5413         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
5414
5415         unistd-safer: add unit test
5416         * modules/unistd-safer-tests: New file.
5417         * tests/test-dup-safer.c: Likewise.
5418         * tests/test-cloexec.c (setmode): Avoid compiler warning.
5419         * tests/test-dup2.c (setmode): Likewise.
5420         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
5421
5422         cloexec: preserve text vs. binary across dup_cloexec
5423         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
5424         mode.
5425         * modules/dup2-tests (Depends-on): Add binary-io.
5426         * modules/cloexec-tests (Depends-on): Likewise.
5427         * tests/test-dup2.c (setmode, is_mode): New helpers.
5428         (main): Add tests that translation mode is preserved.
5429         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
5430         Reported by Bruno Haible.
5431
5432         mgetgroups: reduce duplicate listings
5433         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
5434         resulting array.
5435         * tests/test-chown.h (test_chown): Simplify client.
5436         * tests/test-lchown.h (test_lchown): Likewise.
5437
5438 2009-12-06  Bruno Haible  <bruno@clisp.org>
5439
5440         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
5441         value.
5442
5443 2009-12-06  Bruno Haible  <bruno@clisp.org>
5444
5445         * lib/progname.c: Include stdio.h, stdlib.h.
5446         (set_program_name): Reject a NULL argument.
5447
5448 2009-12-05  Eric Blake  <ebb9@byu.net>
5449
5450         pipe2-safer: new module
5451         * modules/pipe2-safer: New file.
5452         * lib/unistd-safer.h (pipe2_safer): New prototype.
5453         * lib/unistd--.h (pipe2): New wrapper.
5454         * lib/pipe-safer.c (pipe2_safer): New function.
5455         * modules/pipe (Depends-on): Add pipe2-safer.
5456         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
5457
5458         stdlib-safer: preserve cloexec flag for mkostemp[s]
5459         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
5460         fd_safer_flag.
5461
5462         unistd-safer: allow preservation of cloexec status via flag
5463         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
5464         prototypes.
5465         * lib/dup-safer.c (dup_safer_flag): New function.
5466         * lib/fd-safer.c (fd_safer_flag): Likewise.
5467         * modules/cloexec (configure.ac): Set witness.
5468
5469         test-dup2: enhance test
5470         * modules/dup2-tests (Depends-on): Add cloexec.
5471         * tests/test-dup2.c (main): Enhance test.
5472
5473         cloexec: add dup_cloexec
5474         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
5475         header and comments.
5476         * lib/cloexec.c (set_cloexec_flag): Add comments.
5477         (dup_cloexec): New function, with mingw implementation borrowed
5478         from...
5479         * lib/w32spawn.h (dup_noinherit): ...here.
5480         * modules/execute (Depends-on): Add cloexec.
5481         * modules/pipe (Depends-on): Likewise.
5482         * modules/cloexec (Depends-on): Add dup2.
5483         * modules/cloexec-tests (Files): New file.
5484         * tests/test-cloexec.c: Likewise.
5485
5486         test-xalloc-die: fix test for mingw
5487         * modules/xalloc-die-tests (Files): Add tests/init.sh.
5488         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
5489         directory and .exe suffix off argv[0] output.
5490
5491         test-fseeko: fix test for mingw
5492         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
5493         than undefining fseek, so test will pass on mingw.
5494
5495 2009-12-05  Bruno Haible  <bruno@clisp.org>
5496
5497         * lib/progname.h (set_program_name): Clarify specification.
5498         * lib/progname.c (set_program_name): Likewise.
5499         Reported by Jim Meyering.
5500
5501 2009-12-05  Jim Meyering  <meyering@redhat.com>
5502
5503         maint.mk: backslash-escape parens in default regexp
5504         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
5505         backslash-escape the literal parentheses.
5506
5507         maint.mk: news-date-check: use grep -E
5508         * top/maint.mk (today): Define a Make variable, not a...
5509         (news-date-check): ...shell variable.
5510         (news-date-regexp): Use the Make variable.
5511         Use grep's -E option.  Change the failing diagnostic to mention
5512         the variable, $(news-date-regexp).
5513
5514 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
5515
5516         maintainer-makefile: allow customization of NEWS entry format
5517         * top/maint.mk (news-date-regexp): New overridable variable.
5518         (news-date-check): Use it.
5519
5520 2009-12-04  Eric Blake  <ebb9@byu.net>
5521
5522         mgetgroups: add xgetgroups, and avoid ENOSYS failures
5523         * lib/mgetgroups.h (xgetgroups): New prototype.
5524         * lib/mgetgroups.c (xgetgroups): New wrapper.
5525         (mgetgroups): Handle ENOSYS.
5526         * modules/mgetgroups (Depends-on): Add realloc.
5527         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
5528
5529         mgetgroups: avoid argument promotion issues with -1
5530         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
5531         for invalid gid_t.
5532         * tests/test-chown.h (getegid, test_chown): Likewise.
5533         * tests/test-lchown.h (getegid, test_lchown): Likewise.
5534
5535 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
5536
5537         exclude: Fix header file problems.
5538         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
5539
5540 2009-12-01  Jim Meyering  <meyering@redhat.com>
5541
5542         fts: fts_open: do not let an empty string cause immediate failure
5543         This is required in support of GNU rm, for which the command
5544         "rm A '' B" must process and remove both A and B, in spite of
5545         the empty string argument.
5546         * lib/fts.c (fts_open): Do not let the presence of an empty string
5547         cause fts_open to fail immediately.  Most fts-using tools must be
5548         able to process all arguments, in order, and can be expected to
5549         diagnose such arguments themselves.
5550
5551 2009-11-30  Eric Blake  <ebb9@byu.net>
5552
5553         utimens: fix compilation error
5554         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
5555         Declare variable at right scope.
5556
5557 2009-11-29  Jim Meyering  <meyering@redhat.com>
5558
5559         bootstrap: handle perl-5.11's changed --version output
5560         * build-aux/bootstrap (get_version): Handle perl separately,
5561         since perl-5.11's --version output is different.
5562
5563 2009-11-28  Jim Meyering  <meyering@redhat.com>
5564
5565         userspec: depend on the inttostr module, too
5566         * modules/userspec (Depends-on): Add inttostr.
5567
5568         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
5569         * lib/userspec.c (parse_with_separator): Do not accept a user ID
5570         number of MAXUID when it evaluates to (uid_t) -1.
5571         Likewise for group ID.  Reported by Matt McCutchen in
5572         <http://savannah.gnu.org/bugs/?28113>
5573
5574         userspec: reformat to use spaces, not TABs
5575         * lib/userspec.c: Expand TABs to spaces.
5576         Add Emacs' "indent-tabs-mode: nil" hint.
5577
5578 2009-11-27  Eric Blake  <ebb9@byu.net>
5579
5580         getopt-gnu: flush out another BSD bug
5581         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
5582         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
5583         flush out BSD bug.
5584         * tests/test-getopt.h (test_getopt): End lists with NULL.
5585         * tests/test-getopt_long.h (test_getopt_long): Likewise.
5586         (test_getopt_long_posix): Enhance test.
5587         * modules/getopt-posix-tests (Depends-on): Add stdbool.
5588         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
5589         getopt-gnu.
5590         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
5591         Likewise.
5592
5593 2009-11-27  Simon Josefsson  <simon@josefsson.org>
5594
5595         * modules/idpriv-droptemp-tests (Notice): Fix text.
5596
5597 2009-11-27  Jim Meyering  <meyering@redhat.com>
5598
5599         test-xalloc-die: avoid spurious failure due to libtool argv difference
5600         In a libtool-enabled project, this test would fail due to a difference
5601         in the emitted program name, e.g.,
5602         -test-xalloc-die: memory exhausted
5603         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
5604         Use program to avoid that.
5605         * modules/xalloc-die-tests (Depends-on): Add progname.
5606         * tests/test-xalloc-die.c: Include progname.h".
5607         (program_name): Remove decl.
5608         (main): Call set_program_name.
5609         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
5610
5611 2009-11-26  Richard Jones  <rjones@redhat.com>
5612
5613         w32sock: leave win32 error in place.
5614         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
5615
5616 2009-11-26  Eric Blake  <ebb9@byu.net>
5617
5618         init.sh: suggest to use skip_ and fail_ functions in comments
5619         * tests/init.sh: Add a sentence.
5620
5621 2009-11-25  Bruno Haible  <bruno@clisp.org>
5622
5623         init.sh: add documentation in comments
5624         * tests/init.sh: Add some developer and user documentation.
5625
5626 2009-11-26  Jim Meyering  <meyering@redhat.com>
5627
5628         init.sh: accommodate even those who specify bogus srcdir manually
5629         * tests/init.sh: Normally, srcdir is guaranteed by automake and
5630         configure-time tests to be sanitized, so that there is no need to
5631         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
5632         (with no double quotes) suffices.  However, since tests may be
5633         invoked manually, and since you may explicitly set srcdir to the
5634         name of a directory containing spaces, do quote its uses here.
5635         * tests/test-pread.sh: Likewise.
5636         Suggested by Bruno Haible.
5637
5638         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
5639         * tests/test-pread.sh: Write no data into the pipe, because
5640         test-pread actually reads none.  This avoids a diagnostic,
5641         "bash: echo: write error: Broken pipe", that arises in the unusual
5642         event something is ignoring SIGPIPE, and might be interpreted
5643         as some sort of failure.  Reported by Bruno Haible.
5644
5645 2009-11-25  Jim Meyering  <meyering@redhat.com>
5646
5647         test-pread: cover failure with ESPIPE and EINVAL
5648         * tests/test-pread.c (main): Test for failure, too.
5649         * tests/test-pread.sh: Invoke with stdin on a pipe.
5650         Suggested by Eric Blake.
5651
5652         pread: improvement and fix
5653         * modules/pread (Depends-on): Depend on lseek, for portability to
5654         e.g., mingw.  Suggested by Eric Blake.
5655         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
5656
5657         unistd.in.h: correct declaration of pread
5658         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
5659         Reported by Richard W.M. Jones.
5660
5661         test-pread.sh: distribute the test script
5662         * modules/pread-tests (Files): Include test-pread.sh.
5663
5664         test-pread.sh: clean up
5665         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
5666         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
5667         That is unnecessary, since it's always ".".
5668         Suggestion from Eric Blake.
5669
5670         test-pread.sh: make executable
5671         * tests/test-pread.sh: Set executable bit.
5672         Reported by Eric Blake.
5673
5674         correct typo in test-pread.sh
5675         * tests/test-pread.sh: Add #! line.
5676
5677         test pread
5678         * tests/test-pread.c: New file.
5679         * tests/test-pread.sh: Likewise.
5680         * modules/pread-tests: Likewise.
5681
5682         pread: new module
5683         * modules/pread: New file.
5684         * lib/unistd.in.h (pread): Define/declare.
5685         * lib/pread.c (pread): New file.
5686         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
5687         * modules/unistd (Makefile.am): Substitute witnesses.
5688         * doc/posix-functions/pread.texi (pread): Update.
5689         * MODULES.html.sh: Add pread.
5690
5691 2009-11-25  Jim Meyering  <meyering@redhat.com>
5692
5693         tests/init.sh: new file to be used via most *.sh tests
5694         * tests/init.sh: New file.
5695
5696 2009-11-25  Eric Blake  <ebb9@byu.net>
5697
5698         utimens: work around older Linux failure with symlinks
5699         * lib/utimens.c (lutimensat_works_really): New variable.
5700         (fdutimens, lutimens): Use it to manage kernels that support
5701         nanosecond times on files, but not on symlinks.
5702         Reported by Ondřej Vašík.
5703
5704         utimes: fix configure grammar
5705         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
5706
5707 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
5708
5709         regex: Fix fastmap for multibyte character ranges.
5710         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
5711         characters when a multibyte character range is included.
5712
5713 2009-11-22  Andy Wingo  <wingo@pobox.com>
5714
5715         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
5716         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
5717
5718 2009-11-24  Bruno Haible  <bruno@clisp.org>
5719
5720         doc: Most *_l functions exist in MacOS X 10.5.
5721         * doc/posix-functions/duplocale.texi: Update platforms list.
5722         * doc/posix-functions/freelocale.texi: Likewise.
5723         * doc/posix-functions/newlocale.texi: Likewise.
5724         * doc/posix-functions/uselocale.texi: Likewise.
5725         * doc/posix-functions/isalnum_l.texi: Likewise.
5726         * doc/posix-functions/isalpha_l.texi: Likewise.
5727         * doc/posix-functions/isblank_l.texi: Likewise.
5728         * doc/posix-functions/iscntrl_l.texi: Likewise.
5729         * doc/posix-functions/isdigit_l.texi: Likewise.
5730         * doc/posix-functions/isgraph_l.texi: Likewise.
5731         * doc/posix-functions/islower_l.texi: Likewise.
5732         * doc/posix-functions/isprint_l.texi: Likewise.
5733         * doc/posix-functions/ispunct_l.texi: Likewise.
5734         * doc/posix-functions/isspace_l.texi: Likewise.
5735         * doc/posix-functions/isupper_l.texi: Likewise.
5736         * doc/posix-functions/iswalnum_l.texi: Likewise.
5737         * doc/posix-functions/iswalpha_l.texi: Likewise.
5738         * doc/posix-functions/iswblank_l.texi: Likewise.
5739         * doc/posix-functions/iswcntrl_l.texi: Likewise.
5740         * doc/posix-functions/iswctype_l.texi: Likewise.
5741         * doc/posix-functions/iswdigit_l.texi: Likewise.
5742         * doc/posix-functions/iswgraph_l.texi: Likewise.
5743         * doc/posix-functions/iswlower_l.texi: Likewise.
5744         * doc/posix-functions/iswprint_l.texi: Likewise.
5745         * doc/posix-functions/iswpunct_l.texi: Likewise.
5746         * doc/posix-functions/iswspace_l.texi: Likewise.
5747         * doc/posix-functions/iswupper_l.texi: Likewise.
5748         * doc/posix-functions/iswxdigit_l.texi: Likewise.
5749         * doc/posix-functions/isxdigit_l.texi: Likewise.
5750         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
5751         * doc/posix-functions/strcasecmp_l.texi: Likewise.
5752         * doc/posix-functions/strcoll_l.texi: Likewise.
5753         * doc/posix-functions/strfmon_l.texi: Likewise.
5754         * doc/posix-functions/strftime_l.texi: Likewise.
5755         * doc/posix-functions/strncasecmp_l.texi: Likewise.
5756         * doc/posix-functions/strxfrm_l.texi: Likewise.
5757         * doc/posix-functions/tolower_l.texi: Likewise.
5758         * doc/posix-functions/toupper_l.texi: Likewise.
5759         * doc/posix-functions/towctrans_l.texi: Likewise.
5760         * doc/posix-functions/towlower_l.texi: Likewise.
5761         * doc/posix-functions/towupper_l.texi: Likewise.
5762         * doc/posix-functions/wcscoll_l.texi: Likewise.
5763         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
5764         * doc/posix-functions/wctrans_l.texi: Likewise.
5765         * doc/posix-functions/wctype_l.texi: Likewise.
5766         * doc/glibc-functions/strptime_l.texi: Likewise.
5767         * doc/glibc-functions/strtod_l.texi: Likewise.
5768         * doc/glibc-functions/strtof_l.texi: Likewise.
5769         * doc/glibc-functions/strtol_l.texi: Likewise.
5770         * doc/glibc-functions/strtold_l.texi: Likewise.
5771         * doc/glibc-functions/strtoll_l.texi: Likewise.
5772         * doc/glibc-functions/strtoul_l.texi: Likewise.
5773         * doc/glibc-functions/strtoull_l.texi: Likewise.
5774         * doc/glibc-functions/wcsftime_l.texi: Likewise.
5775         * doc/glibc-functions/wcstod_l.texi: Likewise.
5776         * doc/glibc-functions/wcstof_l.texi: Likewise.
5777         * doc/glibc-functions/wcstol_l.texi: Likewise.
5778         * doc/glibc-functions/wcstold_l.texi: Likewise.
5779         * doc/glibc-functions/wcstoll_l.texi: Likewise.
5780         * doc/glibc-functions/wcstoul_l.texi: Likewise.
5781         * doc/glibc-functions/wcstoull_l.texi: Likewise.
5782
5783 2009-11-24  Bruno Haible  <bruno@clisp.org>
5784
5785         duplocale: Fix logic bug.
5786         * lib/duplocale.c: Don't include <langinfo.h>.
5787         (_NL_LOCALE_NAME): Remove macro.
5788         (rpl_duplocale): Use setlocale instead of nl_langinfo.
5789         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
5790
5791 2009-11-23  Jim Meyering  <meyering@redhat.com>
5792
5793         test-update-copyright: don't hard-code /usr/bin/perl
5794         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
5795         perl to print the current year.  Gilles Espinasse reported that
5796         the replaced use of perl was hard-coded as /usr/bin/perl.
5797
5798 2009-11-23  Bruno Haible  <bruno@clisp.org>
5799
5800         duplocale: Add support for glibc 2.3.x.
5801         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
5802
5803 2009-11-22  Bruno Haible  <bruno@clisp.org>
5804
5805         vasnprintf: Tiny optimization.
5806         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
5807         MacOS X.
5808
5809 2009-11-22  Bruno Haible  <bruno@clisp.org>
5810
5811         Tests for module 'duplocale'.
5812         * modules/duplocale-tests: New file.
5813         * tests/test-duplocale.c: New file.
5814
5815         New module 'duplocale'.
5816         * m4/duplocale.m4: New file.
5817         * lib/locale.in.h (duplocale): New declaration.
5818         * lib/duplocale.c: New file.
5819         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
5820         gl_LOCALE_H_DEFAULTS): New macros.
5821         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
5822         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
5823         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
5824         REPLACE_DUPLOCALE.
5825         * modules/duplocale: New file.
5826         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
5827
5828 2009-11-22  Bruno Haible  <bruno@clisp.org>
5829
5830         * modules/locale-tests (configure.ac): Test for newlocale function.
5831         * tests/test-locale.c: When the system has extended locale functions,
5832         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
5833
5834         locale: Make locale_t available when possible.
5835         * lib/locale.in.h: Include <xlocale.h> when it exists.
5836         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
5837         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
5838         * modules/locale (Depends-on): Add extensions.
5839         (Makefile.am): Also substitute HAVE_XLOCALE_H.
5840         * doc/posix-headers/locale.texi: Document the problem with locale_t.
5841
5842 2009-11-22  Bruno Haible  <bruno@clisp.org>
5843
5844         Add comments.
5845         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
5846         invocation.
5847         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
5848         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
5849         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5850
5851 2009-11-22  Bruno Haible  <bruno@clisp.org>
5852
5853         error: account for the possibility of freopen (stdout).
5854         * lib/error.c: Include <unistd.h>.
5855         (flush_stdout): New function, extracted from error and error_at_line.
5856         Determine stdout's fd dynamically.
5857         (error, error_at_line): Invoke flush_stdout.
5858         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
5859         * modules/error (Depends-on): Add unistd.
5860
5861 2009-11-22  Bruno Haible  <bruno@clisp.org>
5862
5863         diffseq: Add comment.
5864         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
5865
5866 2009-11-22  Jim Meyering  <meyering@redhat.com>
5867
5868         c-stack: avoid defining an unused static function
5869         * lib/c-stack.c (find_stack_direction): Do not define this function
5870         when it will not be used.
5871
5872         diffseq: avoid spurious gcc warnings
5873         * lib/diffseq.h (IF_LINT2): Define.
5874         (compareseq): Use it to initialize two members of "part".
5875         This avoids two used-uninitialized warnings.
5876
5877 2009-11-21  Jim Meyering  <meyering@redhat.com>
5878
5879         c-stack: avoid "ignoring return value of `write'" warning
5880         * lib/c-stack.c: Include "ignore-value.h".
5881         (die): Explicitly ignore each write return value.
5882         * modules/c-stack (Depends-on): Add ignore-value.
5883
5884 2009-11-21  Bruno Haible  <bruno@clisp.org>
5885
5886         diffseq: reduce scope of variable 'best'.
5887         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
5888         variable, earlier used for two different purposes.
5889
5890 2009-11-21  Jim Meyering  <meyering@redhat.com>
5891
5892         diffseq: remove useless assignment to "best"
5893         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
5894         assignment.  At that point "best" is already guaranteed to be zero.
5895
5896 2009-11-20  Eric Blake  <ebb9@byu.net>
5897
5898         build: mention ftp redirector in release announcements
5899         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
5900         values that used to come from cfg.mk; mention FTP redirect URL.
5901         * build-aux/announce-gen: Mention the mirror list.
5902         Suggested by Karl Berry.
5903
5904         nanosleep: improve port to mingw
5905         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
5906         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
5907         LIB_NANOSLEEP, but only when needed.
5908         * modules/select (Link): Document LIBSOCKET.
5909         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
5910         enough.
5911
5912         nanosleep: work around cygwin bug
5913         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
5914         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
5915         bug.
5916         (getnow): Delete, not needed.
5917         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
5918         LIB_CLOCK_GETTIME.
5919         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
5920         clock-time, gettime.
5921         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
5922         bug.
5923         * modules/nanosleep-tests: New test.
5924         * tests/test-nanosleep.c: New file.
5925
5926         sleep: work around cygwin bug
5927         * lib/sleep.c (rpl_sleep): Work around the bug.
5928         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
5929         (gl_PREREQ_SLEEP): Delete unused macro.
5930         * modules/sleep (Depends-on): Add verify.
5931         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
5932         * modules/unistd (Makefile.am): Substitute witness.
5933         * lib/unistd.in.h (sleep): Update prototype.
5934         * doc/posix-functions/sleep.texi (sleep): Document the bug.
5935         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
5936         * modules/sleep-tests (Depends-on): Check for alarm.
5937
5938 2009-11-20  Jim Meyering  <meyering@redhat.com>
5939
5940         maint.mk: improve sc_prohibit_magic_number_exit
5941         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
5942         so it does not match uses like System.exit(1).
5943         Add comments showing how to correct all offenders.
5944
5945 2009-11-19  Eric Blake  <ebb9@byu.net>
5946
5947         xalloc-die-tests: add missing library
5948         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
5949
5950         test-xvasprintf: silence compiler warnings
5951         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
5952         empty string from gcc.
5953
5954 2009-11-19  Jim Meyering  <meyering@redhat.com>
5955
5956         xfreopen: new module, from coreutils
5957         * modules/xfreopen: New module.
5958         * lib/xfreopen.c: New file.
5959         * lib/xfreopen.h: New file.
5960         * MODULES.html.sh (File stream based Input/Output"): Add it.
5961
5962 2009-11-19  Eric Blake  <ebb9@byu.net>
5963
5964         manywarnings: depend on warnings
5965         * modules/manywarnings (Depends-on): Add warnings.
5966
5967         build: avoid compiler warnings
5968         * lib/select.c (rpl_select): Delete unused variable.
5969         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
5970
5971 2009-11-18  Eric Blake  <ebb9@byu.net>
5972
5973         tests: avoid false negative with --with-packager
5974         * tests/test-version-etc.sh: Discard packager information.
5975         * tests/test-argp-version-etc-1.sh: Likewise.
5976         Reported by Mike Frysinger.
5977
5978         utimens: fix regression on Solaris
5979         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
5980         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
5981         can only change fd timestamps via futimesat.  Instead, use an
5982         additional witness macro to avoid BSD bug.
5983         Reported by Jim Meyering.
5984
5985 2009-11-17  Eric Blake  <ebb9@byu.net>
5986
5987         usleep: use it to simplify tests
5988         * modules/stat-time-tests (Depends-on): Add usleep.
5989         (configure.ac): Drop usleep check.
5990         * modules/chown-tests (Depends-on, configure.ac): Likewise.
5991         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
5992         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
5993         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
5994         * modules/openat-tests (Depends-on, configure.ac): Likewise.
5995         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
5996         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
5997         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
5998         Likewise.
5999         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
6000         * tests/test-lchown.h (nap): Likewise.
6001         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
6002         * tests/test-stat-time.c (nap): Likewise.
6003         * tests/test-utimens-common.h (nap): Update comments.
6004
6005         usleep: new module
6006         * modules/usleep: New file.
6007         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
6008         * lib/usleep.c (usleep): Likewise.
6009         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6010         * modules/unistd (Makefile.am): Substitute witnesses.
6011         * lib/unistd.in.h (usleep): Add declaration.
6012         * doc/pastposix-functions/usleep.texi (usleep): Document this.
6013         * MODULES.html.sh (Date and time): Likewise.
6014         * modules/usleep-tests (Depends-on): New test.
6015         * tests/test-usleep.c: New file.
6016
6017         chown: work around OpenBSD bug
6018         * lib/chown.c (rpl_chown): Work around the bug.
6019         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
6020         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
6021         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
6022         * modules/chown (Depends-on): Add stdbool.
6023         * modules/lchown (Depends-on): Likewise.
6024         * doc/posix-functions/chown.texi (chown): Document the bug.
6025         * doc/posix-functions/lchown.texi (lchown): Likewise.
6026         * tests/test-lchown.h (test_chown): Relax test.
6027
6028         mkstemp: avoid conflict with C++ keyword template
6029         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
6030         * lib/mkostemp.c (mkostemp): Likewise.
6031         * lib/mkostemps.c (mkostemps): Likewise.
6032         * lib/mkstemp.c (mkstemp): Likewise.
6033         * lib/mkstemps.c (mkstemps): Likewise.
6034
6035         xalloc-die-tests: optimize
6036         * tests/test-xalloc-die.sh: Reduce number of processes.
6037
6038 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6039
6040         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
6041         patch from ludo@gnu.org (Ludovic Courtès).
6042
6043 2009-11-17  Jim Meyering  <meyering@redhat.com>
6044
6045         version-etc: use proper license string
6046         * modules/version-etc (License): Use LGPL, not LGPLv3+.
6047         * modules/version-etc-fsf: Likewise.
6048
6049 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6050
6051         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
6052         printed to stdout.  Deal with EOL differences.
6053
6054 2009-11-17  Eric Blake  <ebb9@byu.net>
6055
6056         unsetenv: work around Solaris bug
6057         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
6058         * lib/unsetenv.c (rpl_unsetenv): Work around it.
6059         Reported by Jim Meyering.
6060
6061         vasnprintf: avoid compiler warnings
6062         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
6063         variables.
6064         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
6065
6066 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6067
6068         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
6069         settings since xalloc-die is no longer the self test,
6070         xalloc-die.sh is.
6071
6072 2009-11-17  Jim Meyering  <meyering@redhat.com>
6073
6074         test-xalloc-die.sh: make the code agree with the commit log
6075         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
6076         at the end, just in case you happen to have a test-xalloc-die
6077         program in some other PATH directory.
6078
6079         test-xalloc-die.sh: fix a portability bug
6080         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
6081         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
6082         Otherwise, argv[0] (as often seen in diagnostics) would be too
6083         system-dependent, sometimes with, and sometimes without the leading "./".
6084
6085         version-etc-fsf: relax license to LGPLv3+
6086         * modules/version-etc-fsf (License): Relax license.
6087
6088 2009-11-16  Eric Blake  <ebb9@byu.net>
6089
6090         xalloc-die-tests: avoid printing null pointer
6091         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
6092         shell script.
6093         * tests/test-xalloc-die.c (program_name): Declare.
6094         * tests/test-xalloc-die.sh (tmpfiles): New file.
6095
6096         setenv, unsetenv: work around various bugs
6097         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
6098         (setenv) [HAVE_SETENV]: Work around bugs.
6099         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
6100         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
6101         for bugs.
6102         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
6103         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
6104         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
6105         * modules/stdlib (Makefile.am): Update substitutions.
6106         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
6107         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
6108         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6109         * modules/setenv-tests: New test.
6110         * modules/unsetenv-tests: Likewise.
6111         * tests/test-setenv.c: New file.
6112         * tests/test-unsetenv.c: Likewise.
6113
6114 2009-11-16  Jim Meyering  <meyering@redhat.com>
6115
6116         version-etc: relax license to LGPLv3+
6117         * modules/version-etc (License): Relax license.
6118
6119         better AC_REQUIRE expanded-before-required-warning avoidance
6120         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
6121         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
6122         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
6123         which is no longer needed.
6124
6125 2009-11-16  Eric Blake  <ebb9@byu.net>
6126
6127         test-freading: clean up temporary file
6128         * tests/test-freading.c (main): Remove file on success, and use
6129         ASSERT more liberally.
6130         Reported by Jim Meyering.
6131
6132 2009-11-16  Jim Meyering  <meyering@redhat.com>
6133
6134         avoid new AC_REQUIRE expanded-before-required warnings
6135         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
6136         merely using it.
6137         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
6138         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
6139
6140 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6141
6142         * tests/test-xalloc-die.c: New file.
6143         * modules/xalloc-die-tests: New file.
6144         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
6145         XFAIL_TESTS so it can be appended by modules.
6146
6147 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6148
6149         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
6150         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
6151
6152 2009-11-14  Eric Blake  <ebb9@byu.net>
6153
6154         fnmatch: avoid compiler warning
6155         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
6156         to silence compiler warning about mismatch signedness in ?:.
6157         Reported by Robert Millan.
6158
6159         intprops: add double-inclusion guard
6160         * lib/intprops.h: Allow idempotent includes.
6161         Suggested by Bruce Korb.
6162
6163         openat: detect Solaris fchownat bug
6164         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
6165         penalizing glibc chownat when only lchownat is broken.
6166         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
6167         trailing slash bugs.
6168         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
6169         * modules/openat-tests (Files): Include more files.
6170         (Depends-on): Add mgetgroups, sleep, stat-time.
6171         (configure.ac): Add additional checks.
6172         (Makefile.am): Build new test.
6173         * tests/test-fchownat.c: New file.
6174
6175         lchown: detect Solaris and FreeBSD bug
6176         * lib/lchown.c (rpl_lchown): Work around bug.
6177         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
6178         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6179         * modules/unistd (Makefile.am): Populate it.
6180         * lib/unistd.in.h (lchown): Update declaration.
6181         * doc/posix-functions/lchown.texi (lchown): Document the bug.
6182         * modules/lchown-tests: New file.
6183         * tests/test-lchown.h (test_lchown): Likewise.
6184         * tests/test-lchown.c (main): Likewise.
6185
6186         chown: detect Solaris and FreeBSD bug
6187         * lib/chown.c (rpl_chown): Work around bug.
6188         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
6189         (gl_PREREQ_CHOWN): Delete.
6190         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6191         * modules/unistd (Makefile.am): Populate it.
6192         * lib/unistd.in.h (chown): Update declaration.
6193         * lib/lchown.c (chown): Update client.
6194         * modules/lchown (Depends-on): Add lstat.
6195         * doc/posix-functions/chown.texi (chown): Document the bug.
6196         * doc/posix-functions/getgroups.texi (getgroups): Document
6197         getgroups pitfall.
6198         * modules/chown-tests: New file.
6199         * tests/test-chown.h (test_chown): Likewise.
6200         * tests/test-chown.c (main): Likewise.
6201
6202 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
6203
6204         gnulib-tool: correctly detect absence of m4 directories
6205         * gnulib-tool: Avoid extra newline on data passed to wc -l.
6206
6207 2009-11-14  Jim Meyering  <meyering@redhat.com>
6208
6209         maint.mk: Prohibit inclusion of "xalloc.h" without use.
6210         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6211
6212 2009-11-14  John W. Eaton  <jwe@gnu.org>
6213
6214         strftime.h: wrap funtion declaration in extern "C" block
6215         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
6216
6217 2009-11-13  Eric Blake  <ebb9@byu.net>
6218
6219         getgroups: avoid compiler warning
6220         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
6221
6222         getgroups: work around FreeBSD bug
6223         * lib/getgroups.c (rpl_getgroups): Work around the bug.
6224         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
6225         * doc/posix-functions/getgroups.texi (getgroups): Document it.
6226         * tests/test-getgroups.c (main): Fix buffer overrun.
6227
6228         getgroups: avoid compilation failure
6229         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
6230         * modules/getgroups (Depends-on): Add stdint.
6231
6232 2009-11-13  Jim Meyering  <meyering@redhat.com>
6233
6234         test-getgroups: avoid compilation failure
6235         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
6236
6237 2009-11-13  Eric Blake  <ebb9@byu.net>
6238
6239         mgetgroups: new module, taken from coreutils
6240         * modules/mgetgroups: New file.
6241         * lib/mgetgroups.h: Likewise.
6242         * lib/mgetgroups.c (mgetgroups): Likewise.
6243         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
6244         * MODULES.html.sh (Users and groups): Mention it.
6245
6246         getgroups: don't expose GETGROUPS_T to user
6247         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
6248         an element at a time if GETGROUPS_T is wrong size.
6249         * lib/getugroups.h (getugroups): Change signature.
6250         * lib/unistd.in.h (getgroups): Likewise.
6251         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
6252         signature needs fixing.
6253         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
6254         AC_TYPE_GETGROUPS.
6255         * modules/group-member (Depends-on): Add getgroups.
6256         * lib/group-member.c (group_info, get_group_info): Use gid_t.
6257         (group_member): Rely on getgroups replacement.
6258         * lib/getugroups.c (getugroups): Use gid_t.
6259         * tests/test-getgroups.c (main): Likewise.
6260         * NEWS: Mention the signature change.
6261         * doc/posix-functions/getgroups.texi (getgroups): Mention the
6262         problem with signature.
6263         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
6264         GETGROUPS_T is still useful for setgroups.
6265
6266         getgroups, getugroups: provide stubs for mingw
6267         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
6268         * lib/getugroups.c (getugroups): Likewise.
6269         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
6270         function.  Modernize replacement scheme.
6271         (gl_PREREQ_GETGROUPS): Delete.
6272         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
6273         * modules/getgroups (configure.ac): Declare witness.
6274         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
6275         * modules/unistd (Depends-on): Substitute witness.
6276         * lib/unistd.in.h (getgroups): Declare replacement.
6277
6278         getgroups: avoid calling exit
6279         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
6280         drop xalloc.
6281         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
6282         dependencies.
6283         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
6284         exiting, in the rare case of malloc failure.
6285
6286         getgroups: fix logic error
6287         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
6288         has more than 20 groups.
6289         * modules/getgroups-tests: New test.
6290         * tests/test-getgroups.c: New file.
6291
6292 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6293
6294         * tests/test-base64.c: Improve.
6295
6296 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6297
6298         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
6299         Blake <ebb9@byu.net>.
6300
6301 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6302
6303         * tests/test-xvasprintf.c: Add %s%s related checks.
6304
6305 2009-11-12  Eric Blake  <ebb9@byu.net>
6306
6307         version-etc: match standards.texi style
6308         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
6309         and use <> only for URLs.
6310
6311 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
6312
6313         fts: do not fail on a submount during traversal
6314         * lib/fts.c (fts_build): Read the stat info again after opening
6315         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
6316         Original report at http://bugzilla.redhat.com/501848.
6317
6318 2009-11-12  Jim Meyering  <meyering@redhat.com>
6319
6320         bootstrap: sync from coreutils
6321         * build-aux/bootstrap (bootstrap_epilogue): New function.
6322         Use git_modules_config in one more place.  This make bootstrap's
6323         --gnulib-srcdir option more useful for testing.
6324
6325         bootstrap: generalize autoheader check
6326         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
6327         AC_CONFIG_HEADERS.
6328
6329 2009-11-11  Eric Blake  <ebb9@byu.net>
6330
6331         mkfifoat: use new modules for Solaris and BSD bugs
6332         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
6333         * lib/mkfifoat.c (mknodat): Split...
6334         * lib/mknodat.c (mknodat): ...into new file.
6335         * modules/mkfifoat (Files): Ship new file.
6336         (Depends-on): Add mkfifo, mknod.
6337         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
6338         (Depends-on): Add symlink.
6339         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
6340         redundant with test_mkfifo.h.
6341         (do_mkfifoat, do_mknodat): New helpers.
6342
6343         mknod: new module
6344         * modules/mknod: New file.
6345         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
6346         * lib/mknod.c (mknod): Likewise.
6347         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6348         defaults.
6349         * modules/sys_stat (Makefile.am): Substitute them.
6350         * lib/sys_stat.in.h (mknod): Declare replacement.
6351         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6352         Document it.
6353         * doc/posix-functions/mknod.texi (mknod): Likewise.
6354         * modules/mknod-tests: New test.
6355         * tests/test-mknod.c: Likewise.
6356
6357         mkfifo: new module
6358         * modules/mkfifo: New file.
6359         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
6360         * lib/mkfifo.c (mkfifo): Likewise.
6361         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6362         defaults.
6363         * modules/sys_stat (Makefile.am): Substitute them.
6364         * lib/sys_stat.in.h (mkfifo): Declare replacement.
6365         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6366         Document it.
6367         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
6368         * modules/mkfifo-tests: New test.
6369         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
6370         from test-mkfifoat.c.
6371         * tests/test-mkfifo.c: New file.
6372
6373         readlink: detect FreeBSD bug
6374         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
6375         slash on symlink.
6376         * doc/posix-functions/readlink.texi (readlink): Document the bug.
6377         * tests/test-readlink.h (test_readlink): Enhance test.
6378
6379         symlink: detect FreeBSD bug
6380         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
6381         slash on symlink.
6382         * doc/posix-functions/symlink.texi (symlink): Document the bug.
6383         * tests/test-symlink.h (test_symlink): Enhance test.
6384
6385 2009-11-10  Eric Blake  <ebb9@byu.net>
6386
6387         link: detect FreeBSD bug
6388         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
6389         symlink.
6390         * doc/posix-functions/link.texi (link): Document the bug.
6391         * tests/test-link.h (test_link): Enhance test.
6392         * tests/test-linkat.c (main): Update caller.
6393
6394         unlink, remove: detect FreeBSD bug
6395         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
6396         slash on symlink.
6397         * doc/posix-functions/unlink.texi (unlink): Document the bug.
6398         * doc/posix-functions/remove.texi (remove): Likewise.
6399         * tests/test-unlink.h (test_unlink): Enhance test.
6400         * tests/test-remove.c (main): Likewise.
6401
6402 2009-11-09  Eric Blake  <ebb9@byu.net>
6403
6404         rename: detect FreeBSD bug
6405         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
6406         slash on symlink.
6407         * modules/renameat-tests (Depends-on): Add filenamecat.
6408         * tests/test-rename.h (test_rename): Allow one more errno.
6409         * tests/test-renameat.c (main): Likewise.
6410         * doc/posix-functions/rename.texi (rename): Document the bug.
6411
6412         open: detect FreeBSD bug
6413         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
6414         symlink.
6415         * doc/posix-functions/open.texi (open): Document the bug.
6416         * doc/posix-functions/utimes.texi (utimes): Likewise.
6417         * tests/test-open.h (test_open): Add parameters, and test symlink
6418         handling.
6419         * tests/test-open.c (main): Adjust caller.
6420         * tests/test-fcntl-safer.c (main): Likewise.
6421         * modules/open-tests (Depends-on): Add stdbool, symlink.
6422         * modules/fcntl-safer-tests (Depends-on): Likewise.
6423         * tests/test-openat.c (main): Add test-open tests.
6424
6425         stat: detect FreeBSD bug
6426         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
6427         symlink.
6428         * doc/posix-functions/stat.texi (stat): Document the bug.
6429         * tests/test-stat.h (test_stat_func): Add argument.
6430         * tests/test-stat.c (main): Adjust caller.
6431         * tests/test-fstatat.c (main): Likewise.
6432         * modules/stat-tests (Depends-on): Add stdbool, symlink.
6433         Reported by Jim Meyering.
6434
6435 2009-11-09  James Youngman  <jay@gnu.org>
6436
6437         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
6438         * lib/strftime.c: Correct placement of #include "ignore-value.h".
6439
6440 2009-11-08  Jim Meyering  <meyering@redhat.com>
6441
6442         utimens: remove invalid futimesat call
6443         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
6444         It used the file descriptor of the target file as the DIR_FD
6445         parameter and NULL as the file name.  That caused failure with
6446         errno == EFAULT on FreeBSD-8.0-rc2
6447
6448 2009-11-07  Eric Blake  <ebb9@byu.net>
6449
6450         fflush, freadseek: use fseeko, not fseek
6451         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
6452         (clear_ungetc_buffer): Avoid potential problems on large files.
6453         * lib/freadseek.c (freadseek): Likewise.
6454         * modules/freadseek (Depends-on): Add fseeko.
6455         * modules/fseek (configure.ac): Set a witness.
6456         * tests/test-fflush.c (main): Use fseeko.
6457         * tests/test-fpurge.c (fseek): Disable link warning.
6458         * tests/test-freadable.c (fseek): Likewise.
6459         * tests/test-freading.c (fseek): Likewise.
6460         * tests/test-fseeko.c (fseek): Likewise.
6461         * tests/test-ftell.c (fseek): Likewise.
6462         * tests/test-ftello.c (fseek): Likewise.
6463         * tests/test-fwritable.c (fseek): Likewise.
6464         * tests/test-fwriting.c (fseek): Likewise.
6465
6466 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6467
6468         * modules/memchr (Depends-on): Drop getpagesize dependency.
6469
6470 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6471
6472         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
6473         Reported by Ludovic Courtès.
6474         * build-aux/pmccabe2html: Improve example usage.
6475         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
6476
6477 2009-11-06  Jim Meyering  <meyering@redhat.com>
6478
6479         do-release-commit-and-tag: New module.
6480         Automate the release-commit and tag process.
6481         * build-aux/do-release-commit-and-tag: New script, from coreutils.
6482         * modules/do-release-commit-and-tag: New file.
6483         * MODULES.html.sh (Support for maintaining and releasing): Add it.
6484
6485 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6486
6487         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
6488         because test-select.c uses inet_pton.
6489
6490 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6491
6492         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
6493         GETADDRINFO_LIB.  Bump serial number.
6494         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
6495         Suggested by Eric Blake <ebb9@byu.net>.
6496
6497 2009-11-05  Eric Blake  <ebb9@byu.net>
6498
6499         strtod: detect darwin bug
6500         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
6501         Reported by Leo Davis.
6502
6503         freopen-safer: new module
6504         * modules/freopen-safer: New module.
6505         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
6506         * lib/freopen-safer.c (freopen_safer): New file.
6507         * lib/stdio-safer.h (freopen_safer): New declaration.
6508         * lib/stdio--.h (freopen): New override.
6509         * MODULES.html.sh (File stream based Input/Output): Mention it.
6510         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
6511         freopen-safer module.
6512         * doc/posix-functions/stderr.texi (stderr): Likewise.
6513         * doc/posix-functions/stdin.texi (stdin): Likewise.
6514         * doc/posix-functions/stdout.texi (stdout): Likewise.
6515         * modules/freopen-safer-tests: New test.
6516         * tests/test-reopen-safer.c: New file.
6517
6518 2009-11-05  Jim Meyering  <meyering@redhat.com>
6519
6520         maint.mk: Prohibit inclusion of "close-stream.h" without use.
6521         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6522
6523 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6524
6525         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
6526
6527 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6528
6529         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
6530
6531 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6532
6533         Fix link error.
6534         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
6535         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6536
6537 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6538
6539         * tests/test-func.c: Also test value of __func__.
6540
6541 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6542
6543         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
6544         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
6545
6546 2009-11-05  Bruno Haible  <bruno@clisp.org>
6547
6548         Fix link error.
6549         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
6550         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6551         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
6552
6553 2009-11-05  Bruno Haible  <bruno@clisp.org>
6554
6555         Tests for module 'inet_pton'.
6556         * modules/inet_pton-tests: New file.
6557         * tests/test-inet_pton.c: New file.
6558
6559 2009-11-05  Bruno Haible  <bruno@clisp.org>
6560
6561         Tests for module 'inet_ntop'.
6562         * modules/inet_ntop-tests: New file.
6563         * tests/test-inet_ntop.c: New file.
6564
6565 2009-11-04  Eric Blake  <ebb9@byu.net>
6566
6567         stdlib-safer: wrap all mkstemp variants
6568         * modules/mkostemp (configure.ac): Set witness.
6569         * modules/mkostemps (configure.ac): Likewise.
6570         * modules/mkstemps (configure.ac): Likewise.
6571         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
6572         (mkstemps_safer): Wrap more functions.
6573         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
6574         wrapping.
6575         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
6576         (mkstemps_safer): Implement the wrappers.
6577
6578         mkstemps, mkostemps: new modules
6579         * modules/mkostemps: New module.
6580         * modules/mkstemps: Likewise.
6581         * lib/mkostemps.c (mkostemps): New file.
6582         * lib/mkstemps.c (mkstemps): Likewise.
6583         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
6584         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
6585         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
6586         * modules/stdlib (Makefile.am): Substitute them.
6587         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
6588         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
6589         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
6590         * doc/gnulib.texi (Glibc stdlib.h): Include them.
6591         * MODULES.html.sh (File system functions): Mention them.
6592
6593         tempname: resync from glibc
6594         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
6595         same values for __GT_FILE as glibc.  Abort even when assertions
6596         are disabled.
6597         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
6598         match its value otherwise.  Allow idempotent inclusion.
6599         * lib/mkdtemp.c (mkdtemp): Adjust caller.
6600         * lib/mkostemp.c (mkostemp): Likewise.
6601         * lib/mkstemp.c (mkstemp): Likewise.
6602         * lib/tmpfile.c (tmpfile): Likewise.
6603         * NEWS: Document this.
6604
6605         utimens: fix use of futimens on older Linux
6606         * lib/utimens.c (fdutimens): Use updated, rather than original,
6607         timespec to avoid bug in older Linux kernel.
6608         Reported by Simon Josefsson.
6609
6610 2009-11-04  Bruno Haible  <bruno@clisp.org>
6611
6612         Make num_processors more flexible and consistent.
6613         * lib/nproc.h (enum nproc_query): New type.
6614         (num_processors): Add a 'query' argument.
6615         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
6616         (num_processors): Add a 'query' argument. Test the value of the
6617         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
6618         mingw, count the number of CPUs available for the current process.
6619         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
6620         Check for sched_getaffinity and sched_getaffinity_np.
6621         * modules/nproc (Depends-on): Add c-ctype, extensions.
6622         * NEWS: Mention the change.
6623
6624 2009-11-03  Bruno Haible  <bruno@clisp.org>
6625
6626         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
6627
6628 2009-11-03  Jim Meyering  <meyering@redhat.com>
6629
6630         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
6631         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
6632         if it is defined.
6633
6634 2009-11-02  Eric Blake  <ebb9@byu.net>
6635
6636         mktime, timegm: share common declaration
6637         * lib/mktime-internal.h: New file.
6638         * lib/mktime.c: Use it rather than open-coding a declaration.
6639         * lib/timegm.c: Likewise.
6640         * modules/mktime (Files): Ship it.
6641         * modules/timegm (Files): Likewise.
6642         Suggested by Bruno Haible.
6643
6644         test-update-copyright: update test to match script changes
6645         * tests/test-update-copyright.sh: Avoid hard-coding perl
6646         location.  Don't update *.bak created by earlier runs.
6647
6648 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
6649             Simon Josefsson  <simon@josefsson.org>
6650             Bruno Haible  <bruno@clisp.org>
6651
6652         Fix link error on Solaris 8.
6653         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
6654         also in libnsl. Define also INET_PTON_LIB.
6655         * modules/inet_pton (Link): New section.
6656
6657 2009-11-02  Simon Josefsson  <simon@josefsson.org>
6658             Bruno Haible  <bruno@clisp.org>
6659
6660         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
6661         * modules/inet_ntop (Link): New section.
6662         Reported by Boyan Kasarov <bkasarov@gmail.com>.
6663
6664 2009-11-02  Eric Blake  <ebb9@byu.net>
6665
6666         maint: avoid compiler warnings in m4 macros
6667         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
6668         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
6669
6670 2009-11-02  Simon Josefsson  <simon@josefsson.org>
6671
6672         * m4/pmccabe2html.m4: Remove file.
6673         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
6674         function.  Change maintainer.
6675         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
6676         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
6677         Courtès).
6678
6679 2009-10-31  Eric Blake  <ebb9@byu.net>
6680
6681         fseeko: fix m4 regression
6682         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
6683         regression from 2009-10-27.
6684         Reported by Ralf Wildenhues.
6685
6686 2009-10-31  Jim Meyering  <meyering@redhat.com>
6687
6688         inttostr: aesthetics and improved (compile-time) safety
6689         Define inttype_is_signed rather than inttype_is_unsigned,
6690         since the sole use is via "#if inttype_is_signed".
6691         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
6692         inttype_is_unsigned.
6693         * lib/offtostr.c (inttype_is_signed): Likewise.
6694         * lib/uinttostr.c (inttype_is_signed): Likewise.
6695         * lib/umaxtostr.c (inttype_is_signed): Likewise.
6696         * lib/inttostr.c (inttostr): Use verify to cross-check the
6697         inttype_is_signed value and the signedness of the actual type.
6698         * modules/inttostr (Depends-on): Add verify.
6699
6700 2009-10-30  Eric Blake  <ebb9@byu.net>
6701
6702         build: avoid compiler warnings
6703         * lib/fchmodat.c (lchmod): Mark unused variables.
6704         * lib/getopt.c (_getopt_initialize): Likewise.
6705         * lib/mktime.c (__mktime_internal): Provide prototype.
6706         * lib/inttostr.c (inttostr): Avoid compiler warning even with
6707         older gcc that do not understand #pragma GCC diagnostic.
6708         * lib/uinttostr.c (inttype_is_unsigned): Define.
6709         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
6710
6711 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
6712
6713         stat: fix compilation on AIX
6714         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
6715         only see struct stat64.
6716
6717 2009-10-30  Eric Blake  <ebb9@byu.net>
6718
6719         exclude: make more robust
6720         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
6721         rather than masking a coding bug.
6722         Suggested by Bruno Haible.
6723
6724 2009-10-30  Jim Meyering  <meyering@redhat.com>
6725
6726         perl scripts: remove #!/usr/bin/perl in favor of more portable...
6727         Rather than putting #!/usr/bin/perl on the first line,
6728         start with a variant of what's recommended by "man perlrun" that
6729         invokes the first "perl" program from your shell's search path.
6730         * build-aux/gitlog-to-changelog: Replace #!... as above.
6731         Add a "Local Variables" perl mode setting.
6732         Prompted by a patch from Ludovic Courtès.
6733         Improved by Eric Blake.
6734         * build-aux/useless-if-before-free: Likewise.
6735         * build-aux/announce-gen: Likewise.
6736         * build-aux/update-copyright: Likewise.
6737
6738 2009-10-29  Eric Blake  <ebb9@byu.net>
6739
6740         filenamecat-lgpl: adjust clients
6741         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
6742         filenamecat.
6743         * modules/renameat (Depends-on): Likewise.
6744
6745         filenamecat: split into filenamecat-lgpl
6746         * modules/filenamecat-lgpl: New module.
6747         * modules/filenamecat (Files): Move library-safe files into
6748         filenamecat-lgpl.
6749         (Depends-on): Add filenamecat-lgpl.
6750         (configure.ac): Declare witness.
6751         * lib/filenamecat.h (file_name_concat): Only declare when using
6752         GPL module.
6753         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
6754         Move...
6755         * lib/filenamecat-lgpl.c: ...into new file.
6756         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
6757         (gl_FILE_NAME_CONCAT): Use it.
6758         * MODULES.html.sh (File system functions): Mention new module.
6759
6760         argp: avoid memory leak
6761         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
6762         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
6763         base_name, since the latter malloc()s and can call exit().
6764         Leak introduced 2006-07-03.
6765
6766         dirname-lgpl: adjust clients that don't need full dirname
6767         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
6768         * modules/filenamecat (Depends-on): Likewise.
6769         * modules/linkat (Depends-on): Likewise.
6770         * modules/mkancesdirs (Depends-on): Likewise.
6771         * modules/mkdir (Depends-on): Likewise.
6772         * modules/openat (Depends-on): Likewise.
6773         * modules/savewd (Depends-on): Likewise.
6774         * modules/rename (Depends-on): Likewise.
6775         (License): Relax license.
6776         * modules/mkdir-tests (Depends-on): Drop progname.
6777         (Makefile.am): Delete unneeded LDADD.
6778         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
6779
6780         dirname: split into dirname-lgpl
6781         * modules/dirname-lgpl: New module.
6782         * modules/dirname (Files): Move library-safe files into
6783         dirname-lgpl.
6784         (Depends-on): Add dirname-lgpl.
6785         (configure.ac): Declare witness.
6786         * modules/double-slash-root (License): Relax license.
6787         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
6788         module.
6789         * lib/dirname.c (dir_len, mdir_name): Move...
6790         * lib/dirname-lgpl.c: ...into new file.
6791         * lib/basename.c (last_component, base_len): Move...
6792         * lib/basename-lgpl.c: ...into new file.
6793         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
6794         (gl_DIRNAME): Use it.
6795         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
6796         Mention new module.
6797         * modules/dirname-tests (Depends-on): Add progname.
6798         * tests/test-dirname.c (program_name): Delete.
6799
6800         mkdir: make safe for libraries
6801         * modules/mkdir (Depends-on): Drop xalloc.
6802         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
6803         exit.
6804
6805         tests: avoid some compiler warnings
6806         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
6807         literals.
6808         * tests/test-memchr.c (main): Avoid type mismatch.
6809         * tests/test-arpa_inet.c (main): Avoid unused parameters.
6810         * tests/test-base64.c (main): Likewise.
6811         * tests/test-getdelim.c (main): Likewise.
6812         * tests/test-gethostname.c (main): Likewise.
6813         * tests/test-getline.c (main): Likewise.
6814         * tests/test-netinet_in.c (main): Likewise.
6815         * tests/test-select.c (open_server_socket, main): Likewise.
6816         * tests/test-select-stdin.c (main): Likewise.
6817         * tests/test-sockets.c (main): Likewise.
6818         * tests/test-strsignal.c (main): Likewise.
6819         * tests/test-sys_select.c (main): Likewise.
6820         * tests/test-sys_socket.c (main): Likewise.
6821         * tests/test-u64.c (main): Likewise.
6822         * tests/test-xfprintf-posix.c (main): Likewise.
6823         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
6824
6825         sockets: avoid compiler warning
6826         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
6827
6828         maint: detect usage(1) and other suspicious exits
6829         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
6830
6831 2009-10-29  Jim Meyering  <meyering@redhat.com>
6832
6833         timespec: long-to-int truncation could make timespec_cmp malfunction
6834         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
6835         a multiple of 2^32 nanoseconds as no difference.
6836
6837 2009-10-28  Jim Meyering  <meyering@redhat.com>
6838
6839         fprintftime: wrap macro code argument in "do {...} while(0)"
6840         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
6841         cpy macro must be a statement that can be followed by a semicolon.
6842         Now that the else clause contains a comment and is hence longer
6843         than one line, I require curly braces.  That in turn requires
6844         that we wrap this code block in the standard do...while(0).
6845
6846         fprintftime: remove stray semicolon from previous change
6847         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
6848
6849         fprintftime: avoid a warning about ignored fwrite return value
6850         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
6851         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
6852         that is unsafe.
6853         * modules/fprintftime (Depends-on): Add ignore-value.
6854
6855         exclude: avoid an unwarranted warning
6856         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
6857
6858 2009-10-27  Eric Blake  <ebb9@byu.net>
6859
6860         fseek: avoid compilation failure when fflush is replaced
6861         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
6862         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
6863         module is in use.
6864         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
6865         module is not in use; since REPLACE_FSEEK worked otherwise.
6866         (GNULIB_FTELLO): Likewise for ftell.
6867         Reported by Ian Beckwith and others.
6868
6869 2009-10-27  Bruno Haible  <bruno@clisp.org>
6870
6871         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
6872         Reported by Jim Meyering.
6873
6874 2009-10-27  Jim Meyering  <jim@meyering.net>
6875             Bruno Haible  <bruno@clisp.org>
6876
6877         Avoid warning despite dropping the return value of fwrite.
6878         * lib/unicodeio.c: Include ignore-value.h.
6879         (fwrite_success_callback): Explicitly ignore fwrite's return value.
6880         * modules/unicodeio (Depends-on): Add ignore-value.
6881
6882 2009-10-26  Eric Blake  <ebb9@byu.net>
6883
6884         areadlinkat: fix fallback path
6885         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
6886         pointer and zero.
6887
6888 2009-10-22  Pádraig Brady  <P@draigBrady.com>
6889
6890         Use a better IO block size for modern systems
6891         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
6892         * lib/md2.c: Likewise.
6893         * lib/md4.c: Likewise.
6894         * lib/md5.c: Likewise.
6895         * lib/sha1.c: Likewise.
6896         * lib/sha256.c: Likewise.
6897         * lib/sha512.c: Likewise.
6898
6899 2009-10-22  Eric Blake  <ebb9@byu.net>
6900
6901         tests: avoid several compiler warnings
6902         * tests/test-getcwd.c (main): Avoid buffer underflow.
6903         * tests/test-getdate.c (main): String literals are not safe with
6904         putenv, so use setenv.  Declare unused argument.
6905         * modules/getdate-tests (Depends-on): Add setenv.
6906         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
6907         problems with string literals in char *.
6908         * tests/test-hash.c (main): Avoid shadowing declaration.
6909         (insert_new): Treat string literals as char const *.
6910         * tests/test-getopt.h (test_getopt): Likewise.
6911         (getopt_loop): Alter types to minimize casting elsewhere.
6912         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
6913         (test_getopt_long_posix): Likewise.
6914         (do_getopt_long): Add wrapper to minimize casting.
6915         * tests/test-atexit.c (clear_temp_file): Use void.
6916         * tests/test-areadlink-with-size.c (main): Declare unused
6917         arguments.
6918         * tests/test-areadlink.c (main): Likewise.
6919         * tests/test-areadlinkat-with-size.c (main): Likewise.
6920         * tests/test-areadlinkat.c (main): Likewise.
6921         * tests/test-canonicalize-lgpl.c (main): Likewise.
6922         * tests/test-canonicalize.c (main): Likewise.
6923         * tests/test-dirent-safer.c (main): Likewise.
6924         * tests/test-dirname.c (main): Likewise.
6925         * tests/test-dup2.c (main): Likewise.
6926         * tests/test-fchdir.c (main): Likewise.
6927         * tests/test-fcntl-h.c (main): Likewise.
6928         * tests/test-fcntl-safer.c (main): Likewise.
6929         * tests/test-fdopendir.c (main): Likewise.
6930         * tests/test-fdutimensat.c (main): Likewise.
6931         * tests/test-fflush.c (main): Likewise.
6932         * tests/test-filenamecat.c (main): Likewise.
6933         * tests/test-filevercmp.c (main): Likewise.
6934         * tests/test-fopen-safer.c (main): Likewise.
6935         * tests/test-fopen.c (main): Likewise.
6936         * tests/test-fpending.c (main): Likewise.
6937         * tests/test-fpurge.c (main): Likewise.
6938         * tests/test-freading.c (main): Likewise.
6939         * tests/test-fstatat.c (main): Likewise.
6940         * tests/test-fsync.c (main): Likewise.
6941         * tests/test-futimens.c (main): Likewise.
6942         * tests/test-getndelim2.c (main): Likewise.
6943         * tests/test-gettimeofday.c (main): Likewise.
6944         * tests/test-getopt.c (main): Likewise.
6945         * tests/test-i-ring.c (main): Likewise.
6946         * tests/test-inttypes.c (main): Likewise.
6947         * tests/test-link.c (main): Likewise.
6948         * tests/test-lstat.c (main): Likewise.
6949         * tests/test-math.c (main): Likewise.
6950         * tests/test-md5.c (main): Likewise.
6951         * tests/test-memchr2.c (main): Likewise.
6952         * tests/test-memrchr.c (main): Likewise.
6953         * tests/test-mkdir.c (main): Likewise.
6954         * tests/test-mkdirat.c (main): Likewise.
6955         * tests/test-mkfifoat.c (main): Likewise.
6956         * tests/test-open.c (main): Likewise.
6957         * tests/test-openat-safer.c (main): Likewise.
6958         * tests/test-openat.c (main): Likewise.
6959         * tests/test-quotearg.c (main): Likewise.
6960         * tests/test-rawmemchr.c (main): Likewise.
6961         * tests/test-readlink.c (main): Likewise.
6962         * tests/test-remove.c (main): Likewise.
6963         * tests/test-rename.c (main): Likewise.
6964         * tests/test-renameat.c (main): Likewise.
6965         * tests/test-rmdir.c (main): Likewise.
6966         * tests/test-sha1.c (main): Likewise.
6967         * tests/test-signal.c (main): Likewise.
6968         * tests/test-sigaction.c (main): Likewise.
6969         * tests/test-stat.c (main): Likewise.
6970         * tests/test-stat-time.c (main): Likewise.
6971         * tests/test-stddef.c (main): Likewise.
6972         * tests/test-stdint.c (main): Likewise.
6973         * tests/test-stdio.c (main): Likewise.
6974         * tests/test-stdlib.c (main): Likewise.
6975         * tests/test-strchrnul.c (main): Likewise.
6976         * tests/test-strerror.c (main): Likewise.
6977         * tests/test-string.c (main): Likewise.
6978         * tests/test-strtod.c (main): Likewise.
6979         * tests/test-strverscmp.c (main): Likewise.
6980         * tests/test-symlink.c (main): Likewise.
6981         * tests/test-symlinkat.c (main): Likewise.
6982         * tests/test-sys_stat.c (main): Likewise.
6983         * tests/test-sys_time.c (main): Likewise.
6984         * tests/test-time.c (main): Likewise.
6985         * tests/test-unistd.c (main): Likewise.
6986         * tests/test-unlink.c (main): Likewise.
6987         * tests/test-unlinkat.c (main): Likewise.
6988         * tests/test-utimens.c (main): Likewise.
6989         * tests/test-utimensat.c (main): Likewise.
6990         * tests/test-version-etc.c (main): Likewise.
6991         * tests/test-wchar.c (main): Likewise.
6992         * tests/test-wctype.c (main): Likewise.
6993         * tests/test-xprintf-posix.c (main): Likewise.
6994         * tests/test-posixtm.c (main): Likewise.
6995         (STREQ): Delete unused macro.
6996         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
6997         shadowed variables.
6998         * tests/test-memchr.c (main): Likewise.
6999
7000 2009-10-21  Eric Blake  <ebb9@byu.net>
7001
7002         areadlinkat: avoid failure on older glibc
7003         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
7004         rather than mis-comparing 0 against FUNC_RESULT of char*.
7005
7006 2009-10-21  Bruno Haible  <bruno@clisp.org>
7007
7008         * modules/stpncpy (License): Relicense under LGPLv2+.
7009         Reported by David Lutterkort <lutter@redhat.com>.
7010
7011 2009-10-20  Eric Blake  <ebb9@byu.net>
7012
7013         utimensat: work around Solaris 9 bug
7014         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
7015         has trailing slash bugs.
7016         * tests/test-lutimens.h (test_lutimens): Enhance test.
7017         * tests/test-utimens.h (test_utimens): Likewise.
7018         * doc/posix-functions/utime.texi (utime): Enhance documentation.
7019         * doc/posix-functions/utimes.texi (utimes): Likewise.
7020         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7021         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
7022         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
7023         * doc/posix-functions/futimens.texi (futimens): Likewise.
7024
7025         fdutimensat: new module
7026         * modules/fdutimensat: New file.
7027         * lib/fdutimensat.c (fdutimensat): Likewise.
7028         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
7029         * MODULES.html.sh (File system functions): Mention module.
7030         * modules/fdutimensat-tests: New test.
7031         * tests/test-fdutimensat.c: Likewise.
7032
7033         doc: regenerate INSTALL
7034         * doc/INSTALL: Reflect recent autoconf update.
7035         * doc/INSTALL.ISO: Likewise.
7036         * doc/INSTALL.UTF-8: Likewise.
7037
7038 2009-10-20  Pádraig Brady  <P@draigBrady.com>
7039
7040         acl: warn if ACL support is not detected
7041         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
7042
7043 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
7044
7045         * lib/nproc.h: Add extern "C" block for C++.
7046
7047 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
7048             Bruno Haible  <bruno@clisp.org>
7049
7050         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
7051         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
7052         * doc/posix-functions/isalpha.texi: Likewise.
7053         * doc/posix-functions/isblank.texi: Likewise.
7054         * doc/posix-functions/iscntrl.texi: Likewise.
7055         * doc/posix-functions/isdigit.texi: Likewise.
7056         * doc/posix-functions/isgraph.texi: Likewise.
7057         * doc/posix-functions/islower.texi: Likewise.
7058         * doc/posix-functions/isprint.texi: Likewise.
7059         * doc/posix-functions/ispunct.texi: Likewise.
7060         * doc/posix-functions/isspace.texi: Likewise.
7061         * doc/posix-functions/isupper.texi: Likewise.
7062         * doc/posix-functions/isxdigit.texi: Likewise.
7063
7064 2009-10-18  Bruno Haible  <bruno@clisp.org>
7065
7066         Tests for module 'isblank'.
7067         * modules/isblank-tests: New file.
7068         * tests/test-isblank.c: New file.
7069
7070         New module 'isblank'.
7071         * lib/isblank.c: New file.
7072         * m4/isblank.m4: New file.
7073         * modules/isblank: New file.
7074         * doc/posix-functions/isblank.texi: Mention the new module.
7075
7076 2009-10-18  Bruno Haible  <bruno@clisp.org>
7077
7078         New module 'ctype'.
7079         * lib/ctype.in.h: New file.
7080         * m4/ctype.m4: New file.
7081         * modules/ctype: New file.
7082         * doc/posix-headers/ctype.texi: Mention the new module.
7083
7084 2009-10-18  Jim Meyering  <meyering@redhat.com>
7085
7086         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
7087         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
7088         right after its initialization, rather than farther down.
7089         Keeping these in close proximity makes it easier to ensure
7090         that each such variable is initialized.  E.g.,
7091
7092             LIB_CLOCK_GETTIME=
7093             AC_SUBST([LIB_CLOCK_GETTIME])
7094
7095         This change also increments these serial numbers.
7096         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
7097         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7098         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7099
7100 2009-10-18  Bruno Haible  <bruno@clisp.org>
7101
7102         Don't let environment variables perturb build.
7103         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
7104         (gl_PREREQ_GETHRXTIME): ... not here.
7105
7106 2009-10-18  Bruno Haible  <bruno@clisp.org>
7107
7108         Avoid symlink attack in localcharset module.
7109         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
7110         (O_NOFOLLOW): Define fallback.
7111         (get_charset_aliases): Don't open the file if it is a symbolic link.
7112         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
7113         gl_FCNTL_H.
7114         (gl_FCNTL_H): Require it.
7115         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
7116         * modules/localcharset (Files): Add m4/fcntl_h.m4.
7117         Reported by Fergal Glynn <fglynn@veracode.com>.
7118
7119 2009-10-18  Bruno Haible  <bruno@clisp.org>
7120
7121         Implement nproc for mingw.
7122         * lib/nproc.c: Include <windows.h>
7123         (num_processors): On native Windows platforms, try GetSystemInfo.
7124
7125 2009-10-18  Bruno Haible  <bruno@clisp.org>
7126
7127         Implement nproc for IRIX.
7128         * lib/nproc.c: Include <sys/sysmp.h>.
7129         (num_processors): On IRIX systems, try sysmp.
7130         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
7131
7132 2009-10-18  Bruno Haible  <bruno@clisp.org>
7133
7134         Implement nproc for HP-UX.
7135         * lib/nproc.c: Include <sys/pstat.h>
7136         (num_processors): On HP-UX systems, try pstat_getdynamic.
7137         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
7138         pstat_getdynamic.
7139
7140 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
7141             Bruno Haible  <bruno@clisp.org>
7142
7143         Implement nproc for NetBSD, OpenBSD.
7144         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
7145         (ARRAY_SIZE): New macro.
7146         (num_processors): On BSD systems, try sysctl of HW_NCPU.
7147         * m4/nproc.m4: New file.
7148         * modules/nproc (Files): Add m4/nproc.m4.
7149         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
7150         (Makefile.am): Instead, augment lib_SOURCES.
7151
7152 2009-10-18  Bruno Haible  <bruno@clisp.org>
7153
7154         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
7155         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
7156         sys/param.h.
7157
7158 2009-10-16  Eric Blake  <ebb9@byu.net>
7159
7160         utimensat: new module
7161         * modules/utimensat: New file.
7162         * lib/utimensat.c (utimensat): Likewise.
7163         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7164         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
7165         so we can work around Linux bugs.
7166         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7167         * modules/sys_stat (Makefile.am): Substitute them.
7168         * lib/sys_stat.in.h (utimensat): Declare it.
7169         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7170         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7171         * modules/utimensat-tests: New test.
7172         * tests/test-utimensat.c: Likewise.
7173
7174         utimens: let lutimens work on non-symlinks
7175         * lib/utimens.c (lutimens): Fall back to utimens rather than
7176         failing with ENOSYS, when file is not a symlink.
7177         (utimens): Reduce redirection.
7178         * tests/test-lutimens.h (test_lutimens): Update test to cover
7179         non-symlinks.
7180         * tests/test-utimens.h (test_utimens): Update test to cover
7181         symlinks.
7182         * tests/test-utimens.c (main): Update caller.
7183
7184         utimens: cache whether utimensat syscall works
7185         * lib/utimens.c (utimensat_works_really): New cache variable.
7186         (fdutimens, lutimens): Use it to avoid failing syscall.
7187
7188         test-stat-time, test-utimens: improve portability
7189         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
7190         ext4 on alpha, and for cygwin.
7191         * tests/test-utimens-common.h: New file.
7192         (nap): Factor delays into single function.
7193         * tests/test-lutimens.h (test_lutimens): Use new header.
7194         * tests/test-futimens.h (test_futimens): Likewise.
7195         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
7196         timestamps to occur from same machine, as was done previously for
7197         test_utimens.
7198         * modules/utimens-tests (Files): Ship new file.
7199         * modules/futimens-tests (Files): Likewise.
7200         Reported in part by Jim Meyering.
7201
7202         sys_stat: sort replacement declarations
7203         * lib/sys_stat.in.h: Sort declarations.
7204         * lib/futimens.c (futimens): Fix typo.
7205
7206 2009-10-15  Jim Meyering  <meyering@redhat.com>
7207
7208         don't let environment settings perturb build
7209         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
7210         could cause a configure-time and/or build-time malfunction.
7211         Typically, a configure-time function-in-library test is performed
7212         via code like this:
7213
7214           LIB_VAR=
7215           AC_SUBST([LIB_VAR])
7216           prefix_saved_LIBS=$LIBS
7217             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
7218                        [test "$ac_cv_search_FUNC" = "none required" ||
7219                         LIB_VAR=$ac_cv_search_FUNC])
7220           LIBS=$prefix_saved_LIBS
7221
7222         However, in each of the files affected by this change, the LIB_VAR=
7223         initialization was omitted.  Thus, when set in the environment, its
7224         value would propagate into generated Makefiles when FUNC is not found
7225         in LIB_NAME.
7226         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
7227         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7228         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7229
7230 2009-10-14  Eric Blake  <ebb9@byu.net>
7231
7232         fchdir: avoid infinite recursion in mingw
7233         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
7234         recursing.
7235
7236         test-stat-time: port to mingw
7237         * tests/test-stat-time.c (force_unlink): Return a value.
7238         (test_ctime) [W32]: Fix compilation error.
7239         (nap): Don't call usleep with too large an argument.  Use
7240         force_unlink.
7241         * doc/pastposix-functions/usleep.texi (usleep): Document the
7242         portability issue.
7243
7244 2009-10-13  Jim Meyering  <meyering@redhat.com>
7245
7246         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
7247         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
7248         * modules/pipe-filter-ii: Likewise.
7249         * modules/sys_socket-tests: Likewise.
7250         * modules/tsearch-tests: Likewise.
7251         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
7252         (check): Depend on it.
7253
7254 2009-10-12  Eric Blake  <ebb9@byu.net>
7255
7256         utimens-tests: port to NFS file systems
7257         * tests/test-utimens.h (test_utimens): Refactor utimecmp
7258         comparisons to avoid spurious failures from timestamp drift
7259         between NFS machines.
7260
7261 2009-10-12  Eric Blake  <ebb9@byu.net>
7262
7263         stat-time-tests: minor cleanups
7264         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
7265         * tests/test-stat-time.c (nap): Separate assignment from call.
7266         Suggested by Paolo Bonzini and Bruno Haible.
7267
7268         sys_stat: guarantee struct timespec
7269         * lib/sys_stat.in.h (includes): Always include <time.h>
7270         * modules/sys_stat (Depends-on): Add time.
7271         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
7272         mode_t permission values.
7273         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
7274         get at subsecond timestamps.
7275
7276 2009-10-10  Eric Blake  <ebb9@byu.net>
7277
7278         futimens: new module
7279         * modules/futimens: New file.
7280         * lib/futimens.c (futimens): Likewise.
7281         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
7282         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
7283         we can work around Linux bugs.
7284         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7285         * modules/sys_stat (Makefile.am): Substitute them.
7286         * lib/sys_stat.in.h (futimens): Declare it.
7287         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7288         * doc/posix-functions/futimens.texi (futimens): Likewise.
7289         * modules/futimens-tests: New test.
7290         * tests/test-futimens.c: Likewise.
7291
7292         utimens: introduce fdutimens
7293         * lib/utimens.h (fdutimens): New prototype.
7294         * lib/utimens.c (gl_futimens): Move guts...
7295         (fdutimens): ...to new interface.
7296         * tests/test-utimens.c (do_fdutimens): Use it.
7297
7298         utimens: add UTIME_NOW and UTIME_OMIT support
7299         * lib/utimens.c (validate_timespec, update_timespec): New helper
7300         functions.
7301         (gl_futimens, lutimens): Use them.
7302         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
7303         stdbool, sys_stat.
7304         (Link): Mention resulting library dependency.
7305         * modules/utimecmp (Link): Likewise.
7306         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
7307         (Makefile.am): Pick up library dependency.
7308         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
7309         definition.
7310         * tests/test-sys_stat.c: Test the definitions.
7311         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
7312         * NEWS: Document library dependency.
7313
7314         utimecmp: support symlink timestamps
7315         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
7316         hashing when possible.  Use pathconf when available.
7317         (SYSCALL_RESOLUTION): Recognize tighter resolution.
7318         * modules/utimecmp (Depends-on): Add lstat.
7319
7320         utimens: add lutimens interface
7321         * lib/utimens.c (lutimens): New function.
7322         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
7323         * lib/utimens.h (lutimens): Declare new interface.
7324         * tests/test-utimens.c (main): Enhance test.
7325         * tests/test-lutimens.h (test_lutimens): New file.
7326         * modules/utimens-tests (Files): Distribute it.
7327         (Depends-on): Add symlink.
7328         (configure.ac): Check for usleep.
7329
7330         utimens: validate futimens usage
7331         * lib/utimens.c (gl_futimens): Require valid fd up front, using
7332         fewer syscalls on failure later on.  Avoid compiler warning on
7333         mingw.
7334         * modules/utimens (Depends-on): Add dup2.
7335
7336         utimens: add test
7337         * modules/utimens-tests: New test.
7338         * tests/test-utimens.h: New file.
7339         * tests/test-futimens.h: Likewise.
7340         * tests/test-utimens.c: Likewise.
7341
7342         doc: mention timestamp portability issues
7343         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
7344         instead.
7345         * doc/posix-functions/utime.texi (utime): Likewise.
7346         * doc/posix-functions/utimes.texi (utimes): Likewise.
7347         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
7348         instead.
7349         * doc/posix-functions/futimens.texi (futimens): Mention utimens
7350         module.
7351         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7352         Mention weakness with symlink timestamps.
7353         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
7354         to utimensat/futimens instead.
7355         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
7356
7357         test-dup2: enhance test
7358         * tests/test-dup2.c (main): Also check AT_FDCWD.
7359
7360         test-stat-time: avoid more spurious failures
7361         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
7362         xfs; and avoid race if the two timestamps cross quantization edge.
7363
7364         relocatable: prefer 'file system' over 'filesystem'
7365         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
7366         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
7367         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
7368         * doc/relocatable.texi (Enabling Relocatability): Likewise.
7369         * lib/relocatable.c (compute_curr_prefix): Likewise.
7370
7371 2009-10-10  Jim Meyering  <meyering@redhat.com>
7372
7373         stat-time-tests: check for the usleep function
7374         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
7375
7376 2009-10-10  Bruno Haible  <bruno@clisp.org>
7377
7378         * modules/xnanosleep: Put the Link section after the Include section.
7379
7380 2009-10-09  Eric Blake  <ebb9@byu.net>
7381
7382         dup2: work around FreeBSD 6.1 bug
7383         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
7384         * doc/posix-functions/dup2.texi (dup2): Document it.
7385         Reported by Nelson H. F. Beebe and Jim Meyering.
7386
7387         test-stat-time: port to buggy NFS clients
7388         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
7389         (test_ctime): Also skip test if mtime and ctime are skewed.
7390
7391         maint: prefer 'file system' over 'filesystem'
7392         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
7393         * doc/posix-functions/lstat.texi (lstat): Likewise.
7394         * lib/file-has-acl.c (file_has_acl): Likewise.
7395         * lib/fwriteerror.c [TEST]: Likewise.
7396         * tests/test-areadlink.h (test_areadlink): Likewise.
7397         * tests/test-areadlinkat-with-size.c (main): Likewise.
7398         * tests/test-areadlinkat.c (main): Likewise.
7399         * tests/test-canonicalize-lgpl.c (main): Likewise.
7400         * tests/test-canonicalize.c (main): Likewise.
7401         * tests/test-fstatat.c (main): Likewise.
7402         * tests/test-linkat.c (main): Likewise.
7403         * tests/test-lstat.h (test_lstat_func): Likewise.
7404         * tests/test-mkdir.h (test_mkdir): Likewise.
7405         * tests/test-readlink.h (test_readlink): Likewise.
7406         * tests/test-remove.c (main): Likewise.
7407         * tests/test-rename.h (test_rename): Likewise.
7408         * tests/test-renameat.c (main): Likewise.
7409         * tests/test-rmdir.h (test_rmdir_func): Likewise.
7410         * tests/test-symlink.h (test_symlink): Likewise.
7411         * tests/test-symlinkat.c (main): Likewise.
7412         * tests/test-unlink.h (test_unlink_func): Likewise.
7413         * tests/test-unlinkat.c (main): Likewise.
7414
7415         maint: make realtime library usage explicit
7416         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
7417         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
7418         * modules/settime (Link): Likewise.
7419         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
7420
7421         test-stat-time: speed up execution
7422         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
7423         warning on mingw.
7424         (nap): New helper function.
7425         (prepare_test): Use it to reduce sleep time.
7426         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
7427         execution.
7428         * modules/stat-time-tests (configure.ac): Check for usleep.
7429
7430 2009-10-09  Jim Meyering  <meyering@redhat.com>
7431
7432         selinux-h: always use getfilecon wrappers
7433         * lib/getfilecon.c: New file.
7434         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
7435         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
7436         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
7437         (fgetfilecon): Provide a stub.
7438         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
7439         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
7440         file unconditionally.
7441         When <selinux/selinux.h> is found, arrange to use wrappers.
7442         * modules/selinux-h (Files): Add getfilecon.c.
7443         (Makefile.am): Substitute include-next-related bits
7444         into the now-always-generated selinux/selinux.h file.
7445         * doc/glibc-functions/lgetfilecon.texi: New file.
7446         * doc/glibc-functions/fgetfilecon.texi: New file.
7447         * doc/glibc-functions/getfilecon.texi: New file.
7448         * doc/glibc-functions/getfilecon-desc.texi: New file.
7449         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
7450         which to pull in the new files.
7451         * MODULES.html.sh (Misc): Add selinux-h.
7452
7453 2009-10-08  Jim Meyering  <meyering@redhat.com>
7454
7455         unistd: fix comment typo
7456         * lib/unistd.in.h (euidaccess): Fix a comment typo.
7457
7458 2009-10-08  Eric Blake  <ebb9@byu.net>
7459
7460         areadlink: use SIZE_MAX consistently
7461         * modules/areadlink (Depends-on): Add stdint.
7462         * modules/areadlink-with-size (Depends-on): Likewise.
7463         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
7464         gives NULL; drop sys/types, since unistd gives size_t; and add
7465         stdint for SIZE_MAX.
7466         (SIZE_MAX): Rely on headers.
7467         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
7468         and add stdint.
7469         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
7470         (SIZE_MAX): Likewise.
7471         (INITIAL_BUF_SIZE): Turn into enum.
7472         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
7473
7474 2009-10-08  Jim Meyering  <meyering@redhat.com>
7475
7476         areadlinkat: avoid compilation failure
7477         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
7478         Fix typo in comment.
7479
7480 2009-10-07  Eric Blake  <ebb9@byu.net>
7481
7482         areadlinkat-with-size: new module
7483         * modules/areadlinkat-with-size: New module.
7484         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
7485         * lib/areadlink.h (areadlinkat): Declare it.
7486         * MODULES.html.sh (File system functions): Mention it.
7487         * modules/areadlinkat-with-size-tests: New test.
7488         * tests/test-areadlinkat-with-size.c: New file.
7489
7490         xreadlinkat: new module
7491         * modules/xreadlinkat: New module.
7492         * lib/xreadlinkat.c (xreadlinkat): New file.
7493         * lib/xreadlink.h (xreadlinkat): Declare it.
7494         * MODULES.html.sh (File system functions): Mention it.
7495
7496         areadlinkat: new module
7497         * lib/at-func.c (FUNC_FAIL): New define.
7498         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
7499         * modules/areadlinkat: New module.
7500         * lib/linkat.c (areadlinkat): Move...
7501         * lib/areadlinkat.c (areadlinkat): ...to new file.
7502         * lib/areadlink.h (areadlinkat): Declare it.
7503         * modules/linkat (Depends-on): Add areadlinkat.
7504         * MODULES.html.sh (File system functions): Mention it.
7505         * modules/areadlinkat-tests: New test.
7506         * tests/test-areadlinkat.c: New file.
7507
7508         areadlink, areadlink-with-size: add tests
7509         * modules/areadlink-tests: New test.
7510         * modules/areadlink-with-size-tests: Likewise.
7511         * tests/test-areadlink.h: New file.
7512         * tests/test-areadlink.c: Likewise.
7513         * tests/test-areadlink-with-size.c: Likewise.
7514
7515         maint: minor cleanups
7516         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
7517         _UNUSED_PARAMETER_ instead.
7518         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
7519         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
7520         * modules/linkat-tests (Files): Distribute test-link.h.
7521
7522         openat, utimens: whitespace cleanup
7523         * lib/openat.c: Prefer space throughout, rather than mix of 8
7524         spaces vs. tabs.
7525         * lib/at-func.c: Likewise.
7526         * lib/utimens.c: Likewise.
7527
7528         openat: avoid using wrong fd
7529         * lib/openat.c (openat_permissive): Reject user's fd if saving the
7530         working directory chooses same fd.
7531         * lib/at-func.c (AT_FUNC_NAME): Likewise.
7532
7533         mkdir, mkdirat: fix cygwin 1.5.x bug
7534         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
7535         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
7536         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
7537         bug.
7538         (gl_PREREQ_MKDIR): Delete unused macro.
7539         * modules/mkdir (Files): Track file rename.
7540         (configure.ac): Update macro name.
7541         * modules/openat (Depends-on): Add mkdir.
7542         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
7543
7544         mkdir, mkdirat: add tests
7545         * modules/mkdir-tests: New test.
7546         * tests/test-mkdir.h: New file.
7547         * tests/test-mkdir.c: Likewise.
7548         * tests/test-mkdirat.c: Likewise.
7549         * modules/openat-tests (Files): Add new files.
7550         (Makefile.am): Run new test.
7551
7552 2009-10-06  Eric Blake  <ebb9@byu.net>
7553
7554         doc: tweak *at function documentation
7555         * doc/posix-functions/faccessat.texi (faccessat): Mention
7556         known issue with replacement.
7557         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
7558         * doc/posix-functions/linkat.texi (linkat): Likewise.
7559         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
7560         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
7561         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
7562         * doc/posix-functions/renameat.texi (renameat): Likewise.
7563         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7564
7565         openat: fix GNU/Hurd bug in unlinkat
7566         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
7567         broken.
7568         * doc/posix-functions/unlink.texi (unlink): Document this.
7569         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
7570
7571         fdopendir: fix GNU/Hurd bug
7572         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
7573         allowing non-directory fds.
7574         * lib/fdopendir.c (rpl_fdopendir): Work around it.
7575         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
7576         * modules/dirent (Makefile.am): Substitute it.
7577         * lib/dirent.in.h (fdopendir): Declare replacement.
7578         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
7579         * tests/test-fdopendir.c (main): Test something other than
7580         /dev/null, since on Hurd that behaves like a directory.
7581
7582         test-symlink: port to GNU/Hurd
7583         * tests/test-symlink.h (test_symlink): Relax expected errno.
7584
7585         doc: tweak more cygwin information
7586         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
7587         now compatible with glibc.
7588         * doc/posix-functions/getopt.texi (getopt): Likewise.
7589
7590         getopt-gnu: add another test
7591         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
7592         guarantee behavior relied on by m4.
7593         * tests/test-getopt.c (main): Use it.
7594         * modules/getopt-posix-tests (Depends-on): Add setenv.
7595         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
7596
7597         getopt: fix compilation on darwin
7598         * lib/getopt.in.h (includes): Leave breadcrumbs during system
7599         include.
7600         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
7601         Reported by Ludovic Courtès.
7602
7603 2009-10-06  Bruno Haible  <bruno@clisp.org>
7604
7605         * modules/size_max (Description): Discourage its use.
7606         Reported by Simon Josefsson.
7607
7608 2009-10-06  Jim Meyering  <meyering@redhat.com>
7609
7610         linkat: avoid compilation failure
7611         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
7612
7613 2009-10-05  Eric Blake  <ebb9@byu.net>
7614
7615         linkat: support Linux 2.6.17
7616         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
7617         linkat on Linux, but allow cache variable override.
7618         * lib/linkat.c (rpl_linkat): Define override.
7619         * modules/linkat (Depends-on): Add symlinkat.
7620         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
7621         * modules/unistd (Makefile.am): Substitute it.
7622         * lib/unistd.in.h (linkat): Declare replacement.
7623         Reported by Pádraig Brady.
7624
7625         quotearg: port test to systems with C.UTF-8 locale
7626         * tests/test-quotearg.c (struct result_strings): Add another
7627         member, differentiating between C.ASCII and C.UTF-8 handling.
7628         (compare_strings): Add parameter.
7629         (main): Adjust all callers.
7630
7631         getopt: avoid clash with FreeBSD _getopt_internal
7632         * lib/getopt.in.h (_getopt_internal): Override the name.
7633         * lib/getopt_int.h (includes): Pick up any overrides.
7634         Reported by Reuben Thomas.
7635
7636         hash: allow C89 compilation
7637         * lib/hash.c (check_tuning): Move declaration before statement.
7638         Reported by Reuben Thomas.
7639
7640 2009-10-05  Karl Berry  <karl@gnu.org>
7641
7642         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
7643
7644 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
7645             Bruno Haible  <bruno@clisp.org>
7646
7647         * lib/uname.c (uname): Use a table-driven algorithm to compute
7648         Windows NT versions.
7649
7650 2009-10-04  Bruno Haible  <bruno@clisp.org>
7651
7652         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
7653         program_invocation_short_name.
7654         * modules/progname (configure.ac): Test for presence of
7655         program_invocation_short_name.
7656         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
7657
7658 2009-10-04  Bruno Haible  <bruno@clisp.org>
7659
7660         * lib/progname.c (set_program_name): Fix comment.
7661         Reported by Jim Meyering.
7662
7663 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
7664             Bruno Haible  <bruno@clisp.org>
7665
7666         * lib/uname.c: Include <string.h>.
7667         (uname): Do only one call to GetVersionEx in the common case.
7668
7669 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
7670             Bruno Haible  <bruno@clisp.org>
7671
7672         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
7673         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
7674         (uname): Add support for Windows CE and various non-x86 CPU types.
7675
7676 2009-10-03  Bruno Haible  <bruno@clisp.org>
7677
7678         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
7679         invocation to tests/configure.ac.
7680         Reported by Ian Beckwith <ianb@erislabs.net>.
7681
7682 2009-10-02  Eric Blake  <ebb9@byu.net>
7683
7684         fchdir: avoid compiler warning
7685         * lib/fchdir.c (canonicalize_file_name)
7686         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
7687
7688         test-open: support mingw errno values
7689         * tests/test-open.h (test_open): Relax test.
7690         * tests/test-fopen.h (test_fopen): Likewise.
7691         * tests/test-openat-safer.c (main): Likewise.
7692
7693         open: fix opening directory on mingw
7694         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
7695
7696         test-open: on GNU/Hurd, /dev/null is a directory
7697         * tests/test-fopen.h (main): Rename...
7698         (test_fopen): ...to this.  Use a guaranteed non-directory when
7699         confirming open behavior on trailing slash.
7700         * tests/test-openat-safer.c (main): Likewise.
7701         * tests/test-open.h (main): Likewise....
7702         (test_open): ...to this.
7703         * tests/test-fopen.c (main): Adjust caller.
7704         * tests/test-fopen-safer.c (main): Likewise.
7705         * tests/test-open.c (main): Likewise.
7706         * tests/test-fcntl-safer.c (main): Likewise.
7707         Reported by Samuel Thibault.
7708
7709         rename, fchdir: don't ignore chdir failure
7710         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
7711         * lib/rename.c (rpl_rename) [W32]: Likewise.
7712         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
7713         an empty destination directory if source cannot be renamed,
7714         although there is still possibility for failure.
7715         * doc/posix-functions/rename.texi (rename): Document the race.
7716         Reported by Jim Meyering.
7717
7718         maint: cleanup whitespace in recent commits
7719         * lib/rename.c (rpl_rename): Remove tabs.
7720         * tests/test-link.h (test_link): Likewise.
7721         * lib/fchdir.c (get_name): Likewise.
7722         Reported by Jim Meyering.
7723
7724 2009-10-02  Ben Pfaff  <blp@gnu.org>
7725
7726         relocatable-prog-wrapper: Add missing dependency on
7727         double-slash-root.
7728         * modules/relocatable-prog-wrapper: Add dependency.
7729         Reported by Ian Beckwith <ianb@erislabs.net>.
7730
7731 2009-10-02  Eric Blake  <ebb9@byu.net>
7732
7733         renameat: fix Solaris bugs
7734         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
7735         needed fixing.
7736         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
7737         * modules/stdio (Makefile.am): Substitute it.
7738         * lib/stdio.in.h (renameat): Declare replacement.
7739         * lib/renameat.c (rpl_renameat): Implement fix.
7740
7741         renameat: new module
7742         * modules/renameat: New file.
7743         * lib/renameat.c (renameat): Likewise.
7744         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
7745         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
7746         * modules/stdio (Makefile.am): Substitute them.
7747         * lib/stdio.in.h (renameat): Declare it.
7748         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7749         * doc/posix-functions/renameat.texi (renameat): Likewise.
7750         * modules/renameat-tests: New test.
7751         * tests/test-renameat.c: Likewise.
7752
7753         rename: fix mingw bugs
7754         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
7755         directory overwrite bugs.
7756
7757         rename: fix another cygwin 1.5 bug
7758         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
7759         checks.
7760         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
7761         unnecessary cygwin workarounds.  Also work around bug with moving
7762         full directory onto an empty one.
7763         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
7764
7765         rename-dest-slash: merge into rename module
7766         * modules/rename-dest-slash (Status): Mark obsolete.
7767         (Depends-on): Add rename.
7768         (Files): Let rename do it all.
7769         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
7770         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
7771         * m4/rename-dest-slash.m4: ...so this file can be deleted.
7772         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
7773         * lib/rename.c (rpl_rename): Update comments.
7774
7775         rename: fix cygwin 1.5.x bugs
7776         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
7777         * lib/rename.c (rpl_rename): Work around them.
7778         * modules/rename (Depends-on): Add same-inode.
7779
7780         rename: fix Solaris 10 bug
7781         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
7782         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
7783         was the only bug.
7784
7785         rename: fix Solaris 9 bug
7786         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
7787         on non-directory.  Avoid calling exit.
7788         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
7789         strdup.
7790         * modules/rename-tests (Depends-on): Drop lstat.
7791         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
7792         (gl_PREREQ_RENAME): Delete unused macro.
7793
7794         rename-dest-slash: fix NetBSD bug
7795         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
7796         links.
7797         * modules/rename-dest-slash (Depends-on): Add same-inode.
7798
7799         rename-tests: new test, exposes several platform bugs
7800         * modules/rename-tests: New file.
7801         * tests/test-rename.h: Likewise.
7802         * tests/test-rename.c: Likewise.
7803         * doc/posix-functions/rename.texi (rename): Improve documentation,
7804         including bugs that will eventually be fixed in gnulib.
7805
7806 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
7807
7808         * lib/uname.c: Include <stdlib.h>
7809         (uname): Assume version info is available.
7810
7811 2009-10-02  Jim Meyering  <meyering@redhat.com>
7812
7813         gnu-web-doc-update: correct --help output
7814         * build-aux/gnu-web-doc-update: Make --help output relevant.
7815
7816         gnu-web-doc-update: add standard options
7817         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
7818
7819         gnu-web-doc-update: New module.
7820         Use this script to automatically update the on-line web documentation
7821         for your GNU project at http://www.gnu.org/software/$pkg/manual/
7822         * modules/gnu-web-doc-update: New file, from coreutils.
7823         * build-aux/gnu-web-doc-update: New script.
7824
7825 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
7826
7827         link: LoadLibrary is not needed.
7828         * lib/link.c: Use GetModuleHandle.
7829
7830 2009-10-01  Eric Blake  <ebb9@byu.net>
7831
7832         getopt: bump serial number
7833         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
7834         change.
7835
7836         tests: tighten link, rmdir, and remove tests
7837         * tests/test-link.h (includes): No need to use <config.h> here.
7838         Clean up if directory hard link was created, otherwise test for
7839         trailing '.'.
7840         * tests/test-linkat.c (main): Simplify.
7841         * tests/test-remove.c (main): Enhance test for trailing '.'.
7842         * tests/test-rmdir.h (test_rmdir_func): Likewise.
7843
7844 2009-10-01  Jim Meyering  <meyering@redhat.com>
7845
7846         maint.mk: requiring "make major" was annoying, for a "minor" release.
7847         What is intended is "stable", to contrast with alpha and beta,
7848         so require "make stable", not "make major".
7849         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
7850         (get_tool_versions): Likewise.
7851         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
7852
7853 2009-09-30  Ben Pfaff  <blp@gnu.org>
7854
7855         Fix broken build of replacement for Windows tmpfile().
7856         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
7857         flags argument added along with the 'mkostemp' module.
7858
7859 2009-09-28  Bruno Haible  <bruno@clisp.org>
7860
7861         Avoid identifier clash with POSIX function 'remove' defined as a macro.
7862         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
7863         to 'remove_elt'.
7864         (gl_list_remove): Update.
7865         * lib/gl_list.c (gl_list_remove): Update.
7866         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
7867         to 'remove_elt'.
7868         (gl_oset_remove): Update.
7869         * lib/gl_list.c (gl_oset_remove): Update.
7870         Reported by Eric Blake.
7871
7872 2009-09-28  Eric Blake  <ebb9@byu.net>
7873
7874         doc: mention yet more cygwin 1.7 status
7875         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
7876         cygwin.
7877         * doc/glibc-functions/execvpe.texi (execvpe): New file.
7878         * doc/gnulib.texi (Glibc unistd.h): Mention it.
7879
7880         argp: fix test failure
7881         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
7882         that are not upper-case.  Pass correct range to tolower.
7883
7884 2009-09-27  Jim Meyering  <meyering@redhat.com>
7885
7886         test-yesno: work around sparc-dash here-document infelicity
7887         Without this change, the literal \177 byte in a here document
7888         would make dash 0.5.5.1-3 access uninitialized memory.
7889         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
7890         Instead, use a marker, "@", and filter through tr to create the desired
7891         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
7892
7893 2009-09-27  Bruno Haible  <bruno@clisp.org>
7894
7895         Disable untested support for new flavours of ACLs on AIX.
7896         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
7897         progress.
7898         * lib/set-mode-acl.c (qset_acl): Likewise.
7899
7900 2008-12-07  Bruno Haible  <bruno@clisp.org>
7901
7902         Add support for new flavours of ACLs on AIX. (Untested.)
7903         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
7904         (file_has_acl): Add support for newer AIX.
7905         * lib/set-mode-acl.c (qset_acl): Likewise.
7906         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
7907         Rainer Tammer <tammer@tammer.net>.
7908
7909 2009-09-26  Eric Blake  <ebb9@byu.net>
7910
7911         argp: fix compilation of getopt
7912         * lib/getopt.in.h (includes): Use different guard than glibc.
7913         Reported by Sergey Poznyakoff.
7914
7915         doc: mention more cygwin 1.7 status
7916         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
7917         bug.
7918         * doc/posix-functions/execl.texi (execl): Likewise.
7919         * doc/posix-functions/execle.texi (execle): Likewise.
7920         * doc/posix-functions/execlp.texi (execlp): Likewise.
7921         * doc/posix-functions/execv.texi (execv): Likewise.
7922         * doc/posix-functions/execve.texi (execve): Likewise.
7923         * doc/posix-functions/execvp.texi (execvp): Likewise.
7924         * doc/glibc-functions/canonicalize_file_name.texi
7925         (canonicalize_file_name): Cygwin 1.7 now provides this.
7926         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
7927         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
7928         on AT_SYMLINK_NOFOLLOW.
7929
7930 2009-09-24  Eric Blake  <ebb9@byu.net>
7931
7932         test-linkat: make test more robust
7933         * tests/test-linkat.c (main): Avoid collision with EEXIST.
7934
7935         getopt: fix inclusion guards for cygwin
7936         * modules/getopt-posix (Depends-on): Add include-next.
7937         (Makefile.am): Substitute more items in replacement header.
7938         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
7939         <getopt.h>.
7940         * lib/getopt.in.h (includes): Use split inclusion guard, and
7941         prefer <getopt.h> over include <unistd.h> when one is present.
7942         (option): Also override name of 'struct option'.
7943
7944         same-inode: revert prior change; it is not yet ready
7945         * NEWS: Undo mention of this change.
7946         * lib/same-inode.h (same-inode.h): Undo tri-state change.
7947         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
7948         * lib/cycle-check.c (cycle_check): Likewise.
7949         * lib/same.c (same_name): Likewise.
7950         * lib/at-func2.c (at_func2): Likewise.
7951
7952 2009-09-23  Eric Blake  <ebb9@byu.net>
7953
7954         linkat: new module
7955         * modules/linkat: New file.
7956         * lib/at-func2.c (at_func2): Likewise.
7957         * lib/linkat.c (linkat): Likewise.
7958         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
7959         * lib/openat-priv.h (at_func2): Add declaration.
7960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
7961         * modules/unistd (Makefile.am): Substitute them.
7962         * lib/unistd.in.h (linkat): Declare it.
7963         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7964         * doc/posix-functions/linkat.texi (linkat): Likewise.
7965         * doc/posix-functions/link.texi (link): Tweak wording.
7966         * tests/test-link.c (main): Move guts...
7967         * tests/test-link.h (test_link): ...into new file.
7968         * modules/linkat-tests: New test.
7969         * tests/test-linkat.c: Likewise.
7970         * modules/link-tests (Files): Ship new file.
7971         (Depends-on): Add stdbool.
7972
7973         dirname: add library-safe mdir_name
7974         * lib/dirname.h (mdir_name): New prototype.
7975         * lib/dirname.c (dir_name): Move guts...
7976         (mdir_name): ...to new function that avoids xalloc_die.
7977
7978         fchdir: another mingw fix
7979         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
7980         * lib/fchdir.c (get_name): New helper method; skips canonicalize
7981         on mingw (where it has not yet been ported), and make it optional
7982         elsewhere.
7983         (_gl_register_fd): Use it.
7984
7985         same-inode: make SAME_INODE tri-state, to port to mingw
7986         * NEWS: Mention this change.
7987         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
7988         st_ino always being 0.
7989         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
7990         * lib/cycle-check.c (cycle_check): Likewise.
7991         * lib/same.c (same_name): Likewise.
7992
7993         lstat: avoid mingw compilation error
7994         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
7995         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
7996         lstat ourselves.
7997         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
7998         was adequate.
7999         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
8000         the checks for lstat.
8001         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
8002
8003         link: fix test failure on Solaris 9
8004         * lib/link.c (rpl_link): Don't assume link will catch bogus
8005         trailing slash on source.
8006
8007         test-symlinkat: enhance test
8008         * tests/test-readlink.c (main): Move guts...
8009         * tests/test-readlink.h (test_readlink): ...into new file.
8010         * tests/test-symlink.c (main): Move guts...
8011         * tests/test-symlink.h (test_symlink): ...into new file.
8012         * tests/test-symlinkat.c (main): Use new files for further
8013         coverage.
8014         (do_symlink, do_readlink): New helper functions.
8015         * modules/symlink-tests (Files): Ship new file.
8016         (Depends-on): Add stdbool.
8017         * modules/readlink-tests (Files): Ship new file.
8018         (Depends-on): Add stdbool.
8019         * modules/symlinkat-tests (Files): Use new files.
8020
8021 2009-09-23  Eric Blake  <ebb9@byu.net>
8022
8023         readlink: document portability issue with symlink length
8024         * doc/posix-functions/lstat.texi (lstat): Mention that some file
8025         systems have bogus st_size on symlinks, and mention the
8026         areadlink-with-size module.
8027         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
8028         * doc/posix-functions/readlink.texi (readlink): Mention the
8029         areadlink module, and ERANGE failure.
8030         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8031         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
8032
8033         readlink: fix Solaris 9 bug with trailing slash
8034         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
8035         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
8036         * doc/posix-functions/readlink.texi (readlink): Document this.
8037         * modules/readlink-tests: New test.
8038         * tests/test-readlink.c: Likewise.
8039
8040         readlink: fix cygwin 1.5.x bug with return type
8041         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
8042         * lib/unistd.in.h (readlink): Use ssize_t.
8043         * lib/readlink.c (readlink): Likewise.
8044         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8045         * modules/unistd (Makefile.am): Substitute it.
8046         * lib/unistd.in.h (readlink): Declare replacement.
8047         * doc/posix-functions/readlink.texi (readlink): Document this.
8048
8049         symlink: use throughout gnulib
8050         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
8051         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
8052         symlink is not used.
8053         * modules/symlinkat (Depends-on): Add symlink.
8054         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8055         * modules/canonicalize-tests (Depends-on): Likewise.
8056         * modules/lstat-tests (Depends-on): Likewise.
8057         * modules/openat-tests (Depends-on): Likewise.
8058         * modules/remove-tests (Depends-on): Likewise.
8059         * modules/rmdir-tests (Depends-on): Likewise.
8060         * modules/unlink-tests (Depends-on): Likewise.
8061         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
8062         * tests/test-canonicalize.c (symlink): Likewise.
8063         * tests/test-fstatat.c (symlink): Likewise.
8064         * tests/test-lstat.c (symlink): Likewise.
8065         * tests/test-remove.c (symlink): Likewise.
8066         * tests/test-rmdir.c (symlink): Likewise.
8067         * tests/test-unlink.c (symlink): Likewise.
8068         * tests/test-unlinkat.c (symlink): Likewise.
8069
8070         symlink: new module, for Solaris 9 bug
8071         * modules/symlink: New file.
8072         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
8073         * lib/symlink.c: Likewise.
8074         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8075         * modules/unistd (Makefile.am): Substitute them.
8076         * lib/unistd.in.h (symlink): Declare replacement.
8077         * MODULES.html.sh (File system functions): Mention it.
8078         * doc/posix-functions/symlink.texi (symlink): Likewise.
8079         * modules/symlink-tests: New test.
8080         * tests/test-symlink.c: Likewise.
8081
8082 2009-09-23  Bruno Haible  <bruno@clisp.org>
8083
8084         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
8085         when needed.
8086         Test case: gnulib-tool --import --with-tests atexit inttypes.
8087         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
8088
8089 2009-09-23  Bruno Haible  <bruno@clisp.org>
8090
8091         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
8092         subcommand, not in a subshell.
8093
8094 2009-09-22  Eric Blake  <ebb9@byu.net>
8095
8096         unistd: sort replacement declarations
8097         * lib/unistd.in.h: Sort declarations.
8098
8099         open, openat: minor optimization
8100         * lib/open.c (open): If open succeeded, len is non-zero.
8101         * lib/openat.c (rpl_openat): Likewise.
8102
8103         link-follow: ensure correct result
8104         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
8105         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
8106         distinguish between possible failures.
8107
8108 2009-09-21  Eric Blake  <ebb9@byu.net>
8109
8110         fts: avoid compiler warning
8111         * lib/fts.c (dirent_inode_sort_may_be_useful)
8112         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
8113
8114 2009-09-19  Bruno Haible  <bruno@clisp.org>
8115
8116         * lib/progreloc.c (canonicalize_file_name): New declaration.
8117
8118 2009-09-19  Eric Blake  <ebb9@byu.net>
8119
8120         link: fix quoting
8121         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
8122
8123         openat: fix openat bugs on Solaris 9
8124         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
8125         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
8126         * modules/openat (Depends-on): Add open.
8127         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
8128         * modules/fcntl-h (Makefile.am): Substitute it.
8129         * lib/fcntl.in.h (openat): Declare replacement.
8130         * doc/posix-functions/openat.texi (openat): Document this.
8131
8132         openat: move fstatat and unlinkat into correct files
8133         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
8134         compiled.
8135         * lib/openat.c (fstatat, unlinkat): Move...
8136         * lib/fstatat.c (fstatat): ...into correct files.
8137         * lib/unlinkat.c (unlinkat): Likewise.
8138
8139         openat: fix unlinkat bugs on Solaris 9
8140         * lib/unlinkat.c (unlinkat): New file.
8141         * modules/openat (Depends-on): Add unlink.
8142         (Files): Distribute it.
8143         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
8144         trailing slash behavior is broken.
8145         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8146         * modules/unistd (Makefile.am): Substitute it.
8147         * lib/unistd.in.h (unlinkat): Declare replacement.
8148         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
8149
8150         openat: fix fstatat bugs on Solaris 9
8151         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
8152         stat.
8153         * doc/posix-functions/fstatat.texi (fstatat): Document this.
8154
8155         test-unlinkat: enhance test, to expose Solaris 9 bug
8156         * tests/test-unlink.c (main): Factor guts...
8157         * tests/test-unlink.h (test_rmdir_func): ...into new file.
8158         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
8159         * tests/test-rmdir.c (main): Adjust caller.
8160         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
8161         (unlinker): New helper function.
8162         (rmdirat): Enhance check.
8163         * modules/rmdir-tests (Depends-on): Add stdbool.
8164         * modules/unlink-tests (Depends-on): Likewise.
8165         (Files): Add test-unlink.h.
8166         * modules/openat-tests (Files): Likewise.
8167         (Depends-on): Add unlinkdir.
8168
8169         test-fstatat: new test, to expose Solaris 9 bugs
8170         * tests/test-stat.c (main): Factor guts...
8171         * tests/test-stat.h (test_stat_func): ...into new file.
8172         * tests/test-lstat.c (main): Factor guts...
8173         * tests/test-lstat.h (test_lstat_func): ...into new file.
8174         * tests/test-fstatat.c: New file.
8175         * modules/stat-tests (Files): Add test-stat.h.
8176         * modules/lstat-tests (Files): Add test-lstat.h.
8177         (Depends-on): Add stdbool.
8178         * modules/openat-tests (Depends-on): Add pathmax.
8179         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
8180         (Makefile.am): Run new test.
8181
8182         remove: new module, for mingw and Solaris 9 bugs
8183         * modules/remove: New file.
8184         * lib/remove.c: Likewise.
8185         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
8186         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
8187         * modules/stdio (Makefile.am): Use them.
8188         * lib/stdio.in.h (remove): Declare replacement.
8189         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8190         * doc/posix-functions/remove.texi (remove): Likewise.
8191         * modules/remove-tests: New test.
8192         * tests/test-remove.c: Likewise.
8193
8194         unlink: new module, for Solaris 9 bug
8195         * modules/unlink: New file.
8196         * lib/unlink.c: Likewise.
8197         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
8198         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8199         * modules/unistd (Makefile.am): Use them.
8200         * lib/unistd.in.h (stat): Declare replacement.
8201         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8202         * doc/posix-functions/unlink.texi (unlink): Likewise.
8203         * modules/unlink-tests: New test.
8204         * tests/test-unlink.c: Likewise.
8205
8206         lstat: fix Solaris 9 bug
8207         * lib/lstat.c (lstat): Also check for trailing slash on
8208         non-symlink, non-directories.  Use stat module to simplify logic.
8209         * doc/posix-functions/lstat.texi (lstat): Document it.
8210         * modules/lstat-tests (Depends-on): Add errno, same-inode.
8211         (configure.ac): Check for symlink.
8212         * tests/test-lstat.c (main): Add more tests.
8213
8214         stat: add as dependency to other modules
8215         * modules/chown (Depends-on): Add stat.
8216         * modules/euidaccess (Depends-on): Likewise.
8217         * modules/fchdir (Depends-on): Likewise.
8218         * modules/isdir (Depends-on): Likewise.
8219         * modules/link (Depends-on): Likewise.
8220         * modules/lstat (Depends-on): Likewise.
8221         * modules/mkdir-p (Depends-on): Likewise.
8222         * modules/modechange (Depends-on): Likewise.
8223         * modules/open (Depends-on): Likewise.
8224         * modules/readlink (Depends-on): Likewise.
8225         * modules/same (Depends-on): Likewise.
8226
8227         stat: fix Solaris 9 bug
8228         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
8229         slash.
8230         * lib/stat.c (rpl_stat): Work around it.
8231         * doc/posix-functions/stat.texi (stat): Update documentation.
8232
8233         stat: new module, for mingw bug
8234         * modules/stat: New file.
8235         * lib/stat.c: Likewise.
8236         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
8237         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8238         * modules/sys_stat (Makefile.am): Use them.
8239         * lib/sys_stat.in.h (stat): Declare replacement.
8240         * lib/openat.c (fstatat): Deal with lstat and stat being function
8241         macros.
8242         * modules/openat (Depends-on): Add inline.
8243         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8244         * doc/posix-functions/stat.texi (stat): Likewise.
8245         * modules/stat-tests: New test.
8246         * tests/test-stat.c: Likewise.
8247
8248 2009-09-19  Jim Meyering  <meyering@redhat.com>
8249
8250         syntax-check: detect unnecessary inclusion of canonicalize.h
8251         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
8252
8253 2009-09-19  Eric Blake  <ebb9@byu.net>
8254
8255         canonicalize-lgpl: adjust clients to use correct header
8256         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8257         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
8258         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
8259         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
8260         * lib/progreloc.c (includes): Likewise.
8261
8262 2009-09-19  Jim Meyering  <meyering@redhat.com>
8263
8264         test-posixtm.c: correct a comment
8265         * tests/test-posixtm.c: Correct first-line comment.
8266         Spotted by Eric Blake.
8267
8268 2009-09-16  Jim Meyering  <meyering@redhat.com>
8269
8270         posixtm-tests: make T const-correct; add a test case
8271         * tests/test-posixtm.c (T): Declare const.
8272         Add a test for -(2^31+1).
8273         Remove useless can-succeed-only-in-2002 test.
8274
8275         posixtm-tests: adjust the sole failing test
8276         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
8277         expected output matches what mktime now produces.  Cross-checked via
8278         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
8279
8280         posixtm: move #ifdef'd tests into a new module
8281         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
8282         * tests/test-posixtm.c: ... this new file.
8283         * modules/posixtm-tests: New module.
8284
8285 2009-09-19  Eric Blake  <ebb9@byu.net>
8286
8287         openat: simplify use of at-func.c
8288         * lib/at-func.c (includes): Include prerequisites here, to
8289         simplify requirements on client files.
8290         * lib/openat-priv.h: Add double-inclusion guard.
8291         * lib/faccessat.c (includes): Simplify.
8292         * lib/fchmodat.c (includes): Likewise.
8293         * lib/fchownat.c (includes): Likewise.
8294         * lib/mkdirat.c (includes): Likewise.
8295         * lib/mkfifoat.c (includes): Likewise.
8296         * lib/symlinkat.c (includes): Likewise.
8297
8298         openat: allow return of fd 0
8299         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
8300         * modules/save-cwd (Depends-on): Replace fcntl-safer with
8301         unistd-safer.
8302         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
8303         <fcntl.h>; this module does not leak fds.
8304         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
8305         must be allowed to return 0, leaving openat_safer to add the
8306         safety.
8307         (openat_permissive): Avoid writing to just-opened fd 2 if
8308         restoring the current directory fails.
8309         * lib/openat-die.c (openat_restore_fail): Add comment.
8310         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
8311         (save_cwd): Guarantee safe fd, but without use of open_safer.
8312         * tests/test-openat.c: New test.
8313         * modules/openat-tests (Files, Makefile.am): Distribute and build
8314         new file.
8315
8316         relocatable-prog-wrapper: fix build
8317         * modules/relocatable-prog-wrapper (Files): Update name of
8318         canonicalize m4 file, broken on 2009-09-17.
8319         Reported by emad hajjar <aleppos@hotmail.com>.
8320
8321 2009-09-19  Bruno Haible  <bruno@clisp.org>
8322
8323         * lib/safe-alloc.h: Use the standard header with GPL copyright.
8324         * lib/safe-alloc.c: Likewise.
8325         Reported by Ian Beckwith <ianb@erislabs.net>.
8326
8327 2009-09-18  Bruno Haible  <bruno@clisp.org>
8328
8329         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
8330         Reported by <erobles@sensacd.com.mx>.
8331
8332 2009-09-17  Eric Blake  <ebb9@byu.net>
8333
8334         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
8335         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
8336         slashes when checking if last component is missing.
8337         * tests/test-canonicalize.c (main): Test this.
8338
8339         canonicalize, canonicalize-lgpl: honor // if distinct from /
8340         * modules/canonicalize (Files): Add double-slash-root.m4.
8341         * modules/canonicalize-lgpl (Files): Likewise.
8342         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8343         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
8344         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
8345         fallback definition.
8346         (canonicalize_filename_mode): Use it to protect //.
8347         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
8348         (__realpath): Likewise.
8349         * tests/test-canonicalize.c (main): Test this.
8350         * tests/test-canonicalize-lgpl.c (main): Likewise.
8351         * modules/canonicalize-tests (Depends-on): Add same-inode.
8352         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8353
8354         canonicalize-lgpl: fix glibc bug with trailing slash
8355         * m4/canonicalize-lgpl.m4: Move contents...
8356         * m4/canonicalize.m4: ...here.
8357         (gl_CANONICALIZE_LGPL): Factor realpath check...
8358         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
8359         glibc 2.3.5 bug, fixed 2005-04-27.
8360         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
8361         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
8362         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
8363         * modules/canonicalize-lgpl (Files): Manage file rename.
8364         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8365         * modules/stdlib (Makefile.am): Substitute witness.
8366         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
8367         is needed.
8368         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
8369         replacement is required.
8370         * lib/canonicalize.c (canonicalize_file_name): Likewise.
8371         * doc/glibc-functions/canonicalize_file_name.texi
8372         (canonicalize_file_name): Document this.
8373         * doc/posix-functions/realpath.texi (realpath): Likewise.
8374
8375         canonicalize-lgpl: reject non-directory with trailing slash
8376         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
8377         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
8378         catches failures in glibc 2.3.5.
8379         * tests/test-canonicalize.c (main): Likewise.
8380
8381         canonicalize-lgpl: use native realpath if it works
8382         * lib/canonicalize-lgpl.c (realpath): Guard with
8383         FUNC_REALPATH_WORKS.
8384         * lib/stdlib.in.h (realpath): Make declaration optional based on
8385         HAVE_REALPATH.
8386         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
8387         native realpath works.
8388         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8389         * modules/stdlib (Makefile.am): Substitute witness.
8390
8391         canonicalize, canonicalize-lgpl: use <stdlib.h>
8392         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
8393         (Include): Mention <stdlib.h>.
8394         (configure.ac): Mention functions we provide.
8395         * modules/canonicalize (configure.ac): Likewise.
8396         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
8397         realpath if canonicalize_file_name is missing.
8398         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
8399         * modules/stdlib (Makefile.am): Substitute witnesses.
8400         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
8401         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
8402         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
8403         * NEWS: Document this.
8404         * doc/glibc-functions/canonicalize_file_name.texi
8405         (canonicalize_file_name): Likewise.
8406         * doc/posix-functions/realpath.texi (realpath): Likewise.
8407         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
8408
8409         test-canonicalize: consolidate into single C program
8410         * tests/test-canonicalize.sh: Delete; move setup into...
8411         * tests/test-canonicalize.c (main): ...the program, making it
8412         easier to run in debugger.  Add some tests.
8413         * modules/canonicalize-tests (Files): Remove unused file.
8414         (Depends-on): Add progname.
8415         (configure.ac, Makefile.am): Simplify.
8416
8417         test-canonicalize-lgpl: consolidate into single C program
8418         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
8419         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
8420         easier to run in debugger.  Add some tests.
8421         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
8422         (configure.ac, Makefile.am): Simplify.
8423
8424         canonicalize: avoid resolvepath
8425         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
8426         unnecessary checks.
8427         * lib/canonicalize.c (includes): Simplify.
8428         (canonicalize_file_name): Drop resolvepath implementation.
8429         * modules/canonicalize (Depends-on): Drop filenamecat.
8430
8431         canonicalize: don't lose errno
8432         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
8433         over calls to free.
8434
8435         canonicalize: simplify errno handling
8436         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
8437         assignment.
8438
8439         canonicalize, canonicalize-lgpl: update module dependencies
8440         * modules/canonicalize (Depends-on): Add extensions, lstat,
8441         pathmax, stdlib.
8442         (Files): Drop pathmax.h.
8443         (configure.ac): Adjust macro name.
8444         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
8445         lstat, stdlib, sys_stat.
8446         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
8447         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
8448         extensions.
8449         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
8450         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
8451         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
8452         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
8453         declaration, if available.
8454         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
8455         we can rely on the readlink module.
8456         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
8457         (includes): Use <unistd.h> unconditionally.
8458
8459 2009-09-17  Eric Blake  <ebb9@byu.net>
8460
8461         maint: make Include sections of modules consistent
8462         * modules/alloca: Use only header name; no need to list #include.
8463         * modules/alloca-opt: Likewise.
8464         * modules/arpa_inet: Likewise.
8465         * modules/canon-host: Likewise.
8466         * modules/configmake: Likewise.
8467         * modules/dirent: Likewise.
8468         * modules/eealloc: Likewise.
8469         * modules/environ: Likewise.
8470         * modules/fchdir: Likewise.
8471         * modules/fcntl: Likewise.
8472         * modules/fcntl-h: Likewise.
8473         * modules/gethrxtime: Likewise.
8474         * modules/gettime: Likewise.
8475         * modules/ignore-value: Likewise.
8476         * modules/inet_ntop: Likewise.
8477         * modules/inet_pton: Likewise.
8478         * modules/inttypes: Likewise.
8479         * modules/isnand-nolibm: Likewise.
8480         * modules/isnanf-nolibm: Likewise.
8481         * modules/mbchar: Likewise.
8482         * modules/mbfile: Likewise.
8483         * modules/mbiter: Likewise.
8484         * modules/mbuiter: Likewise.
8485         * modules/netdb: Likewise.
8486         * modules/netinet_in: Likewise.
8487         * modules/nproc: Likewise.
8488         * modules/pagealign_alloc: Likewise.
8489         * modules/poll: Likewise.
8490         * modules/printf-frexp: Likewise.
8491         * modules/pthread: Likewise.
8492         * modules/putenv: Likewise.
8493         * modules/random_r: Likewise.
8494         * modules/relocatable-prog: Likewise.
8495         * modules/search: Likewise.
8496         * modules/select: Likewise.
8497         * modules/selinux-h: Likewise.
8498         * modules/settime: Likewise.
8499         * modules/signal: Likewise.
8500         * modules/size_max: Likewise.
8501         * modules/socklen: Likewise.
8502         * modules/ssize_t: Likewise.
8503         * modules/stdarg: Likewise.
8504         * modules/stdbool: Likewise.
8505         * modules/stddef: Likewise.
8506         * modules/stdint: Likewise.
8507         * modules/stdio: Likewise.
8508         * modules/stdlib: Likewise.
8509         * modules/string: Likewise.
8510         * modules/strings: Likewise.
8511         * modules/sys_file: Likewise.
8512         * modules/sys_ioctl: Likewise.
8513         * modules/sys_select: Likewise.
8514         * modules/sys_socket: Likewise.
8515         * modules/sys_stat: Likewise.
8516         * modules/sys_time: Likewise.
8517         * modules/sys_times: Likewise.
8518         * modules/sys_utsname: Likewise.
8519         * modules/sys_wait: Likewise.
8520         * modules/sysexits: Likewise.
8521         * modules/time: Likewise.
8522         * modules/times: Likewise.
8523         * modules/tmpfile: Likewise.
8524         * modules/trim: Likewise.
8525         * modules/unistd: Likewise.
8526         * modules/wchar: Likewise.
8527         * modules/wctype: Likewise.
8528
8529 2009-09-17  Bruno Haible  <bruno@clisp.org>
8530
8531         Make getdate.y compile on QNX and NetBSD 5 / i386.
8532         * m4/getdate.m4 (gl_GETDATE): Conditionally define
8533         TIME_T_FITS_IN_LONG_INT.
8534         * lib/getdate.y (long_time_t): New type.
8535         (relative_time): Change type of 'seconds' field to long_time_t.
8536         (get_date): Update types of local variables. Check against overflow
8537         during conversion from long_time_t to time_t.
8538         Reported by Matt Kraai <kraai@ftbfs.org>
8539         and Hasso Tepper <hasso@netbsd.org>.
8540
8541 2009-09-17  Bruno Haible  <bruno@clisp.org>
8542
8543         * modules/COPYING: Update copyright years.
8544         * modules/README: Likeiwse.
8545         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
8546         Reported by Ian Beckwith <ianb@erislabs.net>.
8547
8548 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
8549
8550         * users.txt: Update references for gnuit package.
8551
8552 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
8553
8554         * m4/getdelim.m4: Fix typo in copyright line.
8555
8556 2009-09-17  Bruno Haible  <bruno@clisp.org>
8557
8558         * lib/atoll.c: Use the standard header with GPL copyright.
8559         * lib/argz.in.h: Likewise.
8560         * lib/glob.c: Likewise.
8561         * lib/glob-libc.h: Likewise.
8562         * lib/random_r.c: Likewise.
8563         * lib/siglist.h: Likewise.
8564         * lib/strsignal.c: Likewise.
8565         Reported by Ian Beckwith <ianb@erislabs.net>.
8566
8567 2009-09-17  Eric Blake  <ebb9@byu.net>
8568
8569         rmdir: ensure correct dependency order
8570         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
8571
8572 2009-09-17  Bruno Haible  <bruno@clisp.org>
8573
8574         Disable assertion that fails on NetBSD 5 / i386.
8575         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
8576         Reported by Sam Steingold <sds@gnu.org>
8577         and Hasso Tepper <hasso@netbsd.org>.
8578
8579 2009-09-16  Eric Blake  <ebb9@byu.net>
8580
8581         unlinkdir: port to mingw
8582         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
8583         on which no one can unlink a directory.
8584
8585         stdlib: sort witness names
8586         * modules/stdlib (Makefile.am): Sort replacements.
8587         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
8588         * lib/stdlib.in.h: Likewise.
8589
8590         parse-duration-tests: avoid link failure
8591         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
8592         LIBINTL.
8593         Reported by Tom G. Christensen.
8594
8595         openat-tests: ensure unlinkat behaves like rmdir
8596         * tests/test-rmdir.c (main): Factor guts...
8597         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
8598         * modules/rmdir-tests (Files): Ship new file.
8599         * modules/openat-tests: New test.
8600         * tests/test-unlinkat.c: Likewise.
8601
8602         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
8603         * modules/rmdir-errno (Status, Notice): Now obsolete.
8604
8605         rmdir: work around cygwin 1.5.x and mingw bugs
8606         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
8607         * lib/rmdir.c (rmdir): Work around it.
8608         * modules/rmdir (Status, Notice): No longer obsolete.
8609         (Files): Add dos.m4.
8610         (Depends-on): Add unistd.
8611         (configure.ac): Set witnesses.
8612         (License): Relax to LGPLv2+.
8613         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
8614         * modules/unistd (Makefile.am): Substitute witnesses.
8615         * lib/unistd.in.h (rmdir): Declare replacement.
8616         * doc/posix-functions/rmdir.texi (rmdir): Document this.
8617         * modules/rmdir-tests: New tests.
8618         * tests/test-rmdir.c: Likewise.
8619
8620 2009-09-15  Eric Blake  <ebb9@byu.net>
8621
8622         fchdir: improve use of replacement functions
8623         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
8624         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
8625         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
8626         REPLACE_CLOSEDIR.
8627         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
8628         * modules/sys_stat (Makefile.am): Substitute correct witness.
8629         * modules/dirent (Makefile.am): Likewise.
8630         * modules/unistd (Makefile.am): Likewise.
8631         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
8632         * lib/unistd.in.h (dup): Likewise.
8633         * lib/sys_stat.in.h (fstat): Likewise.
8634
8635         maint: ignore gnulib-tool temp files
8636         * .gitignore: Ignore files created during gnulib-tool --test.
8637
8638 2009-09-13  Jim Meyering  <meyering@redhat.com>
8639
8640         posixtm: don't reject a time that specify "60" as the number of seconds
8641         * lib/posixtm.c (posixtime): The code to reject invalid dates
8642         would also reject a time specified with the .60 suffix.
8643         But POSIX allows that, in order to accommodate leap seconds.
8644         So don't reject it.
8645         (main): Adjust tests accordingly.
8646         * modules/posixtm (Depends-on): Add stpcpy.
8647
8648 2009-09-11  Jim Meyering  <meyering@redhat.com>
8649
8650         announce-gen: include [$release_type] in emitted Subject:
8651         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
8652         e.g., [stable] in the emitted Subject: line.
8653
8654 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8655
8656         Remove obsolete macros from several modules.
8657         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
8658         obsolete Autoconf macros with their modern counterparts.
8659         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
8660         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
8661         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
8662         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
8663         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
8664         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8665         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
8666         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
8667         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
8668         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
8669         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
8670         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
8671         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
8672         * m4/sockets.m4 (gl_SOCKETS): Likewise.
8673         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
8674         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
8675         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8676         * m4/time_r.m4 (gl_TIME_R): Likewise.
8677         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
8678         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
8679         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8680
8681         Fix copyright header in build-aux scripts.
8682         * build-aux/git-version-gen: Fix copyright header to match GPLv3
8683         recommendation.
8684         * build-aux/ncftpput-ftp: Likewise.
8685         * build-aux/update-copyright: Likewise.
8686
8687 2009-09-09  Eric Blake  <ebb9@byu.net>
8688
8689         test-link: allow Linux choice of errno
8690         * tests/test-link.c (main): Relax test for alternate error.
8691
8692         strndup: fix improper m4 caching
8693         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
8694         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
8695         (gl_PREREQ_STRNDUP): Delete.
8696         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
8697         * modules/string (Makefile.am): Substitute it.
8698         * lib/string.in.h (strndup): Modernize prototype.
8699
8700         getcwd: port to mingw
8701         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
8702         different from the POSIX assumptions made throughout the getcwd
8703         module; fortunately, the mingw getcwd does not need replacement.
8704         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
8705         * modules/getcwd-tests: New test.
8706         * tests/test-getcwd.c: Likewise.
8707
8708         link: fix platform bugs
8709         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
8710         * lib/link.c (link): Work around them.  Fix related mingw bug.
8711         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
8712         * modules/unistd (Makefile.am): Substitute it.
8713         * lib/unistd.in.h (link): Declare replacement.
8714         * doc/posix-functions/link.texi (link): Document this.
8715         * modules/link (Depends-on): Add strdup-posix, sys_stat.
8716
8717         test-link: consolidate into single C program, test more cases
8718         * tests/test-link.sh: Delete.
8719         * tests/test-link.c: Test more error conditions.  Exposes bugs on
8720         at least Cygwin and Solaris.
8721         * modules/link-tests (Files): Remove unused file.
8722         (Depends-on): Add errno, sys_stat.
8723         (Makefile.am): Simplify.
8724
8725 2009-09-08  Bruno Haible  <bruno@clisp.org>
8726
8727         Work around towlower, towupper bug on mingw.
8728         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
8729         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
8730         * doc/posix-functions/towlower.texi: Mention the mingw bug.
8731         * doc/posix-functions/towupper.texi: Likewise.
8732         Reported by Eric Blake.
8733
8734 2009-09-08  Jim Meyering  <meyering@redhat.com>
8735
8736         build: don't try to run autoheader if we don't use it
8737         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
8738         is not used in configure.ac.
8739
8740 2009-09-08  Eric Blake  <ebb9@byu.net>
8741
8742         euidaccess: fix compilation error
8743         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
8744
8745         rawmemchr: relax license
8746         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
8747         okay.
8748         Reported by Jim Meyering.
8749
8750         mkfifoat: new module
8751         * modules/mkfifoat: New file.
8752         * lib/mkfifoat.c: Likewise.
8753         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
8754         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8755         * modules/sys_stat (Makefile.am): Use them.
8756         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
8757         * MODULES.html.sh (File system functions): Mention module.
8758         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
8759         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
8760         * modules/mkfifoat-tests: New test.
8761         * tests/test-mkfifoat.c: Likewise.
8762
8763         strchrnul: relax license
8764         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
8765         okay.
8766         Reported by Jim Meyering.
8767
8768 2009-09-08  Eric Blake  <ebb9@byu.net>
8769
8770         fstatat: fix compilation on Solaris
8771         * lib/fstatat.c (includes): Add fcntl.h.
8772         Reported by Pádraig Brady.
8773
8774 2009-09-07  Eric Blake  <ebb9@byu.net>
8775
8776         rename: modernize replacement
8777         * modules/rename (Depends-on): Add stdio.
8778         (configure.ac): Declare witness.
8779         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
8780         stdio take care of replacement.
8781         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8782         * modules/stdio (Makefile.am): Substitute them.
8783         * lib/stdio.in.h (rename): Declare replacement.
8784         * lib/rename.c (includes): Allow cross-compilation to non-windows
8785         machines.
8786         * doc/posix-functions/rename.texi (rename): Improve
8787         documentation.
8788
8789         stdio: sort witness names
8790         * modules/stdio (Makefile.am): Sort replacements.
8791         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8792         * lib/stdio.in.h: Likewise.
8793
8794         getcwd: minor cleanups
8795         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
8796         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
8797
8798         openat: provide more convenience names
8799         * modules/faccessat (configure.ac): Add C witness.
8800         * lib/unistd.in.h (readlinkat): Fix typo.
8801         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
8802         convenience wrappers.
8803         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
8804         wrappers in syntax checks.
8805
8806 2009-09-06  Eric Blake  <ebb9@byu.net>
8807
8808         doc: fix comments in recent patches
8809         * lib/faccessat.c: Mention correct function.
8810         * lib/fchmodat.c: Likewise.
8811         * lib/fchownat.c: Likewise.
8812         * lib/symlinkat.c: Likewise.
8813         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
8814         constants.
8815
8816         faccessat, symlinkat: continue cleanup of previous patch
8817         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
8818         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
8819         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
8820         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
8821         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
8822         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
8823         set.
8824
8825 2009-09-06  Bruno Haible  <bruno@clisp.org>
8826
8827         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
8828         (fstatat): Declare if GNULIB_FSTATAT is set.
8829         (mkdirat): Declare if GNULIB_MKDIRAT is set.
8830         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
8831         (unlinkat): Declare if GNULIB_UNLINKAT is set.
8832         * modules/fcntl-h (Files): Remove m4/openat.m4.
8833         * modules/sys_stat (Files): Remove m4/openat.m4.
8834         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
8835         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
8836         * modules/unistd (Files): Remove m4/openat.m4.
8837         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
8838         GNULIB_OPENAT.
8839         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
8840         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
8841         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
8842         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
8843         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
8844         gl_OPENAT_DEFAULTS.
8845         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
8846         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
8847         Don't require gl_OPENAT_DEFAULTS.
8848         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
8849         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
8850         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
8851         (gl_OPENAT_DEFAULTS): Remove macro.
8852
8853 2009-09-06  Bruno Haible  <bruno@clisp.org>
8854
8855         * modules/openat (configure.ac): Remove unneeded witness.
8856
8857 2009-09-06  Bruno Haible  <bruno@clisp.org>
8858
8859         Set errno to ENOSYS when a function is entirely unsupported.
8860         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
8861         EOPNOTSUPP.
8862         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
8863         * modules/chown (Depends-on): Remove errno.
8864
8865 2009-09-06  Bruno Haible  <bruno@clisp.org>
8866
8867         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
8868
8869 2009-09-06  Bruno Haible  <bruno@clisp.org>
8870
8871         * lib/sys_stat.in.h: Fix preprocessor command indentation.
8872
8873 2009-09-06  Ben Pfaff  <blp@gnu.org>
8874             Bruno Haible  <bruno@clisp.org>
8875
8876         Work around a glibc bug in strtok_r.
8877         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
8878         Undefine if UNDEFINE_STRTOK_R is set.
8879         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
8880         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8881         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
8882         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
8883         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
8884         UNDEFINE_STRTOK_R.
8885         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
8886
8887 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
8888
8889         exclude: minor fix
8890         * lib/exclude.c: Include wctype.h
8891
8892 2009-09-06  Akim Demaille  <demaille@gostai.com>
8893
8894         bootstrap: improve error message
8895         * build-aux/bootstrap (find_tool): Upon failure, report the list
8896         of candidates.
8897         Honor the initial value of the envvar.
8898
8899 2009-09-05  Eric Blake  <ebb9@byu.net>
8900
8901         symlinkat: new module
8902         * modules/symlinkat: New file.
8903         * lib/symlinkat.c: Likewise.
8904         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
8905         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8906         * modules/unistd (Makefile.am): Use them.
8907         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
8908         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
8909         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
8910         * MODULES.html.sh (File system functions): Mention module.
8911         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
8912         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8913         * modules/symlinkat-tests: New test.
8914         * tests/test-symlinkat.c: Likewise.
8915
8916         test-openat-safer: add more checks
8917         * tests/test-openat-safer.c (main): Check more code paths.
8918
8919 2009-09-05  Jim Meyering  <meyering@redhat.com>
8920
8921         syntax-check: detect unnecessary inclusion of openat.h
8922         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
8923
8924 2009-09-05  Bruno Haible  <bruno@clisp.org>
8925
8926         Support towlower, towupper.
8927         * doc/posix-functions/towlower.texi: Mention module wctype.
8928         * doc/posix-functions/towupper.texi: Likewise.
8929         * lib/wctype.in.h (towlower, towupper): New functions.
8930         * tests/test-wctype.c: Include stdio.h, stdlib.h.
8931         (ASSERT): New macro.
8932         (e): New variable.
8933         (main): Test also towlower, towupper. Test WEOF argument.
8934         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
8935
8936 2009-09-05  Bruno Haible  <bruno@clisp.org>
8937
8938         Fix conversion behaviour when the input is invalid.
8939         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
8940         mark occurring in first pass of indirect conversion.
8941         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
8942         input.
8943         Found by clang's static analyzer.
8944
8945 2009-09-05  Bruno Haible  <bruno@clisp.org>
8946
8947         * tests/test-striconveh.c (main): Test indirect conversion on platforms
8948         where direct conversion is possible.
8949
8950 2009-09-04  Eric Blake  <ebb9@byu.net>
8951
8952         openat: fail with ENOENT on empty name
8953         * lib/openat-proc.c (openat_proc_name): Special-case the empty
8954         buffer.
8955
8956         link-follow: fix logic bug in prior patch
8957         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
8958         reversed sense of yes and no in prior patch.  Avoid confusing
8959         compilation failure with desired semantics.
8960
8961         link-follow: accomodate mingw and cross-compilation
8962         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
8963         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
8964         cross-compilation results to -1, to make linkat easier to
8965         implement when cross-compiling.  Trivially support mingw.
8966         * modules/link-follow (configure.ac): Call new name.
8967         * NEWS: Mention this.
8968
8969 2009-09-03  Eric Blake  <ebb9@byu.net>
8970
8971         faccessat: compile replacement
8972         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
8973         needed.
8974
8975         fts: fix compilation error
8976         * lib/fts.c (includes): Re-add "openat.h", for
8977         openat_needs_fchdir.
8978
8979         faccessat: new module
8980         * modules/faccessat: New file.
8981         * lib/faccessat.c: Likewise.
8982         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
8983         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8984         * modules/unistd (Makefile.am): Use it.
8985         * lib/unistd.in.h (faccessat): Declare it.
8986         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
8987         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
8988         * MODULES.html.sh (File system functions): Mention it.
8989         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
8990         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
8991
8992         euidaccess: prefer POSIX over non-standard implementation
8993         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
8994         * lib/euidaccess.c (euidaccess): Use it if available.
8995
8996         openat: make template easier to use
8997         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
8998         AT_FUNC_F2 to be undefined.
8999         (VALIDATE_FLAG): New macro; use it to reject bad flags.
9000         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
9001         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
9002         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
9003         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
9004         Likewise.
9005         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
9006         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
9007         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
9008         Likewise.
9009
9010         openat: declare in POSIX headers
9011         * NEWS: Mention this.
9012         * modules/openat (configure.ac): Declare witnesses.
9013         (Depends-on): Add fcntl-h, sys_stat, unistd.
9014         (Include): Mention correct headers.
9015         * modules/fcntl-h (Depends-on): Add link-warning.
9016         (Files): Add openat.m4.
9017         (Makefile.am): Substitute witnesses.
9018         * modules/sys_stat (Files, Makefile.am): Likewise.
9019         * modules/unistd (Files, Makefile.am): Likewise.
9020         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
9021         (gl_OPENAT_DEFAULTS): New macro.
9022         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
9023         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
9024         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
9025         (SYS_STAT_H): Remove unused variable.
9026         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
9027         * lib/fcntl--.h (includes): Remove unneeded header.
9028         * lib/openat-safer.c (includes): Likewise.
9029         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
9030         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
9031         appropriate headers.
9032         (__OPENAT_PREFIX): Delete.
9033         * lib/fcntl.in.h (openat): Provide declaration.
9034         (AT_FDCWD): Fix Solaris bug.
9035         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
9036         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
9037         * lib/fchmodat.c (includes):  Adjust to find declaration.
9038         * lib/fchownat.c (includes): Likewise.
9039         * lib/mkdirat.c (includes): Likewise.
9040         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
9041         still visible.
9042
9043 2009-09-02  Eric Blake  <ebb9@byu.net>
9044
9045         errno: use consistently
9046         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
9047         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
9048         * lib/canonicalize.c (ELOOP): Likewise.
9049         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
9050         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
9051         * lib/lchown.c (EOPNOTSUPP): Likewise.
9052         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
9053         * lib/savewd.c (ESTALE): Likewise.
9054         * lib/settime.c (ENOSYS): Likewise.
9055         * lib/utimens.c (ENOSYS): Likewise.
9056         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
9057         * lib/chdir-safer.c (ELOOP): Likewise.
9058         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
9059         * modules/c-stack (Depends-on): Add errno.
9060         * modules/canonicalize (Depends-on): Likewise.
9061         * modules/chdir-safer (Depends-on): Likewise.
9062         * modules/fdopendir (Depends-on): Likewise.
9063         * modules/inet_ntop (Depends-on): Likewise.
9064         * modules/inet_pton (Depends-on): Likewise.
9065         * modules/lchown (Depends-on): Likewise.
9066         * modules/openat (Depends-on): Likewise.
9067         * modules/savewd (Depends-on): Likewise.
9068         * modules/settime (Depends-on): Likewise.
9069         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
9070
9071         fts: avoid leaking fds
9072         * modules/fts (Depends-on): Add cloexec.
9073         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
9074         flag.
9075
9076         fts: make directory fds more robust
9077         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
9078         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
9079
9080         backupfile, chdir-long, fts, savedir: make safer
9081         * lib/backupfile.c (includes): Use "dirent--.h", since
9082         numbered_backup can write to stderr during readdir.
9083         * lib/savedir.c (includes): Likewise.
9084         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
9085         emulation can write to stderr on failure.
9086         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
9087         * lib/getcwd.c: Document why opendir_safer is unused.
9088         * lib/glob.c: Likewise.
9089         * lib/scandir.c: Likewise.
9090         * lib/openat-proc.c: Likewise, for open_safer.
9091         * modules/backupfile (Depends-on): Add dirent-safer.
9092         * modules/savedir (Depends-on): Likewise.
9093         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
9094         * modules/chdir-long (Depends-on): Add openat-safer.
9095
9096         openat-safer: new module
9097         * modules/openat-safer: New file.
9098         * lib/openat-safer.c: Likewise.
9099         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
9100         * lib/fcntl-safer.h (openat_safer): Declare.
9101         * lib/fcntl--.h (openat): Override.
9102         * MODULES.html.sh (File descriptor based I/O): Mention it.
9103         * lib/openat.h: Add double-inclusion guards.
9104         * lib/openat.c (includes): Only include "fcntl-safer.h", not
9105         "fcntl--.h", so we can implement openat.
9106         * modules/openat-safer-tests: New test.
9107         * tests/test-openat-safer.c: New file.
9108
9109         dirent-safer: new module
9110         * modules/dirent-safer: New file.
9111         * lib/dirent--.h: Likewise.
9112         * lib/dirent-safer.h: Likewise.
9113         * lib/opendir-safer.c: Likewise.
9114         * m4/dirent-safer.m4: Likewise.
9115         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
9116         * modules/dirent-safer-tests: New test.
9117         * tests/test-dirent-safer.c: New file.
9118         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
9119
9120         fdopendir: optimize on mingw
9121         * lib/unistd.in.h (_gl_directory_name): New prototype.
9122         * lib/fchdir.c (_gl_directory_name): Implement it.
9123         (fchdir): Use it to simplify implementation.
9124         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
9125         fchdir, when available, to avoid calling [f]chdir().
9126
9127         fdopendir: split into its own module
9128         * lib/openat.c (fdopendir): Move...
9129         * lib/fdopendir.c: ...into new file.
9130         * modules/fdopendir: New module.
9131         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
9132         * modules/openat (Depends-on): Add fdopendir.
9133         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
9134         fdopendir here.
9135         * modules/savedir (Depends-on): Only need fdopendir, not full
9136         openat.
9137         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
9138         * lib/openat.h (fdopendir): Drop prototype.
9139         * lib/dirent.in.h (fdopendir): Provide prototype.
9140         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
9141         * modules/dirent (Makefile.am): Substitute them.
9142         * MODULES.html.sh (File system functions): Mention it.
9143         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
9144         * modules/fdopendir-tests: New file.
9145         * tests/test-fdopendir.c: Likewise.
9146
9147         fchdir: use more consistent macro convention
9148         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
9149         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
9150         REPLACE_FCHDIR, rather than relying on config.h macros.
9151         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
9152         inside a single make-time REPLACE_FCHDIR block, rather than using
9153         the config.h FCHDIR_REPLACEMENT.
9154         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
9155         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
9156         Manage fstat replacement.
9157         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
9158         REPLACE_FCHDIR.
9159         * modules/sys_stat (Files): Add m4/unistd_h.m4.
9160         (Makefile.am): Substitute REPLACE_FCHDIR.
9161         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
9162         FCHDIR_REPLACEMENT.
9163         * lib/dup-safer.c (dup_safer): Likewise.
9164         * lib/dup2.c (rpl_dup2): Likewise.
9165         * lib/dup3.c (rpl_dup3): Likewise.
9166         * lib/open.c (rpl_open): Likewise.
9167
9168         fchdir: simplify error handling, and support dup3
9169         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
9170         stdbool, malloc-posix, realloc-posix.
9171         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
9172         (ensure_dirs_slot): Return false on allocation failure.
9173         (rpl_dup2): Delete.
9174         (_gl_register_dup): New function.
9175         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
9176         (_gl_register_fd): Close fd on allocation failure.
9177         * lib/fcntl.in.h (_gl_register_fd): Update signature.
9178         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
9179         prototype.
9180         (rpl_dup2_fchdir): Delete prototype.
9181         * lib/open.c (open): Update caller.
9182         * lib/dup2.c (dup2): Track fchdir metadata.
9183         * lib/dup3.c (dup3): Likewise.
9184         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
9185         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
9186
9187 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9188
9189         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
9190         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
9191         don't pass arguments to AC_OUTPUT.
9192
9193 2009-09-02  Bruno Haible  <bruno@clisp.org>
9194
9195         * modules/mkdtemp (License): Relicense under LGPLv2+.
9196         Reported by Paolo Bonzini.
9197
9198 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9199
9200         Replace uses of obsolete autoconf macros in Jim's modules.
9201         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
9202         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
9203         can evoke a warning from autoconf when run with -Wobsolete
9204         enabled.  They were declared obsolete for good reasons (see
9205         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
9206         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
9207         should not continue using the deprecated macros.
9208         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
9209         obsolete Autoconf macros with modern counterparts.
9210         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9211         * m4/dos.m4 (gl_AC_DOS): Likewise.
9212         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
9213         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
9214         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
9215         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
9216         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
9217         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
9218         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
9219         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
9220         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9221         Likewise.
9222         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
9223         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9224         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
9225         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
9226         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9227         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9228
9229 2009-09-01  Eric Blake  <ebb9@byu.net>
9230
9231         fchdir: fix off-by-one bug in previous patch
9232         * lib/fchdir.c (rpl_fstat): Use correct bounds.
9233         (_gl_unregister_fd): Delete useless if.
9234
9235 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
9236
9237         maint.mk: sort the list of syntax-check rules
9238         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
9239         easier to get a sense of progress when the rules are run sequentially
9240         and take a long time.
9241
9242 2009-09-01  Simon Josefsson  <simon@josefsson.org>
9243
9244         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
9245         * modules/netinet_in: Likewise.
9246         * modules/sys_file: Likewise.
9247         * modules/sys_ioctl: Likewise.
9248         * modules/sys_select: Likewise.
9249         * modules/sys_socket: Likewise.
9250         * modules/sys_stat: Likewise.
9251         * modules/sys_time: Likewise.
9252         * modules/sys_times: Likewise.
9253         * modules/sys_utsname: Likewise.
9254         * modules/sys_wait: Likewise.
9255
9256 2009-09-01  Jim Meyering  <meyering@redhat.com>
9257
9258         fts: help ensure that return values are not ignored
9259         * lib/fts_.h (__GNUC_PREREQ): Define.
9260         (__attribute_warn_unused_result__): Define.
9261         (fts_children, fts_close, fts_open, fts_read): Declare with
9262         __attribute_warn_unused_result__.
9263
9264         fts: fts_close now fails also when closing a dir file descriptor fails
9265         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
9266         and propagate to caller, along with errno.
9267
9268         announce-gen: correct formatting in --help output
9269         * build-aux/announce-gen (usage): Move the one-line description in
9270         --help output "up", to where it belongs, just after Usage:.
9271
9272 2009-08-31  Eric Blake  <ebb9@byu.net>
9273
9274         fchdir: port to mingw
9275         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
9276         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
9277         opened, then use a substitute.
9278         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
9279         replacement.
9280         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
9281         (_gl_register_fd): No need to check stat if open already filters
9282         all directories.
9283         (fchdir): Fix error condition to match POSIX.
9284         * modules/fchdir (Depends-on): Add sys_stat.
9285         * doc/posix-functions/open.texi (open): Document the limitation.
9286         * modules/fchdir-tests: New file.
9287         * tests/test-fchdir.c: Likewise.
9288
9289         canonicalize: allow cross-testing from cygwin to mingw
9290         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
9291         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
9292         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
9293         Likewise.
9294         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
9295         target does not support symlinks.
9296         * tests/test-canonicalize-lgpl.sh: Likewise.
9297
9298         chown: avoid compilation warning on mingw
9299         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
9300         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
9301         mingw.
9302         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
9303         * modules/chown (Depends-on): Add errno.
9304
9305 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
9306
9307         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
9308         command.
9309
9310 2009-08-31  Jim Meyering  <meyering@redhat.com>
9311
9312         canonicalize: remove useless initialization
9313         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
9314         initialization of local, "end".
9315
9316 2009-08-30  Bruno Haible  <bruno@clisp.org>
9317
9318         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
9319         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
9320         ENOSYS.
9321
9322 2009-08-30  Bruno Haible  <bruno@clisp.org>
9323
9324         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
9325         /usr/xpg4/bin/tr when it exists.
9326         * tests/test-pipe-filter-gi1.sh: Likewise.
9327
9328 2009-08-30  Bruno Haible  <bruno@clisp.org>
9329
9330         Work around deficient /usr/bin/id program on Solaris.
9331         * tests/test-file-has-acl.sh (ID): New variable.
9332         * tests/test-set-mode-acl.sh (ID): Likewise.
9333         * tests/test-copy-acl.sh (ID): Likewise.
9334         * tests/test-copy-file.sh (ID): Likewise.
9335
9336 2009-08-30  Bruno Haible  <bruno@clisp.org>
9337
9338         New module 'xstriconveh'.
9339         * lib/xstriconveh.h: New file.
9340         * lib/xstriconveh.c: New file.
9341         * modules/xstriconveh: New file.
9342
9343 2009-08-30  Bruno Haible  <bruno@clisp.org>
9344
9345         Make it easier to use mem_cd_iconveh.
9346         * lib/striconveh.h (iconveh_t): New type.
9347         (iconveh_open, iconveh_close): New declarations.
9348         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9349         with a single 'const iconveh_t *' argument.
9350         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
9351         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9352         with a single 'const iconveh_t *' argument.
9353         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
9354         * tests/test-striconveh.c (main): Update.
9355         * NEWS: Mention the change.
9356
9357 2009-08-30  Bruno Haible  <bruno@clisp.org>
9358
9359         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
9360         problem.
9361
9362 2009-08-30  Bruno Haible  <bruno@clisp.org>
9363
9364         Work around iconv_open problem on Solaris.
9365         * lib/iconv_open-solaris.gperf: New file.
9366         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
9367         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
9368         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
9369         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
9370         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
9371         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
9372
9373 2009-08-29  Jim Meyering  <meyering@redhat.com>
9374
9375         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
9376         * top/maint.mk (cvs-check): Remove target; it was just an alias
9377         to the better-named vc-diff-check.
9378         (maintainer-distcheck): Remove rule.  It was used only from
9379         the (alpha/beta/major) target, and all of its commands but one
9380         were coreutils-specific.
9381         (vc-dist): Remove rule.
9382         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
9383         Run vc-diff-check, not vc-dist.
9384         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
9385
9386 2009-08-27  Bruno Haible  <bruno@clisp.org>
9387
9388         * tests/test-bitrotate.c (main): Remove test that uses a shift count
9389         of 0.
9390
9391 2009-08-27  Bruno Haible  <bruno@clisp.org>
9392
9393         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
9394         compilers.
9395         * doc/func.texi: Document the SunPRO C bug.
9396
9397 2009-08-27  Bruno Haible  <bruno@clisp.org>
9398
9399         Fix link error on Solaris.
9400         * tests/test-parse-duration.c (xstrdup): Remove function.
9401
9402 2009-08-26  Pádraig Brady  <P@draigbrady.com>
9403
9404         ignore-value: handle pointer types, too
9405         * lib/ignore-value.h (__attribute__): Remove definition.
9406         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
9407         of a more concise and more-often effective "(void) i" statement.
9408         (ignore_ptr): New function to suppress warnings from functions that
9409         return pointers, and to make it explicit that one function doesn't
9410         handle all cases.
9411
9412 2009-08-25  Bruno Haible  <bruno@clisp.org>
9413
9414         dup2: work around a Linux bug.
9415         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
9416         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
9417         * doc/posix-functions/dup2.texi: Mention the Linux bug.
9418         Reported by Simon Josefsson.
9419
9420 2009-08-25  Jim Meyering  <meyering@redhat.com>
9421
9422         libguestfs uses gnulib
9423         * users.txt: Add libguestfs.
9424
9425 2009-08-24  Eric Blake  <ebb9@byu.net>
9426
9427         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
9428         * lib/pipe2.c (includes): Add binary-io.h.
9429         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
9430
9431 2009-08-24  Bruno Haible  <bruno@clisp.org>
9432
9433         Tolerate declared but missing accept4 syscall.
9434         * lib/accept4.c (accept4): Invoke original accept4 function first, if
9435         available.
9436         * lib/sys_socket.in.h (accept4): If the function is already present,
9437         override it.
9438         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
9439         * modules/accept4 (Makefile.am): Compile accept4.c always.
9440         Reported by Paolo Bonzini and Eric Blake.
9441
9442 2009-08-23  Bruno Haible  <bruno@clisp.org>
9443
9444         New module 'accept4'.
9445         * lib/sys_socket.in.h (accept4): New declaration.
9446         * lib/accept4.c: New file.
9447         * m4/accept4.m4: New file.
9448         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
9449         GNULIB_ACCEPT4, HAVE_ACCEPT4.
9450         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
9451         HAVE_ACCEPT4.
9452         * modules/accept4: New file.
9453         * doc/glibc-functions/accept4.texi: Mention the new module.
9454
9455 2009-08-24  Jim Meyering  <meyering@redhat.com>
9456
9457         progname: also set global program_invocation_name, when possible
9458         Before this change, a libtool-enabled program that calls glibc's
9459         error function would report the program name as
9460         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
9461         * modules/progname (configure.ac): Check for a declaration of
9462         program_invocation_name.
9463         * lib/progname.c:  Include <errno.h>.
9464         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
9465         Set program_invocation_name.
9466
9467 2009-08-23  Bruno Haible  <bruno@clisp.org>
9468
9469         * lib/dup3.c: Include <string.h>.
9470
9471 2009-08-23  Bruno Haible  <bruno@clisp.org>
9472
9473         * lib/dup3.c (dup3): Test only once whether the system actually exists.
9474         * lib/pipe2.c (pipe2): Likewise.
9475         Suggested by Eric Blake.
9476
9477 2009-08-23  Bruno Haible  <bruno@clisp.org>
9478
9479         Tolerate declared but missing dup3 syscall.
9480         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
9481         * lib/unistd.in.h (dup3): If the function is already present,
9482         override it.
9483         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
9484         * modules/dup3 (Makefile.am): Compile dup3.c always.
9485         Reported by Paolo Bonzini.
9486
9487 2009-08-23  Bruno Haible  <bruno@clisp.org>
9488
9489         Tolerate declared but missing pipe2 syscall.
9490         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
9491         available.
9492         * lib/unistd.in.h (pipe2): If the function is already present,
9493         override it.
9494         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
9495         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
9496         Reported by Paolo Bonzini.
9497
9498 2009-08-23  Bruno Haible  <bruno@clisp.org>
9499
9500         * lib/pipe2.c (pipe2): Move #ifs inside function.
9501
9502 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9503
9504         quotearg: document limitations of quote_these_too
9505         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
9506         those limitations are created.
9507         * lib/quotearg.h (set_char_quoting): Document that digits and
9508         letters that are special after backslash are not permitted.
9509         (quotearg_char): Cross-reference set_char_quoting documentation.
9510
9511 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
9512
9513         quotearg: implement custom_quoting_style
9514         * lib/quotearg.c: (struct quoting_options): Add left_quote and
9515         right_quote fields.
9516         (set_custom_quoting): New public function.
9517         (quotearg_buffer_restyled): Add left_quote and right_quote
9518         arguments, handle them very much like locale quoting, and update
9519         all uses.
9520         (quotearg_n_custom): New public function.
9521         (quotearg_n_custom_mem): New public function.
9522         (quotearg_custom): New public function.
9523         (quotearg_custom_mem): New public function.
9524         * lib/quotearg.h: Prototype and document new public functions.
9525         (enum quoting_style): For escape_quoting_style and
9526         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
9527         ignored even though they're otherwise like c_quoting_style.
9528         Add custom_quoting_style member and document with comparison to
9529         clocale_quoting_style.
9530         * tests/test-quotearg.c (custom_quotes): New array.
9531         (custom_results): New array.
9532         (main): Extend to test custom quoting.
9533
9534 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9535
9536         quotearg: fix right quote escaping when it's in quote_these_too
9537         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
9538         quote, be sure to prepend only one backslash.
9539         * tests/test-quotearg.c (use_quote_double_quotes): New function.
9540         (main): Test it.
9541
9542 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9543
9544         quotearg-tests: test escaping of embedded locale quotes
9545         * tests/test-quotearg.c (struct result_strings): Add member for
9546         new input.
9547         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
9548         (inputs): Add new input.
9549         (results_g): Add expected results.
9550         (flag_results): Likewise.
9551         (locale_results): Likewise.
9552         (compare_strings): Check those.
9553
9554 2009-08-23  Bruno Haible  <bruno@clisp.org>
9555
9556         Tests for module 'dup3'.
9557         * modules/dup3-tests: New file.
9558         * tests/test-dup3.c: New file.
9559
9560         New module 'dup3'.
9561         * lib/unistd.in.h (dup3): New declaration.
9562         * lib/dup3.c: New file.
9563         * m4/dup3.m4: New file.
9564         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
9565         HAVE_DUP3.
9566         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
9567         * modules/dup3: New file.
9568         * doc/glibc-functions/dup3.texi: Mention the new module.
9569
9570 2009-08-23  Bruno Haible  <bruno@clisp.org>
9571
9572         Tweak the dup2 test.
9573         * tests/test-dup2.c (main): Create the test file empty. Verify that an
9574         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
9575         the test file is still empty. Fix argument order of lseek.
9576
9577 2009-08-23  Bruno Haible  <bruno@clisp.org>
9578
9579         Avoid test link errors when the modules getopt-gnu, gettext are used.
9580         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
9581         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9582
9583 2009-08-23  Bruno Haible  <bruno@clisp.org>
9584
9585         Fix getdtablesize() on mingw.
9586         * lib/getdtablesize.c (getdtablesize): Implement differently.
9587         * lib/unistd.in.h (getdtablesize): Improve comment.
9588
9589 2009-08-23  Bruno Haible  <bruno@clisp.org>
9590
9591         New module 'mkostemp'.
9592         Based on Ulrich Drepper's 2007-08-10 change in glibc.
9593         * lib/stdlib.in.h (mksotemp): New declaration.
9594         * lib/mkostemp.c: New file, from glibc with modifications.
9595         * lib/tempname.h (GT_FILE): Remove outdated comment.
9596         (gen_tempname): Add flags argument.
9597         * lib/tempname.c (__GT_BIGFILE): Remove macro.
9598         (__GT_FILE): Map to 1.
9599         (small_open, large_open): Remove macros.
9600         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
9601         * lib/mkstemp.c (mkstemp): Update.
9602         * lib/mkdtemp.c (mkdtemp): Likewise.
9603         * m4/mkostemp.m4: New file.
9604         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
9605         HAVE_MKOSTEMP.
9606         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
9607         HAVE_MKOSTEMP.
9608         * modules/mkostemp: New file, based on modules/mkstemp.
9609         * doc/glibc-functions/mkostemp.texi: Mention the new module.
9610         * NEWS: Mention the change.
9611
9612 2009-08-23  Bruno Haible  <bruno@clisp.org>
9613
9614         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
9615         Reported by Eric Blake.
9616
9617 2009-08-23  Bruno Haible  <bruno@clisp.org>
9618
9619         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
9620         Reported by Eric Blake.
9621
9622 2009-08-23  Bruno Haible  <bruno@clisp.org>
9623
9624         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
9625         * modules/pipe2 (Depends-on): Likewise.
9626
9627 2009-08-23  Eric Blake  <ebb9@byu.net>
9628
9629         fcntl-h: add O_TTY_INIT support
9630         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
9631         * tests/test-fcntl-h.c (o): Test it.
9632         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
9633
9634         fcntl-h: rename from fcntl, in preparation for fcntl(2)
9635         * modules/fcntl: Move <fcntl.h> header replacement...
9636         * modules/fcntl-h: ...to new name, so as not to collide with
9637         like-named function.
9638         * tests/test-fcntl.c: Rename...
9639         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
9640         * modules/fcntl-tests: Rename...
9641         * modules/fcntl-h-tests: ...to this.  Update test file name.
9642         * modules/chdir-long (Depends-on): Update clients.
9643         * modules/chdir-safer (Depends-on): Likewise.
9644         * modules/fcntl-safer (Depends-on): Likewise.
9645         * modules/fts (Depends-on): Likewise.
9646         * modules/mkancesdirs (Depends-on): Likewise.
9647         * modules/mkdir-p (Depends-on): Likewise.
9648         * modules/open (Depends-on): Likewise.
9649         * modules/savewd (Depends-on): Likewise.
9650         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
9651         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
9652
9653 2009-08-22  Bruno Haible  <bruno@clisp.org>
9654
9655         * modules/binary-io (License): Relicense under LGPL.
9656         * modules/pipe2 (License): Likewise.
9657
9658 2009-08-22  Bruno Haible  <bruno@clisp.org>
9659
9660         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
9661         return value.
9662         * lib/pipe-filter-gi.c (filter_init): Likewise.
9663         Reported by Eric Blake.
9664
9665 2009-08-22  Bruno Haible  <bruno@clisp.org>
9666
9667         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
9668         * modules/pipe (Depends-on): Add pipe2.
9669
9670 2009-08-22  Bruno Haible  <bruno@clisp.org>
9671
9672         Tests for module 'pipe2'.
9673         * modules/pipe2-tests: New file.
9674         * tests/test-pipe2.c: New file.
9675
9676         New module 'pipe2'.
9677         * lib/unistd.in.h (pipe2): New declaration.
9678         * lib/pipe2.c: New file.
9679         * m4/pipe2.m4: New file.
9680         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
9681         HAVE_PIPE2.
9682         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
9683         * modules/pipe2: New file.
9684         * doc/glibc-functions/pipe2.texi: Mention the new module.
9685
9686 2009-08-22  Bruno Haible  <bruno@clisp.org>
9687
9688         Reference some new glibc functions.
9689         * doc/glibc-functions/accept4.texi: New file.
9690         * doc/glibc-functions/dup3.texi: New file.
9691         * doc/glibc-functions/mkostemp.texi: New file.
9692         * doc/glibc-functions/pipe2.texi: New file.
9693         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
9694         (Glibc sys/socket.h): Refer to accept4.
9695         (Glibc unistd.h): Refer to dup3, pipe2.
9696         Reported by Eric Blake.
9697
9698 2009-08-22  Jim Meyering  <meyering@redhat.com>
9699             Bruno Haible  <bruno@clisp.org>
9700
9701         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
9702         This makes it so packages using automake-1.11's silent-rules option
9703         can print e.g., a single "GEN    configmake.h" line, rather than
9704         the 30+ statements that perform the job.  If you want to see the
9705         actual commands, you can still run "make V=1".
9706         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
9707         so that make output is abbreviated when those variables are defined
9708         appropriately.
9709         * modules/argz: Likewise.
9710         * modules/arpa_inet: Likewise.
9711         * modules/byteswap: Likewise.
9712         * modules/configmake: Likewise.
9713         * modules/dirent: Likewise.
9714         * modules/errno: Likewise.
9715         * modules/fcntl: Likewise.
9716         * modules/float: Likewise.
9717         * modules/fnmatch: Likewise.
9718         * modules/getopt-posix: Likewise.
9719         * modules/glob: Likewise.
9720         * modules/iconv_open: Likewise.
9721         * modules/inttypes: Likewise.
9722         * modules/localcharset: Likewise.
9723         * modules/locale: Likewise.
9724         * modules/math: Likewise.
9725         * modules/netdb: Likewise.
9726         * modules/netinet_in: Likewise.
9727         * modules/poll: Likewise.
9728         * modules/posix_spawnp-tests: Likewise.
9729         * modules/sched: Likewise.
9730         * modules/search: Likewise.
9731         * modules/selinux-h: Likewise.
9732         * modules/signal: Likewise.
9733         * modules/spawn: Likewise.
9734         * modules/stdarg: Likewise.
9735         * modules/stdbool: Likewise.
9736         * modules/stddef: Likewise.
9737         * modules/stdint: Likewise.
9738         * modules/stdio: Likewise.
9739         * modules/stdlib: Likewise.
9740         * modules/string: Likewise.
9741         * modules/strings: Likewise.
9742         * modules/sys_file: Likewise.
9743         * modules/sys_ioctl: Likewise.
9744         * modules/sys_select: Likewise.
9745         * modules/sys_socket: Likewise.
9746         * modules/sys_stat: Likewise.
9747         * modules/sys_time: Likewise.
9748         * modules/sys_times: Likewise.
9749         * modules/sys_utsname: Likewise.
9750         * modules/sys_wait: Likewise.
9751         * modules/sysexits: Likewise.
9752         * modules/time: Likewise.
9753         * modules/unistd: Likewise.
9754         * modules/wchar: Likewise.
9755         * modules/wctype: Likewise.
9756
9757 2009-08-22  Jim Meyering  <meyering@redhat.com>
9758
9759         announce-gen: detect write failure
9760         * build-aux/announce-gen: Add Coda at end.
9761         Remove equivalent-but-more-verbose block at top.
9762
9763 2009-08-19  Akim Demaille  <demaille@gostai.com>
9764
9765         bootstrap: --help to stdout.
9766         * bootstrap (usage): Don't send --help to stderr.
9767         Use a here doc instead of a long string.
9768
9769 2009-08-21  Eric Blake  <ebb9@byu.net>
9770
9771         test-popen-safer: split from test-popen
9772         * tests/test-popen.c (main): Move...
9773         * tests/test-popen.h: ...into new file.
9774         * tests/test-popen-safer2.c: New file.
9775         * modules/popen-tests (Files): Add test-popen.h.
9776         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
9777         Suggested by Bruno Haible.
9778
9779         test-fcntl-safer: split from test-open
9780         * tests/test-open.c (main): Move...
9781         * tests/test-open.h: ...into new file.
9782         * tests/test-fcntl-safer.c: New file.
9783         * modules/open-tests (Files): Add test-open.h.
9784         * modules/fcntl-safer-tests: New file.
9785         Suggested by Bruno Haible.
9786
9787         test-fopen-safer: split from test-fopen
9788         * tests/test-fopen.c (main): Move...
9789         * tests/test-fopen.h: ...into new file.
9790         * tests/test-fopen-safer.c: New file.
9791         * modules/fopen-tests (Files): Add test-fopen.h.
9792         * modules/fopen-safer-tests: New file.
9793         Suggested by Bruno Haible.
9794
9795 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
9796
9797         popen-safer: test O_CLOEXEC at run-time.
9798         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
9799
9800 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
9801
9802         fcntl: move more flags to the header
9803         * lib/cloexec.c: Do not define FD_CLOEXEC here.
9804         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
9805         * lib/fcntl.in.h: Do both things here.
9806
9807 2009-08-21  Jim Meyering  <meyering@redhat.com>
9808
9809         consistently remove $@-t before redirecting to it
9810         * modules/argz: Remove $@-t and $@ before redirecting to the former.
9811         * modules/alloca-opt: Likewise.
9812         * modules/byteswap: Likewise.
9813         * modules/fnmatch: Likewise.
9814         * modules/getopt-posix: Likewise.
9815         * modules/glob: Likewise.
9816         * modules/poll: Likewise.
9817         * modules/posix_spawnp-tests: Likewise.
9818         * modules/sys_socket: Likewise.
9819         * modules/sysexits: Likewise.
9820
9821 2009-08-21  Eric Blake  <ebb9@byu.net>
9822
9823         popen: simplify access to original popen
9824         * lib/popen.c (rpl_popen): No need to worry about popen being a
9825         macro.
9826         Reported by Bruno Haible.
9827
9828 2009-08-20  Eric Blake  <ebb9@byu.net>
9829
9830         build: avoid some compiler warnings
9831         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
9832         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
9833         type.
9834         (new_exclude_segment, excluded_file_pattern_p)
9835         (excluded_file_name_p): Reduce scope.
9836         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
9837         old-style declaration.
9838
9839 2009-08-20  Simon Josefsson  <simon@josefsson.org>
9840
9841         * tests/test-exclude1.sh: Handle Windows EOL.
9842         * tests/test-exclude2.sh: Likewise.
9843         * tests/test-exclude3.sh: Likewise.
9844         * tests/test-exclude4.sh: Likewise.
9845         * tests/test-exclude5.sh: Likewise.
9846         * tests/test-exclude6.sh: Likewise.
9847         * tests/test-exclude7.sh: Likewise.
9848
9849 2009-08-19  Akim Demaille  <demaille@gostai.com>
9850
9851         bootstrap: find sha1sum when named gsha1sum.
9852         * bootstrap (find_tool): New.
9853         ($SHA1SUM): New.
9854         Use it.
9855
9856 2009-08-20  Jim Meyering  <meyering@redhat.com>
9857
9858         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
9859         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
9860         expression that converts "." in a file name to "\." in the resulting
9861         regexp.  Start with a dummy statement, so that prior shell variable
9862         definitions are expanded portably.  Reported by Simon Josefsson.
9863
9864 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
9865
9866         Fix polling for writeability of a screen buffer.
9867         * lib/poll.c: Distinguish input and screen buffers for the
9868         Win32 implementation.
9869         * lib/select.c: Likewise.
9870
9871 2009-08-19  Eric Blake  <ebb9@byu.net>
9872
9873         popen-safer: prevent popen from clobbering std descriptors
9874         * modules/popen-safer: New file.
9875         * lib/popen-safer.c: Likewise.
9876         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
9877         * lib/stdio--.h (popen): Provide override.
9878         * lib/stdio-safer.h (popen_safer): Provide declaration.
9879         * tests/test-popen.c (includes): Partially test this.
9880         * modules/popen-safer-tests: New file, for more tests.
9881         * tests/test-popen-safer.c: Likewise.
9882         * MODULES.html.sh (file stream based Input/Output): Mention it.
9883
9884         tests: test some of the *-safer modules
9885         * modules/fopen-safer (Depends-on): Add fopen.
9886         * modules/fcntl-safer (Depends-on): Add fcntl.
9887         * modules/stdlib-safer (Depends-on): Add stdlib.
9888         (configure.ac): Set indicator.
9889         * modules/unistd-safer (configure.ac): Likewise.
9890         * modules/tmpfile-safer (configure.ac): Likewise.
9891         (Depends-on): Add tmpfile.
9892         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
9893         active.
9894         * tests/test-fopen.c (includes): Test safer versions when they are
9895         in use.
9896         * tests/test-open.c (includes): Likewise.
9897
9898         popen: fix cygwin 1.5 bug when stdin closed
9899         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
9900         * modules/popen: New file.
9901         * modules/popen-tests: Likewise.
9902         * tests/test-popen.c: Likewise.
9903         * m4/popen.m4: Likewise.
9904         * lib/popen.c: Likewise.
9905         * lib/stdio.in.h (popen): New declaration.
9906         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
9907         * modules/stdio (Makefile.am): Likewise.
9908         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
9909
9910 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
9911
9912         maint.mk: give full control over update-copyright exclusions
9913         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
9914         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
9915         (update-copyright): Don't force inclusion of top-level
9916         ChangeLog.  Don't force exclusion of all COPYING files, but make
9917         them the default exclusion instead.
9918
9919 2009-08-16  Bruno Haible  <bruno@clisp.org>
9920
9921         Fix test failures on Solaris 10.
9922         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
9923         tests when Solaris iconv() is used.
9924         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
9925         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
9926         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
9927         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
9928         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
9929
9930 2009-08-16  Bruno Haible  <bruno@clisp.org>
9931
9932         Fix test failures on Solaris 10.
9933         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
9934         'tr' program and pass it as first argument.
9935         * tests/test-pipe-filter-gi1.sh: Likewise.
9936         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
9937         program as first argument.
9938         * tests/test-pipe-filter-gi1.c (main): Likewise.
9939
9940 2009-08-16  Eric Blake  <ebb9@byu.net>
9941
9942         fpurge: fix previous commits
9943         * modules/fpurge (Makefile.am): Make replacement conditional,
9944         partially reverting 2007-04-29 change; missed in previous
9945         attempt.
9946         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
9947         is missing.
9948
9949 2009-08-16  Bruno Haible  <bruno@clisp.org>
9950
9951         Clarify fpurge's effect on the file position.
9952         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
9953         * tests/test-fpurge.c (main): Make a second pass for checking the file
9954         position.
9955
9956 2009-08-16  Bruno Haible  <bruno@clisp.org>
9957
9958         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
9959         declaration of fpurge is missing.
9960         * tests/test-fpurge.c (main): Check that the file has not more contents
9961         than expected. Close the file before removing it.
9962
9963 2009-08-15  Eric Blake  <ebb9@byu.net>
9964
9965         fpurge: don't wrap working cygwin implementation
9966         * lib/fpurge.c (fpurge): Fix comment typo.
9967         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
9968         1.7 to avoid replacement.
9969         * tests/test-fpurge.c (main): Enhance test.
9970
9971 2009-08-15  Eric Blake  <ebb9@byu.net>
9972         and Jim Meyering  <meyering@redhat.com>
9973
9974         test-update-copyright: skip if perl is insufficient
9975         * tests/test-update-copyright.sh: Failure to run maintainer tool
9976         should not cause testsuite failure on cygwin 1.5.
9977
9978 2009-08-14  Eric Blake  <ebb9@byu.net>
9979
9980         doc: mention more functions added in cygwin 1.7.0
9981         * doc/posix-headers/limits.texi (limits.h): Update for recent
9982         cygwin additions.
9983         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
9984         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
9985         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
9986         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
9987         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
9988
9989 2009-08-14  Eric Blake  <ebb9@byu.net>
9990
9991         maint.mk: simplify update-copyright rule
9992         * top/maint.mk (update-copyright-local): Delete, and document how
9993         to do it in cfg.mk instead.
9994         (update-copyright-exclude-regexp): Delete, and document how to do
9995         it in .x-update-copyright instead.
9996         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
9997         exclude ChangeLog.
9998
9999 2009-08-14  Bruno Haible  <bruno@clisp.org>
10000
10001         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
10002
10003 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10004
10005         maint.mk: support update-copyright-env
10006         * top/maint.mk (update-copyright-env): Define place-holder.
10007         (update-copyright): Expand $(update-copyright-env) before
10008         invoking update-copyright.
10009
10010 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10011
10012         update-copyright: implement forced reformatting
10013         * build-aux/update-copyright: Implement and document
10014         UPDATE_COPYRIGHT_FORCE.
10015         * tests/test-update-copyright.sh: Test it.
10016
10017 2009-08-14  Eric Blake  <ebb9@byu.net>
10018         and Bruno Haible  <bruno@clisp.org>
10019
10020         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
10021         * tests/test-locale.c: Revert previous patch related to NULL.
10022         * tests/test-stdio.c: Likewise.
10023         * tests/test-stdlib.c: Likewise.
10024         * tests/test-string.c: Likewise.
10025         * tests/test-unistd.c: Likewise.
10026         * modules/time-tests (Depends-on): Add verify.
10027         * modules/wchar-tests (Depends-on): Likewise.
10028         * tests/test-time.c: Test for NULL compliance.
10029         * tests/test-wchar.c: Likewise.
10030         * modules/locale (Depends-on): Add stddef.
10031         * modules/stdio (Depends-on): Likewise.
10032         * modules/stdlib (Depends-on): Likewise.
10033         * modules/string (Depends-on): Likewise.
10034         * modules/time (Depends-on): Likewise.
10035         * modules/unistd (Depends-on): Likewise.
10036         * modules/wchar (Depends-on): Likewise.
10037         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
10038         * lib/stdlib.in.h (includes): Likewise.
10039         * lib/string.in.h (includes): Likewise.
10040         * lib/time.in.h (includes): Likewise.
10041         * lib/unistd.in.h (includes): Likewise.
10042         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
10043         replaced.
10044         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10045         * m4/stddef_h.m4: New file.
10046         * modules/stddef: Likewise.
10047         * lib/stddef.in.h: Likewise.
10048         * modules/stddef-tests: Likewise.
10049         * tests/test-stddef.c: Likewise.
10050         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
10051         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
10052         * doc/posix-headers/locale.texi (locale.h): Likewise.
10053         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
10054         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
10055         * doc/posix-headers/string.texi (string.h): Likewise.
10056         * doc/posix-headers/time.texi (time.h): Likewise.
10057         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
10058         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
10059
10060 2009-08-14  Eric Blake  <ebb9@byu.net>
10061
10062         doc: improve git diff of texinfo files
10063         * .gitattributes: Add rule for *.texi files, with hint on how to
10064         use it.
10065         Copied from m4, and based on a report by Bruno Haible.
10066
10067 2009-08-14  Bruno Haible  <bruno@clisp.org>
10068
10069         Disable multithread support by default on Cygwin 1.5.x for real.
10070         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
10071
10072 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10073
10074         update-copyright: much ado about intervals
10075         * build-aux/update-copyright: Implement and document
10076         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
10077         of copyright year intervals.
10078         Also, document UPDATE_COPYRIGHT_YEAR.
10079         * tests/test-update-copyright.sh: Test it.
10080
10081         update-copyright: convert 2-digit to 4-digit years
10082         * build-aux/update-copyright: Implement and document.
10083         * tests/test-update-copyright.sh: Update.
10084
10085 2009-08-14  Jim Meyering  <meyering@redhat.com>
10086
10087         test-exclude: avoid coreutils "make check" failure
10088         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
10089         just as in test-argmatch.c.
10090
10091 2009-08-13  Eric Blake  <ebb9@byu.net>
10092
10093         test-dup2: fix bad assumption
10094         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
10095         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
10096
10097         test-version-etc: fix CRLF portability issue
10098         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
10099         recognize \r.
10100         * tests/test-argp-version-etc-1.sh: Likewise.
10101
10102         getopt: update client modules
10103         * modules/argp (Depends-on): Use getopt-gnu.
10104         * modules/git-merge-changelog (Depends-on): Likewise.
10105         * modules/long-options (Depends-on): Likewise.
10106         * modules/xstrtol (Depends-on): Likewise.
10107
10108 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10109
10110         * tests/test-version-etc.sh: Don't fail on different
10111         project/version.  Don't fail on CRLF differences.  Rewrite to use
10112         multiple -e instead of multiple sed forks, suggested by Eric Blake
10113         <ebb9@byu.net>.
10114         * tests/test-argp-version-etc-1.sh: Likewise.
10115
10116 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10117
10118         * tests/test-version-etc.sh: Don't fail on different
10119         project/version.
10120
10121 2009-08-12  Bruno Haible  <bruno@clisp.org>
10122
10123         Tests for modules 'getopt-posix', 'getopt-gnu'.
10124         * modules/getopt-posix-tests: New file.
10125         * tests/test-getopt.c: New file.
10126         * tests/test-getopt.h: New file.
10127         * tests/test-getopt_long.h: New file.
10128
10129         New modules 'getopt-posix', 'getopt-gnu'.
10130         * modules/getopt-gnu: New file, renamed from modules/getopt.
10131         * modules/getopt-posix: New file.
10132         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
10133         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
10134         (gl_GETOPT): Remove macro.
10135         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
10136         Disable the test against BSD systems that declare optreset. Test
10137         against mingw bug. Test against lack of support of optional arguments
10138         on many platforms.
10139         * doc/glibc-headers/getopt.texi: Update module name and list of
10140         relevant platforms.
10141         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
10142         'getopt-gnu' and more portability problems.
10143         * NEWS: Mention the changes.
10144
10145 2009-08-12  Bruno Haible  <bruno@clisp.org>
10146
10147         Ensure that optarg etc. get declared by <unistd.h>.
10148         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
10149         AC_USE_SYSTEM_EXTENSIONS.
10150         * modules/getopt (Depends-on): Add 'extensions'.
10151
10152 2009-08-12  Bruno Haible  <bruno@clisp.org>
10153
10154         Avoid test link errors.
10155         * modules/pipe-filter-ii-tests (Makefile.am): Define
10156         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
10157         * modules/pipe-filter-gi-tests (Makefile.am): Define
10158         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
10159         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10160
10161 2009-08-12  Bruno Haible  <bruno@clisp.org>
10162
10163         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
10164         gl_GETOPT_SUBSTITUTE before.
10165         (gl_GETOPT): Use it.
10166         * m4/argp.m4 (gl_ARGP): Update.
10167         Reported by Sergey Poznyakoff.
10168
10169         * m4/getopt.m4: Reorder macros.
10170         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
10171         (gl_GETOPT_SUBSTITUTE): Remove macro.
10172
10173 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10174
10175         Minor improvement in gitlog-to-changelog
10176
10177         * build-aux/gitlog-to-changelog: New option `--format' makes
10178         output format string configurable.
10179
10180 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10181
10182         Optimize exclude: use hash tables for non-wildcard patterns.
10183
10184         * lib/exclude.c: Include hash.h and mbuiter.h
10185         (struct exclude_pattern, exclude_segment): New data types.
10186         (struct exclude): Rewrite.
10187         (fnmatch_pattern_has_wildcards): New function.
10188         (new_exclude_segment, free_exclude_segment): New functions.
10189         (excluded_file_pattern_p, excluded_file_name_p): New functions.
10190         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
10191         * lib/exclude.h (is_fnmatch_pattern): New prototype.
10192         * modules/exclude: Depend on hash and mbuiter.
10193
10194         * modules/exclude-tests: New file.
10195         * tests/test-exclude.c: New file.
10196         * tests/test-exclude1.sh: New file.
10197         * tests/test-exclude2.sh: New file.
10198         * tests/test-exclude3.sh: New file.
10199         * tests/test-exclude4.sh: New file.
10200         * tests/test-exclude5.sh: New file.
10201         * tests/test-exclude6.sh: New file.
10202         * tests/test-exclude7.sh: New file.
10203
10204 2009-08-12  Bruno Haible  <bruno@clisp.org>
10205
10206         Ensure that getopt() gets declared by <unistd.h>.
10207         * lib/unistd.in.h: Conditionally include getopt.h.
10208         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
10209         Set GNULIB_UNISTD_H_GETOPT.
10210         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10211         GNULIB_UNISTD_H_GETOPT.
10212         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
10213
10214 2009-08-12  Bruno Haible  <bruno@clisp.org>
10215
10216         Clarify logic.
10217         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
10218         gl_replace_getopt instead of GETOPT_H.
10219
10220 2009-08-12  Bruno Haible  <bruno@clisp.org>
10221
10222         * m4/getopt.m4: Add comments.
10223
10224 2009-08-12  Bruno Haible  <bruno@clisp.org>
10225
10226         Disable multithread support by default on Cygwin 1.5.x.
10227         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
10228         set gl_use_threads=no if not specified otherwise.
10229
10230 2009-08-11  Bruno Haible  <bruno@clisp.org>
10231
10232         Avoid compilation error on NetBSD 5.0.
10233         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
10234         * tests/test-stdio.c: Likewise.
10235         * tests/test-stdlib.c: Likewise.
10236         * tests/test-string.c: Likewise.
10237         * tests/test-unistd.c: Likewise.
10238         Reported by Greg Troxel <gdt@ir.bbn.com>
10239         at <https://savannah.gnu.org/support/?106973>.
10240
10241 2009-08-11  Bruno Haible  <bruno@clisp.org>
10242
10243         * modules/dup2-tests (Depends-on): Remove close.
10244
10245         Undo 2009-07-19 commit.
10246         * modules/acl-tests (Depends-on): Remove close.
10247         * modules/binary-io-tests (Depends-on): Likewise.
10248         * modules/closein-tests (Depends-on): Likewise.
10249         * modules/flock-tests (Depends-on): Likewise.
10250         * modules/fsync-tests (Depends-on): Likewise.
10251         * modules/lseek-tests (Depends-on): Likewise.
10252         * modules/pipe-tests (Depends-on): Likewise.
10253         * modules/posix_spawn-tests (Depends-on): Likewise.
10254         * modules/posix_spawnp-tests (Depends-on): Likewise.
10255         * modules/stat-time-tests (Depends-on): Likewise.
10256         * modules/yesno-tests (Depends-on): Likewise.
10257
10258 2009-08-10  Bruno Haible  <bruno@clisp.org>
10259
10260         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
10261
10262 2009-08-10  Bruno Haible  <bruno@clisp.org>
10263
10264         Fix a gcc warning.
10265         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
10266
10267 2009-08-10  Bruno Haible  <bruno@clisp.org>
10268
10269         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
10270         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
10271         not only the first time.
10272         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
10273         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
10274         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
10275         is 1, not only the the first time.
10276
10277 2009-08-10  Bruno Haible  <bruno@clisp.org>
10278
10279         Make it possible to use module 'gethostname' without module 'close'.
10280         * lib/unistd.in.h (close): Evoke a link error only if
10281         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10282         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10283         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10284         * modules/unistd (Makefile.am): Substitute
10285         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10286         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
10287         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10288         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
10289         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10290         * modules/sys_ioctl (Makefile.am): Substitute
10291         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10292         * modules/socket (configure.ac): On native Windows, set
10293         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
10294         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10295         Reported by Sam Steingold <sds@gnu.org>.
10296
10297 2009-08-10  Bruno Haible  <bruno@clisp.org>
10298
10299         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
10300         * modules/ioctl (configure.ac): Likewise.
10301
10302 2009-08-10  Bruno Haible  <bruno@clisp.org>
10303
10304         Avoid collision between gnulib wrapper and libintl wrapper.
10305         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
10306         already defined in intl/printf.c.
10307         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
10308         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
10309
10310 2009-08-09  Bruno Haible  <bruno@clisp.org>
10311
10312         Make <sys/select.h> really self-contained, also on Solaris 10.
10313         * lib/sys_select.in.h: Include <string.h>.
10314         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
10315         Solaris 10 problem.
10316         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
10317         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
10318         Reported by Jim Meyering.
10319
10320 2009-08-09  Bruno Haible  <bruno@clisp.org>
10321
10322         Avoid warnings from 'aclocal' that are due to a use of macro name
10323         AM_XGETTEXT_OPTION that is not defined in automake.
10324         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
10325         automake.
10326         * modules/error (configure.ac): Likewise.
10327         * modules/propername (configure.ac): Likewise.
10328         * modules/vasprintf (configure.ac): Likewise.
10329         * modules/verror (configure.ac): Likewise.
10330         * modules/xprintf (configure.ac): Likewise.
10331         * modules/xvasprintf (configure.ac): Likewise.
10332
10333 2009-08-08  Bruno Haible  <bruno@clisp.org>
10334
10335         Avoid compilation error in C++ mode.
10336         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
10337         Reported by Sam Steingold <sds@gnu.org>.
10338
10339 2009-08-08  Bruno Haible  <bruno@clisp.org>
10340
10341         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
10342         for the various Unix platforms.
10343         * doc/posix-headers/limits.texi: Update platforms list regarding
10344         HOST_NAME_MAX.
10345         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10346
10347 2009-08-07  Jim Meyering  <meyering@redhat.com>
10348
10349         selinux-at: fix typo in a comment
10350         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
10351         Spotted by Paolo Bonzini.
10352
10353         selinux-at: remove redundant m4 code, add documentation
10354         * modules/selinux-at (configure.ac): Remove redundant code.
10355         LIB_SELINUX is already set via the dependent module, selinux-h.
10356         (Include): Add quotes around selinux-at.h.
10357         * lib/selinux-at.h: Add documentation.
10358         Reported by Bruno Haible in
10359         http://marc.info/?l=gnulib-bug&m=124958988300749
10360
10361 2009-08-07  Bruno Haible  <bruno@clisp.org>
10362
10363         Avoid link error on MacOS X 10.3 and 10.4.
10364         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
10365         on non-ELF systems.
10366         * lib/argp-pv.c (argp_program_version): Likewise.
10367         Reported by Simon Josefsson.
10368
10369 2009-08-07  Simon Josefsson  <simon@josefsson.org>
10370
10371         * tests/test-version-etc.sh: Use $EXEEXT.
10372
10373 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
10374
10375         update-copyright: update documentation to point to maint.mk
10376         * build-aux/update-copyright: Here.
10377
10378 2009-08-06  Jim Meyering  <meyering@redhat.com>
10379
10380         maint.mk: support update-copyright-local
10381         * top/maint.mk (update-copyright-local): Define place-holder.
10382         (update-copyright): Depend on $(update-copyright-local).
10383
10384 2009-08-06  Jim Meyering  <meyering@redhat.com>
10385
10386         selinux-at: new module
10387         Initially written for coreutils, this module will soon be
10388         used by findutils, too.
10389         * MODULES.html.sh [Misc]: Add selinux-at.
10390         * lib/selinux-at.h: New file, from coreutils.
10391         * lib/selinux-at.c: Likewise.
10392         * modules/selinux-at: Likewise.
10393         (License): Change from LGPL to GPL, since it depends
10394         on the GPL'd openat module.
10395
10396         doc: update README
10397         * README: Remove references to cogito.
10398         Remove cvs-repo-updating instructions from 2007.
10399         Don't imply that CVS is better if you have limited disk space.
10400
10401 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10402
10403         update-copyright: support C-style comments
10404         * build-aux/update-copyright: Implement and document.
10405         * tests/test-update-copyright.sh: Test.
10406
10407 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10408
10409         update-copyright: support omitted "(C)"
10410         * build-aux/update-copyright: Implement and document.  Also,
10411         allow variable whitespace before "(C)".
10412         * tests/test-update-copyright.sh: Test.
10413
10414 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10415
10416         update-copyright: don't trip on non-FSF copyright statements
10417         * build-aux/update-copyright: Fix so that the first correctly
10418         formatted FSF copyright statement is recognized no matter what
10419         appears before it.  Update documentation.
10420         * tests/test-update-copyright.sh: Test that.
10421
10422 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10423
10424         update-copyright: clean up code a little
10425         * build-aux/update-copyright: Append "_re" to the name of any
10426         variable holding a regular expression.
10427         Replace "old" and "new" with "stmt" in variable names.
10428         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
10429         handled correctly.
10430         Format code more consistently.
10431
10432 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10433
10434         update-copyright-tests: improve portability
10435         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
10436         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
10437
10438 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10439
10440         update-copyright: support @copyright{} and &copy;
10441         * build-aux/update-copyright: Implement and document.
10442         * tests/test-update-copyright.sh: Test.
10443
10444 2009-08-04  Jim Meyering  <meyering@redhat.com>
10445
10446         update-copyright-tests: correctly test EOL=\r\n handling
10447         * tests/test-update-copyright.sh: Put \r at the end of some lines
10448         for the dos-eol tests.  Based on a patch by Joel E. Denny.
10449
10450         maint.mk: make update-copyright exclusion list more configurable
10451         * top/maint.mk (update-copyright): Default to excluding COPYING,
10452         but allow an override, in case someone does want to update that file.
10453
10454         maint.mk: don't update copyright date in COPYING
10455         * top/maint.mk (update-copyright): Exclude COPYING.
10456
10457         maint.mk: add a copyright-updating rule
10458         * top/maint.mk (update-copyright): New rule.
10459         Derived from coreutils/Makefile.am.
10460
10461         update-copyright: rename some variables
10462         * build-aux/update-copyright: Rename a few variables for clarity.
10463         Tweak syntax.  List Joel E. Denny as coauthor.
10464
10465 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10466
10467         update-copyright: fix bug for 2-digit last year and add tests
10468         * build-aux/update-copyright: Fix bug.
10469         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
10470         specified.
10471         * modules/update-copyright-tests: New
10472         * tests/test-update-copyright.sh: New.
10473
10474 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10475
10476         update-copyright: handle leading tabs in line prefix
10477         * build-aux/update-copyright: Count leading tabs as 8 spaces
10478         when computing margin.  This helps with the formatting of
10479         ChangeLogs, for example.
10480         Fix documentation a little.
10481
10482 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10483
10484         update-copyright: support EOL=\r\n
10485         * build-aux/update-copyright: Implement that.
10486
10487 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10488
10489         update-copyright: automatically format copyright statements
10490         * build-aux/update-copyright: Implement that.
10491         Also, be a little more predictable and safer by always failing
10492         when the full copyright format is not perfectly recognized as an
10493         unbroken whole.  Discussed at
10494         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
10495         Rewrite documentation.
10496
10497 2009-08-03  Bruno Haible  <bruno@clisp.org>
10498
10499         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
10500
10501 2009-08-02  Bruno Haible  <bruno@clisp.org>
10502
10503         Tests for module 'uname'.
10504         * modules/uname-tests: New file.
10505         * tests/test-uname.c: New file.
10506
10507         New module 'uname'.
10508         * lib/uname.c: New file.
10509         * m4/uname.m4: New file.
10510         * modules/uname: New file.
10511         * doc/posix-functions/uname.texi: Mention the new module.
10512
10513 2009-08-02  Bruno Haible  <bruno@clisp.org>
10514
10515         Tests for module 'sys_utsname'.
10516         * modules/sys_utsname-tests: New file.
10517         * tests/test-sys_utsname.c: New file.
10518
10519         New module 'sys_utsname'.
10520         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
10521         * m4/sys_utsname_h.m4: New file.
10522         * modules/sys_utsname: New file.
10523         * doc/posix-headers/sys_utsname.texi: Mention the new module.
10524
10525 2009-08-02  Bruno Haible  <bruno@clisp.org>
10526
10527         Implicitly initialize the sockets library.
10528         * lib/gethostname.c: Include sockets.h.
10529         (rpl_gethostname): Invoke gl_sockets_startup.
10530         * lib/socket.c: Include sockets.h.
10531         (rpl_socket): Invoke gl_sockets_startup.
10532         * modules/gethostname (Depends-on): Add sockets.
10533         * modules/socket (Depends-on): Likewise.
10534         * tests/test-poll.c: Don't include sockets.h.
10535         (main): Don't invoke gl_sockets_startup.
10536         * tests/test-select.c: Don't include sockets.h.
10537         (main): Don't invoke gl_sockets_startup.
10538
10539 2009-08-02  Bruno Haible  <bruno@clisp.org>
10540
10541         Allow multiple calls to gl_sockets_startup.
10542         * lib/sockets.c (initialized_sockets_version): New variable.
10543         (gl_sockets_startup): Do nothing if already called for this or a higher
10544         version.
10545         (gl_sockets_cleanup): Reset initialized_sockets_version.
10546
10547 2009-08-03  Simon Josefsson  <simon@josefsson.org>
10548
10549         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
10550         different project/version.
10551
10552 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
10553             Bruno Haible  <bruno@clisp.org>
10554
10555         Tests for module 'pipe-filter-gi'.
10556         * modules/pipe-filter-gi-tests: New file.
10557         * tests/test-pipe-filter-gi1.sh: New file.
10558         * tests/test-pipe-filter-gi1.c: New file.
10559         * tests/test-pipe-filter-gi2.sh: New file.
10560         * tests/test-pipe-filter-gi2-main.c: New file.
10561         * tests/test-pipe-filter-gi2-child.c: New file.
10562
10563         New module 'pipe-filter-gi'.
10564         * lib/pipe-filter-gi.c: New file.
10565         * modules/pipe-filter-gi: New file.
10566
10567 2009-08-02  Bruno Haible  <bruno@clisp.org>
10568             Paolo Bonzini  <bonzini@gnu.org>
10569
10570         Tests for module 'pipe-filter-ii'.
10571         * modules/pipe-filter-ii-tests: New file.
10572         * tests/test-pipe-filter-ii1.sh: New file.
10573         * tests/test-pipe-filter-ii1.c: New file.
10574         * tests/test-pipe-filter-ii2.sh: New file.
10575         * tests/test-pipe-filter-ii2-main.c: New file.
10576         * tests/test-pipe-filter-ii2-child.c: New file.
10577
10578         New module 'pipe-filter-ii'.
10579         * lib/pipe-filter.h: New file.
10580         * lib/pipe-filter-ii.c: New file.
10581         * lib/pipe-filter-aux.h: New file.
10582         * modules/pipe-filter-ii: New file.
10583
10584 2009-08-02  Simon Josefsson  <simon@josefsson.org>
10585
10586         * lib/gc-libgcrypt.c: Change copyright to FSF.
10587         * lib/gc-gnulib.c: Likewise.
10588
10589 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
10590
10591         * lib/gethostname.c: Include limits.h.
10592
10593 2009-08-02  Simon Josefsson  <simon@josefsson.org>
10594             Bruno Haible  <bruno@clisp.org>
10595
10596         Ensure HOST_NAME_MAX as part of the gethostname module.
10597         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
10598         define also HOST_NAME_MAX.
10599         * tests/test-gethostname.c: Include <limits.h>.
10600         (main): Check also HOST_NAME_MAX.
10601         * doc/posix-headers/limits.texi: Document the mingw problem.
10602
10603 2009-08-02  Bruno Haible  <bruno@clisp.org>
10604
10605         * lib/gethostname.c (gethostname): Fix handling of large len argument.
10606         Add comments.
10607
10608 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10609
10610         * lib/gethostname.c: Add Windows wrapper.
10611         * m4/gethostname.m4: Look for gethostname in -lws2_32.
10612         * modules/gethostname: Depend on sys_socket & errno, for also
10613         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
10614         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
10615
10616 2009-07-31  Jim Meyering  <meyering@redhat.com>
10617
10618         getloadavg: fix symbol name in comment
10619         * lib/getloadavg.c: Correct a typo I introduced when adding
10620         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
10621         Matt Kraai spotted the problem.
10622
10623 2009-07-29  Matt Kraai  <mkraai@beckman.com>
10624
10625         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
10626         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
10627         code also if ! defined N_NAME_POINTER.
10628         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
10629         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
10630         but the n_name member is a 12-byte array.
10631
10632 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
10633
10634         update-copyright: generalize comment handling
10635         * build-aux/update-copyright: Handle copyright statements
10636         within more comment styles.
10637         Document usage.
10638         Report any file with an external copyright holder or parse failure.
10639
10640 2009-07-29  Jim Meyering  <meyering@redhat.com>
10641
10642         mktime: correct setting of REPLACE_MKTIME
10643         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
10644
10645         update-copyright: new module
10646         * modules/update-copyright: New file.
10647         * build-aux/update-copyright: New file.
10648         * MODULES.html.sh (maint+release support): Add update-copyright.
10649
10650 2009-07-27  Bruno Haible  <bruno@clisp.org>
10651
10652         Fix compilation error when <ctime> is used and mktime is replaced.
10653         * lib/time.in.h (mktime): New declaration.
10654         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
10655         REPLACE_MKTIME instead of defining mktime in config.h.
10656         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
10657         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
10658         Reported by Ross McFarland <rwmcfa1@neces.com>.
10659
10660 2009-07-27  Bruno Haible  <bruno@clisp.org>
10661
10662         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
10663         Reported by Matt Kraai <mkraai@beckman.com>.
10664
10665 2009-07-25  Jim Meyering  <meyering@redhat.com>
10666
10667         maint.mk: avoid warnings about missing files
10668         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
10669         diagnostic when .prev-version does not exist.
10670         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
10671         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
10672         nonexistent cfg.mk.
10673         Suggestions from Simon Josefsson.
10674
10675 2009-07-25  Bruno Haible  <bruno@clisp.org>
10676
10677         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
10678         defined as macros. Needed on QNX 6.4.1.
10679         Reported by Matt Kraai <mkraai@beckman.com>.
10680
10681 2009-07-23  Jim Meyering  <meyering@redhat.com>
10682
10683         maint.mk: invoke "make dist" with a working value of XZ_OPT
10684         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
10685
10686 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
10687
10688         Make fseeko.c compile on QNX.
10689         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
10690
10691 2009-07-22  Peter Simons  <simons@cryp.to>
10692
10693         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
10694         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
10695         * lib/md4.h: Likewise.
10696         * lib/md5.h: Likewise.
10697         * lib/sha1.h: Likewise.
10698         * lib/sha256.h: Likewise.
10699         * lib/sha512.h: Likewise.
10700
10701         tests-sha1: don't assign literal string to 'char *' variable
10702         * tests/test-sha1.c (main): Declare locals with "const" to match
10703         attributes of the right hand side.
10704
10705 2009-07-21  Eric Blake  <ebb9@byu.net>
10706
10707         dup2: fix more mingw problems
10708         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
10709         fd to itself.
10710         * doc/posix-functions/dup2.texi (dup2): Document the bug.
10711         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
10712         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
10713         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
10714         care of mingw bugs.
10715
10716 2009-07-21  Jim Meyering  <meyering@redhat.com>
10717
10718         vc-list-files: avoid failure when /bin/sh is dash
10719         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
10720         On some Debian based systems, /bin/sh is a symlink to dash, and running
10721         this command would omit the "/" following each 'tests' prefix:
10722           dash -x build-aux/vc-list-files -C . tests
10723         That is because bash and dash work differently:
10724           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
10725           bash ok
10726           dash odd
10727
10728 2009-07-21  Eric Blake  <ebb9@byu.net>
10729
10730         dup2-tests: test previous patch
10731         * modules/dup2-tests: New file.
10732         * tests/test-dup2.c: Likewise.
10733         * tests/test-open.c (main): Avoid unspecified behavior.
10734         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
10735         test.
10736
10737         dup2: work around mingw and cygwin 1.5 bug
10738         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
10739         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10740         * modules/unistd (Makefile.am): Substitute it.
10741         * lib/unistd.in.h (dup2): Declare the replacement.
10742         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
10743         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
10744         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
10745         * modules/execute (Depends-on): Add dup2.
10746         * modules/fseterr (Depends-on): Likewise.
10747         * modules/pipe (Depends-on): Likewise.
10748         * modules/posix_spawn-internal (Depends-on): Likewise.
10749
10750 2009-07-21  Bruno Haible  <bruno@clisp.org>
10751
10752         * modules/.gitattributes: New file.
10753
10754 2009-07-20  Bruno Haible  <bruno@clisp.org>
10755
10756         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
10757         (main): Use it.
10758
10759 2009-07-20  Eric Blake  <ebb9@byu.net>
10760
10761         test-pipe: make a bit more robust.
10762         * tests/test-pipe.c (myerr): Allow error messages regardless of
10763         what we do to stderr.
10764         (test_pipe): Rearrange to avoid deadlock.
10765         (child_main): Try a larger read, to ensure we avoided deadlock.
10766         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
10767         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
10768         if misused.
10769
10770 2009-07-19  Jim Meyering  <meyering@redhat.com>
10771
10772         fts: avoid false-positive cycle-detection
10773         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
10774         for each new command line argument.
10775
10776 2009-07-19  Bruno Haible  <bruno@clisp.org>
10777
10778         Fix build error on mingw with the modules sys_select and unistd.
10779         * modules/acl-tests (Depends-on): Add close.
10780         * modules/binary-io-tests (Depends-on): Likewise.
10781         * modules/closein-tests (Depends-on): Likewise.
10782         * modules/flock-tests (Depends-on): Likewise.
10783         * modules/fsync-tests (Depends-on): Likewise.
10784         * modules/lseek-tests (Depends-on): Likewise.
10785         * modules/pipe-tests (Depends-on): Likewise.
10786         * modules/posix_spawn-tests (Depends-on): Likewise.
10787         * modules/posix_spawnp-tests (Depends-on): Likewise.
10788         * modules/stat-time-tests (Depends-on): Likewise.
10789         * modules/yesno-tests (Depends-on): Likewise.
10790
10791 2009-07-19  Bruno Haible  <bruno@clisp.org>
10792
10793         Unify conditionals.
10794         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
10795         macros, not at the compiler macros.
10796         * lib/pipe.c: Likewise.
10797         * lib/execute.c: Likewise.
10798         * lib/spawni.c: Likewise.
10799
10800 2009-07-19  Bruno Haible  <bruno@clisp.org>
10801
10802         Fix handling of closed stdin/stdout/stderr on mingw.
10803         * lib/w32spawn.h: Include unistd.h.
10804         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
10805         file descriptor with O_NOINHERIT flag.
10806         (fd_safer_noinherit): New function, based on fd-safer.c.
10807         (dup_safer_noinherit): New function, based on dup-safer.c.
10808         (undup_safer_noinherit): New function.
10809         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
10810         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
10811         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
10812         instead of fd_safer.
10813         * tests/test-pipe.c: Include <windows.h>.
10814         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
10815
10816         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
10817         from main.
10818         (test_pipe): Pass an extra argument for disambiguation.
10819         (main): Invoke parent_main or child_main.
10820
10821         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
10822         consistently.
10823
10824 2009-07-18  Eric Blake  <ebb9@byu.net>
10825
10826         test-pipe: fix mingw build
10827         * tests/test-pipe.c (main): Avoid fcntl on mingw.
10828
10829 2009-07-18  Bruno Haible  <bruno@clisp.org>
10830
10831         * modules/pipe-tests (Makefile.am): Fix typo.
10832
10833 2009-07-18  Eric Blake  <ebb9@byu.net>
10834
10835         error: fix mingw build
10836         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
10837         Reported by Bruno Haible.
10838
10839         error: avoid undefined use of stdout
10840         * lib/error.c (error, error_at_line): Check that fd 1 is open
10841         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
10842         is handling faults and the close_stdout module wants to report the
10843         detection of closed stdout as an error.
10844
10845 2009-07-17  Eric Blake  <ebb9@byu.net>
10846
10847         pipe: be robust in face of closed fds
10848         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
10849         should cause child to misbehave.
10850         * modules/pipe-tests: New module.
10851         * tests/test-pipe.c: New file.
10852         * tests/test-pipe.sh: New file.
10853         Reported by Akim Demaille.
10854
10855 2009-07-14  Bruno Haible  <bruno@clisp.org>
10856
10857         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
10858         Reported by anonymous kc.
10859
10860 2009-07-07  Jim Meyering  <meyering@redhat.com>
10861
10862         maint.mk: don't look for translatable strings in *.m4 or *.mk
10863         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
10864         when searching for translatable strings.
10865
10866 2009-07-05  Jim Meyering  <meyering@redhat.com>
10867
10868         remove superfluous parentheses in STREQ definition
10869         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
10870         * lib/getugroups.c (STREQ): Likewise.
10871         * lib/fnmatch.c (STREQ): Likewise.
10872         Spotted by Bruno Haible.
10873
10874 2009-07-04  Jim Meyering  <meyering@redhat.com>
10875
10876         argv-iter: new module
10877         * MODULES.html.sh: Add argv-iter.
10878         * lib/argv-iter.c, lib/argv-iter.h: New files.
10879         * modules/argv-iter: New file.
10880         * modules/argv-iter-tests: New file.
10881         * tests/test-argv-iter.c: Test it.
10882
10883 2009-07-04  Bruno Haible  <bruno@clisp.org>
10884
10885         Fix assertion.
10886         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
10887         contains more exact copies of a given entry than file2, leave the extra
10888         copies unpaired rather than aborting.
10889         Reported by Eric Blake.
10890
10891 2009-07-02  Bruno Haible  <bruno@clisp.org>
10892
10893         Speedup git-merge-changelog for git cherry-pick.
10894         * lib/git-merge-changelog.c (struct entries_mapping): New type.
10895         (entries_mapping_get): New function, extracted from compute_mapping.
10896         (entries_mapping_reverse_get): New function.
10897         (compute_mapping): Add a 'full' argument. Return the result in a
10898         'struct entries_mapping'.
10899         (main): Update. Access the mappings through entries_mapping_get.
10900         Reported by Eric Blake.
10901
10902 2009-07-02  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
10905         best_i.
10906
10907 2009-07-02  Bruno Haible  <bruno@clisp.org>
10908
10909         Speed up approximate search for matching ChangeLog entries.
10910         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
10911         argument. Call fstrcmp_bounded instead of fstrcmp.
10912         (compute_mapping, try_split_merged_entry, main): Update callers.
10913
10914 2009-07-02  Bruno Haible  <bruno@clisp.org>
10915
10916         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
10917
10918 2009-06-30  Bruno Haible  <bruno@clisp.org>
10919
10920         Reduce the number of uc_is_cased calls.
10921         * lib/unicase.h (casing_suffix_context_t): Add
10922         'first_char_except_ignorable' field.
10923         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
10924         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
10925         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
10926         Update initializer.
10927         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
10928         case-ignorable characters.
10929         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
10930         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
10931         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
10932         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
10933         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
10934
10935 2009-06-30  Bruno Haible  <bruno@clisp.org>
10936
10937         Tests for module 'unicase/ignorable'.
10938         * modules/unicase/ignorable-tests: New file.
10939         * tests/unicase/test-ignorable.c: New file, generated by
10940         gen-uni-tables.
10941
10942         Tests for module 'unicase/cased'.
10943         * modules/unicase/cased-tests: New file.
10944         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
10945         * tests/unicase/test-predicate-part1.h: New file, derived from
10946         tests/unictype/test-predicate-part1.h.
10947         * tests/unicase/test-predicate-part2.h: New file, same as
10948         tests/unictype/test-predicate-part2.h.
10949
10950         Fix evaluation of "Before C" condition of FINAL_SIGMA.
10951         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
10952         (output_casing_properties): New function.
10953         (main): Call it.
10954         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
10955         * lib/unicase/cased.c: Include unictype/bitmap.h.
10956         (uc_is_cased): Define through a bitmap lookup.
10957         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
10958         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
10959         (uc_is_case_ignorable): Define through a bitmap lookup.
10960         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
10961         lib/unictype/bitmap.h.
10962         (Depends-on): Add inline. Clean up.
10963         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
10964         lib/unictype/bitmap.h.
10965         (Depends-on): Add inline. Clean up.
10966         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
10967         recognition.
10968         * tests/unicase/test-u16-tolower.c (main): Likewise.
10969         * tests/unicase/test-u32-tolower.c (main): Likewise.
10970
10971 2009-06-30  Bruno Haible  <bruno@clisp.org>
10972
10973         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
10974         * lib/unicase/u16-casemap.c: Likewise.
10975         * lib/unicase/u32-casemap.c: Likewise.
10976
10977 2009-06-29  Bruno Haible  <bruno@clisp.org>
10978
10979         Define u32_casefold as a wrapper around u32_ct_casefold.
10980         * lib/unicase/u32-casefold.c: Update.
10981         * modules/unicase/u32-casefold (Depends-on): Add
10982         unicase/u32-ct-casefold, unicase/empty-prefix-context,
10983         unicase/empty-suffix-context. Clean up.
10984
10985         Define u16_casefold as a wrapper around u16_ct_casefold.
10986         * lib/unicase/u16-casefold.c: Update.
10987         * modules/unicase/u16-casefold (Depends-on): Add
10988         unicase/u16-ct-casefold, unicase/empty-prefix-context,
10989         unicase/empty-suffix-context. Clean up.
10990
10991         Define u8_casefold as a wrapper around u8_ct_casefold.
10992         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
10993         * lib/unicase/u8-casefold.c: Update.
10994         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
10995         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
10996
10997         Define u32_totitle as a wrapper around u32_ct_totitle.
10998         * lib/unicase/u32-totitle.c: Update.
10999         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
11000         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11001
11002         Define u16_totitle as a wrapper around u16_ct_totitle.
11003         * lib/unicase/u16-totitle.c: Update.
11004         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
11005         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11006
11007         Define u8_totitle as a wrapper around u8_ct_totitle.
11008         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
11009         functions.
11010         (FUNC): Delegate to U_CT_TOTITLE.
11011         * lib/unicase/u8-totitle.c: Update.
11012         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
11013         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11014
11015         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
11016         invocation.
11017         * modules/unicase/u32-tolower (Depends-on): Add
11018         unicase/empty-prefix-context, unicase/empty-suffix-context.
11019
11020         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
11021         invocation.
11022         * modules/unicase/u16-tolower (Depends-on): Add
11023         unicase/empty-prefix-context, unicase/empty-suffix-context.
11024
11025         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
11026         * modules/unicase/u8-tolower (Depends-on): Add
11027         unicase/empty-prefix-context, unicase/empty-suffix-context.
11028
11029         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
11030         invocation.
11031         * modules/unicase/u32-toupper (Depends-on): Add
11032         unicase/empty-prefix-context, unicase/empty-suffix-context.
11033
11034         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
11035         invocation.
11036         * modules/unicase/u16-toupper (Depends-on): Add
11037         unicase/empty-prefix-context, unicase/empty-suffix-context.
11038
11039         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
11040         * modules/unicase/u8-toupper (Depends-on): Add
11041         unicase/empty-prefix-context, unicase/empty-suffix-context.
11042
11043         New module 'unicase/u32-ct-casefold'.
11044         * lib/unicase/u32-ct-casefold.c: New file.
11045         * modules/unicase/u32-ct-casefold: New file.
11046
11047         New module 'unicase/u16-ct-casefold'.
11048         * lib/unicase/u16-ct-casefold.c: New file.
11049         * modules/unicase/u16-ct-casefold: New file.
11050
11051         New module 'unicase/u8-ct-casefold'.
11052         * lib/unicase/u8-ct-casefold.c: New file.
11053         * lib/unicase/u-ct-casefold.h: New file, derived from
11054         lib/unicase/u-casefold.h.
11055         * modules/unicase/u8-ct-casefold: New file.
11056
11057         New module 'unicase/u32-ct-totitle'.
11058         * lib/unicase/u32-ct-totitle.c: New file.
11059         * modules/unicase/u32-ct-totitle: New file.
11060
11061         New module 'unicase/u16-ct-totitle'.
11062         * lib/unicase/u16-ct-totitle.c: New file.
11063         * modules/unicase/u16-ct-totitle: New file.
11064
11065         New module 'unicase/u8-ct-totitle'.
11066         * lib/unicase/u8-ct-totitle.c: New file.
11067         * lib/unicase/u-ct-totitle.h: New file, derived from
11068         lib/unicase/u-totitle.h.
11069         * modules/unicase/u8-ct-totitle: New file.
11070
11071         New module 'unicase/u32-ct-tolower'.
11072         * lib/unicase/u32-ct-tolower.c: New file.
11073         * modules/unicase/u32-ct-tolower: New file.
11074
11075         New module 'unicase/u16-ct-tolower'.
11076         * lib/unicase/u16-ct-tolower.c: New file.
11077         * modules/unicase/u16-ct-tolower: New file.
11078
11079         New module 'unicase/u8-ct-tolower'.
11080         * lib/unicase/u8-ct-tolower.c: New file.
11081         * modules/unicase/u8-ct-tolower: New file.
11082
11083         New module 'unicase/u32-ct-toupper'.
11084         * lib/unicase/u32-ct-toupper.c: New file.
11085         * modules/unicase/u32-ct-toupper: New file.
11086
11087         New module 'unicase/u16-ct-toupper'.
11088         * lib/unicase/u16-ct-toupper.c: New file.
11089         * modules/unicase/u16-ct-toupper: New file.
11090
11091         New module 'unicase/u8-ct-toupper'.
11092         * lib/unicase/u8-ct-toupper.c: New file.
11093         * modules/unicase/u8-ct-toupper: New file.
11094
11095         Add context arguments to u*_casemap functions.
11096         * lib/unicase/unicasemap.h: Include unicase.h.
11097         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
11098         suffix_context arguments.
11099         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
11100         functions.
11101         (FUNC): Add prefix_context and suffix_context arguments. Use
11102         uc_is_cased and uc_is_case_ignorable.
11103         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
11104         * lib/unicase/u16-casemap.c: Likewise.
11105         * lib/unicase/u32-casemap.c: Likewise.
11106         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
11107         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11108         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
11109         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11110         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
11111         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11112
11113         New module 'unicase/u32-suffix-context'.
11114         * lib/unicase/u32-suffix-context.c: New file.
11115         * modules/unicase/u32-suffix-context: New file.
11116
11117         New module 'unicase/u16-suffix-context'.
11118         * lib/unicase/u16-suffix-context.c: New file.
11119         * modules/unicase/u16-suffix-context: New file.
11120
11121         New module 'unicase/u8-suffix-context'.
11122         * lib/unicase/u8-suffix-context.c: New file.
11123         * lib/unicase/u-suffix-context.h: New file.
11124         * modules/unicase/u8-suffix-context: New file.
11125
11126         New module 'unicase/empty-suffix-context'.
11127         * lib/unicase/empty-suffix-context.c: New file.
11128         * modules/unicase/empty-suffix-context: New file.
11129
11130         New module 'unicase/u32-prefix-context'.
11131         * lib/unicase/u32-prefix-context.c: New file.
11132         * modules/unicase/u32-prefix-context: New file.
11133
11134         New module 'unicase/u16-prefix-context'.
11135         * lib/unicase/u16-prefix-context.c: New file.
11136         * modules/unicase/u16-prefix-context: New file.
11137
11138         New module 'unicase/u8-prefix-context'.
11139         * lib/unicase/u8-prefix-context.c: New file.
11140         * lib/unicase/u-prefix-context.h: New file.
11141         * lib/unicase/context.h: New file.
11142         * modules/unicase/u8-prefix-context: New file.
11143
11144         New module 'unicase/empty-prefix-context'.
11145         * lib/unicase/empty-prefix-context.c: New file.
11146         * modules/unicase/empty-prefix-context: New file.
11147
11148         New module 'unicase/ignorable'.
11149         * lib/unicase/ignorable.c: New file.
11150         * modules/unicase/ignorable: New file.
11151
11152         New module 'unicase/cased'.
11153         * lib/unicase/caseprop.h: New file.
11154         * lib/unicase/cased.c: New file.
11155         * modules/unicase/cased: New file.
11156
11157         New functions for case mapping of substrings.
11158         * lib/unicase.h (casing_prefix_context_t): New type.
11159         (unicase_empty_prefix_context): New variable.
11160         (u8_casing_prefix_context, u16_casing_prefix_context,
11161         u32_casing_prefix_context, u8_casing_prefixes_context,
11162         u16_casing_prefixes_context, u32_casing_prefixes_context): New
11163         declarations.
11164         (casing_suffix_context_t): New type.
11165         (unicase_empty_suffix_context): New variable.
11166         (u8_casing_suffix_context, u16_casing_suffix_context,
11167         u32_casing_suffix_context, u8_casing_suffixes_context,
11168         u16_casing_suffixes_context, u32_casing_suffixes_context,
11169         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
11170         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
11171         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
11172         declarations.
11173
11174 2009-06-28  Jim Meyering  <meyering@redhat.com>
11175
11176         boostrap: indent only with spaces
11177         * build-aux/bootstrap: Indent only with spaces, never TABs.
11178
11179         bootstrap: split long lines
11180         * build-aux/bootstrap: Keep line length < 80.
11181
11182         bootstrap: sync from coreutils
11183         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
11184         just as autoreconf does.  Verify a list of prerequisite
11185         package-name,version-number pairs if defined in bootstrap.conf.
11186         Refer to README-prereq, if prerequisites are not satisfied.
11187
11188 2009-06-27  Eric Blake  <ebb9@byu.net>
11189
11190         tests: add test for bogus NULL definition
11191         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
11192         * tests/test-stdlib.c: Likewise.
11193         * tests/test-string.c: Likewise.
11194         * tests/test-locale.c: Likewise.
11195         * tests/test-unistd.c: Likewise.
11196         * modules/stdio-tests (Depends-on): Add verify.
11197         * modules/stdlib-tests (Depends-on): Likewise.
11198         * modules/string-tests (Depends-on): Likewise.
11199         * modules/locale-tests (Depends-on): Likewise.
11200         * modules/unistd-tests (Depends-on): Likewise.
11201
11202 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
11203
11204         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
11205         self-explaining comment.
11206         * m4/selinux-selinux-h: Update serial.
11207         (gl_LIBSELINUX): New macro, adding a warning for missing development
11208         packages to code extracted from...
11209         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
11210         Add warning for missing development packages here, too.
11211
11212 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
11213
11214         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
11215
11216 2009-06-25  Eric Blake  <ebb9@byu.net>
11217
11218         version-etc: fix regression
11219         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
11220         gcc.
11221         (version_etc): Use it, to catch bugs with trailing NULL.
11222         * lib/version-etc.c (version_etc_arn): Delete unused argument.
11223         (version_etc_va): Fix logic bug.
11224         * modules/version-etc-tests: Add test.
11225         * tests/test-version-etc.c: New file.
11226         * tests/test-version-etc.sh: Likewise.
11227
11228 2009-06-25  Sam Steingold  <sds@gnu.org>
11229
11230         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
11231         mbtowc declaration.
11232
11233 2009-06-25  Eric Blake  <ebb9@byu.net>
11234
11235         fpurge: migrate into <stdio.h>
11236         * lib/fpurge.h: Delete...
11237         * lib/stdio.in.h (fpurge): ...and declare here, instead.
11238         * lib/fpurge.c (fpurge): Change declaring header.
11239         * modules/fpurge (Files): Drop deleted file.
11240         (Depends-on): Add stdio.
11241         (configure.ac): Set witness.
11242         * modules/stdio (Makefile.am): Support fpurge macros.
11243         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11244         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
11245         * lib/fflush.c: Update client.
11246         * tests/test-fpurge.c: Likewise.
11247         * NEWS: Mention the change.
11248
11249 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11250
11251         * lib/argp-version-etc.c (program_authors): Add const
11252         qualifier.
11253         * lib/version-etc.c: Fix typos in the comments.
11254         * modules/argp-version-etc: Depends on version-etc.
11255
11256 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11257
11258         argp-version-etc: new module.
11259
11260         * lib/argp-version-etc.c: New file.
11261         * lib/argp-version-etc.h: New file.
11262         * modules/argp-version-etc: New file.
11263         * modules/argp-version-etc-tests: New file.
11264         * tests/test-argp-version-etc.c: New test.
11265         * tests/test-argp-version-etc-1.sh: New test.
11266
11267 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11268
11269         Provide additional interfaces and documentation for version-etc
11270         module.
11271
11272         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
11273         interfaces.
11274         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
11275         prototypes.
11276
11277 2009-06-24  Bruno Haible  <bruno@clisp.org>
11278
11279         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
11280         HAVE_LIB${NAME} macro.
11281         Reported by Sam Steingold <sds@gnu.org>.
11282
11283 2009-06-23  Simon Josefsson  <simon@josefsson.org>
11284
11285         * modules/hash-tests (test_hash_LDADD): Link to libintl when
11286         needed.
11287
11288 2009-06-21  Bruno Haible  <bruno@clisp.org>
11289
11290         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
11291         work.
11292         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
11293         together with LIB${NAME}, LTLIB${NAME}.
11294         Reported by Sam Steingold <sds@gnu.org>.
11295
11296 2009-06-20  Jim Meyering  <meyering@redhat.com>
11297
11298         tests: make sc_require_test_exit_idiom more generic
11299         * top/maint.mk (Exit_witness_file): New overridable variable.
11300         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
11301         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
11302
11303 2009-06-19  Jim Meyering  <meyering@redhat.com>
11304
11305         hash: reverse order of src/dst parameters in an internal interface
11306         * lib/hash.c (transfer_entries): Reverse order of parameters to
11307         put DST before SRC.  Adjust callers.
11308
11309         tests: test-hash: avoid wholesale duplication
11310         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
11311         Instead, use a loop and add a single conditional.
11312
11313         tests: test-hash: allow seed selection via a command line argument
11314         * tests/test-hash.c (get_seed): New function.
11315         (main): Use it.
11316
11317 2009-06-19  Eric Blake  <ebb9@byu.net>
11318
11319         hash: avoid memory leak on allocation failure
11320         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
11321         failure.  Factor repeated algorithm...
11322         (transfer_entries): ...into new helper routine.
11323         (hash_delete): React to hash_rehash return value.
11324
11325         hash: reduce memory pressure in hash_rehash no-op case
11326         * lib/hash.c (next_prime): Avoid overflow.
11327         (hash_initialize): Factor bucket size computation...
11328         (compute_bucket_size): ...into new helper function.
11329         (hash_rehash): Use new function and open coding to reduce memory
11330         pressure, and avoid a memory leak in USE_OBSTACK code.
11331         Reported by Jim Meyering.
11332
11333 2009-06-18  Eric Blake  <ebb9@byu.net>
11334
11335         hash: make rotation more obvious
11336         * modules/hash (Depends-on): Add bitrotate and stdint.
11337         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
11338         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
11339         (SIZE_MAX): Rely on headers for definition.
11340         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
11341         (raw_hasher): Use rotr_sz.
11342         Suggested by Jim Meyering.
11343
11344         hash: fix memory leak in last patch
11345         * lib/hash.c (hash_rehash): Avoid memory leak.
11346
11347         hash: avoid no-op rehashing
11348         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
11349
11350         hash: provide default callback functions
11351         * lib/hash.c (raw_hasher, raw_comparator): New functions.
11352         (hash_initialize): Use them as defaults.
11353         * tests/test-hash.c (main): Test this.
11354
11355         hash: minor optimization
11356         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
11357         when possible.
11358         (hash_initialize): Document this promise.
11359         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
11360         * tests/test-hash.c (hash_compare_strings): Test this.
11361
11362 2009-06-18  Bruno Haible  <bruno@clisp.org>
11363
11364         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
11365         going to be replaced anyway.
11366
11367 2009-06-18  Bruno Haible  <bruno@clisp.org>
11368
11369         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
11370         in one place.
11371         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
11372         be replaced anyway.
11373
11374 2009-06-18  Eric Blake  <ebb9@byu.net>
11375
11376         hash: check for resize before insertion
11377         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
11378         threshold before insertion, so that a pathological hash_rehash
11379         that fills every bucket can still trigger another rehash.
11380
11381 2009-06-18  Jim Meyering  <meyering@redhat.com>
11382
11383         hash-tests: add a loop around the small tests
11384         * tests/test-hash.c (main): Repeat small tests with selected
11385         small initial table sizes.
11386
11387 2009-06-17  Eric Blake  <ebb9@byu.net>
11388
11389         hash: minor cleanups
11390         * lib/hash.h (hash_entry): Make opaque, by moving...
11391         * lib/hash.c (hash_entry): ...here.
11392         (hash_insert): Clarify restrictions on what can be inserted.
11393         (hash_get_next): Clarify when it is safe to remove an element
11394         during traversal.
11395         (check_tuning): Skip verification when tuning is known safe.
11396         (hash_initialize): Clarify restrictions on tuning.
11397
11398 2009-06-17  Jim Meyering  <jim@meyering.net>
11399         and Eric Blake  <ebb9@byu.net>
11400
11401         hash-tests: new module
11402         * modules/hash-tests: New file.
11403         * tests/test-hash.c: New file.
11404
11405 2009-06-17  Eric Blake  <ebb9@byu.net>
11406
11407         strstr-simple: document new module
11408         * MODULES.html.sh: Document new module.
11409
11410         strstr, strcasestr: replace on platforms with broken memchr
11411         * modules/strstr: Split into...
11412         * modules/strstr-simple: ...new module that does not care about
11413         performance, but does care about glibc bug.
11414         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
11415         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
11416         if platform memchr is broken, per Debian bug 521737.
11417         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
11418         memchr.
11419         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
11420         * doc/posix-functions/strstr.texi (strstr): Document the fix.
11421         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
11422         * modules/mountlist (Depends-on): Add strstr-simple.
11423         * modules/gen-uni-tables (Depends-on): Likewise.
11424         * modules/argz (Depends-on): Add strstr.
11425
11426 2009-06-17  Bruno Haible  <bruno@clisp.org>
11427
11428         * modules/posix_spawn-internal (Depends-on): Add errno.
11429
11430 2009-06-17  Bruno Haible  <bruno@clisp.org>
11431
11432         Define missing ESTALE on Interix 3.5.
11433         * lib/errno.in.h (ESTALE): Assign a value if missing.
11434         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
11435         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
11436         missing.
11437         * doc/posix-headers/errno.texi: Mention the Interix bug.
11438         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
11439
11440 2009-06-15  Eric Blake  <ebb9@byu.net>
11441
11442         memchr, memchr2: add valgrind exception
11443         * lib/memchr.valgrind: New file.
11444         * lib/memchr2.valgrind: New file.
11445         * modules/memchr (Files): Distribute valgrind file.
11446         * modules/memchr2 (Files): Likewise.
11447
11448         docs: memchr is no longer obsolete
11449         * MODULES.html.sh: Move memchr from obsolete to string.h section.
11450         * lib/string.in.h (memchr): Simplify logic.
11451
11452 2009-06-14  Jim Meyering  <meyering@redhat.com>
11453
11454         link-follow: fix the "checking..." message to not mention trailing slash
11455         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
11456         never considered trailing slashes.
11457
11458 2009-06-14  Bruno Haible  <bruno@clisp.org>
11459
11460         * m4/memchr.m4: Mention also the bug on IA-64.
11461         * doc/posix-functions/memchr.texi: Likewise.
11462
11463 2009-06-12  Eric Blake  <ebb9@byu.net>
11464
11465         memchr: detect broken x86_64 and alpha implementations
11466         * modules/memchr-tests (Depends-on): Move mmap detection...
11467         * modules/memchr (Depends-on): ...here.
11468         (configure.ac): Set indicator.
11469         * lib/string.in.h (memchr): Declare replacement.
11470         * modules/string (Makefile.am): Trigger replacement.
11471         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
11472         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
11473         bugs.
11474         * doc/posix-functions/memchr.texi (memchr): Document the bug.
11475         * modules/getpagesize (License): Relax license.
11476
11477 2009-06-11  Bruno Haible  <bruno@clisp.org>
11478
11479         * lib/idpriv.h: Add more references.
11480
11481 2009-06-08  Bruno Haible  <bruno@clisp.org>
11482
11483         Tests for module 'idpriv-droptemp'.
11484         * modules/idpriv-droptemp-tests: New file.
11485         * tests/test-idpriv-droptemp.sh: New file.
11486         * tests/test-idpriv-droptemp.su.sh: New file.
11487         * tests/test-idpriv-droptemp.c: New file.
11488
11489         New module 'idpriv-droptemp'.
11490         * lib/idpriv-droptemp.c: New file.
11491         * modules/idpriv-droptemp: New file.
11492
11493 2009-06-08  Bruno Haible  <bruno@clisp.org>
11494
11495         Tests for module 'idpriv-drop'.
11496         * modules/idpriv-drop-tests: New file.
11497         * tests/test-idpriv-drop.sh: New file.
11498         * tests/test-idpriv-drop.su.sh: New file.
11499         * tests/test-idpriv-drop.c: New file.
11500
11501         New module 'idpriv-drop'.
11502         * lib/idpriv.h: New file.
11503         * lib-idpriv-drop.c: New file.
11504         * m4/idpriv.m4: New file.
11505         * modules/idpriv-drop: New file.
11506
11507 2009-06-08  Bruno Haible  <bruno@clisp.org>
11508
11509         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
11510         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11511         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11512         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11513         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11514         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11515         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11516
11517 2009-06-08  Eric Blake  <ebb9@byu.net>
11518
11519         test-strstr: use memory fence, when possible
11520         * tests/test-strstr.c (main): Use memory fence, in order to be
11521         more likely to trigger Debian bug 521737.
11522         * modules/strstr-tests (Files): Pull in additional files.
11523
11524         memchr: no longer obsolete, for wider field testing
11525         * modules/memchr (Status, Notice): Delete, this module is no
11526         longer obsolete.
11527         * modules/vasnprintf (Depends-on): Add memchr.
11528
11529 2009-06-07  Jim Meyering  <meyering@redhat.com>
11530
11531         hash: declare some functions with the warn_unused_result attribute
11532         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
11533
11534 2009-06-07  Bruno Haible  <bruno@clisp.org>
11535
11536         * tests/test-alignof.c: Don't test int64_t if it does not exist.
11537         Reported by Eric Blake.
11538
11539 2009-06-06  Eric Blake  <ebb9@byu.net>
11540
11541         test-alignof: fix typo with long double
11542         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
11543         compiler error.
11544
11545 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
11546
11547         Escape non-texinfo { and }s.
11548         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
11549         markup error.
11550
11551 2009-06-04  Jim Meyering  <meyering@redhat.com>
11552
11553         gitlog-to-changelog: don't infloop on an empty commit log
11554         * build-aux/gitlog-to-changelog: Warn about an empty log message.
11555         Reported by Boris Petersen <transacid@centerim.org>.
11556
11557 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
11558
11559         version-etc: extend for packagers
11560         Add three new configure options, intended for packagers:
11561           --with-packager="packager name"
11562           --with-packager-version="packager-specific version"
11563           --with-packager-bug-reports="packager bug reporting"
11564         An example with coreutils:
11565           $ ./configure \
11566             --with-packager=Gentoo \
11567             --with-packager-bug-report=http://bugs.gentoo.org/ \
11568             --with-packager-version="patchset 1.6"
11569           $ ./src/ls --version | head -n2
11570           ls (GNU coreutils) 7.1-dirty
11571           Packaged by Gentoo (patchset 1.6)
11572         Note that the bug reporting info via --help doesn't show up because
11573         coreutils uses its own custom emit_bug_reporting_address() implementation
11574         in src/system.h.  If it didn't, it'd look like:
11575           $ ./src/ls --help | tail -n4
11576           Report bugs to <bug-coreutils@gnu.org>.
11577           Report Gentoo bugs to <http://bugs.gentoo.org/>.
11578           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
11579           General help using GNU software: <http://www.gnu.org/gethelp/>.
11580         * lib/version-etc.c: Print new information, if provided.
11581         * m4/version-etc.m4: New file.
11582         * modules/version-etc (Files): Add m4/version-etc.m4.
11583         (configure.ac): Add gl_VERSION_ETC.
11584
11585 2009-05-31  Bruno Haible  <bruno@clisp.org>
11586
11587         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
11588         and 'int64_t'.
11589         * modules/alignof-tests (Dependencies): Add stdint.
11590         Reported by Eric Blake.
11591
11592 2009-05-31  Bruno Haible  <bruno@clisp.org>
11593
11594         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
11595         restriction due to compiler bugs.
11596         Reported by Eric Blake.
11597
11598 2009-05-31  Simon Josefsson  <simon@josefsson.org>
11599             Bruno Haible  <bruno@clisp.org>
11600
11601         Fix test-alignof failure.
11602         * lib/alignof.h (alignof_slot): New macro.
11603         (alignof_type): New macro, with the same semantics as the previous
11604         'alignof'.
11605         (alignof): Alias to alignof_slot.
11606         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
11607         check that the results are usable as constant expressions.
11608
11609 2009-05-31  Bruno Haible  <bruno@clisp.org>
11610
11611         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
11612         * tests/test-memchr.c (main): Check that memchr does not read past the
11613         first occurrence of the byte.
11614         * tests/test-strstr.c (main): Update comment.
11615         Suggested by Eric Blake.
11616
11617 2009-05-30  Bruno Haible  <bruno@clisp.org>
11618
11619         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
11620         detail how to use dumpbin.
11621         Reported by David Byron <dbyron@dbyron.com>.
11622
11623 2009-06-02  Simon Josefsson  <simon@josefsson.org>
11624
11625         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
11626
11627 2009-06-02  Simon Josefsson  <simon@josefsson.org>
11628
11629         * m4/manywarnings.m4: Add GCC 4.4 warnings.
11630
11631 2009-05-28  Bruno Haible  <bruno@clisp.org>
11632
11633         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
11634         build-aux/ files.
11635
11636 2009-05-28  Simon Josefsson  <simon@josefsson.org>
11637
11638         * gnulib-tool (func_import): Transform license on build-aux/ files too.
11639
11640 2009-05-27  Simon Josefsson  <simon@josefsson.org>
11641
11642         * gnulib-tool (sed_transform_main_lib_file)
11643         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
11644         regexps.
11645
11646 2009-05-26  Simon Josefsson  <simon@josefsson.org>
11647
11648         * tests/test-strstr.c: Add another self-test.
11649         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
11650         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
11651
11652 2009-05-23  Bruno Haible  <bruno@clisp.org>
11653
11654         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
11655         change.
11656
11657 2009-05-21  Bruno Haible  <bruno@clisp.org>
11658
11659         Simplify use of mode_t varargs.
11660         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
11661         uses 'mode_t' or 'int'.
11662         * lib/openat.c (openat): Likewise.
11663         * lib/open-safer.c (open_safer): Likewise.
11664         * m4/mode_t.m4: New file.
11665         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
11666         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
11667         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
11668         * modules/open (Files): Add m4/mode_t.m4.
11669         * modules/openat (Files): Likewise.
11670         * modules/fcntl-safer (Files): Likewise.
11671         Suggested by Eric Blake.
11672
11673 2009-05-21  Pádraig Brady  <P@draigbrady.com>
11674
11675         * doc/glibc-functions/fallocate.texi: New file.
11676         * doc/gnulib.texi: Include it.
11677
11678 2009-05-21  Eric Blake  <ebb9@byu.net>
11679             Bruno Haible  <bruno@clisp.org>
11680
11681         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
11682         invocations.
11683         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11684
11685 2009-05-21  Eric Blake  <ebb9@byu.net>
11686             Bruno Haible  <bruno@clisp.org>
11687
11688         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
11689         include_next. Fix of 2008-11-20 commit.
11690         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
11691         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
11692         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
11693         NEXT_MATH_H.
11694         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
11695         instead of NEXT_MATH_H.
11696
11697 2009-05-21  Bruno Haible  <bruno@clisp.org>
11698
11699         Avoid redefinition warnings for SIZE_MAX.
11700         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
11701         Reported by Simon Josefsson.
11702
11703 2009-05-21  Bruno Haible  <bruno@clisp.org>
11704
11705         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
11706         AC_CACHE_VAL.
11707
11708 2009-05-20  Bruno Haible  <bruno@clisp.org>
11709
11710         Make zeroptr.h work on mingw.
11711         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
11712         mprotect.
11713         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
11714         * modules/memchr2-tests (configure.ac): Likewise.
11715         * modules/memcmp-tests (configure.ac): Likewise.
11716         * modules/memmem-tests (configure.ac): Likewise.
11717         * modules/memrchr-tests (configure.ac): Likewise.
11718         Reported by Simon Josefsson.
11719
11720 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11721
11722         * tests/test-glob.c: Include string.h for strcmp prototype.
11723
11724 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11725
11726         * modules/getdelim (Depends-on): Add explicit stdint, although it
11727         was implicitly already pulled in via realloc-posix.
11728         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
11729
11730 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11731
11732         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
11733         G. Christensen" <tgc@jupiterrise.com>.
11734         * m4/sys_socket_h.m4: Check for sa_family_t.
11735         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
11736         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
11737         * tests/test-sys_socket.c: Check that sa_family_t works.
11738
11739 2009-05-18  Eric Blake  <ebb9@byu.net>
11740
11741         maint.mk: allow gnulib_dir in VPATH build
11742         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
11743
11744 2009-05-15  Jim Meyering  <meyering@redhat.com>
11745
11746         maint.mk: Give gnulib_dir a default definition.
11747         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
11748         Thus, most packages no longer need to specify this variable in cfg.mk
11749
11750 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
11751
11752         rename.m4: fix typos that would make non-mingw cross-configure fail
11753         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
11754
11755 2009-05-13  Eric Blake  <ebb9@byu.net>
11756
11757         mmap-anon: avoid out-of-order autoconf expansion
11758         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
11759         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
11760         * modules/memchr-tests (Depends-on): Add extensions.
11761         * modules/memchr2-tests (Depends-on): Add extensions.
11762         * modules/memcmp-tests (Depends-on): Add extensions.
11763         * modules/memmem-tests (Depends-on): Add extensions.
11764         * modules/memrchr-tests (Depends-on): Add extensions.
11765
11766 2009-05-13  Bruno Haible  <bruno@clisp.org>
11767
11768         Make some tests ISO C 99 compliant.
11769         * tests/zerosize-ptr.h: New file.
11770         * tests/test-memchr.c: Include zerosize-ptr.h.
11771         (main): Use a zero-size object pointer instead of NULL.
11772         * tests/test-memchr2.c: Include zerosize-ptr.h.
11773         (main): Use a zero-size object pointer instead of NULL.
11774         * tests/test-memcmp.c: Include zerosize-ptr.h.
11775         (main): Use a zero-size object pointer instead of NULL.
11776         * tests/test-memmem.c: Include zerosize-ptr.h.
11777         (main): Use a zero-size object pointer instead of NULL.
11778         * tests/test-memrchr.c: Include zerosize-ptr.h.
11779         (main): Use a zero-size object pointer instead of NULL.
11780         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
11781         m4/mmap-anon.m4.
11782         (Depends-on): Add getpagesize.
11783         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11784         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
11785         m4/mmap-anon.m4.
11786         (Depends-on): Add getpagesize.
11787         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11788         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
11789         m4/mmap-anon.m4.
11790         (Depends-on): Add getpagesize.
11791         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11792         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
11793         m4/mmap-anon.m4.
11794         (Depends-on): Add getpagesize.
11795         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11796         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
11797         m4/mmap-anon.m4.
11798         (Depends-on): Add getpagesize.
11799         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11800
11801 2009-05-12  Bruno Haible  <bruno@clisp.org>
11802
11803         Tests for module 'alignof'.
11804         * modules/alignof-tests: New file.
11805         * tests/test-alignof.c: New file.
11806
11807 2009-05-12  Bruno Haible  <bruno@clisp.org>
11808
11809         Fix alignof macro.
11810         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
11811         vendor compilers that are always correct.
11812
11813 2009-05-12  Bruno Haible  <bruno@clisp.org>
11814
11815         Make the MAP_ANONYMOUS detection work on HP-UX 11.
11816         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
11817         not whether its fully works.
11818
11819 2009-05-12  Bruno Haible  <bruno@clisp.org>
11820
11821         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
11822
11823 2009-05-12  Jim Meyering  <meyering@redhat.com>
11824
11825         * top/maint.mk: Adjust backslash alignment.
11826
11827 2009-05-11  Simon Josefsson  <simon@josefsson.org>
11828
11829         * top/maint.mk: Make $(srcdir)/build-aux configurable.
11830
11831 2009-05-11  Eric Blake  <ebb9@byu.net>
11832
11833         argp: avoid undefined behavior
11834         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
11835         macros.
11836
11837 2009-05-08  Simon Josefsson  <simon@josefsson.org>
11838
11839         * tests/test-vc-list-files-git.sh: Do git config of user.email and
11840         user.name to prevent git commit from complaining.
11841
11842 2009-05-10  Bruno Haible  <bruno@clisp.org>
11843
11844         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
11845         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
11846         it rewrites every file name only once.
11847         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
11848
11849 2009-05-08  Bruno Haible  <bruno@clisp.org>
11850
11851         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
11852         instead of 'max'.
11853
11854 2009-05-08  Simon Josefsson  <simon@josefsson.org>
11855
11856         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
11857         sockaddr_storage test.
11858
11859 2009-05-07  Simon Josefsson  <simon@josefsson.org>
11860
11861         * modules/sys_socket (Makefile.am): Substitute
11862         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
11863         * m4/sys_socket_h.m4: Check for sockaddr_storage.
11864         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
11865         * tests/test-sys_socket.c: Check sockaddr_storage.
11866
11867 2009-05-08  Bruno Haible  <bruno@clisp.org>
11868
11869         New module 'alignof'.
11870         * lib/alignof.h: New file.
11871         * modules/alignof: New file.
11872
11873 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11874             Bruno Haible  <bruno@clisp.org>
11875
11876         Fix test-file-has-acl on FreeBSD.
11877         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
11878         mask is implicitly added.
11879         * tests/test-file-has-acl.c: Include <signal.h>.
11880         (main): Terminate the test after 5 seconds.
11881         * modules/acl-tests (configure.ac): Check for alarm function.
11882
11883 2009-05-04  Bruno Haible  <bruno@clisp.org>
11884
11885         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
11886         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
11887         * modules/errno (configure.ac): Drop AC_REQUIRE.
11888         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
11889         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
11890
11891 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11892
11893         * modules/glob-tests: New module.
11894         * tests/test-glob.c: Add.
11895
11896 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11897
11898         * modules/fnmatch-tests: New module.
11899         * tests/test-fnmatch.c: Add.
11900
11901 2009-05-04  Eric Blake  <ebb9@byu.net>
11902
11903         maint: make the new no-submodule-changes rule VPATH-safe
11904         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
11905
11906 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11907             Bruno Haible  <bruno@clisp.org>
11908
11909         acl: Fix infinite loop on FreeBSD.
11910         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
11911         of return value from acl_get_entry.
11912         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
11913         Likewise.
11914
11915 2009-05-03  Bruno Haible  <bruno@clisp.org>
11916
11917         * lib/acl-internal.h (acl_entries): Clarify return value.
11918         * lib/acl_entries.c (acl_entries): Likewise.
11919
11920 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11921
11922         Bug fix in acl module.
11923         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
11924
11925 2009-05-03  Bruno Haible  <bruno@clisp.org>
11926
11927         Create gperf-generated file in the source dir, not in the build dir.
11928         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
11929         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
11930         * modules/unicase/locale-language (unicase/locale-languages.h):
11931         Likewise.
11932         * modules/unicase/special-casing (unicase/special-casing-table.h):
11933         Likewise.
11934         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
11935         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
11936         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
11937         Reported by Ralf Wildenhues.
11938
11939 2009-05-03  Bruno Haible  <bruno@clisp.org>
11940
11941         * modules/fnmatch (Description, configure.ac): Taken from
11942         fnmatch-posix.
11943         * modules/fnmatch-posix: Turn into a symbolic reference to the
11944         'fnmatch' module, and deprecate.
11945         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
11946
11947 2009-05-03  Bruno Haible  <bruno@clisp.org>
11948
11949         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
11950         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
11951         Reported by Ralf Wildenhues.
11952
11953 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11954
11955         * m4/fnmatch.m4: Fix fnmatch re-define.
11956
11957 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11958
11959         priv-set: new module and tests; adapt write-any-file
11960         * lib/priv-set.c: New file.
11961         * lib/priv-set.h: New file.
11962         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
11963         * lib/write-any-file.c: Simplify by using priv-set module.
11964         * m4/priv-set.m4: New file.
11965         * modules/priv-set: New file.
11966         * modules/unlinkdir: Add dependency on priv-set module.
11967         * modules/write-any-file: Likewise.
11968
11969         Tests for module 'priv-set'.
11970         * modules/priv-set-tests: New file.
11971         * tests/test-priv-set.c: New file.
11972
11973 2009-05-03  Jim Meyering  <meyering@redhat.com>
11974             Bruno Haible  <bruno@clisp.org>
11975
11976         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
11977         use the converted UTF-8 variant of the name instead.
11978
11979 2009-05-03  Jim Meyering  <meyering@redhat.com>
11980
11981         tests: tighten some getdate tests
11982         * tests/test-getdate.c (main): Tighten tests: require equality,
11983         not just greater than.  Set TZ envvar to UTC0.
11984
11985 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
11986
11987         getdate: correctly interpret "next monday" when run on a Monday
11988         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
11989         that e.g., "next tues" (when run on a tuesday) results in a date
11990         that is one week in the future, and not today's date.
11991         I.e., add a week when the wday is the same as the current one.
11992         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
11993         and earlier by Martin Bernreuther and Jan Minář.
11994         * tests/test-getdate.c (main): Check that "next DAY" is always in
11995         the future and that "last DAY" is always in the past.
11996
11997 2009-05-02  Jim Meyering  <meyering@redhat.com>
11998
11999         build: ensure that a release build fails when a submodule is unclean
12000         * top/maint.mk (no-submodule-changes): New rule.
12001         (alpha beta major): Depend on it.
12002
12003 2009-05-02  Bruno Haible  <bruno@clisp.org>
12004
12005         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
12006         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
12007         shell variable gl_fnmatch_required to detect which variant is
12008         requested.
12009         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
12010         gl_FUNC_FNMATCH_POSIX.
12011         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
12012         exclude fnmatch-posix.
12013
12014 2009-05-02  Bruno Haible  <bruno@clisp.org>
12015
12016         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
12017         * modules/mbsrtowcs (License): Change to LGPLv2+.
12018         * modules/strnlen1 (License): Likewise.
12019         Reported by Simon Josefsson.
12020
12021 2009-05-02  Bruno Haible  <bruno@clisp.org>
12022
12023         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
12024         "cross".
12025         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
12026         gnulib-tool was called with option --source-base=lib.
12027
12028 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12029
12030         Use automake *-local hooks without commands, for extensibility.
12031         * modules/localcharset (Makefile.am): Rename install-exec-local
12032         rule to install-exec-localcharset, and make it a prerequisite of
12033         install-exec-local.  Likewise, rename the uninstall-local rule to
12034         uninstall-localcharset, and make it a prerequisite of the former.
12035
12036 2009-05-01  Bruno Haible  <bruno@clisp.org>
12037
12038         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
12039         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12040         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
12041         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
12042         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
12043         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12044         m4/locale-zh.m4, m4/codeset.m4.
12045
12046         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12047         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
12048         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12049         m4/locale-zh.m4.
12050
12051         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
12052         REPLACE_WCRTOMB if mbstate_t must be replaced.
12053         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
12054         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
12055
12056 2009-05-01  Bruno Haible  <bruno@clisp.org>
12057
12058         Avoid compiler warnings when redefining macros defined by <libintl.h>.
12059         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
12060         dngettext, dcngettext, textdomain, bindtextdomain,
12061         bind_textdomain_codeset): Undefine before redefining.
12062
12063 2009-04-30  Bruno Haible  <bruno@clisp.org>
12064
12065         Fix bug introduced on 2009-04-25.
12066         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
12067         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
12068         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
12069         is defined.
12070         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
12071         is defined.
12072         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
12073         is defined.
12074         Reported by Elbert_Pol <elbert.pol@gmail.com>.
12075
12076 2009-04-28  Bruno Haible  <bruno@clisp.org>
12077
12078         Comment tweaks.
12079         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
12080         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
12081         * lib/unicase.h (u*_casexfrm): Likewise.
12082         Reported by Paolo Bonzini.
12083
12084 2009-04-28  Bruno Haible  <bruno@clisp.org>
12085
12086         Fix a compilation error.
12087         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
12088         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12089         Reported by Jim Meyering.
12090
12091 2009-04-27  Bruno Haible  <bruno@clisp.org>
12092
12093         New module 'libunistring'.
12094         * modules/libunistring: New file.
12095         * m4/libunistring.m4: New file.
12096         * MODULES.html.sh (Unicode string functions): Add it.
12097
12098 2009-04-27  Eric Blake  <ebb9@byu.net>
12099
12100         maint.mk: allow package-specific header to provide <config.h>
12101         * top/maint.mk (sc_require_config_h): New variable.
12102         (sc_require_config_h, sc_require_config_h_first): Use it.
12103
12104 2009-04-27  Simon Josefsson  <simon@josefsson.org>
12105
12106         * top/maint.mk (sc_avoid_if_before_free): Except
12107         useless-if-before-free script.
12108
12109 2009-04-27  Eric Blake  <ebb9@byu.net>
12110
12111         maintainer-makefile: depend on all required helper scripts
12112         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
12113         useless-if-before-free.
12114         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
12115         version, rather than assuming gnulib checkout is available.
12116         Reported by Simen Josefsson.
12117
12118 2009-04-26  Bruno Haible  <bruno@clisp.org>
12119
12120         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
12121         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
12122         "../" or "..".
12123
12124 2009-04-26  Bruno Haible  <bruno@clisp.org>
12125
12126         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
12127         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
12128         AC_LIB_HAVE_LINKFLAGS.
12129
12130 2009-04-26  Bruno Haible  <bruno@clisp.org>
12131
12132         Simplify calling convention of u*_conv_from_encoding.
12133         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
12134         u32_conv_from_encoding): Expect a resultbuf argument and return the
12135         result directly as a pointer.
12136         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
12137         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
12138         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
12139         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
12140         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
12141         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12142         Update.
12143         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
12144         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
12145         * lib/vasnprintf.c (VASNPRINTF): Update.
12146         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
12147         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
12148         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
12149         * NEWS: Mention the change.
12150
12151 2009-04-26  Bruno Haible  <bruno@clisp.org>
12152
12153         Simplify calling convention of u*_conv_to_encoding.
12154         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12155         u32_conv_to_encoding): Expect a resultbuf argument and return the
12156         result directly as a pointer.
12157         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12158         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
12159         freeing scaled_offsets if mem_iconveha failed.
12160         * lib/unicase/u-casexfrm.h (FUNC): Update.
12161         * lib/uninorm/u-normxfrm.h (FUNC): Update.
12162         * lib/vasnprintf.c (VASNPRINTF): Update.
12163         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
12164         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
12165         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
12166         * NEWS: Mention the change.
12167
12168 2009-04-26  Bruno Haible  <bruno@clisp.org>
12169
12170         Avoid test failures on AIX and OSF/1.
12171         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
12172         malloc(0).
12173         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12174         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12175         Likewise.
12176         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
12177         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
12178         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
12179         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
12180         * doc/posix-functions/malloc.texi: Document the portability problem
12181         related to malloc(0).
12182
12183 2009-04-26  Bruno Haible  <bruno@clisp.org>
12184
12185         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
12186         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
12187         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
12188
12189 2009-04-25  Bruno Haible  <bruno@clisp.org>
12190
12191         Avoid link error when creating a namespace clean library.
12192         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
12193         as macro with arguments if already defined as an alias.
12194         * lib/signbitf.c (gl_signbitf): Don't undefine.
12195         * lib/signbitd.c (gl_signbitd): Don't undefine.
12196         * lib/signbitl.c (gl_signbitl): Don't undefine.
12197
12198 2009-04-25  Jim Meyering  <meyering@redhat.com>
12199
12200         vc-list-files: fix another quoting bug
12201         * build-aux/vc-list-files: Avoid sed backslash expansion
12202         of pathological directory names.
12203
12204 2009-04-25  Eric Blake  <ebb9@byu.net>
12205
12206         vc-list-files: fix shell quoting error
12207         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
12208         timestamp.
12209
12210 2009-04-25  Jim Meyering  <meyering@redhat.com>
12211
12212         vc-list-files: restore lost functionality with subdir argument
12213         * build-aux/vc-list-files: When given a non-"." sub-directory
12214         argument, substitute the $dir/ prefix back onto each resulting name.
12215         Otherwise, coreutils' root_tests check would fail.
12216
12217 2009-04-24  Eric Blake  <ebb9@byu.net>
12218
12219         vc-list-files: ignore git symlinks
12220         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
12221         than ls-files, to ignore git symlinks.
12222
12223         maint.mk: import improvements from m4
12224         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
12225         (move_if_change): Delete unused macro.
12226         (news-date-check, vc-diff-check): Support VPATH builds.
12227         (announcement): Likewise.  Split --bootstrap-tools list...
12228         (boostrap-tools): ...into separate list, which can be overridden
12229         in cfg.mk.
12230         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
12231         requiring dependency on useless-if-before-free module.
12232         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
12233         Support VPATH builds.
12234
12235 2009-04-24  Jim Meyering  <meyering@redhat.com>
12236
12237         maint.mk: remove coreutils-specific rules and variables
12238         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
12239         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
12240         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
12241
12242         maint.mk: remove obsolete rule
12243         * top/maint.mk (rel-check): Remove rule.
12244         (WGET, WGETFLAGS): Remove now-unused variables.
12245
12246 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12247
12248         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
12249         consistency.
12250
12251         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
12252         '$(PATH_SEPARATOR)' instead of ':'.
12253
12254 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12255
12256         * lib/getopt1.c (main): Use 'const' for static array.
12257
12258 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12259
12260         * top/maint.mk: Sync with coreutils.
12261         * NEWS: Explain incompatibilities.
12262
12263 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12264             Bruno Haible  <bruno@clisp.org>
12265
12266         Fix cross-compilation results.
12267         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
12268         statement, as third argument of AC_TRY_RUN.
12269         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
12270         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
12271         Likewise.
12272         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
12273         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
12274         Likewise.
12275         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
12276         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
12277         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
12278
12279 2009-04-20  Bruno Haible  <bruno@clisp.org>
12280
12281         Avoid test failure on mingw.
12282         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
12283
12284 2009-04-20  Bruno Haible  <bruno@clisp.org>
12285
12286         Avoid compilation error on mingw.
12287         * modules/localename-tests (Depends-on): Add locale.
12288
12289 2009-04-19  Bruno Haible  <bruno@clisp.org>
12290
12291         Support for building a shared library on Windows platforms.
12292         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
12293         (main): Test the presence of UNINORM_NFC here.
12294         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
12295         (main): Test the presence of UNINORM_NFD here.
12296         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
12297         (main): Test the presence of UNINORM_NFKC here.
12298         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
12299         (main): Test the presence of UNINORM_NFKD here.
12300
12301 2009-04-19  Bruno Haible  <bruno@clisp.org>
12302
12303         Avoid a compiler warning.
12304         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
12305         Change type of variable 'sequence'.
12306
12307 2009-04-19  Bruno Haible  <bruno@clisp.org>
12308
12309         * modules/configmake (Makefile.am): When the contents of configmake.h
12310         does not change, arrange to preserve its modification time.
12311
12312 2009-04-17  Simon Josefsson  <simon@josefsson.org>
12313
12314         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
12315         gettext domain.
12316
12317 2009-04-16  Jim Meyering  <meyering@redhat.com>
12318
12319         useless-if-before-free: improve conversion code
12320         * build-aux/useless-if-before-free: Adjust code-in-comment to match
12321         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
12322
12323 2009-04-14  Bruno Haible  <bruno@clisp.org>
12324
12325         * modules/fcntl (Depends-on): Add extensions.
12326         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
12327
12328 2009-04-12  Ben Pfaff  <blp@gnu.org>
12329
12330         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
12331         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
12332
12333 2009-03-20  Ben Pfaff  <blp@gnu.org>
12334
12335         Make rename replace existing destinations on Windows.
12336         * m4/rename.m4: Add test for Mingw.
12337         * lib/rename.c: Add rename replacement that uses MoveFileEx with
12338         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
12339         * doc/posix-functions/rename.texi: Document.
12340
12341 2009-04-10  Bruno Haible  <bruno@clisp.org>
12342
12343         New include file "iconveh.h".
12344         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
12345         * lib/striconveh.h: Include it.
12346         (enum iconv_ilseq_handler): Remove definition.
12347         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
12348         striconveh.h.
12349         * lib/striconveha.c: Include striconveh.h.
12350         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
12351         * modules/striconveh (Files): Add lib/iconveh.h.
12352         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
12353         lib/striconveh.h.
12354
12355 2009-04-10  Bruno Haible  <bruno@clisp.org>
12356
12357         * lib/uniconv.h: Update comment.
12358
12359 2009-04-10  Bruno Haible  <bruno@clisp.org>
12360
12361         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
12362         always.
12363         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12364         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12365         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12366         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
12367         "unistring-notinline.h", so that the function gets defined always.
12368         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12369         * lib/unistr/u8-uctomb.c: Likewise.
12370         * lib/unistr/u16-mbtouc.c: Likewise.
12371         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12372         * lib/unistr/u16-uctomb.c: Likewise.
12373         * lib/unistr/u32-mbtouc.c: Likewise.
12374         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12375         * lib/unistr/u32-uctomb.c: Likewise.
12376
12377 2009-04-10  Bruno Haible  <bruno@clisp.org>
12378
12379         Mark 'utime' obsolete.
12380         * modules/utime (Status, Notice): New sections.
12381         Suggested by Jim Meyering.
12382
12383         Fix cross-compile guess for utime test.
12384         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
12385         autoconf.
12386         * doc/posix-functions/utime.texi: Give more precisions.
12387         Reported by Jan <ipif@ymail.com>.
12388
12389 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
12390
12391         filevercmp: correct today's change
12392         * lib/filevercmp.c: Also handle coreutils' test inputs.
12393         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
12394
12395         Fix regression in 'filevercmp' module. Thanks Sven Joachim
12396         for reporting it.
12397         * lib/filevercmp.c: Special handle for "", "." and "..".
12398         * tests/test-filevercmp.c: Enlarge the set suite.
12399
12400 2009-04-07  Jim Meyering  <meyering@redhat.com>
12401
12402         useless-if-before-free: show how to remove braced useless free, too
12403         * build-aux/useless-if-before-free: still only in a comment, though.
12404
12405 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
12406
12407         maint.mk: import changes to syntax-check macros from coreutils
12408         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
12409         Use them in the relevant macros.
12410
12411 2009-04-06  Bruno Haible  <bruno@clisp.org>
12412
12413         Fix unportable use of bit-fields.
12414         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
12415         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
12416         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
12417
12418 2009-04-06  Bruno Haible  <bruno@clisp.org>
12419
12420         Avoid test failures on AIX and OSF/1.
12421         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
12422         that malloc(0) = NULL.
12423         * tests/unicase/test-u8-tolower.c (check): Likewise.
12424         * tests/unicase/test-u8-totitle.c (check): Likewise.
12425         * tests/unicase/test-u8-toupper.c (check): Likewise.
12426         * tests/unicase/test-u16-casefold.c (check): Likewise.
12427         * tests/unicase/test-u16-tolower.c (check): Likewise.
12428         * tests/unicase/test-u16-totitle.c (check): Likewise.
12429         * tests/unicase/test-u16-toupper.c (check): Likewise.
12430         * tests/unicase/test-u32-casefold.c (check): Likewise.
12431         * tests/unicase/test-u32-tolower.c (check): Likewise.
12432         * tests/unicase/test-u32-totitle.c (check): Likewise.
12433         * tests/unicase/test-u32-toupper.c (check): Likewise.
12434         * tests/uninorm/test-u8-nfc.c (check): Likewise.
12435         * tests/uninorm/test-u8-nfd.c (check): Likewise.
12436         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
12437         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
12438         * tests/uninorm/test-u16-nfc.c (check): Likewise.
12439         * tests/uninorm/test-u16-nfd.c (check): Likewise.
12440         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
12441         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
12442         * tests/uninorm/test-u32-nfc.c (check): Likewise.
12443         * tests/uninorm/test-u32-nfd.c (check): Likewise.
12444         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
12445         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
12446
12447 2009-04-05  Bruno Haible  <bruno@clisp.org>
12448
12449         Work around an autoconf limitation.
12450         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
12451         comment line if it would be longer than 3 KB.
12452
12453 2009-04-05  Bruno Haible  <bruno@clisp.org>
12454
12455         Avoid test failure with libiconv-1.13.
12456         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
12457         of the expected test results.
12458
12459 2009-04-05  Bruno Haible  <bruno@clisp.org>
12460
12461         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
12462         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
12463         that it should be installed.
12464
12465 2009-04-05  Bruno Haible  <bruno@clisp.org>
12466
12467         * gnulib-tool: New option --copy-file.
12468         (func_usage): Document it.
12469         (func_dest_tmpfilename): Moved out of func_import.
12470         (func_add_file, func_update_file): New functions, extracted from
12471         func_import.
12472         (func_import): Update.
12473
12474 2009-04-05  Karl Berry  <karl@gnu.org>
12475
12476         * README: prominently mention gnulib-tool.
12477         Rearrange sections so getting the code is near the top.
12478
12479 2009-04-05  Bruno Haible  <bruno@clisp.org>
12480
12481         * lib/unicase.h: Mention u*_cmp2.
12482         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
12483         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
12484         * lib/unicase/ulc-casecmp.c: Likewise.
12485         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
12486         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
12487         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
12488         unistr/u8-cmp.
12489         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
12490         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
12491         unistr/u16-cmp.
12492         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
12493         unistr/u32-cmp.
12494
12495         * lib/uninorm.h: Mention u*_cmp2.
12496         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
12497         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
12498         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
12499         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
12500         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
12501         unistr/u8-cmp.
12502         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
12503         unistr/u16-cmp.
12504         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
12505         unistr/u32-cmp.
12506
12507         New module 'unistr/u32-cmp2'.
12508         * lib/unistr/u32-cmp2.c: New file.
12509         * modules/unistr/u32-cmp2: New file.
12510
12511         New module 'unistr/u16-cmp2'.
12512         * lib/unistr/u16-cmp2.c: New file.
12513         * modules/unistr/u16-cmp2: New file.
12514
12515         New module 'unistr/u8-cmp2'.
12516         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
12517         * lib/unistr/u8-cmp2.c: New file.
12518         * lib/unistr/u-cmp2.h: New file.
12519         * modules/unistr/u8-cmp2: New file.
12520
12521 2009-04-05  Bruno Haible  <bruno@clisp.org>
12522
12523         * lib/unictype.h (uc_property_is_valid): New macro.
12524         * tests/unictype/test-pr_byname.c (main): Use it.
12525
12526         * lib/unistr.h: Doc fixes.
12527         * lib/uniconv.h: Doc fixes.
12528         * lib/unictype.h: Doc fixes.
12529
12530 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
12531
12532         Port coreutils 7.2 to Solaris 8.
12533
12534         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
12535         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
12536         for Solaris 8.  This is a bit of a hack, as it means it's the
12537         caller's responsibility to add -lnsl if needed, but most likely it
12538         won't be needed since only getaddrinfo uses this and getaddrinfo
12539         isn't needed on Solaris 8.
12540
12541         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
12542         problem to Solaris 8 encountered with coreutils 7.2, which
12543         resulted in a message "fnmatch.c:292: warning: passing argument 4
12544         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
12545         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
12546
12547 2009-04-03  Simon Josefsson  <simon@josefsson.org>
12548
12549         * m4/ld-version-script.m4: Add FIXME comment.
12550
12551 2009-04-02  Simon Josefsson  <simon@josefsson.org>
12552
12553         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
12554         SOVERSION variable.
12555
12556 2009-04-02  Bruno Haible  <bruno@clisp.org>
12557
12558         * Makefile (info, html, dvi, pdf): Combine the rules.
12559         Suggested by Jim Meyering.
12560
12561 2009-04-01  Bruno Haible  <bruno@clisp.org>
12562
12563         * Makefile (info, html, dvi, pdf): New targets.
12564         Reported by Reuben Thomas <rrt@sc3d.org>.
12565
12566 2009-04-01  Bruno Haible  <bruno@clisp.org>
12567
12568         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
12569         can be put into PATH.
12570         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
12571
12572 2009-04-01  Bruno Haible  <bruno@clisp.org>
12573
12574         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
12575
12576 2009-04-01  Bruno Haible  <bruno@clisp.org>
12577
12578         Rename module 'visibility'.
12579         * modules/lib-symbol-visibility: Renamed from modules/visibility.
12580         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
12581         * doc/gnulib.texi: Update.
12582         * MODULES.html.sh (Misc): Update.
12583         * NEWS: Mention the change.
12584
12585 2009-04-01  Simon Josefsson  <simon@josefsson.org>
12586
12587         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
12588         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
12589         Eric Blake <ebb9@byu.net> for review.
12590         * MODULES.html.sh: Add lib-msvc-compat.
12591         * doc/gnulib.texi: Link to new section.
12592         * m4/ld-output-def.m4: New file.
12593         * doc/ld-output-def.texi: New file.
12594
12595 2009-04-01  Simon Josefsson  <simon@josefsson.org>
12596
12597         Rename ld-version-script to lib-symbol-versions.  Suggested by
12598         Bruno Haible <bruno@clisp.org>.
12599         * modules/ld-version-script: Renamed to lib-symbol-versions.
12600         * doc/ld-version-script.texi: Fix module name.
12601         * MODULES.html.sh: Add lib-symbol-versions.
12602
12603 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12604
12605         * modules/u64-tests: New file.
12606         * tests/test-u64.c: New file.
12607
12608 2009-03-04  Simon Josefsson  <simon@josefsson.org>
12609
12610         * MODULES.html.sh: Mention u64.
12611         * modules/u64: New module.
12612         * modules/crypto/sha512: Depend on u64 module instead of providing
12613         u64.h.
12614
12615 2009-03-27  Eric Blake  <ebb9@byu.net>
12616
12617         test-strerror: make debugging EAI_SYSTEM easier
12618         * modules/getaddrinfo-tests (Depends-on): Add strerror.
12619         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
12620         failure was EAI_SYSTEM.
12621
12622 2009-03-25  Bruno Haible  <bruno@clisp.org>
12623
12624         Fix a problem with --enable-relocatable on Solaris 7.
12625         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
12626         since 2008-02-24.
12627
12628 2009-03-25  Eric Blake  <ebb9@byu.net>
12629
12630         test-sockets: avoid gcc warning
12631         * tests/test-sockets.c (main): Silence compiler warning.
12632
12633 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12634
12635         New modules nproc, pthread, contributed by Glen Lenker.
12636
12637         * MODULES.html.sh: Add pthread, nproc.
12638         * lib/nproc.c: New file.
12639         * lib/nproc.h: New file.
12640         * lib/pthread.in.h: New file.
12641         * m4/pthread.m4: New file.
12642         * modules/nproc: New file.
12643         * modules/pthread: New file.
12644
12645 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12646
12647         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
12648         New variable.
12649
12650 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
12651
12652         filevercmp: handle simple~ and numbered.~3~ backup suffixes
12653         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
12654         * tests/test-filevercmp.c: Add tests for backup suffixes.
12655
12656 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12657
12658         * modules/stdlib (Depends-on): Add stdint, needed when defining
12659         struct random_data on, for example, HP-UX 10.20.  Reported by
12660         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12661
12662 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12663
12664         * lib/readline.c (readline): Call fflush on stdout after printing
12665         prompt.
12666
12667 2009-03-20  Bruno Haible  <bruno@clisp.org>
12668
12669         Remove dependency from 'close' module to -lws2_32 on native Windows.
12670         * lib/close-hook.h: New file.
12671         * lib/close-hook.c: New file.
12672         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
12673         w32sock.h.
12674         (_gl_close_fd_maybe_socket): Remove function.
12675         (rpl_close): Invoke execute_all_close_hooks instead of
12676         _gl_close_fd_maybe_socket.
12677         * lib/sockets.c: Include close-hook.h, w32sock.h.
12678         (close_fd_maybe_socket): New function, essentially from lib/close.c.
12679         (close_sockets_hook): New variable.
12680         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
12681         (gl_sockets_cleanup): Unregister it.
12682         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
12683         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
12684         * modules/close-hook: New file.
12685         * modules/close (Files): Remove lib/w32sock.h.
12686         (Depends-on): Add close-hook.
12687         (Link): Remove section.
12688         * modules/sockets (Files): Add lib/w32sock.h.
12689         (Depends-on): Add close-hook.
12690         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
12691         invocation.
12692         * NEWS: Mention that LIB_CLOSE is gone.
12693
12694 2009-03-23  Eric Blake  <ebb9@byu.net>
12695
12696         signal-tests: test previous patch
12697         * tests/test-signal.c: New file.
12698         * modules/signal-tests: Likewise.
12699
12700         signal.h: always support 'volatile sig_atomic_t'
12701         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
12702         (gl_SIGNAL_H_DEFAULTS): Add a default.
12703         * modules/signal (Makefile.am): Substitute if needed.
12704         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
12705         users can blindly add volatile.
12706         * doc/posix-headers/signal.texi (signal.h): Document it.
12707         Reported by Matthew Woehlke.
12708
12709 2009-03-23  Jim Meyering  <meyering@redhat.com>
12710
12711         pathmax: PATH_MAX: use pathconf only when available
12712         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
12713         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
12714         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
12715         This avoids a link failure in a PSP cross-compilation environment
12716         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
12717
12718         * lib/vasnprintf.c (divide): Fix typo in comment.
12719
12720 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12721
12722         * gnulib-tool (func_filter_filelist): Fix comment.
12723
12724 2009-03-20  Bruno Haible  <bruno@clisp.org>
12725
12726         Make sockets.h self-contained.
12727         * lib/sockets.c: Include sockets.h first.
12728         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
12729
12730 2009-03-19  Eric Blake  <ebb9@byu.net>
12731
12732         doc: mention more functions added in cygwin 1.7.0
12733         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
12734         addition.
12735         * doc/posix-functions/log2f.texi: Likewise.
12736
12737 2009-03-19  Jim Meyering  <meyering@redhat.com>
12738
12739         fsusage: avoid syntax error due to statement-before-declaration
12740         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
12741         after all declarations.  Reported by Matthew Woehlke in
12742         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
12743
12744 2009-03-18  Eric Blake  <ebb9@byu.net>
12745
12746         build-aux/compile: sync from automake
12747         * build-aux/compile: New file, from automake.
12748         * config/srclist.txt: Mention build-aux/compile.
12749
12750 2009-03-17  Bruno Haible  <bruno@clisp.org>
12751
12752         * lib/git-merge-changelog.c: Fix typo in comment.
12753         Reported by Reuben Thomas <rrt@sc3d.org>.
12754
12755 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
12756
12757         * m4/regex.m4: update and improve help for
12758         --without-included-regex.
12759
12760 2009-03-17  Simon Josefsson  <simon@josefsson.org>
12761
12762         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
12763         failure on missing include files.
12764
12765 2009-03-17  Eric Blake  <ebb9@byu.net>
12766
12767         doc: mention more functions added in cygwin 1.7.0
12768         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
12769         addition.
12770         * doc/posix-functions/fwscanf.texi: Likewise.
12771         * doc/posix-functions/swprintf.texi: Likewise.
12772         * doc/posix-functions/swscanf.texi: Likewise.
12773         * doc/posix-functions/vfwprintf.texi: Likewise.
12774         * doc/posix-functions/vfwscanf.texi: Likewise.
12775         * doc/posix-functions/vswprintf.texi: Likewise.
12776         * doc/posix-functions/vswscanf.texi: Likewise.
12777         * doc/posix-functions/vwprintf.texi: Likewise.
12778         * doc/posix-functions/vwscanf.texi: Likewise.
12779         * doc/posix-functions/wcscasecmp.texi: Likewise.
12780         * doc/posix-functions/wcsdup.texi: Likewise.
12781         * doc/posix-functions/wcsftime.texi: Likewise.
12782         * doc/posix-functions/wcsncasecmp.texi: Likewise.
12783         * doc/posix-functions/wprintf.texi: Likewise.
12784         * doc/posix-functions/wscanf.texi: Likewise.
12785         * doc/glibc-functions/gethostbyname2.texi: Likewise.
12786
12787 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12788
12789         maint.mk: really add $(AM_MAKEFLAGS)
12790         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
12791         was inadvertently omitted in the last commit.
12792         Spotted by Bruno Haible.
12793
12794         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
12795         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
12796         $(AM_MAKEFLAGS)' rather than plain `make'.
12797
12798         gnulib-tool: execute $MAKE not make
12799         * gnulib-tool: Default $MAKE to 'make'.
12800         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
12801         than make.  Initialize $MAKE in the do-autobuild script.
12802
12803         gnulib-tool: use $MAKE not make in generated files
12804         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
12805         make, in generated files.  Initialize $MAKE in the do-autobuild
12806         script.
12807
12808         * top/GNUmakefile (_have-git-version-gen): Fix typo.
12809
12810         GNUmakefile: disable parallelism only for multiple, recursive targets
12811         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
12812         additions in the Makefile.
12813         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
12814         by Automake.
12815         (.NOTPARALLEL): Only disable parallel builds if multiple targets
12816         are listed on the command line and at least one of them is
12817         listed in $(ALL_RECURSIVE_TARGETS).
12818
12819 2009-03-14  Bruno Haible  <bruno@clisp.org>
12820
12821         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
12822         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
12823         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
12824         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
12825         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
12826         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
12827         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
12828         unistr/u8-uctomb.
12829         * modules/unistr/u8-strchr (Depends-on): Likewise.
12830         * modules/unistr/u8-strrchr (Depends-on): Likewise.
12831         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
12832         unistr/u16-uctomb.
12833         * modules/unistr/u16-strchr (Depends-on): Likewise.
12834         * modules/unistr/u16-strrchr (Depends-on): Likewise.
12835
12836 2009-03-12  Bruno Haible  <bruno@clisp.org>
12837
12838         Work around select() bug on Interix 3.5.
12839         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
12840         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
12841         * m4/select.m4: New file.
12842         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
12843         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
12844         * modules/select (Files): Add m4/select.m4.
12845         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
12846         * modules/nanosleep (Depends-on): Add select.
12847         * modules/poll (Depends-on): Likewise.
12848         * doc/posix-functions/select.texi: Mention the Interix bug.
12849         Reported by Markus Duft <mduft@gentoo.org>.
12850
12851         * lib/select.c: Renamed from lib/winsock-select.c.
12852         * modules/select (Files): Add lib/select.c, remove
12853         lib/winsock-select.c.
12854         (configure.ac): Update.
12855
12856 2009-03-12  Jim Meyering  <meyering@redhat.com>
12857
12858         avoid gcc warnings about unused macro definitions
12859         * lib/readtokens.c (STREQ): Remove unused definition.
12860         * lib/xmalloc.c (SIZE_MAX): Likewise.
12861         * lib/openat-die.c (N_): Likewise.
12862         * lib/mountlist.c (SIZE_MAX): Remove definition.
12863         Instead, include <stdint.h>.
12864         * lib/readutmp.c: Likewise.
12865         * modules/readutmp (Depends-on): Add stdint.
12866         * modules/mountlist (Depends-on): Add stdint.
12867         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
12868
12869 2009-03-10  Bruno Haible  <bruno@clisp.org>
12870
12871         Tests for module 'mbmemcasecoll'.
12872         * modules/mbmemcasecoll-tests: New file.
12873         * tests/test-mbmemcasecoll1.sh: New file.
12874         * tests/test-mbmemcasecoll2.sh: New file.
12875         * tests/test-mbmemcasecoll3.sh: New file.
12876         * tests/test-mbmemcasecoll.c: New file.
12877
12878         New module 'mbmemcasecoll'.
12879         * lib/mbmemcasecoll.h: New file.
12880         * lib/mbmemcasecoll.c: New file.
12881         * modules/mbmemcasecoll: New file.
12882
12883         * tests/test-mbmemcasecmp.h: New file, extracted from
12884         tests/test-mbmemcasecmp.c.
12885         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
12886         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
12887         (main): Update.
12888         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
12889
12890 2009-03-09  Bruno Haible  <bruno@clisp.org>
12891
12892         Tests for module 'mbmemcasecmp'.
12893         * modules/mbmemcasecmp-tests: New file.
12894         * tests/test-mbmemcasecmp1.sh: New file.
12895         * tests/test-mbmemcasecmp2.sh: New file.
12896         * tests/test-mbmemcasecmp3.sh: New file.
12897         * tests/test-mbmemcasecmp.c: New file.
12898
12899         New module 'mbmemcasecmp'.
12900         * lib/mbmemcasecmp.h: New file.
12901         * lib/mbmemcasecmp.c: New file.
12902         * modules/mbmemcasecmp: New file.
12903
12904 2009-03-09  Bruno Haible  <bruno@clisp.org>
12905
12906         Tests for module 'unicase/ulc-casecoll'.
12907         * modules/unicase/ulc-casecoll-tests: New file.
12908         * tests/unicase/test-ulc-casecoll1.sh: New file.
12909         * tests/unicase/test-ulc-casecoll2.sh: New file.
12910         * tests/unicase/test-ulc-casecoll.c: New file.
12911
12912         New module 'unicase/ulc-casecoll'.
12913         * lib/unicase.h (ulc_casecoll): New declaration.
12914         * lib/unicase/ulc-casecoll.c: New file.
12915         * modules/unicase/ulc-casecoll: New file.
12916
12917         New module 'unicase/ulc-casexfrm'.
12918         * lib/unicase.h (ulc_casexfrm): New declaration.
12919         * lib/unicase/ulc-casexfrm.c: New file.
12920         * modules/unicase/ulc-casexfrm: New file.
12921
12922 2009-03-09  Bruno Haible  <bruno@clisp.org>
12923
12924         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
12925         invocations.
12926
12927         * m4/mbscasecmp.m4: Remove file.
12928         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
12929         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
12930
12931         * m4/mbscasestr.m4: Remove file.
12932         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
12933         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
12934
12935         * m4/mbschr.m4: Remove file.
12936         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
12937         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
12938
12939         * m4/mbscspn.m4: Remove file.
12940         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
12941         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
12942
12943         * m4/mbslen.m4: Remove file.
12944         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
12945         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
12946
12947         * m4/mbsncasecmp.m4: Remove file.
12948         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
12949         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
12950
12951         * m4/mbsnlen.m4: Remove file.
12952         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
12953         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
12954
12955         * m4/mbspbrk.m4: Remove file.
12956         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
12957         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
12958
12959         * m4/mbspcasecmp.m4: Remove file.
12960         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
12961         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
12962
12963         * m4/mbsrchr.m4: Remove file.
12964         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
12965         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
12966
12967         * m4/mbssep.m4: Remove file.
12968         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
12969         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
12970
12971         * m4/mbsspn.m4: Remove file.
12972         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
12973         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
12974
12975         * m4/mbsstr.m4: Remove file.
12976         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
12977         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
12978
12979         * m4/mbstok_r.m4: Remove file.
12980         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
12981         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
12982
12983         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
12984
12985         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
12986         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
12987
12988         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
12989
12990 2009-03-08  Bruno Haible  <bruno@clisp.org>
12991
12992         Tests for module 'unicase/ulc-casecmp'.
12993         * modules/unicase/ulc-casecmp-tests: New file.
12994         * tests/unicase/test-ulc-casecmp1.sh: New file.
12995         * tests/unicase/test-ulc-casecmp2.sh: New file.
12996         * tests/unicase/test-ulc-casecmp.c: New file.
12997
12998         New module 'unicase/ulc-casecmp'.
12999         * lib/unicase.h (ulc_casecmp): New declaration.
13000         * lib/unicase/ulc-casecmp.c: New file.
13001         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
13002         'const SRC_UNIT *'.
13003         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
13004         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
13005         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
13006         * modules/unicase/ulc-casecmp: New file.
13007
13008         Tests for module 'unicase/u32-is-cased'.
13009         * modules/unicase/u32-is-cased-tests: New file.
13010         * tests/unicase/test-u32-is-cased.c: New file.
13011
13012         Tests for module 'unicase/u16-is-cased'.
13013         * modules/unicase/u16-is-cased-tests: New file.
13014         * tests/unicase/test-u16-is-cased.c: New file.
13015
13016         Tests for module 'unicase/u8-is-cased'.
13017         * modules/unicase/u8-is-cased-tests: New file.
13018         * tests/unicase/test-u8-is-cased.c: New file.
13019         * tests/unicase/test-is-cased.h: New file.
13020
13021         New module 'unicase/u32-is-cased'.
13022         * lib/unicase/u32-is-cased.c: New file.
13023         * modules/unicase/u32-is-cased: New file.
13024
13025         New module 'unicase/u16-is-cased'.
13026         * lib/unicase/u16-is-cased.c: New file.
13027         * modules/unicase/u16-is-cased: New file.
13028
13029         New module 'unicase/u8-is-cased'.
13030         * lib/unicase/u8-is-cased.c: New file.
13031         * lib/unicase/u-is-cased.h: New file.
13032         * modules/unicase/u8-is-cased: New file.
13033
13034         Tests for module 'unicase/u32-is-casefolded'.
13035         * modules/unicase/u32-is-casefolded-tests: New file.
13036         * tests/unicase/test-u32-is-casefolded.c: New file.
13037
13038         Tests for module 'unicase/u16-is-casefolded'.
13039         * modules/unicase/u16-is-casefolded-tests: New file.
13040         * tests/unicase/test-u16-is-casefolded.c: New file.
13041
13042         Tests for module 'unicase/u8-is-casefolded'.
13043         * modules/unicase/u8-is-casefolded-tests: New file.
13044         * tests/unicase/test-u8-is-casefolded.c: New file.
13045         * tests/unicase/test-is-casefolded.h: New file.
13046
13047         New module 'unicase/u32-is-casefolded'.
13048         * lib/unicase/u32-is-casefolded.c: New file.
13049         * modules/unicase/u32-is-casefolded: New file.
13050
13051         New module 'unicase/u16-is-casefolded'.
13052         * lib/unicase/u16-is-casefolded.c: New file.
13053         * modules/unicase/u16-is-casefolded: New file.
13054
13055         New module 'unicase/u8-is-casefolded'.
13056         * lib/unicase/u8-is-casefolded.c: New file.
13057         * modules/unicase/u8-is-casefolded: New file.
13058
13059         Tests for module 'unicase/u32-is-titlecase'.
13060         * modules/unicase/u32-is-titlecase-tests: New file.
13061         * tests/unicase/test-u32-is-titlecase.c: New file.
13062
13063         Tests for module 'unicase/u16-is-titlecase'.
13064         * modules/unicase/u16-is-titlecase-tests: New file.
13065         * tests/unicase/test-u16-is-titlecase.c: New file.
13066
13067         Tests for module 'unicase/u8-is-titlecase'.
13068         * modules/unicase/u8-is-titlecase-tests: New file.
13069         * tests/unicase/test-u8-is-titlecase.c: New file.
13070         * tests/unicase/test-is-titlecase.h: New file.
13071
13072         New module 'unicase/u32-is-titlecase'.
13073         * lib/unicase/u32-is-titlecase.c: New file.
13074         * modules/unicase/u32-is-titlecase: New file.
13075
13076         New module 'unicase/u16-is-titlecase'.
13077         * lib/unicase/u16-is-titlecase.c: New file.
13078         * modules/unicase/u16-is-titlecase: New file.
13079
13080         New module 'unicase/u8-is-titlecase'.
13081         * lib/unicase/u8-is-titlecase.c: New file.
13082         * modules/unicase/u8-is-titlecase: New file.
13083
13084         Tests for module 'unicase/u32-is-lowercase'.
13085         * modules/unicase/u32-is-lowercase-tests: New file.
13086         * tests/unicase/test-u32-is-lowercase.c: New file.
13087
13088         Tests for module 'unicase/u16-is-lowercase'.
13089         * modules/unicase/u16-is-lowercase-tests: New file.
13090         * tests/unicase/test-u16-is-lowercase.c: New file.
13091
13092         Tests for module 'unicase/u8-is-lowercase'.
13093         * modules/unicase/u8-is-lowercase-tests: New file.
13094         * tests/unicase/test-u8-is-lowercase.c: New file.
13095         * tests/unicase/test-is-lowercase.h: New file.
13096
13097         New module 'unicase/u32-is-lowercase'.
13098         * lib/unicase/u32-is-lowercase.c: New file.
13099         * modules/unicase/u32-is-lowercase: New file.
13100
13101         New module 'unicase/u16-is-lowercase'.
13102         * lib/unicase/u16-is-lowercase.c: New file.
13103         * modules/unicase/u16-is-lowercase: New file.
13104
13105         New module 'unicase/u8-is-lowercase'.
13106         * lib/unicase/u8-is-lowercase.c: New file.
13107         * modules/unicase/u8-is-lowercase: New file.
13108
13109         Tests for module 'unicase/u32-is-uppercase'.
13110         * modules/unicase/u32-is-uppercase-tests: New file.
13111         * tests/unicase/test-u32-is-uppercase.c: New file.
13112
13113         Tests for module 'unicase/u16-is-uppercase'.
13114         * modules/unicase/u16-is-uppercase-tests: New file.
13115         * tests/unicase/test-u16-is-uppercase.c: New file.
13116
13117         Tests for module 'unicase/u8-is-uppercase'.
13118         * modules/unicase/u8-is-uppercase-tests: New file.
13119         * tests/unicase/test-u8-is-uppercase.c: New file.
13120         * tests/unicase/test-is-uppercase.h: New file.
13121
13122         New module 'unicase/u32-is-uppercase'.
13123         * lib/unicase/u32-is-uppercase.c: New file.
13124         * modules/unicase/u32-is-uppercase: New file.
13125
13126         New module 'unicase/u16-is-uppercase'.
13127         * lib/unicase/u16-is-uppercase.c: New file.
13128         * modules/unicase/u16-is-uppercase: New file.
13129
13130         New module 'unicase/u8-is-uppercase'.
13131         * lib/unicase/u8-is-uppercase.c: New file.
13132         * modules/unicase/u8-is-uppercase: New file.
13133
13134         New module 'unicase/u32-is-invariant'.
13135         * lib/unicase/u32-is-invariant.c: New file.
13136         * modules/unicase/u32-is-invariant: New file.
13137
13138         New module 'unicase/u16-is-invariant'.
13139         * lib/unicase/u16-is-invariant.c: New file.
13140         * modules/unicase/u16-is-invariant: New file.
13141
13142         New module 'unicase/u8-is-invariant'.
13143         * lib/unicase/u8-is-invariant.c: New file.
13144         * lib/unicase/invariant.h: New file.
13145         * lib/unicase/u-is-invariant.h: New file.
13146         * modules/unicase/u8-is-invariant: New file.
13147
13148         Tests for module 'unicase/u32-casecoll'.
13149         * modules/unicase/u32-casecoll-tests: New file.
13150         * tests/unicase/test-u32-casecoll.c: New file.
13151
13152         Tests for module 'unicase/u16-casecoll'.
13153         * modules/unicase/u16-casecoll-tests: New file.
13154         * tests/unicase/test-u16-casecoll.c: New file.
13155
13156         Tests for module 'unicase/u8-casecoll'.
13157         * modules/unicase/u8-casecoll-tests: New file.
13158         * tests/unicase/test-u8-casecoll.c: New file.
13159
13160         New module 'unicase/u32-casecoll'.
13161         * lib/unicase/u32-casecoll.c: New file.
13162         * modules/unicase/u32-casecoll: New file.
13163
13164         New module 'unicase/u16-casecoll'.
13165         * lib/unicase/u16-casecoll.c: New file.
13166         * modules/unicase/u16-casecoll: New file.
13167
13168         New module 'unicase/u8-casecoll'.
13169         * lib/unicase/u8-casecoll.c: New file.
13170         * lib/unicase/u-casecoll.h: New file.
13171         * modules/unicase/u8-casecoll: New file.
13172
13173         New module 'unicase/u32-casexfrm'.
13174         * lib/unicase/u32-casexfrm.c: New file.
13175         * modules/unicase/u32-casexfrm: New file.
13176
13177         New module 'unicase/u16-casexfrm'.
13178         * lib/unicase/u16-casexfrm.c: New file.
13179         * modules/unicase/u16-casexfrm: New file.
13180
13181         New module 'unicase/u8-casexfrm'.
13182         * lib/unicase/u8-casexfrm.c: New file.
13183         * lib/unicase/u-casexfrm.h: New file.
13184         * modules/unicase/u8-casexfrm: New file.
13185
13186         Tests for module 'unicase/u32-casecmp'.
13187         * modules/unicase/u32-casecmp-tests: New file.
13188         * tests/unicase/test-u32-casecmp.c: New file.
13189
13190         Tests for module 'unicase/u16-casecmp'.
13191         * modules/unicase/u16-casecmp-tests: New file.
13192         * tests/unicase/test-u16-casecmp.c: New file.
13193
13194         Tests for module 'unicase/u8-casecmp'.
13195         * modules/unicase/u8-casecmp-tests: New file.
13196         * tests/unicase/test-u8-casecmp.c: New file.
13197         * tests/unicase/test-casecmp.h: New file.
13198
13199         New module 'unicase/u32-casecmp'.
13200         * lib/unicase/u32-casecmp.c: New file.
13201         * modules/unicase/u32-casecmp: New file.
13202
13203         New module 'unicase/u16-casecmp'.
13204         * lib/unicase/u16-casecmp.c: New file.
13205         * modules/unicase/u16-casecmp: New file.
13206
13207         New module 'unicase/u8-casecmp'.
13208         * lib/unicase/u8-casecmp.c: New file.
13209         * lib/unicase/u-casecmp.h: New file.
13210         * modules/unicase/u8-casecmp: New file.
13211
13212         Tests for module 'unicase/u32-casefold'.
13213         * modules/unicase/u32-casefold-tests: New file.
13214         * tests/unicase/test-u32-casefold.c: New file.
13215
13216         Tests for module 'unicase/u16-casefold'.
13217         * modules/unicase/u16-casefold-tests: New file.
13218         * tests/unicase/test-u16-casefold.c: New file.
13219
13220         Tests for module 'unicase/u8-casefold'.
13221         * modules/unicase/u8-casefold-tests: New file.
13222         * tests/unicase/test-u8-casefold.c: New file.
13223
13224         New module 'unicase/u32-casefold'.
13225         * lib/unicase/u32-casefold.c: New file.
13226         * modules/unicase/u32-casefold: New file.
13227
13228         New module 'unicase/u16-casefold'.
13229         * lib/unicase/u16-casefold.c: New file.
13230         * modules/unicase/u16-casefold: New file.
13231
13232         New module 'unicase/u8-casefold'.
13233         * lib/unicase/u8-casefold.c: New file.
13234         * lib/unicase/u-casefold.h: New file.
13235         * modules/unicase/u8-casefold: New file.
13236
13237         New module 'unicase/tocasefold'.
13238         * lib/unicase/casefold.h: New file.
13239         * lib/unicase/tocasefold.c: New file.
13240         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
13241         * modules/unicase/tocasefold: New file.
13242
13243         Tests for module 'unicase/u32-totitle'.
13244         * modules/unicase/u32-totitle-tests: New file.
13245         * tests/unicase/test-u32-totitle.c: New file.
13246
13247         Tests for module 'unicase/u16-totitle'.
13248         * modules/unicase/u16-totitle-tests: New file.
13249         * tests/unicase/test-u16-totitle.c: New file.
13250
13251         Tests for module 'unicase/u8-totitle'.
13252         * modules/unicase/u8-totitle-tests: New file.
13253         * tests/unicase/test-u8-totitle.c: New file.
13254
13255         New module 'unicase/u32-totitle'.
13256         * lib/unicase/u32-totitle.c: New file.
13257         * modules/unicase/u32-totitle: New file.
13258
13259         New module 'unicase/u16-totitle'.
13260         * lib/unicase/u16-totitle.c: New file.
13261         * modules/unicase/u16-totitle: New file.
13262
13263         New module 'unicase/u8-totitle'.
13264         * lib/unicase/u8-totitle.c: New file.
13265         * lib/unicase/u-totitle.h: New file.
13266         * modules/unicase/u8-totitle: New file.
13267
13268         Tests for module 'unicase/u32-tolower'.
13269         * modules/unicase/u32-tolower-tests: New file.
13270         * tests/unicase/test-u32-tolower.c: New file.
13271
13272         Tests for module 'unicase/u16-tolower'.
13273         * modules/unicase/u16-tolower-tests: New file.
13274         * tests/unicase/test-u16-tolower.c: New file.
13275
13276         Tests for module 'unicase/u8-tolower'.
13277         * modules/unicase/u8-tolower-tests: New file.
13278         * tests/unicase/test-u8-tolower.c: New file.
13279
13280         New module 'unicase/u32-tolower'.
13281         * lib/unicase/u32-tolower.c: New file.
13282         * modules/unicase/u32-tolower: New file.
13283
13284         New module 'unicase/u16-tolower'.
13285         * lib/unicase/u16-tolower.c: New file.
13286         * modules/unicase/u16-tolower: New file.
13287
13288         New module 'unicase/u8-tolower'.
13289         * lib/unicase/u8-tolower.c: New file.
13290         * modules/unicase/u8-tolower: New file.
13291
13292         Tests for module 'unicase/u32-toupper'.
13293         * modules/unicase/u32-toupper-tests: New file.
13294         * tests/unicase/test-u32-toupper.c: New file.
13295
13296         Tests for module 'unicase/u16-toupper'.
13297         * modules/unicase/u16-toupper-tests: New file.
13298         * tests/unicase/test-u16-toupper.c: New file.
13299
13300         Tests for module 'unicase/u8-toupper'.
13301         * modules/unicase/u8-toupper-tests: New file.
13302         * tests/unicase/test-u8-toupper.c: New file.
13303
13304         New module 'unicase/u32-toupper'.
13305         * lib/unicase/u32-toupper.c: New file.
13306         * modules/unicase/u32-toupper: New file.
13307
13308         New module 'unicase/u16-toupper'.
13309         * lib/unicase/u16-toupper.c: New file.
13310         * modules/unicase/u16-toupper: New file.
13311
13312         New module 'unicase/u8-toupper'.
13313         * lib/unicase/u8-toupper.c: New file.
13314         * modules/unicase/u8-toupper: New file.
13315
13316         New module 'unicase/u32-casemap'.
13317         * lib/unicase/u32-casemap.c: New file.
13318         * modules/unicase/u32-casemap: New file.
13319
13320         New module 'unicase/u16-casemap'.
13321         * lib/unicase/u16-casemap.c: New file.
13322         * modules/unicase/u16-casemap: New file.
13323
13324         New module 'unicase/u8-casemap'.
13325         * lib/unicase/unicasemap.h: New file.
13326         * lib/unicase/u8-casemap.c: New file.
13327         * lib/unicase/u-casemap.h: New file.
13328         * modules/unicase/u8-casemap: New file.
13329
13330         New module 'unicase/special-casing'.
13331         * lib/unicase/special-casing.h: New file.
13332         * lib/unicase/special-casing.c: New file.
13333         * lib/unicase/special-casing-table.gperf: New file, generated by
13334         gen-uni-tables.c.
13335         * modules/unicase/special-casing: New file.
13336
13337         Tests for module 'unicase/locale-language'.
13338         * modules/unicase/locale-language-tests: New file.
13339         * tests/unicase/test-locale-language.sh: New file.
13340         * tests/unicase/test-locale-language.c: New file.
13341
13342         New module 'unicase/locale-language'.
13343         * lib/unicase/locale-language.c: New file.
13344         * lib/unicase/locale-languages.gperf: New file.
13345         * modules/unicase/locale-language: New file.
13346
13347         Generate more tables for case conversion and case folding.
13348         * lib/gen-uni-tables.c (SCC_*): New enum items.
13349         (struct special_casing_rule): New type.
13350         (casing_rules, num_casing_rules, allocated_casing_rules): New
13351         variables.
13352         (add_casing_rule, fill_casing_rules): New functions.
13353         (struct casefold_rule): New type.
13354         (casefolding_rules, num_casefolding_rules,
13355         allocated_casefolding_rules): New variables.
13356         (fill_casefolding_rules): New function.
13357         (unicode_casefold): New variable.
13358         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
13359         sort_casing_rules, output_casing_rules): New functions.
13360         (main): Accept to more arguments: SpecialCasing.txt and
13361         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
13362         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
13363         Output mapping for casefolding.
13364
13365         * lib/unicase.h: Include stdbool.h, uninorm.h.
13366         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
13367         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
13368         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
13369         arguments.
13370         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
13371         resultp arguments.
13372         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
13373         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
13374         resultp arguments.
13375         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
13376         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
13377         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
13378         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
13379         declarations.
13380         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
13381
13382 2009-03-08  Bruno Haible  <bruno@clisp.org>
13383
13384         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13385         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
13386         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
13387         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13388
13389 2009-03-07  Bruno Haible  <bruno@clisp.org>
13390
13391         Adjust u*_normcmp, u*_normcoll API.
13392         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13393         u16_normcoll, u32_normcoll): Change failure conventions.
13394         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
13395         errno and return -1.
13396         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13397
13398 2009-03-07  Bruno Haible  <bruno@clisp.org>
13399
13400         Tests for module 'uninorm/u32-normcoll'.
13401         * modules/uninorm/u32-normcoll-tests: New file.
13402         * tests/uninorm/test-u32-normcoll.c: New file.
13403
13404         Tests for module 'uninorm/u16-normcoll'.
13405         * modules/uninorm/u16-normcoll-tests: New file.
13406         * tests/uninorm/test-u16-normcoll.c: New file.
13407
13408         Tests for module 'uninorm/u8-normcoll'.
13409         * modules/uninorm/u8-normcoll-tests: New file.
13410         * tests/uninorm/test-u8-normcoll.c: New file.
13411
13412 2009-03-07  Bruno Haible  <bruno@clisp.org>
13413
13414         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
13415         tests/uninorm/test-u32-normcmp.c.
13416         * tests/uninorm/test-u32-normcmp.c: Include it.
13417         (test_nonascii): New function, extracted from main. Add some more
13418         tests.
13419         (main): Invoke test_ascii and test_nonascii.
13420         * modules/uninorm/u32-normcmp-tests (Files): Add
13421         tests/uninorm/test-u32-normcmp.h.
13422         (Depends-on): Remove uninorm/u32-normcmp.
13423
13424         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
13425         tests/uninorm/test-u16-normcmp.c.
13426         * tests/uninorm/test-u16-normcmp.c: Include it.
13427         (test_nonascii): New function, extracted from main. Add some more
13428         tests.
13429         (main): Invoke test_ascii and test_nonascii.
13430         * modules/uninorm/u16-normcmp-tests (Files): Add
13431         tests/uninorm/test-u16-normcmp.h.
13432         (Depends-on): Remove uninorm/u16-normcmp.
13433
13434         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
13435         tests/uninorm/test-u8-normcmp.c.
13436         * tests/uninorm/test-u8-normcmp.c: Include it.
13437         (test_nonascii): New function, extracted from main. Add some more
13438         tests.
13439         (main): Invoke test_ascii and test_nonascii.
13440         * modules/uninorm/u8-normcmp-tests (Files): Add
13441         tests/uninorm/test-u8-normcmp.h.
13442         (Depends-on): Remove uninorm/u8-normcmp.
13443
13444 2009-03-07  Bruno Haible  <bruno@clisp.org>
13445
13446         New module 'uninorm/u32-normcoll'.
13447         * lib/uninorm/u32-normcoll.c: New file.
13448         * modules/uninorm/u32-normcoll: New file.
13449
13450         New module 'uninorm/u16-normcoll'.
13451         * lib/uninorm/u16-normcoll.c: New file.
13452         * modules/uninorm/u16-normcoll: New file.
13453
13454         New module 'uninorm/u8-normcoll'.
13455         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
13456         declarations.
13457         * lib/uninorm/u8-normcoll.c: New file.
13458         * lib/uninorm/u-normcoll.h: New file.
13459         * modules/uninorm/u8-normcoll: New file.
13460
13461         New module 'uninorm/u32-normxfrm'.
13462         * lib/uninorm/u32-normxfrm.c: New file.
13463         * modules/uninorm/u32-normxfrm: New file.
13464
13465         New module 'uninorm/u16-normxfrm'.
13466         * lib/uninorm/u16-normxfrm.c: New file.
13467         * modules/uninorm/u16-normxfrm: New file.
13468
13469         New module 'uninorm/u8-normxfrm'.
13470         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
13471         declarations.
13472         * lib/uninorm/u8-normxfrm.c: New file.
13473         * lib/uninorm/u-normxfrm.h: New file.
13474         * modules/uninorm/u8-normxfrm: New file.
13475
13476 2009-03-07  Bruno Haible  <bruno@clisp.org>
13477
13478         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
13479         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
13480         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
13481
13482 2009-03-07  Bruno Haible  <bruno@clisp.org>
13483
13484         New module 'memxfrm'.
13485         * lib/memxfrm.h: New file.
13486         * lib/memxfrm.c: New file.
13487         * modules/memxfrm: New file.
13488
13489 2009-03-07  Bruno Haible  <bruno@clisp.org>
13490
13491         New module 'memcmp2'.
13492         * lib/memcmp2.h: New file.
13493         * lib/memcmp2.c: New file.
13494         * modules/memcmp2: New file.
13495
13496 2009-03-07  Bruno Haible  <bruno@clisp.org>
13497
13498         Tests for module 'uninorm/decomposing-form'.
13499         * modules/uninorm/decomposing-form-tests: New file.
13500         * tests/uninorm/test-decomposing-form.c: New file.
13501
13502         New module 'uninorm/decomposing-form'.
13503         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
13504         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
13505         Add 'decomposing_variant' field.
13506         * lib/uninorm/decomposing-form.c: New file.
13507         * lib/uninorm/nfc.c (uninorm_nfc): Update.
13508         * lib/uninorm/nfd.c (uninorm_nfd): Update.
13509         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
13510         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
13511         * modules/uninorm/decomposing-form: New file.
13512         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
13513         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
13514
13515 2009-03-07  Bruno Haible  <bruno@clisp.org>
13516
13517         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
13518         strings.
13519
13520 2009-03-06  Bruno Haible  <bruno@clisp.org>
13521
13522         Tests for module 'uninorm/u32-normcmp'.
13523         * tests/uninorm/test-u32-normcmp.c: New file.
13524         * modules/uninorm/u32-normcmp-tests: New file.
13525
13526         Tests for module 'uninorm/u16-normcmp'.
13527         * tests/uninorm/test-u16-normcmp.c: New file.
13528         * modules/uninorm/u16-normcmp-tests: New file.
13529
13530         Tests for module 'uninorm/u8-normcmp'.
13531         * tests/uninorm/test-u8-normcmp.c: New file.
13532         * modules/uninorm/u8-normcmp-tests: New file.
13533
13534         New module 'uninorm/u32-normcmp'.
13535         * lib/uninorm/u32-normcmp.c: New file.
13536         * modules/uninorm/u32-normcmp: New file.
13537
13538         New module 'uninorm/u16-normcmp'.
13539         * lib/uninorm/u16-normcmp.c: New file.
13540         * modules/uninorm/u16-normcmp: New file.
13541
13542         New module 'uninorm/u8-normcmp'.
13543         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
13544         declarations.
13545         * lib/uninorm/u8-normcmp.c: New file.
13546         * lib/uninorm/u-normcmp.h: New file.
13547         * modules/uninorm/u8-normcmp: New file.
13548
13549 2009-03-06  Bruno Haible  <bruno@clisp.org>
13550
13551         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
13552         Reported by Eric Blake.
13553
13554 2009-03-06  Eric Blake  <ebb9@byu.net>
13555             Bruno Haible  <bruno@clisp.org>
13556
13557         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
13558         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
13559         condition.
13560         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
13561         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
13562         condition.
13563         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
13564
13565 2009-03-06  Eric Blake  <ebb9@byu.net>
13566
13567         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
13568         to avoid compiler warnings.
13569         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
13570
13571 2009-03-05  Bruno Haible  <bruno@clisp.org>
13572
13573         * tests/test-ftell.c (main): Disable test beyond end of file on
13574         FreeMiNT.
13575         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
13576
13577 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
13578
13579         * lib/filevercmp.c: Move hidden files up in ordering.
13580         * tests/test-filevercmp.c: Add tests for hidden files.
13581
13582 2009-03-04  Bruno Haible  <bruno@clisp.org>
13583
13584         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
13585         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
13586         AM_CFLAGS.
13587         Reported by Simon Josefsson.
13588
13589 2009-03-03  Bruno Haible  <bruno@clisp.org>
13590
13591         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
13592         Reported by Simon Josefsson.
13593
13594         * doc/ld-version-script.texi: Update node reference.
13595
13596 2009-03-03  Bruno Haible  <bruno@clisp.org>
13597
13598         * modules/visibility (License): Change to 'unlimited'.
13599         Suggested by Simon Josefsson.
13600
13601 2009-03-03  Jim Meyering  <meyering@redhat.com>
13602
13603         unlinkdir: cannot_unlink_dir may modify process state
13604         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
13605         it's neither thread-safe nor appropriate for use in a library.
13606
13607 2009-03-03  Eric Blake  <ebb9@byu.net>
13608
13609         test-closein: silence test under Darwin
13610         * tests/test-closein.sh: Ignore stderr from cat, since we don't
13611         care if it dies from EPIPE or EBADF.
13612
13613 2009-03-03  Bruno Haible  <bruno@clisp.org>
13614
13615         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
13616         earlier.
13617         * doc/visibility.texi: Fix @node and @section.
13618
13619 2009-03-03  Simon Josefsson  <simon@josefsson.org>
13620
13621         * doc/gnulib.texi: Link to sections for ld version script and
13622         visibility.
13623         * doc/visibility.texi: Add @node and @section.
13624         * modules/ld-version-script: New module.
13625         * m4/ld-version-script.m4: New file.
13626         * doc/ld-version-script.texi: New file.
13627
13628 2009-03-02  David Lutterkort  <lutter@redhat.com>
13629
13630         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
13631         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13632
13633 2009-03-02  Bruno Haible  <bruno@clisp.org>
13634
13635         * doc/visibility.texi: Mention libtool's -export-symbols option.
13636
13637 2009-03-02  Jim Meyering  <meyering@redhat.com>
13638
13639         announce-gen: new option: --no-print-checksums
13640         * build-aux/announce-gen (usage): Describe it.
13641         (print_checksums): Print a newline here, not in the [*] footnote.
13642         (main): Honor it.
13643
13644 2009-03-01  Bruno Haible  <bruno@clisp.org>
13645
13646         Use socklen_t in the native Windows replacements prototypes.
13647         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
13648         instead of 'int'.
13649         * lib/getsockopt.c (rpl_getsockopt): Likewise.
13650         * lib/setsockopt.c (rpl_setsockopt): Likewise.
13651         * modules/getsockopt (Depends-on): Add socklen.
13652         * modules/setsockopt (Depends-on): Add socklen.
13653
13654 2009-03-01  Bruno Haible  <bruno@clisp.org>
13655
13656         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
13657         least 4.2.
13658
13659 2009-03-01  Eric Blake  <ebb9@byu.net>
13660             Bruno Haible  <bruno@clisp.org>
13661
13662         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
13663         error messages.
13664         * lib/wait-process.c (wait_subprocess): Omit error message about
13665         deadly signal sent to the child of termsigp != NULL.
13666
13667 2009-03-01  Eric Blake  <ebb9@byu.net>
13668
13669         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
13670
13671 2009-03-01  Bruno Haible  <bruno@clisp.org>
13672
13673         Avoid a gcc warning.
13674         * tests/test-sched.c (b): Make global.
13675         Reported by Eric Blake.
13676
13677 2009-01-19  Martin Lambers  <marlam@marlam.de>
13678
13679         Provide POSIX semantics for socket timeout options on W32.
13680         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
13681         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
13682         * modules/setsockopt: Depend on sys_time module for struct timeval.
13683         * modules/getsockopt: Depend on sys_time module for struct timeval.
13684
13685 2009-03-01  Simon Josefsson  <simon@josefsson.org>
13686
13687         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
13688         __USE_GNU, for consistency with netdb.in.h.
13689         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13690
13691 2009-03-01  Bruno Haible  <bruno@clisp.org>
13692
13693         More support for FreeMiNT.
13694         * lib/fseeko.c (rpl_fseeko): Complete last commit.
13695         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13696
13697 2009-03-01  Bruno Haible  <bruno@clisp.org>
13698
13699         More support for FreeMiNT.
13700         * lib/fpurge.c (fpurge): Correct last commit.
13701         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13702
13703 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13704
13705         Fix unportable awk script in vc-list-files.
13706         * build-aux/vc-list-files: In the replacement awk script, use
13707         substr with a second argument of 1, not zero.
13708         Report by Simon Josefsson.
13709
13710 2009-02-28  Bruno Haible  <bruno@clisp.org>
13711
13712         More support for FreeMiNT.
13713         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
13714         to FreeMiNT today.
13715         * lib/fwriting.c (fwriting): Likewise.
13716         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
13717
13718 2009-02-28  Bruno Haible  <bruno@clisp.org>
13719
13720         * tests/test-freadseek.c (main): Disable test beyond end of file on
13721         FreeMiNT.
13722         * tests/test-ftello.c (main): Likewise.
13723         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
13724
13725 2009-02-28  Bruno Haible  <bruno@clisp.org>
13726
13727         Add tentative support for FreeMiNT.
13728         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
13729         * lib/fpurge.c (fpurge): Likewise.
13730         * lib/freadable.c (freadable): Likewise.
13731         * lib/freading.c (freading): Likewise.
13732         * lib/freadptr.c (freadptr): Likewise.
13733         * lib/freadseek.c (freadptrinc): Likewise.
13734         * lib/fseeko.c (rpl_fseeko): Likewise.
13735         * lib/fseterr.c (fseterr): Likewise.
13736         * lib/fwritable.c (fwritable): Likewise.
13737         * lib/fwriting.c (fwriting): Likewise.
13738         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
13739         Hourihane.
13740         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13741
13742 2009-02-28  Bruno Haible  <bruno@clisp.org>
13743
13744         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
13745         SIGCHLD.
13746         Reported by Jim Meyering.
13747
13748 2009-02-28  Bruno Haible  <bruno@clisp.org>
13749
13750         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
13751         Mention the results of these tests on various platforms.
13752         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
13753         order.
13754         * doc/posix-functions/printf.texi: Likewise.
13755         * doc/posix-functions/snprintf.texi: Likewise.
13756         * doc/posix-functions/sprintf.texi: Likewise.
13757         * doc/posix-functions/vfprintf.texi: Likewise.
13758         * doc/posix-functions/vprintf.texi: Likewise.
13759         * doc/posix-functions/vsnprintf.texi: Likewise.
13760         * doc/posix-functions/vsprintf.texi: Likewise.
13761         * doc/glibc-functions/obstack_printf.texi: Likewise.
13762         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
13763
13764 2009-02-28  Bruno Haible  <bruno@clisp.org>
13765
13766         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
13767         Reported by Loïc Minier <lool@dooz.org>.
13768
13769 2009-02-27  Bruno Haible  <bruno@clisp.org>
13770
13771         * gnulib-tool (func_import): Make the sed expression used to create the
13772         sed script for updating the .gitignore file POSIX compliant.
13773         Reported by Eric Blake.
13774
13775 2009-02-27  Bruno Haible  <bruno@clisp.org>
13776
13777         * gnulib-tool (sed): Don't alias as "sed --posix".
13778         Reported by Eric Blake.
13779
13780 2009-02-27  Bruno Haible  <bruno@clisp.org>
13781
13782         Avoid test link errors.
13783         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
13784         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
13785         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
13786         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
13787         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13788
13789 2009-02-27  Bruno Haible  <bruno@clisp.org>
13790
13791         Avoid spurious "(cached)" in configure output.
13792         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
13793         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
13794         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
13795         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13796         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
13797         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
13798         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
13799         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
13800         Reported by Eric Blake.
13801
13802 2009-02-27  Eric Blake  <ebb9@byu.net>
13803
13804         printf: fix regression in previous patch
13805         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
13806
13807 2009-02-27  Bruno Haible  <bruno@clisp.org>
13808
13809         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
13810         value.
13811         * lib/stdint.in.h: Likewise.
13812         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
13813
13814 2009-02-27  Eric Blake  <ebb9@byu.net>
13815
13816         doc: mention more functions added in cygwin 1.7.0
13817         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
13818         addition.
13819         * doc/posix-functions/open_wmemstream.texi: Likewise.
13820         * doc/posix-functions/wcsnlen.texi: Likewise.
13821         * doc/posix-functions/wcsnrtombs.texi: Likewise.
13822         * doc/posix-functions/wcstod.texi: Likewise.
13823         * doc/posix-functions/wcstof.texi: Likewise.
13824         * doc/posix-functions/wcstoimax.texi: Likewise.
13825         * doc/posix-functions/wcstok.texi: Likewise.
13826         * doc/posix-functions/wcstoumax.texi: Likewise.
13827
13828         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
13829         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
13830         * doc/posix-functions/fprintf.texi: Update.
13831         * doc/posix-functions/printf.texi: Update.
13832         * doc/posix-functions/snprintf.texi: Update.
13833         * doc/posix-functions/sprintf.texi: Update.
13834         * doc/posix-functions/vfprintf.texi: Update.
13835         * doc/posix-functions/vprintf.texi: Update.
13836         * doc/posix-functions/vsnprintf.texi: Update.
13837         * doc/posix-functions/vsprintf.texi: Update.
13838         * doc/glibc-functions/obstack_printf.texi: Update.
13839         * doc/glibc-functions/obstack_vprintf.texi: Update.
13840
13841 2009-02-26  Eric Blake  <ebb9@byu.net>
13842
13843         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
13844         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
13845         compilation bug by using runtime conversion.
13846         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
13847         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
13848         * modules/ceill-tests (Files): Use nan.h.
13849         * modules/floorl-tests (Files): Likewise.
13850         * modules/frexpl-tests (Files): Likewise.
13851         * modules/isnanl-tests (Files): Likewise.
13852         * modules/ldexpl-tests (Files): Likewise.
13853         * modules/roundl-tests (Files): Likewise.
13854         * modules/truncl-tests (Files): Likewise.
13855         * tests/test-ceill.c (main): Use a working NaN.
13856         * tests/test-floorl.c (main): Likewise.
13857         * tests/test-frexpl.c (main): Likewise.
13858         * tests/test-isnan.c (test_long_double): Likewise.
13859         * tests/test-isnanl.h (main): Likewise.
13860         * tests/test-ldexpl.h (main): Likewise.
13861         * tests/test-roundl.h (main): Likewise.
13862         * tests/test-truncl.h (main): Likewise.
13863         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
13864
13865 2009-02-26  Eric Blake  <ebb9@byu.net>
13866             Bruno Haible  <bruno@clisp.org>
13867
13868         Work around a *printf bug with %ls on Solaris.
13869         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
13870         precision is specified, sprintf stops converting the wide string
13871         argument when the number of bytes that have been produced by this
13872         conversion equals or exceeds the precision.
13873         * doc/posix-functions/fprintf.texi: Update.
13874         * doc/posix-functions/printf.texi: Update.
13875         * doc/posix-functions/snprintf.texi: Update.
13876         * doc/posix-functions/sprintf.texi: Update.
13877         * doc/posix-functions/vfprintf.texi: Update.
13878         * doc/posix-functions/vprintf.texi: Update.
13879         * doc/posix-functions/vsnprintf.texi: Update.
13880         * doc/posix-functions/vsprintf.texi: Update.
13881         * doc/glibc-functions/obstack_printf.texi: Update.
13882         * doc/glibc-functions/obstack_vprintf.texi: Update.
13883
13884 2009-02-26  Eric Blake  <ebb9@byu.net>
13885
13886         stdlib: favor compiler check of random.h
13887         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
13888         to avoid an ObjC random.h installed by Swarm.
13889
13890 2009-02-26  Bruno Haible  <bruno@clisp.org>
13891
13892         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
13893         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
13894         Reported by Gary V. Vaughan <gary@gnu.org>.
13895
13896 2009-02-26  Bruno Haible  <bruno@clisp.org>
13897
13898         Fix *printf behaviour regarding the %ls directive.
13899         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
13900         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
13901         NEED_PRINTF_DIRECTIVE_LS.
13902         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
13903         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13904         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13905         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
13906         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
13907         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
13908         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
13909         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13910         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13911         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13912         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13913         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
13914         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13915         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13916         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13917         * doc/posix-functions/fprintf.texi: Update.
13918         * doc/posix-functions/printf.texi: Update.
13919         * doc/posix-functions/snprintf.texi: Update.
13920         * doc/posix-functions/sprintf.texi: Update.
13921         * doc/posix-functions/vfprintf.texi: Update.
13922         * doc/posix-functions/vprintf.texi: Update.
13923         * doc/posix-functions/vsnprintf.texi: Update.
13924         * doc/posix-functions/vsprintf.texi: Update.
13925         * doc/glibc-functions/obstack_printf.texi: Update.
13926         * doc/glibc-functions/obstack_vprintf.texi: Update.
13927         Reported by Eric Blake.
13928
13929 2009-02-25  Bruno Haible  <bruno@clisp.org>
13930
13931         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
13932         with known value.
13933         Reported by Gary V. Vaughan <gary@gnu.org>.
13934
13935 2009-02-25  Bruno Haible  <bruno@clisp.org>
13936
13937         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
13938         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
13939         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
13940         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
13941         Reported by Gary V. Vaughan <gary@gnu.org>.
13942
13943 2009-02-25  Bruno Haible  <bruno@clisp.org>
13944
13945         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
13946         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
13947         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
13948         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
13949         Reported by Gary V. Vaughan <gary@gnu.org>.
13950
13951 2009-02-25  Eric Blake  <ebb9@byu.net>
13952
13953         tests: skip fseek/ftell tests if ungetc is broken
13954         * m4/ungetc.m4: New file.
13955         * modules/fseek-tests: Split test, so ungetc dependency is
13956         separate from rest of test.
13957         * modules/fseeko-tests: Likewise.
13958         * modules/ftell-tests: Likewise.
13959         * modules/ftello-tests: Likewise.
13960         * tests/test-fseek.c (main): Isolate ungetc dependency.
13961         * tests/test-fseeko.c (main): Likewise.
13962         * tests/test-ftell.c (main): Likewise.
13963         * tests/test-ftello.c (main): Likewise.
13964         * tests/test-fseek2.sh: New file.
13965         * tests/test-fseeko2.sh: Likewise.
13966         * tests/test-ftell2.sh: Likewise.
13967         * tests/test-ftello2.sh: Likewise.
13968
13969 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
13970
13971         test-getaddrinfo: fix usage of skip return code 77
13972         * tests/test-gettaddrinfo.c: Return skip code 77 only
13973         for first occurance of skip (4x77 is not 77)
13974
13975 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
13976
13977         strtod: avoid C99 decl-after-statement
13978         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
13979
13980 2009-02-24  Eric Blake  <ebb9@byu.net>
13981
13982         strtod: detect HP-UX 11.31 bug
13983         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
13984         Reported by Gary V. Vaughan.
13985
13986 2009-02-23  Bruno Haible  <bruno@clisp.org>
13987
13988         Fix invalid read past end of memory block.
13989         * lib/vasnprintf.c (DCHAR_SET): Define.
13990         (local_wcslen): Define only when needed.
13991         (local_strnlen, local_wcsnlen): New functions.
13992         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
13993         directives that involve a conversion ourselves.
13994         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
13995         wcsnlen, mbrtowc, wcrtomb.
13996         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
13997         * tests/test-vasprintf-posix.c (test_function): Likewise.
13998         * tests/test-snprintf-posix.h (test_function): Likewise.
13999         * tests/test-sprintf-posix.h (test_function): Likewise.
14000         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14001
14002 2009-02-22  Bruno Haible  <bruno@clisp.org>
14003
14004         Implement new clarified decomposition of Hangul syllables.
14005         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
14006         of type LTV, return only a pairwise decomposition.
14007         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
14008         Likewise.
14009         * tests/uninorm/test-decomposition.c (main): Updated expected result.
14010         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
14011         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
14012
14013 2009-02-22  Bruno Haible  <bruno@clisp.org>
14014
14015         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
14016         zero-length results and shrink excess allocated memory.
14017         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
14018         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
14019         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
14020         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
14021         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
14022         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
14023         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
14024         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
14025         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
14026         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
14027         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
14028         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
14029
14030 2009-02-21  Bruno Haible  <bruno@clisp.org>
14031
14032         * doc/gnulib.texi: Include safe-alloc.texi earlier.
14033         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
14034         spaces after a period. Put a space between a macro name and its
14035         argument list. Trivial rewordings.
14036         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
14037         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
14038         (main): Return 0 explicitly.
14039
14040 2009-02-21  Bruno Haible  <bruno@clisp.org>
14041
14042         Tests for module 'uninorm/filter'.
14043         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
14044         * modules/uninorm/filter-tests: New file.
14045
14046         New module 'uninorm/filter'.
14047         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
14048         uninorm_filter_flush, uninorm_filter_free): New declarations.
14049         * lib/uninorm/uninorm-filter.c: New file.
14050         * modules/uninorm/filter: New file.
14051
14052 2009-02-21  Bruno Haible  <bruno@clisp.org>
14053
14054         Tests for module 'uninorm/nfkc'.
14055         * tests/uninorm/test-nfkc.c: New file.
14056         * tests/uninorm/test-u8-nfkc.c: New file.
14057         * tests/uninorm/test-u16-nfkc.c: New file.
14058         * tests/uninorm/test-u32-nfkc.c: New file.
14059         * tests/uninorm/test-u32-nfkc-big.sh: New file.
14060         * tests/uninorm/test-u32-nfkc-big.c: New file.
14061         * modules/uninorm/nfkc-tests: New file.
14062
14063         New module 'uninorm/nfkc'.
14064         * lib/uninorm/nfkc.c: New file.
14065         * modules/uninorm/nfkc: New file.
14066
14067         Tests for module 'uninorm/nfkd'.
14068         * tests/uninorm/test-nfkd.c: New file.
14069         * tests/uninorm/test-u8-nfkd.c: New file.
14070         * tests/uninorm/test-u16-nfkd.c: New file.
14071         * tests/uninorm/test-u32-nfkd.c: New file.
14072         * tests/uninorm/test-u32-nfkd-big.sh: New file.
14073         * tests/uninorm/test-u32-nfkd-big.c: New file.
14074         * modules/uninorm/nfkd-tests: New file.
14075
14076         New module 'uninorm/nfkd'.
14077         * lib/uninorm/nfkd.c: New file.
14078         * modules/uninorm/nfkd: New file.
14079
14080         Tests for module 'uninorm/nfc'.
14081         * tests/uninorm/test-nfc.c: New file.
14082         * tests/uninorm/test-u8-nfc.c: New file.
14083         * tests/uninorm/test-u16-nfc.c: New file.
14084         * tests/uninorm/test-u32-nfc.c: New file.
14085         * tests/uninorm/test-u32-nfc-big.sh: New file.
14086         * tests/uninorm/test-u32-nfc-big.c: New file.
14087         * modules/uninorm/nfc-tests: New file.
14088
14089         New module 'uninorm/nfc'.
14090         * lib/uninorm/nfc.c: New file.
14091         * modules/uninorm/nfc: New file.
14092
14093         Tests for module 'uninorm/nfd'.
14094         * tests/uninorm/test-nfd.c: New file.
14095         * tests/uninorm/test-u8-nfd.c: New file.
14096         * tests/uninorm/test-u16-nfd.c: New file.
14097         * tests/uninorm/test-u32-nfd.c: New file.
14098         * tests/uninorm/test-u32-nfd-big.sh: New file.
14099         * tests/uninorm/test-u32-nfd-big.c: New file.
14100         * tests/uninorm/test-u32-normalize-big.h: New file.
14101         * tests/uninorm/test-u32-normalize-big.c: New file.
14102         * tests/uninorm/NormalizationTest.txt: New file, created from
14103         Unicode 5.1.0 NormalizationTest.txt.
14104         * modules/uninorm/nfd-tests: New file.
14105
14106         New module 'uninorm/nfd'.
14107         * lib/uninorm/nfd.c: New file.
14108         * modules/uninorm/nfd: New file.
14109
14110         New module 'uninorm/u32-normalize'.
14111         * lib/uninorm/u32-normalize.c: New file.
14112         * modules/uninorm/u32-normalize: New file.
14113
14114         New module 'uninorm/u16-normalize'.
14115         * lib/uninorm/u16-normalize.c: New file.
14116         * modules/uninorm/u16-normalize: New file.
14117
14118         New module 'uninorm/u8-normalize'.
14119         * lib/uninorm/u8-normalize.c: New file.
14120         * lib/uninorm/normalize-internal.h: New file.
14121         * lib/uninorm/u-normalize-internal.h: New file.
14122         * modules/uninorm/u8-normalize: New file.
14123
14124         New module 'uninorm/decompose-internal'.
14125         * lib/uninorm/decompose-internal.c: New file.
14126         * modules/uninorm/decompose-internal: New file.
14127
14128         Tests for module 'uninorm/composition'.
14129         * tests/uninorm/test-composition.c: New file.
14130         * modules/uninorm/composition-tests: New file.
14131
14132         New module 'uninorm/composition'.
14133         * lib/uninorm/composition.c: New file.
14134         * lib/uninorm/composition-table.gperf: New file, generated by
14135         gen-uni-tables.
14136         * modules/uninorm/composition: New file.
14137
14138         Tests for module 'uninorm/compat-decomposition'.
14139         * tests/uninorm/test-compat-decomposition.c: New file.
14140         * modules/uninorm/compat-decomposition-tests: New file.
14141
14142         New module 'uninorm/compat-decomposition'.
14143         * lib/uninorm/decompose-internal.h: New file.
14144         * lib/uninorm/compat-decomposition.c: New file.
14145         * modules/uninorm/compat-decomposition: New file.
14146
14147         Tests for module 'uninorm/canonical-decomposition'.
14148         * tests/uninorm/test-canonical-decomposition.c: New file.
14149         * modules/uninorm/canonical-decomposition-tests: New file.
14150
14151         New module 'uninorm/canonical-decomposition'.
14152         * lib/uninorm/canonical-decomposition.c: New file.
14153         * modules/uninorm/canonical-decomposition: New file.
14154
14155         Tests for module 'uninorm/decomposition'.
14156         * tests/uninorm/test-decomposition.c: New file.
14157         * modules/uninorm/decomposition-tests: New file.
14158
14159         New module 'uninorm/decomposition'.
14160         * lib/uninorm/decomposition.c: New file.
14161         * modules/uninorm/decomposition: New file.
14162
14163         New module 'uninorm/decomposition-table'.
14164         * lib/uninorm/decomposition-table.h: New file.
14165         * lib/uninorm/decomposition-table.c: New file.
14166         * lib/uninorm/decomposition-table1.h: New file, generated by
14167         gen-uni-tables.
14168         * lib/uninorm/decomposition-table2.h: New file, generated by
14169         gen-uni-tables.
14170         * modules/uninorm/decomposition-table: New file.
14171
14172         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
14173         (UC_DECOMP_*): New enumeration items.
14174         (get_decomposition): New function.
14175         (struct decomp_table): New type.
14176         (output_decomposition, output_decomposition_tables): New functions.
14177         (unicode_composition_exclusions): New variable.
14178         (fill_composition_exclusions, debug_output_composition_tables): New
14179         functions.
14180         (main): Accept one more argument. Invoke fill_composition_exclusions.
14181         Output decomposition and composition tables.
14182
14183         New module 'uninorm/base'.
14184         * lib/uninorm.h: New file.
14185         * lib/unictype.h: Update comment.
14186         * modules/uninorm/base: New file.
14187
14188 2009-02-21  David Lutterkort  <lutter@redhat.com>
14189
14190         Tests for module 'safe-alloc'.
14191         * tests/test-safe-alloc.c: New file.
14192         * modules/safe-alloc-tests: New file.
14193
14194         New module 'safe-alloc'.
14195         * lib/safe-alloc.h: New file.
14196         * lib/safe-alloc.c: New file.
14197         * m4/safe-alloc.m4: New file.
14198         * modules/safe-alloc: New file.
14199         * doc/safe-alloc.texi: New file.
14200         * doc/gnulib.texi: Include it.
14201         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
14202         safe-alloc.
14203
14204 2009-02-18  Bruno Haible  <bruno@clisp.org>
14205
14206         Fix link error on non-glibc systems.
14207         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
14208         variable.
14209         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14210
14211 2009-02-18  Jim Meyering  <meyering@redhat.com>
14212
14213         fts: avoid used-uninitialized error due to recent change
14214         * lib/fts.c (fts_read): Guard uses of the new member,
14215         parent->fts_n_dirs_remaining, since it's not relevant for
14216         the parent of a directory specified on the command-line.
14217
14218 2009-02-17  James Youngman  <jay@gnu.org>
14219             Bruno Haible  <bruno@clisp.org>
14220
14221         * m4/include_next.m4: Reformulate comment.
14222
14223 2009-02-16  Jim Meyering  <meyering@redhat.com>
14224
14225         fts: add #if guards so that the fts_lgpl module still builds
14226         * lib/fts.c: Guard just-added hash-table-using parts with
14227         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
14228         Reported by Simon Josefsson.
14229
14230 2009-02-15  Bruno Haible  <bruno@clisp.org>
14231
14232         * modules/array-mergesort-tests: New file.
14233         * tests/test-array-mergesort.c: New file.
14234
14235         New module 'array-mergesort'.
14236         * modules/array-mergesort: New file.
14237         * lib/array-mergesort.h: New file.
14238
14239 2009-02-15  Bruno Haible  <bruno@clisp.org>
14240
14241         Fix 2009-02-07 commit.
14242         * lib/gen-uni-tables.c (output_predicate, output_category,
14243         output_combclass, output_bidi_category, output_decimal_digit,
14244         output_digit, output_numeric, output_mirror, output_scripts,
14245         output_ident_category, output_simple_mapping): Fix format directives.
14246         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
14247
14248 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
14249
14250         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
14251         fixes are available from IBM.
14252
14253 2009-02-13  Jim Meyering  <meyering@redhat.com>
14254
14255         fts: arrange not to stat non-directories in more cases
14256         This makes GNU find (when it doesn't need to stat each file)
14257         *much* more efficient at traversing reiserfs file systems.
14258         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
14259         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
14260         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
14261         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
14262         (leaf_optimization_applies): New function.
14263         (LCO_hash, LCO_compare): New helper functions.
14264         (link_count_optimize_ok): New function.
14265         (fts_stat): Initialize new member (if dir).
14266         (fts_read): Decrement parent's fts_n_dirs_remaining count if
14267         we've just stat'ed a directory.  Skip the stat call when possible.
14268         ---
14269         Note this AFS-related exchange:
14270         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
14271         and note find's pioctl call in find/fstype.c.
14272         But that is necessary only if you want to enable the
14273         optimization for AFS, and for now, I don't.
14274
14275         fts: move a function definition "up" (no semantic change)
14276         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
14277         "up" to precede upcoming use of a related function.
14278
14279 2009-02-11  Jim Meyering  <meyering@redhat.com>
14280
14281         fts: correct internal computation of nlinks (optimization-related)
14282         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
14283         whether the current entry is a directory, so don't test it.
14284
14285 2009-02-10  Bruno Haible  <bruno@clisp.org>
14286
14287         Tests for module 'uniwbrk/ulc-wordbreaks'.
14288         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
14289         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
14290         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
14291
14292         Tests for module 'uniwbrk/u32-wordbreaks'.
14293         * modules/uniwbrk/u32-wordbreaks-tests: New file.
14294         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
14295
14296         Tests for module 'uniwbrk/u16-wordbreaks'.
14297         * modules/uniwbrk/u16-wordbreaks-tests: New file.
14298         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
14299
14300         Tests for module 'uniwbrk/u8-wordbreaks'.
14301         * modules/uniwbrk/u8-wordbreaks-tests: New file.
14302         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
14303
14304 2009-02-10  Bruno Haible  <bruno@clisp.org>
14305
14306         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
14307         property.
14308         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
14309         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
14310         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
14311
14312 2009-02-10  Simon Josefsson  <simon@josefsson.org>
14313
14314         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
14315         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
14316
14317 2009-02-10  Bruno Haible  <bruno@clisp.org>
14318
14319         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
14320         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
14321         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
14322         * lib/unilbrk/u8-possible-linebreaks.c: Update.
14323         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
14324         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
14325
14326 2009-02-09  Simon Josefsson  <simon@josefsson.org>
14327
14328         * lib/sockets.h (gl_fd_to_handle): New function.
14329
14330         * tests/test-sockets.c: Call gl_fd_to_handle.
14331
14332 2009-02-09  Bruno Haible  <bruno@clisp.org>
14333
14334         * doc/havelib.texi: Document the conventions on bi-arch systems.
14335
14336 2009-02-08  Bruno Haible  <bruno@clisp.org>
14337
14338         Document the AC_LIB_LINKFLAGS macro.
14339         * doc/havelib.texi: New file, mostly written on 2005-05-24.
14340         * doc/gnulib.texi: Include it.
14341
14342 2009-02-08  Bruno Haible  <bruno@clisp.org>
14343
14344         Fix wrong order of sections, compared to TOC.
14345         * doc/gnulib.texi: Include relocatable-maint.texi after the
14346         "Regular expressions" node, not before.
14347
14348 2009-02-08  Bruno Haible  <bruno@clisp.org>
14349
14350         Tests for module 'unicase/totitle'.
14351         * modules/unicase/totitle-tests: New file.
14352
14353         Tests for module 'unicase/tolower'.
14354         * modules/unicase/tolower-tests: New file.
14355
14356         Tests for module 'unicase/toupper'.
14357         * modules/unicase/toupper-tests: New file.
14358         * tests/unicase/test-mapping-part1.h: New file.
14359         * tests/unicase/test-mapping-part2.h: New file.
14360
14361         New module 'unicase/totitle'.
14362         * modules/unicase/totitle: New file.
14363         * lib/unicase/totitle.c: New file.
14364
14365         New module 'unicase/tolower'.
14366         * modules/unicase/tolower: New file.
14367         * lib/unicase/tolower.c: New file.
14368
14369         New module 'unicase/toupper'.
14370         * modules/unicase/toupper: New file.
14371         * lib/unicase/toupper.c: New file.
14372         * lib/unicase/simple-mapping.h: New file.
14373
14374         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
14375         (mapping_table): New structure.
14376         (output_simple_mapping): New function.
14377         (main): Invoke output_simple_mapping_test and output_simple_mapping.
14378         * modules/gen-uni-tables (Description): Update.
14379         * lib/unicase/toupper.h: New file, automatically generated by
14380         gen-uni-tables.
14381         * lib/unicase/tolower.h: New file, automatically generated by
14382         gen-uni-tables.
14383         * lib/unicase/totitle.h: New file, automatically generated by
14384         gen-uni-tables.
14385         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
14386         gen-uni-tables.
14387         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
14388         gen-uni-tables.
14389         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
14390         gen-uni-tables.
14391
14392         New module 'unicase/base'.
14393         * modules/unicase/base: New file.
14394         * lib/unicase.h: New file.
14395
14396 2009-02-08  Bruno Haible  <bruno@clisp.org>
14397
14398         New module 'uniwbrk/ulc-wordbreaks'.
14399         * modules/uniwbrk/ulc-wordbreaks: New file.
14400         * lib/uniwbrk/ulc-wordbreaks.c: New file.
14401
14402         New module 'uniwbrk/u32-wordbreaks'.
14403         * modules/uniwbrk/u32-wordbreaks: New file.
14404         * lib/uniwbrk/u32-wordbreaks.c: New file.
14405
14406         New module 'uniwbrk/u16-wordbreaks'.
14407         * modules/uniwbrk/u16-wordbreaks: New file.
14408         * lib/uniwbrk/u16-wordbreaks.c: New file.
14409
14410         New module 'uniwbrk/u8-wordbreaks'.
14411         * modules/uniwbrk/u8-wordbreaks: New file.
14412         * lib/uniwbrk/u8-wordbreaks.c: New file.
14413         * lib/uniwbrk/u-wordbreaks.h: New file.
14414
14415         New module 'uniwbrk/table'.
14416         * modules/uniwbrk/table: New file.
14417         * lib/uniwbrk/wbrktable.h: New file.
14418         * lib/uniwbrk/wbrktable.c: New file.
14419
14420         New module 'uniwbrk/wordbreak-property'.
14421         * modules/uniwbrk/wordbreak-property: New file.
14422         * lib/uniwbrk/wordbreak-property.c: New file.
14423
14424         * lib/gen-uni-tables.c (WBP_*): New enum items.
14425         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
14426         (unicode_org_wbp): New variable.
14427         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
14428         New functions.
14429         (wbp_table): New structure.
14430         (output_wbp, output_wbrk_tables): New functions.
14431         (main): Accept additional argument. Invoke fill_org_wbp,
14432         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
14433         output_wbrk_tables.
14434         * modules/gen-uni-tables (Description): Update.
14435         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
14436         gen-uni-tables.
14437
14438         New module 'uniwbrk/base'.
14439         * modules/uniwbrk/base: New file.
14440         * lib/uniwbrk.h: New file.
14441
14442 2009-02-08  Bruno Haible  <bruno@clisp.org>
14443
14444         Update to Unicode 5.1.0.
14445         * lib/gen-uni-tables.c (is_property_alphabetic): Include
14446         U+2185..U+2188.
14447         (is_property_default_ignorable_code_point): Don't include characters
14448         of category Cc or Cs and not-a-characters.
14449         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
14450         U+0D79, U+109E, U+109F, U+A60C.
14451         * lib/unictype/bidi_of.h: Regenerated.
14452         * lib/unictype/blocks.h: Regenerated.
14453         * lib/unictype/categ_C.h: Regenerated.
14454         * lib/unictype/categ_Cf.h: Regenerated.
14455         * lib/unictype/categ_Cn.h: Regenerated.
14456         * lib/unictype/categ_L.h: Regenerated.
14457         * lib/unictype/categ_Ll.h: Regenerated.
14458         * lib/unictype/categ_Lm.h: Regenerated.
14459         * lib/unictype/categ_Lo.h: Regenerated.
14460         * lib/unictype/categ_Lu.h: Regenerated.
14461         * lib/unictype/categ_M.h: Regenerated.
14462         * lib/unictype/categ_Mc.h: Regenerated.
14463         * lib/unictype/categ_Me.h: Regenerated.
14464         * lib/unictype/categ_Mn.h: Regenerated.
14465         * lib/unictype/categ_N.h: Regenerated.
14466         * lib/unictype/categ_Nd.h: Regenerated.
14467         * lib/unictype/categ_Nl.h: Regenerated.
14468         * lib/unictype/categ_No.h: Regenerated.
14469         * lib/unictype/categ_P.h: Regenerated.
14470         * lib/unictype/categ_Pd.h: Regenerated.
14471         * lib/unictype/categ_Pe.h: Regenerated.
14472         * lib/unictype/categ_Pf.h: Regenerated.
14473         * lib/unictype/categ_Pi.h: Regenerated.
14474         * lib/unictype/categ_Po.h: Regenerated.
14475         * lib/unictype/categ_Ps.h: Regenerated.
14476         * lib/unictype/categ_S.h: Regenerated.
14477         * lib/unictype/categ_Sk.h: Regenerated.
14478         * lib/unictype/categ_Sm.h: Regenerated.
14479         * lib/unictype/categ_So.h: Regenerated.
14480         * lib/unictype/categ_of.h: Regenerated.
14481         * lib/unictype/combining.h: Regenerated.
14482         * lib/unictype/ctype_alnum.h: Regenerated.
14483         * lib/unictype/ctype_alpha.h: Regenerated.
14484         * lib/unictype/ctype_graph.h: Regenerated.
14485         * lib/unictype/ctype_lower.h: Regenerated.
14486         * lib/unictype/ctype_print.h: Regenerated.
14487         * lib/unictype/ctype_punct.h: Regenerated.
14488         * lib/unictype/ctype_upper.h: Regenerated.
14489         * lib/unictype/decdigit.h: Regenerated.
14490         * lib/unictype/digit.h: Regenerated.
14491         * lib/unictype/mirror.h: Regenerated.
14492         * lib/unictype/numeric.h: Regenerated.
14493         * lib/unictype/pr_alphabetic.h: Regenerated.
14494         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
14495         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
14496         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
14497         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
14498         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
14499         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
14500         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
14501         * lib/unictype/pr_combining.h: Regenerated.
14502         * lib/unictype/pr_dash.h: Regenerated.
14503         * lib/unictype/pr_decimal_digit.h: Regenerated.
14504         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
14505         * lib/unictype/pr_deprecated.h: Regenerated.
14506         * lib/unictype/pr_diacritic.h: Regenerated.
14507         * lib/unictype/pr_extender.h: Regenerated.
14508         * lib/unictype/pr_format_control.h: Regenerated.
14509         * lib/unictype/pr_grapheme_base.h: Regenerated.
14510         * lib/unictype/pr_grapheme_extend.h: Regenerated.
14511         * lib/unictype/pr_grapheme_link.h: Regenerated.
14512         * lib/unictype/pr_id_continue.h: Regenerated.
14513         * lib/unictype/pr_id_start.h: Regenerated.
14514         * lib/unictype/pr_ideographic.h: Regenerated.
14515         * lib/unictype/pr_ignorable_control.h: Regenerated.
14516         * lib/unictype/pr_lowercase.h: Regenerated.
14517         * lib/unictype/pr_math.h: Regenerated.
14518         * lib/unictype/pr_numeric.h: Regenerated.
14519         * lib/unictype/pr_other_alphabetic.h: Regenerated.
14520         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
14521         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
14522         * lib/unictype/pr_other_id_continue.h: Regenerated.
14523         * lib/unictype/pr_other_lowercase.h: Regenerated.
14524         * lib/unictype/pr_other_math.h: Regenerated.
14525         * lib/unictype/pr_punctuation.h: Regenerated.
14526         * lib/unictype/pr_sentence_terminal.h: Regenerated.
14527         * lib/unictype/pr_soft_dotted.h: Regenerated.
14528         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
14529         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
14530         * lib/unictype/pr_unified_ideograph.h: Regenerated.
14531         * lib/unictype/pr_uppercase.h: Regenerated.
14532         * lib/unictype/pr_xid_continue.h: Regenerated.
14533         * lib/unictype/pr_xid_start.h: Regenerated.
14534         * lib/unictype/pr_zero_width.h: Regenerated.
14535         * lib/unictype/scripts.h: Regenerated.
14536         * lib/unictype/scripts_byname.gperf: Regenerated.
14537         * lib/unictype/sy_java_ident.h: Regenerated.
14538         * lib/unilbrk/lbrkprop1.h: Regenerated.
14539         * lib/unilbrk/lbrkprop2.h: Regenerated.
14540         * tests/unictype/test-categ_C.c: Regenerated.
14541         * tests/unictype/test-categ_Cf.c: Regenerated.
14542         * tests/unictype/test-categ_Cn.c: Regenerated.
14543         * tests/unictype/test-categ_L.c: Regenerated.
14544         * tests/unictype/test-categ_Ll.c: Regenerated.
14545         * tests/unictype/test-categ_Lm.c: Regenerated.
14546         * tests/unictype/test-categ_Lo.c: Regenerated.
14547         * tests/unictype/test-categ_Lu.c: Regenerated.
14548         * tests/unictype/test-categ_M.c: Regenerated.
14549         * tests/unictype/test-categ_Mc.c: Regenerated.
14550         * tests/unictype/test-categ_Me.c: Regenerated.
14551         * tests/unictype/test-categ_Mn.c: Regenerated.
14552         * tests/unictype/test-categ_N.c: Regenerated.
14553         * tests/unictype/test-categ_Nd.c: Regenerated.
14554         * tests/unictype/test-categ_Nl.c: Regenerated.
14555         * tests/unictype/test-categ_No.c: Regenerated.
14556         * tests/unictype/test-categ_P.c: Regenerated.
14557         * tests/unictype/test-categ_Pd.c: Regenerated.
14558         * tests/unictype/test-categ_Pe.c: Regenerated.
14559         * tests/unictype/test-categ_Pf.c: Regenerated.
14560         * tests/unictype/test-categ_Pi.c: Regenerated.
14561         * tests/unictype/test-categ_Po.c: Regenerated.
14562         * tests/unictype/test-categ_Ps.c: Regenerated.
14563         * tests/unictype/test-categ_S.c: Regenerated.
14564         * tests/unictype/test-categ_Sk.c: Regenerated.
14565         * tests/unictype/test-categ_Sm.c: Regenerated.
14566         * tests/unictype/test-categ_So.c: Regenerated.
14567         * tests/unictype/test-ctype_alnum.c: Regenerated.
14568         * tests/unictype/test-ctype_alpha.c: Regenerated.
14569         * tests/unictype/test-ctype_graph.c: Regenerated.
14570         * tests/unictype/test-ctype_lower.c: Regenerated.
14571         * tests/unictype/test-ctype_print.c: Regenerated.
14572         * tests/unictype/test-ctype_punct.c: Regenerated.
14573         * tests/unictype/test-ctype_upper.c: Regenerated.
14574         * tests/unictype/test-decdigit.h: Regenerated.
14575         * tests/unictype/test-digit.h: Regenerated.
14576         * tests/unictype/test-numeric.h: Regenerated.
14577         * tests/unictype/test-pr_alphabetic.c: Regenerated.
14578         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
14579         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
14580         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
14581         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
14582         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
14583         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
14584         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
14585         * tests/unictype/test-pr_combining.c: Regenerated.
14586         * tests/unictype/test-pr_dash.c: Regenerated.
14587         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
14588         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
14589         * tests/unictype/test-pr_deprecated.c: Regenerated.
14590         * tests/unictype/test-pr_diacritic.c: Regenerated.
14591         * tests/unictype/test-pr_extender.c: Regenerated.
14592         * tests/unictype/test-pr_format_control.c: Regenerated.
14593         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
14594         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
14595         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
14596         * tests/unictype/test-pr_id_continue.c: Regenerated.
14597         * tests/unictype/test-pr_id_start.c: Regenerated.
14598         * tests/unictype/test-pr_ideographic.c: Regenerated.
14599         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
14600         * tests/unictype/test-pr_lowercase.c: Regenerated.
14601         * tests/unictype/test-pr_math.c: Regenerated.
14602         * tests/unictype/test-pr_numeric.c: Regenerated.
14603         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
14604         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
14605         Regenerated.
14606         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
14607         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
14608         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
14609         * tests/unictype/test-pr_other_math.c: Regenerated.
14610         * tests/unictype/test-pr_punctuation.c: Regenerated.
14611         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
14612         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
14613         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
14614         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
14615         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
14616         * tests/unictype/test-pr_uppercase.c: Regenerated.
14617         * tests/unictype/test-pr_xid_continue.c: Regenerated.
14618         * tests/unictype/test-pr_xid_start.c: Regenerated.
14619         * tests/unictype/test-pr_zero_width.c: Regenerated.
14620
14621         Update to Unicode 5.1.0.
14622         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
14623         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
14624         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
14625         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
14626         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
14627         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
14628         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
14629         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
14630         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
14631         (nonspacing_table_ind): Update.
14632         * tests/uniwidth/test-uc_width2.sh: Update expected result.
14633
14634         Update to Unicode 5.1.0.
14635         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
14636         code transform.
14637         * lib/uniname/uniname.c (unicode_character_name,
14638         unicode_name_character): Add the range 0x1Fxxx to the code transform.
14639         * lib/uniname/uninames.h: Regenerated.
14640         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
14641
14642 2009-02-07  Bruno Haible  <bruno@clisp.org>
14643
14644         Merge gen-ctype and gen-lbrk into a single program.
14645         * lib/gen-uni-tables.c: New file, incorporating
14646         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
14647         Add directory prefixes to the names of the generated files.
14648         * lib/unictype/gen-ctype.c: Remove file.
14649         * lib/unilbrk/gen-lbrk.c: Remove file.
14650         * modules/gen-uni-tables: New file.
14651         * modules/unictype/gen-ctype: Remove file.
14652         * modules/unilbrk/gen-lbrk: Remove file.
14653
14654 2009-02-07  Bruno Haible  <bruno@clisp.org>
14655
14656         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
14657
14658         New module 'unistr/u32-strcoll'.
14659         * modules/unistr/u32-strcoll: New file.
14660         * lib/unistr/u32-strcoll.c: New file.
14661
14662         New module 'unistr/u16-strcoll'.
14663         * modules/unistr/u16-strcoll: New file.
14664         * lib/unistr/u16-strcoll.c: New file.
14665
14666         New module 'unistr/u8-strcoll'.
14667         * modules/unistr/u8-strcoll: New file.
14668         * lib/unistr/u8-strcoll.c: New file.
14669         * lib/unistr/u-strcoll.h: New file.
14670
14671 2009-02-07  Bruno Haible  <bruno@clisp.org>
14672
14673         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
14674         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
14675         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
14676         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
14677         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
14678         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
14679
14680 2009-02-07  Bruno Haible  <bruno@clisp.org>
14681
14682         Make 64-bit clean.
14683         * lib/unictype/gen-ctype.c (output_predicate, output_category,
14684         output_combclass, output_bidi_category, output_decimal_digit,
14685         output_digit, output_numeric, output_mirror, output_scripts,
14686         output_ident_category): Use proper width specifier in format strings.
14687
14688 2009-02-07  Bruno Haible  <bruno@clisp.org>
14689
14690         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
14691         failure behaviour.
14692
14693 2009-02-07  Jim Meyering  <meyering@redhat.com>
14694
14695         regex: avoid compilation failure with upcoming gcc-4.4
14696         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
14697         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
14698         "... error: integer overflow in preprocessor expression".
14699
14700 2009-02-05  Ben Pfaff  <blp@gnu.org>
14701
14702         Fix link errors on Windows when close module is used.
14703         * modules/close: Add $(LIB_CLOSE) to Link section.
14704         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
14705         $(LIB_CLOSE) on Windows.
14706
14707 2009-02-05  Jim Meyering  <meyering@redhat.com>
14708
14709         still avoid unused-parameter warnings, but do it cleanly
14710         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
14711         (get_fs_usage): Cast to void instead.
14712         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
14713         (dev_from_mount_options, read_file_system_list): Cast to void.
14714         Prompted by Bruno Haible.
14715
14716 2009-02-04  Jim Meyering  <meyering@redhat.com>
14717
14718         fsusage.c: correct copyright year
14719         * lib/fsusage.c: Reflect year in which the change is pushed into
14720
14721         avoid misc. warnings
14722         * lib/fsusage.c (UNUSED_PARAM): Define.
14723         (get_fs_usage): Mark parameter "disk" as unused.
14724         * lib/getugroups.c (getgrent): Use "void" in prototype.
14725         * lib/mountlist.c: Mark unused parameters.
14726         (read_file_system_list): Declare a local with "const".
14727         * lib/nanosleep.c (getnow): Declare static.
14728         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
14729
14730         dirfd: set errno upon failure
14731         * lib/dirfd.c: Include <errno.h>.
14732         Set errno to ENOTSUP when returning -1.
14733         * modules/dirfd (Depends-on): Add errno.
14734         Suggested by John Kodis <kodis@comcast.net>.
14735
14736 2009-02-01  Bruno Haible  <bruno@clisp.org>
14737
14738         Don't assume sizeof (long) >= sizeof (void *).
14739         * lib/memcmp.c: Include stdint.h.
14740         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
14741         srcp2 to 'const byte *'.
14742         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
14743         types to uintptr_t.
14744         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
14745         * modules/memcmp (Depends-on): Add stdint.
14746         Reported by Ozkan Sezer <sezeroz@gmail.com>.
14747
14748 2009-01-30  Eric Blake  <ebb9@byu.net>
14749
14750         fix more require-before-expand issues
14751         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
14752         expand, AC_PROG_AWK.
14753         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
14754
14755 2009-01-28  Eric Blake  <ebb9@byu.net>
14756
14757         version-etc: use consistent URL formatting
14758         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
14759         Improve formatting.  Use fputs for string without %.
14760
14761 2009-01-28  Jim Meyering  <meyering@redhat.com>
14762
14763         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
14764         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
14765         "underquoted definition of NAME" from autoconf-2.59.
14766
14767 2009-01-28  Bruno Haible  <bruno@clisp.org>
14768
14769         * doc/gnulib.texi: Add "Obsolete modules" to index.
14770
14771 2009-01-28  Jim Meyering  <meyering@redhat.com>
14772
14773         useless-if-before-free: recognize more variants
14774         * build-aux/useless-if-before-free: Also recognize e.g.,
14775         if (NULL != p) free (p);
14776
14777 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
14778
14779         test-getaddrinfo: skip (don't fail) this test when there's no network
14780         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
14781         on the presumption that it means you lack network access.
14782
14783 2009-01-26  Jim Meyering  <meyering@redhat.com>
14784
14785         fflush: avoid warnings on modern systems
14786         * lib/fflush.c (rpl_fflush): Move declarations of locals,
14787         pos and result, into scopes where they're used.
14788
14789 2009-01-26  Eric Blake  <ebb9@byu.net>
14790
14791         Silence warning reintroduced by recent extensions patch.
14792         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
14793         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
14794         autoconf.
14795
14796         Backport improved autoconf semantics of AC_DEFUN_ONCE.
14797         * m4/00gnulib.m4: New file.
14798         * gnulib-tool (func_get_filelist): Always use it.
14799         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
14800         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
14801
14802 2009-01-25  Bruno Haible  <bruno@clisp.org>
14803
14804         Make test-quotearg work on MacOS X and AIX.
14805         * tests/test-quotearg.sh: New file.
14806         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
14807         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
14808         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
14809         include <libintl.h>.
14810         (fake_locale): Remove variable.
14811         (gettext, dgettext, dcgettext): Remove functions.
14812         (main): Instead of setting a fake locale, set a real locale. Call
14813         textdomain and bindtextdomain.
14814         * modules/quotearg-tests (Files): Add the new files.
14815         (Depends-on): Add gettext, setenv, unsetenv.
14816         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
14817         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
14818         Augment TESTS_ENVIRONMENT.
14819
14820 2009-01-25  Bruno Haible  <bruno@clisp.org>
14821
14822         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
14823         fr_FR.ISO8859-1 locale on MacOS X.
14824         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
14825         ja_JP.eucJP locale on MacOS X.
14826         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
14827         zh_CN.GB18030 locale on MacOS X.
14828
14829 2009-01-25  Bruno Haible  <bruno@clisp.org>
14830
14831         Avoid link errors on MacOS X 10.3.
14832         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
14833         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14834
14835 2009-01-25  Bruno Haible  <bruno@clisp.org>
14836
14837         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
14838         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
14839         * modules/pipe (Files): Remove m4/posix_spawn.m4.
14840         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
14841         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
14842         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
14843         posix_spawnattr_init, posix_spawnattr_setsigmask,
14844         posix_spawnattr_setflags, posix_spawnattr_destroy.
14845
14846         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
14847         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
14848         * modules/execute (Files): Remove m4/posix_spawn.m4.
14849         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
14850         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
14851         posix_spawnattr_init, posix_spawnattr_setsigmask,
14852         posix_spawnattr_setflags, posix_spawnattr_destroy.
14853
14854 2009-01-25  Bruno Haible  <bruno@clisp.org>
14855
14856         * lib/glthread/threadlib.c: Include <stdlib.h>.
14857
14858 2009-01-25  Bruno Haible  <bruno@clisp.org>
14859
14860         * lib/glthread/threadlib.c (dummy): New declaration.
14861
14862 2009-01-25  Bruno Haible  <bruno@clisp.org>
14863
14864         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
14865         multibyte characters also for the GB18030 encoding. Don't crash when
14866         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
14867
14868 2009-01-25  Bruno Haible  <bruno@clisp.org>
14869
14870         Avoid redefining 'struct random_data' on OSF/1 5.1.
14871         * lib/stdlib.in.h: Include <random.h> if it exists.
14872         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
14873         HAVE_RANDOM_H. Include <random.h> when testing whether
14874         'struct random_data' exists.
14875         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
14876
14877 2009-01-25  Bruno Haible  <bruno@clisp.org>
14878
14879         Don't install charset.alias on MacOS X >= 10.3.
14880         * lib/localcharset.c (DARWIN7): New macro.
14881         (get_charset_aliases): Hardcode the result for Darwin7.
14882         * modules/localcharset (install-exec-local): Don't install
14883         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
14884
14885 2009-01-25  Bruno Haible  <bruno@clisp.org>
14886
14887         Don't install charset.alias on mingw and Cygwin.
14888         * modules/localcharset (install-exec-local): Don't install
14889         charset.alias on mingw and Cygwin, if the file does not yet exist.
14890         The result for these platforms is hardcoded in localcharset.c.
14891
14892 2009-01-25  Bruno Haible  <bruno@clisp.org>
14893
14894         Make it possible again to use AC_GNU_SOURCE together with gnulib.
14895         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
14896         before requiring AC_USE_SYSTEM_EXTENSIONS.
14897
14898 2009-01-25  Jim Meyering  <meyering@redhat.com>
14899
14900         c-strtod: avoid warnings
14901         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
14902         "assignment discards qualifiers from pointer target type" warnings.
14903
14904 2009-01-24  Bruno Haible  <bruno@clisp.org>
14905
14906         Add support for non-UTF-8 locales on MacOS X.
14907         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
14908         canonical encodings. For Darwin 7 and newer, don't map traditional
14909         encodings to UTF-8.
14910         Reported by Vincent Lefevre <vincent@vinc17.org>
14911         at <http://savannah.gnu.org/bugs/?25235>.
14912
14913 2009-01-24  Bruno Haible  <bruno@clisp.org>
14914
14915         * doc/gnulib.texi (Obsolete modules): New section.
14916         Reported by Mike Frysinger <vapier@gentoo.org>.
14917
14918 2009-01-24  Bruno Haible  <bruno@clisp.org>
14919
14920         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
14921         (%.dvi): New rule.
14922
14923 2009-01-24  Bruno Haible  <bruno@clisp.org>
14924
14925         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
14926         Reported by Eric Blake.
14927
14928 2009-01-24  Bruno Haible  <bruno@clisp.org>
14929
14930         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
14931         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
14932         Reported by Gary V. Vaughan <gary@gnu.org>.
14933
14934 2009-01-24  Bruno Haible  <bruno@clisp.org>
14935
14936         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
14937
14938 2009-01-23  Bruno Haible  <bruno@clisp.org>
14939
14940         Make c-strtod, c-strtold usable in libraries.
14941         * lib/c-strtod.c: Include string.h instead of xalloc.h.
14942         (C_STRTOD): Call strdup instead of xstrdup.
14943         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
14944         * modules/c-strtold (Depends-on): Likewise.
14945         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
14946         * NEWS: Mention the change.
14947         Reported by Michael Gold <mgold@ncf.ca>.
14948
14949 2009-01-23  Jim Meyering  <meyering@redhat.com>
14950
14951         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
14952         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
14953         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
14954
14955 2009-01-23  Simon Josefsson  <simon@josefsson.org>
14956
14957         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
14958         GNU CoreUtils.
14959         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
14960         * modules/version-etc (Description): Update.
14961
14962 2009-01-22  Bruno Haible  <bruno@clisp.org>
14963
14964         Cache the C locale object.
14965         * lib/c-strtod.c (c_locale_cache): New variable.
14966         (c_locale): New function.
14967         (C_STRTOD): Use it, and don't call freelocale.
14968         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
14969         Suggested by Paolo Bonzini.
14970
14971 2009-01-21  Bruno Haible  <bruno@clisp.org>
14972
14973         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
14974         conditions other than overflow.
14975
14976 2009-01-21  Bruno Haible  <bruno@clisp.org>
14977
14978         * lib/c-strtod.c: Include errno.h.
14979         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
14980         value from STRTOD_L and STRTOD.
14981
14982 2009-01-21  Bruno Haible  <bruno@clisp.org>
14983         and Jim Meyering  <meyering@redhat.com>
14984
14985         nanosleep: skip configure test (fail it) for apple universal builds
14986         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
14987         universal builds, assume that nanosleep does not work.
14988         * modules/nanosleep (Depends-on): Add multiarch.
14989
14990         mktime: skip configure test (fail it) for apple universal builds
14991         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
14992         universal builds, assume that mktime does not work.
14993         * modules/mktime (Depends-on): Add multiarch.
14994
14995 2009-01-21  Eric Blake  <ebb9@byu.net>
14996
14997         multiarch: avoid expand-before-require warning
14998         * modules/multiarch (configure.ac): Require, rather than expand,
14999         gl_MULTIARCH.
15000         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
15001         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
15002         enforce that all clients require it.  Partial reversion of
15003         2008-12-29 patch.
15004
15005         error: avoid expand-before-require warning
15006         * modules/errno (configure.ac): Require, rather than expand,
15007         gl_HEADER_ERRNO_H.
15008         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
15009         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
15010         enforce that all clients require it.
15011
15012         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
15013         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
15014         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
15015         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
15016
15017 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
15018
15019         Revert:
15020         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15021
15022         regex: do not depend on obsolete modules.
15023         * modules/regex: Remove memcmp and memmove.
15024
15025 2009-01-20  Bruno Haible  <bruno@clisp.org>
15026
15027         Make the 'link' module link on Windows NT 4.
15028         * lib/link.c (_WIN32_WINNT): Don't define.
15029         (CreateHardLinkFuncType): New type.
15030         (CreateHardLinkFunc, initialized): New variables.
15031         (initialize): New function.
15032         (link): Invoke CreateHardLink indirectly through the function pointer.
15033
15034 2009-01-20  Bruno Haible  <bruno@clisp.org>
15035
15036         Fix compilation failure on mingw.
15037         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
15038
15039 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
15040
15041         * doc/c-strtod.texi: Mention a couple of restrictions.
15042
15043 2009-01-20  Jim Meyering  <meyering@redhat.com>
15044
15045         gettimeofday: move more declarations out of functions
15046         * lib/gettimeofday.c: Move extern declarations of tzset and
15047         gmtime out of containing functions.  Prompted by Bruno Haible.
15048
15049 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15050
15051         regex: do not depend on obsolete modules.
15052         * modules/regex: Remove memcmp and memmove.
15053
15054 2009-01-19  Bruno Haible  <bruno@clisp.org>
15055
15056         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15057         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
15058         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15059         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
15060         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
15061
15062 2009-01-19  Bruno Haible  <bruno@clisp.org>
15063
15064         * tests/test-link.c: Include <errno.h>.
15065         (main): Exit with code 77 when a hard link cannot be created due to
15066         the file system.
15067         * tests/test-link.sh: Skip test when a hard link cannot be created due
15068         to the file system.
15069         Suggested by Eric Blake.
15070
15071 2009-01-19  Martin Lambers  <marlam@marlam.de>
15072
15073         * modules/link-tests: New file.
15074         * tests/test-link.sh: New file.
15075         * tests/test-link.c: New file.
15076
15077 2009-01-19  Eric Blake  <ebb9@byu.net>
15078
15079         doc: mention another function added in cygwin 1.7.0
15080         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
15081         Another new function in cygwin 1.7.
15082
15083 2009-01-19  Bruno Haible  <bruno@clisp.org>
15084
15085         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15086         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
15087         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
15088         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15089         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
15090         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
15091         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
15092         * m4/md4.m4 (gl_MD4): Likewise.
15093         * m4/md5.m4 (gl_MD5): Likewise.
15094         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
15095         * m4/sha1.m4 (gl_SHA1): Likewise.
15096         * m4/sha256.m4 (gl_SHA256): Likewise.
15097         * m4/sha512.m4 (gl_SHA512): Likewise.
15098
15099 2009-01-19  Bruno Haible  <bruno@clisp.org>
15100
15101         * modules/uniname/uniname-tests (Depends-on): Add progname.
15102         * tests/uniname/test-uninames.c: Include progname.h.
15103         (main): Call set_program_name.
15104
15105         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
15106         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
15107         (main): Call set_program_name.
15108
15109         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
15110         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
15111         (main): Call set_program_name.
15112
15113         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
15114         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
15115         (main): Call set_program_name.
15116
15117         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
15118         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
15119         (main): Call set_program_name.
15120
15121         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
15122         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
15123         (main): Call set_program_name.
15124
15125         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
15126         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
15127         (main): Call set_program_name.
15128
15129         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
15130         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
15131         (main): Call set_program_name.
15132
15133         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
15134         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
15135         (main): Call set_program_name.
15136
15137 2009-01-19  Eric Blake  <ebb9@byu.net>
15138
15139         test-unistd: test previous patch
15140         * tests/test-unistd.c: Test *_FILENO macros.
15141
15142         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
15143         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15144         Guarantee a definition.
15145         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
15146         * modules/unistd-safer (Depends-on): Add dependency on unistd.
15147         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
15148         * lib/dup-safer.c (STDERR_FILENO): Likewise.
15149         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15150         Likewise.
15151         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
15152         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
15153         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15154         Likewise.
15155         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
15156         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
15157         (STDERR_FILENO): Likewise.
15158         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
15159         (STDERR_FILENO): Likewise.
15160         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
15161         (STDERR_FILENO): Likewise.
15162         Reported by Elbert Pol.
15163
15164 2009-01-19  Eric Blake  <ebb9@byu.net>
15165
15166         doc: mention more functions added in cygwin 1.7.0
15167         * doc/posix-functions/abort.texi (abort): Update wording related
15168         to cygwin.
15169         * doc/posix-functions/daylight.texi (daylight): Likewise.
15170         * doc/posix-functions/optarg.texi (optarg): Likewise.
15171         * doc/posix-functions/optarg.texi (opterr): Likewise.
15172         * doc/posix-functions/optarg.texi (optind): Likewise.
15173         * doc/posix-functions/optarg.texi (optopt): Likewise.
15174         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
15175         worked in 1.5.x, and was withdrawn in 1.7.
15176         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
15177         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
15178         cygwin versions.
15179         * doc/posix-functions/perror.texi (perror): Likewise.
15180         * doc/posix-functions/printf.texi (printf): Likewise.
15181         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
15182         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
15183         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
15184         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
15185         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
15186         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
15187         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
15188         Likewise.
15189         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
15190         Likewise.
15191         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
15192         this function.
15193         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
15194         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
15195         Likewise.
15196         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
15197         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
15198         * doc/posix-functions/confstr.texi (confstr): Likewise.
15199         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
15200         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
15201         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
15202         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
15203         * doc/posix-functions/fputws.texi (fputws): Likewise.
15204         * doc/posix-functions/fwide.texi (fwide): Likewise.
15205         * doc/posix-functions/getwc.texi (getwc): Likewise.
15206         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
15207         * doc/posix-functions/putwc.texi (putwc): Likewise.
15208         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
15209         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
15210         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
15211         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
15212         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
15213         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
15214         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
15215         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
15216         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
15217         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
15218         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
15219
15220 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15221
15222         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
15223         * lib/ioctl.c: Include <sys/ioctl.h>.
15224
15225 2009-01-19  Simon Josefsson  <simon@josefsson.org>
15226
15227         * modules/getdate-tests (Depends-on): Add progname.
15228         * tests/test-getdate.c: Use progname module, to avoid link errors
15229         on non-glibc systems.
15230
15231 2009-01-18  Simon Josefsson  <simon@josefsson.org>
15232
15233         * modules/filenamecat-tests (Depends-on): Add progname.
15234         * modules/fstrcmp-tests (Depends-on): Likewise.
15235
15236         * tests/test-filenamecat.c: Use progname module, to avoid link
15237         errors on non-glibc systems.
15238         * tests/test-fstrcmp.c: Likewise.
15239
15240 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15241
15242         gettimeofday: avoid warning: nested extern declaration of 'localtime'
15243         * lib/gettimeofday.c: Move extern declaration out of function.
15244
15245 2009-01-18  Bruno Haible  <bruno@clisp.org>
15246
15247         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
15248         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
15249         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
15250
15251 2009-01-18  Bruno Haible  <bruno@clisp.org>
15252
15253         * lib/strftime.c (MEMPCPY): Remove unused macro.
15254         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
15255
15256 2009-01-18  Martin Lambers  <marlam@marlam.de>
15257
15258         New module 'link'.
15259         * lib/unistd.in.h (link): New declaration.
15260         * lib/link.c: New file.
15261         * m4/link.m4: New file.
15262         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
15263         HAVE_LINK.
15264         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
15265         * modules/link: New file.
15266         * doc/posix-functions/link.texi: Mention the new module.
15267
15268 2009-01-18  Bruno Haible  <bruno@clisp.org>
15269
15270         * tests/test-avltree_list.c (main): Call set_program_name.
15271         * tests/test-avltree_oset.c (main): Likewise.
15272         * tests/test-obstack-printf.c: Include progname.h.
15273         (main): Call set_program_name.
15274         * tests/test-quotearg.c: Include progname.h.
15275         (main): Call set_program_name.
15276         * tests/test-xmemdup0.c: Include progname.h.
15277         (main): Call set_program_name.
15278
15279 2009-01-18  Bruno Haible  <bruno@clisp.org>
15280
15281         New module 'alphasort'.
15282         * lib/dirent.in.h (alphasort): New declaration.
15283         * lib/alphasort.c: New file, from glibc with modifications.
15284         * m4/alphasort.m4: New file.
15285         * modules/alphasort: New file.
15286         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
15287         HAVE_ALPHASORT.
15288         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
15289         HAVE_ALPHASORT.
15290         * doc/posix-functions/alphasort.texi: Mention the new module and the
15291         portability problems.
15292
15293 2009-01-18  Bruno Haible  <bruno@clisp.org>
15294
15295         New module 'scandir'.
15296         * lib/dirent.in.h (scandir): New declaration.
15297         * lib/scandir.c: New file, from glibc with modifications.
15298         * m4/scandir.m4: New file.
15299         * modules/scandir: New file.
15300         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
15301         HAVE_SCANDIR.
15302         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
15303         HAVE_SCANDIR.
15304         * doc/posix-functions/scandir.texi: Mention the new module and the
15305         portability problems.
15306
15307 2009-01-17  Bruno Haible  <bruno@clisp.org>
15308
15309         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
15310         Update documentation.
15311         (func_remove_suffix): Escape all dots in the suffix. Update
15312         documentation.
15313         (func_filter_filelist): Update documentation.
15314         Reported by Ralf Wildenhues.
15315
15316 2009-01-17  Bruno Haible  <bruno@clisp.org>
15317
15318         * modules/dprintf-posix-tests: New file.
15319         * tests/test-dprintf-posix.sh: New file.
15320         * tests/test-dprintf-posix.c: New file.
15321
15322         New modules 'dprintf', 'dprintf-posix'.
15323         * lib/stdio.in.h (dprintf): New declaration.
15324         * lib/dprintf.c: New file.
15325         * m4/dprintf.m4: New file.
15326         * m4/dprintf-posix.m4: New file.
15327         * modules/dprintf: New file.
15328         * modules/dprintf-posix: New file.
15329         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
15330         HAVE_DPRINTF, REPLACE_DPRINTF.
15331         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
15332         HAVE_DPRINTF, REPLACE_DPRINTF.
15333         * doc/posix-functions/dprintf.texi: Mention the new modules.
15334
15335 2009-01-17  Bruno Haible  <bruno@clisp.org>
15336
15337         * modules/vdprintf-posix-tests: New file.
15338         * tests/test-vdprintf-posix.sh: New file.
15339         * tests/test-vdprintf-posix.c: New file.
15340
15341         New modules 'vdprintf', 'vdprintf-posix'.
15342         * lib/stdio.in.h (vdprintf): New declaration.
15343         * lib/vdprintf.c: New file.
15344         * m4/vdprintf.m4: New file.
15345         * m4/vdprintf-posix.m4: New file.
15346         * modules/vdprintf: New file.
15347         * modules/vdprintf-posix: New file.
15348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
15349         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15350         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
15351         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15352         * doc/posix-functions/vdprintf.texi: Mention the new modules.
15353
15354 2009-01-17  Bruno Haible  <bruno@clisp.org>
15355
15356         Fix replacement of fopen on mingw.
15357         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
15358         mingw.
15359
15360 2009-01-17  Bruno Haible  <bruno@clisp.org>
15361
15362         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
15363         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
15364
15365 2009-01-17  Bruno Haible  <bruno@clisp.org>
15366
15367         Avoid test-fflush2.sh failure on mingw.
15368         * tests/test-fflush2.c: Include binary-io.h.
15369         (main): Put standard input into binary mode.
15370         * modules/fflush-tests (Depends-on): Add binary-io.
15371
15372 2009-01-17  Bruno Haible  <bruno@clisp.org>
15373
15374         * lib/wchar.in.h: In another particular situation, include only the
15375         system's <wchar.h> file.
15376         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
15377         Reported by Albert Chin-A-Young <china@thewrittenword.com>
15378         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
15379
15380 2009-01-17  Bruno Haible  <bruno@clisp.org>
15381
15382         Support for stripping executables in --enable-relocatable.
15383         * build-aux/install-reloc: Expect one more argument, or an environment
15384         variable RELOC_STRIP_PROG. If set, strip the destination program and
15385         its wrapper.
15386         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
15387         RELOC_STRIP_PROG.
15388         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
15389         to set RELOCATABLE_STRIP.
15390         * NEWS: Mention the new Makefile requirement.
15391
15392 2009-01-17  Bruno Haible  <bruno@clisp.org>
15393
15394         * build-aux/install-reloc: Remove debugging information left over by
15395         C compiler on MacOS X.
15396
15397 2009-01-17  Bruno Haible  <bruno@clisp.org>
15398
15399         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
15400         * lib/progreloc.c (find_executable): Fix type of pointer passed to
15401         _NSGetExecutablePath.
15402
15403 2009-01-16  Jim Meyering  <meyering@redhat.com>
15404
15405         strerror: avoid warnings about discarding "const"
15406         * lib/strerror.c (rpl_strerror): Instead of returning a const
15407         string from each and every "case", use a variable, and add a single
15408         cast after the switch.
15409
15410 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
15411
15412         * lib/arpa_inet.in.h: Add extern "C" block for C++.
15413
15414 2009-01-16  Bruno Haible  <bruno@clisp.org>
15415
15416         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
15417         array initializer syntax that also works in C++ mode.
15418         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15419
15420 2009-01-16  Jim Meyering  <meyering@redhat.com>
15421
15422         poll: suppress a warning
15423         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
15424         to ignore "...unsigned expression < 0 is always false" warnings.
15425
15426 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
15427
15428         poll: remove declarations of unused variables
15429         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
15430         sockbuf and optlen.
15431
15432 2009-01-15  Bruno Haible  <bruno@clisp.org>
15433
15434         Make fflush-after-ungetc POSIX compliant on BSD systems.
15435         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
15436         (clear_ungetc_buffer): Implement also for other systems.
15437         (rpl_fflush): On glibc systems, invoke
15438         clear_ungetc_buffer_preserving_position. Otherwise, invoke
15439         clear_ungetc_buffer after fetching the stream's position, not before.
15440
15441 2009-01-15  Bruno Haible  <bruno@clisp.org>
15442
15443         Make fflush-after-ungetc POSIX compliant on glibc systems.
15444         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
15445         after ungetc.
15446         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
15447         (rpl_fflush): On glibc systems, simply call the system's fflush
15448         function after clearing the ungetc buffer.
15449         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
15450         Instead, lseek only to the end of file, then use the system's fseeko
15451         for the rest. On glibc systems, reset the EOF indicator bit.
15452
15453 2009-01-15  Jim Meyering  <meyering@redhat.com>
15454
15455         openmp.m4: revert quote-adding change, for portability to older autoconf
15456         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
15457         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
15458         Simon Josefsson noticed the problem when using autoconf-2.61.
15459
15460 2009-01-15  Bruno Haible  <bruno@clisp.org>
15461
15462         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
15463         * tests/test-fflush2.c (ASSERT): Always fail.
15464         (main): Add two tests for fflush() after ungetc(), taking into account
15465         the Austin Group's clarification.
15466         Suggested by Eric Blake.
15467
15468 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
15469
15470         mktime.m4: remove K&R-style function prototypes
15471         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
15472         for the Sun C++ compiler.
15473
15474 2009-01-14  Bruno Haible  <bruno@clisp.org>
15475
15476         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
15477         while including <wchar.h>.
15478         * lib/wchar.in.h: In two particular situations on HP-UX, include only
15479         the system's <wchar.h> file.
15480         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15481
15482 2009-01-14  Bruno Haible  <bruno@clisp.org>
15483
15484         * m4/csharp.m4: Don't mention gettext on the serial number line.
15485         * m4/csharpexec.m4: Likewise.
15486         * m4/eaccess.m4: Likewise.
15487         * m4/javaexec.m4: Likewise.
15488         * m4/sig_atomic_t.m4: Likewise.
15489         * m4/tmpdir.m4: Likewise.
15490         * m4/intldir.m4: Bump gettext version.
15491         * m4/lib-ld.m4: Likewise.
15492
15493 2009-01-14  Bruno Haible  <bruno@clisp.org>
15494
15495         * lib/progname.c (set_program_name): Add more comments.
15496         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
15497
15498 2009-01-14  Simon Josefsson  <simon@josefsson.org>
15499
15500         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
15501         were sys/stat.h does not define it.
15502
15503 2009-01-14  Jim Meyering  <meyering@redhat.com>
15504
15505         many *.m4 files: improve m4 quoting
15506         99% of this change was performed by running the following commands:
15507         git ls-files | grep '\.m4$' | xargs perl -pi \
15508           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
15509           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
15510           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
15511           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
15512         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
15513         The remainder were to add Copyright dates, increment serial numbers,
15514         undo some changes in comments, exclude m4/intl.m4, and add quotes
15515         around the "1" in ",1" where the unusual spacing prohibited the
15516         above regexps from doing the job.  For more details, see
15517         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
15518         * m4/acl.m4: Modified.
15519         * m4/afs.m4: Likewise.
15520         * m4/alloca.m4: Likewise.
15521         * m4/argp.m4: Likewise.
15522         * m4/argz.m4: Likewise.
15523         * m4/atexit.m4: Likewise.
15524         * m4/bison-i18n.m4: Likewise.
15525         * m4/bison.m4: Likewise.
15526         * m4/byteswap.m4: Likewise.
15527         * m4/c-stack.m4: Likewise.
15528         * m4/c-strtod.m4: Likewise.
15529         * m4/calloc.m4: Likewise.
15530         * m4/canonicalize-lgpl.m4: Likewise.
15531         * m4/chown.m4: Likewise.
15532         * m4/clock_time.m4: Likewise.
15533         * m4/codeset.m4: Likewise.
15534         * m4/copy-file.m4: Likewise.
15535         * m4/csharp.m4: Likewise.
15536         * m4/csharpcomp.m4: Likewise.
15537         * m4/csharpexec.m4: Likewise.
15538         * m4/d-ino.m4: Likewise.
15539         * m4/d-type.m4: Likewise.
15540         * m4/dirfd.m4: Likewise.
15541         * m4/double-slash-root.m4: Likewise.
15542         * m4/eaccess.m4: Likewise.
15543         * m4/eealloc.m4: Likewise.
15544         * m4/environ.m4: Likewise.
15545         * m4/errno_h.m4: Likewise.
15546         * m4/euidaccess.m4: Likewise.
15547         * m4/execute.m4: Likewise.
15548         * m4/fatal-signal.m4: Likewise.
15549         * m4/fchdir.m4: Likewise.
15550         * m4/fcntl_h.m4: Likewise.
15551         * m4/fileblocks.m4: Likewise.
15552         * m4/filenamecat.m4: Likewise.
15553         * m4/findprog.m4: Likewise.
15554         * m4/flexmember.m4: Likewise.
15555         * m4/fnmatch.m4: Likewise.
15556         * m4/fopen.m4: Likewise.
15557         * m4/fpending.m4: Likewise.
15558         * m4/fprintf-posix.m4: Likewise.
15559         * m4/free.m4: Likewise.
15560         * m4/frexp.m4: Likewise.
15561         * m4/frexpl.m4: Likewise.
15562         * m4/fsusage.m4: Likewise.
15563         * m4/ftruncate.m4: Likewise.
15564         * m4/gc-camellia.m4: Likewise.
15565         * m4/gc-random.m4: Likewise.
15566         * m4/gc.m4: Likewise.
15567         * m4/getaddrinfo.m4: Likewise.
15568         * m4/getcwd-abort-bug.m4: Likewise.
15569         * m4/getcwd-path-max.m4: Likewise.
15570         * m4/getdate.m4: Likewise.
15571         * m4/getdomainname.m4: Likewise.
15572         * m4/getgroups.m4: Likewise.
15573         * m4/gethostname.m4: Likewise.
15574         * m4/gethrxtime.m4: Likewise.
15575         * m4/getline.m4: Likewise.
15576         * m4/getloadavg.m4: Likewise.
15577         * m4/getndelim2.m4: Likewise.
15578         * m4/getpass.m4: Likewise.
15579         * m4/gettext.m4: Likewise.
15580         * m4/gettime.m4: Likewise.
15581         * m4/gettimeofday.m4: Likewise.
15582         * m4/gnulib-common.m4: Likewise.
15583         * m4/group-member.m4: Likewise.
15584         * m4/host-os.m4: Likewise.
15585         * m4/iconv.m4: Likewise.
15586         * m4/iconv_open.m4: Likewise.
15587         * m4/inet_ntop.m4: Likewise.
15588         * m4/inet_pton.m4: Likewise.
15589         * m4/inline.m4: Likewise.
15590         * m4/intldir.m4: Likewise.
15591         * m4/intlmacosx.m4: Likewise.
15592         * m4/intmax.m4: Likewise.
15593         * m4/intmax_t.m4: Likewise.
15594         * m4/inttypes.m4: Likewise.
15595         * m4/inttypes_h.m4: Likewise.
15596         * m4/inttypes-pri.m4: Likewise.
15597         * m4/isapipe.m4: Likewise.
15598         * m4/isnand.m4: Likewise.
15599         * m4/isnanf.m4: Likewise.
15600         * m4/isnanl.m4: Likewise.
15601         * m4/javacomp.m4: Likewise.
15602         * m4/javaexec.m4: Likewise.
15603         * m4/jm-winsz1.m4: Likewise.
15604         * m4/jm-winsz2.m4: Likewise.
15605         * m4/lchown.m4: Likewise.
15606         * m4/lcmessage.m4: Likewise.
15607         * m4/ldexpl.m4: Likewise.
15608         * m4/lib-ld.m4: Likewise.
15609         * m4/lib-link.m4: Likewise.
15610         * m4/libsigsegv.m4: Likewise.
15611         * m4/link-follow.m4: Likewise.
15612         * m4/localcharset.m4: Likewise.
15613         * m4/locale-fr.m4: Likewise.
15614         * m4/locale-ja.m4: Likewise.
15615         * m4/locale-tr.m4: Likewise.
15616         * m4/locale-zh.m4: Likewise.
15617         * m4/lock.m4: Likewise.
15618         * m4/longlong.m4: Likewise.
15619         * m4/ls-mntd-fs.m4: Likewise.
15620         * m4/lstat.m4: Likewise.
15621         * m4/malloc.m4: Likewise.
15622         * m4/mathl.m4: Likewise.
15623         * m4/mbrtowc.m4: Likewise.
15624         * m4/mbstate_t.m4: Likewise.
15625         * m4/mbswidth.m4: Likewise.
15626         * m4/memchr.m4: Likewise.
15627         * m4/memcmp.m4: Likewise.
15628         * m4/memcpy.m4: Likewise.
15629         * m4/memmem.m4: Likewise.
15630         * m4/memmove.m4: Likewise.
15631         * m4/mempcpy.m4: Likewise.
15632         * m4/memrchr.m4: Likewise.
15633         * m4/memset.m4: Likewise.
15634         * m4/minmax.m4: Likewise.
15635         * m4/mkdir-slash.m4: Likewise.
15636         * m4/mkdtemp.m4: Likewise.
15637         * m4/mktime.m4: Likewise.
15638         * m4/mmap-anon.m4: Likewise.
15639         * m4/mountlist.m4: Likewise.
15640         * m4/nanosleep.m4: Likewise.
15641         * m4/nls.m4: Likewise.
15642         * m4/nocrash.m4: Likewise.
15643         * m4/open.m4: Likewise.
15644         * m4/openat.m4: Likewise.
15645         * m4/openmp.m4: Likewise.
15646         * m4/pathmax.m4: Likewise.
15647         * m4/perl.m4: Likewise.
15648         * m4/physmem.m4: Likewise.
15649         * m4/pipe.m4: Likewise.
15650         * m4/po.m4: Likewise.
15651         * m4/poll.m4: Likewise.
15652         * m4/posixtm.m4: Likewise.
15653         * m4/posixver.m4: Likewise.
15654         * m4/printf-frexp.m4: Likewise.
15655         * m4/printf-frexpl.m4: Likewise.
15656         * m4/printf-posix.m4: Likewise.
15657         * m4/printf-posix-rpl.m4: Likewise.
15658         * m4/printf.m4: Likewise.
15659         * m4/progtest.m4: Likewise.
15660         * m4/putenv.m4: Likewise.
15661         * m4/readline.m4: Likewise.
15662         * m4/readlink.m4: Likewise.
15663         * m4/readutmp.m4: Likewise.
15664         * m4/realloc.m4: Likewise.
15665         * m4/regex.m4: Likewise.
15666         * m4/relocatable.m4: Likewise.
15667         * m4/relocatable-lib.m4: Likewise.
15668         * m4/rename-dest-slash.m4: Likewise.
15669         * m4/rename.m4: Likewise.
15670         * m4/rmdir-errno.m4: Likewise.
15671         * m4/rmdir.m4: Likewise.
15672         * m4/roundf.m4: Likewise.
15673         * m4/roundl.m4: Likewise.
15674         * m4/rpmatch.m4: Likewise.
15675         * m4/save-cwd.m4: Likewise.
15676         * m4/selinux-selinux-h.m4: Likewise.
15677         * m4/setenv.m4: Likewise.
15678         * m4/settime.m4: Likewise.
15679         * m4/sig2str.m4: Likewise.
15680         * m4/sig_atomic_t.m4: Likewise.
15681         * m4/signalblocking.m4: Likewise.
15682         * m4/signbit.m4: Likewise.
15683         * m4/sigpipe.m4: Likewise.
15684         * m4/sockets.m4: Likewise.
15685         * m4/sockpfaf.m4: Likewise.
15686         * m4/st_dm_mode.m4: Likewise.
15687         * m4/stat-time.m4: Likewise.
15688         * m4/stdbool.m4: Likewise.
15689         * m4/stdint.m4: Likewise.
15690         * m4/stdint_h.m4: Likewise.
15691         * m4/stpcpy.m4: Likewise.
15692         * m4/stpncpy.m4: Likewise.
15693         * m4/strcase.m4: Likewise.
15694         * m4/strchrnul.m4: Likewise.
15695         * m4/strcspn.m4: Likewise.
15696         * m4/strdup.m4: Likewise.
15697         * m4/strftime.m4: Likewise.
15698         * m4/strndup.m4: Likewise.
15699         * m4/strnlen.m4: Likewise.
15700         * m4/strpbrk.m4: Likewise.
15701         * m4/strptime.m4: Likewise.
15702         * m4/strsep.m4: Likewise.
15703         * m4/strtod.m4: Likewise.
15704         * m4/strtoimax.m4: Likewise.
15705         * m4/strtok_r.m4: Likewise.
15706         * m4/strtol.m4: Likewise.
15707         * m4/strtoll.m4: Likewise.
15708         * m4/strtoul.m4: Likewise.
15709         * m4/strtoull.m4: Likewise.
15710         * m4/strtoumax.m4: Likewise.
15711         * m4/strverscmp.m4: Likewise.
15712         * m4/threadlib.m4: Likewise.
15713         * m4/timegm.m4: Likewise.
15714         * m4/tm_gmtoff.m4: Likewise.
15715         * m4/tmpdir.m4: Likewise.
15716         * m4/tmpfile.m4: Likewise.
15717         * m4/tzset.m4: Likewise.
15718         * m4/uintmax_t.m4: Likewise.
15719         * m4/unlinkdir.m4: Likewise.
15720         * m4/unlocked-io.m4: Likewise.
15721         * m4/uptime.m4: Likewise.
15722         * m4/userspec.m4: Likewise.
15723         * m4/utimbuf.m4: Likewise.
15724         * m4/utime.m4: Likewise.
15725         * m4/utimes-null.m4: Likewise.
15726         * m4/utimes.m4: Likewise.
15727         * m4/vararrays.m4: Likewise.
15728         * m4/vasnprintf.m4: Likewise.
15729         * m4/vfprintf-posix.m4: Likewise.
15730         * m4/vprintf-posix.m4: Likewise.
15731         * m4/wait-process.m4: Likewise.
15732         * m4/wchar_t.m4: Likewise.
15733         * m4/wint_t.m4: Likewise.
15734         * m4/write-any-file.m4: Likewise.
15735         * m4/yield.m4: Likewise.
15736
15737 2009-01-13  Bruno Haible  <bruno@clisp.org>
15738
15739         Avoid test-copy-file.sh failures when ACL support insufficient.
15740         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
15741         TESTS_ENVIRONMENT.
15742         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
15743         Reported by Jim Meyering.
15744
15745 2009-01-13  Bruno Haible  <bruno@clisp.org>
15746
15747         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
15748         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
15749         * modules/unistdio/u8-printf-parse (Files): Likewise.
15750         * modules/unistdio/u32-printf-parse (Files): Likewise.
15751         * modules/unistdio/ulc-printf-parse (Files): Likewise.
15752
15753 2009-01-13  Simon Josefsson  <simon@josefsson.org>
15754
15755         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
15756         and m4/inttypes_h.m4 too.
15757
15758 2009-01-12  Eric Blake  <ebb9@byu.net>
15759
15760         tests: IRIX 6.2 cc can't compile -0.0 into .data
15761         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
15762         rather than at compile-time.
15763         * tests/test-floorl.c (minus_zero): Likewise.
15764         * tests/test-frexpl.c (minus_zero): Likewise.
15765         * tests/test-isnan.c (minus_zerol): Likewise.
15766         * tests/test-isnanl.h (minus_zero): Likewise.
15767         * tests/test-ldexpl.c (minus_zero): Likewise.
15768         * tests/test-roundl.c (minus_zero): Likewise.
15769         * tests/test-signbit.c (minus_zerol): Likewise.
15770         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
15771         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
15772         * tests/test-truncl.c (minus_zero): Likewise.
15773         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
15774         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
15775         Reported by Tom G. Christensen and Nelson H. F. Beebe.
15776
15777 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15778
15779         regex: fix glibc bug 9697
15780         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
15781         handling.
15782
15783 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15784
15785         regex: fix glibc bug 697
15786         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
15787         being NULL also if there are no backreferences.
15788
15789 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15790
15791         regex: merge glibc changes
15792         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
15793         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
15794         re_string_skip_chars, re_string_reconstruct): Likewise.
15795         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
15796
15797 2009-01-07  Jim Meyering  <meyering@redhat.com>
15798
15799         poll: filter through cppi
15800         * lib/poll.c: Indent cpp directives to reflect nesting.
15801
15802 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
15803
15804         poll: don't return uninitialized
15805         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
15806
15807 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
15808
15809         avoid compile failure on AIX 6.1
15810         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
15811         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
15812
15813 2009-01-04  Jim Meyering  <meyering@redhat.com>
15814
15815         remove duplicate inclusion of <stdio.h>
15816         * tests/test-fprintf-posix.c: Likewise.
15817         * tests/test-printf-posix.c: Likewise.
15818         * tests/test-snprintf-posix.c: Likewise.
15819         * tests/test-sprintf-posix.c: Likewise.
15820         * tests/test-vasprintf-posix.c: Likewise.
15821         * tests/test-vfprintf-posix.c: Likewise.
15822         * tests/test-vprintf-posix.c: Likewise.
15823         * tests/test-vsnprintf-posix.c: Likewise.
15824         * tests/test-vsprintf-posix.c: Likewise.
15825
15826 2009-01-03  Jim Meyering  <meyering@redhat.com>
15827
15828         gnulib-tool: fix sed-based filtering
15829         * gnulib-tool (func_filter_filelist): Remove extra backslash
15830         in sed_fff_filter definition.
15831
15832 2009-01-02  Jim Meyering  <meyering@redhat.com>
15833
15834         strftime: avoid compilation failure on Solaris 2.6
15835         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
15836         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
15837         Don't #define mbrlen or mbsinit, since now they're guaranteed to
15838         be available.  Reported by Tom G. Christensen.  Details in
15839         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
15840
15841 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15842             Bruno Haible  <bruno@clisp.org>
15843
15844         Speed up gnulib-tool by doing more string processing through shell
15845         built-ins.
15846         * gnulib-tool (fast_func_append): New variable.
15847         (func_remove_prefix, func_remove_suffix): New functions.
15848         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
15849         (func_filter_filelist): New function.
15850         (func_get_dependencies): Use func_remove_suffix instead of sed.
15851         (func_get_automake_snippet): Use func_filter_filelist instead of a
15852         subshell and sed invocation.
15853
15854 2009-01-01  Bruno Haible  <bruno@clisp.org>
15855
15856         Fix a security bug.
15857         * gnulib-tool (func_import, import, update): Don't allow the characters
15858         '"', '$', '`', '\' in macro arguments that become part of commands that
15859         are evaluated.
15860
15861 2009-01-01  Bruno Haible  <bruno@clisp.org>
15862
15863         * gnulib-tool (func_reset_sigpipe): Add more comments.
15864
15865 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15866
15867         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
15868         func_emit_tests_Makefile_am, func_import): Abort loops early if we
15869         already know the answer.
15870
15871 2009-01-01  Jim Meyering  <meyering@redhat.com>
15872
15873         * lib/version-etc.c (version_etc_va): Update copyright year.
15874
15875 2008-12-30  Bruno Haible  <bruno@clisp.org>
15876
15877         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
15878         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
15879         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
15880
15881 2008-12-29  Eric Blake  <ebb9@byu.net>
15882
15883         multiarch: avoid autoconf AC_REQUIRE bug
15884         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
15885         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
15886         2.63 and older.
15887         Reported by Bruno Haible, and analyzed in
15888         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
15889
15890 2008-12-29  Bruno Haible  <bruno@clisp.org>
15891
15892         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
15893         files in subdirectories correctly.
15894         Reported by Ralf Wildenhues.
15895
15896 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15897
15898         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
15899         rather than 'join FILE -', for Solaris join.
15900
15901 2008-12-29  Bruno Haible  <bruno@clisp.org>
15902
15903         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
15904         quoting.
15905         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
15906         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
15907         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
15908         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
15909         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
15910         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
15911         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
15912         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
15913         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
15914         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
15915         * m4/nls.m4 (AM_NLS): Likewise.
15916         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
15917         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
15918         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
15919         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
15920         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
15921         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
15922         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
15923         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
15924         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
15925         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
15926         * m4/xsize.m4 (gl_XSIZE): Likewise.
15927         Suggested by Jim Meyering.
15928
15929 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15930
15931         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
15932         * lib/parse-duration.c: use a switch instead of cascading if's.
15933
15934 2008-12-29  Eric Blake  <ebb9@byu.net>
15935
15936         wchar.h: supply WEOF on Irix 5.3
15937         * lib/wchar.in.h (wint_t): Also supply WEOF.
15938         * lib/wctype.in.h (wint_t): Likewise.
15939         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
15940         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
15941         Reported by Tom G. Christensen.
15942
15943 2008-12-26  Bruno Haible  <bruno@clisp.org>
15944
15945         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
15946         i486, i586, i686.
15947
15948 2008-12-26  Bruno Haible  <bruno@clisp.org>
15949
15950         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
15951
15952 2008-12-26  Bruno Haible  <bruno@clisp.org>
15953
15954         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
15955         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
15956         not __STDC_CONSTANT_MACROS.
15957         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
15958
15959 2008-12-25  Bruno Haible  <bruno@clisp.org>
15960
15961         Add support for universal builds to vasnprintf.
15962         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
15963         universal builds, guess no.
15964         * modules/vasnprintf-posix (Depends-on): Add multiarch.
15965         * modules/vasprintf-posix (Depends-on): Likewise.
15966         * modules/fprintf-posix (Depends-on): Likewise.
15967         * modules/vfprintf-posix (Depends-on): Likewise.
15968         * modules/snprintf-posix (Depends-on): Likewise.
15969         * modules/vsnprintf-posix (Depends-on): Likewise.
15970         * modules/sprintf-posix (Depends-on): Likewise.
15971         * modules/vsprintf-posix (Depends-on): Likewise.
15972         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
15973         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
15974         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
15975         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
15976         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
15977         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
15978         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
15979
15980         Add support for universal builds to <inttypes.h>.
15981         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
15982         _SCNu64_PREFIX): In Apple
15983         universal builds, define directly, using _LP64.
15984         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
15985         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
15986         * modules/inttypes (Depends-on): Add multiarch.
15987         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
15988
15989         Add support for universal builds to <stdint.h>.
15990         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
15991         universal builds, define directly, using _LP64.
15992         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
15993         Apple universal builds, don't test for the size and suffix of ptrdiff_t
15994         and size_t.
15995         * modules/stdint (Depends-on): Add multiarch.
15996         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
15997
15998         New module 'multiarch'.
15999         * modules/multiarch: New file.
16000         * m4/multiarch.m4: New file.
16001
16002 2008-12-25  Bruno Haible  <bruno@clisp.org>
16003
16004         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
16005
16006 2008-12-25  Bruno Haible  <bruno@clisp.org>
16007
16008         * modules/btowc (License): Relicense under LGPLv2+.
16009         * modules/mbsinit (License): Likewise.
16010         * modules/mbrtowc (License): Likewise.
16011         * modules/wcrtomb (License): Likewise.
16012         * modules/streq (License): Likewise.
16013         Reported by David Lutterkort <lutter@redhat.com>.
16014
16015 2008-12-23  Bruno Haible  <bruno@clisp.org>
16016
16017         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
16018
16019 2008-12-23  Bruno Haible  <bruno@clisp.org>
16020
16021         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
16022         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
16023         GETADDRINFO_LIB, not in LIBS.
16024         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
16025         * modules/canon-host (Link): Likewise.
16026         * NEWS: Mention the change.
16027         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
16028         GETADDRINFO_LIB.
16029
16030 2008-12-22  Bruno Haible  <bruno@clisp.org>
16031
16032         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
16033         * doc/posix-functions/iswalpha_l.texi: Likewise.
16034         * doc/posix-functions/iswblank_l.texi: Likewise.
16035         * doc/posix-functions/iswcntrl_l.texi: Likewise.
16036         * doc/posix-functions/iswctype_l.texi: Likewise.
16037         * doc/posix-functions/iswdigit_l.texi: Likewise.
16038         * doc/posix-functions/iswgraph_l.texi: Likewise.
16039         * doc/posix-functions/iswlower_l.texi: Likewise.
16040         * doc/posix-functions/iswprint_l.texi: Likewise.
16041         * doc/posix-functions/iswpunct_l.texi: Likewise.
16042         * doc/posix-functions/iswspace_l.texi: Likewise.
16043         * doc/posix-functions/iswupper_l.texi: Likewise.
16044         * doc/posix-functions/iswxdigit_l.texi: Likewise.
16045         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
16046         * doc/posix-functions/open_wmemstream.texi: Likewise.
16047         * doc/posix-functions/swscanf.texi: Likewise.
16048         * doc/posix-functions/towctrans_l.texi: Likewise.
16049         * doc/posix-functions/towlower.texi: Likewise.
16050         * doc/posix-functions/towlower_l.texi: Likewise.
16051         * doc/posix-functions/towupper.texi: Likewise.
16052         * doc/posix-functions/towupper_l.texi: Likewise.
16053         * doc/posix-functions/vfwprintf.texi: Likewise.
16054         * doc/posix-functions/vfwscanf.texi: Likewise.
16055         * doc/posix-functions/vswscanf.texi: Likewise.
16056         * doc/posix-functions/vwprintf.texi: Likewise.
16057         * doc/posix-functions/vwscanf.texi: Likewise.
16058         * doc/posix-functions/wcpcpy.texi: Likewise.
16059         * doc/posix-functions/wcpncpy.texi: Likewise.
16060         * doc/posix-functions/wcscasecmp.texi: Likewise.
16061         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
16062         * doc/posix-functions/wcscoll_l.texi: Likewise.
16063         * doc/posix-functions/wcsdup.texi: Likewise.
16064         * doc/posix-functions/wcsncasecmp.texi: Likewise.
16065         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
16066         * doc/posix-functions/wcsnlen.texi: Likewise.
16067         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16068         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
16069         * doc/posix-functions/wctrans_l.texi: Likewise.
16070         * doc/posix-functions/wctype_l.texi: Likewise.
16071         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
16072         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
16073         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
16074         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
16075         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
16076         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
16077         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
16078         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
16079         * doc/glibc-functions/wcschrnul.texi: Likewise.
16080         * doc/glibc-functions/wcsftime_l.texi: Likewise.
16081         * doc/glibc-functions/wcstod_l.texi: Likewise.
16082         * doc/glibc-functions/wcstof_l.texi: Likewise.
16083         * doc/glibc-functions/wcstol_l.texi: Likewise.
16084         * doc/glibc-functions/wcstold_l.texi: Likewise.
16085         * doc/glibc-functions/wcstoll_l.texi: Likewise.
16086         * doc/glibc-functions/wcstoq.texi: Likewise.
16087         * doc/glibc-functions/wcstoul_l.texi: Likewise.
16088         * doc/glibc-functions/wcstoull_l.texi: Likewise.
16089         * doc/glibc-functions/wcstouq.texi: Likewise.
16090         * doc/glibc-functions/wmempcpy.texi: Likewise.
16091
16092 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
16093             Eric Blake  <ebb9@byu.net>
16094             Paolo Bonzini  <bonzini@gnu.org>
16095             Bruno Haible  <bruno@clisp.org>
16096
16097         Make c-stack work on Haiku.
16098         * lib/c-stack.c (SA_ONSTACK): Define fallback.
16099         (c_stack_action): Use SA_ONSTACK flag.
16100
16101 2008-12-22  Bruno Haible  <bruno@clisp.org>
16102
16103         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
16104
16105 2008-12-22  Bruno Haible  <bruno@clisp.org>
16106
16107         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
16108         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
16109         being overridden.
16110         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
16111         New macros.
16112         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
16113         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
16114         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
16115         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
16116
16117 2008-12-22  Bruno Haible  <bruno@clisp.org>
16118
16119         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
16120         from test code.
16121
16122 2008-12-22  Eric Blake  <ebb9@byu.net>
16123
16124         Avoid gcc warnings on cygwin.
16125         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
16126         Avoid unused variable.
16127         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
16128         Likewise.
16129
16130 2008-12-22  Bruno Haible  <bruno@clisp.org>
16131
16132         Remove HAVE_MBRTOWC conditionals.
16133         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
16134         (mbscasecmp): Assume mbrtowc function.
16135         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
16136         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
16137         * lib/mbschr.c: Include mbuiter.h unconditionally.
16138         (mbschr): Assume mbrtowc function.
16139         * lib/mbscspn.c: Include mbuiter.h unconditionally.
16140         (mbscspn): Assume mbrtowc function.
16141         * lib/mbslen.c: Include mbuiter.h unconditionally.
16142         (mbslen): Assume mbrtowc function.
16143         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
16144         (mbsncasecmp): Assume mbrtowc function.
16145         * lib/mbsnlen.c: Include mbiter.h unconditionally.
16146         (mbsnlen): Assume mbrtowc function.
16147         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
16148         (mbspbrk): Assume mbrtowc function.
16149         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
16150         (mbspcasecmp): Assume mbrtowc function.
16151         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
16152         (mbsrchr): Assume mbrtowc function.
16153         * lib/mbssep.c: Include mbuiter.h unconditionally.
16154         (mbssep): Assume mbrtowc function.
16155         * lib/mbsspn.c: Include mbuiter.h unconditionally.
16156         (mbsspn): Assume mbrtowc function.
16157         * lib/mbsstr.c: Include mbuiter.h unconditionally.
16158         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
16159         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
16160         (mbstok_r): Assume mbrtowc function.
16161         * lib/propername.c: Include mbuiter.h unconditionally.
16162         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
16163         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
16164         (trim2): Assume mbrtowc function.
16165         * lib/mbswidth.c (mbsinit): Remove fallback definition.
16166         (mbsnwidth): Assume mbrtowc function.
16167         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
16168         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
16169         fallback definitions.
16170         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
16171
16172 2008-12-22  Bruno Haible  <bruno@clisp.org>
16173
16174         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
16175
16176 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
16177
16178         * modules/regex: Request emulations for the mb*/wc* functions we need.
16179         * m4/regex.m4: Don't look for those functions here.
16180         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
16181
16182 2008-12-22  Bruno Haible  <bruno@clisp.org>
16183
16184         * modules/fnmatch (Depends-on): Remove duplicated dependency.
16185
16186 2008-12-21  Bruno Haible  <bruno@clisp.org>
16187
16188         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
16189         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
16190         (Include): Remove conditionalization.
16191         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
16192         (Include): Remove conditionalization.
16193         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
16194         (Include): Remove conditionalization.
16195         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
16196         * m4/mbfile.m4 (gl_MBFILE): Likewise.
16197         * NEWS: Mention the change.
16198         Reported by Alan Hourihane <alanh@fairlite.co.uk>
16199         via Sergey Poznyakoff <gray@gnu.org.ua>.
16200
16201 2008-12-21  Bruno Haible  <bruno@clisp.org>
16202
16203         * MODULES.html.sh (Extended multibyte and wide character utilities
16204         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
16205         wcrtomb, wcsrtombs.
16206         (Support for systems lacking POSIX:2008): Add accept, bind, close,
16207         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
16208         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
16209         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
16210
16211 2008-12-21  Bruno Haible  <bruno@clisp.org>
16212
16213         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
16214
16215 2008-12-21  Bruno Haible  <bruno@clisp.org>
16216
16217         * modules/wcsnrtombs-tests: New file.
16218         * tests/test-wcsnrtombs1.sh: New file.
16219         * tests/test-wcsnrtombs2.sh: New file.
16220         * tests/test-wcsnrtombs3.sh: New file.
16221         * tests/test-wcsnrtombs4.sh: New file.
16222         * tests/test-wcsnrtombs.c: New file.
16223
16224         New module 'wcsnrtombs'.
16225         * lib/wchar.in.h (wcsnrtombs): New declaration.
16226         * lib/wcsnrtombs.c: New file.
16227         * lib/wcsrtombs-state.c: New file.
16228         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
16229         (internal_state): Remove variable.
16230         * m4/wcsnrtombs.m4: New file.
16231         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
16232         compilation units.
16233         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
16234         HAVE_WCSNRTOMBS.
16235         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
16236         HAVE_WCSNRTOMBS.
16237         * modules/wcsnrtombs: New file.
16238         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
16239         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
16240
16241 2008-12-21  Bruno Haible  <bruno@clisp.org>
16242
16243         * modules/wcsrtombs-tests: New file.
16244         * tests/test-wcsrtombs1.sh: New file.
16245         * tests/test-wcsrtombs2.sh: New file.
16246         * tests/test-wcsrtombs3.sh: New file.
16247         * tests/test-wcsrtombs4.sh: New file.
16248         * tests/test-wcsrtombs.c: New file.
16249
16250         New module 'wcsrtombs'.
16251         * lib/wchar.in.h (wcsrtombs): New declaration.
16252         * lib/wcsrtombs.c: New file.
16253         * m4/wcsrtombs.m4: New file.
16254         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
16255         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16256         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
16257         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16258         * modules/wcsrtombs: New file.
16259         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
16260         bugs.
16261
16262 2008-12-21  Bruno Haible  <bruno@clisp.org>
16263
16264         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
16265         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
16266         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
16267         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
16268         if not correct.
16269         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
16270         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
16271         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16272         m4/locale-zh.m4, m4/codeset.m4.
16273         * doc/posix-functions/wcrtomb.texi: Document the bug.
16274
16275 2008-12-21  Bruno Haible  <bruno@clisp.org>
16276
16277         Work around a btowc() bug on IRIX 6.5.
16278         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
16279         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
16280         REPLACE_WTOBC if not.
16281         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
16282         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
16283         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
16284
16285 2008-12-21  Bruno Haible  <bruno@clisp.org>
16286
16287         * modules/wcrtomb-tests: New file.
16288         * tests/test-wcrtomb.sh: New file.
16289         * tests/test-wcrtomb.c: New file.
16290
16291         New module 'wcrtomb'.
16292         * lib/wchar.in.h (wcrtomb): New declaration.
16293         * lib/wcrtomb.c: New file.
16294         * m4/wcrtomb.m4: New file.
16295         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
16296         HAVE_WCRTOMB.
16297         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
16298         HAVE_WCRTOMB.
16299         * modules/wcrtomb: New file.
16300         * doc/posix-functions/wcrtomb.texi: Mention the new module.
16301
16302 2008-12-21  Bruno Haible  <bruno@clisp.org>
16303
16304         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
16305         * modules/mbsrtowcs (Files): Likewise.
16306         * modules/wctob (Files): Likewise.
16307         * modules/c-strcase-tests (Files): Likewise.
16308         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
16309         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
16310         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
16311         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
16312         * modules/vasnprintf-posix-tests (Files): Likewise.
16313
16314 2008-12-21  William Pursell  <bill.pursell@gmail.com>
16315
16316         gitlog-to-changelog: pass all command-line arguments to git-log
16317         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
16318         it is sometimes convenient to filter the commits in various ways.
16319         gitlog-to-changelog only allows --since to specify a start date,
16320         but git-log itself supports many other filtering mechanisms.
16321         At the moment, I want to filter by branch name.  Rather than
16322         adding a --branch option to gitlog-to-changelog, it seems more
16323         flexible to simply pass all options directly to git-log and let
16324         git do the work.  Notice that this effectively makes --since a
16325         redundant option for gitlog-to-changelog, but removing it would
16326         require current usage to change since calls would then require
16327         an additional '--'.
16328
16329 2008-12-21  Bruno Haible  <bruno@clisp.org>
16330
16331         * modules/mbsnrtowcs-tests: New file.
16332         * tests/test-mbsnrtowcs1.sh: New file.
16333         * tests/test-mbsnrtowcs2.sh: New file.
16334         * tests/test-mbsnrtowcs3.sh: New file.
16335         * tests/test-mbsnrtowcs4.sh: New file.
16336         * tests/test-mbsnrtowcs.c: New file.
16337
16338         New module 'mbsnrtowcs'.
16339         * lib/wchar.in.h (mbsnrtowcs): New declaration.
16340         * lib/mbsnrtowcs.c: New file.
16341         * lib/mbsrtowcs-state.c: New file.
16342         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
16343         (internal_state): Remove variable.
16344         * m4/mbsnrtowcs.m4: New file.
16345         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
16346         compilation units.
16347         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
16348         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16349         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
16350         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16351         * modules/mbsnrtowcs: New file.
16352         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
16353         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
16354         portability problem.
16355
16356 2008-12-21  Bruno Haible  <bruno@clisp.org>
16357
16358         Work around mbsrtowcs bug.
16359         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
16360         (gl_FUNC_MBSRTOWCS): Invoke it.
16361         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16362         m4/locale-zh.m4.
16363         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
16364
16365 2008-12-21  Bruno Haible  <bruno@clisp.org>
16366
16367         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
16368
16369 2008-12-21  Bruno Haible  <bruno@clisp.org>
16370
16371         Update doc for AIX.
16372         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
16373         16-bit wchar_t type.
16374         * doc/posix-functions/btowc.texi: Likewise.
16375         * doc/posix-functions/fgetwc.texi: Likewise.
16376         * doc/posix-functions/fgetws.texi: Likewise.
16377         * doc/posix-functions/fputwc.texi: Likewise.
16378         * doc/posix-functions/fputws.texi: Likewise.
16379         * doc/posix-functions/fwide.texi: Likewise.
16380         * doc/posix-functions/fwprintf.texi: Likewise.
16381         * doc/posix-functions/fwscanf.texi: Likewise.
16382         * doc/posix-functions/getwchar.texi: Likewise.
16383         * doc/posix-functions/getwc.texi: Likewise.
16384         * doc/posix-functions/iswalnum.texi: Likewise.
16385         * doc/posix-functions/iswalpha.texi: Likewise.
16386         * doc/posix-functions/iswblank.texi: Likewise.
16387         * doc/posix-functions/iswcntrl.texi: Likewise.
16388         * doc/posix-functions/iswctype.texi: Likewise.
16389         * doc/posix-functions/iswdigit.texi: Likewise.
16390         * doc/posix-functions/iswgraph.texi: Likewise.
16391         * doc/posix-functions/iswlower.texi: Likewise.
16392         * doc/posix-functions/iswprint.texi: Likewise.
16393         * doc/posix-functions/iswpunct.texi: Likewise.
16394         * doc/posix-functions/iswspace.texi: Likewise.
16395         * doc/posix-functions/iswupper.texi: Likewise.
16396         * doc/posix-functions/iswxdigit.texi: Likewise.
16397         * doc/posix-functions/mbrtowc.texi: Likewise.
16398         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16399         * doc/posix-functions/mbstowcs.texi: Likewise.
16400         * doc/posix-functions/mbtowc.texi: Likewise.
16401         * doc/posix-functions/putwchar.texi: Likewise.
16402         * doc/posix-functions/putwc.texi: Likewise.
16403         * doc/posix-functions/swprintf.texi: Likewise.
16404         * doc/posix-functions/tolower.texi: Likewise.
16405         * doc/posix-functions/toupper.texi: Likewise.
16406         * doc/posix-functions/towctrans.texi: Likewise.
16407         * doc/posix-functions/ungetwc.texi: Likewise.
16408         * doc/posix-functions/vswprintf.texi: Likewise.
16409         * doc/posix-functions/wcrtomb.texi: Likewise.
16410         * doc/posix-functions/wcscat.texi: Likewise.
16411         * doc/posix-functions/wcschr.texi: Likewise.
16412         * doc/posix-functions/wcscmp.texi: Likewise.
16413         * doc/posix-functions/wcscoll.texi: Likewise.
16414         * doc/posix-functions/wcscpy.texi: Likewise.
16415         * doc/posix-functions/wcscspn.texi: Likewise.
16416         * doc/posix-functions/wcsftime.texi: Likewise.
16417         * doc/posix-functions/wcslen.texi: Likewise.
16418         * doc/posix-functions/wcsncat.texi: Likewise.
16419         * doc/posix-functions/wcsncmp.texi: Likewise.
16420         * doc/posix-functions/wcsncpy.texi: Likewise.
16421         * doc/posix-functions/wcspbrk.texi: Likewise.
16422         * doc/posix-functions/wcsrchr.texi: Likewise.
16423         * doc/posix-functions/wcsrtombs.texi: Likewise.
16424         * doc/posix-functions/wcsspn.texi: Likewise.
16425         * doc/posix-functions/wcsstr.texi: Likewise.
16426         * doc/posix-functions/wcstod.texi: Likewise.
16427         * doc/posix-functions/wcstof.texi: Likewise.
16428         * doc/posix-functions/wcstoimax.texi: Likewise.
16429         * doc/posix-functions/wcstok.texi: Likewise.
16430         * doc/posix-functions/wcstold.texi: Likewise.
16431         * doc/posix-functions/wcstoll.texi: Likewise.
16432         * doc/posix-functions/wcstol.texi: Likewise.
16433         * doc/posix-functions/wcstombs.texi: Likewise.
16434         * doc/posix-functions/wcstoull.texi: Likewise.
16435         * doc/posix-functions/wcstoul.texi: Likewise.
16436         * doc/posix-functions/wcstoumax.texi: Likewise.
16437         * doc/posix-functions/wcswidth.texi: Likewise.
16438         * doc/posix-functions/wcsxfrm.texi: Likewise.
16439         * doc/posix-functions/wctob.texi: Likewise.
16440         * doc/posix-functions/wctomb.texi: Likewise.
16441         * doc/posix-functions/wctrans.texi: Likewise.
16442         * doc/posix-functions/wctype.texi: Likewise.
16443         * doc/posix-functions/wcwidth.texi: Likewise.
16444         * doc/posix-functions/wmemchr.texi: Likewise.
16445         * doc/posix-functions/wmemcmp.texi: Likewise.
16446         * doc/posix-functions/wmemcpy.texi: Likewise.
16447         * doc/posix-functions/wmemmove.texi: Likewise.
16448         * doc/posix-functions/wmemset.texi: Likewise.
16449         * doc/posix-functions/wprintf.texi: Likewise.
16450         * doc/posix-functions/wscanf.texi: Likewise.
16451
16452 2008-12-21  Bruno Haible  <bruno@clisp.org>
16453
16454         Update doc for HP-UX 11.11.
16455         * doc/posix-functions/btowc.texi: Clarify that the function is missing
16456         in HP-UX version 11.00, not in all versions of HP-UX 11.
16457         * doc/posix-functions/fwide.texi: Likewise.
16458         * doc/posix-functions/fwprintf.texi: Likewise.
16459         * doc/posix-functions/fwscanf.texi: Likewise.
16460         * doc/posix-functions/inet_ntop.texi: Likewise.
16461         * doc/posix-functions/inet_pton.texi: Likewise.
16462         * doc/posix-functions/mbrlen.texi: Likewise.
16463         * doc/posix-functions/mbrtowc.texi: Likewise.
16464         * doc/posix-functions/mbsinit.texi: Likewise.
16465         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16466         * doc/posix-functions/swprintf.texi: Likewise.
16467         * doc/posix-functions/swscanf.texi: Likewise.
16468         * doc/posix-functions/towctrans.texi: Likewise.
16469         * doc/posix-functions/vfwprintf.texi: Likewise.
16470         * doc/posix-functions/vswprintf.texi: Likewise.
16471         * doc/posix-functions/vwprintf.texi: Likewise.
16472         * doc/posix-functions/wcrtomb.texi: Likewise.
16473         * doc/posix-functions/wcsrtombs.texi: Likewise.
16474         * doc/posix-functions/wcsstr.texi: Likewise.
16475         * doc/posix-functions/wctob.texi: Likewise.
16476         * doc/posix-functions/wctrans.texi: Likewise.
16477         * doc/posix-functions/wmemchr.texi: Likewise.
16478         * doc/posix-functions/wmemcmp.texi: Likewise.
16479         * doc/posix-functions/wmemcpy.texi: Likewise.
16480         * doc/posix-functions/wmemmove.texi: Likewise.
16481         * doc/posix-functions/wmemset.texi: Likewise.
16482         * doc/posix-functions/wprintf.texi: Likewise.
16483         * doc/posix-functions/wscanf.texi: Likewise.
16484
16485 2008-12-21  Bruno Haible  <bruno@clisp.org>
16486
16487         Work around a portability problem.
16488         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
16489         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
16490
16491 2008-12-20  Bruno Haible  <bruno@clisp.org>
16492
16493         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
16494         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
16495         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
16496         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
16497         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
16498
16499         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
16500         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
16501         set.
16502         (GNULIB_defined_mbstate_t): New macro.
16503         (mbsinit): Redefine if REPLACE_MBSINIT is set.
16504         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
16505         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
16506         reuses the system's mbrtowc function but works around the bugs.
16507         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
16508         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
16509         macros.
16510         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
16511         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
16512         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
16513         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
16514         REPLACE_MBSINIT if mbsinit needs to be overridden.
16515         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
16516         REPLACE_MBSINIT, REPLACE_MBRTOWC.
16517         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
16518         REPLACE_MBSINIT, REPLACE_MBRTOWC.
16519         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16520         m4/locale-zh.m4.
16521         (Depends): Add mbsinit.
16522         * modules/mbsinit (Depends): Add mbrtowc.
16523         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
16524
16525 2008-12-20  Bruno Haible  <bruno@clisp.org>
16526
16527         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
16528         so that there are no conversion errors on AIX.
16529         * tests/test-mbsrtowcs.c (main): LIkewise.
16530
16531 2008-12-20  Bruno Haible  <bruno@clisp.org>
16532
16533         Work around wctob bug on Solaris <= 9.
16534         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
16535         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
16536         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
16537         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
16538         * modules/wctob (Files): Add m4/locale-fr.m4.
16539         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
16540
16541 2008-12-20  Bruno Haible  <bruno@clisp.org>
16542
16543         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
16544         /dev/null.
16545         * tests/test-select-in.sh: Likewise.
16546         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16547
16548 2008-12-20  Bruno Haible  <bruno@clisp.org>
16549
16550         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
16551         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
16552         Cygwin 1.5.x.
16553
16554 2008-12-20  Bruno Haible  <bruno@clisp.org>
16555
16556         Ensure mbstate_t is defined on HP-UX 11.11.
16557         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
16558         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
16559         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
16560         AC_USE_SYSTEM_EXTENSIONS.
16561         * modules/fnmatch (Depends-on): Add extensions.
16562         * modules/mbrlen (Depends-on): Likewise.
16563         * modules/mbrtowc (Depends-on): Likewise.
16564         * modules/mbsinit (Depends-on): Likewise.
16565         * modules/mbsrtowcs (Depends-on): Likewise.
16566         * modules/mbswidth (Depends-on): Likewise.
16567         * modules/quotearg (Depends-on): Likewise.
16568         * modules/strftime (Depends-on): Likewise.
16569
16570 2008-12-20  Bruno Haible  <bruno@clisp.org>
16571
16572         Ensure wctob is declared on IRIX 6.5.
16573         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
16574         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
16575         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
16576         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
16577         of HAVE_WCTOB.
16578         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
16579         HAVE_WCTOB.
16580         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
16581
16582 2008-12-19  Bruno Haible  <bruno@clisp.org>
16583
16584         * modules/mbsrtowcs-tests: New file.
16585         * tests/test-mbsrtowcs1.sh: New file.
16586         * tests/test-mbsrtowcs2.sh: New file.
16587         * tests/test-mbsrtowcs3.sh: New file.
16588         * tests/test-mbsrtowcs4.sh: New file.
16589         * tests/test-mbsrtowcs.c: New file.
16590
16591         New module 'mbsrtowcs'.
16592         * lib/wchar.in.h (mbsrtowcs): New declaration.
16593         * lib/mbsrtowcs.c: New file.
16594         * m4/mbsrtowcs.m4: New file.
16595         * modules/mbsrtowcs: New file.
16596         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
16597         HAVE_MBSRTOWCS.
16598         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
16599         HAVE_MBSRTOWCS.
16600         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
16601
16602 2008-12-19  Bruno Haible  <bruno@clisp.org>
16603
16604         New module 'mbrlen'.
16605         * lib/wchar.in.h (mbrlen): New declaration.
16606         * lib/mbrlen.c: New file.
16607         * m4/mbrlen.m4: New file.
16608         * modules/mbrlen: New file.
16609         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
16610         HAVE_MBRLEN.
16611         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
16612         HAVE_MBRLEN.
16613         * doc/posix-functions/mbrlen.texi: Document the new module.
16614
16615 2008-12-19  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
16618         * modules/mbrtowc (Depends-on): Add verify.
16619         Suggested by Paul Eggert.
16620
16621 2008-12-18  Bruno Haible  <bruno@clisp.org>
16622
16623         * modules/mbsinit-tests: New file.
16624         * tests/test-mbsinit.sh: New file.
16625         * tests/test-mbsinit.c: New file.
16626
16627 2008-12-18  Bruno Haible  <bruno@clisp.org>
16628
16629         * modules/mbrtowc-tests: New file.
16630         * tests/test-mbrtowc1.sh: New file.
16631         * tests/test-mbrtowc2.sh: New file.
16632         * tests/test-mbrtowc3.sh: New file.
16633         * tests/test-mbrtowc4.sh: New file.
16634         * tests/test-mbrtowc.c: New file.
16635
16636         New module 'mbrtowc'.
16637         * lib/wchar.in.h (mbstate_t): Override when the system does not have
16638         mbsinit and mbrtowc.
16639         (mbrtowc): New declaration.
16640         * lib/mbrtowc.c: New file.
16641         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
16642         * modules/mbrtowc: New file.
16643         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
16644         HAVE_MBRTOWC.
16645         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
16646         HAVE_MBRTOWC.
16647         * doc/posix-functions/mbrtowc.texi: Document the new module.
16648
16649 2008-12-18  Bruno Haible  <bruno@clisp.org>
16650
16651         New module 'wctob'.
16652         * lib/wchar.in.h (wctob): New declaration.
16653         * lib/wctob.c: New file.
16654         * m4/wctob.m4: New file.
16655         * modules/wctob: New file.
16656         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
16657         HAVE_WCTOB.
16658         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
16659         * doc/posix-functions/wctob.texi: Document the new module.
16660
16661 2008-12-18  Bruno Haible  <bruno@clisp.org>
16662
16663         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
16664         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
16665
16666 2008-12-18  Simon Josefsson  <simon@josefsson.org>
16667
16668         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
16669         G. Christensen" <tgc@jupiterrise.com>.
16670
16671         * lib/flock.c: Need to include errno.h.  Reported by "Tom
16672         G. Christensen" <tgc@jupiterrise.com>.
16673
16674         * lib/flock.c: Need to include string.h.  Reported by "Tom
16675         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
16676         <ebb9@byu.net>.
16677
16678 2008-12-18  Bruno Haible  <bruno@clisp.org>
16679
16680         * m4/locale-ja.m4: New file, from GNU gettext.
16681
16682 2008-12-17  Bruno Haible  <bruno@clisp.org>
16683
16684         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
16685         Suggested by Eric Blake.
16686
16687 2008-12-17  Bruno Haible  <bruno@clisp.org>
16688
16689         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
16690
16691 2008-12-17  Bruno Haible  <bruno@clisp.org>
16692
16693         * lib/mbsinit.c: Include verify.h. Verify an assumption.
16694         * modules/mbsinit (Depends-on): Add verify.
16695         Suggested by Paul Eggert.
16696
16697 2008-12-17  Bruno Haible  <bruno@clisp.org>
16698
16699         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
16700         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
16701         gl_FUNC_MBRTOWC.
16702         * m4/mbiter.m4 (gl_MBITER): LIkewise.
16703         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
16704         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
16705         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
16706         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
16707         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
16708         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
16709         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
16710         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
16711         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
16712         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
16713         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
16714         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
16715         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
16716         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
16717         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16718         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
16719         * modules/trim (configure.ac): Likewise.
16720
16721 2008-12-17  Bruno Haible  <bruno@clisp.org>
16722
16723         * modules/btowc-tests: New file.
16724         * tests/test-btowc1.sh: New file.
16725         * tests/test-btowc2.sh: New file.
16726         * tests/test-btowc.c: New file.
16727
16728         New module 'btowc'.
16729         * lib/wchar.in.h (btowc): New declaration.
16730         * lib/btowc.c: New file.
16731         * m4/btowc.m4: New file.
16732         * modules/btowc: New file.
16733         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
16734         HAVE_BTOWC.
16735         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
16736         * doc/posix-functions/btowc.texi: Document the new module.
16737
16738 2008-12-17  Bruno Haible  <bruno@clisp.org>
16739
16740         New module 'mbsinit'.
16741         * lib/wchar.in.h (mbsinit): New declaration.
16742         * lib/mbsinit.c: New file.
16743         * m4/mbsinit.m4: New file.
16744         * modules/mbsinit: New file.
16745         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
16746         HAVE_MBSINIT.
16747         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
16748         HAVE_MBSINIT.
16749         * doc/posix-functions/mbsinit.texi: Document the new module.
16750
16751 2008-12-16  Bruno Haible  <bruno@clisp.org>
16752
16753         * lib/unistd.in.h: Add comment.
16754         * tests/test-environ.c: Don't include <stdlib.h>.
16755
16756 2008-12-16  Bruno Haible  <bruno@clisp.org>
16757
16758         * lib/parse-duration.h (parse_duration): Document return value
16759         convention.
16760         * lib/parse-duration.c: Include specification header first. Add
16761         comments.
16762         (_): Remove macro.
16763         (parse_year_month_day, parse_hour_minute_second): Move side effects
16764         outside of strchr call.
16765         (parse_non_iso8601): Move side effects outside of isspace call.
16766         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
16767         call.
16768
16769 2008-12-16  Bruno Haible  <bruno@clisp.org>
16770
16771         * tests/test-parse-duration.sh: Produce no output when the test
16772         succeeds.
16773
16774 2008-12-16  Bruno Haible  <bruno@clisp.org>
16775
16776         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
16777         expressions.
16778
16779 2008-12-15  Bruno Haible  <bruno@clisp.org>
16780
16781         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
16782         * doc/glibc-functions/flistxattr.texi: Likewise.
16783         * doc/glibc-functions/fopencookie.texi: Likewise.
16784         * doc/glibc-functions/fremovexattr.texi: Likewise.
16785         * doc/glibc-functions/fsetxattr.texi: Likewise.
16786         * doc/glibc-functions/getxattr.texi: Likewise.
16787         * doc/glibc-functions/lgetxattr.texi: Likewise.
16788         * doc/glibc-functions/listxattr.texi: Likewise.
16789         * doc/glibc-functions/llistxattr.texi: Likewise.
16790         * doc/glibc-functions/lremovexattr.texi: Likewise.
16791         * doc/glibc-functions/lsetxattr.texi: Likewise.
16792         * doc/glibc-functions/removexattr.texi: Likewise.
16793         * doc/glibc-functions/setxattr.texi: Likewise.
16794         * doc/posix-functions/open_memstream.texi: Likewise.
16795
16796 2008-12-15  Eric Blake  <ebb9@byu.net>
16797
16798         Update doc for cygwin 1.7.
16799         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
16800         functions.
16801         * doc/posix-functions/fchmodat.texi: Likewise.
16802         * doc/posix-functions/fchownat.texi: Likewise.
16803         * doc/posix-functions/fdopendir.texi: Likewise.
16804         * doc/posix-functions/fmemopen.texi: Likewise.
16805         * doc/posix-functions/freeaddrinfo.texi: Likewise.
16806         * doc/posix-functions/fstatat.texi: Likewise.
16807         * doc/posix-functions/futimens.texi: Likewise.
16808         * doc/posix-functions/gai_strerror.texi: Likewise.
16809         * doc/posix-functions/getaddrinfo.texi: Likewise.
16810         * doc/posix-functions/getnameinfo.texi: Likewise.
16811         * doc/posix-functions/if_freenameindex.texi: Likewise.
16812         * doc/posix-functions/if_indextoname.texi: Likewise.
16813         * doc/posix-functions/if_nameindex.texi: Likewise.
16814         * doc/posix-functions/if_nametoindex.texi: Likewise.
16815         * doc/posix-functions/insque.texi: Likewise.
16816         * doc/posix-functions/linkat.texi: Likewise.
16817         * doc/posix-functions/llrint.texi: Likewise.
16818         * doc/posix-functions/llrintf.texi: Likewise.
16819         * doc/posix-functions/llrintl.texi: Likewise.
16820         * doc/posix-functions/lockf.texi: Likewise.
16821         * doc/posix-functions/lrintl.texi: Likewise.
16822         * doc/posix-functions/mkdirat.texi: Likewise.
16823         * doc/posix-functions/mkfifoat.texi: Likewise.
16824         * doc/posix-functions/mknodat.texi: Likewise.
16825         * doc/posix-functions/mq_close.texi: Likewise.
16826         * doc/posix-functions/mq_getattr.texi: Likewise.
16827         * doc/posix-functions/mq_notify.texi: Likewise.
16828         * doc/posix-functions/mq_open.texi: Likewise.
16829         * doc/posix-functions/mq_receive.texi: Likewise.
16830         * doc/posix-functions/mq_send.texi: Likewise.
16831         * doc/posix-functions/mq_setattr.texi: Likewise.
16832         * doc/posix-functions/mq_timedreceive.texi: Likewise.
16833         * doc/posix-functions/mq_timedsend.texi: Likewise.
16834         * doc/posix-functions/mq_unlink.texi: Likewise.
16835         * doc/posix-functions/open_memstream.texi: Likewise.
16836         * doc/posix-functions/openat.texi: Likewise.
16837         * doc/posix-functions/posix_fadvise.texi: Likewise.
16838         * doc/posix-functions/posix_fallocate.texi: Likewise.
16839         * doc/posix-functions/posix_madvise.texi: Likewise.
16840         * doc/posix-functions/posix_memalign.texi: Likewise.
16841         * doc/posix-functions/posix_openpt.texi: Likewise.
16842         * doc/posix-functions/readlinkat.texi: Likewise.
16843         * doc/posix-functions/remque.texi: Likewise.
16844         * doc/posix-functions/renameat.texi: Likewise.
16845         * doc/posix-functions/rintl.texi: Likewise.
16846         * doc/posix-functions/sem_unlink.texi: Likewise.
16847         * doc/posix-functions/shm_open.texi: Likewise.
16848         * doc/posix-functions/shm_unlink.texi: Likewise.
16849         * doc/posix-functions/signgam.texi: Likewise.
16850         * doc/posix-functions/sigset.texi: Likewise.
16851         * doc/posix-functions/stpcpy.texi: Likewise.
16852         * doc/posix-functions/stpncpy.texi: Likewise.
16853         * doc/posix-functions/strerror.texi: Likewise.
16854         * doc/posix-functions/strtod.texi: Likewise.
16855         * doc/posix-functions/symlinkat.texi: Likewise.
16856         * doc/posix-functions/unlinkat.texi: Likewise.
16857         * doc/posix-functions/utimensat.texi: Likewise.
16858         * doc/glibc-functions/bindresvport.texi: Likewise.
16859         * doc/glibc-functions/dn_expand.texi: Likewise.
16860         * doc/glibc-functions/exp10.texi: Likewise.
16861         * doc/glibc-functions/exp10f.texi: Likewise.
16862         * doc/glibc-functions/fgetxattr.texi: Likewise.
16863         * doc/glibc-functions/flistxattr.texi: Likewise.
16864         * doc/glibc-functions/fopencookie.texi: Likewise.
16865         * doc/glibc-functions/freeifaddrs.texi: Likewise.
16866         * doc/glibc-functions/fremovexattr.texi: Likewise.
16867         * doc/glibc-functions/fsetxattr.texi: Likewise.
16868         * doc/glibc-functions/getifaddrs.texi: Likewise.
16869         * doc/glibc-functions/getxattr.texi: Likewise.
16870         * doc/glibc-functions/lgetxattr.texi: Likewise.
16871         * doc/glibc-functions/listxattr.texi: Likewise.
16872         * doc/glibc-functions/llistxattr.texi: Likewise.
16873         * doc/glibc-functions/lremovexattr.texi: Likewise.
16874         * doc/glibc-functions/lsetxattr.texi: Likewise.
16875         * doc/glibc-functions/pow10.texi: Likewise.
16876         * doc/glibc-functions/pow10f.texi: Likewise.
16877         * doc/glibc-functions/rcmd_af.texi: Likewise.
16878         * doc/glibc-functions/removexattr.texi: Likewise.
16879         * doc/glibc-functions/res_init.texi: Likewise.
16880         * doc/glibc-functions/res_mkquery.texi: Likewise.
16881         * doc/glibc-functions/res_query.texi: Likewise.
16882         * doc/glibc-functions/res_querydomain.texi: Likewise.
16883         * doc/glibc-functions/res_send.texi: Likewise.
16884         * doc/glibc-functions/rresvport_af.texi: Likewise.
16885         * doc/glibc-functions/setxattr.texi: Likewise.
16886         * doc/glibc-functions/strcasestr.texi: Likewise.
16887
16888 2008-12-15  Bruno Haible  <bruno@clisp.org>
16889
16890         Fix compilation error on OSF/1 4.0.
16891         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
16892         <sys/time.h>, simply delegate to the system header.
16893         Reported by Daniel Richard G. <oss@teragram.com>.
16894
16895 2008-12-15  Bruno Haible  <bruno@clisp.org>
16896
16897         * doc/posix-functions/openat.texi: Mention the 'openat' module.
16898         * doc/posix-functions/fchmodat.texi: Likewise.
16899         * doc/posix-functions/fchownat.texi: Likewise.
16900         * doc/posix-functions/fdopendir.texi: Likewise.
16901         * doc/posix-functions/fstatat.texi: Likewise.
16902         * doc/posix-functions/mkdirat.texi: Likewise.
16903         * doc/posix-functions/unlinkat.texi: Likewise.
16904
16905 2008-12-14  Bruno Haible  <bruno@clisp.org>
16906
16907         Update doc for POSIX:2008.
16908         * doc/posix-functions/faccessat.texi: New file.
16909         * doc/posix-functions/fchmodat.texi: New file.
16910         * doc/posix-functions/fchownat.texi: New file.
16911         * doc/posix-functions/fdopendir.texi: New file.
16912         * doc/posix-functions/fstatat.texi: New file.
16913         * doc/posix-functions/futimens.texi: New file.
16914         * doc/posix-functions/linkat.texi: New file.
16915         * doc/posix-functions/mkdirat.texi: New file.
16916         * doc/posix-functions/mkfifoat.texi: New file.
16917         * doc/posix-functions/mknodat.texi: New file.
16918         * doc/posix-functions/open_wmemstream.texi: New file.
16919         * doc/posix-functions/openat.texi: New file.
16920         * doc/posix-functions/psiginfo.texi: New file.
16921         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
16922         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
16923         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
16924         * doc/posix-functions/readlinkat.texi: New file.
16925         * doc/posix-functions/renameat.texi: New file.
16926         * doc/posix-functions/strerror_l.texi: New file.
16927         * doc/posix-functions/symlinkat.texi: New file.
16928         * doc/posix-functions/unlinkat.texi: New file.
16929         * doc/posix-functions/utimensat.texi: New file.
16930         * doc/gnulib.texi (Function Substitutes): Add these subsections.
16931
16932 2008-12-14  Bruno Haible  <bruno@clisp.org>
16933
16934         Update doc for POSIX:2008.
16935         * doc/posix-functions/alphasort.texi: Renamed from
16936         doc/glibc-functions/alphasort.texi.
16937         * doc/posix-functions/dirfd.texi: Renamed from
16938         doc/glibc-functions/dirfd.texi.
16939         * doc/posix-functions/dprintf.texi: Renamed from
16940         doc/glibc-functions/dprintf.texi.
16941         * doc/posix-functions/duplocale.texi: Renamed from
16942         doc/glibc-functions/duplocale.texi.
16943         * doc/posix-functions/fexecve.texi: Renamed from
16944         doc/glibc-functions/fexecve.texi.
16945         * doc/posix-functions/fmemopen.texi: Renamed from
16946         doc/glibc-functions/fmemopen.texi.
16947         * doc/posix-functions/freelocale.texi: Renamed from
16948         doc/glibc-functions/freelocale.texi.
16949         * doc/posix-functions/getdate_err.texi: Renamed from
16950         doc/glibc-functions/getdate_err.texi.
16951         * doc/posix-functions/isalnum_l.texi: Renamed from
16952         doc/glibc-functions/isalnum_l.texi.
16953         * doc/posix-functions/isalpha_l.texi: Renamed from
16954         doc/glibc-functions/isalpha_l.texi.
16955         * doc/posix-functions/isblank_l.texi: Renamed from
16956         doc/glibc-functions/isblank_l.texi.
16957         * doc/posix-functions/iscntrl_l.texi: Renamed from
16958         doc/glibc-functions/iscntrl_l.texi.
16959         * doc/posix-functions/isdigit_l.texi: Renamed from
16960         doc/glibc-functions/isdigit_l.texi.
16961         * doc/posix-functions/isgraph_l.texi: Renamed from
16962         doc/glibc-functions/isgraph_l.texi.
16963         * doc/posix-functions/islower_l.texi: Renamed from
16964         doc/glibc-functions/islower_l.texi.
16965         * doc/posix-functions/isprint_l.texi: Renamed from
16966         doc/glibc-functions/isprint_l.texi.
16967         * doc/posix-functions/ispunct_l.texi: Renamed from
16968         doc/glibc-functions/ispunct_l.texi.
16969         * doc/posix-functions/isspace_l.texi: Renamed from
16970         doc/glibc-functions/isspace_l.texi.
16971         * doc/posix-functions/isupper_l.texi: Renamed from
16972         doc/glibc-functions/isupper_l.texi.
16973         * doc/posix-functions/iswalnum_l.texi: Renamed from
16974         doc/glibc-functions/iswalnum_l.texi.
16975         * doc/posix-functions/iswalpha_l.texi: Renamed from
16976         doc/glibc-functions/iswalpha_l.texi.
16977         * doc/posix-functions/iswblank_l.texi: Renamed from
16978         doc/glibc-functions/iswblank_l.texi.
16979         * doc/posix-functions/iswcntrl_l.texi: Renamed from
16980         doc/glibc-functions/iswcntrl_l.texi.
16981         * doc/posix-functions/iswctype_l.texi: Renamed from
16982         doc/glibc-functions/iswctype_l.texi.
16983         * doc/posix-functions/iswdigit_l.texi: Renamed from
16984         doc/glibc-functions/iswdigit_l.texi.
16985         * doc/posix-functions/iswgraph_l.texi: Renamed from
16986         doc/glibc-functions/iswgraph_l.texi.
16987         * doc/posix-functions/iswlower_l.texi: Renamed from
16988         doc/glibc-functions/iswlower_l.texi.
16989         * doc/posix-functions/iswprint_l.texi: Renamed from
16990         doc/glibc-functions/iswprint_l.texi.
16991         * doc/posix-functions/iswpunct_l.texi: Renamed from
16992         doc/glibc-functions/iswpunct_l.texi.
16993         * doc/posix-functions/iswspace_l.texi: Renamed from
16994         doc/glibc-functions/iswspace_l.texi.
16995         * doc/posix-functions/iswupper_l.texi: Renamed from
16996         doc/glibc-functions/iswupper_l.texi.
16997         * doc/posix-functions/iswxdigit_l.texi: Renamed from
16998         doc/glibc-functions/iswxdigit_l.texi.
16999         * doc/posix-functions/isxdigit_l.texi: Renamed from
17000         doc/glibc-functions/isxdigit_l.texi.
17001         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
17002         doc/glibc-functions/mbsnrtowcs.texi.
17003         * doc/posix-functions/mkdtemp.texi: Renamed from
17004         doc/glibc-functions/mkdtemp.texi.
17005         * doc/posix-functions/newlocale.texi: Renamed from
17006         doc/glibc-functions/newlocale.texi.
17007         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
17008         doc/glibc-functions/nl_langinfo_l.texi.
17009         * doc/posix-functions/open_memstream.texi: Renamed from
17010         doc/glibc-functions/open_memstream.texi.
17011         * doc/posix-functions/opterr.texi: Renamed from
17012         doc/glibc-functions/opterr.texi.
17013         * doc/posix-functions/optind.texi: Renamed from
17014         doc/glibc-functions/optind.texi.
17015         * doc/posix-functions/optopt.texi: Renamed from
17016         doc/glibc-functions/optopt.texi.
17017         * doc/posix-functions/psignal.texi: Renamed from
17018         doc/glibc-functions/psignal.texi.
17019         * doc/posix-functions/scandir.texi: Renamed from
17020         doc/glibc-functions/scandir.texi.
17021         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
17022         doc/glibc-functions/sched_get_priority_min.texi.
17023         * doc/posix-functions/signgam.texi: Renamed from
17024         doc/glibc-functions/signgam.texi.
17025         * doc/posix-functions/stpcpy.texi: Renamed from
17026         doc/glibc-functions/stpcpy.texi.
17027         * doc/posix-functions/stpncpy.texi: Renamed from
17028         doc/glibc-functions/stpncpy.texi.
17029         * doc/posix-functions/strcasecmp_l.texi: Renamed from
17030         doc/glibc-functions/strcasecmp_l.texi.
17031         * doc/posix-functions/strcoll_l.texi: Renamed from
17032         doc/glibc-functions/strcoll_l.texi.
17033         * doc/posix-functions/strfmon_l.texi: Renamed from
17034         doc/glibc-functions/strfmon_l.texi.
17035         * doc/posix-functions/strftime_l.texi: Renamed from
17036         doc/glibc-functions/strftime_l.texi.
17037         * doc/posix-functions/strncasecmp_l.texi: Renamed from
17038         doc/glibc-functions/strncasecmp_l.texi.
17039         * doc/posix-functions/strndup.texi: Renamed from
17040         doc/glibc-functions/strndup.texi.
17041         * doc/posix-functions/strnlen.texi: Renamed from
17042         doc/glibc-functions/strnlen.texi.
17043         * doc/posix-functions/strsignal.texi: Renamed from
17044         doc/glibc-functions/strsignal.texi.
17045         * doc/posix-functions/strxfrm_l.texi: Renamed from
17046         doc/glibc-functions/strxfrm_l.texi.
17047         * doc/posix-functions/timer_gettime.texi: Renamed from
17048         doc/glibc-functions/timer_gettime.texi.
17049         * doc/posix-functions/tolower_l.texi: Renamed from
17050         doc/glibc-functions/tolower_l.texi.
17051         * doc/posix-functions/toupper_l.texi: Renamed from
17052         doc/glibc-functions/toupper_l.texi.
17053         * doc/posix-functions/towctrans_l.texi: Renamed from
17054         doc/glibc-functions/towctrans_l.texi.
17055         * doc/posix-functions/towlower_l.texi: Renamed from
17056         doc/glibc-functions/towlower_l.texi.
17057         * doc/posix-functions/towupper_l.texi: Renamed from
17058         doc/glibc-functions/towupper_l.texi.
17059         * doc/posix-functions/uselocale.texi: Renamed from
17060         doc/glibc-functions/uselocale.texi.
17061         * doc/posix-functions/vdprintf.texi: Renamed from
17062         doc/glibc-functions/vdprintf.texi.
17063         * doc/posix-functions/wcpcpy.texi:
17064         Renamed from doc/glibc-functions/wcpcpy.texi.
17065         * doc/posix-functions/wcpncpy.texi: Renamed from
17066         doc/glibc-functions/wcpncpy.texi.
17067         * doc/posix-functions/wcscasecmp.texi: Renamed from
17068         doc/glibc-functions/wcscasecmp.texi.
17069         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
17070         doc/glibc-functions/wcscasecmp_l.texi.
17071         * doc/posix-functions/wcscoll_l.texi: Renamed from
17072         doc/glibc-functions/wcscoll_l.texi.
17073         * doc/posix-functions/wcsdup.texi: Renamed from
17074         doc/glibc-functions/wcsdup.texi.
17075         * doc/posix-functions/wcsncasecmp.texi: Renamed from
17076         doc/glibc-functions/wcsncasecmp.texi.
17077         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
17078         doc/glibc-functions/wcsncasecmp_l.texi.
17079         * doc/posix-functions/wcsnlen.texi: Renamed from
17080         doc/glibc-functions/wcsnlen.texi.
17081         * doc/posix-functions/wcsnrtombs.texi: Renamed from
17082         doc/glibc-functions/wcsnrtombs.texi.
17083         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
17084         doc/glibc-functions/wcsxfrm_l.texi.
17085         * doc/posix-functions/wctrans_l.texi: Renamed from
17086         doc/glibc-functions/wctrans_l.texi.
17087         * doc/posix-functions/wctype_l.texi: Renamed from
17088         doc/glibc-functions/wctype_l.texi.
17089         * doc/gnulib.texi (Function Substitutes): Add these subsections.
17090         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
17091         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
17092         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
17093         these subsections.
17094         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
17095         Remove sections.
17096
17097 2008-12-14  Bruno Haible  <bruno@clisp.org>
17098
17099         Update doc for POSIX:2008.
17100         * doc/posix-functions/*.texi: Update URL of POSIX specification.
17101
17102 2008-12-14  Bruno Haible  <bruno@clisp.org>
17103
17104         Update doc for POSIX:2008.
17105         * doc/pastposix-functions/bcmp.texi: Renamed from
17106         doc/posix-functions/bcmp.texi.
17107         * doc/pastposix-functions/bcopy.texi: Renamed from
17108         doc/posix-functions/bcopy.texi.
17109         * doc/pastposix-functions/bsd_signal.texi: Renamed from
17110         doc/posix-functions/bsd_signal.texi.
17111         * doc/pastposix-functions/bzero.texi: Renamed from
17112         doc/posix-functions/bzero.texi.
17113         * doc/pastposix-functions/ecvt.texi: Renamed from
17114         doc/posix-functions/ecvt.texi.
17115         * doc/pastposix-functions/fcvt.texi: Renamed from
17116         doc/posix-functions/fcvt.texi.
17117         * doc/pastposix-functions/ftime.texi: Renamed from
17118         doc/posix-functions/ftime.texi.
17119         * doc/pastposix-functions/gcvt.texi: Renamed from
17120         doc/posix-functions/gcvt.texi.
17121         * doc/pastposix-functions/getcontext.texi: Renamed from
17122         doc/posix-functions/getcontext.texi.
17123         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
17124         doc/posix-functions/gethostbyaddr.texi.
17125         * doc/pastposix-functions/gethostbyname.texi: Renamed from
17126         doc/posix-functions/gethostbyname.texi.
17127         * doc/pastposix-functions/getwd.texi: Renamed from
17128         doc/posix-functions/getwd.texi.
17129         * doc/pastposix-functions/h_errno.texi: Renamed from
17130         doc/posix-functions/h_errno.texi.
17131         * doc/pastposix-functions/index.texi: Renamed from
17132         doc/posix-functions/index.texi.
17133         * doc/pastposix-functions/makecontext.texi: Renamed from
17134         doc/posix-functions/makecontext.texi.
17135         * doc/pastposix-functions/mktemp.texi: Renamed from
17136         doc/posix-functions/mktemp.texi.
17137         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
17138         doc/posix-functions/pthread_attr_getstackaddr.texi.
17139         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
17140         doc/posix-functions/pthread_attr_setstackaddr.texi.
17141         * doc/pastposix-functions/rindex.texi: Renamed from
17142         doc/posix-functions/rindex.texi.
17143         * doc/pastposix-functions/scalb.texi: Renamed from
17144         doc/posix-functions/scalb.texi.
17145         * doc/pastposix-functions/setcontext.texi: Renamed from
17146         doc/posix-functions/setcontext.texi.
17147         * doc/pastposix-functions/swapcontext.texi: Renamed from
17148         doc/posix-functions/swapcontext.texi.
17149         * doc/pastposix-functions/ualarm.texi: Renamed from
17150         doc/posix-functions/ualarm.texi.
17151         * doc/pastposix-functions/usleep.texi: Renamed from
17152         doc/posix-functions/usleep.texi.
17153         * doc/pastposix-functions/vfork.texi: Renamed from
17154         doc/posix-functions/vfork.texi.
17155         * doc/pastposix-functions/wcswcs.texi: Renamed from
17156         doc/posix-functions/wcswcs.texi.
17157         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
17158         (Function Substitutes): Update.
17159
17160 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17161
17162         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
17163         m4/strerror.m4.
17164
17165 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17166             Bruno Haible  <bruno@clisp.org>
17167
17168         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
17169
17170 2008-12-13  Bruno Haible  <bruno@clisp.org>
17171
17172         * modules/strtoull (Depends-on): Remove unistd.
17173
17174 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17175
17176         * modules/strtoull (Depends-on): Add stdlib.
17177
17178 2008-12-11  Simon Josefsson  <simon@josefsson.org>
17179
17180         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
17181
17182 2008-12-10  Jim Meyering  <meyering@redhat.com>
17183
17184         gl_ASSERT: don't say assertions are disabled when they're not
17185         * m4/assert.m4 (gl_ASSERT): Do not make configure report
17186         "checking whether to enable assertions... no", when they are in
17187         fact enabled.  This is solely a bug in the output of configure.
17188         In spite of saying "no", NDEBUG was not defined in that case.
17189         Also, as noted by Eric Blake, leave assertions enabled upon
17190         --enable-assert=INVALID.
17191
17192 2008-12-10  Bruno Haible  <bruno@clisp.org>
17193
17194         Change MODULES.html to refer to POSIX:2008 where possible.
17195         * MODULES.html.sh (POSIX2008_URL): New variable.
17196         (posix_headers): Remove sys/timeb, ucontext.
17197         (posix2001_headers): New variable.
17198         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
17199         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
17200         index, makecontext, mktemp, pthread_attr_getstackaddr,
17201         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
17202         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
17203         (posix2001_functions): New variable.
17204         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
17205         otherwise.
17206
17207 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17208
17209         add missing include to parse-duration.c
17210         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
17211         * modules/parse-duration (Depends-on): Add xalloc.
17212
17213         fix sed script reading maint.mk
17214         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
17215         (syntax-check-rules): Use it.
17216
17217 2008-12-09  Bruno Haible  <bruno@clisp.org>
17218
17219         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
17220         MacOS X 10.4/PowerPC.
17221         Reported by Simon Josefsson.
17222
17223 2008-12-08  Jim Meyering  <meyering@redhat.com>
17224
17225         work around mingw's lack of some S_IF definitions
17226         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
17227         Reported by Simon Josefsson.
17228
17229 2008-12-08  Bruno Haible  <bruno@clisp.org>
17230
17231         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
17232         applied to variables. Needed on MacOS X 10.4/PowerPC.
17233         Reported by Simon Josefsson.
17234
17235 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
17236         and Eric Blake  <ebb9@byu.net>
17237
17238         assert: honor --enable-assert
17239         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
17240         order to honor --enable-assert, rather than treating it as a
17241         synonym for --disable-assert.
17242
17243 2008-12-08  Jim Meyering  <meyering@redhat.com>
17244
17245         * lib/posixtm.c: Remove now-useless declaration of mktime.
17246
17247         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
17248
17249 2008-12-07  Bruno Haible  <bruno@clisp.org>
17250
17251         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
17252         test_once): Mark functions as static.
17253         * tests/test-tls.c (test_tls): Likewise.
17254
17255 2008-12-07  Bruno Haible  <bruno@clisp.org>
17256
17257         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
17258         iconv_register_autodetect.
17259
17260 2008-12-07  Jim Meyering  <meyering@redhat.com>
17261
17262         posixtm.c: avoid a warning
17263         * lib/posixtm.c (posixtime): Don't initialize tm0.
17264         It's no longer needed to placate gcc4's -Wuninitialized,
17265         and the attempt to placate would elicit a new warning.
17266
17267         unicodeio.c: mark unused parameters
17268         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17269         (fallback_failure_callback): Likewise.
17270
17271 2008-12-07  Bruno Haible  <bruno@clisp.org>
17272
17273         * gnulib-tool (func_create_testdir): When building the tests
17274         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
17275         Reported by Simon Josefsson.
17276
17277 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17278
17279         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
17280
17281 2008-12-06  Bruno Haible  <bruno@clisp.org>
17282
17283         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
17284         Suggested by Eric Blake.
17285
17286 2008-12-06  Bruno Haible  <bruno@clisp.org>
17287
17288         Fix a c-stack test failure on MacOS X.
17289         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
17290         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
17291         handler for SIGBUS as well.
17292         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
17293         install a signal handler for SIGBUS as well.
17294         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
17295
17296 2008-12-06  Bruno Haible  <bruno@clisp.org>
17297
17298         Advocacy documentation.
17299         * doc/gnulib-intro.texi (Benefits): New section.
17300         * doc/gnulib.texi: Update.
17301
17302 2008-12-06  Bruno Haible  <bruno@clisp.org>
17303
17304         Document the 'manywarnings' module.
17305         * doc/manywarnings.texi: New file.
17306         * doc/gnulib.texi: Include it.
17307
17308 2008-12-05  Eric Blake  <ebb9@byu.net>
17309
17310         tests: silence some gcc warnings
17311         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
17312         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
17313         type mismatches.
17314
17315 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17316             Bruno Haible  <bruno@clisp.org>
17317
17318         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
17319
17320 2008-11-29  Jim Meyering  <meyering@redhat.com>
17321
17322         unicodeio.c: mark unused parameters
17323         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17324         (fallback_failure_callback): Likewise.
17325
17326         fts: fix a thinko
17327         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
17328         (set_stat_type): Return S_IF*-valued "type" directly.
17329         Prompted by James Youngman's spotting a related bug.
17330         Confirmed by further testing through find.
17331
17332         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
17333         * lib/fts.c (D_TYPE): Define.
17334         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
17335         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
17336         (s_ifmt_shift_bits): New function.
17337         (set_stat_type): New function.
17338         (fts_build): When not calling fts_stat, call set_stat_type
17339         to propagate dirent.d_type info to fts_read caller.
17340         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
17341         fts_statp->st_mode type information may be valid.
17342
17343 2008-11-28  Simon Josefsson  <simon@josefsson.org>
17344
17345         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
17346         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
17347         <sds@gnu.org>.
17348
17349 2008-11-20  Bruno Haible  <bruno@clisp.org>
17350
17351         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
17352         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
17353         INCLUDE_NEXT.
17354         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
17355         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
17356         * modules/math (Makefile.am): Substitute
17357         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
17358         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17359
17360 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
17361             Bruno Haible  <bruno@clisp.org>
17362
17363         * lib/stdint.in.h: Define all type macros so that their expansion is
17364         a single typedef'ed token. Fixes a compilation failure in Boost which
17365         does "using ::int8_t;".
17366
17367 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17368
17369         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
17370         gl_MANYWARN_ALL_GCC.
17371         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
17372         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
17373         * modules/manywarnings: New file.
17374         * MODULES.html.sh: Mention manywarnings module.
17375
17376 2008-11-18  Bruno Haible  <bruno@clisp.org>
17377
17378         * doc/gnulib-tool.texi (Unit tests): New section.
17379
17380 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17381
17382         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
17383         paths like 'lib/po/foo.po'.
17384
17385 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17386
17387         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
17388         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
17389
17390 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17391
17392         * m4/warnings.m4: Use CPPFLAGS to really check whether the
17393         parameter works.
17394
17395 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17396
17397         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
17398
17399 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17400
17401         * modules/parse-duration-tests: New file.
17402         * tests/test-parse-duration.sh: New file.
17403         * tests/test-parse-duration.c: New file.
17404
17405         New module 'parse-duration'.
17406         * lib/parse-duration.h: New file.
17407         * lib/parse-duration.c: New file.
17408         * modules/parse-duration: New file.
17409
17410 2008-11-17  Bruno Haible  <bruno@clisp.org>
17411
17412         * tests/test-select-out.sh: Comment out the first pipe test.
17413         Reported by Simon Josefsson.
17414
17415 2008-11-17  Bruno Haible  <bruno@clisp.org>
17416
17417         * modules/getaddrinfo (Depends-on): Add servent, hostent.
17418         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
17419         gl_HOSTENT.
17420
17421 2008-11-17  Bruno Haible  <bruno@clisp.org>
17422
17423         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
17424         -lnetwork and -lnet. Needed for Haiku and BeOS.
17425
17426 2008-11-16  Bruno Haible  <bruno@clisp.org>
17427
17428         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
17429
17430 2008-11-16  Bruno Haible  <bruno@clisp.org>
17431
17432         Avoid test failure on Haiku.
17433         * tests/test-fsync.c: Include <errno.h>.
17434         (main): Don't require that fsync (0) fails.
17435
17436 2008-11-15  Bruno Haible  <bruno@clisp.org>
17437
17438         New module 'hostent'.
17439         * modules/hostent: New file.
17440         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
17441
17442 2008-11-15  Bruno Haible  <bruno@clisp.org>
17443
17444         New module 'servent'.
17445         * modules/servent: New file.
17446         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
17447
17448 2008-11-15  Bruno Haible  <bruno@clisp.org>
17449
17450         Avoid generating same test program with two different rules.
17451         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
17452         test-frexp to test-frexp-nolibm.
17453         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
17454         test-frexpl to test-frexpl-nolibm.
17455
17456 2008-11-15  Bruno Haible  <bruno@clisp.org>
17457
17458         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
17459         $(FREXPL_LIBM).
17460
17461 2008-11-15  Bruno Haible  <bruno@clisp.org>
17462
17463         * lib/netdb.in.h: Activate the definitions also when the system's
17464         <netdb.h> has 'struct addrinfo'.
17465         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
17466         EAI_OVERFLOW or AI_NUMERICSERV.
17467         * doc/posix-headers/netdb.texi: Document the problem.
17468
17469 2008-11-15  Bruno Haible  <bruno@clisp.org>
17470
17471         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
17472
17473         Make the 'sched' module work on platforms where <sched.h> exists but
17474         is incomplete (such as Haiku).
17475         * lib/sched.in.h; Include the system's <sched.h> if it exists.
17476         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
17477         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
17478         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
17479         HAVE_STRUCT_SCHED_PARAM.
17480         * modules/sched (Depends-on): Add include_next.
17481         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
17482         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
17483         * doc/posix-headers/sched.texi: Document the issue.
17484
17485 2008-11-13  Jim Meyering  <meyering@redhat.com>
17486
17487         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
17488         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
17489         test would fail due to the difference in the Report bugs to ...
17490         line.  The expected address is empty, "<>", while the actual
17491         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
17492
17493 2008-11-12  Bruno Haible  <bruno@clisp.org>
17494
17495         lstat: don't compile lstat.c on systems lacking lstat
17496         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
17497         which don't have lstat; this is handled by lib/sys_stat.in.h already.
17498         Reported by Daniel P. Berrange via Jim Meyering.
17499
17500 2008-11-12  Jim Meyering  <meyering@redhat.com>
17501
17502         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
17503
17504 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17505
17506         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
17507         instead.
17508
17509 2008-11-12  Bruno Haible  <bruno@clisp.org>
17510
17511         * lib/unicodeio.c: Include unistr.h.
17512         (utf8_wctomb): Remove function.
17513         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
17514
17515 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17516
17517         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
17518         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
17519         <bruno@clisp.org>.
17520         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
17521
17522 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17523
17524         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
17525         * doc/gnulib.texi: Add section for warnings.
17526
17527 2008-11-11  Bruno Haible  <bruno@clisp.org>
17528
17529         * lib/sockets.h: Add a comment.
17530
17531 2008-11-11  Karl Berry  <karl@gnu.org>
17532
17533         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
17534
17535 2008-11-11  Eric Blake  <ebb9@byu.net>
17536
17537         fdl.texi: avoid git symlinks
17538         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
17539
17540 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17541
17542         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
17543
17544 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17545
17546         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
17547         (gl_WARN_ADD): Substitute $2 if literal.
17548
17549 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17550
17551         * m4/warning.m4: Remove.
17552
17553 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17554
17555         * m4/warnings.m4: Almost complete rewrite. :-)
17556
17557 2008-11-10  Simon Josefsson  <simon@josefsson.org>
17558
17559         * modules/warnings: New module.
17560         * m4/warnings.m4: New file.
17561         * MODULES.html.sh: Mention warnings module.
17562         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
17563         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17564
17565 2008-11-10  Eric Blake  <ebb9@byu.net>
17566
17567         fdl.texi: make a symlink to the latest version
17568         * doc/standards.texi: Revert today's earlier change.
17569         * doc/fdl-1.2.texi: Rename from old fdl.texi...
17570         * doc/fdl.texi: ...and replace this with a symlink to the newer
17571         fdl-1.3.texi.
17572
17573 2008-11-10  Bruno Haible  <bruno@clisp.org>
17574
17575         * tests/test-select-fd.c (main): Accept the result file name as fourth
17576         argument.
17577         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
17578         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
17579
17580 2008-11-10  Bruno Haible  <bruno@clisp.org>
17581
17582         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
17583         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
17584         as autoconf-substituted macros.
17585         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
17586         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
17587         gl_NETDB_H_DEFAULTS. Set these variables.
17588         * modules/netdb (Makefile.am): Substitute these variables.
17589
17590 2008-11-10  Eric Blake  <ebb9@byu.net>
17591
17592         standards.texi: include correct file for FDL 1.3
17593         * doc/standards.texi (GNU Free Documentation License): Change
17594         include file to pull in FDL 1.3, not 1.2.
17595
17596         fdl.texi: revert accidental change to license
17597         * doc/fdl.texi: This is FDL 1.2, not 1.3.
17598
17599 2008-11-10  Bruno Haible  <bruno@clisp.org>
17600
17601         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
17602         cross-compiling guesses also when the native compile gives no result.
17603
17604 2008-11-10  Bruno Haible  <bruno@clisp.org>
17605
17606         * lib/spawni.c (__spawni): Force variable into the stack.
17607
17608 2008-11-10  Bruno Haible  <bruno@clisp.org>
17609
17610         Add support for Haiku.
17611         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
17612         glibc and BeOS, but also on Haiku.
17613         * lib/fpurge.c (fpurge): Likewise.
17614         * lib/freadable.c (freadable): Likewise.
17615         * lib/freadahead.c (freadahead): Likewise.
17616         * lib/freading.c (freading): Likewise.
17617         * lib/freadptr.c (freadptr): Likewise.
17618         * lib/freadseek.c (freadptrinc): Likewise.
17619         * lib/fseeko.c (rpl_fseeko): Likewise.
17620         * lib/fseterr.c (fseterr): Likewise.
17621         * lib/fwritable.c (fwritable): Likewise.
17622         * lib/fwriting.c (fwriting): Likewise.
17623         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
17624
17625 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
17626
17627         * lib/config.charset: Treat Haiku like BeOS.
17628
17629 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
17630
17631         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
17632         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
17633
17634 2008-11-08  Bruno Haible  <bruno@clisp.org>
17635
17636         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
17637         AC_CACHE_CHECK.
17638
17639 2008-11-08  Bruno Haible  <bruno@clisp.org>
17640
17641         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
17642
17643 2008-11-08  Bruno Haible  <bruno@clisp.org>
17644
17645         * tests/test-select-fd.c: New file.
17646         * tests/test-select-in.sh: New file.
17647         * tests/test-select-out.sh: New file.
17648         * tests/test-select-stdin.c: New file.
17649         * modules/select-tests (Files): Add the new files.
17650         (Depends-on): Add gettimeofday.
17651         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
17652         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
17653         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
17654
17655 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
17656             Bruno Haible  <bruno@clisp.org>
17657
17658         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
17659
17660 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
17661
17662         * build-aux/pmccabe2html: Added support for C++ source files.
17663
17664 2008-11-05  Ben Pfaff  <blp@gnu.org>
17665
17666         Fix lib/close.c build on Windows.
17667         * modules/close (Files): Add lib/w32sock.h.
17668
17669 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
17670
17671         Accept Bison's NEWS format.
17672         * build-aux/announce-gen (print_news_deltas): Tweak
17673         $re_prefix.
17674
17675 2008-11-04  Bruno Haible  <bruno@clisp.org>
17676
17677         * modules/random_r (Maintainer): Add glibc.
17678
17679 2008-11-04  Simon Josefsson  <simon@josefsson.org>
17680
17681         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
17682         by karl@freefriends.org (Karl Berry).
17683         * doc/alloca.texi: Likewise.
17684         * doc/c-ctype.texi: Likewise.
17685         * doc/c-strcase.texi: Likewise.
17686         * doc/c-strcaseeq.texi: Likewise.
17687         * doc/c-strcasestr.texi: Likewise.
17688         * doc/c-strstr.texi: Likewise.
17689         * doc/c-strtod.texi: Likewise.
17690         * doc/c-strtold.texi: Likewise.
17691         * doc/ctime.texi: Likewise.
17692         * doc/error.texi: Likewise.
17693         * doc/fdl.texi: Likewise.
17694         * doc/gcd.texi: Likewise.
17695         * doc/getdate.texi: Likewise.
17696         * doc/gnulib-intro.texi: Likewise.
17697         * doc/gnulib-tool.texi: Likewise.
17698         * doc/gnulib.texi: Likewise.
17699         * doc/inet_ntoa.texi: Likewise.
17700         * doc/maintain.texi: Likewise.
17701         * doc/make-stds.texi: Likewise.
17702         * doc/quote.texi: Likewise.
17703         * doc/regexprops-generic.texi: Likewise.
17704         * doc/standards.texi: Likewise.
17705         * doc/verify.texi: Likewise.
17706         * doc/visibility.texi: Likewise.
17707         * doc/gnulib.texi (GNU Free Documentation License): Include
17708         fdl-1.3.texi instead of fdl.texi.
17709
17710 2008-11-04  Simon Josefsson  <simon@josefsson.org>
17711
17712         * doc/fdl-1.3.texi: New file, from
17713         <http://www.gnu.org/licenses/fdl-1.3.texi>.
17714         * modules/fdl-1.3: Add.
17715         * MODULES.html.sh: Add fdl-1.3.
17716
17717 2008-11-03  Bruno Haible  <bruno@clisp.org>
17718
17719         Make determination of absolute name of header file work with AIX xlc.
17720         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
17721         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
17722         preprocessing.
17723         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
17724         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17725
17726 2008-11-03  Simon Josefsson  <simon@josefsson.org>
17727
17728         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
17729         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
17730         <ludo@gnu.org>.
17731
17732 2008-11-02  Bruno Haible  <bruno@clisp.org>
17733
17734         Mark 'strpbrk' obsolete.
17735         * modules/strpbrk (Status, Notice): New sections.
17736         * modules/strtok_r (Depends-on): Add strpbrk.
17737
17738 2008-11-02  Bruno Haible  <bruno@clisp.org>
17739
17740         Mark 'strdup' obsolete.
17741         * modules/strdup (Status, Notice): New sections.
17742         * modules/findprog (Depends-on): Add strdup.
17743         * modules/getaddrinfo (Depends-on): Likewise.
17744         * modules/localename (Depends-on): Likewise.
17745         * modules/relocatable-lib (Depends-on): Likewise.
17746         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
17747         * modules/relocatable-prog (Depends-on): Likewise.
17748         * modules/trim (Depends-on): Likewise.
17749         * modules/unictype/gen-ctype (Depends-on): Likewise.
17750         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
17751
17752 2008-11-02  Bruno Haible  <bruno@clisp.org>
17753
17754         Mark 'strcspn' obsolete.
17755         * modules/strcspn (Status, Notice): New sections.
17756
17757 2008-11-02  Bruno Haible  <bruno@clisp.org>
17758
17759         Mark 'rmdir' obsolete.
17760         * modules/rmdir (Status, Notice): New sections.
17761         * modules/clean-temp (Depends-on): Add rmdir.
17762         * modules/openat (Depends-on): Likewise.
17763
17764 2008-11-02  Bruno Haible  <bruno@clisp.org>
17765
17766         Mark 'raise' obsolete.
17767         * modules/raise (Status, Notice): New sections.
17768         (Include): Specify <signal.h>.
17769         * modules/stdio (Depends-on): Add raise.
17770         * modules/write (Depends-on): Likewise.
17771
17772 2008-11-02  Bruno Haible  <bruno@clisp.org>
17773
17774         Mark 'memset' obsolete.
17775         * modules/memset (Status, Notice): New sections.
17776
17777 2008-11-02  Bruno Haible  <bruno@clisp.org>
17778
17779         Mark 'memmove' obsolete.
17780         * modules/memmove (Status, Notice): New sections.
17781         * modules/argp (Depends-on): Add memmove.
17782         * modules/argz (Depends-on): Likewise.
17783         * modules/canonicalize (Depends-on): Likewise.
17784         * modules/canonicalize-lgpl (Depends-on): Likewise.
17785         * modules/fts (Depends-on): Likewise.
17786         * modules/getcwd (Depends-on): Likewise.
17787         * modules/human (Depends-on): Likewise.
17788         * modules/regex (Depends-on): Likewise.
17789         * modules/striconveh (Depends-on): Likewise.
17790         * modules/trim (Depends-on): Likewise.
17791         * modules/unistr/u8-move (Depends-on): Likewise.
17792         * modules/unistr/u16-move (Depends-on): Likewise.
17793         * modules/unistr/u32-move (Depends-on): Likewise.
17794
17795 2008-11-02  Bruno Haible  <bruno@clisp.org>
17796
17797         Mark 'memcpy' obsolete.
17798         * modules/memcpy (Status, Notice): New sections.
17799
17800 2008-11-02  Bruno Haible  <bruno@clisp.org>
17801
17802         Mark 'memcmp' obsolete.
17803         * modules/memcmp (Status, Notice): New sections.
17804         * modules/argmatch (Depends-on): Add memchr.
17805         * modules/backupfile (Depends-on): Likewise.
17806         * modules/c-strcasestr (Depends-on): Likewise.
17807         * modules/crypto/des (Depends-on): Likewise.
17808         * modules/csharpcomp (Depends-on): Likewise.
17809         * modules/fnmatch (Depends-on): Likewise.
17810         * modules/git-merge-changelog (Depends-on): Likewise.
17811         * modules/isnand (Depends-on): Likewise.
17812         * modules/isnand-nolibm (Depends-on): Likewise.
17813         * modules/isnanf (Depends-on): Likewise.
17814         * modules/isnanf-nolibm (Depends-on): Likewise.
17815         * modules/isnanl (Depends-on): Likewise.
17816         * modules/isnanl-nolibm (Depends-on): Likewise.
17817         * modules/mbchar (Depends-on): Likewise.
17818         * modules/memcoll (Depends-on): Likewise.
17819         * modules/quotearg (Depends-on): Likewise.
17820         * modules/regex (Depends-on): Likewise.
17821         * modules/relocatable-prog (Depends-on): Likewise.
17822         * modules/same (Depends-on): Likewise.
17823         * modules/signbit (Depends-on): Likewise.
17824         * modules/strcasestr-simple (Depends-on): Likewise.
17825         * modules/unictype/gen-ctype (Depends-on): Likewise.
17826         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
17827         * modules/uniname/uniname (Depends-on): Likewise.
17828         * modules/unistr/u8-cmp (Depends-on): Likewise.
17829
17830 2008-11-02  Bruno Haible  <bruno@clisp.org>
17831
17832         Mark 'memchr' obsolete.
17833         * modules/memchr (Status, Notice): New sections.
17834         * modules/argp (Depends-on): Add memchr.
17835         * modules/base64 (Depends-on): Likewise.
17836         * modules/c-strcasestr (Depends-on): Likewise.
17837         * modules/chdir-long (Depends-on): Likewise.
17838         * modules/fnmatch (Depends-on): Likewise.
17839         * modules/getsubopt (Depends-on): Likewise.
17840         * modules/git-merge-changelog (Depends-on): Likewise.
17841         * modules/glob (Depends-on): Likewise.
17842         * modules/strcasestr-simple (Depends-on): Likewise.
17843         * modules/strnlen (Depends-on): Likewise.
17844
17845 2008-11-02  Bruno Haible  <bruno@clisp.org>
17846
17847         Mark 'atexit' obsolete.
17848         * modules/atexit (Status, Notice): New sections.
17849         * modules/chdir-long (Depends-on): Add atexit.
17850         * modules/wait-process (Depends-on): Likewise.
17851
17852 2008-11-02  Bruno Haible  <bruno@clisp.org>
17853
17854         * gnulib-tool: New option --with-obsolete.
17855         (func_usage): Document it.
17856         (func_modules_transitive_closure): Drop obsolete dependencies if
17857         incobsolete is not true.
17858         (func_import): Read and save the incobsolete variable to the cache.
17859
17860 2008-11-02  Bruno Haible  <bruno@clisp.org>
17861
17862         * modules/TEMPLATE-EXTENDED: New field 'Status'.
17863         * gnulib-tool: New option --extract-status.
17864         (func_usage): Document it.
17865         (sed_extract_prog): Recognize it.
17866         (func_get_status): New function.
17867
17868 2008-10-30  Simon Josefsson  <simon@josefsson.org>
17869
17870         * modules/sockets (License): Change from LGPL to LGPLv2+.
17871
17872 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17873
17874         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
17875
17876 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17877
17878         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17879         Mention times and sys_times.
17880         * modules/sys_times, modules/sys_times-tests: New modules.
17881         * modules/times, modules/times-tests: Likewise
17882         * m4/sys_times_h.m4: New file.
17883         * lib/sys_times.in.h: Likewise
17884         * lib/times.c: Likewise.
17885         * tests/test-sys_times.c: Likewise.
17886         * tests/test-times.c: Likewise.
17887         * doc/posix-headers/sys_times.texi: Update.
17888         * doc/posix-functions/times.texi: Update.
17889
17890 2008-10-28  Jim Meyering  <meyering@redhat.com>
17891
17892         * modules/tempname (Depends-on): Add lstat.
17893
17894         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
17895
17896 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17897
17898         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
17899         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
17900         using idiom used elsewhere in gnulib.
17901
17902 2008-10-27  Jim Meyering  <meyering@redhat.com>
17903
17904         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
17905
17906 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17907
17908         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
17909         TESTS_ENVIRONMENT, for shell scripts that needs to call built
17910         programs.
17911         * tests/test-argp-2.sh: Use $EXEEXT when needed.
17912
17913 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17914
17915         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
17916
17917 2008-10-27  Bruno Haible  <bruno@clisp.org>
17918
17919         * tests/test-lstat.c: Include <stdio.h>.
17920
17921 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17922
17923         * modules/lstat-tests: New module.
17924         * tests/test-lstat.c: New file.
17925
17926 2008-10-26  Jim Meyering  <meyering@redhat.com>
17927
17928         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
17929
17930 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17931             Bruno Haible  <bruno@clisp.org>
17932
17933         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
17934         * modules/configmake (Include): Add a note that the include must come
17935         after all system headers.
17936         * lib/javaversion.c: Include configmake.h after all other includes.
17937
17938 2008-10-26  Bruno Haible  <bruno@clisp.org>
17939
17940         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
17941         HAVE_STRUCT_RANDOM_DATA to 1.
17942         (gl_STDLIB_H): Simplify.
17943
17944 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17945
17946         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
17947         substitute HAVE_STRUCT_RANDOM_DATA.
17948         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
17949         random_data.
17950         * modules/stdlib (Makefile.am): Substitute
17951         HAVE_STRUCT_RANDOM_DATA.
17952
17953 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17954
17955         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
17956         * doc/gnulib-intro.texi (Copyright): Likewise.
17957
17958 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17959
17960         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
17961         findings.
17962
17963 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
17964             Bruno Haible  <bruno@clisp.org>
17965
17966         * lib/unistd.in.h: Include <winsock2.h>.
17967         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
17968         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
17969         Provide dummy declarations.
17970         (gethostname): Override.
17971         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
17972         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
17973         gl_PREREQ_SYS_H_WINSOCK2.
17974         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
17975         * doc/posix-functions/gethostname.texi: More details.
17976
17977 2008-10-25  Bruno Haible  <bruno@clisp.org>
17978
17979         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
17980         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
17981         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
17982
17983         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
17984         here ...
17985         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
17986         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
17987         gl_UNISTD_H_DEFAULTS.
17988
17989 2008-10-25  Eric Blake  <ebb9@byu.net>
17990
17991         signbit: avoid spurious compiler failure
17992         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
17993         declarations inside function.
17994
17995 2008-10-24  Simon Josefsson  <simon@josefsson.org>
17996             Bruno Haible  <bruno@clisp.org>
17997
17998         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
17999         * modules/random_r (Depends-on): Add stdint.
18000
18001 2008-10-24  Bruno Haible  <bruno@clisp.org>
18002
18003         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
18004         Eggert.
18005         * modules/strerror (License): Likewise.
18006
18007 2008-10-24  Jim Meyering  <meyering@redhat.com>
18008
18009         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
18010         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
18011
18012 2008-10-24  Eric Blake  <ebb9@byu.net>
18013
18014         getgroups: fix compilation when getgroups is available
18015         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
18016         but with <config.h> override of getgroups disabled.
18017
18018 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18019
18020         * doc/gnulib.texi (Header files): Add note about C++ problems.
18021         Explained by Bruno Haible <bruno@clisp.org>.
18022
18023 2008-10-23  Bruno Haible  <bruno@clisp.org>
18024
18025         Define a dummy SA_NODEFER macro on Interix.
18026         * lib/signal.in.h (SA_NODEFER): Define fallback.
18027         Reported by Aleksey Cheusov <cheusov@tut.by> via
18028         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
18029
18030 2008-10-23  Bruno Haible  <bruno@clisp.org>
18031
18032         * modules/freadahead (License): Change to LGPLv2+.
18033         Suggested by Simon Josefsson.
18034
18035 2008-10-23  Jim Meyering  <meyering@redhat.com>
18036
18037         random_r: new module
18038         * modules/random_r: New file.
18039         * m4/random_r.m4: New file.
18040         * lib/random_r.c: New file, from glibc.
18041         * modules/random_r-tests: New file.
18042         * tests/test-random_r.c: New file.
18043         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
18044          Declare.
18045         (RAND_MAX): Define.
18046         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
18047         * modules/stdlib: Substitute them, too.
18048         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
18049         * doc/glibc-functions/initstate_r.texi: Mention the new module.
18050         * doc/glibc-functions/random_r.texi: Likewise.
18051         * doc/glibc-functions/setstate_r.texi: Likewise.
18052         * doc/glibc-functions/srandom_r.texi: Likewise.
18053         * config/srclist.txt: Mention it.
18054
18055 2008-10-23  David Lutterkort  <lutter@redhat.com>
18056
18057         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
18058         link requirement
18059
18060 2008-10-23  Jim Meyering  <meyering@redhat.com>
18061
18062         selinux-h: mark parameters of stub functions as intentionally unused
18063         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
18064         * lib/se-context.in.h: Likewise.
18065
18066 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18067
18068         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
18069
18070 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18071
18072         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
18073
18074 2008-10-22  Eric Blake  <ebb9@byu.net>
18075
18076         glthread/thread: avoid compiler warning
18077         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
18078         Add unreachable abort to silence compiler.
18079
18080 2008-10-22  Eric Blake  <ebb9@byu.net>
18081
18082         netdb: also supply struct addrinfo for cygwin 1.5.x
18083         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
18084         older cygwin.
18085         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
18086         cygwin.
18087         * doc/posix-headers/netdb.texi (netdb.h): Document this.
18088
18089 2008-10-22  Bruno Haible  <bruno@clisp.org>
18090
18091         * users.txt: Update entry about pspp.
18092
18093 2008-10-21  Bruno Haible  <bruno@clisp.org>
18094
18095         Simplification.
18096         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
18097         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
18098
18099         Simplification.
18100         * lib/ioctl.c (ioctl): Don't undefine.
18101         * lib/socket.c (socket): Don't undefine.
18102
18103         Remove unused module indicator macros.
18104         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
18105         GNULIB_$1 as a C macro.
18106
18107         * doc/posix-functions/close.texi: Undo last change.
18108         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
18109         Windows platforms.
18110
18111 2008-10-21  Bruno Haible  <bruno@clisp.org>
18112
18113         Add gethostname() declaration to <unistd.h>.
18114         * lib/unistd.in.h (gethostname): New declaration.
18115         * lib/gethostname.c: Include <unistd.h>.
18116         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
18117         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
18118         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
18119         and HAVE_GETHOSTNAME.
18120         * modules/gethostname (Depends-on): Add unistd.
18121         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18122         (Include): Specify <unistd.h>.
18123         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
18124         HAVE_GETHOSTNAME.
18125         * tests/test-gethostname.c: Include <unistd.h> first.
18126
18127 2008-10-21  Bruno Haible  <bruno@clisp.org>
18128
18129         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
18130         * modules/select-tests (Depends-on): Likewise.
18131         Reported by Simon Josefsson.
18132
18133 2008-10-21  Simon Josefsson  <simon@josefsson.org>
18134
18135         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
18136         * lib/accept.c: New file, based on winsock.c.
18137         * lib/bind.c: New file, based on winsock.c.
18138         * lib/connect.c: New file, based on winsock.c.
18139         * lib/getpeername.c: New file, based on winsock.c.
18140         * lib/getsockname.c: New file, based on winsock.c.
18141         * lib/getsockopt.c: New file, based on winsock.c.
18142         * lib/ioctl.c: New file, based on winsock.c.
18143         * lib/listen.c: New file, based on winsock.c.
18144         * lib/recv.c: New file, based on winsock.c.
18145         * lib/recvfrom.c: New file, based on winsock.c.
18146         * lib/send.c: New file, based on winsock.c.
18147         * lib/sendto.c: New file, based on winsock.c.
18148         * lib/setsockopt.c: New file, based on winsock.c.
18149         * lib/shutdown.c: New file, based on winsock.c.
18150         * lib/socket.c: New file, based on winsock.c.
18151         * lib/w32sock.h: New file, based on winsock.c.
18152         * lib/winsock.c: Remove file.
18153         * modules/accept: Likewise.
18154         * modules/bind: Likewise.
18155         * modules/connect: Likewise.
18156         * modules/getpeername: Likewise.
18157         * modules/getsockname: Likewise.
18158         * modules/getsockopt: Likewise.
18159         * modules/ioctl: Likewise.
18160         * modules/listen: Likewise.
18161         * modules/recv: Likewise.
18162         * modules/recvfrom: Likewise.
18163         * modules/send: Likewise.
18164         * modules/sendto: Likewise.
18165         * modules/setsockopt: Likewise.
18166         * modules/shutdown: Likewise.
18167         * modules/socket: Use socket.c instead of winsock.c.
18168         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
18169         * doc/posix-functions/accept.texi: Doc fix.
18170         * doc/posix-functions/bind.texi: Doc fix.
18171         * doc/posix-functions/close.texi: Doc fix.
18172         * doc/posix-functions/connect.texi: Doc fix.
18173         * doc/posix-functions/getpeername.texi: Doc fix.
18174         * doc/posix-functions/getsockname.texi: Doc fix.
18175         * doc/posix-functions/getsockopt.texi: Doc fix.
18176         * doc/posix-functions/ioctl.texi: Doc fix.
18177         * doc/posix-functions/listen.texi: Doc fix.
18178         * doc/posix-functions/recv.texi: Doc fix.
18179         * doc/posix-functions/recvfrom.texi: Doc fix.
18180         * doc/posix-functions/send.texi: Doc fix.
18181         * doc/posix-functions/sendto.texi: Doc fix.
18182         * doc/posix-functions/setsockopt.texi: Doc fix.
18183         * doc/posix-functions/shutdown.texi: Doc fix.
18184         * doc/posix-functions/socket.texi: Doc fix.
18185
18186 2008-10-20  Bruno Haible  <bruno@clisp.org>
18187
18188         Take into account the role of SIGABRT_COMPAT on Windows 2008.
18189         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
18190         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
18191         as an alias for SIGABRT.
18192         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
18193         (sigaction): Map it to SIGABRT.
18194         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
18195
18196 2008-10-20  Bruno Haible  <bruno@clisp.org>
18197
18198         * lib/fts.c: Don't include lstat.h.
18199         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
18200
18201         Move the lstat() declaration to <sys/stat.h>.
18202         * lib/lstat.h: Remove file.
18203         * lib/sys_stat.in.h: Add special invocation convention.
18204         (lstat): New declaration.
18205         * lib/lstat.c (orig_lstat): New function.
18206         (rpl_lstat): Use orig_lstat instead of lstat.
18207         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
18208         AC_C_INLINE. Set REPLACE_LSTAT.
18209         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
18210         and REPLACE_LSTAT.
18211         * modules/lstat (Files): Remove lib/lstat.h.
18212         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18213         (Include): Specify <sys/stat.h> instead of lstat.h.
18214         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
18215         REPLACE_LSTAT.
18216         * NEWS: Mention the change.
18217
18218 2008-10-20  Bruno Haible  <bruno@clisp.org>
18219
18220         * modules/posix_spawn-tests: New file.
18221         * tests/test-posix_spawn3.c: New file.
18222
18223 2008-10-20  Bruno Haible  <bruno@clisp.org>
18224
18225         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
18226         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18227         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
18228         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18229         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
18230
18231 2008-10-20  Bruno Haible  <bruno@clisp.org>
18232
18233         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
18234         of posix_spawn on AIX 5.3.
18235
18236 2008-10-20  Bruno Haible  <bruno@clisp.org>
18237
18238         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
18239
18240 2008-10-20  Bruno Haible  <bruno@clisp.org>
18241
18242         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
18243         of AC_LANG_PROGRAM.
18244
18245 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18246
18247         * lib/netdb.in.h: Don't define GNU specific constants until they
18248         are supported or needed.  Reported by Bruno Haible
18249         <bruno@clisp.org>.
18250
18251 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18252
18253         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
18254
18255 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18256
18257         * lib/getaddrinfo.h: Remove file.
18258         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
18259         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
18260         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
18261         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
18262         * modules/netdb: Substitute GNULIB_GETADDRINFO.
18263         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
18264         * tests/test-getaddrinfo.c: Likewise.
18265         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
18266         * NEWS: Mention change.
18267
18268 2008-10-19  Bruno Haible  <bruno@clisp.org>
18269
18270         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
18271
18272 2008-10-19  Bruno Haible  <bruno@clisp.org>
18273
18274         * lib/wait-process.c: Include simply <sys/wait.h>.
18275         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
18276         WIFSTOPPED): Remove fallback definitions.
18277         * modules/wait-process (Depends-on): Add sys_wait.
18278
18279         New module 'sys_wait'.
18280         * modules/sys_wait: New file.
18281         * lib/sys_wait.in.h: New file, partially copied from
18282         lib/wait-process.c.
18283         * m4/sys_wait_h.m4: New file.
18284         * doc/posix-headers/sys_wait.texi: Mention the new module.
18285
18286 2008-10-19  Bruno Haible  <bruno@clisp.org>
18287
18288         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
18289
18290 2008-10-19  Bruno Haible  <bruno@clisp.org>
18291
18292         Assume that waitpid() fills an 'int' status, not a 'union wait'.
18293         * lib/wait-process.c (WAIT_T): Remove type.
18294         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
18295         (wait_subprocess): Update.
18296
18297 2008-10-19  Bruno Haible  <bruno@clisp.org>
18298
18299         New module 'atoll'.
18300         * modules/atoll: New file.
18301         * lib/stdlib.in.h (atoll): New declaration.
18302         * lib/atoll.c: New file, from glibc with modifications.
18303         * m4/atoll.m4: New file.
18304         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
18305         HAVE_ATOLL.
18306         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
18307         * doc/posix-functions/atoll.texi: Mention the new module.
18308
18309 2008-10-19  Bruno Haible  <bruno@clisp.org>
18310
18311         Add strtoull() declaration to <stdlib.h>.
18312         * lib/stdlib.in.h (strtoull): New declaration.
18313         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18314         Set HAVE_STRTOULL.
18315         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
18316         HAVE_STRTOULL.
18317         * modules/strtoull (Depends-on): Add stdlib.
18318         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18319         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
18320         HAVE_STRTOULL.
18321
18322 2008-10-19  Bruno Haible  <bruno@clisp.org>
18323
18324         Add strtoll() declaration to <stdlib.h>.
18325         * lib/stdlib.in.h (strtoll): New declaration.
18326         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18327         Set HAVE_STRTOLL.
18328         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
18329         HAVE_STRTOLL.
18330         * modules/strtoll (Depends-on): Add stdlib.
18331         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18332         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
18333
18334 2008-10-19  Bruno Haible  <bruno@clisp.org>
18335
18336         * modules/bcopy (Depends-on): Add strings.
18337         (Include): Specify <strings.h>.
18338
18339 2008-10-19  Bruno Haible  <bruno@clisp.org>
18340
18341         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
18342
18343 2008-10-19  Bruno Haible  <bruno@clisp.org>
18344
18345         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
18346         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
18347         mingw.
18348
18349 2008-10-19  Bruno Haible  <bruno@clisp.org>
18350
18351         * lib/atanl.c: Don't include isnanl.h.
18352         * lib/cosl.c: Likewise.
18353         * lib/ldexpl.c: Likewise.
18354         * lib/logl.c: Likewise.
18355         * lib/sinl.c: Likewise.
18356         * lib/sqrtl.c: Likewise.
18357         * lib/tanl.c: Likewise.
18358
18359         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
18360         * lib/isnanf.h: Remove file.
18361         * lib/isnand.h: Remove file.
18362         * lib/isnanl.h: Remove file.
18363         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
18364         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
18365         macros.
18366         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
18367         HAVE_ISNANF, don't define it as a C macro.
18368         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
18369         HAVE_ISNAND, don't define it as a C macro.
18370         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
18371         HAVE_ISNANL, don't define it as a C macro.
18372         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
18373         HAVE_ISNAN[FDL].
18374         * modules/isnanf (Files): Remove lib/isnanf.h.
18375         (Depends-on): Add math.
18376         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18377         (Include): Specify <math.h> instead of isnanf.h.
18378         * modules/isnand (Files): Remove lib/isnand.h.
18379         (Depends-on): Add math.
18380         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18381         (Include): Specify <math.h> instead of isnand.h.
18382         * modules/isnanl (Files): Remove lib/isnanl.h.
18383         (Depends-on): Add math.
18384         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18385         (Include): Specify <math.h> instead of isnanl.h.
18386         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
18387         HAVE_ISNAN[FDL].
18388         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
18389         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
18390         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
18391         * NEWS: Mention the change.
18392
18393 2008-10-18  Bruno Haible  <bruno@clisp.org>
18394
18395         Add getusershell(), setusershell(), endusershell() declarations to
18396         <unistd.h>.
18397         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
18398         declarations.
18399         * lib/getusershell.c: Include unistd.h.
18400         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
18401         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
18402         HAVE_GETUSERSHELL.
18403         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
18404         and HAVE_GETUSERSHELL.
18405         * modules/getusershell (Depends-on): Add unistd, extensions.
18406         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18407         (Include): Specify <unistd.h>.
18408         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
18409         HAVE_GETUSERSHELL.
18410
18411 2008-10-18  Bruno Haible  <bruno@clisp.org>
18412
18413         Add a getloadavg() declaration to <stdlib.h>.
18414         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
18415         getloadavg declaration.
18416         (getloadavg): New declaration.
18417         * lib/getloadavg.c: Include <stdlib.h> first.
18418         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
18419         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
18420         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
18421         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
18422         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18423         * modules/getloadavg (Depends-on): Add stdlib, extensions.
18424         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18425         (Include): Specify <stdlib.h>.
18426         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
18427         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18428
18429 2008-10-18  Bruno Haible  <bruno@clisp.org>
18430
18431         * lib/dirchownmod.c: Don't include lchmod.h.
18432
18433         Move the lchmod() declaration to <sys/stat.h>.
18434         * lib/lchmod.h: Remove file.
18435         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
18436         (lchmod): New declaration, moved here from lib/lchown.h.
18437         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
18438         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
18439         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
18440         and HAVE_LCHMOD.
18441         * modules/lchmod (Files): Remove lib/lchmod.h.
18442         (Depends-on): Add sys_stat, extensions.
18443         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18444         (Include): Specify <sys/stat.h> instead of lchmod.h.
18445         * modules/sys_stat (Depends-on): Add link-warning.
18446         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
18447         definition of GL_LINK_WARNING.
18448         * NEWS: Mention the change.
18449
18450 2008-10-18  Bruno Haible  <bruno@clisp.org>
18451
18452         * lib/fchdir.c: Don't include dirfd.h.
18453         * lib/fts.c: Likewise.
18454         * lib/getcwd.c: Likewise.
18455         * lib/glob.c: Likewise.
18456
18457         Move the dirfd() declaration to <dirent.h>.
18458         * lib/dirfd.h: Remove file.
18459         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
18460         (dirfd): New declaration.
18461         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
18462         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
18463         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
18464         HAVE_DECL_DIRFD.
18465         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
18466         HAVE_DECL_DIRFD.
18467         * modules/dirfd (Files): Remove lib/dirfd.h.
18468         (Depends-on): Add dirent, extensions.
18469         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
18470         (Include): Specify <dirent.h> instead of dirfd.h.
18471         * modules/dirent (Depends-on): Add link-warning.
18472         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
18473         definition of GL_LINK_WARNING.
18474         * NEWS: Mention the change.
18475
18476 2008-10-18  Bruno Haible  <bruno@clisp.org>
18477
18478         Move the euidaccess() declaration to <unistd.h>.
18479         * lib/euidaccess.h: Remove file.
18480         * lib/unistd.in.h (euidaccess): New declaration.
18481         * lib/euidaccess.c: Don't include euidaccess.h.
18482         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
18483         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
18484         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
18485         and HAVE_EUIDACCESS.
18486         * modules/euidaccess (Files): Remove lib/euidaccess.h.
18487         (Depends-on): Add unistd.
18488         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18489         (Include): Specify <unistd.h> instead of euidaccess.h.
18490         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
18491         HAVE_EUIDACCESS.
18492         * NEWS: Mention the change.
18493
18494 2008-10-18  Bruno Haible  <bruno@clisp.org>
18495
18496         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
18497
18498         Move the getdomainname() declaration to <unistd.h>.
18499         * lib/getdomainname.h: Remove file.
18500         * lib/unistd.in.h (getdomainname): New declaration.
18501         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
18502         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
18503         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
18504         HAVE_GETDOMAINNAME.
18505         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18506         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
18507         * modules/getdomainname (Files): Remove lib/getdomainname.h.
18508         (Depends-on): Add unistd, extensions.
18509         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18510         (Includes): Specify <unistd.h> instead of getdomainname.h.
18511         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
18512         HAVE_GETDOMAINNAME.
18513         * NEWS: Mention the change.
18514
18515 2008-10-18  Bruno Haible  <bruno@clisp.org>
18516
18517         * modules/dirent: New file.
18518         * m4/dirent_h.m4: New file.
18519         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
18520         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
18521         * modules/fchdir (Files): Remove lib/dirent.in.h.
18522         (Depends-on): Add dirent.
18523         (Makefile.am): Move rules to modules/dirent.
18524         * doc/posix-headers/dirent.texi: Mention the new module.
18525
18526 2008-10-18  Bruno Haible  <bruno@clisp.org>
18527
18528         Avoid -Wunused-parameter warnings in public gnulib header files.
18529         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
18530         macro.
18531         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
18532
18533 2008-10-18  Bruno Haible  <bruno@clisp.org>
18534
18535         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
18536         * doc/glibc-functions/error.texi: Mention the module 'error'.
18537         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
18538         * doc/glibc-functions/getdomainname.texi: Mention the module
18539         'getdomainname'.
18540         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
18541         * doc/glibc-functions/getpagesize.texi: Mention the module
18542         'getpagesize'.
18543         * doc/glibc-functions/getusershell.texi: Mention the module
18544         'getusershell'.
18545         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
18546         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
18547         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
18548         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
18549         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
18550         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
18551         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
18552         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
18553         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
18554         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
18555         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
18556         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
18557         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
18558         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
18559
18560 2008-10-17  Bruno Haible  <bruno@clisp.org>
18561
18562         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
18563         HP-UX and IRIX, use -0.0L.
18564         * tests/test-ceill.c (minus_zero): Likewise.
18565         * tests/test-floorl.c (minus_zero): Likewise.
18566         * tests/test-frexpl.c (minus_zero): Likewise.
18567         * tests/test-isnan.c (minus_zerol): Likewise.
18568         * tests/test-isnanl.h (minus_zero): Likewise.
18569         * tests/test-ldexpl.c (minus_zero): Likewise.
18570         * tests/test-roundl.c (minus_zero): Likewise.
18571         * tests/test-signbit.c (minus_zerol): Likewise.
18572         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18573         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18574         * tests/test-truncl.c (minus_zero): Likewise.
18575         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18576         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18577         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
18578         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18579
18580 2008-10-17  Bruno Haible  <bruno@clisp.org>
18581
18582         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
18583         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
18584         that it gets activated only for gcc >= 3.0.
18585         * lib/dirent.in.h: Likewise.
18586         * lib/errno.in.h: Likewise.
18587         * lib/fcntl.in.h: Likewise.
18588         * lib/float.in.h: Likewise.
18589         * lib/iconv.in.h: Likewise.
18590         * lib/inttypes.in.h: Likewise.
18591         * lib/locale.in.h: Likewise.
18592         * lib/math.in.h: Likewise.
18593         * lib/netdb.in.h: Likewise.
18594         * lib/netinet_in.in.h: Likewise.
18595         * lib/search.in.h: Likewise.
18596         * lib/signal.in.h: Likewise.
18597         * lib/spawn.in.h: Likewise.
18598         * lib/stdarg.in.h: Likewise.
18599         * lib/stdint.in.h: Likewise.
18600         * lib/stdio.in.h: Likewise.
18601         * lib/stdlib.in.h: Likewise.
18602         * lib/string.in.h: Likewise.
18603         * lib/strings.in.h: Likewise.
18604         * lib/sys_file.in.h: Likewise.
18605         * lib/sys_ioctl.in.h: Likewise.
18606         * lib/sys_select.in.h: Likewise.
18607         * lib/sys_socket.in.h: Likewise.
18608         * lib/sys_stat.in.h: Likewise.
18609         * lib/sys_time.in.h: Likewise.
18610         * lib/sysexits.in.h: Likewise.
18611         * lib/time.in.h: Likewise.
18612         * lib/unistd.in.h: Likewise.
18613         * lib/wchar.in.h: Likewise.
18614         * lib/wctype.in.h: Likewise.
18615         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18616
18617 2008-10-17  Jim Meyering  <meyering@redhat.com>
18618
18619         ignore-value: don't depend on inline module
18620         * modules/ignore-value (Depends-on): Remove 'inline'.
18621         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
18622         Suggestion from Bruno Haible.
18623
18624 2008-10-17  Bruno Haible  <bruno@clisp.org>
18625
18626         New implementation of condition variables for Win32.
18627         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
18628         (gl_linked_waitqueue_t): New type.
18629         (gl_cond_t): Use it.
18630         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
18631         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
18632         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
18633         (glthread_cond_init_func, glthread_cond_wait_func,
18634         glthread_cond_timedwait_func, glthread_cond_signal_func,
18635         glthread_cond_broadcast_func, glthread_cond_destroy_func):
18636         Reimplemented on the basis of gl_linked_waitqueue_t.
18637         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
18638         gl_waitqueue_t.
18639         (gl_rwlock_t): Update.
18640         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
18641
18642 2008-10-17  Simon Josefsson  <simon@josefsson.org>
18643
18644         * modules/recvfrom (Depends-on): Add dependency on getpeername.
18645         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18646
18647 2008-10-17  Jim Meyering  <meyering@redhat.com>
18648
18649         ignore-value: new module
18650         * modules/ignore-value: New file.
18651         * lib/ignore-value.h: New file.
18652         * MODULES.html.sh (Compiler warning management): New section,
18653         just for this module.  More to come.
18654
18655 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18656
18657         open-safer.c: avoid 'signed and unsigned in conditional...' warning
18658         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
18659         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
18660
18661 2008-10-16  Jim Meyering  <meyering@redhat.com>
18662
18663         openat-die.c: avoid 'no previous prototype' warning
18664         * lib/openat-die.c: Include "openat.h".
18665         Reported by Reuben Thomas <rrt@sc3d.org>.
18666
18667 2008-10-16  Simon Josefsson  <simon@josefsson.org>
18668
18669         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
18670         * lib/netdb.in.h: Fix typo.
18671         Reported by Bruno Haible  <bruno@clisp.org>
18672
18673         * lib/netdb.in.h: Include sys/socket.h for platforms without
18674         netdb.h, to get structures like hostent on MinGW.
18675         * modules/netdb (Depends-on): Add sys_socket.
18676
18677 2008-10-15  Simon Josefsson  <simon@josefsson.org>
18678
18679         * modules/netdb, modules/netdb-tests: New file.
18680         * m4/netdb_h.m4: New file.
18681         * lib/netdb.in.h: Add, currently just an empty file pending
18682         definitions.
18683         * tests/test-netdb.c: New file.
18684         * doc/posix-headers/netdb.texi: Mention that we replace it if
18685         needed.
18686         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18687         netdb.
18688
18689 2008-10-15  Simon Josefsson  <simon@josefsson.org>
18690
18691         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
18692         with code.
18693
18694 2008-10-13  Bruno Haible  <bruno@clisp.org>
18695
18696         * lib/glthread/cond.c (glthread_cond_wait_func,
18697         glthread_cond_timedwait_func): Add a comment.
18698
18699 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18700
18701         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
18702         * tests/test-select.c: Likewise,
18703
18704 2008-10-13  Bruno Haible  <bruno@clisp.org>
18705
18706         * lib/glthread/cond.c (glthread_cond_wait_func,
18707         glthread_cond_timedwait_func): Fix variable name.
18708         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18709
18710 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
18711
18712         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
18713         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
18714         struct sockaddr.sa_len.
18715         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
18716
18717 2008-10-13  Simon Josefsson  <simon@josefsson.org>
18718
18719         * build-aux/pmccabe2html: Add css and css_url parameters.
18720
18721 2008-10-12  Bruno Haible  <bruno@clisp.org>
18722
18723         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
18724         calling aclx_get.
18725         Reported by Rainer Tammer <tammer@tammer.net>.
18726
18727 2008-10-12  Bruno Haible  <bruno@clisp.org>
18728
18729         Use msvcrt aware primitives for creation/termination of Win32 threads.
18730         * lib/glthread/thread.c: Include <process.h>.
18731         (glthread_create_func): Use _beginthreadex instead of CreateThread.
18732         (wrapper_func): Update signature.
18733         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
18734
18735 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18736             Bruno Haible  <bruno@clisp.org>
18737
18738         Provide a Win32 implementation of the 'cond' module.
18739         * lib/glthread/cond.h [USE_WIN32]: New implementation.
18740         * lib/glthread/cond.c (glthread_cond_init_func,
18741         glthread_cond_wait_func, glthread_cond_timedwait_func,
18742         glthread_cond_signal_func, glthread_cond_broadcast_func,
18743         glthread_cond_destroy_func) [USE_WIN32]: New functions.
18744         * modules/cond (Dependencies): Add gettimeofday.
18745
18746 2008-10-11  Bruno Haible  <bruno@clisp.org>
18747
18748         Make sleep work on older versions of mingw.
18749         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
18750         only whether it exists.
18751         * doc/posix-functions/sleep.texi: Mention the problem with older
18752         versions of mingw.
18753
18754 2008-10-11  Bruno Haible  <bruno@clisp.org>
18755
18756         New module 'shutdown'.
18757         * modules/shutdown: New file.
18758         * lib/sys_socket.in.h (shutdown): New declaration.
18759         * lib/winsock.c (shutdown): New function.
18760         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
18761         GNULIB_SHUTDOWN.
18762         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
18763         * doc/posix-functions/shutdown.texi: Document the new module.
18764
18765 2008-10-11  Jim Meyering  <meyering@redhat.com>
18766
18767         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
18768
18769 2008-10-11  Bruno Haible  <bruno@clisp.org>
18770
18771         New module 'fclose'.
18772         * modules/fclose: New file.
18773         * lib/stdio.in.h (fclose): New declaration.
18774         * lib/fclose.c: New file.
18775         * m4/fclose.m4: New file.
18776         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
18777         REPLACE_FCLOSE.
18778         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
18779         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
18780         REPLACE_FCLOSE.
18781         * modules/close (Depends-on): fclose.
18782         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
18783
18784 2008-10-11  Bruno Haible  <bruno@clisp.org>
18785
18786         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
18787         set errno and don't call _close.
18788
18789 2008-10-10  Bruno Haible  <bruno@clisp.org>
18790
18791         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
18792         ACL, not afterwards. Fixes test failure on Cygwin.
18793
18794 2008-10-09  Ben Pfaff  <blp@gnu.org>
18795
18796         * build-aux/announce-gen: Fix gnulib version related part of usage
18797         message.  Die with a useful error message if no tarballs are
18798         found.
18799
18800 2008-10-10  Jim Meyering  <meyering@redhat.com>
18801
18802         bootstrap: use git's --depth=N option only if it's supported
18803         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
18804         recognize the --depth option.  Reported by Pádraig Brady.
18805
18806 2008-10-09  Bruno Haible  <bruno@clisp.org>
18807
18808         New module 'ioctl'.
18809         * modules/ioctl: New file.
18810         * lib/sys_socket.in.h (ioctl): Remove declaration.
18811         * lib/winsock.c: Include <sys/ioctl.h>.
18812         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
18813         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
18814         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
18815         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
18816         * doc/posix-functions/ioctl.texi: Mention the new module.
18817
18818 2008-10-09  Bruno Haible  <bruno@clisp.org>
18819
18820         New module 'sys_ioctl'.
18821         * lib/sys_ioctl.in.h: New file.
18822         * m4/sys_ioctl_h.m4: New file.
18823         * modules/sys_ioctl: New file.
18824         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
18825
18826 2008-10-09  Bruno Haible  <bruno@clisp.org>
18827
18828         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
18829         * lib/winsock.c: Include <stdarg.h>.
18830         (rpl_ioctl): Change to second argument 'int' and then varargs.
18831
18832 2008-10-09  Bruno Haible  <bruno@clisp.org>
18833
18834         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
18835         when the sys_socket module is present and the system has <winsock2.h>.
18836
18837 2008-10-09  Bruno Haible  <bruno@clisp.org>
18838
18839         * doc/posix-functions/close.texi: Mention module 'close' instead of
18840         module 'sys_socket'.
18841
18842 2008-10-09  Bruno Haible  <bruno@clisp.org>
18843
18844         * doc/glibc-headers/sys_ioctl.texi: New file.
18845         * doc/gnulib.texi: Include it.
18846
18847 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18848             Bruno Haible  <bruno@clisp.org>
18849
18850         Combine the two replacements of 'close'.
18851         * lib/sys_socket.in.h (close): Define to a reminder to include
18852         <unistd.h>.
18853         (_gl_close_fd_maybe_socket): New declaration.
18854         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
18855         * lib/winsock.c (close): Remove undefinition.
18856         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
18857         needed for the gnulib module 'close'.
18858         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
18859         define to an error symbol or to a warning, if suitable.
18860         * lib/close.c: Include <sys/socket.h>.
18861         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
18862         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
18863         UNISTD_H_HAVE_WINSOCK2_H.
18864         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
18865         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18866         UNISTD_H_HAVE_WINSOCK2_H.
18867         * modules/sys_socket (Files): Add m4/unistd_h.m4.
18868         (configure.ac): Set a module indicator.
18869         (Makefile.am): Substitute GNULIB_CLOSE.
18870         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
18871         * modules/poll-tests (Depends-on): Add close.
18872         * modules/select-tests (Depends-on): Likewise.
18873
18874 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18875             Bruno Haible  <bruno@clisp.org>
18876
18877         New module 'close'.
18878         * modules/close: New file.
18879         * lib/unistd.in.h (close): Move declaration out of the
18880         FCHDIR_REPLACEMENT scope.
18881         (_gl_unregister_fd): New declaration.
18882         * lib/close.c: New file.
18883         * lib/fchdir.c (rpl_close): Remove function.
18884         * m4/close.m4: New file.
18885         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
18886         close.
18887         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
18888         REPLACE_CLOSE.
18889         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
18890         REPLACE_CLOSE.
18891         * modules/fchdir (Depends-on): Add close.
18892
18893 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18894             Bruno Haible  <bruno@clisp.org>
18895
18896         * lib/fcntl.in.h (open): Simplify conditionals.
18897         (_gl_register_fd): New declaration.
18898         * lib/fchdir.c (rpl_open): Remove function.
18899         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
18900         also.
18901         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
18902         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
18903         open.
18904
18905 2008-10-09  Jim Meyering  <meyering@redhat.com>
18906
18907         GNUmakefile: use the more name-space-friendly "_version"
18908         * top/GNUmakefile (_dummy): Update.
18909         (_version): Rename from "version".
18910
18911 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18912             Bruno Haible  <bruno@clisp.org>
18913
18914         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
18915         rpl_close.
18916         (_gl_register_fd): New function, extracted from rpl_open.
18917         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
18918         (rpl_open, rpl_opendir): Use _gl_register_fd.
18919
18920 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18921
18922         Fix organization of 'open' replacement.
18923         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
18924         (gl_FUNC_OPEN): Use it.
18925         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
18926
18927 2008-10-08  Bruno Haible  <bruno@clisp.org>
18928
18929         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
18930
18931 2008-10-08  Simon Josefsson  <simon@josefsson.org>
18932
18933         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
18934         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
18935         listen).
18936
18937 2008-10-08  Eric Blake  <ebb9@byu.net>
18938
18939         GNUmakefile: add 'make version' target
18940         * top/GNUmakefile (_curr-ver): Split version update rules...
18941         (version): ...into a target.
18942
18943 2008-10-07  Bruno Haible  <bruno@clisp.org>
18944
18945         Use a more portable replacement expression for -0.0L.
18946         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
18947         instead of -0.0L. Fix m4 quotation.
18948
18949         * tests/test-signbit.c: Include <float.h>.
18950         (minus_zero): New variable.
18951         (test_signbitl): Use minus_zero instead of -zero.
18952         * modules/signbit-tests (Depends-on): Add float.
18953
18954         * tests/test-ceill.c: Include <float.h>.
18955         (zero): Remove variable.
18956         (minus_zero): New variable.
18957         (main): Use minus_zero instead of -zero.
18958         * modules/ceill-tests (Depends-on): Add float.
18959
18960         * tests/test-floorl.c: Include <float.h>.
18961         (zero): Remove variable.
18962         (minus_zero): New variable.
18963         (main): Use minus_zero instead of -zero.
18964         * modules/floorl-tests (Depends-on): Add float.
18965
18966         * tests/test-roundl.c: Include <float.h>.
18967         (zero): Remove variable.
18968         (minus_zero): New variable.
18969         (main): Use minus_zero instead of -zero.
18970         * modules/roundl-tests (Depends-on): Add float.
18971
18972         * tests/test-truncl.c: Include <float.h>.
18973         (zero): Remove variable.
18974         (minus_zero): New variable.
18975         (main): Use minus_zero instead of -zero.
18976         * modules/truncl-tests (Depends-on): Add float.
18977
18978         * tests/test-frexpl.c (zero): Remove variable.
18979         (minus_zero): New variable.
18980         (main): Use minus_zero instead of -zero.
18981         * modules/frexpl-tests (Depends-on): Add float.
18982
18983         * tests/test-isnan.c (zerol): Remove variable.
18984         (minus_zerol): New variable.
18985         (test_long_double): Use minus_zerol instead of -zerol.
18986         * modules/isnan-tests (Depends-on): Add float.
18987
18988         * tests/test-isnanl.h (zero): Remove variable.
18989         (minus_zero): New variable.
18990         (main): Use minus_zero instead of -zero.
18991         * modules/isnanl-nolibm-tests (Depends-on): Add float.
18992         * modules/isnanl-tests (Depends-on): Add float.
18993
18994         * tests/test-ldexpl.c (zero): Remove variable.
18995         (minus_zero): New variable.
18996         (main): Use minus_zero instead of -zero.
18997         * modules/ldexpl-tests (Depends-on): Add float.
18998
18999         * tests/test-snprintf-posix.h (zerol): Remove variable.
19000         (minus_zerol): New variable.
19001         (test_function): Use minus_zerol instead of -zerol.
19002         * modules/snprintf-posix-tests (Depends-on): Add float.
19003         * modules/vsnprintf-posix-tests (Depends-on): Add float.
19004
19005         * tests/test-sprintf-posix.h (zerol): Remove variable.
19006         (minus_zerol): New variable.
19007         (test_function): Use minus_zerol instead of -zerol.
19008         * modules/sprintf-posix-tests (Depends-on): Add float.
19009         * modules/vsprintf-posix-tests (Depends-on): Add float.
19010
19011         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
19012         (minus_zerol): New variable.
19013         (test_function): Use minus_zerol instead of -zerol.
19014         * modules/vasnprintf-posix-tests (Depends-on): Add float.
19015
19016         * tests/test-vasprintf-posix.c (zerol): Remove variable.
19017         (minus_zerol): New variable.
19018         (test_function): Use minus_zerol instead of -zerol.
19019         * modules/vasprintf-posix-tests (Depends-on): Add float.
19020
19021 2008-10-07  Simon Josefsson  <simon@josefsson.org>
19022
19023         * MODULES.html.sh (Support for building documentation): Mention
19024         pmccabe2html.  Sort entries.
19025
19026         Add pmccabe2html module, from gnupdf.
19027         * build-aux/pmccabe.css: New file.
19028         * build-aux/pmccabe2html: New file.
19029         * m4/pmccabe2html.m4: New file.
19030         * modules/pmccabe2html: New file.
19031
19032 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
19033
19034         flock: new module
19035         * MODULES.html.sh: Add to list of modules.
19036         * lib/flock.c: flock implementation for Windows and Unix systems
19037         which have fcntl.
19038         * doc/glibc-functions/flock.texi: Update documentation.
19039         * lib/sys_file.in.h: <sys/file.h> header file.
19040         * m4/flock.m4: M4 macros.
19041         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
19042         * modules/flock: flock module.
19043         * modules/flock-tests: flock tests module.
19044         * modules/sys_file: sys/file.h module.
19045         * tests/test-flock.c: test suite for flock.
19046
19047 2008-10-06  Jim Meyering  <meyering@redhat.com>
19048
19049         bootstrap: check for LT_INIT more portably still ;-)
19050         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
19051         Spotted by Bruno Haible.
19052
19053 2008-10-06  Eric Blake  <ebb9@byu.net>
19054
19055         test-signbit: avoid tripping Irix cc bug on -0.0L
19056         * tests/test-signbit.c (minus_zerol): Delete, and replace with
19057         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
19058         entire testsuite consistent and avoids an Irix 6.2 bug.
19059
19060 2008-10-05  Bruno Haible  <bruno@clisp.org>
19061             Jim Meyering  <jim@meyering.net>
19062
19063         Add an option for ignoring EPIPE during close_stdout.
19064         * lib/closeout.h: Include <stdbool.h>.
19065         (close_stdout_set_ignore_EPIPE): New declaration.
19066         * lib/closeout.c: Include <stdbool.h>.
19067         (ignore_EPIPE): New variable.
19068         (close_stdout_set_ignore_EPIPE): New function.
19069         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
19070         * lib/close-stream.c (close_stream): Mention the possible EPIPE
19071         failure.
19072         * modules/closeout (Depends-on): Add stdbool.
19073
19074 2008-10-05  Bruno Haible  <bruno@clisp.org>
19075
19076         * modules/accept: New file.
19077         * modules/bind: New file.
19078         * modules/connect: New file.
19079         * modules/getpeername: New file.
19080         * modules/getsockname: New file.
19081         * modules/getsockopt: New file.
19082         * modules/listen: New file.
19083         * modules/recv: New file.
19084         * modules/recvfrom: New file.
19085         * modules/send: New file.
19086         * modules/sendto: New file.
19087         * modules/setsockopt: New file.
19088         * modules/socket: New file.
19089         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
19090         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
19091         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
19092         the particular module is requested. Add a link warning when the
19093         particular module is not requested.
19094         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
19095         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
19096         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
19097         the particular module is requested.
19098         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
19099         gl_SYS_SOCKET_H_DEFAULTS): New macros.
19100         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
19101         * modules/sys_socket (Depends-on): Add link-warning.
19102         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
19103         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
19104         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
19105         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
19106         GL_LINK_WARNING.
19107         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
19108         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
19109         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
19110         * doc/posix-functions/getpeername.texi: Mention the new module
19111         'getpeername'.
19112         * doc/posix-functions/getsockname.texi: Mention the new module
19113         'getsockname'.
19114         * doc/posix-functions/getsockopt.texi: Mention the new module
19115         'getsockopt'.
19116         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
19117         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
19118         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
19119         * doc/posix-functions/send.texi: Mention the new module 'send'.
19120         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
19121         * doc/posix-functions/setsockopt.texi: Mention the new module
19122         'setsockopt'.
19123         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
19124         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
19125         listen, connect, accept.
19126         * modules/select-tests (Depends-on): Likewise.
19127
19128 2008-10-05  Bruno Haible  <bruno@clisp.org>
19129
19130         * lib/winsock.c (strerror): Remove unused #undef.
19131         (rpl_close): Remove unused local variable.
19132
19133         * modules/sys_socket (Depends-on); Add errno.
19134
19135 2008-10-05  Bruno Haible  <bruno@clisp.org>
19136
19137         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
19138         (select): Add a link warning when the 'select' module is not used.
19139         * modules/sys_select (Depends-on): Add link-warning.
19140         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
19141         Suggested by Paolo Bonzini.
19142
19143 2008-10-05  Jim Meyering  <meyering@redhat.com>
19144
19145         bootstrap: check for LT_INIT more portably
19146         * build-aux/bootstrap: Avoid using grep -E, since it's not
19147         portable enough.  Suggestion from Bruno Haible.
19148
19149 2008-10-05  Bruno Haible  <bruno@clisp.org>
19150
19151         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
19152         as being fixed by gnulib.
19153
19154 2008-10-05  Bruno Haible  <bruno@clisp.org>
19155
19156         * modules/select-tests: New file, mostly copied from
19157         modules/sys_select-tests.
19158         * tests/test-select.c: New file, mostly copied from
19159         tests/test-sys_select.c.
19160         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
19161         * modules/sys_select-tests (Depends-on): Remove all dependencies.
19162         (Makefile.am): Remove test_sys_select_LDADD.
19163
19164         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
19165         to an undefined symbol, for an error message.
19166         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
19167         (gl_SYS_SELECT_H_DEFAULTS): New macro.
19168         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
19169         winsock-select.c here.
19170         * modules/sys_select (Files): Remove lib/winsock-select.c.
19171         (Depends-on): Remove alloca.
19172         (Makefile.am): Substitute GNULIB_SELECT.
19173         * modules/select: New file.
19174         * doc/posix-functions/select.texi: Update.
19175
19176 2008-10-05  Bruno Haible  <bruno@clisp.org>
19177
19178         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
19179         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
19180         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
19181         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
19182         getdtablesize.
19183         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
19184         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
19185
19186 2008-10-05  Bruno Haible  <bruno@clisp.org>
19187
19188         * modules/getdtablesize-tests: New file.
19189         * tests/test-getdtablesize.c: New file.
19190
19191         New module 'getdtablesize'.
19192         * lib/unistd.in.h (getdtablesize): New declaration.
19193         * lib/getdtablesize.c: New file.
19194         * m4/getdtablesize.m4: New file.
19195         * modules/getdtablesize: New file.
19196         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19197         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
19198         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
19199         HAVE_GETDTABLESIZE.
19200         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
19201
19202 2008-10-05  Bruno Haible  <bruno@clisp.org>
19203
19204         * modules/sched (Makefile.am): Fix typo.
19205         Reported by Simon Josefsson.
19206
19207 2008-10-05  Jim Meyering  <meyering@redhat.com>
19208
19209         bootstrap: check for LT_INIT, too
19210         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
19211         are deprecated.  Suggestion from Ralf Wildenhues.
19212
19213 2008-10-05  Bruno Haible  <bruno@clisp.org>
19214
19215         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
19216         overriding them by ours.
19217         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
19218
19219 2008-10-05  Jim Meyering  <meyering@redhat.com>
19220
19221         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
19222         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
19223         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
19224
19225 2008-10-04  Bruno Haible  <bruno@clisp.org>
19226
19227         * modules/dup2 (License): Change to LGPLv2+.
19228         * modules/sleep (License): Likewise.
19229         * modules/perror (License): Likewise.
19230         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
19231         Blake.
19232         * modules/signal (License): Likewise.
19233         * modules/sigprocmask (License): Likewise.
19234         * modules/raise (License): Change to LGPLv2+, with approval by Jim
19235         Meyering.
19236
19237 2008-10-04  Bruno Haible  <bruno@clisp.org>
19238
19239         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
19240         Reported by Rainer Tammer <tammer@tammer.net>.
19241
19242 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
19243             Bruno Haible  <bruno@clisp.org>
19244
19245         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
19246         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
19247         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
19248
19249 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
19250
19251         filevercmp: new module
19252         * lib/filevercmp.h: New function filevercmp comparing version strings.
19253         * lib/filevercmp.c: Implementation of filevercmp function.
19254         * modules/filevercmp: Module metadata.
19255         * tests/test-filevercmp.c: Unit test for new module.
19256         * modules/filevercmp-tests: Unit test metadata.
19257         * MODULES.html.sh: Add filevercmp module.
19258
19259 2008-10-03  Bruno Haible  <bruno@clisp.org>
19260
19261         * lib/c-ctype.h: Add comment.
19262         Reported by Jim Meyering.
19263
19264 2008-10-02  Bruno Haible  <bruno@clisp.org>
19265
19266         * modules/posix_spawn-internal (Depends-on): Add 'open'.
19267
19268 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19269
19270         * build-aux/bootstrap: Allow renaming bootstrap, and change the
19271         name of bootstrap.conf accordingly.
19272
19273 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19274
19275         * build-aux/bootstrap: Install git-merge-changelog configuration
19276         items into .gitconfig if needed.
19277
19278 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19279
19280         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
19281         git repository, and initialize/update it accordingly.
19282
19283 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
19284
19285         * modules/fsync-tests: New file.
19286         * tests/test-fsync.c: New file.
19287
19288         New module 'fsync'.
19289         * lib/fsync.c: New file.
19290         * m4/fsync.m4: New file.
19291         * modules/fsync: New file.
19292         * lib/unistd.in.h (fsync): New declaration.
19293         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
19294         GNULIB_FSYNC and HAVE_FSYNC.
19295         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
19296         * MODULES.html.sh (posix_functions): Add fsync.
19297         * doc/posix-functions/fsync.texi: Mention the new module.
19298
19299 2008-10-02  Jim Meyering  <meyering@redhat.com>
19300
19301         fts.c: sync with similar code from coreutils' remove.c
19302         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
19303         Guard also with "#if defined __linux__", since for now at least,
19304         this code is Linux-kernel-specific.
19305
19306 2008-10-02  Jim Meyering  <meyering@redhat.com>
19307
19308         fts: bug fixes
19309         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
19310         Include <sys/vfs.h>, not <sys/statfs.h>.
19311
19312         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
19313         Include <sys/vfs.h>, not <sys/statfs.h>.
19314
19315 2008-10-01  Bruno Haible  <bruno@clisp.org>
19316
19317         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
19318         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
19319         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
19320         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
19321         * doc/posix-functions/posix_spawnp.texi: Likewise.
19322         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
19323         whether posix_spawn actually works.
19324         * m4/pipe.m4 (gl_PIPE): Likewise.
19325         * modules/execute (Files): Add m4/posix_spawn.m4.
19326         * modules/pipe (Files): Add m4/posix_spawn.m4.
19327         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
19328
19329 2008-10-01  Jim Meyering  <meyering@redhat.com>
19330
19331         remove trailing spaces
19332         * NEWS: Likewise.
19333         * lib/poll.c (poll): Likewise.
19334         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
19335         * lib/winsock.c (rpl_close): Likewise.
19336         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
19337         * modules/yield: Likewise.
19338         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
19339         * tests/test-sys_select.c (connect_to_socket): Likewise.
19340
19341         fts.c: adjust a new interface to be more generally useful
19342         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
19343         (fts_build): Adjust caller.
19344
19345 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19346
19347         * modules/cond-tests: New file.
19348         * tests/test-cond.c: New file.
19349
19350 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19351             Bruno Haible  <bruno@clisp.org>
19352
19353         * modules/cond (Dependencies): Add errno, time.
19354         * lib/glthread/cond.h: Include <time.h>.
19355         (gl_cond_define, gl_cond_define_initialized): Use the same definition
19356         across platforms.
19357
19358 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19359             Bruno Haible  <bruno@clisp.org>
19360
19361         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
19362
19363 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19364             Bruno Haible  <bruno@clisp.org>
19365
19366         * modules/tls-tests (Depends-on): Add thread, yield.
19367         (configure.ac): Remove all checks.
19368         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
19369         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19370         gl_thread_self): Remove definitions. Include glthread/thread.h and
19371         glthread/yield.h instead.
19372         (test_tls): Pass an additional NULL argument to gl_thread_join.
19373
19374 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19375             Bruno Haible  <bruno@clisp.org>
19376
19377         * modules/lock-tests (Depends-on): Add thread, yield.
19378         (configure.ac): Remove all checks.
19379         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
19380         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19381         gl_thread_self): Remove definitions. Include glthread/thread.h and
19382         glthread/yield.h instead.
19383         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
19384         additional NULL argument to gl_thread_join.
19385
19386 2008-09-30  Bruno Haible  <bruno@clisp.org>
19387
19388         Fix the Win32 implementation of the 'thread' module.
19389         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
19390         pointer type.
19391         (gl_thread_self): Invoke gl_thread_self_func.
19392         (gl_thread_self_func): New declaration.
19393         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
19394         (do_init_self_key, init_self_key): New functions.
19395         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
19396         Remove some fields.
19397         (running_threads, running_lock): Remove variables.
19398         (get_current_thread_handle): New function.
19399         (gl_thread_self_func, wrapper_func, glthread_create_func,
19400         glthread_join_func, gl_thread_exit_func): Largely rewritten and
19401         simplified.
19402
19403 2008-09-30  Bruno Haible  <bruno@clisp.org>
19404
19405         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
19406         files.
19407
19408 2008-09-30  Jim Meyering  <meyering@redhat.com>
19409
19410         fts.m4: correct the test for statfs.f_type
19411         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
19412         when checking for statfs.f_type.
19413
19414 2008-09-15  Simon Josefsson  <simon@josefsson.org>
19415
19416         tests: avoid some compiler warnings
19417         * tests/test-memchr.c (main): Pass NULL indirectly.
19418         * tests/test-getdate.c (main): Remove unused variable 'ret'.
19419
19420 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
19421
19422         getdate.y: disallow countable dayshifts like "4 yesterday ago"
19423         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
19424         exactly specified dayshifts.
19425         (dayshift): New rule.
19426         (rel): Add dayshift.
19427         (relative_time_table) [tomorrow, yesterday, today, now]:
19428         Use tDAY_SHIFT in place of tDAY_UNIT.
19429         * tests/test-getdate.c: Add tests for now-disallowed countable
19430         dayshifts, e.g., "4 yesterday ago".
19431
19432 2008-09-29  Bruno Haible  <bruno@clisp.org>
19433
19434         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
19435         * tests/test-posix_spawn1.in.sh: Renamed from
19436         tests/test-posix_spawn.in.sh.
19437         * tests/test-posix_spawn2.c: New file.
19438         * tests/test-posix_spawn2.in.sh: New file.
19439         * modules/posix_spawnp-tests (Files): Update.
19440         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
19441
19442 2008-09-29  Bruno Haible  <bruno@clisp.org>
19443
19444         Propagate effects of putenv/setenv/unsetenv to child processes.
19445         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
19446         * lib/pipe.c (create_pipe): Likewise.
19447
19448 2008-09-29  Bruno Haible  <bruno@clisp.org>
19449
19450         Enable use of shell scripts as executables in mingw.
19451         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
19452         run the program as a shell script.
19453         * lib/pipe.c (create_pipe): Likewise.
19454         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
19455         resulting array.
19456
19457 2008-09-29  Eric Blake  <ebb9@byu.net>
19458
19459         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
19460
19461 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
19462
19463         * doc/posix-functions/accept.texi: Update mingw problems.
19464         * doc/posix-functions/bind.texi: Update mingw problems.
19465         * doc/posix-functions/close.texi: Update mingw problems.
19466         * doc/posix-functions/connect.texi: Update mingw problems.
19467         * doc/posix-functions/getpeername.texi: Update mingw problems.
19468         * doc/posix-functions/getsockname.texi: Update mingw problems.
19469         * doc/posix-functions/getsockopt.texi: Update mingw problems.
19470         * doc/posix-functions/ioctl.texi: Update mingw problems.
19471         * doc/posix-functions/listen.texi: Update mingw problems.
19472         * doc/posix-functions/recv.texi: Update mingw problems.
19473         * doc/posix-functions/recvfrom.texi: Update mingw problems.
19474         * doc/posix-functions/select.texi: Update mingw problems.
19475         * doc/posix-functions/send.texi: Update mingw problems.
19476         * doc/posix-functions/sendto.texi: Update mingw problems.
19477         * doc/posix-functions/setsockopt.texi: Update mingw problems.
19478         * doc/posix-functions/socket.texi: Update mingw problems.
19479
19480 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
19481             Bruno Haible  <bruno@clisp.org>
19482
19483         * lib/sys_select.in.h: Include sys/time.h.
19484         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
19485         * modules/sys_select: Depend on sys_time.
19486         * tests/test-sys_select.c: Test that sys/select.h defines struct
19487         timeval fully.
19488
19489 2008-09-29  Bruno Haible  <bruno@clisp.org>
19490
19491         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
19492         * lib/sys_select.in.h: Likewise.
19493
19494 2008-09-29  Bruno Haible  <bruno@clisp.org>
19495
19496         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
19497
19498 2008-09-29  Bruno Haible  <bruno@clisp.org>
19499
19500         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
19501         Set LIBSOCKET instead of augmenting LIBS.
19502         * modules/sockets (Link): New section.
19503         * modules/sockets-tests (test_sockets_LDADD): New variable.
19504         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
19505         * modules/poll-tests (test_poll_LDADD): New variable.
19506         * NEWS: Document the change.
19507
19508 2008-09-29  Bruno Haible  <bruno@clisp.org>
19509
19510         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
19511         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
19512         ARPA_INET_H directly.
19513         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
19514
19515 2008-09-28  Bruno Haible  <bruno@clisp.org>
19516
19517         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
19518         from gl_HEADER_SYS_SOCKET.
19519         (gl_HEADER_SYS_SOCKET): Invoke it.
19520         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
19521
19522 2008-09-28  Bruno Haible  <bruno@clisp.org>
19523
19524         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
19525         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
19526         Needed on OSF/1 4.0.
19527
19528 2008-09-28  Bruno Haible  <bruno@clisp.org>
19529
19530         Override open more carefully.
19531         * lib/open.c (orig_open): New function.
19532         (rpl_open): Use orig_open instead of open.
19533         * lib/fcntl.in.h: Add special invocation convention.
19534         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
19535         (gl_FUNC_OPEN): Invoke it.
19536
19537         Override freopen more carefully.
19538         * lib/freopen.c (orig_freopen): New function.
19539         (rpl_freopen): Use orig_freopen instead of freopen.
19540         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
19541         (gl_FUNC_FREOPEN): Invoke it.
19542
19543         Override fopen more carefully.
19544         * lib/fopen.c (orig_fopen): New function.
19545         (rpl_fopen): Use orig_fopen instead of fopen.
19546         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
19547         (gl_FUNC_FOPEN): Invoke it.
19548         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
19549
19550 2008-09-28  Bruno Haible  <bruno@clisp.org>
19551
19552         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
19553         SIGPIPE.
19554
19555 2008-09-28  Bruno Haible  <bruno@clisp.org>
19556
19557         * tests/test-sigaction.c (handler, main): Disable the check whether
19558         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
19559         glibc systems with LinuxThreads.
19560
19561 2008-09-28  Bruno Haible  <bruno@clisp.org>
19562
19563         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
19564
19565         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
19566         with AIX xlc.
19567         * lib/fcntl.in.h (open): Likewise.
19568         Reported by Rainer Tammer <tammer@tammer.net>.
19569
19570 2008-09-28  Bruno Haible  <bruno@clisp.org>
19571
19572         * modules/posix_spawnp-tests: New file.
19573         * tests/test-posix_spawn.c: New file.
19574         * tests/test-posix_spawn.in.sh: New file.
19575
19576         New module 'posix_spawnp'.
19577         * modules/posix_spawnp: New file.
19578         * lib/spawnp.c: New file, from GNU libc with modifications.
19579         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
19580
19581         New module 'posix_spawn'.
19582         * modules/posix_spawn: New file.
19583         * lib/spawn.c: New file, from GNU libc with modifications.
19584         * doc/posix-functions/posix_spawn.texi: Mention the new module.
19585
19586         New module 'posix_spawnattr_destroy'.
19587         * modules/posix_spawnattr_destroy: New file.
19588         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
19589         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
19590         module.
19591
19592         New module 'posix_spawnattr_setsigmask'.
19593         * modules/posix_spawnattr_setsigmask: New file.
19594         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
19595         modifications.
19596         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
19597         new module.
19598
19599         New module 'posix_spawnattr_getsigmask'.
19600         * modules/posix_spawnattr_getsigmask: New file.
19601         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
19602         modifications.
19603         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
19604         new module.
19605
19606         New module 'posix_spawnattr_setsigdefault'.
19607         * modules/posix_spawnattr_setsigdefault: New file.
19608         * lib/spawnattr_setdefault.c: New file, from GNU libc with
19609         modifications.
19610         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
19611         new module.
19612
19613         New module 'posix_spawnattr_getsigdefault'.
19614         * modules/posix_spawnattr_getsigdefault: New file.
19615         * lib/spawnattr_getdefault.c: New file, from GNU libc with
19616         modifications.
19617         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
19618         new module.
19619
19620         New module 'posix_spawnattr_setschedpolicy'.
19621         * modules/posix_spawnattr_setschedpolicy: New file.
19622         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
19623         modifications.
19624         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
19625         new module.
19626
19627         New module 'posix_spawnattr_getschedpolicy'.
19628         * modules/posix_spawnattr_getschedpolicy: New file.
19629         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
19630         modifications.
19631         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
19632         new module.
19633
19634         New module 'posix_spawnattr_setschedparam'.
19635         * modules/posix_spawnattr_setschedparam: New file.
19636         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
19637         modifications.
19638         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
19639         new module.
19640
19641         New module 'posix_spawnattr_getschedparam'.
19642         * modules/posix_spawnattr_getschedparam: New file.
19643         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
19644         modifications.
19645         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
19646         new module.
19647
19648         New module 'posix_spawnattr_setpgroup'.
19649         * modules/posix_spawnattr_setpgroup: New file.
19650         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
19651         modifications.
19652         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
19653         module.
19654
19655         New module 'posix_spawnattr_getpgroup'.
19656         * modules/posix_spawnattr_getpgroup: New file.
19657         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
19658         modifications.
19659         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
19660         module.
19661
19662         New module 'posix_spawnattr_setflags'.
19663         * modules/posix_spawnattr_setflags: New file.
19664         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
19665         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
19666         module.
19667
19668         New module 'posix_spawnattr_getflags'.
19669         * modules/posix_spawnattr_getflags: New file.
19670         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
19671         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
19672         module.
19673
19674         New module 'posix_spawnattr_init'.
19675         * modules/posix_spawnattr_init: New file.
19676         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
19677         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
19678         module.
19679
19680         New module 'posix_spawn_file_actions_destroy'.
19681         * modules/posix_spawn_file_actions_destroy: New file.
19682         * lib/spawn_faction_destroy.c: New file, from GNU libc with
19683         modifications.
19684         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
19685         the new module.
19686
19687         New module 'posix_spawn_file_actions_addopen'.
19688         * modules/posix_spawn_file_actions_addopen: New file.
19689         * lib/spawn_faction_addopen.c: New file, from GNU libc with
19690         modifications.
19691         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
19692         the new module.
19693
19694         New module 'posix_spawn_file_actions_adddup2'.
19695         * modules/posix_spawn_file_actions_adddup2: New file.
19696         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
19697         modifications.
19698         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
19699         the new module.
19700
19701         New module 'posix_spawn_file_actions_addclose'.
19702         * modules/posix_spawn_file_actions_addclose: New file.
19703         * lib/spawn_faction_addclose.c: New file, from GNU libc with
19704         modifications.
19705         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
19706         the new module.
19707
19708         New module 'posix_spawn_file_actions_init'.
19709         * modules/posix_spawn_file_actions_init: New file.
19710         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
19711         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
19712         new module.
19713
19714         New module 'posix_spawn-internal'.
19715         * modules/posix_spawn-internal: New file.
19716         * lib/spawn_int.h: New file, from GNU libc with modifications.
19717         * lib/spawni.c: New file, from GNU libc with modifications.
19718         * m4/posix_spawn.m4: New file.
19719
19720         New module 'spawn'.
19721         * modules/spawn: New file.
19722         * lib/spawn.in.h: New file, from GNU libc with modifications.
19723         * m4/spawn_h.m4: New file.
19724         * doc/posix-headers/spawn.texi: Mention the new module.
19725
19726 2008-09-28  Bruno Haible  <bruno@clisp.org>
19727
19728         * modules/sched-tests: New file.
19729         * tests/test-sched.c: New file.
19730
19731         New module 'sched'.
19732         * modules/sched: New file.
19733         * lib/sched.in.h: New file.
19734         * m4/sched_h.m4: New file.
19735         * doc/posix-headers/sched.texi: Mention the new module.
19736
19737 2008-09-27  Eric Blake  <ebb9@byu.net>
19738
19739         Fix previous patch, and tweak references to $0.
19740         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
19741         (func_version, func_gnulib_dir): Don't call this program
19742         gnulib-tool.
19743         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
19744         with using $0 in function.
19745         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
19746         (func_fatal_error): Reuse the name the user invoked us with.
19747
19748 2008-09-27  Bruno Haible  <bruno@clisp.org>
19749
19750         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
19751         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
19752         (gl_ICONV_H): Not here.
19753         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
19754         instead of assigning ICONV_H directly.
19755
19756         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
19757         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
19758         WCHAR_H directly.
19759
19760 2008-09-27  Bruno Haible  <bruno@clisp.org>
19761
19762         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
19763         * modules/arpa_inet (Depends-on): Add link-warning.
19764         (Makefile.am): Insert the definition of GL_LINK-WARNING.
19765         * modules/unistd (Makefile.am): Likewise.
19766
19767 2008-09-26  Bruno Haible  <bruno@clisp.org>
19768
19769         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
19770         variables.
19771         (func_version): Essentially copied from gnulib-tool.
19772         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
19773         func_readlink): Copied from gnulib-tool.
19774
19775 2008-09-26  Bruno Haible  <bruno@clisp.org>
19776
19777         * gnulib-tool (func_version): Change directory to $gnulib_dir before
19778         invoking git-version-gen.
19779
19780 2008-09-26  Bruno Haible  <bruno@clisp.org>
19781
19782         * posix-modules: Update to directory names changed on 2008-01-19.
19783         Remove commas in output before splitting into words. No more need to
19784         avoid 'ftruncate' since 2007-02-19.
19785
19786 2008-09-26  Bruno Haible  <bruno@clisp.org>
19787
19788         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
19789
19790 2008-09-26  Bruno Haible  <bruno@clisp.org>
19791
19792         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
19793         * modules/fwriteerror (Depends-on): Add errno.
19794
19795 2008-09-26  Bruno Haible  <bruno@clisp.org>
19796
19797         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
19798         * tests/test-vc-list-files-cvs.sh: Likewise.
19799
19800 2008-09-26  Bruno Haible  <bruno@clisp.org>
19801
19802         * doc/posix-headers/sys_resource.texi: Reorder items.
19803
19804 2008-09-26  Jim Meyering  <meyering@redhat.com>
19805
19806         fts: tweak inode comparison function
19807         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
19808         inode numbers, as documented.
19809
19810         fts: sort dirent entries on inode number before traversing
19811         This avoids a quadratic, seek-related performance penalty when
19812         operating on a directory containing many entries (measurable at 10k;
19813         3.5 hours at 2 million entries with a cold cache) on certain types
19814         of file systems, including ext3 and ext4, but not tmpfs.
19815         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
19816         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
19817         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
19818         (fs_handles_readdir_ordered_dirents_efficiently): New function.
19819         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
19820         (fts_build): Set the stat.st_ino member from D_INO.
19821         If it is likely to be useful, sort dirent entries on inode number.
19822
19823         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
19824         and the struct statfs.f_type member.
19825         * modules/fts (Depends-on): Add d-ino.
19826
19827 2008-09-26  Bruno Haible  <bruno@clisp.org>
19828
19829         * modules/sigpipe-die (Depends-on): Add sigpipe.
19830
19831         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
19832         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
19833         and GNULIB_STDIO_H_SIGPIPE are set.
19834         * lib/stdio-write.c: New file.
19835         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
19836         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19837         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19838         REPLACE_STDIO_WRITE_FUNCS.
19839         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
19840         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19841         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19842         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
19843         * modules/stdio (Files): Add lib/stdio-write.c.
19844         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
19845         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19846         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19847         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
19848         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
19849         REPLACE_FPRINTF_POSIX.
19850         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
19851         REPLACE_PRINTF_POSIX.
19852         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
19853         REPLACE_VFPRINTF_POSIX.
19854         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
19855         REPLACE_VPRINTF_POSIX.
19856         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
19857         SIGPIPE issue.
19858         * doc/posix-functions/fputc.texi: Likewise.
19859         * doc/posix-functions/fputs.texi: Likewise.
19860         * doc/posix-functions/fwrite.texi: Likewise.
19861         * doc/posix-functions/printf.texi: Likewise.
19862         * doc/posix-functions/putc.texi: Likewise.
19863         * doc/posix-functions/putchar.texi: Likewise.
19864         * doc/posix-functions/puts.texi: Likewise.
19865         * doc/posix-functions/vfprintf.texi: Likewise.
19866         * doc/posix-functions/vprintf.texi: Likewise.
19867
19868         * modules/safe-write (Depends-on): Add write.
19869
19870         * modules/sigpipe-tests: New file.
19871         * tests/test-sigpipe.c: New file.
19872         * tests/test-sigpipe.sh: New file.
19873
19874         * modules/write: New file.
19875         * lib/unistd.in.h: Include <sys/types.h>.
19876         (write): New declaration.
19877         * lib/write.c: New file.
19878         * m4/write.m4: New file.
19879         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19880         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
19881         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
19882         GNULIB_WRITE, REPLACE_WRITE.
19883         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
19884         and the SIGPIPE issue.
19885
19886         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
19887         (raise): New declaration.
19888         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
19889         (ext_signal): New function.
19890         (rpl_raise): New function.
19891         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
19892         GNULIB_SIGNAL_H_SIGPIPE.
19893         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
19894         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
19895
19896         * modules/sigpipe: New file.
19897         * m4/sigpipe.m4: New file.
19898
19899 2008-09-25  Derek Price  <derek@ximbiot.com>
19900             Bruno Haible  <bruno@clisp.org>
19901
19902         * gnulib-tool (func_import): Report all license incompatibilities, not
19903         just the first one.
19904
19905 2008-09-25  Bruno Haible  <bruno@clisp.org>
19906
19907         * gnulib-tool (func_import): When computing the edits, consider not
19908         only the Makefile.ams that exist but also those that will be generated.
19909
19910 2008-09-25  Simon Josefsson  <simon@josefsson.org>
19911
19912         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
19913         fixes gnulib-tool --test warning about duplicate dependency.
19914
19915 2008-09-25  Bruno Haible  <bruno@clisp.org>
19916
19917         * gnulib-tool: Don't ask the user to perform edits in the generated
19918         Makefile.ams.
19919         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
19920         apply to the Makefile.am being generated.
19921         (func_emit_tests_Makefile_am): Execute edits that apply to the
19922         Makefile.am being generated.
19923         (func_import): Setup list of Makefile.am edits before emitting the
19924         Makefile.ams, not at the end.
19925         (func_create_testdir): Update.
19926         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19927
19928 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19929
19930         * gnulib-tool (func_import): Store the --tests-base option in the
19931         comment in gnulib-cache.m4.
19932
19933 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
19934
19935         * NEWS: Document increased portability that sys_select now provides.
19936
19937         * lib/sys_select.in.h: Install select wrapper.
19938         * lib/sys_socket.in.h: Use more descriptive name when there is no
19939         select wrapper.
19940         * lib/winsock-select.c: New.
19941         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
19942         Require gl_HEADER_SYS_SOCKET.
19943         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
19944         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
19945         * tests/test-sys_select.c: Add functional tests.
19946
19947 2008-09-24  Eric Blake  <ebb9@byu.net>
19948
19949         open, fopen: close fd leak in last patch
19950         * lib/open.c (rpl_open): Close fd before returning error.
19951         * lib/fopen.c (rpl_fopen): Close fd before returning error.
19952         * doc/posix-functions/open.texi (open): Document that Irix also
19953         has the bug.
19954         * doc/posix-functions/fopen.texi (fopen): Likewise.
19955         Reported by Paolo Bonzini.
19956
19957 2008-09-24  Bruno Haible  <bruno@clisp.org>
19958
19959         Ensure that a filename ending in a slash cannot be used to access a
19960         non-directory.
19961         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
19962         to check whether it's really a directory.
19963         * lib/fopen.c: Include fcntl.h, unistd.h.
19964         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
19965         and fdopen().
19966         * modules/fopen (Depends-on): Add unistd.
19967         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
19968         * tests/test-fopen.c (main): Likewise.
19969         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
19970         * doc/posix-functions/fopen.texi: Likewise.
19971         Reported by Eric Blake.
19972
19973 2008-09-23  Eric Blake  <ebb9@byu.net>
19974
19975         c-stack: avoid compiler optimizations when provoking overflow
19976         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
19977         recursion harder to optimize, to ensure a stack overflow occurs.
19978         * tests/test-c-stack.c (recurse): Likewise.
19979         Borrowed from libsigsegv.
19980
19981         c-stack: work around Irix sigaltstack bug
19982         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
19983         whether sigaltstack uses wrong end of stack_t (copied in part from
19984         libsigsegv).
19985         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
19986         Irix bug, without requiring an over-allocation.
19987         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
19988         bug.
19989
19990         fopen: document mingw bug on directories
19991         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
19992         not allowing a stream visiting a directory, even though reading
19993         from such a stream is not portable.
19994
19995 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
19996
19997         * lib/poll.c: Rewrite.
19998         * modules/poll: Depend on alloca.
19999
20000 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20001
20002         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
20003         instead define prototypes for a full set of wrappers.  Ensure
20004         that Cygwin does not use the compatibility code, which is only
20005         for MinGW.
20006         * lib/winsock.c: New.
20007         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
20008         * modules/sys_socket: Add lib/winsock.c.
20009
20010         * modules/poll-tests: Add errno and perror.
20011         * tests/test-poll.c: Use ioctl, not ioctlsocket.
20012
20013 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20014
20015         * tests/test-poll.c: Downgrade minimum needed Winsock version.
20016
20017 2008-09-23  Bruno Haible  <bruno@clisp.org>
20018
20019         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
20020         * doc/glibc-functions/*: Likewise.
20021
20022 2008-09-23  Simon Josefsson  <simon@josefsson.org>
20023
20024         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
20025         success.
20026
20027 2008-09-22  Eric Blake  <ebb9@byu.net>
20028             Bruno Haible  <bruno@clisp.org>
20029
20030         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
20031         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
20032         supply %A but mishandle pseudo-NaN.
20033         Reported by Simon Josefsson.
20034
20035 2008-09-21  Bruno Haible  <bruno@clisp.org>
20036
20037         * tests/test-lock.c (main): Tweak skip message.
20038         * tests/test-tls.c (main): Likewise.
20039
20040 2008-09-21  Bruno Haible  <bruno@clisp.org>
20041
20042         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
20043         whether 'struct sigaction' has sa_sigaction here...
20044         (gl_PREREQ_SIG_HANDLER_H): ... not here.
20045         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
20046
20047 2008-09-21  Bruno Haible  <bruno@clisp.org>
20048
20049         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
20050         section.
20051         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
20052         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
20053         the new section.
20054         (Support for obsolete systems lacking POSIX:2001): New section.
20055         (String handling <string.h>): Move strdup to the new section.
20056         Suggested by Simon Josefsson and Paolo Bonzini.
20057
20058 2008-09-21  Bruno Haible  <bruno@clisp.org>
20059
20060         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
20061         exponents in %e and %g results on 'long double'. Needed for mingw's
20062         improved *printf functions.
20063         * tests/test-vasprintf-posix.c (test_function): Likewise.
20064         * tests/test-snprintf-posix.h (test_function): Likewise.
20065         * tests/test-sprintf-posix.h (test_function): Likewise.
20066         Reported by Eric Blake.
20067
20068 2008-09-21  Bruno Haible  <bruno@clisp.org>
20069
20070         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
20071         * tests/test-sprintf-posix.h (test_function): Likewise.
20072
20073 2008-09-21  Bruno Haible  <bruno@clisp.org>
20074
20075         * modules/getpass (Depends-on): Add strdup-posix.
20076
20077         New module 'strdup-posix'.
20078         * modules/strdup-posix: New file.
20079         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
20080         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
20081         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20082         REPLACE_STRDUP.
20083         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
20084         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
20085         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20086         strdup-posix.
20087
20088         * modules/strdup (Depends-on): Remove malloc-posix.
20089
20090 2008-09-20  Bruno Haible  <bruno@clisp.org>
20091
20092         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
20093         Wildenhues.
20094
20095 2008-09-20  Bruno Haible  <bruno@clisp.org>
20096
20097         Ensure that wint_t gets defined on IRIX 5.3.
20098         * lib/wchar.in.h (wint_t): Define if not defined by the system.
20099         * lib/wctype.in.h (wint_t): Likewise.
20100         (__wctype_wint_t): Remove type.
20101         (isw*): Use wint_t instead of __wctype_wint_t.
20102         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
20103         * modules/wchar (Files): Add m4/wint_t.m4.
20104         (Makefile.am): Substitute HAVE_WINT_T.
20105         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
20106         * tests/test-wctype.c: Check that wint_t is defined.
20107         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
20108         * doc/posix-headers/wctype.texi: Likewise.
20109         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
20110
20111 2008-09-18  Bruno Haible  <bruno@clisp.org>
20112
20113         * gnulib-tool (func_exit): Update comment.
20114
20115 2008-09-18  Simon Josefsson  <simon@josefsson.org>
20116
20117         * modules/getaddrinfo (Depends-on): Remove strdup, this module
20118         assumes strdup exists and does not depend on strdup to return
20119         ENOMEM on out of memory conditions.
20120
20121 2008-09-18  Bruno Haible  <bruno@clisp.org>
20122
20123         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
20124         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
20125         digits for the exponent.
20126
20127 2008-09-18  Jim Meyering  <meyering@redhat.com>
20128             Bruno Haible  <bruno@clisp.org>
20129
20130         * lib/vasnprintf.c (decimal_point_char): Define also if
20131         NEED_PRINTF_INFINITE_LONG_DOUBLE.
20132
20133 2008-09-16  Bruno Haible  <bruno@clisp.org>
20134         and Eric Blake  <ebb9@byu.net>
20135
20136         vasnprintf: support Irix 5.3
20137         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
20138         that mishandle long double infinity.
20139         Reported by Tom G. Christensen.
20140
20141 2008-09-16  Bruno Haible  <bruno@clisp.org>
20142
20143         * doc/glibc-functions/scandir.texi: Mention the function is missing on
20144         Solaris 9.
20145         * doc/glibc-functions/alphasort.texi: Likewise.
20146         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
20147
20148 2008-09-16  Jim Meyering  <meyering@redhat.com>
20149
20150         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
20151         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
20152         a umask modification leak out of a subshell.  Otherwise, the
20153         opensolaris /bin/sh would be accepted and thus cause unwarranted
20154         failures in the coreutils test suite.
20155
20156 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
20157
20158         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
20159         to succeed.
20160
20161 2008-09-16  Jim Meyering  <meyering@redhat.com>
20162
20163         avoid spurious test failure when library is built without ACL support
20164         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
20165         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
20166         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
20167         * tests/test-copy-acl.sh: Likewise.
20168
20169 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20170
20171         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
20172         based on character occurrence counts.
20173
20174 2008-09-15  Eric Blake  <ebb9@byu.net>
20175
20176         tests: avoid some compiler warnings
20177         * tests/test-memchr.c (main): Pass NULL indirectly.
20178         * tests/test-closein.c (main): Avoid unused variable.
20179
20180 2008-09-15  Bruno Haible  <bruno@clisp.org>
20181
20182         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
20183         are missing on OpenBSD 4.0 individually.
20184         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20185
20186 2008-09-15  Bruno Haible  <bruno@clisp.org>
20187
20188         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
20189         * doc/posix-functions/strerror.texi: Mention also Cygwin.
20190         * doc/posix-functions/perror.texi: Likewise.
20191         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
20192         is missing.
20193         Reported by Eric Blake.
20194
20195         * lib/errno.in.h: Use replacement values >= 2000.
20196         Reported by Eric Blake.
20197
20198 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20199
20200         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
20201         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
20202         limit.
20203         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
20204         compareseq was aborted.
20205
20206 2008-09-14  Bruno Haible  <bruno@clisp.org>
20207
20208         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
20209         yvec_edit_count.
20210         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
20211         (fstrcmp_bounded): Simplify result computation accordingly.
20212
20213 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20214
20215         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
20216         (fstrcmp): Define in terms of fstrcmp_bounded.
20217         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
20218         lower_bound argument.
20219         Return quickly if the result is certainly < lower_bound.
20220         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
20221
20222 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20223
20224         * lib/diffseq.h (EARLY_ABORT): New macro.
20225         (compareseq): Change return type to bool. Return true when EARLY_ABORT
20226         evaluates to true.
20227
20228 2008-09-14  Bruno Haible  <bruno@clisp.org>
20229
20230         * modules/perror-tests: New file.
20231         * tests/test-perror.sh: New file.
20232         * tests/test-perror.c: New file.
20233
20234         New module 'perror'.
20235         * lib/stdio.in.h (perror): New declaration.
20236         * lib/perror.c: New file.
20237         * m4/perror.m4: New file.
20238         * modules/perror: New file.
20239         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
20240         * doc/posix-functions/perror.texi: Mention the perror module.
20241         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
20242         REPLACE_PERROR.
20243         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
20244         REPLACE_PERROR.
20245
20246 2008-09-14  Bruno Haible  <bruno@clisp.org>
20247
20248         * modules/stdio (Makefile.am): Reorder to match the order in
20249         lib/stdio.in.h.
20250         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20251
20252 2008-09-13  Bruno Haible  <bruno@clisp.org>
20253
20254         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
20255
20256 2008-09-13  Bruno Haible  <bruno@clisp.org>
20257
20258         Extend strerror to cover the added errno values.
20259         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
20260         (rpl_strerror): Provide error messages for the added errno values and
20261         for the WSA* values.
20262         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
20263         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
20264         strerror.
20265         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
20266         * modules/strerror (Depends-on): Add errno.
20267         * doc/posix-functions/strerror.texi: Document the change.
20268         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
20269         and EOVERFLOW.
20270
20271 2008-09-13  Bruno Haible  <bruno@clisp.org>
20272
20273         * modules/EOVERFLOW: Remove file.
20274         * m4/eoverflow.m4: Remove file.
20275         * modules/EOVERFLOW-tests: Remove file.
20276         * tests/test-EOVERFLOW.c: Remove file.
20277         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
20278         * modules/ftell (Depends-on): Likewise.
20279         * modules/getdelim (Depends-on): Likewise.
20280         * modules/getugroups (Depends-on): Likewise.
20281         * modules/poll (Depends-on): Likewise.
20282         * modules/snprintf (Depends-on): Likewise.
20283         * modules/sprintf-posix (Depends-on): Likewise.
20284         * modules/vasnprintf (Depends-on): Likewise.
20285         * modules/vasprintf (Depends-on): Likewise.
20286         * modules/vfprintf-posix (Depends-on): Likewise.
20287         * modules/vsnprintf (Depends-on): Likewise.
20288         * modules/vsprintf-posix (Depends-on): Likewise.
20289         * modules/xvasprintf (Depends-on): Likewise.
20290         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20291         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
20292         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
20293         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
20294         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20295         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
20296         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
20297         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
20298         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20299         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
20300         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
20301         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
20302         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20303         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
20304         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
20305         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
20306         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20307         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
20308         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
20309         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
20310         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20311         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
20312         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
20313         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
20314         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
20315         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20316         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
20317         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
20318         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
20319         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
20320         * MODULES.html.sh: Remove EOVERFLOW.
20321         * NEWS: Mention the change.
20322
20323 2008-09-13  Bruno Haible  <bruno@clisp.org>
20324
20325         * modules/errno-tests: New file.
20326         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
20327
20328         * lib/errno.in.h: New file.
20329         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
20330         * modules/errno: New file.
20331         * doc/posix-headers/errno.texi: Update documentation.
20332         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
20333
20334 2008-09-13  Bruno Haible  <bruno@clisp.org>
20335
20336         * tests/test-poll.c: Use #if for native Windows, rather than testing
20337         __MSVCRT__.
20338
20339 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20340             Bruno Haible  <bruno@clisp.org>
20341
20342         * lib/glob.c: Don't include <pwd.h> on native Windows.
20343         (WINDOWS32): New macro.
20344         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
20345
20346 2008-09-13  Bruno Haible  <bruno@clisp.org>
20347
20348         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
20349         (ETIMEDOUT): Remove macro.
20350         (glthread_cond_timedwait_multithreaded): New declaration.
20351         (glthread_cond_timedwait): Use it.
20352         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
20353         (glthread_cond_timedwait_multithreaded): New function.
20354
20355 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20356
20357         * modules/poll-tests: Do not check for io.h.
20358         * tests/test-poll.c: Check for __MSVCRT__ instead.
20359
20360 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20361
20362         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
20363         * modules/poll-tests: Add inet_pton, stdbool, sockets.
20364         * tests/test-poll.c: Use them.  Use _pipe on Windows.
20365
20366 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20367
20368         * modules/poll-tests: New.
20369         * tests/test-poll.c: New.
20370
20371 2008-09-12  Eric Blake  <ebb9@byu.net>
20372
20373         frexp: test for NetBSD failure on -0.0
20374         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
20375         not all, bugs from NetBSD 3.0 have been fixed.
20376         * doc/posix-functions/frexp.texi (frexp): Document bug.
20377         Reported by Thomas Klausner.
20378
20379         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
20380         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
20381         literal -0.0.
20382         Reported by Jonathan C. Patschke <jp@centtech.com>.
20383
20384 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20385
20386         * lib/glthread/cond.h: Use dummy implementation also if
20387         USE_WIN32_THREADS.
20388
20389 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20390
20391         * modules/fnmatch-posix (License): Change to LGPLv2+.
20392         * modules/fnmatch-gnu (License): Likewise.
20393
20394 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20395
20396         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
20397
20398 2008-09-11  Jim Meyering  <meyering@redhat.com>
20399
20400         * users.txt: Add gtk-vnc.
20401
20402 2008-09-08  Simon Josefsson  <simon@josefsson.org>
20403
20404         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
20405         rotate amounts.
20406
20407         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
20408         required for 16-bit and 8-bit rotates.
20409         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
20410         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
20411         UINT8_MAX instead of hard-coded constants.
20412         Suggested by Paul Eggert.
20413
20414 2008-09-07  Bruno Haible  <bruno@clisp.org>
20415
20416         * tests/test-striconveh.c (main): Check behaviour when converting from
20417         UTF-7.
20418
20419         Make striconveh work better with stateful encodings.
20420         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
20421         that iconv does not increment the inptr when returning -1/EINVAL.
20422
20423 2008-09-07  Bruno Haible  <bruno@clisp.org>
20424
20425         * build-aux/config.rpath: Update according to libtool-2.2.6.
20426         * build-aux/config.libpath: Likewise.
20427
20428 2008-09-06  Bruno Haible  <bruno@clisp.org>
20429
20430         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
20431         * lib/freadptr.c (freadptr): Likewise.
20432         * lib/freadseek.c (freadptrinc): Likewise.
20433         Reported by Simon Josefsson.
20434
20435 2008-09-06  Bruno Haible  <bruno@clisp.org>
20436
20437         * modules/freadptr (License): Change to LGPLv2+.
20438         * modules/freadseek (License): Likewise.
20439         Suggested by Eric Blake.
20440
20441         * modules/memchr2 (License): Change to LGPLv2+.
20442         Approved by Eric Blake.
20443
20444 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20445             Bruno Haible  <bruno@clisp.org>
20446
20447         Make gnulib-tool work with native 'sed' on AIX.
20448         * gnulib-tool (sed_noop): New variable.
20449         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
20450         func_add_or_update, func_create_testdir): Use it to initialize sed
20451         script variables.
20452         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20453
20454 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
20455             Bruno Haible  <bruno@clisp.org>
20456
20457         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
20458         also works after #include directives.
20459
20460 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
20461
20462         getdate.y: reject an out-of-range timezone value
20463         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
20464         the range [-24...+24].  When specified with only one or two digits,
20465         * tests/test-getdate.c: Tests for the fix.
20466         * doc/getdate.texi: Document this change.
20467
20468 2008-09-03  Bruno Haible  <bruno@clisp.org>
20469
20470         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
20471
20472 2008-09-02  Simon Josefsson  <simon@josefsson.org>
20473
20474         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
20475         <bruce.korb@gmail.com> with ideas from Ben Pfaff
20476         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
20477         Blake <ebb9@byu.net>.
20478
20479         * tests/test-bitrotate.c: Add more test vectors.
20480
20481 2008-09-02  Eric Blake  <ebb9@byu.net>
20482
20483         vasnprintf-posix: handle large precision via %.*d
20484         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
20485         when handling it ourselves.
20486         * tests/test-vasnprintf-posix.c (test_function): Add test.
20487         * tests/test-snprintf-posix.h (test_function): Likewise.
20488         * tests/test-sprintf-posix.h (test_function): Likewise.
20489         * tests/test-vasprintf-posix.c (test_function): Likewise.
20490         Reported by Alain Guibert.
20491
20492 2008-09-01  Eric Blake  <ebb9@byu.net>
20493
20494         c-stack: make configure-time check more robust
20495         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
20496         successful sigaction call.
20497         Reported by Tom G. Christensen.
20498
20499 2008-09-01  Bruno Haible  <bruno@clisp.org>
20500
20501         New module 'findprog-lgpl'.
20502         * modules/findprog-lgpl: New file.
20503         * lib/findprog-lgpl.c: New file.
20504         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
20505         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
20506         to decide whether to use strdup or xstrdup, concatenated_filename or
20507         xconcatenated_filename.
20508
20509 2008-09-01  Bruno Haible  <bruno@clisp.org>
20510
20511         Split module 'concat-filename' into 'concat-filename' (LGPL) and
20512         'xconcat-filename' (GPL).
20513         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
20514         (License): Change to LGPLv2+.
20515         * modules/xconcat-filename: New file.
20516         * lib/concat-filename.h (concatenated_filename): Change specification.
20517         (xconcatenated_filename): New declaration.
20518         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
20519         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
20520         memory situations.
20521         * lib/xconcat-filename.c: New file.
20522         * NEWS: Mention the change.
20523         * lib/findprog.c: Include concat-filename.h, not filename.h.
20524         (find_in_path): Use xconcatenated_filename instead of
20525         concatenated_filename.
20526         * lib/javacomp.c: Include concat-filename.h, not filename.h.
20527         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
20528         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
20529         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
20530         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
20531         instead of concatenated_filename.
20532         * lib/javaexec.c: Include concat-filename.h, not filename.h.
20533         (execute_java_class): Use xconcatenated_filename instead of
20534         concatenated_filename.
20535         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
20536         * modules/javacomp (Depends-on): Likewise.
20537         * modules/javaexec (Depends-on): Likewise.
20538
20539 2008-09-01  Bruno Haible  <bruno@clisp.org>
20540
20541         Split module 'filename' into 'filename' and 'concat-filename'.
20542         * modules/filename: Keep only lib/filename.h.
20543         (License): Change to LGPLv2+.
20544         * modules/concat-filename: New file, extracted from modules/filename.
20545         * lib/filename.h (concatenated_filename): Remove declaration.
20546         * lib/concat-filename.h: New file, extracted from lib/filename.h.
20547         * lib/concat-filename.c: Include concat-filename.h.
20548         * NEWS: Mention the change.
20549
20550 2008-09-01  Simon Josefsson  <simon@josefsson.org>
20551
20552         * lib/bitrotate.h (rotl8, rotr8): Add.
20553
20554         * modules/bitrotate (configure.ac): Need
20555         AC_REQUIRE([AC_C_INLINE]).
20556         (Description): Mention stdint.h.  Reported by Bruno Haible
20557         <bruno@clisp.org>.
20558
20559         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
20560         Paolo Bonzini <bonzini@gnu.org>.
20561
20562 2008-08-31  Bruno Haible  <bruno@clisp.org>
20563
20564         Assume Solaris specific bi-arch conventions on Solaris systems.
20565         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
20566         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
20567         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
20568         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
20569         like acl_libdirstem.
20570         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
20571         acl_libdirstem.
20572         * NEWS: Mention the change.
20573         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
20574
20575 2008-08-31  Jim Meyering  <meyering@redhat.com>
20576
20577         * lib/strftime.h: Add comments describing the two added arguments.
20578
20579         remove duplicate #include directives
20580         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
20581         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
20582
20583 2008-08-31  Bruno Haible  <bruno@clisp.org>
20584
20585         New module 'sigpipe-die'.
20586         * modules/sigpipe-die: New file.
20587         * lib/sigpipe-die.h: New file.
20588         * lib/sigpipe-die.c: New file.
20589         * MODULES.html.sh (Signal handling): Add sigpipe-die.
20590
20591 2008-08-31  Bruno Haible  <bruno@clisp.org>
20592
20593         Don't override previously installed signal handlers.
20594         * lib/fatal-signal.c (saved_sigactions): New variable.
20595         (uninstall_handlers): Reset the signal to the saved handler, not
20596         to SIG_DFL (except when ignored).
20597         (install_handlers): Save the previous handlers.
20598
20599 2008-08-30  Bruno Haible  <bruno@clisp.org>
20600
20601         * gnulib-tool (func_reset_sigpipe): New function.
20602         (func_get_automake_snippet, func_modules_transitive_closure,
20603         func_import): Invoke it before a join command that reads from stdin,
20604         to avoid "echo: write error: Broken pipe" error messages on stderr.
20605         Reported by Sam Steingold <sds@gnu.org>.
20606
20607 2008-08-30  Bruno Haible  <bruno@clisp.org>
20608
20609         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
20610         Code copied from m4/open.m4.
20611         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
20612         access and the filename ends in a slash. Code copied from lib/open.c.
20613         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
20614         * tests/test-fopen.c (main): Check against bug with trailing slash.
20615
20616 2008-08-29  Bruno Haible  <bruno@clisp.org>
20617
20618         Avoid some "gcc -pedantic" warnings.
20619         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
20620         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
20621         * lib/dirent.in.h: Likewise.
20622         * lib/fcntl.in.h: Likewise.
20623         * lib/float.in.h: Likewise.
20624         * lib/iconv.in.h: Likewise.
20625         * lib/inttypes.in.h: Likewise.
20626         * lib/locale.in.h: Likewise.
20627         * lib/math.in.h: Likewise.
20628         * lib/netinet_in.in.h: Likewise.
20629         * lib/search.in.h: Likewise.
20630         * lib/signal.in.h: Likewise.
20631         * lib/stdarg.in.h: Likewise.
20632         * lib/stdint.in.h: Likewise.
20633         * lib/stdio.in.h: Likewise.
20634         * lib/stdlib.in.h: Likewise.
20635         * lib/string.in.h: Likewise.
20636         * lib/strings.in.h: Likewise.
20637         * lib/sys_select.in.h: Likewise.
20638         * lib/sys_socket.in.h: Likewise.
20639         * lib/sys_stat.in.h: Likewise.
20640         * lib/sys_time.in.h: Likewise.
20641         * lib/sysexits.in.h: Likewise.
20642         * lib/time.in.h: Likewise.
20643         * lib/unistd.in.h: Likewise.
20644         * lib/wchar.in.h: Likewise.
20645         * lib/wctype.in.h: Likewise.
20646         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
20647         * modules/fchdir (Makefile.am): Likewise.
20648         * modules/fcntl (Makefile.am): Likewise.
20649         * modules/float (Makefile.am): Likewise.
20650         * modules/iconv_open (Makefile.am): Likewise.
20651         * modules/inttypes (Makefile.am): Likewise.
20652         * modules/locale (Makefile.am): Likewise.
20653         * modules/math (Makefile.am): Likewise.
20654         * modules/netinet_in (Makefile.am): Likewise.
20655         * modules/search (Makefile.am): Likewise.
20656         * modules/signal (Makefile.am): Likewise.
20657         * modules/stdarg (Makefile.am): Likewise.
20658         * modules/stdint (Makefile.am): Likewise.
20659         * modules/stdio (Makefile.am): Likewise.
20660         * modules/stdlib (Makefile.am): Likewise.
20661         * modules/string (Makefile.am): Likewise.
20662         * modules/strings (Makefile.am): Likewise.
20663         * modules/sys_select (Makefile.am): Likewise.
20664         * modules/sys_socket (Makefile.am): Likewise.
20665         * modules/sys_stat (Makefile.am): Likewise.
20666         * modules/sys_time (Makefile.am): Likewise.
20667         * modules/sysexits (Makefile.am): Likewise.
20668         * modules/time (Makefile.am): Likewise.
20669         * modules/unistd (Makefile.am): Likewise.
20670         * modules/wchar (Makefile.am): Likewise.
20671         * modules/wctype (Makefile.am): Likewise.
20672         Reported by Reuben Thomas <rrt@sc3d.org>.
20673
20674 2008-08-29  Bruno Haible  <bruno@clisp.org>
20675
20676         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
20677         any more.
20678
20679 2008-08-29  Simon Josefsson  <simon@josefsson.org>
20680
20681         * MODULES.html.sh (Misc): Add bitrotate.
20682
20683         * modules/bitrotate: New file.
20684
20685         * lib/bitrotate.h: New file.
20686
20687         * modules/bitrotate-tests: New file.
20688
20689         * tests/test-bitrotate.c: New file.
20690
20691         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
20692         on the bitrotate module.
20693
20694         * lib/arctwo.c: Use new bitrotate module.
20695
20696 2008-08-29  Jim Meyering  <meyering@redhat.com>
20697
20698         bootstrap: merge changes from coreutils
20699         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
20700         of copied files.  Remove a kludge, now that this is fixed.
20701         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
20702         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
20703         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
20704
20705 2008-08-29  Bruno Haible  <bruno@clisp.org>
20706
20707         * MODULES.html.sh: Remove --cvs-urls option.
20708
20709 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
20710
20711         maint.mk: adjust to file name change
20712         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
20713
20714 2008-08-28  Jim Meyering  <meyering@redhat.com>
20715
20716         * modules/getndelim2 (License): Relicense to LGPLv2+.
20717         Approved by Richard Stallman for the version of 1995, and by
20718         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
20719
20720 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
20721
20722         * lib/getdelim.c (flockfile, funlockfile): Make all of them
20723         dummy if one is not available.  Do not touch them if
20724         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
20725         (getc_maybe_unlocked): New.
20726         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
20727
20728 2008-08-26  Eric Blake  <ebb9@byu.net>
20729
20730         doc/INSTALL: resync from autoconf
20731         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
20732         (INSTALL_PRELUDE): Delete; this is done more efficiently by
20733         moving...
20734         * install.texi [!autoconf]: ...here.  Resync from autoconf.
20735         * INSTALL: Regenerate.
20736         * INSTALL.ISO: New file.
20737         * INSTALL.UTF-8: Likewise.
20738
20739 2008-08-26  Jim Meyering  <meyering@redhat.com>
20740
20741         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
20742         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
20743         these definitions conditional, so that they may be overridden, too.
20744
20745 2008-08-26  Bruno Haible  <bruno@clisp.org>
20746
20747         Generate INSTALL file variants with prettier quotes.
20748         * doc/Makefile (INSTALL_PRELUDE): New macro.
20749         (INSTALL): Use it.
20750         (INSTALL.ISO, INSTALL.UTF-8): New rules.
20751
20752 2008-08-26  Bruno Haible  <bruno@clisp.org>
20753
20754         Run makeinfo in an English locale.
20755         * doc/Makefile (MAKEINFO): New variable.
20756
20757 2008-08-26  Bruno Haible  <bruno@clisp.org>
20758
20759         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
20760         Suggested by Eric Blake.
20761
20762 2008-08-25  Bruno Haible  <bruno@clisp.org>
20763
20764         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
20765
20766 2008-08-25  Eric Blake  <ebb9@byu.net>
20767
20768         c-stack: test that stack overflow can be caught
20769         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
20770         that platform allows handling stack overflow; at least OS/2 EMX
20771         has sigaltstack, but crashes before transferring control to
20772         handler on stack overflow.
20773         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
20774         check for HAVE_STACK_OVERFLOW_HANDLING.
20775         Reported by Elbert Pol.
20776
20777 2008-08-25  Bruno Haible  <bruno@clisp.org>
20778
20779         * doc/posix-functions/strftime.texi: Fix description of strftime
20780         module.
20781
20782 2008-08-24  Bruno Haible  <bruno@clisp.org>
20783
20784         * tests/uniwidth/test-uc_width2.c: New file.
20785         * tests/uniwidth/test-uc_width2.sh: New file.
20786         * modules/uniwidth/width-tests (Files): Add the new files.
20787         (TESTS): Add uniwidth/test-uc_width2.sh.
20788         (TESTS_ENVIRONMENT): New variable.
20789         (check_PROGRAMS): Add test-uc_width2.
20790         (test_uc_width2_SOURCES): New variable.
20791
20792         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
20793         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
20794         not 0x00AB.
20795         Reported by Alexander V. Lukyanov <lav@netis.ru>.
20796
20797 2008-08-22  Eric Blake  <ebb9@byu.net>
20798
20799         test-lock, test-tls: mention why a test is skipped
20800         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
20801         skipped.
20802         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
20803
20804         count-one-bits: relax license
20805         * modules/count-one-bits (License): Relicense to LGPLv2+.
20806         Suggested by Ludovic Courtès, approved by Ben Pfaff.
20807
20808 2008-08-22  Andreas Schwab  <schwab@suse.de>
20809
20810         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
20811         Remove spurious space in assignment.
20812
20813 2008-08-21  Simon Josefsson  <simon@josefsson.org>
20814
20815         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
20816         Paul Eggert <eggert@CS.UCLA.EDU>.
20817
20818 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
20819
20820         * modules/gettext: Add m4/threadlib.m4.
20821
20822 2008-08-19  Eric Blake  <ebb9@byu.net>
20823
20824         test-c-stack: fix compilation failure on FreeBSD 5.0
20825         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
20826         headers before <sys/resource.h>.
20827         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
20828         the bug.
20829         Reported by Nelson H. F. Beebe.
20830
20831         strverscmp: migrate from "strverscmp.h" to <string.h>
20832         * modules/string (Makefile.am): Add new hooks.
20833         * modules/strverscmp (Files): Remove strverscmp.h.
20834         (Depends-on): Add string.
20835         (configure.ac): Add indicator.
20836         (Include): Mention new header.
20837         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
20838         defaults.
20839         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
20840         results.
20841         * lib/strverscmp.h: Delete.
20842         * lib/string.in.h (strverscmp): Provide declaration, when needed.
20843         * tests/test-strverscmp.c (includes): Adjust client.
20844         * lib/check-version.c (includes): Likewise.
20845         * NEWS: Document the change.
20846
20847         strverscmp: add unit test
20848         * modules/strverscmp-tests: New file.
20849         * tests/test-strverscmp.c: Likewise.
20850
20851 2008-08-19  Simon Josefsson  <simon@josefsson.org>
20852
20853         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
20854         regarding Windows crypto stuff, from Mono.
20855
20856 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
20857
20858         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
20859         if present, for intel RND.  Return error on failures.
20860
20861 2008-08-18  Ben Pfaff  <blp@gnu.org>
20862
20863         gitlog-to-changelog: give better diagnostic for failed pipe-open
20864         * build-aux/gitlog-to-changelog: Improve error message: suggest
20865         that the version of Git may be too old.
20866
20867 2008-08-18  Simon Josefsson  <simon@josefsson.org>
20868
20869         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
20870         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
20871
20872 2008-08-18  Bruno Haible  <bruno@clisp.org>
20873
20874         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
20875         pthread_in_use().
20876
20877 2008-08-18  Bruno Haible  <bruno@clisp.org>
20878
20879         * lib/glthread/threadlib.c: Include <pthread.h>.
20880
20881 2008-08-18  Bruno Haible  <bruno@clisp.org>
20882
20883         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
20884         glthread_recursive_lock_* macros.
20885         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
20886         Fix syntax error.
20887
20888 2008-08-18  Bruno Haible  <bruno@clisp.org>
20889
20890         * lib/glthread/thread.c: Avoid forcing a context switch right after
20891         thread creation.
20892
20893 2008-08-17  Bruno Haible  <bruno@clisp.org>
20894
20895         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
20896         * lib/glthread/thread.h: Provide Win32 specific implementation.
20897         * modules/thread (Files): Add lib/glthread/thread.c.
20898         (Depends-on): Add lock.
20899         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
20900
20901 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20902
20903         New module 'yield'.
20904         * modules/yield: New file.
20905         * lib/glthread/yield.h: New file.
20906         * m4/yield.m4: New file.
20907         * MODULES.html.sh (Multithreading): Add yield.
20908
20909 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20910
20911         New module 'thread'.
20912         * modules/thread: New file.
20913         * lib/glthread/thread.h: New file.
20914         * m4/thread.m4: New file.
20915         * MODULES.html.sh (Multithreading): Add thread.
20916
20917 2008-08-17  Bruno Haible  <bruno@clisp.org>
20918
20919         * lib/glthread/lock.h: Include <stdlib.h> always.
20920         * lib/glthread/tls.h: Likewise.
20921         * lib/glthread/cond.h: Likewise.
20922
20923 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20924
20925         New module 'cond'.
20926         * modules/cond: New file.
20927         * lib/glthread/cond.h: New file.
20928         * lib/glthread/cond.c: New file.
20929         * m4/cond.m4: New file.
20930         * MODULES.html.sh (Multithreading): Add cond.
20931
20932 2008-08-16  Eric Blake  <ebb9@byu.net>
20933
20934         c-stack: fix regression on Irix 5.3 from 2008-06-21
20935         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
20936         sa_sigaction...
20937         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
20938         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
20939         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
20940         * modules/signal (Makefile.am): Use the value.
20941         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
20942         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
20943         * doc/posix-headers/signal.texi (signal.h): Document this
20944         portability issue.
20945         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
20946         Reported by Tom G. Christensen.
20947
20948 2008-08-17  Bruno Haible  <bruno@clisp.org>
20949
20950         New module 'threadlib'.
20951         * modules/threadlib: New file.
20952         * lib/glthread/threadlib.c: New file, extracted from
20953         lib/glthread/lock.c.
20954         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
20955         functions.
20956         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
20957         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
20958         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
20959         macros.
20960         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
20961         (gl_DISABLE_THREADS): Remove macro.
20962         * modules/lock (Files): Remove build-aux/config.rpath.
20963         (Depends-on): Remove havelib. Add threadlib.
20964         (configure.ac-early): Remove section.
20965         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
20966         * modules/tls (Depends-on): Remove lock. Add threadlib.
20967         (Link): New section, copied from threadlib.
20968         * MODULES.html.sh (Multithreading): Add threadlib.
20969
20970 2008-08-14  Bruno Haible  <bruno@clisp.org>
20971
20972         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
20973         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
20974         glthread_rwlock_unlock, glthread_rwlock_destroy,
20975         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
20976         glthread_recursive_lock_destroy): Define as macros always.
20977         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
20978         glthread_lock_lock.
20979         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
20980         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
20981         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
20982         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
20983         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
20984         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
20985         (glthread_recursive_lock_lock_func): Renamed from
20986         glthread_recursive_lock_lock.
20987         (glthread_recursive_lock_unlock_func): Renamed from
20988         glthread_recursive_lock_unlock.
20989         (glthread_recursive_lock_destroy_func): Renamed from
20990         glthread_recursive_lock_destroy.
20991
20992 2008-08-14  Bruno Haible  <bruno@clisp.org>
20993
20994         * lib/glthread/lock.h: Renamed from lib/lock.h.
20995         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
20996         * lib/glthread/tls.h: Renamed from lib/tls.h.
20997         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
20998         * lib/fstrcmp.c: Update includes.
20999         * lib/strsignal.c: Update includes.
21000         * modules/lock (Files, Makefile.am): Update.
21001         (Include): Change to "glthread/lock.h".
21002         * modules/tls (Files, Makefile.am): Update.
21003         (Include): Change to "glthread/tls.h".
21004         * tests/test-lock.c: Update includes.
21005         * tests/test-tls.c: Update includes.
21006         * NEWS: Mention the renamed header files.
21007
21008 2008-08-11  Jim Meyering  <meyering@redhat.com>
21009
21010         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
21011
21012 2008-08-11  Eric Blake  <ebb9@byu.net>
21013
21014         test-c-stack: avoid C99-ism
21015         * tests/test-c-stack.c (main): Fix whitespace, move declaration
21016         before statement.
21017         Reported by Alain Guibert.
21018
21019 2008-08-10  Jim Meyering  <meyering@redhat.com>
21020
21021         ensure that return value of uinttostr et al are not ignored
21022         * lib/inttostr.h (__GNUC_PREREQ): Define.
21023         (__attribute_warn_unused_result__): Define.
21024         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
21025
21026 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
21027
21028         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
21029         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
21030
21031 2008-08-07  Jim Meyering  <meyering@redhat.com>
21032
21033         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
21034
21035         * modules/mkstemp (License): Relicense under LGPLv2+.
21036         * modules/tempname (License): Likewise.
21037
21038 2008-08-06  Bruno Haible  <bruno@clisp.org>
21039
21040         * lib/poll.c (poll): Further micro-optimization.
21041
21042 2008-08-06  Jim Meyering  <meyering@redhat.com>
21043
21044         inet_pton.c: use locale-independent tolower
21045         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
21046         (inet_pton6): Use c_tolower rather than tolower.
21047         * modules/inet_pton (Depends-on): Add c-ctype.
21048
21049 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
21050
21051         * lib/poll.c (poll): Avoid division when timeout is 0, cache
21052         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
21053
21054 2008-08-06  Jim Meyering  <meyering@redhat.com>
21055
21056         * modules/inet_pton (License): Relicense under LGPLv2+.
21057
21058 2008-08-03  Bruno Haible  <bruno@clisp.org>
21059
21060         Additional non-aborting API for lock and tls.
21061         * lib/lock.h: Include <errno.h>.
21062         (glthread_lock_init): New macro/function.
21063         (gl_lock_init): Define as wrapper around glthread_lock_init.
21064         (glthread_lock_lock): New macro/function.
21065         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
21066         (glthread_lock_unlock): New macro/function.
21067         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
21068         (glthread_lock_destroy): New macro/function.
21069         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
21070         (glthread_rwlock_init): New macro/function.
21071         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
21072         (glthread_rwlock_rdlock): New macro/function.
21073         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
21074         (glthread_rwlock_wrlock): New macro/function.
21075         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
21076         (glthread_rwlock_unlock): New macro/function.
21077         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
21078         (glthread_rwlock_destroy): New macro/function.
21079         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
21080         (glthread_recursive_lock_init): New macro/function.
21081         (gl_recursive_lock_init): Define as wrapper around
21082         glthread_recursive_lock_init.
21083         (glthread_recursive_lock_lock): New macro/function.
21084         (gl_recursive_lock_lock): Define as wrapper around
21085         glthread_recursive_lock_lock.
21086         (glthread_recursive_lock_unlock): New macro/function.
21087         (gl_recursive_lock_unlock): Define as wrapper around
21088         glthread_recursive_lock_unlock.
21089         (glthread_recursive_lock_destroy): New macro/function.
21090         (gl_recursive_lock_destroy): Define as wrapper around
21091         glthread_recursive_lock_destroy.
21092         (glthread_once): New macro/function.
21093         (gl_once): Define as wrapper around glthread_once.
21094         Update function declarations.
21095         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
21096         glthread_rwlock_init. Return error code.
21097         (glthread_rwlock_rdlock_multithreaded): Renamed from
21098         glthread_rwlock_rdlock. Return error code.
21099         (glthread_rwlock_wrlock_multithreaded): Renamed from
21100         glthread_rwlock_wrlock. Return error code.
21101         (glthread_rwlock_unlock_multithreaded): Renamed from
21102         glthread_rwlock_unlock. Return error code.
21103         (glthread_rwlock_destroy_multithreaded): Renamed from
21104         glthread_rwlock_destroy. Return error code.
21105         (glthread_recursive_lock_init_multithreaded): Renamed from
21106         glthread_recursive_lock_init. Return error code.
21107         (glthread_recursive_lock_lock_multithreaded): Renamed from
21108         glthread_recursive_lock_lock. Return error code.
21109         (glthread_recursive_lock_unlock_multithreaded): Renamed from
21110         glthread_recursive_lock_unlock. Return error code.
21111         (glthread_recursive_lock_destroy_multithreaded): Renamed from
21112         glthread_recursive_lock_destroy. Return error code.
21113         (glthread_once_call): Make static.
21114         (glthread_once_multithreaded): Renamed from glthread_once.
21115         * lib/tls.h: Include <errno.h>.
21116         (glthread_tls_key_init): New macro/function.
21117         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
21118         (glthread_tls_set): New macro/function.
21119         (gl_tls_set): Define as wrapper around glthread_tls_set.
21120         (glthread_tls_key_destroy): New macro/function.
21121         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
21122         Update function declarations.
21123         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
21124         glthread_tls_get.
21125         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21126
21127 2008-08-04  Eric Blake  <ebb9@byu.net>
21128
21129         gnumakefile: use space, not TAB, outside of targets
21130         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
21131
21132 2008-08-02  Jim Meyering  <meyering@redhat.com>
21133
21134         getdate.y: avoid locale-dependent date parsing failure
21135         In Turkish locales, getdate would fail to recognize keywords
21136         containing a lowercase "i".  The solution is not to rely on
21137         locale-sensitive case-conversion.
21138         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
21139         (lookup_word): Use c_toupper in place of toupper.
21140         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
21141         Reported by Vefa Bicakci <bicave@superonline.com> in
21142         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
21143         * modules/getdate (Depends-on): Add c-ctype.
21144
21145 2008-08-02  Bruno Haible  <bruno@clisp.org>
21146
21147         * gnulib-tool (func_import): When updating or creating a .gitignore
21148         file, prepend each added line with a slash, and ignore leading slashes
21149         from the existing lines.
21150         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21151
21152 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21153
21154         Portability fix for GNU make 3.79.1.
21155         * top/GNUmakefile: Avoid 'else COND', which older GNU make
21156         versions do not understand.
21157
21158 2008-08-01  Bruno Haible  <bruno@clisp.org>
21159
21160         Work around bug of HP-UX 10.20 cc with -0.0 literal.
21161         * tests/test-isnanf.h (zero): New variable.
21162         (main): Avoid literal -0.0f.
21163         * tests/test-isnand.h (zero): New variable.
21164         (main): Avoid literal -0.0.
21165         * tests/test-isnanl.h (zero): New variable.
21166         (main): Avoid literal -0.0L.
21167         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
21168         (test_float, test_double, test_long_double): Avoid literals -0.0f,
21169         -0.0, -0.0L.
21170         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
21171         (test_signbitd): Avoid literal -0.0.
21172         (test_signbitl): Avoid literal -0.0L.
21173         * tests/test-ceilf1.c (zero): New variable.
21174         (main): Avoid literal -0.0f.
21175         * tests/test-ceill.c (zero): New variable.
21176         (main): Avoid literal -0.0L.
21177         * tests/test-floorf1.c (zero): New variable.
21178         (main): Avoid literal -0.0f.
21179         * tests/test-floorl.c (zero): New variable.
21180         (main): Avoid literal -0.0L.
21181         * tests/test-roundf1.c (zero): New variable.
21182         (main): Avoid literal -0.0f.
21183         * tests/test-round1.c (zero): New variable.
21184         (main): Avoid literal -0.0.
21185         * tests/test-roundl.c (zero): New variable.
21186         (main): Avoid literal -0.0L.
21187         * tests/test-truncf1.c (zero): New variable.
21188         (main): Avoid literal -0.0f.
21189         * tests/test-trunc1.c (zero): New variable.
21190         (main): Avoid literal -0.0.
21191         * tests/test-truncl.c (zero): New variable.
21192         (main): Avoid literal -0.0L.
21193         * tests/test-frexp.c (zero): New variable.
21194         (main): Avoid literal -0.0.
21195         * tests/test-frexpl.c (zero): New variable.
21196         (main): Avoid literal -0.0L.
21197         * tests/test-ldexpl.c (zero): New variable.
21198         (main): Avoid literal -0.0L.
21199         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21200         (zerod, zerol): New variables.
21201         (test_function): Avoid literals -0.0, -0.0L.
21202         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21203         (zerod, zerol): New variables.
21204         (test_function): Avoid literals -0.0, -0.0L.
21205         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21206         (zerod, zerol): New variables.
21207         (test_function): Avoid literals -0.0, -0.0L.
21208         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21209         (zerod, zerol): New variables.
21210         (test_function): Avoid literals -0.0, -0.0L.
21211         * tests/test-strtod.c (zero): New variable.
21212         (main): Avoid literal -0.0.
21213         Reported by Jonathan C. Patschke <jp@centtech.com>.
21214
21215 2008-07-31  Jim Meyering  <meyering@redhat.com>
21216
21217         sha256.h: correct definition of SHA224_DIGEST_SIZE
21218         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
21219         Reported by Paulie Pena IV <paulie4@gmail.com>.
21220         Define as 224 / 8, rather than as a literal.
21221         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
21222         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
21223         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
21224
21225 2008-07-31  Bruno Haible  <bruno@clisp.org>
21226
21227         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
21228         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
21229         Reported by Jonathan Patschke <jp@centtech.com>.
21230
21231 2008-07-31  Bruno Haible  <bruno@clisp.org>
21232
21233         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
21234         Reported by Paolo Bonzini <bonzini@gnu.org>.
21235
21236 2008-07-30  Eric Blake  <ebb9@byu.net>
21237
21238         test-strtod: allow compilation without -lm
21239         * tests/test-strtod.c (main): Avoid link dependence on fabs.
21240         Reported by Dennis Clarke <blastwave@gmail.com>.
21241
21242 2008-07-28  Jim Meyering  <meyering@redhat.com>
21243
21244         bootstrap: work also when there are no .po files in po/
21245         * build-aux/bootstrap (update_po_files): Complete the change
21246         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
21247
21248 2008-07-27  Jim Meyering  <meyering@redhat.com>
21249
21250         * users.txt: Add zile.
21251
21252 2008-07-26  Ben Pfaff  <blp@gnu.org>
21253
21254         Add missing dependencies on new m4/exponent[fdl].m4 files.
21255         * modules/isnanf-nolibm: Add m4/exponentf.m4.
21256         * modules/isnand-nolibm: Add m4/exponentd.m4.
21257         * modules/isnanl-nolibm: Add m4/exponentl.m4.
21258         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
21259         m4/isnan[fdl].m4, because the macros actually used moved.
21260         Reported by Jim Meyering.
21261
21262 2008-07-14  Ben Pfaff  <blp@gnu.org>
21263
21264         Add isinf module.
21265         * lib/isinf.c: New file.
21266         * lib/math.in.h: Define isinf macro if we have decided to replace
21267         it.
21268         * m4/isinf.m4: New file.
21269         * m4/math_h.m4: Initialize and substitute variables for isinf
21270         module.
21271         * modules/isinf: New file.
21272         * modules/isinf-tests: New file.
21273         * modules/math: Add substitutions for new module.
21274         * tests/test-isinf.c: New file.
21275         * doc/posix-functions/isinf.texi: Mention new module.
21276         * MODULES.html.sh: Mention new module.
21277
21278 2008-07-14  Ben Pfaff  <blp@gnu.org>
21279
21280         Factor out some macros for use by additional modules.
21281         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
21282         exponentf.m4.
21283         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
21284         exponentd.m4.
21285         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
21286         file exponentl.m4.
21287         * m4/exponentf.m4: New file.
21288         * m4/exponentd.m4: New file.
21289         * m4/exponentl.m4: New file.
21290         * modules/isnanf: Use new file m4/exponentf.m4.
21291         * modules/isnand: Use new file m4/exponentd.m4.
21292         * modules/isnanl: Use new file m4/exponentl.m4.
21293
21294 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
21295
21296         mktime.c: normalize tp->tm_isdst value to -1/0/1.
21297         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
21298         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
21299         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
21300
21301         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
21302         readlink on platforms without PATH_MAX.
21303
21304 2008-07-21  Eric Blake  <ebb9@byu.net>
21305
21306         Warn, not fail, on stale version.
21307         * top/GNUmakefile (_curr-ver): Tone down previous patch.
21308
21309         Don't allow installation with stale devel version number.
21310         * top/GNUmakefile (_is-install-target): New macro.
21311         (_curr-ver): Forbid installation with stale version number.
21312
21313 2008-07-20  Bruno Haible  <bruno@clisp.org>
21314
21315         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
21316         TESTS_ENVIRONMENT.
21317         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
21318
21319 2008-07-20  Bruno Haible  <bruno@clisp.org>
21320
21321         * lib/c-stack.h (c_stack_action): Add documentation.
21322         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
21323
21324 2008-07-20  Bruno Haible  <bruno@clisp.org>
21325
21326         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
21327         * modules/readlink (License): Likewise.
21328
21329 2008-07-17  Eric Blake  <ebb9@byu.net>
21330
21331         * modules/c-stack (Link): Fix typo.
21332
21333         Make c-stack use libsigsegv, when available.
21334         * modules/c-stack (Depends-on): Add libsigsegv.
21335         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
21336         needed.
21337         * lib/c-stack.c (SIGSTKSZ): Define fallback.
21338         (segv_handler, overflow_handler, c_stack_action)
21339         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
21340         implementation when libsigsegv is available, but only when using
21341         the library is necessary.
21342         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
21343         comment, explaining why XSI check fails on Linux.
21344         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
21345         * tests/test-c-stack2.sh: Tweak skip message.
21346         * NEWS: Document new link-time requirements.
21347
21348 2008-07-16  Eric Blake  <ebb9@byu.net>
21349
21350         c-stack: Expose false positives when not using libsigsegv.
21351         * modules/c-stack-tests (Files): Expand test.
21352         * tests/test-c-stack.c (main): Add means to conditionally trigger
21353         non-overflow SIGSEGV.
21354         * tests/test-c-stack2.sh: New file.
21355
21356 2008-07-14  Bruno Haible  <bruno@clisp.org>
21357
21358         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
21359         Reported by Eric Blake.
21360
21361 2008-07-14  Sam Steingold  <sds@gnu.org>
21362             Bruno Haible  <bruno@clisp.org>
21363
21364         New module libsigsegv.
21365         * modules/libsigsegv: New file.
21366         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
21367         modifications.
21368         * MODULES.html.sh (Signal handling): New section.
21369
21370 2008-07-14  Bruno Haible  <bruno@clisp.org>
21371
21372         * modules/unictype/ctype-* (Description): Add the word "function".
21373         Improves the resulting doc in MODULES.html.
21374
21375 2008-07-12  Ben Pfaff  <blp@gnu.org>
21376
21377         Add longlong module.
21378         * modules/longlong: New file.
21379
21380 2008-07-12  Bruno Haible  <bruno@clisp.org>
21381
21382         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
21383         to empty.
21384
21385 2008-07-10  Ben Pfaff  <blp@gnu.org>
21386
21387         Add isnan module.
21388         * doc/posix-functions/isnan.texi: Mention new module.
21389         * lib/math.in.h: Define isnan macro if we have decided to replace
21390         it.
21391         * m4/isnan.m4: New file.
21392         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
21393         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
21394         also.
21395         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
21396         redundancy.
21397         * m4/math_h.m4: Initialize and substitute variables for isnan
21398         module.
21399         * modules/isnan: New file.
21400         * modules/isnan-tests: New file.
21401         * modules/math: Add substitutions for new module.
21402         * tests/test-isnan.c: New file.
21403         * MODULES.html.sh: Mention new module.
21404
21405 2008-07-10  Ben Pfaff  <blp@gnu.org>
21406
21407         Add isnanf module.
21408         * lib/isnanf.m4: New file.
21409         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
21410         (gl_HAVE_ISNANF_IN_LIBM): New macro.
21411         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
21412         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
21413         * modules/isnanf: New file.
21414         * modules/isnanf-tests: New file.
21415         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
21416         files.
21417         * tests/test-isnanf-nolibm.c: factored most of its contents into
21418         new file tests/test-isnanf.h.
21419         * tests/test-isnanf.h: New file.
21420         * tests/test-isnanf.c: New file.
21421         * MODULES.html.sh: Mention new module.
21422         * doc/glibc-functions/isnanf.texi: Mention new module.
21423
21424 2008-07-10  Ben Pfaff  <blp@gnu.org>
21425
21426         Add isnand module.
21427         * lib/isnand.h: New file.
21428         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
21429         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
21430         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
21431         functionality also.
21432         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
21433         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
21434         (gl_HAVE_ISNAND_IN_LIBM): New macro.
21435         * modules/isnand: New file.
21436         * modules/isnand-tests: New file.
21437         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
21438         files.
21439         * tests/test-isnand-nolibm.c: factored most of its contents into
21440         new file tests/test-isnand.h.
21441         * tests/test-isnand.h: New file.
21442         * tests/test-isnand.c: New file.
21443         * MODULES.html.sh: Mention new module.
21444
21445 2008-07-10  Ben Pfaff  <blp@gnu.org>
21446
21447         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
21448         * lib/isnand.h: Rename lib/isnand-nolibm.h.
21449         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
21450         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
21451         * modules/isnanf-nolibm: Update references to renamed files.
21452         * modules/isnand-nolibm: Likewise.
21453         * modules/isnanf-nolibm-tests: Likewise.
21454         * modules/isnand-nolibm-tests: Likewise.
21455         * lib/frexp.c: Likewise.
21456         * lib/isfinite.c: Likewise.
21457         * lib/signbitd.c: Likewise.
21458         * lib/signbitf.c: Likewise.
21459         * lib/vasnprintf.c: Likewise.
21460         * tests/test-ceilf1.c: Likewise.
21461         * tests/test-ceilf2.c: Likewise.
21462         * tests/test-floorf1.c: Likewise.
21463         * tests/test-floorf2.c: Likewise.
21464         * tests/test-frexp.c: Likewise.
21465         * tests/test-round1.c: Likewise.
21466         * tests/test-round2.c: Likewise.
21467         * tests/test-roundf1.c: Likewise.
21468         * tests/test-strtod.c: Likewise.
21469         * tests/test-trunc1.c: Likewise.
21470         * tests/test-trunc2.c: Likewise.
21471         * tests/test-truncf1.c: Likewise.
21472         * tests/test-truncf2.c: Likewise.
21473         * NEWS: Mention the renamed header files.
21474
21475 2008-07-11  Jim Meyering  <meyering@redhat.com>
21476
21477         vc-list-files: make the last-resort awk code more portable
21478         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
21479         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
21480         does not support it.
21481
21482 2008-07-10  Eric Blake  <ebb9@byu.net>
21483
21484         Work with tar's bootstrap.
21485         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
21486         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
21487         an m4 comment.
21488
21489 2008-07-09  Jim Meyering  <meyering@redhat.com>
21490
21491         posix-shell.m4: fix typo that made this test malfunction
21492         * m4/posix-shell.m4: Remove capitalization in variable name.
21493
21494 2008-07-08  Bruno Haible  <bruno@clisp.org>
21495
21496         * m4/onceonly.m4: Update comments.
21497         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21498
21499 2008-07-04  Jim Meyering  <meyering@redhat.com>
21500
21501         * users.txt: Add vc-dwim.
21502         (bison, coreutils): Use the gitweb URL.
21503
21504 2008-07-03  Jim Meyering  <meyering@redhat.com>
21505
21506         * users.txt: Add libffcall.  From Sam Steingold.
21507
21508 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
21509
21510         getdate.y: do not ignore TZ with relative day, month or year offset
21511         * lib/getdate.y (get_date): Move the tz-handling block to follow the
21512         relative-date-handling, since otherwise, the latter would clobber the
21513         sole output (an updated Start value) of the tz-handling block.
21514         * tests/test-getdate.c: Tests for the fix
21515
21516 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21517
21518         Recognize 'foo_LIBRARIES += libgnu.a'.
21519         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
21520         makefile snippet has already specified an installation location,
21521         also using '+='.
21522
21523 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
21524
21525         getdate.y: factor out common actions
21526         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
21527         Use them in place of open-coded actions.
21528
21529 2008-07-01  Simon Josefsson  <simon@josefsson.org>
21530
21531         Add self-test for getdate module.
21532         * modules/getdate-tests: New file.
21533         * tests/test-getdate.c: New file.
21534
21535 2008-06-29  Bruno Haible  <bruno@clisp.org>
21536
21537         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
21538         .gitignore.
21539         Reported by Sylvain Beucler <beuc@beuc.net>.
21540
21541 2008-06-29  Bruno Haible  <bruno@clisp.org>
21542
21543         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
21544         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
21545
21546 2008-06-29  Bruno Haible  <bruno@clisp.org>
21547
21548         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
21549         EXTRA_DIST.
21550         Reported by Sylvain Beucler <beuc@beuc.net>.
21551
21552 2008-06-26  Jim Meyering  <meyering@redhat.com>
21553
21554         make several modules depend on the "open" module
21555         This provides slightly increased consistency when opening-for-write
21556         the name of a non-directory spelled with a trailing slash.
21557         * modules/chdir-safer: Likewise.
21558         * modules/chown: Likewise.
21559         * modules/clean-temp: Likewise.
21560         * modules/copy-file: Likewise.
21561         * modules/fchdir: Likewise.
21562         * modules/fcntl-safer: Likewise.
21563         * modules/pipe: Likewise.
21564         * modules/utime: Likewise.
21565         Prompted by Eric Blake and Bruno Haible.
21566
21567 2008-06-24  Andreas Schwab  <schwab@suse.de>
21568
21569         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
21570         literals can be used as initializers for global variables.
21571
21572 2008-06-23  Eric Blake  <ebb9@byu.net>
21573
21574         Make gnulib-cache.m4 easier to diff.
21575         * gnulib-tool (func_import): Allow newlines when reading cached
21576         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
21577
21578 2008-06-23  Bruno Haible  <bruno@clisp.org>
21579
21580         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
21581         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
21582         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
21583         m4/signalblocking.m4.
21584         (gl_PREREQ_SIGACTION): Don't invoke it.
21585         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
21586         gl_PREREQ_SIG_HANDLER_H.
21587         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
21588         Don't check for sigaction here.
21589
21590 2008-06-23  Bruno Haible  <bruno@clisp.org>
21591
21592         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
21593         (install_handlers): Don't set the SA_RESETHAND flag.
21594
21595 2008-06-23  Bruno Haible  <bruno@clisp.org>
21596
21597         * m4/sigaction.m4: Comment fixes.
21598         * lib/signal.in.h: Likewise.
21599
21600 2008-06-23  Eric Blake  <ebb9@byu.net>
21601
21602         Fix typo.
21603         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
21604
21605         Avoid SA_ namespace.
21606         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
21607         Reported by Ralf Wildenhues.
21608
21609         Avoid test failure due to SA_RESTORER.
21610         * tests/test-sigaction.c (SA_MASK): New macro.
21611         (main): Avoid failing due to extension flags being set.
21612         Reported by Jim Meyering.
21613
21614         Revert use of sig-handler.h in sigprocmask.c.
21615         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
21616         it requires the existence of struct sigaction.
21617         * lib/sigprocmask.c (handler_t): Restore typedef.
21618         (rpl_signal, old_handlers): Use local type.
21619
21620 2008-06-22  Bruno Haible  <bruno@clisp.org>
21621
21622         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
21623         conditionally.
21624         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21625
21626 2008-06-22  Bruno Haible  <bruno@clisp.org>
21627
21628         * doc/posix-functions/siginterrupt.texi: Move note.
21629
21630         * lib/signal.in.h (SA_RESTART): New macro.
21631         * lib/sigaction.c: Update comment.
21632
21633         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
21634
21635         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
21636         (gl_PREREQ_SIGPROCMASK): Invoke it.
21637         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
21638
21639         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
21640
21641         * lib/sigprocmask.c: Update a comment.
21642
21643 2008-06-21  Eric Blake  <ebb9@byu.net>
21644
21645         Use sigaction module rather than signal().
21646         * modules/c-stack (Depends-on): Add sigaction.
21647         * modules/fatal-signal (Depends-on): Likewise.
21648         * modules/nanosleep (Depends-on): Likewise.
21649         * modules/sigprocmask (Files): Add sig-handler.h.
21650         * modules/sigaction (Files): Likewise.
21651         * lib/sig-handler.h (get_handler): New file, suggested by Paul
21652         Eggert.
21653         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
21654         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
21655         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
21656         (init_fatal_signals): Likewise.
21657         * lib/nanosleep.c (rpl_nanosleep): Likewise.
21658         (siginterrupt): Delete fallback.
21659         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
21660         instead.
21661         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
21662         siginterrupt.
21663
21664         New module sigaction, for mingw.
21665         * modules/sigaction: New module...
21666         * modules/sigaction-tests: ...and its test.
21667         * m4/sigaction.m4: New file.
21668         * lib/sigaction.c: Likewise.
21669         * tests/test-sigaction.c: Likewise.
21670         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
21671         * modules/signal (Makefile.am): Likewise.
21672         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
21673         needed.
21674         * doc/posix-headers/signal.texi (signal.h): Mention provided
21675         types.
21676         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
21677         that sigaction is preferable.
21678         * doc/posix-functions/sigaction.texi (sigaction): Mention new
21679         module.
21680         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21681         sigaction.
21682
21683         Improve robustness of sigprocmask by overriding signal.
21684         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
21685         is in use.
21686         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
21687         (SIGKILL, SIGSTOP): Provide fallbacks.
21688         (rpl_signal): Implement.
21689         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
21690         signal can be called inside handlers.
21691
21692         Fix nanosleep module on mingw.
21693         * modules/nanosleep (Depends-on): Add sys_select.
21694         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
21695
21696         Fix licensing of sigprocmask.
21697         * modules/raise (License): Relicense as LGPL.
21698
21699 2008-06-21  Bruno Haible  <bruno@clisp.org>
21700
21701         * lib/propername.c (proper_name_utf8): Don't use the transliterated
21702         result if it contains question marks.
21703         Reported by Michael Geng <linux@michaelgeng.de>.
21704
21705 2008-06-19  Bruno Haible  <bruno@clisp.org>
21706
21707         Fix CVS-ism.
21708         * doc/gnulib.texi: Include updated-stamp.texi.
21709         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
21710         (updated-stamp.texi): New rule.
21711         (gnulib.info): Depend on it.
21712         * doc/.gitignore: Add updated-stamp.texi.
21713         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
21714
21715 2008-06-19  Bruno Haible  <bruno@clisp.org>
21716
21717         * doc/Makefile (gnulib.info): Update and simplify dependencies.
21718         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
21719
21720 2008-06-19  Eric Blake  <ebb9@byu.net>
21721
21722         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
21723         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
21724         Reported by Stepan Kasal.
21725
21726 2008-06-18  Bruno Haible  <bruno@clisp.org>
21727
21728         * lib/fatal-signal.c (init_fatal_signals): Add comment.
21729         Reported by Eric Blake.
21730
21731 2008-06-18  Eric Blake  <ebb9@byu.net>
21732
21733         Work around cygwin 1.5.25 strsignal bug.
21734         * tests/test-strsignal.c: Allow for const char *.
21735         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
21736
21737 2008-06-18  Simon Josefsson  <simon@josefsson.org>
21738
21739         * users.txt: Update URL to article and add author/date
21740         information.
21741
21742 2008-06-17  Bruno Haible  <bruno@clisp.org>
21743
21744         New macro gl_DISABLE_THREADS.
21745         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
21746         if the user did not pass --enable-threads or --disable-threads option.
21747         (gl_DISABLE_THREADS): New macro.
21748         Reported by Eric Blake <ebb9@byu.net>.
21749
21750 2008-06-17  Bruno Haible  <bruno@clisp.org>
21751
21752         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
21753         when the macro ignores it.
21754         Based on a patch by Eric Blake <ebb9@byu.net>.
21755
21756 2008-06-17  Bruno Haible  <bruno@clisp.org>
21757
21758         * modules/tls (License): Change to LGPLv2+.
21759         Reported by Eric Blake.
21760
21761 2008-06-17  Eric Blake  <ebb9@byu.net>
21762
21763         Simplify c-stack prerequisites.
21764         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
21765         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
21766         no longer requires <ucontext.h> to exist.  Optimize setrlimit
21767         check.
21768         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
21769         <sys/resource.h>.
21770
21771         Move c-stack test into testsuite.
21772         * modules/c-stack-tests: New file.
21773         * lib/c-stack.c [DEBUG]: Move test program...
21774         * tests/test-c-stack.c: ...into this new file.  Skip rather than
21775         fail test if sigaltstack is lacking.
21776         * tests/test-c-stack.sh: New driver file.
21777
21778 2008-06-16  Eric Blake  <ebb9@byu.net>
21779
21780         Use raise module consistently.
21781         * modules/fatal-signal (Depends-on): Add raise.
21782         * modules/sigprocmask (Depends-on): Likewise.
21783         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
21784         * lib/sigprocmask.c (sigprocmask): Likewise.
21785         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
21786         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
21787
21788         Fix compliance bug in sigpending.
21789         * lib/sigprocmask.c (sigpending): Return pending array via
21790         parameter, not return value.
21791
21792 2008-06-14  Eric Blake  <ebb9@byu.net>
21793
21794         Improve obstack-printf test code.
21795         * tests/test-obstack-printf.c (test_function): Fix comment, and
21796         simplify usage of obstack_* in macros.  Add a test for coverage.
21797         Reported by Bruno Haible.
21798
21799 2008-06-14  Bruno Haible  <bruno@clisp.org>
21800
21801         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
21802         array size as a constant, not as a const variable.
21803         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
21804         AC_USE_SYSTEM_EXTENSIONS.
21805         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
21806         Test whether the obstack_printf function actually exists.
21807         * modules/obstack-printf (Depends-on): Add extensions.
21808         (Include): Remove obstack.h.
21809         * modules/obstack-printf-posix (Depends-on): Add extensions.
21810         (Include): Remove obstack.h.
21811
21812 2008-06-13  Eric Blake  <ebb9@byu.net>
21813
21814         Add obstack-printf and obstack-printf-posix modules.
21815         * modules/obstack-printf: New file.
21816         * modules/obstack-printf-posix: Likewise.
21817         * MODULES.html.sh (Misc): Mention them.
21818         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
21819         Likewise.
21820         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
21821         Likewise.
21822         * modules/stdio (Makefile.am): Accomodate new modules.
21823         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
21824         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
21825         Declare.
21826         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
21827         functions.
21828         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
21829         (gl_REPLACE_OBSTACK_PRINTF): New macros
21830         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
21831         * tests/test-obstack-printf.c: New file.
21832         * modules/obstack-printf-tests: Likewise.
21833         * modules/obstack-printf-posix-tests: Likewise.
21834
21835 2008-06-11  Bruno Haible  <bruno@clisp.org>
21836
21837         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
21838         * lib/open.c: Include errno.h.
21839         (open): Fail when attempting to write to a file that has a trailing
21840         slash.
21841         * tests/test-open.c (main): Test against trailing slash bug.
21842         * doc/posix-functions/open.texi: Mention the trailing slash bug.
21843
21844 2008-06-10  Bruno Haible  <bruno@clisp.org>
21845
21846         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
21847         for $? to work inside the trap command, with various /bin/sh-s.
21848         * tests/test-vc-list-files-cvs.sh: Likewise.
21849
21850 2008-06-10  Bruno Haible  <bruno@clisp.org>
21851
21852         * lib/acl-internal.h: Don't include gettext.h here.
21853         * lib/set-mode-acl.c: Include gettext.h here.
21854         * lib/copy-acl.c: Likewise.
21855
21856 2008-06-10  Bruno Haible  <bruno@clisp.org>
21857
21858         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
21859         * lib/wait-process.c (wait_subprocess): Likewise.
21860         * lib/execute.h (execute): Add termsigp argument.
21861         * lib/execute.c (execute): Likewise.
21862         * lib/csharpcomp.c (compile_csharp_using_pnet,
21863         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
21864         * lib/csharpexec.c (execute_csharp_using_pnet,
21865         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
21866         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
21867         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
21868         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
21869         is_jikes_present): Update.
21870         * lib/javaexec.c (execute_java_class): Update.
21871         * lib/javaversion.c (execute_and_read_line): Update.
21872         * NEWS: Document the changes.
21873         Reported by Eric Blake.
21874
21875 2008-06-10  Eric Blake  <ebb9@byu.net>
21876
21877         Add missing include.
21878         * tests/test-strstr.c (includes): Add <signal.h>.
21879         * tests/test-strcasestr.c (includes): Likewise.
21880         * tests/test-memmem.c (includes): Likewise.
21881
21882 2008-06-10  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/wait-process.c (wait_subprocess): Add an assertion.
21885
21886 2008-06-10  Bruno Haible  <bruno@clisp.org>
21887
21888         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
21889
21890 2008-06-10  Bruno Haible  <bruno@clisp.org>
21891
21892         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
21893         using alarm().
21894         * tests/test-strcasestr.c (main): Likewise.
21895         * tests/test-strstr.c (main): Likewise.
21896
21897 2008-06-09  Bruno Haible  <bruno@clisp.org>
21898
21899         Work around the Solaris 10 ACE ACLs ABI change.
21900         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
21901         declare if ACL_NO_TRIVIAL is present.
21902         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
21903         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
21904         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
21905         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
21906         define if ACL_NO_TRIVIAL is present.
21907         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
21908         and use the current ABI.
21909         (file_has_acl): Use same #if condition as elsewhere.
21910         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
21911         in use, and use the current ABI.
21912         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
21913         Reported by Jim Meyering.
21914
21915 2008-06-09  Eric Blake  <ebb9@byu.net>
21916
21917         Work around environments that (stupidly) ignore SIGALRM.
21918         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
21919         before using alarm().
21920         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21921         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21922         Reported by Ian Beckwith <ianb@erislabs.net>.
21923
21924         Produce autobuild blurb earlier in log.
21925         * modules/autobuild (configure.ac-early): Move AB_INIT here.
21926
21927 2008-06-09  Jim Meyering  <meyering@redhat.com>
21928         and Ondřej Vašík  <ovasik@redhat.com>
21929
21930         utimens.c: correct kernel bug work-around
21931         Ondřej Vašík found that the invalid return value of 280 indicates
21932         failure, not success, and the kernel bug we're trying to work
21933         around affects not just the utimensat call, but also the fallback
21934         futimens call.
21935         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
21936         not success.
21937         [HAVE_FUTIMENS]: Use the same work-around, here.
21938
21939 2008-06-09  Jim Meyering  <meyering@redhat.com>
21940
21941         add more guards around definition of ACE_-related code
21942         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
21943         ALLOW and ACE_OWNER are also defined.
21944
21945 2008-06-08  Bruno Haible  <bruno@clisp.org>
21946
21947         * lib/acl-internal.h: Add me as co-author.
21948         * lib/file-has-acl.c: Likewise.
21949         * lib/set-mode-acl.c: Likewise.
21950         * lib/copy-acl.c: Likewise.
21951
21952 2008-06-08  Bruno Haible  <bruno@clisp.org>
21953
21954         Add support for AIX ACLs.
21955         * lib/acl-internal.h (acl_nontrivial): New declaration.
21956         * lib/file-has-acl.c (acl_nontrivial): New function.
21957         (file_has_acl): Add implementation using AIX 4 ACL API.
21958         * lib/set-mode-acl.c (qset_acl): Likewise.
21959         * lib/copy-acl.c (qcopy_acl): Likewise.
21960
21961 2008-06-08  Bruno Haible  <bruno@clisp.org>
21962
21963         Add support for HP-UX ACLs.
21964         * lib/acl-internal.h (acl_nontrivial): New declaration.
21965         * lib/file-has-acl.c (acl_nontrivial): New function.
21966         (file_has_acl): Add implementation using HP-UX 11 ACL API.
21967         * lib/set-mode-acl.c (qset_acl): Likewise.
21968         * lib/copy-acl.c (qcopy_acl): Likewise.
21969
21970 2008-06-08  Bruno Haible  <bruno@clisp.org>
21971
21972         Add support for Cygwin ACLs.
21973         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
21974         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
21975         the chmod_or_fchmod call.
21976         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
21977
21978 2008-06-08  Bruno Haible  <bruno@clisp.org>
21979
21980         Fix bug with setuid modes in Solaris 10+ code.
21981         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
21982         succeeded, when the mode contains some special bits.
21983
21984 2008-06-08  Bruno Haible  <bruno@clisp.org>
21985
21986         Add support for Solaris 7..10 ACLs.
21987         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
21988         declarations.
21989         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
21990         functions.
21991         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
21992         * lib/set-mode-acl.c (qset_acl): Likewise.
21993         * lib/copy-acl.c (qcopy_acl): Likewise.
21994
21995 2008-06-08  Bruno Haible  <bruno@clisp.org>
21996
21997         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
21998         declaration.
21999         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
22000         (acl_access_nontrivial): Remove MacOS X case.
22001         (file_has_acl): Use acl_extended_nontrivial.
22002         * lib/copy-acl.c (qcopy_acl): Likewise.
22003
22004 2008-06-08  Bruno Haible  <bruno@clisp.org>
22005
22006         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
22007
22008 2008-06-08  Jim Meyering  <meyering@redhat.com>
22009
22010         * modules/acl (Maintainer): Add Bruno Haible.
22011
22012 2008-06-07  Bruno Haible  <bruno@clisp.org>
22013
22014         Improve support for Tru64 ACLs.
22015         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
22016         ACL on OSF/1.
22017
22018 2008-06-07  Bruno Haible  <bruno@clisp.org>
22019
22020         Add support for MacOS X ACLs.
22021         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
22022         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
22023         * lib/set-mode-acl.c (qset_acl): Likewise.
22024         * lib/copy-acl.c (qcopy_acl): Likewise.
22025
22026 2008-06-07  Bruno Haible  <bruno@clisp.org>
22027
22028         Fix memory leak introduced on 2008-05-22.
22029         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
22030         use.
22031
22032 2008-06-07  Bruno Haible  <bruno@clisp.org>
22033
22034         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
22035         to construct an empty ACL.
22036
22037 2008-06-07  Bruno Haible  <bruno@clisp.org>
22038
22039         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
22040         precisely.
22041         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
22042
22043 2008-06-07  Bruno Haible  <bruno@clisp.org>
22044
22045         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
22046         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
22047
22048 2008-06-07  Bruno Haible  <bruno@clisp.org>
22049
22050         * doc/posix-functions/_setjmp.texi: Explain the use of this function
22051         regardless of POSIX.
22052         * doc/posix-functions/_longjmp.texi: Likewise.
22053         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
22054         SystemV platform in this case.
22055
22056 2008-06-06  Eric Blake  <ebb9@byu.net>
22057
22058         Document abort() bugs.
22059         * doc/posix-functions/abort.texi (abort): Mention anomalies.
22060
22061         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
22062         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
22063         sigsetjmp.
22064         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
22065         siglongjmp, but only as a macro.
22066         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
22067         is obsolete.
22068         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
22069
22070         Tweak documentation to cover cygwin argz bugs.
22071         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
22072         argz bug fix; no code change needed since no cygwin releases
22073         occurred between the last fix and the bug being tested.
22074         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
22075         module and recently fixed cygwin bugs.
22076         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
22077         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
22078         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
22079         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
22080         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
22081         Likewise.
22082         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
22083         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
22084         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
22085         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
22086         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
22087         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
22088         Likewise.
22089
22090         Avoid gcc warning on cygwin.
22091         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
22092         !ACL_NO_TRIVIAL]: Avoid unused variable.
22093
22094 2008-06-05  Eric Blake  <ebb9@byu.net>
22095
22096         Be tolerant of UNKNOWN version in gnulib-tool test dir.
22097         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
22098         git-version-gen fails to come up with a version.
22099         Reported by Simon Josefsson.
22100
22101 2008-06-05  Jim Meyering  <meyering@redhat.com>
22102             Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         utimens.c: work around a probable Linux kernel bug
22105         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
22106         appears to be a kernel bug that causes utimensat to return 280
22107         instead of 0, indicating success.
22108
22109 2008-06-04  Bruno Haible  <bruno@clisp.org>
22110
22111         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
22112         2008-06-01 commit.
22113
22114 2008-06-04  Bruno Haible  <bruno@clisp.org>
22115
22116         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
22117         * lib/file-has-acl.c (acl_access_nontrivial): New function.
22118         (file_has_acl): Use it. Save errno afterwards.
22119         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
22120
22121 2008-06-03  Bruno Haible  <bruno@clisp.org>
22122
22123         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
22124         draft code. Simplify #ifs.
22125         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
22126         Put Solaris code after POSIX-draft code. Fix comments regarding
22127         Solaris 10, HP-UX. Mention Cygwin.
22128         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
22129
22130 2008-06-03  Eric Blake  <ebb9@byu.net>
22131
22132         Provide fallback for older kernels.
22133         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
22134         Provide runtime fallback if kernel lacks support.
22135         Reported by Mike Frysinger.
22136
22137 2008-06-02  Bruno Haible  <bruno@clisp.org>
22138
22139         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
22140         it exists.
22141
22142 2008-06-02  Bruno Haible  <bruno@clisp.org>
22143
22144         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
22145         * lib/copy-acl.c (qcopy_acl): Update comment.
22146
22147 2008-06-02  Bruno Haible  <bruno@clisp.org>
22148
22149         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
22150         like ACL APIs.
22151
22152 2008-06-02  Bruno Haible  <bruno@clisp.org>
22153
22154         * tests/test-file-has-acl.sh: Use different code for Cygwin.
22155         * tests/test-set-mode-acl.sh: Likewise.
22156         * tests/test-copy-acl.sh: Likewise.
22157         * tests/test-copy-file.sh: Likewise.
22158
22159 2008-06-02  Bruno Haible  <bruno@clisp.org>
22160
22161         * tests/test-file-has-acl.sh: Remove unused code.
22162
22163 2008-06-01  Bruno Haible  <bruno@clisp.org>
22164
22165         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
22166         (copy_acl): Just a wrapper around qcopy_acl that emits the error
22167         messages.
22168         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
22169
22170 2008-06-01  Bruno Haible  <bruno@clisp.org>
22171
22172         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
22173         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
22174         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
22175         APIs.
22176         * modules/acl-tests (configure.ac): Remove tests now contained in
22177         m4/acl.m4.
22178
22179 2008-06-02  Jim Meyering  <meyering@redhat.com>
22180
22181         announce-gen: use a better key-server host name
22182         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
22183         it may be more consistently reliable.  Suggested by Werner Koch
22184         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
22185
22186 2008-06-01  Bruno Haible  <bruno@clisp.org>
22187
22188         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
22189         Reported by Voroskoi Andras <voroskoi@gmail.com>.
22190
22191 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
22192
22193         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
22194
22195 2008-06-01  Bruno Haible  <bruno@clisp.org>
22196
22197         New ACL tests.
22198         * tests/test-file-has-acl.sh: New file.
22199         * tests/test-file-has-acl.c: New file.
22200         * tests/test-set-mode-acl.sh: New file.
22201         * tests/test-set-mode-acl.c: New file.
22202         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
22203         * tests/test-copy-acl.c: New file.
22204         * modules/acl-tests: New file, based on modules/copy-file-tests.
22205         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
22206         (Depends-on): Add acl-tests.
22207         (configure.ac): Remove checks.
22208         (Makefile.am): Don't create test-sameacls program here any more.
22209
22210 2008-06-01  Bruno Haible  <bruno@clisp.org>
22211
22212         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
22213         * tests/test-sameacls.c: Include progname.h.
22214         (main): Invoke set_program_name. Portability fixes for MacOS X,
22215         Solaris, HP-UX.
22216
22217 2008-06-01  Bruno Haible  <bruno@clisp.org>
22218
22219         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
22220         function.
22221         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
22222
22223 2008-06-01  Bruno Haible  <bruno@clisp.org>
22224
22225         * modules/rpmatch (Depends-on): Add strdup.
22226
22227 2008-06-01  Bruno Haible  <bruno@clisp.org>
22228
22229         * lib/pipe.c: Include unistd-safer.h.
22230         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
22231         * modules/pipe (Depends-on): Add unistd-safer.
22232
22233 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22234
22235         * modules/autobuild (configure.ac): Call AB_INIT.
22236
22237 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22238
22239         * tests/test-getaddrinfo.c: Don't print debug messages by default.
22240         Suggested by Bruno Haible <bruno@clisp.org>.
22241
22242 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22243
22244         * tests/test-base64.c: Cast size_t to unsigned long when invoking
22245         printf.  Use %lu instead of %d.  Reported by Bruno Haible
22246         <bruno@clisp.org>.
22247
22248 2008-05-29  Eric Blake  <ebb9@byu.net>
22249
22250         Prefer new POSIX 200x interfaces over futimesat.
22251         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
22252         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
22253         when available.
22254         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
22255
22256 2008-05-28  Bruno Haible  <bruno@clisp.org>
22257
22258         * modules/stpcpy (License): Change to LGPLv2+.
22259         Requested by David Lutterkort <dlutter@redhat.com>.
22260
22261 2008-05-27  Bruno Haible  <bruno@clisp.org>
22262
22263         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
22264         current mingw.
22265         Reported by Jose E. Marchesi <jemarch@gnu.org>.
22266
22267 2008-05-27  Bruno Haible  <bruno@clisp.org>
22268
22269         * modules/iconv_open (Link): New section, from module 'iconv'.
22270         * modules/striconv (Link): Likewise.
22271         * modules/striconveh (Link): Likewise.
22272         * modules/xstriconv (Link): Likewise.
22273         * modules/unicodeio (Link): Likewise.
22274         * modules/propername (Link): Likewise.
22275         Reported by Jim Meyering.
22276
22277 2008-05-26  Jim Meyering  <meyering@redhat.com>
22278
22279         sha256: do not artificially restrict buffer length to be < 2^32
22280         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
22281         uint32_t to size_t.
22282         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
22283         to match.
22284
22285         avoid unaligned access errors, e.g., on sparc
22286         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
22287         direct access through a possibly-unaligned uint64* pointer.
22288         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
22289         direct access through a possibly-unaligned uint32* pointer.
22290         Prompted by this patch from Tom "spot" Callaway:
22291         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
22292
22293         sha512.c: fix typo in comment
22294         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
22295
22296 2008-05-25  Bruno Haible  <bruno@clisp.org>
22297
22298         * lib/set-mode-acl.c: Renamed from lib/acl.c.
22299         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
22300         (Makefile.am): Update lib_SOURCES.
22301
22302 2008-05-25  Bruno Haible  <bruno@clisp.org>
22303
22304         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
22305
22306 2008-05-25  Jim Meyering  <meyering@redhat.com>
22307
22308         useless-if-before-free: freed expr may have white-space differences
22309         * build-aux/useless-if-before-free: Recognize cases in which the
22310         freed expression differs from the tested one in embedded white
22311         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
22312         $1 was used, so we can't make any regexp shy.  Improved tests now
22313         detect this.
22314
22315         useless-if-before-free: accept white space in the expression.
22316         * build-aux/useless-if-before-free: For now, any white space
22317         in the expression must be identical in the free argument.
22318
22319         useless-if-before-free: efficiency tweak
22320         * build-aux/useless-if-before-free: Make the expression-matching
22321         regexp "shy".
22322         Make the *outer* regexp shy, not the expr-matching one.
22323
22324         update code-in-comment to accept cast of free arg
22325         * build-aux/useless-if-before-free: Update regexp.
22326
22327 2008-05-25  Bruno Haible  <bruno@clisp.org>
22328
22329         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
22330         * modules/copy-file-tests (Files, Makefile.am): Update.
22331         * tests/test-copy-file.c (func_test_copy): Update.
22332
22333 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
22334
22335         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
22336
22337 2008-05-23  Bruno Haible  <bruno@clisp.org>
22338
22339         Improve support for ACLs on OSF/1.
22340         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
22341         Remove fallback for unknown flavors of ACLs.
22342
22343 2008-05-22  Bruno Haible  <bruno@clisp.org>
22344
22345         Add support for ACLs on OSF/1.
22346         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
22347         replacements.
22348         (acl_free_text): New macro fallback.
22349         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
22350         acl_free.
22351         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
22352         acl_free_text function. Require AC_C_INLINE.
22353
22354 2008-05-22  Bruno Haible  <bruno@clisp.org>
22355
22356         Make copy_acl work on MacOS X 10.5.
22357         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
22358         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
22359         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
22360         If MODE_INSIDE_ACL, don't assume that every system has the same text
22361         representation for ACLs as FreeBSD.
22362         * lib/copy-acl.c (copy_acl): Add support for platforms with
22363         !MODE_INSIDE_ACL.
22364         * lib/file-has-acl.c (file_has_acl): Likewise.
22365         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
22366         FreeBSD, MacOS X, or IRIX, respectively.
22367
22368 2008-05-22  Bruno Haible  <bruno@clisp.org>
22369
22370         * lib/acl.h: Don't include <sys/acl.h>.
22371         (GETACLCNT): Move fallback to lib/acl-internal.h.
22372         * lib/acl-internal.h: Include <sys/acl.h> here.
22373         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
22374
22375 2008-05-22  Bruno Haible  <bruno@clisp.org>
22376
22377         Split off copy_acl function to separate file.
22378         * lib/copy-acl.c: New file, extracted from lib/acl.c.
22379         * lib/acl.c (copy_acl): Moved function to separate file.
22380         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
22381         * modules/acl (Files): Add lib/copy-acl.c.
22382         (Makefiles.am): Augment lib_SOURCES.
22383
22384 2008-05-22  Bruno Haible  <bruno@clisp.org>
22385
22386         * modules/copy-file-tests: New file.
22387         * tests/test-copy-file.sh: New file.
22388         * tests/test-copy-file.c: New file.
22389         * tests/test-copy-file-sameacls.c: New file.
22390
22391 2008-05-22  Eric Blake  <ebb9@byu.net>
22392
22393         Avoid gcc warning.
22394         * tests/test-memcmp.c (main): Pass NULL indirectly.
22395
22396 2008-05-21  Bruno Haible  <bruno@clisp.org>
22397
22398         Add reference doc about ACLs.
22399         * doc/acl-resources.txt: New file.
22400         * doc/acl-cygwin.txt: New file.
22401
22402 2008-05-21  Bruno Haible  <bruno@clisp.org>
22403
22404         Avoid one more warning from gcc.
22405         * lib/vasnprintf.c (IF_LINT): Update comments.
22406         (VASNPRINTF): Use it also for the 'prefix' array initializer.
22407
22408 2008-05-21  Jim Meyering  <meyering@redhat.com>
22409
22410         avoid a warning from gcc
22411         * lib/vasnprintf.c (IF_LINT): Define.
22412         (scale10_round_decimal_long_double):
22413         Use it to avoid a "may be used uninitialized" warning.
22414         (scale10_round_decimal_double): Likewise.
22415
22416 2008-05-21  Simon Josefsson  <simon@josefsson.org>
22417
22418         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
22419         declared.
22420
22421 2008-05-20  Bruno Haible  <bruno@clisp.org>
22422
22423         * tests/test-memcmp.c (main): Test also the sign of the result. Test
22424         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
22425
22426 2008-05-20  Simon Josefsson  <simon@josefsson.org>
22427
22428         * modules/memcmp-tests: New file.
22429         * tests/test-memcmp.c: New file.
22430
22431 2008-05-19  Bruno Haible  <bruno@clisp.org>
22432
22433         * modules/propername (Notice, configure.ac): Put quoted "..." into
22434         --keyword option.
22435         * lib/propername.h: Update comments accordingly.
22436         Reported by Eric Blake.
22437
22438 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
22439
22440         * modules/getpass-gnu (Depends-on): Add fseeko.
22441
22442 2008-05-19  Simon Josefsson  <simon@josefsson.org>
22443
22444         * modules/base64-tests: New file.
22445
22446 2008-05-19  Bo Borgerson <gigabo@gmail.com>
22447
22448         * lib/base64.c (base64_decode_ctx): If a decode context structure
22449         was passed in use it to ignore newlines.  If a context structure
22450         was _not_ passed in, continue to treat newlines as garbage (this
22451         is the historical behavior).  Formerly base64_decode.
22452         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22453         takes a decode context structure.
22454         * lib/base64.h (base64_decode): Macro for four-argument calls.
22455         (base64_decode_alloc): Likewise.
22456         * lib/base64.c (base64_decode_ctx): If a decode context structure
22457         was passed in use it to ignore newlines.  If a context structure
22458         was _not_ passed in, continue to treat newlines as garbage (this
22459         is the historical behavior).  Formerly base64_decode.
22460         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22461         takes a decode context structure.
22462         * lib/base64.h (base64_decode): Macro for four-argument calls.
22463         (base64_decode_alloc): Likewise.
22464
22465 2008-05-19  Jim Meyering  <meyering@redhat.com>
22466
22467         avoid a warning from gcc
22468         * lib/trim.c (IF_LINT): Define.
22469         (trim2): Use it to avoid a "may be used uninitialized" warning.
22470
22471         Fix doc typo.
22472         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
22473
22474 2008-05-19  Bruno Haible  <bruno@clisp.org>
22475
22476         * doc/glibc-functions/getpass.texi: Document limits of other
22477         implementations.
22478
22479 2008-05-19  Simon Josefsson  <simon@josefsson.org>
22480             Bruno Haible <bruno@clisp.org>
22481
22482         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
22483
22484 2008-05-18  Bruno Haible  <bruno@clisp.org>
22485
22486         * modules/propername: New file, from GNU gettext.
22487         * lib/propername.h: New file, from GNU gettext.
22488         * lib/propername.c: New file, from GNU gettext.
22489         * MODULES.html.sh (Internationalization functions): Add propername.
22490
22491 2008-05-16  Jim Meyering  <meyering@redhat.com>
22492             Bruno Haible  <bruno@clisp.org>
22493
22494         Avoid some warnings from "gcc -Wshadow".
22495         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
22496
22497 2008-05-15  Eric Blake  <ebb9@byu.net>
22498
22499         Extend previous patch to cygwin 1.7.0.
22500         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
22501         fast implementation in cygwin >= 1.7.0.
22502         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22503         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22504
22505 2008-05-15  Bruno Haible  <bruno@clisp.org>
22506
22507         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
22508         implementation in glibc >= 2.9.
22509         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22510         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22511
22512 2008-05-15  Bruno Haible  <bruno@clisp.org>
22513
22514         * MODULES.html.sh (Internationalization functions): Remove linebreak.
22515         (Unicode string functions): Add unilbrk/*.
22516         Reported by Karl Berry.
22517
22518 2008-05-15  Eric Blake  <ebb9@byu.net>
22519
22520         Fix violation of <stdbool.h> replacement in regex.
22521         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
22522         * lib/regexec.c (re_search_internal): Likewise.
22523         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
22524
22525 2008-05-15  Jim Meyering  <meyering@redhat.com>
22526
22527         avoid distracting test output when git or cvs is not found
22528         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
22529         * tests/test-vc-list-files-git.sh: Likewise.
22530
22531 2008-05-15  Eric Blake  <ebb9@byu.net>
22532
22533         Glibc finally accepted the memmem speedup code, bugzilla #5514.
22534         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
22535         glibc version.
22536         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
22537         * doc/posix-functions/strstr.texi (strstr): Likewise.
22538         * lib/str-two-way.h (MAX): Sychronize with glibc.
22539
22540 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
22541
22542         * lib/regcomp.c (optimize_utf8): Add a note on why we test
22543         opr.ctx_type.
22544         (calc_first): Initialize constraint field.
22545         (duplicate_node_closure): Use it instead of special casing ANCHORS.
22546         Fix grammar.
22547         (duplicate_node): Merge constraint field for all node types.
22548         (calc_eclosure_iter): Look at constraint field for all node types.
22549         * lib/regex_internal.c (create_cd_newstate): Don't look at
22550         opr.ctx_type.
22551
22552 2008-05-14  Bruno Haible  <bruno@clisp.org>
22553
22554         Help GCC to do better code generation.
22555         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
22556         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
22557         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
22558         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
22559         Declare with attribute 'malloc' if supported.
22560
22561 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
22562
22563         use "echo STR|wc -c" rather than unportable "expr length STR"
22564         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
22565         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
22566
22567 2008-05-14  Jim Meyering  <meyering@redhat.com>
22568
22569         use dd ibs=$n count=1 ... rather than less-portable head -c$n
22570         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
22571         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
22572         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
22573         via Collin Lasse.
22574
22575 2008-05-14  Eric Blake  <ebb9@byu.net>
22576
22577         Avoid quadratic growth in gl_LIBSOURCES.
22578         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
22579         Suggested by Bruno Haible.
22580
22581         Test xmemdup0.
22582         * modules/xmemdup0-tests: New file.
22583         * tests/test-xmemdup0.c: Likewise.
22584
22585 2008-05-13  Eric Blake  <ebb9@byu.net>
22586
22587         Split xmemdup0 into its own module.
22588         * modules/xmemdup0: New file.
22589         * lib/xmemdup0.h: Likewise.
22590         * lib/xmemdup0.c: Likewise.
22591         * MODULES.html.sh (Memory management functions): Add xmemdup0.
22592         * lib/xalloc.h (xmemdup0): Remove.
22593         * lib/xmalloc.c (xmemdup0): Likewise.
22594
22595 2008-05-13  Eric Blake  <ebb9@byu.net>
22596             Bruno Haible  <bruno@clisp.org>
22597
22598         Reduce number of forks required during autoconf.
22599         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
22600         and gl_LIBSOURCES_DIR.
22601         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
22602         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
22603         m4_syscmd per file.
22604         <m4_foreach_w>: Move...
22605         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
22606
22607 2008-05-13  Eric Blake  <ebb9@byu.net>
22608
22609         * gnulib-tool: Fix various comment typos.
22610
22611 2008-05-12  Bruno Haible  <bruno@clisp.org>
22612
22613         Tailor the linebreaking algorithm.
22614         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
22615
22616 2008-05-12  Bruno Haible  <bruno@clisp.org>
22617
22618         Update to Unicode 5.0.0.
22619         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
22620         LBP_JV, LBP_JT. Redistribute values.
22621         (unilbrk_table): Change size.
22622         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
22623         Unicode TR#14 rev. 22.
22624         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
22625         LBP_JV, LBP_JT. Redistribute values.
22626         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
22627         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
22628         Update.
22629         * lib/unilbrk/lbrkprop1.h: Regenerated.
22630         * lib/unilbrk/lbrkprop2.h: Regenerated.
22631         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
22632         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
22633         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
22634         Likewise.
22635         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
22636         Likewise.
22637         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
22638         result.
22639         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
22640         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
22641         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
22642         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
22643         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
22644         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
22645
22646 2008-05-11  Bruno Haible  <bruno@clisp.org>
22647
22648         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
22649
22650 2008-05-11  Bruno Haible  <bruno@clisp.org>
22651
22652         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
22653         * modules/unilbrk/gen-lbrk: New file.
22654
22655 2008-05-11  Bruno Haible  <bruno@clisp.org>
22656
22657         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
22658         * m4/sha512.m4 (gl_SHA512): Likewise.
22659
22660 2008-05-11  Jim Meyering  <meyering@redhat.com>
22661
22662         New modules: crypto/sha256, crypto/sha512 (from coreutils)
22663         * modules/crypto/sha256: New file.
22664         * modules/crypto/sha512: Likewise.
22665         * lib/sha256.c: Likewise.
22666         * lib/sha256.h: Likewise.
22667         * lib/sha512.c: Likewise.
22668         * lib/sha512.h: Likewise.
22669         * lib/u64.h: Likewise.
22670         * m4/sha256.m4: Likewise.
22671         * m4/sha512.m4: Likewise.
22672         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
22673
22674 2008-05-10  Bruno Haible  <bruno@clisp.org>
22675
22676         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
22677         (Input/Output <stdio.h>): Add xprintf.
22678         (Signal handling <signal.h>): Add strsignal.
22679         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
22680         (Core language properties): Add func.
22681         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
22682         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
22683         strings.
22684         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
22685         (Input/output): New section.
22686         (File system functions): Add openat-die, stat-macros.
22687         (Networking functions): Add sockets.
22688         (Unicode string functions): Add unictype/*.
22689         (Support for building libraries and executables): Add gperf.
22690         (Support for building documentation): Add agpl-3.0.
22691         (Misc): Add nocrash.
22692
22693 2008-05-10  Bruno Haible  <bruno@clisp.org>
22694
22695         * modules/unictype/gen-ctype: New file.
22696
22697 2008-05-10  Jim Meyering  <meyering@redhat.com>
22698
22699         Make chdir-safer.c more efficient on a system with no symlinks.
22700         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
22701         also if ELOOP is zero.  Suggested by Bruno Haible.
22702
22703         Make chdir-safer.c slightly safer.
22704         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
22705         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
22706
22707         Avoid compile failure on systems without ELOOP (like mingw).
22708         * lib/chdir-safer.c (ELOOP): Define if not already defined.
22709         Reported by Bruno Haible.
22710
22711 2008-05-10  Bruno Haible  <bruno@clisp.org>
22712
22713         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
22714         (is_utf8_encoding): Use a case-insensitive comparison.
22715         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
22716         streq.
22717
22718 2008-05-10  Bruno Haible  <bruno@clisp.org>
22719
22720         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
22721         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
22722         * lib/unilbrk/ulc-common.h (iconv_string_length,
22723         iconv_string_keeping_offsets): Remove declarations.
22724         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
22725         Don't include <iconv.h>, streq.h, xsize.h.
22726         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
22727         conversion.
22728         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
22729         <iconv.h>, streq.h, xsize.h.
22730         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
22731         conversion.
22732         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
22733         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
22734         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
22735         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
22736
22737 2008-05-10  Bruno Haible  <bruno@clisp.org>
22738
22739         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
22740         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
22741
22742         * modules/unilbrk/u32-width-linebreaks-tests: New file.
22743         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
22744
22745         * modules/unilbrk/u16-width-linebreaks-tests: New file.
22746         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
22747
22748         * modules/unilbrk/u8-width-linebreaks-tests: New file.
22749         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
22750
22751         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
22752         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
22753
22754         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
22755         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
22756
22757         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
22758         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
22759
22760         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
22761         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
22762
22763 2008-05-10  Bruno Haible  <bruno@clisp.org>
22764
22765         Split up 'linebreak' module.
22766         * lib/unilbrk.h: New file, based on lib/linebreak.h.
22767         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
22768         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
22769         modifications.
22770         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
22771         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
22772         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
22773         lib/linebreak.c.
22774         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
22775         lib/linebreak.c.
22776         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
22777         lib/linebreak.c.
22778         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
22779         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
22780         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
22781         lib/linebreak.c.
22782         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
22783         lib/linebreak.c.
22784         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
22785         lib/linebreak.c.
22786         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
22787         lib/linebreak.c.
22788         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
22789         lib/linebreak.c.
22790         * modules/unilbrk/base: New file.
22791         * modules/unilbrk/tables: New file.
22792         * modules/unilbrk/u8-possible-linebreaks: New file.
22793         * modules/unilbrk/u16-possible-linebreaks: New file.
22794         * modules/unilbrk/u32-possible-linebreaks: New file.
22795         * modules/unilbrk/ulc-common: New file.
22796         * modules/unilbrk/ulc-possible-linebreaks: New file.
22797         * modules/unilbrk/u8-width-linebreaks: New file.
22798         * modules/unilbrk/u16-width-linebreaks: New file.
22799         * modules/unilbrk/u32-width-linebreaks: New file.
22800         * modules/unilbrk/ulc-width-linebreaks: New file.
22801         * lib/linebreak.h: Remove file.
22802         * lib/linebreak.c: Remove file.
22803         * m4/linebreak.m4: Remove file.
22804         * modules/linebreak: Remove file.
22805         * NEWS: Mention the changes.
22806
22807 2008-05-09  Eric Blake  <ebb9@byu.net>
22808
22809         Add xmemdup0.
22810         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
22811         implementation.
22812         * lib/xmalloc.c (xmemdup0): New C implementation.
22813
22814 2008-05-08  Bruno Haible  <bruno@clisp.org>
22815
22816         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
22817
22818 2008-05-07  Eric Blake  <ebb9@byu.net>
22819
22820         Support cross-compilation of <wctype.h>.
22821         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
22822         AC_CACHE_CHECK.
22823
22824 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
22825
22826         * build-aux/vc-list-files: Add support for bzr.
22827
22828 2008-05-03  Jim Meyering  <meyering@redhat.com>
22829
22830         avoid failed assertion with tight malloc
22831         * tests/test-getndelim2.c: Correct an off-by-one assertion.
22832
22833 2008-05-03  Simon Josefsson  <simon@josefsson.org>
22834
22835         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
22836         are needed from arpa/inet.h.
22837         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
22838         Reported by Bruno Haible.
22839
22840 2008-05-02  Jim Meyering  <meyering@redhat.com>
22841
22842         avoid compilation error on FreeBSD 6
22843         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
22844
22845 2008-05-01  Jim Meyering  <meyering@redhat.com>
22846
22847         useless-if-before-free: correct --help's exit status description
22848         * build-aux/useless-if-before-free (usage): Like grep, exit 0
22849         for one or more matches, etc.  Reported by Bruno Haible.
22850
22851         vc-list-files: make the stand-alone gnulib test work
22852         * modules/vc-list-files-tests (configure.ac):
22853         Define and AC_SUBST abs_aux_dir.
22854         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
22855         $(abs_top_srcdir) to each script and having each of them
22856         duplicate the work of setting PATH, set PATH here, using
22857         the new variable, abs_aux_dir instead.
22858         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
22859         * tests/test-vc-list-files-git.sh: Likewise.
22860         Reported by Bruno Haible.
22861
22862 2008-05-01  Bruno Haible  <bruno@clisp.org>
22863
22864         * lib/getndelim2.c (getndelim2): Fix newsize computation during
22865         reallocation. Rename 'done' to 'found_delimiter'.
22866
22867 2008-05-01  Jim Meyering  <meyering@redhat.com>
22868
22869         vc-list-files: accommodate /bin/sh like the one from Solaris 10
22870         * build-aux/vc-list-files: Use `...`, not $(...).
22871
22872 2008-04-30  Jim Meyering  <meyering@redhat.com>
22873
22874         add tests for vc-list-files
22875         * modules/vc-list-files-tests: New module.
22876         * tests/test-vc-list-files-cvs.sh: New file.
22877         * tests/test-vc-list-files-git.sh: New file.
22878
22879         avoid a warning from gcc
22880         * lib/getndelim2.c (IF_LINT): Define.
22881         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
22882
22883         vc-list-files: work properly with build-aux/cvsu, too
22884         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
22885         to all cvs-based clauses.
22886
22887         vc-list-files: work properly in the CVS+awk case, too
22888         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
22889
22890         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
22891         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
22892         take more than one file argument, so .  Add quotes, just in case $dir
22893         ever contains a shell meta-character.  Prompted by Soren Hansen in
22894         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
22895
22896 2008-04-29  Eric Blake  <ebb9@byu.net>
22897
22898         Optimize getndelim2 to use block operations when possible.
22899         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
22900         freadseek, and memchr2.
22901         * lib/getndelim2.c (getndelim2): Use them for block reads.
22902
22903 2008-04-29  Bruno Haible  <bruno@clisp.org>
22904
22905         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
22906         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22907         * modules/inet_ntop (Depends-on): Add extensions.
22908         * modules/inet_pton (Depends-on): Likewise.
22909         Reported by Simon Josefsson.
22910
22911 2008-04-29  Jim Meyering  <meyering@redhat.com>
22912
22913         When the is more than one match in a block, match all of them.
22914         * build-aux/useless-if-before-free: Iterate through each block
22915         until there are no more matches.
22916
22917         Fix broken useless-if-before-free script.
22918         * build-aux/useless-if-before-free: Fix typo: missing "?" after
22919         the expression to match cast of argument to free-like function.
22920
22921 2008-04-29  Eric Blake  <ebb9@byu.net>
22922
22923         Use new header.
22924         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
22925
22926 2008-04-29  Jim Meyering  <meyering@redhat.com>
22927
22928         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
22929         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
22930         by gnulib to exist and to declare e.g., inet_ntop.
22931         Don't include "inet_ntop.h", now removed.
22932
22933         * m4/arpa_inet_h.m4: Remove trailing blanks.
22934
22935 2008-04-29  Eric Blake  <ebb9@byu.net>
22936
22937         Silence valgrind on safe reads beyond potential array bounds.
22938         * lib/rawmemchr.valgrind: New file.
22939         * lib/strchrnul.valgrind: Likewise.
22940         * modules/rawmemchr (Files): Distribute new file.
22941         * modules/strchrnul (Files): Likewise.
22942         Suggested by Bruno Haible.
22943
22944 2008-04-29  Bruno Haible  <bruno@clisp.org>
22945
22946         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
22947         (inet_ntop, inet_pton): Change portability warning's wording.
22948         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
22949         Invoke gl_CHECK_NEXT_HEADERS.
22950         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
22951         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
22952         set ARPA_INET_H.
22953         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22954         * modules/arpa_inet (Description): No longer only for systems that
22955         lack it.
22956         (Depends-on): Add include_next.
22957         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
22958         HAVE_ARPA_INET_H.
22959
22960 2008-04-29  Jim Meyering  <meyering@redhat.com>
22961
22962         * modules/mkdir (License): Re-license as LGPLv2+.
22963
22964 2008-04-29  Bruno Haible  <bruno@clisp.org>
22965
22966         * modules/rawmemchr (Maintainer): Set to Eric.
22967         * modules/strchrnul (Maintainer): Likewise.
22968
22969 2008-04-29  Simon Josefsson  <simon@josefsson.org>
22970
22971         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
22972         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
22973
22974         * modules/arpa_inet (arpa/inet.h): Use them.
22975
22976 2008-04-28  Eric Blake  <ebb9@byu.net>
22977
22978         Test getndelim2.
22979         * modules/getndelim2-tests: New file.
22980         * tests/test-getndelim2.c: Likewise.
22981         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
22982         stream.
22983         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
22984
22985         * MODULES.html.sh: Document new module.
22986
22987 2008-04-20  Bruno Haible  <bruno@clisp.org>
22988
22989         * lib/c-stack.c (die): Use raise.
22990         * modules/c-stack (Depends-on): Add raise.
22991
22992 2008-04-28  Bruno Haible  <bruno@clisp.org>
22993
22994         Expect rpmatch to be declared.
22995         * lib/yesno.c (rpmatch): Remove declaration.
22996
22997         Declare rpmatch.
22998         * lib/stdlib.in.h (rpmatch): New declaration.
22999         * lib/rpmatch.c: Include <stdlib.h> first.
23000         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
23001         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
23002         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
23003         HAVE_RPMATCH.
23004         * modules/rpmatch (Depends-on): Add stdlib, extensions.
23005         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23006         (Include): Set to <stdlib.h>.
23007         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
23008         HAVE_RPMATCH.
23009         * NEWS: Document the change.
23010
23011 2008-04-28  Bruno Haible  <bruno@clisp.org>
23012
23013         Change rpmatch to use nl_langinfo when appropriate.
23014         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
23015         (N_): New macro.
23016         (localized_pattern): New function/macro.
23017         (try): Remove match, nomatch arguments. Copy the pattern into safe
23018         memory before caching it.
23019         (rpmatch): Use localized_pattern. Add translator comments.
23020         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
23021         Suggested by Eric Blake.
23022         * modules/rpmatch (Depends-on): Add stdbool.
23023
23024 2008-04-28  Eric Blake  <ebb9@byu.net>
23025
23026         Add rawmemchr module, matching glibc.
23027         * modules/string (Makefile.am): New indicator.
23028         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
23029         * lib/string.in.h (rawmemchr): Declare when appropriate.
23030         * modules/rawmemchr: New file.
23031         * m4/rawmemchr.m4: Likewise.
23032         * lib/rawmemchr.c: Likewise.
23033         * modules/rawmemchr-tests: Likewise.
23034         * tests/test-rawmemchr.c: Likewise.
23035         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
23036         module.
23037         * modules/strchrnul (Depends-on): Add rawmemchr.
23038         * lib/strchrnul.c (strchrnul): Optimize a corner case.
23039
23040         Whitespace cleanup.
23041         * tests/test-strchrnul.c: Reindent.
23042         * lib/strchrnul.c: Likewise.
23043
23044         Optimize and test strchrnul.
23045         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
23046         * modules/strchrnul-tests: New file.
23047         * tests/test-strchrnul.c: Likewise.
23048
23049         Remove intprops dependency.
23050         * modules/memchr (Depends-on): Remove intprops.
23051         * modules/memrchr (Depends-on): Likewise.
23052         * modules/memchr2 (Depends-on): Likewise.
23053         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
23054         * lib/memrchr.c (__memrchr): Likewise.
23055         * lib/memrchr2.c (memchr2): Likewise.
23056         Reported by Simon Josefsson.
23057
23058 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23059
23060         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
23061         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23062
23063 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23064
23065         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
23066
23067         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
23068
23069         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
23070
23071         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
23072         declarations.
23073         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
23074
23075         * m4/inet_pton.m4: Don't check for header files.
23076
23077         * m4/inet_ntop.m4: Don't check for header files.
23078
23079 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23080
23081         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
23082         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
23083         trigger for cygwin).
23084         Reported by Bruno Haible  <bruno@clisp.org>.
23085
23086 2008-04-28  Bruno Haible  <bruno@clisp.org>
23087
23088         * doc/posix-functions/strdup.texi: Mention mingw problem.
23089
23090 2008-04-27  Bruno Haible  <bruno@clisp.org>
23091
23092         * modules/stat-time-tests (Depends-on): Add sleep.
23093         * tests/test-stat-time.c (force_unlink): New function.
23094         (cleanup): Use it.
23095         (test_mtime): Remove the ctime related tests.
23096         (test_ctime): New function, containing the ctime related tests.
23097         (main): Call test_ctime, except on native Windows platforms.
23098
23099 2008-04-27  Bruno Haible  <bruno@clisp.org>
23100
23101         * lib/rpmatch.c (rpmatch): Add some comments.
23102         Reported by James Youngman <jay@gnu.org>.
23103
23104 2008-04-27  Bruno Haible  <bruno@clisp.org>
23105
23106         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
23107         quiet NaNs.
23108
23109 2008-04-27  Bruno Haible  <bruno@clisp.org>
23110
23111         Make test-yesno.sh work on mingw.
23112         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
23113         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
23114         (main): Set stdin to binary mode.
23115         * modules/yesno-tests (Depends-on): Add binary-io.
23116
23117 2008-04-27  Bruno Haible  <bruno@clisp.org>
23118
23119         Fix 'isfinite' on x86, x86_64, ia64 platforms.
23120         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
23121         argument that lie outside the IEEE 854 domain.
23122         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
23123         (gl_ISFINITE): Use it.
23124         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
23125
23126 2008-04-27  Bruno Haible  <bruno@clisp.org>
23127
23128         Allow local renaming in config.h.
23129         * lib/memrchr.c (memrchr): Don't undefine outside libc.
23130
23131 2008-04-27  Bruno Haible  <bruno@clisp.org>
23132
23133         * lib/memchr.c (__memchr): Change type of 'i'.
23134         * lib/memchr2.c (memchr2): Likewise.
23135
23136 2008-04-26  Eric Blake  <ebb9@byu.net>
23137         and Bruno Haible  <bruno@clisp.org>
23138
23139         Optimize and test memrchr.
23140         * modules/memrchr (Depends-on): Add intprops.
23141         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
23142         * modules/memrchr-tests: New file.
23143         * tests/test-memrchr.c: New file.
23144
23145 2008-04-26  Bruno Haible  <bruno@clisp.org>
23146
23147         Add tentative support for DragonFly BSD.
23148         * lib/stdio-impl.h: Add macros for DragonFly BSD.
23149         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
23150         fp.
23151         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23152         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
23153         * lib/fpurge.c (fpurge): Likewise.
23154         * lib/freadable.c (freaadable): Likewise.
23155         * lib/freadahead.c (freadahead): Likewise.
23156         * lib/freading.c (freading): Likewise.
23157         * lib/freadptr.c (freadptr): Likewise.
23158         * lib/freadseek.c (freadptrinc): Likewise.
23159         * lib/fseeko.c (fseeko): Likewise.
23160         * lib/fseterr.c (fseterr): Likewise.
23161         * lib/fwritable.c (fwritable): Likewise.
23162         * lib/fwriting.c (fwriting): Likewise.
23163
23164 2008-04-26  Bruno Haible  <bruno@clisp.org>
23165
23166         * lib/stdio-impl.h: New file.
23167         * lib/fbufmode.c: Include stdio-impl.h.
23168         (fbufmode): Use fp_, remove redundant #defines.
23169         * lib/fflush.c: Include stdio-impl.h.
23170         (clear_ungetc_buffer): Remove redundant #defines.
23171         * lib/fpurge.c: Include stdio-impl.h.
23172         (fpurge): Remove redundant #defines.
23173         * lib/freadable.c: Include stdio-impl.h.
23174         (freadable): Remove redundant #defines.
23175         * lib/freadahead.c: Include stdio-impl.h.
23176         (freadahead): Remove redundant #defines.
23177         * lib/freading.c: Include stdio-impl.h.
23178         (freading): Remove redundant #defines.
23179         * lib/freadptr.c: Include stdio-impl.h.
23180         (freadptr): Remove redundant #defines.
23181         * lib/freadseek.c: Include stdio-impl.h.
23182         (freadptrinc): Remove redundant #defines.
23183         * lib/fseeko.c: Include stdio-impl.h.
23184         (rpl_fseeko): Remove redundant #defines.
23185         * lib/fseterr.c: Include stdio-impl.h.
23186         (fseterr): Remove redundant #defines.
23187         * lib/fwritable.c: Include stdio-impl.h.
23188         (fwritable: Remove redundant #defines.
23189         * lib/fwriting.c: Include stdio-impl.h.
23190         (fwriting): Remove redundant #defines.
23191         * modules/fbufmode (Files): Add lib/stdio-impl.h.
23192         * modules/fflush (Files): Likewise.
23193         * modules/fpurge (Files): Likewise.
23194         * modules/freadable (Files): Likewise.
23195         * modules/freadahead (Files): Likewise.
23196         * modules/freading (Files): Likewise.
23197         * modules/freadptr (Files): Likewise.
23198         * modules/freadseek (Files): Likewise.
23199         * modules/fseeko (Files): Likewise.
23200         * modules/fseterr (Files): Likewise.
23201         * modules/fwritable (Files): Likewise.
23202         * modules/fwriting (Files): Likewise.
23203
23204 2008-04-26  Bruno Haible  <bruno@clisp.org>
23205
23206         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23207         restore_seek_optimization, update_fpos_cache): New functions, extracted
23208         from rpl_fflush.
23209         (rpl_fflush): Use them.
23210         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
23211         (gl_REPLACE_FFLUSH): Use it.
23212
23213 2008-04-26  Bruno Haible  <bruno@clisp.org>
23214
23215         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
23216         on Solaris.
23217         * tests/test-xstrtoimax.sh: Likewise.
23218         * tests/test-xstrtoumax.sh: Likewise.
23219         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23220
23221 2008-04-26  Bruno Haible  <bruno@clisp.org>
23222
23223         * modules/memchr-tests: New file.
23224         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
23225
23226 2008-04-26  Eric Blake  <ebb9@byu.net>
23227             Bruno Haible  <bruno@clisp.org>
23228
23229         * lib/memchr.c: Include intprops.h.
23230         (__memchr): Optimize parallel detection of matching bytes. Rename local
23231         variables. Add explanatory comments.
23232
23233 2008-04-26  Bruno Haible  <bruno@clisp.org>
23234
23235         Fix module 'memchr', broken since 2000-10-28.
23236         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
23237
23238 2008-04-26  Bruno Haible  <bruno@clisp.org>
23239
23240         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
23241         comments.
23242
23243 2008-04-25  Eric Blake  <ebb9@byu.net>
23244
23245         Use native fstatat on cygwin 1.7.0.
23246         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
23247         first.
23248
23249 2008-04-23  Eric Blake  <ebb9@byu.net>
23250
23251         Improve memchr2 performance.
23252         * lib/memchr2.c (memchr2): Further optimize parallel detection of
23253         NUL bytes.
23254         * modules/memchr2 (Depends-on): Use intprops.h.
23255
23256 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23257
23258         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
23259         an inline function instead of a CPP macro.  Patch by Ben Pfaff
23260         <blp@cs.stanford.edu>.
23261
23262 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23263
23264         * lib/arpa_inet.in.h: New file.
23265
23266         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
23267         (Makefile.am): Sed in substitute header file.
23268
23269         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
23270         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
23271
23272         * modules/inet_ntop (configure.ac): Use
23273         gl_ARPA_INET_MODULE_INDICATOR.
23274
23275         * modules/inet_pton (configure.ac): Use
23276         gl_ARPA_INET_MODULE_INDICATOR.
23277
23278 2008-04-22  Jim Meyering  <meyering@redhat.com>
23279
23280         * modules/verify (License): Re-license as LGPLv2+.
23281
23282 2008-04-22  Simon Josefsson  <simon@josefsson.org>
23283
23284         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
23285         parameter to void* as per POSIX standard (MinGW uses char*).
23286
23287 2008-04-21  Bruno Haible  <bruno@clisp.org>
23288
23289         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23290         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23291         Define to replacements if REPLACE_ISWCNTRL is 1.
23292         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
23293         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
23294         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
23295         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
23296         what it fixes.
23297         * doc/posix-functions/iswalpha.texi: Likewise.
23298         * doc/posix-functions/iswblank.texi: Likewise.
23299         * doc/posix-functions/iswcntrl.texi: Likewise.
23300         * doc/posix-functions/iswdigit.texi: Likewise.
23301         * doc/posix-functions/iswgraph.texi: Likewise.
23302         * doc/posix-functions/iswlower.texi: Likewise.
23303         * doc/posix-functions/iswprint.texi: Likewise.
23304         * doc/posix-functions/iswpunct.texi: Likewise.
23305         * doc/posix-functions/iswspace.texi: Likewise.
23306         * doc/posix-functions/iswupper.texi: Likewise.
23307         * doc/posix-functions/iswxdigit.texi: Likewise.
23308         Reported by Alain Guibert.
23309
23310 2008-04-21  Bruno Haible  <bruno@clisp.org>
23311
23312         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
23313         Patch by Alain Guibert.
23314
23315 2008-04-21  Bruno Haible  <bruno@clisp.org>
23316
23317         Fix test failures on mingw.
23318         * tests/test-xstrtol.c (print_no_progname): New function.
23319         (main): Install it in error_print_progname hook.
23320         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
23321         * tests/test-xstrtoimax.sh: Likewise.
23322         * tests/test-xstrtoumax.sh: Likewise.
23323
23324 2008-04-21  Bruno Haible  <bruno@clisp.org>
23325
23326         Fix test failure on mingw.
23327         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
23328
23329 2008-04-21  Bruno Haible  <bruno@clisp.org>
23330
23331         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
23332         Actually assign a value.
23333
23334 2008-04-20  Bruno Haible  <bruno@clisp.org>
23335
23336         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
23337         take 2.
23338         * lib/canonicalize.c (canonicalize_file_name): Elide if the
23339         'canonicalize-lgpl' module is also used.
23340         * lib/canonicalize-lgpl.c: Undo last change.
23341         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
23342
23343 2008-04-20  Bruno Haible  <bruno@clisp.org>
23344
23345         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
23346         config.h. Provide _mkdir based fallback for mingw.
23347         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
23348         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
23349         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
23350         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
23351         rather than defining mkdir in config.h.
23352         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
23353         (gl_SYS_STAT_H_DEFAULTS): New macro.
23354         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
23355         HAVE_IO_H any more.
23356         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
23357         HAVE_DECL_MKDIR and HAVE_IO_H.
23358
23359 2008-04-20  Bruno Haible  <bruno@clisp.org>
23360
23361         * lib/isapipe.c: Port to native Windows platforms.
23362
23363 2008-04-20  Bruno Haible  <bruno@clisp.org>
23364
23365         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
23366
23367 2008-04-21  Eric Blake  <ebb9@byu.net>
23368
23369         Work around preprocessors that don't handle UINTMAX_MAX.
23370         * lib/memchr2.c (memchr2): Avoid embedded #if.
23371         Reported by Alain Guibert, fix suggested by Bruno Haible.
23372
23373 2008-04-21  Simon Josefsson  <simon@josefsson.org>
23374
23375         * doc/posix-functions/strftime.texi (strftime): Explain better
23376         Windows incompatibility.  Suggested by Micah Cowan
23377         <micah@cowan.name>.
23378
23379 2008-04-20  Bruno Haible  <bruno@clisp.org>
23380
23381         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
23382         unistr/u8-mblen.
23383
23384 2008-04-20  Bruno Haible  <bruno@clisp.org>
23385
23386         Fix test failure on platforms with non-GNU iconv.
23387         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
23388         (U_TO_U8): Use it, rather than u16_to_u8.
23389         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
23390         units at the end of the input string.
23391         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
23392
23393 2008-04-20  Bruno Haible  <bruno@clisp.org>
23394
23395         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
23396         when the resulting length is 0.
23397         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
23398
23399 2008-04-20  Bruno Haible  <bruno@clisp.org>
23400
23401         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
23402         works.
23403         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
23404
23405 2008-04-20  Bruno Haible  <bruno@clisp.org>
23406
23407         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
23408         * modules/tsearch-tests (configure.ac): Test for initstate function.
23409
23410 2008-04-20  Bruno Haible  <bruno@clisp.org>
23411
23412         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
23413         for nlink_t if missing.
23414         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
23415
23416 2008-04-19  Bruno Haible  <bruno@clisp.org>
23417
23418         Work around snprintf bug on Linux libc5.
23419         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
23420         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23421         gl_SNPRINTF_SIZE1.
23422         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23423         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
23424         that test failed.
23425         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
23426         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
23427         * modules/snprintf (Files): Add m4/printf.m4.
23428         * modules/vsnprintf (Files): Likewise.
23429         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
23430         * doc/posix-functions/vsnprintf.texi: Likewise.
23431
23432 2008-04-19  Bruno Haible  <bruno@clisp.org>
23433
23434         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
23435         from 0.0058 to less than 10^-7.
23436
23437 2008-04-19  Bruno Haible  <bruno@clisp.org>
23438
23439         Fix rounding when a precision is given.
23440         * lib/vasnprintf.c (is_borderline): New function.
23441         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
23442         9...9x.
23443         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
23444         %e, %g.
23445         * tests/test-vasprintf-posix.c (test_function): Likewise.
23446         * tests/test-snprintf-posix.h (test_function): Likewise.
23447         * tests/test-sprintf-posix.h (test_function): Likewise.
23448         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
23449         * tests/test-printf-posix.h (test_function): Likewise.
23450         * tests/test-printf-posix.output: Update.
23451         Reported by John Darrington <john@darrington.wattle.id.au> via
23452         Ben Pfaff <blp@cs.stanford.edu>.
23453
23454 2008-04-18  Simon Josefsson  <simon@josefsson.org>
23455
23456         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
23457         Suggested by Bruno Haible <bruno@clisp.org>.
23458
23459 2008-04-17  Bruno Haible  <bruno@clisp.org>
23460
23461         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
23462         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
23463         implementation.
23464         Patch by Bruce Merry <bmerry@gmail.com>.
23465
23466 2008-04-17  Simon Josefsson  <simon@josefsson.org>
23467
23468         * doc/posix-functions/strftime.texi (strftime): Mention that %e
23469         doesn't work under Windows.
23470
23471 2008-04-16  Bruno Haible  <bruno@clisp.org>
23472
23473         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
23474         New macros.
23475         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
23476         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
23477         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
23478         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
23479         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
23480         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
23481         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
23482         macros.
23483         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
23484         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
23485         Northern Sotho, Uighur.
23486
23487 2008-04-16  Bruno Haible  <bruno@clisp.org>
23488
23489         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
23490         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
23491         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
23492         Reported by Daniel Bergström <daniel@octocode.com>.
23493
23494 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
23495             Bruno Haible  <bruno@clisp.org>
23496
23497         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
23498         function.
23499         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
23500         New functions, mostly extracted from gl_locale_name_default.
23501         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
23502
23503 2008-04-16  Eric Blake  <ebb9@byu.net>
23504
23505         Adjust strtod detection to catch glibc 2.7 bug.
23506         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
23507         Reported by John Gatewood Ham.
23508
23509 2008-04-16  Bruno Haible  <bruno@clisp.org>
23510
23511         Add tentative support for Linux libc5.
23512         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
23513         * lib/fpurge.c (fpurge): Likewise.
23514         * lib/freadable.c (freadable): Likewise.
23515         * lib/freadahead.c (freadahead): Likewise.
23516         * lib/freading.c (freading): Likewise.
23517         * lib/freadptr.c (freadptr): Likewise.
23518         * lib/freadseek.c (freadptrinc): Likewise.
23519         * lib/fseeko.c (rpl_fseeko): Likewise.
23520         * lib/fseterr.c (fseterr): Likewise.
23521         * lib/fwritable.c (fwritable): Likewise.
23522         * lib/fwriting.c (fwriting): Likewise.
23523         Reported by Alain Guibert <alguibert+bts@free.fr>.
23524
23525 2008-04-15  Bruno Haible  <bruno@clisp.org>
23526
23527         * modules/mathl (configure.ac): Define module indicator.
23528
23529 2008-04-15  Bruno Haible  <bruno@clisp.org>
23530
23531         * lib/logl.c (logl): Remove unused variables.
23532
23533 2008-04-15  Bruno Haible  <bruno@clisp.org>
23534
23535         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
23536         fails.
23537
23538 2008-04-15  Bruno Haible  <bruno@clisp.org>
23539
23540         * lib/trim.c (trim2): Fix argument of isspace() macro.
23541
23542 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
23543
23544         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
23545         to 0.
23546         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
23547
23548 2008-04-14  Bruno Haible  <bruno@clisp.org>
23549
23550         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
23551         AC_LANG_PROGRAM argument.
23552         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
23553         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
23554         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
23555         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
23556         * m4/math_h.m4 (gl_MATH_H): Likewise.
23557         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
23558         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23559         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
23560         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
23561         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23562         * m4/regex.m4 (gl_REGEX): Likewise.
23563         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
23564         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
23565         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23566         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
23567         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23568         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23569         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
23570         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
23571
23572 2008-04-14  Jim Meyering  <meyering@redhat.com>
23573
23574         test-strtod: fix typos: s/abs/fabs/
23575         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
23576
23577 2008-04-13  Bruno Haible  <bruno@clisp.org>
23578
23579         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
23580         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
23581         module is also used and while not building the reloc-wrapper.
23582
23583 2008-04-13  Bruno Haible  <bruno@clisp.org>
23584
23585         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
23586
23587 2008-04-13  Bruno Haible  <bruno@clisp.org>
23588
23589         Fix AIX compilation failure introduced on 2008-04-02.
23590         * tests/test-frexp.c (exp): Undefine before redefining.
23591         * tests/test-frexpl.c (exp): Likewise.
23592
23593 2008-04-13  Bruno Haible  <bruno@clisp.org>
23594
23595         Work around a HP-UX stdio bug.
23596         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
23597         * tests/test-ftello.c (main): Likewise.
23598         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
23599         * doc/posix-functions/ftello.texi: Likewise.
23600
23601 2008-04-13  Bruno Haible  <bruno@clisp.org>
23602
23603         Make test-signbit pass on HP-UX/hppa.
23604         * tests/test-signbit.c (minus_zerol): New variable.
23605         (test_signbitl): Use it.
23606
23607 2008-04-13  Bruno Haible  <bruno@clisp.org>
23608
23609         Make truncl work on OSF/1 4.0.
23610         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
23611         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
23612         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
23613         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
23614         HAVE_DECL_TRUNCL.
23615         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
23616         HAVE_DECL_TRUNCL.
23617         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
23618
23619 2008-04-13  Bruno Haible  <bruno@clisp.org>
23620
23621         * lib/unictype.h: Remove trailing comma from enumeration definitions.
23622
23623 2008-04-13  Bruno Haible  <bruno@clisp.org>
23624
23625         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
23626         expression, so as to avoid HP-UX 11 cc compiler bug.
23627
23628 2008-04-13  Bruno Haible  <bruno@clisp.org>
23629
23630         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
23631
23632 2008-04-13  Bruno Haible  <bruno@clisp.org>
23633
23634         * lib/git-merge-changelog.c: Remove empty declaration outside of
23635         functions.
23636
23637 2008-04-13  Bruno Haible  <bruno@clisp.org>
23638
23639         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
23640
23641 2008-04-13  Bruno Haible  <bruno@clisp.org>
23642
23643         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
23644         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
23645         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
23646         also if it exists but lacks definitions of the SHUT_* macros.
23647         * modules/sys_socket (Description): Update.
23648         Reported by Elbert Pol <e.pol@chello.nl>.
23649
23650 2008-04-13  Bruno Haible  <bruno@clisp.org>
23651
23652         * lib/localcharset.c (OS2): Don't redefine if already defined.
23653         Reported by Elbert Pol <e.pol@chello.nl>.
23654
23655 2008-04-13  Bruno Haible  <bruno@clisp.org>
23656
23657         * lib/binary-io.h [__EMX__]: Include <io.h>.
23658         Reported by Elbert Pol <e.pol@chello.nl>.
23659
23660 2008-04-12  Bruno Haible  <bruno@clisp.org>
23661
23662         * lib/fpucw.h: Enable the definitions also for x86_64.
23663         Needed for NetBSD/x86_64.
23664         Reported by Thomas Klausner <tk@giga.or.at>.
23665
23666 2008-04-12  Bruno Haible  <bruno@clisp.org>
23667
23668         * tests/test-strtod.c: Include isnand.h.
23669         (main): Use isnand instead of isnan.
23670         Reported by Jim Meyering.
23671
23672 2008-04-12  Bruno Haible  <bruno@clisp.org>
23673
23674         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
23675         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23676
23677 2008-04-12  Jim Meyering  <meyering@redhat.com>
23678
23679         * m4/math_h.m4 (gl_MATH_H): Fix typos.
23680
23681 2008-04-12  Bruno Haible  <bruno@clisp.org>
23682
23683         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
23684         Reported by Elbert Pol <e.pol@chello.nl>.
23685
23686 2008-04-12  Eric Blake  <ebb9@byu.net>
23687
23688         Work around Solaris 10 math.h bug.
23689         * m4/math_h.m4 (gl_MATH_H): Check for bug.
23690         (gl_MATH_H_DEFAULTS): Set up default.
23691         * modules/math (Makefile.am): Replace new indicators.
23692         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
23693         * tests/test-math.c (main): Test this.
23694         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
23695         * doc/posix-headers/math.texi (math.h): Mention bug.
23696         Reported by Nelson H. F. Beebe and Jim Meyering.
23697
23698 2008-04-11  Bruno Haible  <bruno@clisp.org>
23699
23700         Adapt to future versions of Apple GCC.
23701         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
23702         Reported by Peter O'Gorman <peter@pogma.com>.
23703
23704 2008-04-11  Bruno Haible  <bruno@clisp.org>
23705
23706         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
23707
23708 2008-04-11  Bruno Haible  <bruno@clisp.org>
23709
23710         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
23711
23712         * modules/getaddrinfo-tests (Makefile.am): Define
23713         test_getaddrinfo_LDADD.
23714
23715 2008-04-11  Bruno Haible  <bruno@clisp.org>
23716
23717         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
23718         (init): Fix syntax error.
23719         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
23720         is declared.
23721
23722 2008-04-11  Bruno Haible  <bruno@clisp.org>
23723
23724         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
23725         * modules/glob (Depends-on): Add stdbool.
23726
23727 2008-04-11  Bruno Haible  <bruno@clisp.org>
23728
23729         * lib/trim.c: Include <string.h>.
23730
23731 2008-04-11  Eric Blake  <ebb9@byu.net>
23732
23733         Avoid compile failure on OS/2.
23734         * lib/regex_internal.h (internal_function): Disable optimization
23735         on OS/2 (__EMX__), where it caused compiler error.
23736         Reported by Elbert Pol.
23737
23738 2008-04-11  Bruno Haible  <bruno@clisp.org>
23739
23740         Flush the standard error stream before aborting. Needed on mingw.
23741         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
23742         * tests/test-array_list.c (ASSERT): Likewise.
23743         * tests/test-array_oset.c (ASSERT): Likewise.
23744         * tests/test-avltree_list.c (ASSERT): Likewise.
23745         * tests/test-avltree_oset.c (ASSERT): Likewise.
23746         * tests/test-avltreehash_list.c (ASSERT): Likewise.
23747         * tests/test-binary-io.c (ASSERT): Likewise.
23748         * tests/test-byteswap.c (ASSERT): Likewise.
23749         * tests/test-c-ctype.c (ASSERT): Likewise.
23750         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
23751         * tests/test-c-strcasestr.c (ASSERT): Likewise.
23752         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
23753         * tests/test-c-strstr.c (ASSERT): Likewise.
23754         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
23755         * tests/test-canonicalize.c (ASSERT): Likewise.
23756         * tests/test-carray_list.c (ASSERT): Likewise.
23757         * tests/test-ceilf1.c (ASSERT): Likewise.
23758         * tests/test-ceilf2.c (ASSERT): Likewise.
23759         * tests/test-ceill.c (ASSERT): Likewise.
23760         * tests/test-count-one-bits.c (ASSERT): Likewise.
23761         * tests/test-fbufmode.c (ASSERT): Likewise.
23762         * tests/test-fflush2.c (ASSERT): Likewise.
23763         * tests/test-floorf1.c (ASSERT): Likewise.
23764         * tests/test-floorf2.c (ASSERT): Likewise.
23765         * tests/test-floorl.c (ASSERT): Likewise.
23766         * tests/test-fopen.c (ASSERT): Likewise.
23767         * tests/test-fpending.c (ASSERT): Likewise.
23768         * tests/test-fprintf-posix.c (ASSERT): Likewise.
23769         * tests/test-fpurge.c (ASSERT): Likewise.
23770         * tests/test-freadable.c (ASSERT): Likewise.
23771         * tests/test-freadahead.c (ASSERT): Likewise.
23772         * tests/test-freading.c (ASSERT): Likewise.
23773         * tests/test-freadptr.c (ASSERT): Likewise.
23774         * tests/test-freadptr2.c (ASSERT): Likewise.
23775         * tests/test-freadseek.c (ASSERT): Likewise.
23776         * tests/test-freopen.c (ASSERT): Likewise.
23777         * tests/test-frexp.c (ASSERT): Likewise.
23778         * tests/test-frexpl.c (ASSERT): Likewise.
23779         * tests/test-fseek.c (ASSERT): Likewise.
23780         * tests/test-fseeko.c (ASSERT): Likewise.
23781         * tests/test-fstrcmp.c (ASSERT): Likewise.
23782         * tests/test-ftell.c (ASSERT): Likewise.
23783         * tests/test-ftello.c (ASSERT): Likewise.
23784         * tests/test-func.c (ASSERT): Likewise.
23785         * tests/test-fwritable.c (ASSERT): Likewise.
23786         * tests/test-fwriting.c (ASSERT): Likewise.
23787         * tests/test-getdelim.c (ASSERT): Likewise.
23788         * tests/test-getline.c (ASSERT): Likewise.
23789         * tests/test-i-ring.c (ASSERT): Likewise.
23790         * tests/test-iconv-utf.c (ASSERT): Likewise.
23791         * tests/test-iconv.c (ASSERT): Likewise.
23792         * tests/test-isfinite.c (ASSERT): Likewise.
23793         * tests/test-isnand.c (ASSERT): Likewise.
23794         * tests/test-isnanf.c (ASSERT): Likewise.
23795         * tests/test-isnanl.h (ASSERT): Likewise.
23796         * tests/test-ldexpl.c (ASSERT): Likewise.
23797         * tests/test-linked_list.c (ASSERT): Likewise.
23798         * tests/test-linkedhash_list.c (ASSERT): Likewise.
23799         * tests/test-localename.c (ASSERT): Likewise.
23800         * tests/test-lseek.c (ASSERT): Likewise.
23801         * tests/test-mbscasecmp.c (ASSERT): Likewise.
23802         * tests/test-mbscasestr1.c (ASSERT): Likewise.
23803         * tests/test-mbscasestr2.c (ASSERT): Likewise.
23804         * tests/test-mbscasestr3.c (ASSERT): Likewise.
23805         * tests/test-mbscasestr4.c (ASSERT): Likewise.
23806         * tests/test-mbschr.c (ASSERT): Likewise.
23807         * tests/test-mbscspn.c (ASSERT): Likewise.
23808         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
23809         * tests/test-mbspbrk.c (ASSERT): Likewise.
23810         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
23811         * tests/test-mbsrchr.c (ASSERT): Likewise.
23812         * tests/test-mbsspn.c (ASSERT): Likewise.
23813         * tests/test-mbsstr1.c (ASSERT): Likewise.
23814         * tests/test-mbsstr2.c (ASSERT): Likewise.
23815         * tests/test-mbsstr3.c (ASSERT): Likewise.
23816         * tests/test-memchr2.c (ASSERT): Likewise.
23817         * tests/test-memmem.c (ASSERT): Likewise.
23818         * tests/test-open.c (ASSERT): Likewise.
23819         * tests/test-printf-frexp.c (ASSERT): Likewise.
23820         * tests/test-printf-frexpl.c (ASSERT): Likewise.
23821         * tests/test-printf-posix.c (ASSERT): Likewise.
23822         * tests/test-quotearg.c (ASSERT): Likewise.
23823         * tests/test-rbtree_list.c (ASSERT): Likewise.
23824         * tests/test-rbtree_oset.c (ASSERT): Likewise.
23825         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
23826         * tests/test-round1.c (ASSERT): Likewise.
23827         * tests/test-roundf1.c (ASSERT): Likewise.
23828         * tests/test-roundl.c (ASSERT): Likewise.
23829         * tests/test-signbit.c (ASSERT): Likewise.
23830         * tests/test-sleep.c (ASSERT): Likewise.
23831         * tests/test-snprintf-posix.c (ASSERT): Likewise.
23832         * tests/test-snprintf.c (ASSERT): Likewise.
23833         * tests/test-sprintf-posix.c (ASSERT): Likewise.
23834         * tests/test-stat-time.c (ASSERT): Likewise.
23835         * tests/test-strcasestr.c (ASSERT): Likewise.
23836         * tests/test-strerror.c (ASSERT): Likewise.
23837         * tests/test-striconv.c (ASSERT): Likewise.
23838         * tests/test-striconveh.c (ASSERT): Likewise.
23839         * tests/test-striconveha.c (ASSERT): Likewise.
23840         * tests/test-strsignal.c (ASSERT): Likewise.
23841         * tests/test-strstr.c (ASSERT): Likewise.
23842         * tests/test-strtod.c (ASSERT): Likewise.
23843         * tests/test-trunc1.c (ASSERT): Likewise.
23844         * tests/test-trunc2.c (ASSERT): Likewise.
23845         * tests/test-truncf1.c (ASSERT): Likewise.
23846         * tests/test-truncf2.c (ASSERT): Likewise.
23847         * tests/test-truncl.c (ASSERT): Likewise.
23848         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
23849         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
23850         * tests/test-vasnprintf.c (ASSERT): Likewise.
23851         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
23852         * tests/test-vasprintf.c (ASSERT): Likewise.
23853         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
23854         * tests/test-vprintf-posix.c (ASSERT): Likewise.
23855         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
23856         * tests/test-vsnprintf.c (ASSERT): Likewise.
23857         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
23858         * tests/test-wcwidth.c (ASSERT): Likewise.
23859         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
23860         * tests/test-xprintf-posix.c (ASSERT): Likewise.
23861         * tests/test-xvasprintf.c (ASSERT): Likewise.
23862         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
23863         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
23864         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
23865         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
23866         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
23867         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
23868         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
23869         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
23870         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
23871         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
23872         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
23873         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
23874         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
23875         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
23876         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
23877         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
23878         * tests/unictype/test-block_list.c (ASSERT): Likewise.
23879         * tests/unictype/test-block_of.c (ASSERT): Likewise.
23880         * tests/unictype/test-block_test.c (ASSERT): Likewise.
23881         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
23882         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
23883         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
23884         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
23885         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
23886         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
23887         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
23888         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
23889         * tests/unictype/test-combining.c (ASSERT): Likewise.
23890         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
23891         * tests/unictype/test-digit.c (ASSERT): Likewise.
23892         * tests/unictype/test-mirror.c (ASSERT): Likewise.
23893         * tests/unictype/test-numeric.c (ASSERT): Likewise.
23894         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
23895         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
23896         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
23897         * tests/unictype/test-scripts.c (ASSERT): Likewise.
23898         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
23899         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
23900         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
23901         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
23902         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
23903         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
23904         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
23905         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
23906         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
23907         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
23908         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
23909         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
23910         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
23911         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
23912         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
23913         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
23914         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
23915         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
23916         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
23917         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
23918         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
23919         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
23920         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
23921         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
23922         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
23923         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
23924         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
23925         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
23926         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
23927         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
23928         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
23929         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
23930         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
23931         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
23932         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
23933         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
23934         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
23935         Reported by Eric Blake.
23936
23937 2008-04-11  Bruno Haible  <bruno@clisp.org>
23938
23939         * lib/wchar.in.h: Tweak comment.
23940
23941 2008-04-11  Bruno Haible  <bruno@clisp.org>
23942
23943         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
23944         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
23945         gl_COMMON.
23946         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
23947
23948 2008-04-11  Bruno Haible  <bruno@clisp.org>
23949
23950         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
23951
23952 2008-04-11  Simon Josefsson  <simon@josefsson.org>
23953
23954         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
23955         of attempting to use non-existing /dev/*random.  Based on patch
23956         from Adam Strzelecki <ono@java.pl> in
23957         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
23958
23959 2008-04-08  Bruno Haible  <bruno@clisp.org>
23960
23961         Add tentative support for emx+gcc.
23962         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
23963         * lib/fpurge.c (fpurge): Likewise.
23964         * lib/freadable.c (freadable): Likewise.
23965         * lib/freadahead.c (freadahead): Likewise.
23966         * lib/freading.c (freading): Likewise.
23967         * lib/freadptr.c (freadptr): Likewise.
23968         * lib/freadseek.c (freadptrinc): Likewise.
23969         * lib/fseeko.c (rpl_fseeko): Likewise.
23970         * lib/fseterr.c (fseterr): Likewise.
23971         * lib/fwritable.c (fwritable): Likewise.
23972         * lib/fwriting.c (fwriting): Likewise.
23973         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
23974
23975 2008-04-09  Eric Blake  <ebb9@byu.net>
23976
23977         Avoid some autoconf warnings.
23978         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
23979         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
23980         * m4/afs.m4 (gl_AFS): Likewise.
23981         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
23982         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
23983         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
23984         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
23985         (gl_INTEGER_TYPE_SUFFIX): Likewise.
23986         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
23987         (AC_CHECK_DECLS_ONCE): Likewise.
23988         Rename file...
23989         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
23990         gnulib-tool requires autoconf 2.59 or better.
23991         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
23992
23993 2008-04-08  Eric Blake  <ebb9@byu.net>
23994
23995         Use 'git describe --match' if present (added in git 1.5.5).
23996         * build-aux/git-version-gen: Limit result to tags that match 'v*'
23997         if possible.
23998
23999 2008-04-08  Bruno Haible  <bruno@clisp.org>
24000
24001         Add tentative support for OpenServer.
24002         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
24003         _ptr, _cnt.
24004         * lib/fpurge.c (fpurge): Likewise.
24005         * lib/freadable.c (freadable): Likewise.
24006         * lib/freadahead.c (freadahead): Likewise.
24007         * lib/freading.c (freading): Likewise.
24008         * lib/freadptr.c (freadptr): Likewise.
24009         * lib/freadseek.c (freadptrinc): Likewise.
24010         * lib/fseeko.c (rpl_fseeko): Likewise.
24011         * lib/fseterr.c (fseterr): Likewise.
24012         * lib/fwritable.c (fwritable): Likewise.
24013         * lib/fwriting.c (fwriting): Likewise.
24014         Reported by Roger Cornelius <rac@tenzing.org> and
24015         Brian K. White <brian@aljex.com>.
24016
24017 2008-04-06  Jim Meyering  <meyering@redhat.com>
24018
24019         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
24020
24021 2008-04-06  Bruno Haible  <bruno@clisp.org>
24022
24023         Avoid possible error with non-ASCII bytes in UTF-8 locales.
24024         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
24025         * tests/test-printf-posix.sh: Likewise.
24026         * tests/test-vfprintf-posix.sh: Likewise.
24027         * tests/test-vprintf-posix.sh: Likewise.
24028         * tests/test-xprintf-posix.sh: Likewise.
24029
24030 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24031
24032         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
24033         hide error from 'ls', needed on OS/2.
24034         Report by Elbert Pol <elbert.pol@gmail.com>.
24035
24036 2008-04-04  Eric Blake  <ebb9@byu.net>
24037
24038         Make test-fseeko.c failures meaningful.
24039         * tests/test-fseeko.c: Print line number on failure.
24040         * tests/test-fseek.c: Likewise.
24041         Reported by Nelson H. F. Beebe.
24042
24043         Improve strtod bug detection check.
24044         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
24045         required for Solaris 10.
24046         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
24047
24048 2008-04-04  Bruno Haible  <bruno@clisp.org>
24049
24050         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
24051         by m4/setenv.m4.
24052
24053 2008-04-03  Eric Blake  <ebb9@byu.net>
24054
24055         Ensure sane .version contents.
24056         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
24057         version string.
24058         * build-aux/git-version-gen: Improve documentation.
24059
24060         Make GNU make output nicer.
24061         * top/GNUmakefile [!_have-Makefile]: Add dependency on
24062         MAKECMDGOALS to enforce message for all command line targets.  Set
24063         srcdir for use in maint.mk.
24064
24065         Another maintainer tweak.
24066         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
24067         a target that regenerates version.
24068
24069 2008-04-03  Jim Meyering  <meyering@redhat.com>
24070
24071         vc-list-files: don't cause coreutils "make po-check" failure
24072         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
24073
24074 2008-04-03  Eric Blake  <ebb9@byu.net>
24075
24076         Allow VPATH usage of vc-list-files.
24077         * build-aux/vc-list-files (scriptversion): Add timestamp.
24078         (options): Add --help, --version, -C.
24079         (CVS): Support installed cvsu.
24080
24081 2008-04-02  Bruno Haible  <bruno@clisp.org>
24082
24083         Avoid some "statement with no effect" warnings from gcc.
24084         * tests/test-wctype.c (main): Explicitly ignore unused values.
24085         Reported by Jim Meyering.
24086
24087 2008-04-02  Jim Meyering  <meyering@redhat.com>
24088
24089         Avoid some warnings from "gcc -Wshadow".
24090         * tests/test-frexp.c (exp): Define to a different identifier.
24091         * tests/test-frexpl.c (exp): Likewise.
24092
24093 2008-04-03  Jim Meyering  <meyering@redhat.com>
24094
24095         bootstrap: remove dangling *.[ch] symlinks from lib
24096         * build-aux/bootstrap [dangling symlink removal]: Move find's
24097         -depth option to precede all others, to avoid a warning.
24098         Remove *.[ch] files too, and from "$source_base" (usually lib/).
24099
24100 2008-04-02  Bruno Haible  <bruno@clisp.org>
24101
24102         Avoid some warnings from "gcc -Wshadow".
24103         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
24104         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
24105         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
24106         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
24107         Reported by Jim Meyering.
24108
24109 2008-04-01  Bruno Haible  <bruno@clisp.org>
24110
24111         Fix test to work on IRIX 6.5 with cc.
24112         * tests/test-math.c (numeric_equal): New function.
24113         (main): Use it.
24114
24115 2008-04-01  Bruno Haible  <bruno@clisp.org>
24116
24117         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
24118
24119 2008-04-01  Bruno Haible  <bruno@clisp.org>
24120
24121         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
24122         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24123         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
24124         (Depends-on): Remove math.
24125
24126         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
24127         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24128         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
24129         (Depends-on): Remove math.
24130
24131         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
24132         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24133         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
24134         (Depends-on): Remove math.
24135         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
24136         (Depends-on): Remove math.
24137
24138         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
24139         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24140         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
24141         (Depends-on): Remove math.
24142         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
24143         (Depends-on): Remove math.
24144
24145         * tests/test-round1.c: Include nan.h.
24146         (main): Use NaNd instead of NAN.
24147         * modules/round-tests (Files): Add tests/nan.h.
24148
24149         * tests/test-trunc1.c: Include nan.h.
24150         (main): Use NaNd instead of NAN.
24151         * modules/trunc-tests (Files): Add tests/nan.h.
24152
24153         * tests/test-roundf1.c: Include nan.h.
24154         (main): Use NaNf instead of NAN.
24155         * modules/roundf-tests (Files): Add tests/nan.h.
24156
24157         * tests/test-truncf1.c: Include nan.h.
24158         (main): Use NaNf instead of NAN.
24159         * modules/truncf-tests (Files): Add tests/nan.h.
24160
24161         * tests/test-ceilf1.c: Include nan.h.
24162         (main): Use NaNf instead of NAN.
24163         * modules/ceilf-tests (Files): Add tests/nan.h.
24164
24165         * tests/test-floorf1.c: Include nan.h.
24166         (main): Use NaNf instead of NAN.
24167         * modules/floorf-tests (Files): Add tests/nan.h.
24168
24169         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
24170         (main): Use NaNf instead of NAN.
24171         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
24172
24173         * tests/test-isnand.c: Include nan.h instead of <math.h>.
24174         (main): Use NaNd instead of NAN.
24175         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
24176
24177         * tests/test-frexp.c: Include nan.h.
24178         (main): Use NaNd instead of NAN.
24179         * modules/frexp-tests (Files): Add tests/nan.h.
24180
24181         * lib/isnan.c: Don't include <math.h>.
24182         (FUNC): Don't use NAN macro.
24183         * modules/isnand-nolibm (Depends-on): Remove math.
24184         * modules/isnanf-nolibm (Depends-on): Remove math.
24185         * modules/isnanl (Depends-on): Remove math.
24186         * modules/isnanl-nolibm (Depends-on): Remove math.
24187
24188         * tests/nan.h: New file.
24189
24190 2008-04-01  Eric Blake  <ebb9@byu.net>
24191
24192         Fix typos.
24193         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
24194         values to be the right type.
24195
24196         For now, cater to gnulib strtod inaccuracies.
24197         * tests/test-strtod.c (main): Allow 1-ulp error on expected
24198         fractional results.  While not as nice from a QoI perspective, it
24199         is a quicker patch than correctly implementing decimal to binary
24200         rounding.
24201
24202 2008-03-31  Eric Blake  <ebb9@byu.net>
24203
24204         Guarantee a definition of NAN.
24205         * lib/math.in.h (NAN): Define if missing.
24206         * tests/test-math.c (main): Test it.
24207         * doc/posix-headers/math.texi (math.h): Document this.
24208         * lib/isnan.c (rpl_isnand): Use it.
24209         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
24210         * tests/test-floorf1.c (NaN): Likewise.
24211         * tests/test-frexp.c (NaN): Likewise.
24212         * tests/test-isnand.c (NaN): Likewise.
24213         * tests/test-isnanf.c (NaN): Likewise.
24214         * tests/test-round1.c (NaN): Likewise.
24215         * tests/test-roundf1.c (NaN): Likewise.
24216         * tests/test-snprintf-posix.h (NaN): Likewise.
24217         * tests/test-sprintf-posix.h (NaN): Likewise.
24218         * tests/test-trunc1.c (NaN): Likewise.
24219         * tests/test-truncf1.c (NaN): Likewise.
24220         * tests/test-vasnprintf-posix.c (NaN): Likewise.
24221         * tests/test-vasprintf-posix.c (NaN): Likewise.
24222         * modules/isnand-nolibm (Depends-on): Add math.
24223         * modules/isnanf-nolibm (Depends-on): Likewise.
24224         * modules/isnanl (Depends-on): Likewise.
24225         * modules/isnanl-nolibm (Depends-on): Likewise.
24226         * modules/snprintf-posix-tests (Depends-on): Likewise.
24227         * modules/sprintf-posix-tests (Depends-on): Likewise.
24228         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
24229         * modules/vsprintf-posix-tests (Depends-on): Likewise.
24230         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
24231         * modules/vasprintf-posix-tests (Depends-on): Likewise.
24232
24233 2008-03-31  Bruno Haible  <bruno@clisp.org>
24234
24235         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
24236         * doc/posix-functions/strtod.texi: Likewise.
24237
24238 2008-03-31  Bruno Haible  <bruno@clisp.org>
24239
24240         * tests/test-strtod.c (main): Don't use C99 syntax.
24241
24242 2008-03-31  Bruno Haible  <bruno@clisp.org>
24243
24244         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
24245         Reported by Eric Blake.
24246
24247 2008-03-31  Jim Meyering  <meyering@redhat.com>
24248
24249         Don't compare actual signbit return values.
24250         * tests/test-strtod.c (main): Rather, compare only their
24251         zero/non-zero nature.
24252
24253 2008-03-31  Eric Blake  <ebb9@byu.net>
24254
24255         More strtod documentation.
24256         * doc/posix-functions/strtod.texi (strtod): Interpret more test
24257         failures as distinct bugs.
24258
24259 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24260
24261         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
24262         Problem reported by Erik Benada in
24263         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
24264
24265 2008-03-30  Bruno Haible  <bruno@clisp.org>
24266
24267         * tests/test-strtod.c: Add comments about which assertion fails on which
24268         platform.
24269         * doc/posix-functions/strtod.texi: Add info about many more platforms.
24270
24271 2008-03-30  Eric Blake  <ebb9@byu.net>
24272
24273         Test signbit behavior on zeros.
24274         * tests/test-signbit.c (test_signbitf): Add tests for zero.
24275         (test_signbitd, test_signbitl): Likewise.
24276
24277         More strtod touchups.
24278         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
24279         sign of negative underflow, for now.  Use .5, not .1.
24280         * doc/posix-functions/strtod.texi (strtod): Mention these
24281         limitations.
24282         Reported by Jim Meyering.
24283
24284 2008-03-30  Bruno Haible  <bruno@clisp.org>
24285
24286         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
24287         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
24288
24289 2008-03-30  Bruno Haible  <bruno@clisp.org>
24290
24291         Avoid failure when attempting to return empty iconv results on some
24292         platforms.
24293         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
24294         allocation, don't report ENOMEM when the resulting string is empty.
24295
24296 2008-03-30  Bruno Haible  <bruno@clisp.org>
24297
24298         Fix buffer overrun.
24299         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
24300         Don't consider the width for tmp_length. Check count against tmp_length
24301         before doing the padding. Ensure enough allocation during padding.
24302
24303 2008-03-30  Eric Blake  <ebb9@byu.net>
24304
24305         strtod touchups.
24306         * lib/strtod.c (strtod): Avoid compiler warnings.
24307         Reported by Jim Meyering.
24308
24309 2008-03-30  Bruno Haible  <bruno@clisp.org>
24310
24311         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
24312         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
24313         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
24314         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
24315         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
24316         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
24317         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
24318         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
24319
24320         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
24321         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
24322         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
24323         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
24324         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
24325         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
24326         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
24327         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
24328
24329         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
24330         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
24331         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
24332         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
24333         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
24334         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
24335         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
24336         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
24337
24338         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
24339         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
24340
24341         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
24342         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
24343
24344         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
24345         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
24346
24347         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
24348         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
24349         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
24350
24351         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
24352         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
24353         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
24354
24355         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
24356         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
24357         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
24358
24359         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
24360         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
24361         * modules/vasprintf (Depends-on): Add EOVERFLOW.
24362
24363         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
24364         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
24365         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
24366         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
24367         (Depends-on): Add EOVERFLOW.
24368         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
24369         (Depends-on): Add EOVERFLOW.
24370         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24371         (Depends-on): Add EOVERFLOW.
24372         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24373         (Depends-on): Add EOVERFLOW.
24374         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24375         (Depends-on): Add EOVERFLOW.
24376         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24377         (Depends-on): Add EOVERFLOW.
24378         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24379         (Depends-on): Add EOVERFLOW.
24380         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24381         (Depends-on): Add EOVERFLOW.
24382
24383         * lib/sprintf.c (EOVERFLOW): Remove fallback.
24384         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
24385         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
24386
24387         * lib/snprintf.c (EOVERFLOW): Remove fallback.
24388         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
24389         * modules/snprintf (Depends-on): Add EOVERFLOW.
24390
24391         * lib/poll.c (EOVERFLOW): Remove fallback.
24392         * modules/poll (Depends-on): Add EOVERFLOW.
24393
24394         * lib/getugroups.c (EOVERFLOW): Remove fallback.
24395         * modules/getugroups (Depends-on): Add EOVERFLOW.
24396
24397         * lib/getdelim.c (EOVERFLOW): Remove fallback.
24398         * modules/getdelim (Depends-on): Add EOVERFLOW.
24399
24400         * lib/ftell.c (EOVERFLOW): Remove fallback.
24401         * modules/ftell (Depends-on): Add EOVERFLOW.
24402
24403         * lib/fprintf.c (EOVERFLOW): Remove fallback.
24404         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
24405         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
24406
24407         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
24408
24409         * modules/EOVERFLOW-tests: New file.
24410         * tests/test-EOVERFLOW.c: New file.
24411
24412         * modules/EOVERFLOW: New file.
24413         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
24414
24415 2008-03-30  Bruno Haible  <bruno@clisp.org>
24416
24417         Fix bug introduced on 2007-06-10.
24418         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
24419         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
24420
24421 2008-03-30  Bruno Haible  <bruno@clisp.org>
24422
24423         Improve freadseek's efficiency after ungetc.
24424         * lib/freadseek.c: Include freadahead.h.
24425         (freadptrinc): New function, extracted from freadseek.
24426         (freadseek): Use it in a loop. Use freadahead to determine the number
24427         of loop iterations.
24428         * modules/freadseek (Depends-on): Add freadahead.
24429         (configure.ac): Require AC_C_INLINE.
24430
24431 2008-03-30  Bruno Haible  <bruno@clisp.org>
24432
24433         * lib/freadseek.c (freadseek): Don't ignore the return value of
24434         freadptr.
24435
24436 2008-03-29  Eric Blake  <ebb9@byu.net>
24437
24438         Add hex float support.
24439         * modules/strtod (Depends-on): Add c-ctype.
24440         (Link): Mention POW_LIB.
24441         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
24442         whitespace between 'e' and exponent.
24443         * tests/test-strtod.c (main): Enable hex float tests.
24444         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
24445         now provides.
24446
24447         Document various strtod bugs, with some fixes.
24448         * doc/posix-functions/strtod.texi (strtod): Document bugs with
24449         "-0x", "inf", "nan", and hex constants.
24450         * doc/posix-functions/atof.texi (atof): Likewise.
24451         * modules/stdlib (Makefile.am): Support strtod.
24452         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
24453         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
24454         detect additional strtod bugs.
24455         * lib/stdlib.in.h (rpl_strtod): Add declarations.
24456         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
24457         bool where appropriate.  Parse 'inf' and 'nan'.
24458         * tests/test-strtod.c: New file.
24459         * modules/strtod (Depends-on): Add stdbool, stdlib.
24460         (configure.ac): Turn on module indicator.
24461         * modules/strtod-tests: New module.
24462
24463 2008-03-29  Eric Blake  <ebb9@byu.net>
24464
24465         Fix ftell on mingw.
24466         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
24467         * modules/ftell-tests (Depends-on): Add binary-io.
24468         * modules/ftello-tests (Depends-on): Likewise.
24469         * tests/test-ftell.c (main): Enhance test to cover behavior after
24470         ungetc.  Enforce binary mode.
24471         * tests/test-ftello.c (main): Likewise.
24472
24473         Pass test-freadseek on cygwin.
24474         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
24475         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
24476         ungetc buffer.
24477
24478         * tests/test-fflush2.c (main): Fix typo.
24479
24480 2008-03-29  Bruno Haible  <bruno@clisp.org>
24481
24482         * tests/test-fflush2.c (main): Temporarily disable the contents of
24483         this test.
24484         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
24485         Reported by Eric Blake.
24486
24487 2008-03-28  Simon Josefsson  <simon@josefsson.org>
24488
24489         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
24490         (GC_SHA224_DIGEST_SIZE): Add.
24491
24492         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
24493         (gc_hash_digest_length): Likewise.
24494         (gc_hash_buffer): Likewise.
24495
24496 2008-03-25  Bruno Haible  <bruno@clisp.org>
24497
24498         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
24499         detail which gettext release to use.
24500         Reported by Simon Josefsson.
24501
24502 2008-03-26  Jim Meyering  <meyering@redhat.com>
24503
24504         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
24505         * modules/gnumakefile (clean-GNUmakefile): Also, use
24506         test ... && ... || : syntax rather than if-then ... fi.
24507
24508         gnumakefile: Don't double-quote-expand $(VPATH) value.
24509         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
24510
24511 2008-03-24  Eric Blake  <ebb9@byu.net>
24512
24513         Alter GNUmakefile to install into top directory.
24514         * modules/maintainer-makefile: Split, and add dependency...
24515         * modules/gnumakefile: to this new module.
24516         * build-aux/GNUmakefile: Move...
24517         * top/GNUmakefile: ...here.
24518         * build-aux/maint.mk: Move...
24519         * top/maint.mk: ...here.
24520         * MODULES.html.sh (Support for maintaining...): Document new
24521         module.
24522
24523 2008-03-23  Bruno Haible  <bruno@clisp.org>
24524
24525         * gnulib-tool: New options --vc-files, --no-vc-files.
24526         (func_usage): Document them.
24527         (vc_files): New variable.
24528         (func_import): Consider vc_files.
24529         (func_create_testdir): Set vc_files to empty.
24530         Suggested by Jim Meyering and Karl Berry.
24531
24532 2008-03-23  Bruno Haible  <bruno@clisp.org>
24533
24534         Fix regex compilation error on HP-UX 11.
24535         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
24536         * modules/regex (Files): Add m4/mbstate_t.m4.
24537         Reported by Ton Voon <ton.voon@altinity.com>.
24538
24539 2008-03-23  Bruno Haible  <bruno@clisp.org>
24540
24541         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
24542
24543 2008-03-23  Eric Blake  <ebb9@byu.net>
24544             Bruno Haible  <bruno@clisp.org>
24545
24546         Install files from top/ in the destination directory.
24547         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
24548         augmentation also for the files from top/.
24549         (func_import, func_create_testdir): Rewrite file names:
24550         top/filename -> filename.
24551
24552 2008-03-23  Bruno Haible  <bruno@clisp.org>
24553
24554         Tweak "gnulib --version" output.
24555         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
24556
24557 2008-03-23  Bruno Haible  <bruno@clisp.org>
24558
24559         Tweak "gnulib --version" output.
24560         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
24561         rather than contents of ChangeLog, when possible.
24562
24563 2008-03-21  Eric Blake  <ebb9@byu.net>
24564
24565         More --version tweaks.
24566         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
24567         date of last ChangeLog entry.
24568
24569 2008-03-21  Jim Meyering  <meyering@redhat.com>
24570
24571         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
24572
24573 2008-03-20  Eric Blake  <ebb9@byu.net>
24574
24575         VPATH fix.
24576         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
24577
24578 2008-03-20  Simon Josefsson  <simon@josefsson.org>
24579
24580         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
24581         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
24582
24583 2008-03-20  Eric Blake  <ebb9@byu.net>
24584
24585         Sync GNUmakefile with coreutils.
24586         * build-aux/GNUmakefile (have-Makefile): Rename...
24587         (_have-Makefile): ...to this, for namespace consideration.
24588         (GNUmakefile.cfg): Include, if present.
24589         (_autoreconf): Define a default.
24590         (_is-dist-target): New rule for rebuilds to pick up intra-release
24591         version.
24592         (maint-cfg.mk): Rename...
24593         (cfg.mk): ...to this.
24594
24595 2008-03-18  Jim Meyering  <meyering@redhat.com>
24596
24597         New script and module: mktempd
24598         * MODULES.html.sh (maint+release support): Add mktempd.
24599         * build-aux/mktempd: New file.
24600         * modules/mktempd: New file.
24601
24602 2008-03-15  Jim Meyering  <meyering@redhat.com>
24603
24604         Undo last change.
24605         * lib/sha1.c, lib/md5.c: 63 != ~63.
24606         Reported by Andreas Schwab.
24607
24608         sha1.c, md5.c: Hoist a redundant expression.
24609         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
24610         "ctx->buflen" only once, before calling *_process_block.
24611         * lib/md5.c (md5_process_bytes): Likewise.
24612
24613 2008-03-14  Eric Blake  <ebb9@byu.net>
24614
24615         Bump copyright year in files generated by gnulib-tool.
24616         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
24617         gnulib-tool, rather than hard-coding it.
24618
24619         Fix 'gnulib-tool --version' output to work with git.
24620         * gnulib-tool (func_gnulib_dir): New function, extracted from...
24621         (startup): ...here.
24622         (func_version): Use it to invoke git-version-gen, rather than
24623         relying on CVS keyword expansion.  Modernize wording.
24624         (cvsdatestamp, last_checkin_date, version): Kill unused
24625         variables.
24626
24627 2008-03-12  Jim Meyering  <meyering@redhat.com>
24628
24629         Recognize optional cast of the argument to free.
24630         * build-aux/useless-if-before-free: Update regexps.
24631
24632         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
24633
24634 2008-03-11  Bruno Haible  <bruno@clisp.org>
24635
24636         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
24637         by a single package.
24638         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
24639         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
24640         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
24641         Reported by Sam Steingold <sds@gnu.org>.
24642
24643 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24644
24645         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
24646         repositories.
24647
24648 2008-03-11  Bruno Haible  <bruno@clisp.org>
24649
24650         Avoid conflicts between local macro definitions.
24651         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
24652         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
24653
24654 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
24655             Bruno Haible  <bruno@clisp.org>
24656
24657         Make va_copy work with some version of xlc on AIX 5.1.
24658         * lib/stdarg.in.h: New file.
24659         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
24660         On AIX, use a <stdarg.h> file substitute.
24661         * modules/stdarg (Files): Add lib/stdarg.in.h.
24662         (Depends-on): Add include_next.
24663         (Makefile.am): Build a stdarg.h substitute if requested.
24664         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
24665
24666 2008-03-10  Bruno Haible  <bruno@clisp.org>
24667
24668         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
24669         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
24670         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
24671
24672 2008-03-10  Bruno Haible  <bruno@clisp.org>
24673
24674         * modules/stdlib (Depends-on): Add include_next, remove
24675         absolute-header.
24676
24677 2008-03-09  Bruno Haible  <bruno@clisp.org>
24678
24679         * lib/freadahead.h (freadahead): Document more precisely.
24680         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
24681         the sum of both buffer sizes.
24682         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
24683         * NEWS: Document the change.
24684
24685 2008-03-09  Bruno Haible  <bruno@clisp.org>
24686
24687         Extend freadptr to return also the buffer size.
24688         * lib/freadptr.h (freadptr): Add sizep argument.
24689         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
24690         (freadptr): Add sizep argument. Determine buffer size like freadahead
24691         does.
24692         * tests/test-freadptr.c: Don't include freadahead.h.
24693         (main): Adapt for new calling convention of freadptr.
24694         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
24695         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
24696         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
24697         tests/test-freadptr2.sh.
24698         (Depends): Remove freadahead.
24699         (TESTS): Add test-freadptr2.sh.
24700         (check_PROGRAMS): Add test-freadptr2.
24701
24702 2008-03-09  Bruno Haible  <bruno@clisp.org>
24703
24704         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
24705         Report and solution by Simon Josefsson.
24706
24707 2008-03-06  Bruno Haible  <bruno@clisp.org>
24708
24709         Make fflush after ungetc work on BSD platforms.
24710         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
24711         * tests/test-fflush2.c: New file.
24712         * tests/test-fflush2.sh: New file.
24713         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
24714         tests/test-fflush2.c.
24715         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
24716         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
24717
24718 2008-03-06  Eric Blake  <ebb9@byu.net>
24719
24720         Likewise for ftello.
24721         * modules/ftello (Dependencies): Add extensions.
24722         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
24723
24724 2008-03-06  Bruno Haible  <bruno@clisp.org>
24725
24726         * modules/fseeko (Dependencies): Add extensions.
24727         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
24728         Needed on glibc systems.
24729
24730 2008-03-06  Bruno Haible  <bruno@clisp.org>
24731
24732         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
24733         email address.
24734         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24735
24736 2008-03-06  Bruno Haible  <bruno@clisp.org>
24737
24738         * users.txt: Add libgnupdf.
24739
24740 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
24741
24742         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
24743         (Header File Substitutes, Function Substitutes,
24744         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
24745         (Build robot for gnulib): Fix typo.
24746
24747 2008-03-06  Bruno Haible  <bruno@clisp.org>
24748
24749         * doc/gnulib-tool.texi (VCS Issues): Small updates.
24750         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24751
24752 2008-03-06  Bruno Haible  <bruno@clisp.org>
24753
24754         * doc/func.texi: New file, extracted from doc/gnulib.texi.
24755         * doc/gnulib.texi: Include it.
24756
24757 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24758
24759         * modules/func (License): Change license to unlimited; there was
24760         no LGPL parts in the module anyway.
24761
24762 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24763
24764         * modules/__func__: Renamed to modules/func.
24765         * modules/__func__-tests: Renamed to modules/func-tests.
24766         * tests/test-__func__.c: Renamed to tests/test-func.c.
24767         * m4/__func__.m4: Renamed to m4/func.m4.
24768         * doc/gnulib.texi (__func__): Section renamed to func.
24769         Suggested by Eric Blake <ebb9@byu.net>.
24770
24771 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24772
24773         * doc/gnulib.texi (__func__): Use C99 terminology when talking
24774         about __func__.  Make example self-contained.  Suggested by Eric
24775         Blake <ebb9@byu.net>.
24776
24777         * tests/test-__func__.c (main): Avoid extraneous () around __func.
24778         Suggested by Eric Blake <ebb9@byu.net>.
24779
24780 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24781
24782         * modules/__func__: New file.
24783         * modules/__func__-tests: New file.
24784         * tests/test-__func__.c: New file.
24785         * m4/__func__.m4: New file.
24786         * doc/gnulib.texi (__func__): Document __func__ module.
24787
24788 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24789
24790         * modules/byteswap (License): Re-license as LGPLv2+.
24791
24792 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24793
24794         * doc/Makefile: Add pdf target.
24795
24796 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24797
24798         * modules/inline (License): Use 'unlimited', since there are only
24799         *.m4 files in this module.
24800
24801 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
24802             Bruno Haible  <bruno@clisp.org>
24803
24804         Add support for HP C 7.1 on OpenVMS 8.3.
24805         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
24806
24807 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
24808
24809         Update VMS specifics.
24810         * lib/getopt.c [VMS]: Remove include of unixlib.h.
24811
24812 2008-03-02  Jim Meyering  <meyering@redhat.com>
24813
24814         Remove the last dependency on the "free" module.
24815         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
24816         Reported by Bob Proulx.
24817
24818         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
24819
24820         Remove useless "if" tests before free.  Deprecate "free" module.
24821         * doc/posix-functions/free.texi: Mention that this
24822         module is no longer useful.
24823         * modules/free (Notice): Say this module is obsolete.
24824         * modules/readutmp (Depends-on): Remove free.
24825         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
24826         * lib/putenv.c (putenv): Likewise.
24827         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
24828         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
24829         * tests/test-c-strcasestr.c (main): Likewise.
24830         * tests/test-c-strstr.c (main): Likewise.
24831         * tests/test-mbscasestr1.c (main): Likewise.
24832         * tests/test-mbscasestr2.c (main): Likewise.
24833         * tests/test-mbsstr1.c (main): Likewise.
24834         * tests/test-mbsstr2.c (main): Likewise.
24835         * tests/test-memmem.c (main): Likewise.
24836         * tests/test-strcasestr.c (main): Likewise.
24837         * tests/test-striconv.c (main): Likewise.
24838         * tests/test-striconveh.c (main): Likewise.
24839         * tests/test-striconveha.c (main): Likewise.
24840         * tests/test-strstr.c (main): Likewise.
24841
24842         * build-aux/git-version-gen: Adjust a comment and the Usage string.
24843
24844         bootstrap: sync from coreutils again
24845         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
24846
24847 2008-03-01  Jim Meyering  <meyering@redhat.com>
24848
24849         bootstrap: sync from coreutils
24850         * build-aux/bootstrap (update_po_files): Copy a .po file into place
24851         also when the target doesn't exist.
24852
24853 2008-03-01  Eric Blake  <ebb9@byu.net>
24854
24855         Fix bugs in last patch.
24856         * lib/memchr2.c (memchr2): Fix typo.
24857         * tests/test-memchr2.c: Test previous bug, and don't use GNU
24858         extension.
24859         Reported by Bruce Korb.
24860
24861         New module 'memchr2'.
24862         * modules/memchr2: New file.
24863         * modules/memchr2-tests: Likewise.
24864         * lib/memchr2.h: Likewise.
24865         * lib/memchr2.c: Likewise, based on memchr.c.
24866         * tests/test-memchr2.c: New test.
24867         * MODULES.html.sh (String handling): Add memchr2.
24868
24869 2008-02-29  Bruno Haible  <bruno@clisp.org>
24870
24871         * modules/freadseek-tests: New file.
24872         * tests/test-freadseek.sh: New file.
24873         * tests/test-freadseek.c: New file.
24874
24875         New module 'freadseek'.
24876         * modules/freadseek: New file.
24877         * lib/freadseek.h: New file.
24878         * lib/freadseek.c: New file.
24879         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
24880
24881 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
24882
24883         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
24884         wydawca.
24885
24886         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
24887         program_invocation_name and program_invocation_short_name are
24888         present.
24889
24890 2008-02-28  Bruno Haible  <bruno@clisp.org>
24891
24892         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
24893         * tests/test-freadptr.sh: Also test non-seekable stdin.
24894
24895 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
24896
24897         * build-aux/bootstrap (source_base, m4_base)
24898         (doc_base, tests_base): New variables.
24899         (gnulib_tool_options): Do not hardcode base directories, use
24900         the above variables instead.
24901
24902 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
24903
24904         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
24905
24906 2008-02-28  Bruno Haible  <bruno@clisp.org>
24907
24908         * modules/freadptr-tests: New file.
24909         * tests/test-freadptr.sh: New file.
24910         * tests/test-freadptr.c: New file.
24911
24912         New module 'freadptr'.
24913         * modules/freadptr: New file.
24914         * lib/freadptr.h: New file.
24915         * lib/freadptr.c: New file.
24916         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
24917
24918 2008-02-26  Karl Berry  <karl@freefriends.org>
24919
24920         Sync from Libtool:
24921         * libltdl/argz.c (argz_add, argz_count): New functions.
24922         * libltdl/argz.in.h: Declare them.
24923         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
24924
24925 2008-02-22  Bruno Haible  <bruno@clisp.org>
24926
24927         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
24928         is a pointer type.  Needed for HP-UX 10.
24929         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
24930         * doc/posix-functions/gmtime_r.texi: Likewise.
24931         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
24932
24933 2008-02-24  Bruno Haible  <bruno@clisp.org>
24934
24935         * modules/environ-tests: New file.
24936         * tests/test-environ.c: New file.
24937
24938         New module 'environ'.
24939         * modules/environ: New file.
24940         * lib/unistd.in.h (environ): New declaration.
24941         * m4/environ.m4: New file.
24942         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
24943         after use.
24944         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
24945         HAVE_DECL_ENVIRON.
24946         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
24947         HAVE_DECL_ENVIRON.
24948         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
24949         wrong claim that 'environ' is missing on some systems.
24950         * modules/execute (Depends-on): Add environ.
24951         * lib/execute.c (environ): Remove fallback declaration.
24952         * modules/pipe (Depends-on): Add environ.
24953         * lib/pipe.c (environ): Remove fallback declaration.
24954         * modules/setenv (Depends-on): Add environ.
24955         * lib/setenv.c (environ): Remove fallback declaration.
24956         * modules/unsetenv (Depends-on): Add environ.
24957         * lib/unsetenv.c (environ): Remove fallback declaration.
24958         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
24959         m4/environ.m4.
24960         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
24961         (gl_PREREQ_UNSETENV): Likewise.
24962
24963 2008-02-24  Bruno Haible  <bruno@clisp.org>
24964
24965         * doc/posix-functions/environ.texi: Document the MacOS X problem.
24966
24967 2008-02-20  Bob Proulx  <bob@proulx.com>
24968
24969         Enable use of older two part flavor 'git describe'.
24970         * build-aux/git-version-gen: If using the older two part flavor of
24971         git version then recreate the third part now present in the
24972         newer three part flavor of git describe.
24973
24974 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
24975
24976         * lib/fts.c (fts_build): Typo correction to comment.
24977
24978 2008-02-17  Bruno Haible  <bruno@clisp.org>
24979
24980         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
24981         generating no-op conflicts.
24982
24983 2008-02-17  Bruno Haible  <bruno@clisp.org>
24984
24985         Speed up by 10%.
24986         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
24987         result_entries, rather than an index-based loop.
24988
24989 2008-02-17  Bruno Haible  <bruno@clisp.org>
24990
24991         Speed up by 25%.
24992         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
24993         'hashcode_cached'.
24994         (entry_create): New function.
24995         (entry_hashcode): Use the cached hashcode if possible.
24996         (read_changelog_file, try_split_merged_entry): Use entry_create.
24997
24998 2008-02-17  Bruno Haible  <bruno@clisp.org>
24999
25000         Speed up from O(n^2) to O(n) for long ChangeLog files.
25001         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
25002         (read_changelog_file): Change implementation of entries_reversed list
25003         to rbtreehash.
25004         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
25005
25006 2008-02-17  Bruno Haible  <bruno@clisp.org>
25007
25008         New option --split-merged-entry.
25009         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
25010         (find_paragraph_end, try_split_merged_entry): New functions.
25011         (long_options): Add option --split-merged-entry.
25012         (usage): Document option --split-merged-entry.
25013         (main): Implement option --split-merged-entry.
25014         Reported by Eric Blake.
25015
25016 2008-02-17  Bruno Haible  <bruno@clisp.org>
25017
25018         * lib/git-merge-changelog.c: Include c-strstr.h.
25019         (main): Support the "git pull --rebase" situation.
25020         * modules/git-merge-changelog (Depends-on): Add c-strstr.
25021         Reported by Eric Blake.
25022
25023 2008-02-16  Eric Blake  <ebb9@byu.net>
25024
25025         Avoid doubling \ in common case of "c-maybe" quoting style.
25026         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
25027         eliding outer quotes.
25028         * lib/quotearg.h: Document this.
25029         * tests/test-quotearg.c (result_strings, inputs, results_g)
25030         (flag_results, locale_results): Test it by adding a new string to
25031         each test group.
25032         (compare_strings): Test new string.
25033
25034 2008-02-13  Eric Blake  <ebb9@byu.net>
25035
25036         Avoid trigraph quoting in default output.
25037         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
25038         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
25039         unless explicitly requested.
25040         * tests/test-quotearg.c (flag_results, main): Add additional tests.
25041
25042 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
25043
25044         Don't rely on signed integer overflowing to negative value.
25045         * lib/getugroups.c (getugroups): Include <limits.h>.
25046         Instead, compare against INT_MAX, and increment only if the test passes.
25047
25048 2008-02-13  Jim Meyering  <meyering@redhat.com>
25049         and Eric Blake  <ebb9@byu.net>
25050
25051         Avoid shadowing warning and compile errors on Linux.
25052         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
25053         forwarding macros on Linux.
25054         (dcgettext): Define a stub, for Linux.
25055         (results_g, main): Avoid warnings.
25056
25057 2008-02-12  Eric Blake  <ebb9@byu.net>
25058
25059         Silence warning in last patch.
25060         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
25061
25062         Quotearg part 4: add tests, fix c-maybe colon quoting.
25063         * lib/quotearg.h: Improve documentation.
25064         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
25065         escapes when adding outer quotes.  When quoting trigraphs, use
25066         valid C notation.  When quoting NUL, omit extra characters if next
25067         character is not digit.  Alter prototype.
25068         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
25069         callers.
25070         * modules/quotearg-tests: New module.
25071         * tests/test-quotearg.c: New test.
25072
25073 2008-02-07  Eric Blake  <ebb9@byu.net>
25074
25075         Quotearg part 3: add flag to control outer quote elision.
25076         * lib/quotearg.h (c_maybe_quoting_style): New style.
25077         (enum quoting_flags): Better documentation of flags.
25078         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
25079         c-maybe style.
25080         (quotearg_buffer_restyled): Handle new flag to elide outer
25081         quotes.
25082
25083         Quotearg part 2: add flag that can control NUL elision.
25084         * lib/quotearg.h (set_quoting_flags): New prototype.
25085         * lib/quotearg.c (struct quoting_options): Add flag field.
25086         (set_quoting_flags): New function.
25087         (quotearg_buffer_restyled): Add flags parameter.
25088         (quotearg_alloc_mem): Set the flag if length cannot be returned.
25089         (quotearg_n_options): Set the flag, since length cannot be
25090         returned.
25091         (quoting_options_from_style): Default flags correctly.
25092
25093         Quotearg part 1: more wrappers, restore quotearg_char state.
25094         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
25095         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
25096         (quotearg_colon_mem): New wrappers.
25097         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
25098         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
25099         functions.
25100         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
25101         (quotearg_colon_mem): New functions.
25102
25103 2008-02-11  Bruno Haible  <bruno@clisp.org>
25104
25105         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
25106         library in the current directory: it does not work with parallel make.
25107         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25108
25109 2008-02-11  Bruno Haible  <bruno@clisp.org>
25110
25111         * .gitattributes: New file.
25112
25113 2008-02-11  Jim Meyering  <meyering@redhat.com>
25114
25115         useless-if-before-free: Fix reversed exit values.
25116         * build-aux/useless-if-before-free: Use correct values
25117         for EXIT_MATCH and EXIT_NO_MATCH.
25118
25119         * build-aux/useless-if-before-free: Close stdout carefully.
25120
25121 2008-02-10  Bruno Haible  <bruno@clisp.org>
25122
25123         New module 'git-merge-changelog'.
25124         * modules/git-merge-changelog: New file.
25125         * lib/git-merge-changelog.c: New file.
25126
25127 2008-02-10  Jim Meyering  <meyering@redhat.com>
25128
25129         useless-if-before-free: New option: --list (-l).
25130
25131         useless-if-before-free: Don't exit immediately upon open failure.
25132         * build-aux/useless-if-before-free: Exit 2 for errors.
25133         Upon failure to open a file, don't exit immediately.
25134         Rather, just warn and continue with any remaining files.
25135
25136 2008-02-10  Bruno Haible  <bruno@clisp.org>
25137
25138         New abstract list operation 'node_set_value'.
25139         * lib/gl_list.h (gl_list_node_set_value): New function.
25140         (struct gl_list_implementation): New field node_set_value.
25141         * lib/gl_list.c (gl_list_node_set_value): New function.
25142         * lib/gl_array_list.c (gl_array_node_set_value): New function.
25143         (gl_array_list_implementation): Update.
25144         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
25145         (gl_carray_list_implementation): Update.
25146         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
25147         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
25148         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
25149         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
25150         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
25151         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
25152         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
25153         Update.
25154         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
25155         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
25156         (gl_sublist_list_implementation): Update.
25157
25158 2008-02-10  Bruno Haible  <bruno@clisp.org>
25159
25160         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
25161         Needed when ELEMENT is #defined to 'some_type *'.
25162
25163 2008-02-10  Jim Meyering  <meyering@redhat.com>
25164
25165         New script and module: useless-if-before-free
25166         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
25167         * build-aux/useless-if-before-free: New file.
25168         * modules/useless-if-before-free: New file.
25169
25170         * build-aux/gitlog-to-changelog: Use committer date, not author date.
25171
25172         xstrtol_error: Fix typo.
25173         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
25174         s/exit_failure/exit_status/.
25175
25176 2008-02-09  Jim Meyering  <meyering@redhat.com>
25177
25178         New script and module: gitlog-to-changelog
25179         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
25180         * modules/gitlog-to-changelog: New file.
25181         * build-aux/gitlog-to-changelog: New file.
25182
25183 2008-02-08  Jim Meyering  <meyering@redhat.com>
25184
25185         Avoid two "parameter unused" warnings.
25186         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
25187         Mark "st" as used.
25188
25189         Use "git COMMAND", not "git-COMMAND".
25190         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
25191         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
25192         * build-aux/git-version-gen: Use "git status", not "git-status".
25193
25194 2008-02-07  Bruno Haible  <bruno@clisp.org>
25195
25196         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
25197         Avoids a crash on Windows Vista.
25198         Reported by Adam Strzelecki <ono@java.pl> via
25199         Simon Josefsson <simon@josefsson.org>.
25200
25201 2008-02-06  Bruno Haible  <bruno@clisp.org>
25202
25203         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
25204         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
25205         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
25206         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
25207         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25208         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25209         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
25210         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
25211         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25212         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25213         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25214         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25215         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25216         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25217         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25218         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
25219         left-adjust flag.
25220         * tests/test-snprintf-posix.h (test_function): Likewise.
25221         * tests/test-sprintf-posix.h (test_function): Likewise.
25222         * tests/test-vasprintf-posix.c (test_function): Likewise.
25223         * doc/posix-functions/fprintf.texi: Update.
25224         * doc/posix-functions/printf.texi: Update.
25225         * doc/posix-functions/snprintf.texi: Update.
25226         * doc/posix-functions/sprintf.texi: Update.
25227         * doc/posix-functions/vfprintf.texi: Update.
25228         * doc/posix-functions/vprintf.texi: Update.
25229         * doc/posix-functions/vsnprintf.texi: Update.
25230         * doc/posix-functions/vsprintf.texi: Update.
25231         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25232
25233 2008-02-06  Bruno Haible  <bruno@clisp.org>
25234
25235         Fix bug introduced on 2008-01-26.
25236         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
25237
25238 2008-02-06  Bruno Haible  <bruno@clisp.org>
25239
25240         Fix bug introduced on 2007-06-10.
25241         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
25242         !NEED_PRINTF_FLAG_ZERO.
25243
25244 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
25245
25246         getloadavg: use libperfstat on AIX5
25247         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
25248
25249 2008-02-03  Bruno Haible  <bruno@clisp.org>
25250
25251         * lib/diffseq.h: Add comments about required #includes.
25252         Reported by Michael Biggs <gnulib@doubleplum.net>.
25253
25254 2008-02-01  Bruno Haible  <bruno@clisp.org>
25255
25256         * users.txt: Add gnuit.
25257
25258 2008-01-31  Bruno Haible  <bruno@clisp.org>
25259
25260         * lib/md4.c (set_uint32): Mark as inline.
25261         * lib/md5.c (set_uint32): Likewise.
25262         * lib/sha1.c (set_uint32): Likewise.
25263         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
25264         * m4/md5.m4 (gl_MD5): Likewise.
25265         * m4/sha1.m4 (gl_SHA1): Likewise.
25266
25267 2008-01-31  Jim Meyering  <meyering@redhat.com>
25268
25269         Use "sizeof VAR", rather than a literal "4".
25270         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
25271         * lib/md4.c (md4_read_ctx): Likewise.
25272         * lib/sha1.c (sha1_read_ctx): Likewise.
25273
25274 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25275
25276         * tests/test-sha1.c: New file, based on test-md5.c.
25277
25278         * modules/crypto/sha1-tests: New file.
25279
25280 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25281
25282         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
25283
25284 2008-01-31  Jim Meyering  <meyering@redhat.com>
25285
25286         Prefer "sizeof v" over the equivalent "4".
25287         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
25288         * lib/md5.c (set_uint32): Likewise.
25289         * lib/sha1.c (set_uint32): Likewise.
25290
25291 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25292
25293         * lib/sha1.c (set_uint32): Mark function as static.
25294
25295 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25296
25297         md2: clarify comments to say that alignment is not required.
25298         * lib/md2.h: Remove warning about alignment in comment.
25299         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
25300         never been required.
25301
25302 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25303
25304         md4: adapt alignment constraint fix from sha1.
25305         * lib/md4.c (set_uint32): New function, from sha1.c
25306         (md4_read_ctx): Use it.
25307         (md4_finish_ctx): Doc fix.
25308         * lib/md4.h: Doc fix.
25309
25310 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25311
25312         md5: adapt alignment constraint fix from sha1.
25313         * lib/md5.c (set_uint32): New function, from sha1.c
25314         (md5_read_ctx): Use it.
25315         (md5_finish_ctx): Doc fix.
25316         * lib/md5.h: Doc fix.
25317
25318 2008-01-30  Peter Palfrader  <weasel@debian.org>
25319
25320         sha1: remove the result buffer alignment constraint
25321         * lib/sha1.c (set_uint32): New function.
25322         (sha1_read_ctx): Rewrite to remove the result buffer alignment
25323         constraint.
25324         (sha1_finish_ctx): Remove comment warning about alignment constraint.
25325         * lib/sha1.h: Likewise.
25326
25327 2008-01-30  Andreas Schwab  <schwab@suse.de>
25328             Bruno Haible  <bruno@clisp.org>
25329
25330         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
25331         correct definition of LDBL_MIN_EXP.
25332
25333 2008-01-30  Karl Berry  <karl@gnu.org>
25334
25335         * config/srclist-update: try to preserve x bit on updates.
25336         * config/srclistvars.sh: update for karl.
25337
25338 2008-01-29  Jim Meyering  <meyering@redhat.com>
25339
25340         vasnprintf.c: Avoid warning about unused label
25341         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
25342         "overflow" label definition and associated code with the
25343         same cpp condition that guards the sole use of that label.
25344
25345 2008-01-26  Bruno Haible  <bruno@clisp.org>
25346
25347         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
25348         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
25349         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
25350         * lib/isnanl-nolibm.h (isnanl): Likewise.
25351         Reported by Paul Eggert <eggert@cs.ucla.edu>.
25352
25353 2008-01-26  Bruno Haible  <bruno@clisp.org>
25354
25355         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
25356         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
25357
25358 2008-01-26  Bruno Haible  <bruno@clisp.org>
25359
25360         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
25361         GCC >= 4.0 built-in.
25362         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
25363
25364 2008-01-26  Bruno Haible  <bruno@clisp.org>
25365
25366         Rename isnan, applicable to 'double' only, to isnand.
25367         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
25368         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
25369         (configure.ac): Update.
25370         (Include): Replace "isnan.h" with "isnand.h".
25371         * m4/isnand.m4: Renamed from m4/isnan.m4.
25372         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
25373         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
25374         instead of isnan.c.
25375         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
25376         instead of HAVE_ISNAN_IN_LIBC.
25377         (isnand): Renamed from isnan.
25378         * lib/isnand.c: New file.
25379         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
25380         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
25381         (Makefile.am): Update.
25382         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
25383         Include isnand.h instead of isnan.h.
25384         (main): Test isnand instead of isnan.
25385         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
25386         isnan-nolibm.
25387         * modules/frexp (Depends-on): Likewise.
25388         * modules/frexp-tests (Depends-on): Likewise.
25389         * modules/frexp-nolibm (Depends-on): Likewise.
25390         * modules/frexp-nolibm-tests (Depends-on): Likewise.
25391         * modules/isfinite (Depends-on): Likewise.
25392         * modules/round-tests (Depends-on): Likewise.
25393         * modules/signbit (Depends-on): Likewise.
25394         * modules/signbit-tests (Depends-on): Likewise.
25395         * modules/snprintf-posix (Depends-on): Likewise.
25396         * modules/sprintf-posix (Depends-on): Likewise.
25397         * modules/trunc-tests (Depends-on): Likewise.
25398         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25399         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25400         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25401         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25402         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25403         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25404         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25405         * modules/vasnprintf-posix (Depends-on): Likewise.
25406         * modules/vasprintf-posix (Depends-on): Likewise.
25407         * modules/vfprintf-posix (Depends-on): Likewise.
25408         * modules/vsnprintf-posix (Depends-on): Likewise.
25409         * modules/vsprintf-posix (Depends-on): Likewise.
25410         * lib/frexp.c: Include isnand.h instead of isnan.h.
25411         (ISNAN): Set to isnand instead of isnan.
25412         * lib/isfinite.c: Include isnand.h instead of isnan.h.
25413         (gl_isfinited): Use isnand instead of isnan.
25414         * lib/signbitd.c: Include isnand.h instead of isnan.h.
25415         (gl_signbitd): Use isnand instead of isnan.
25416         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
25417         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
25418         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
25419         (main): Use isnand instead of isnan.
25420         * tests/test-round1.c: Include isnand.h.
25421         (main): Use isnand instead of isnan.
25422         * tests/test-round2.c: Include isnand.h instead of isnan.h.
25423         (ISNAN): Set to isnand instead of isnan.
25424         * tests/test-trunc1.c: Include isnand.h.
25425         (main): Use isnand instead of isnan.
25426         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
25427         (equal): Use isnand instead of isnan.
25428         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
25429         isnand-nolibm.
25430         * NEWS: Mention the change.
25431
25432 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
25433             Bruno Haible  <bruno@clisp.org>
25434
25435         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
25436         the GCC builtins for signbits are present and set
25437         REPLACE_SIGNBIT_USING_GCC if so.
25438         * lib/math.in.h (signbit): Define using GCC builtins if
25439         REPLACE_SIGNBIT_USING_GCC is set.
25440         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
25441         REPLACE_SIGNBIT_USING_GCC.
25442         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
25443
25444 2008-01-25  Jim Meyering  <meyering@redhat.com>
25445
25446         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
25447         * lib/poll.c: Include <config.h>, not "config.h".
25448         * tests/test-getaddrinfo.c: Likewise.
25449
25450 2008-01-25  Simon Josefsson  <simon@josefsson.org>
25451
25452         * modules/sockets-tests: New file.
25453
25454 2008-01-24  Simon Josefsson  <simon@josefsson.org>
25455
25456         * modules/sockets: New module, can be used to call WSA_Startup and
25457         WSA_Cleanup when needed.
25458
25459         * lib/sockets.h, lib/sockets.c: New files.
25460
25461         * m4/sockets.m4: New file.
25462
25463         * tests/test-sockets.c: New file.
25464
25465 2008-01-19  Bruno Haible  <bruno@clisp.org>
25466
25467         * doc/posix-headers: Renamed from doc/headers.
25468         * doc/posix-functions: Renamed from doc/functions.
25469         * doc/gnulib.texi: Update.
25470
25471 2008-01-19  Bruno Haible  <bruno@clisp.org>
25472
25473         * doc/glibc-functions/strcasestr.texi: Include contents of
25474         doc/functions/strcasestr.texi, fixing the list of platforms.
25475         * doc/functions/strcasestr.texi: Remove file.
25476
25477 2008-01-19  Bruno Haible  <bruno@clisp.org>
25478
25479         * doc/glibc-functions/memmem.texi: Include contents of
25480         doc/functions/memmem.texi.
25481         * doc/functions/memmem.texi: Remove file.
25482
25483 2008-01-18  Bruno Haible  <bruno@clisp.org>
25484
25485         * doc/glibc-functions/*.texi: New files.
25486         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
25487         to use the new files.
25488
25489 2008-01-17  Bruno Haible  <bruno@clisp.org>
25490
25491         * tests/test-gethostname.c (main): Fix printf statement.
25492
25493 2008-01-17  Simon Josefsson  <simon@josefsson.org>
25494
25495         * modules/gethostname-tests: New file.
25496
25497         * tests/test-gethostname.c: New file.
25498
25499 2008-01-17  Simon Josefsson  <simon@josefsson.org>
25500
25501         * lib/gethostname.c: Include string.h unconditionally, strncpy is
25502         used by the UNAME case.  Reported by Bruno Haible
25503         <bruno@clisp.org>.
25504
25505 2008-01-17  Eric Blake  <ebb9@byu.net>
25506
25507         Convert c-strcasestr to be more efficient.
25508         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
25509         (Depends-on): Add c-strcase, remove malloca, strnlen.
25510         * tests/test-c-strcasestr.c (main): Enhance test.
25511         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
25512
25513 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
25514
25515         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
25516         Use it in creating po/Makevars.
25517
25518 2008-01-15  Simon Josefsson  <simon@josefsson.org>
25519
25520         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
25521         Applications that requires it should initialize libgcrypt
25522         manually.
25523
25524 2008-01-16  Simon Josefsson  <simon@josefsson.org>
25525
25526         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
25527
25528 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
25529
25530         Fix problem with getdate on mingw32 reported by Simon Josefsson
25531         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
25532         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
25533         tzname", when deciding whether to declare tzname.
25534         * lib/strftime.c (tzname): Likewise.
25535
25536 2008-01-15  Bruno Haible  <bruno@clisp.org>
25537
25538         Work around a MacOS X 10.5 bug in frexpl().
25539         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
25540         * doc/functions/frexpl.texi: Document the bug.
25541         Reported by Elias Pipping <pipping@gentoo.org>.
25542
25543 2008-01-14  Eric Blake  <ebb9@byu.net>
25544
25545         Touch up previous patch.
25546         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
25547         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
25548
25549         Convert strcasestr module to use Two-Way algorithm.
25550         * modules/strcasestr-simple: New module, based on the old
25551         strcasestr, but with Two-Way rather than KMP.
25552         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
25553         * lib/string.in.h (rpl_strcasestr): Declare.
25554         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
25555         performance.
25556         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
25557         * modules/string (Makefile.am): Support strcasestr.
25558         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
25559         * modules/strcasestr-tests (Depends-on): Check for alarm.
25560         * tests/test-strcasestr.c: Augment test.
25561         * lib/str-two-way.h: Clean up stray macro.
25562         * NEWS: Document new module.
25563         * MODULES.html.sh (string handling): Likewise.
25564         * doc/functions/strcasestr.texi: New file.
25565         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
25566         here, since it is not a POSIX function.
25567
25568 2008-01-14  Colin Watson  <cjwatson@debian.org>
25569             Bruno Haible  <bruno@clisp.org>
25570
25571         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
25572         works fine; if not, set REPLACE_STRSIGNAL.
25573         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
25574         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25575         REPLACE_STRSIGNAL.
25576         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
25577         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
25578         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
25579
25580 2008-01-14  Bruno Haible  <bruno@clisp.org>
25581
25582         * modules/strsignal (Include): Change to <string.h>.
25583
25584 2008-01-14  Colin Watson  <cjwatson@debian.org>
25585
25586         * modules/argp (Notice): Add a notice recommending to change
25587         XGETTEXT_OPTIONS.
25588         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
25589
25590 2008-01-13  Colin Watson  <cjwatson@debian.org>
25591
25592         * modules/strsignal-tests: New file.
25593         * tests/test-strsignal.c: New file.
25594
25595         * lib/strsignal.c: New file, from glibc with modifications.
25596         * lib/siglist.h: New file, from glibc with modifications.
25597         * lib/string.in.h (strsignal): New declaration.
25598         * m4/strsignal.m4: New file.
25599         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25600         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
25601         * modules/strsignal: New file.
25602         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
25603         HAVE_DECL_STRSIGNAL.
25604
25605 2008-01-13  Bruno Haible  <bruno@clisp.org>
25606
25607         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
25608         locale encoding is not ASCII. Needed for OpenBSD 4.0.
25609         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
25610         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25611
25612 2008-01-13  Bruno Haible  <bruno@clisp.org>
25613
25614         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
25615         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
25616         * lib/argp.h (__attribute__): Likewise.
25617         * lib/c-stack.c (__attribute__): Likewise.
25618         * lib/error.h (__attribute__): Likewise.
25619         * lib/fts.c (__attribute__): Likewise.
25620         * lib/openat.h (__attribute__): Likewise.
25621         * lib/stdio.in.h (__attribute__): Likewise.
25622         * lib/string.in.h (__attribute__): Likewise.
25623         * lib/utimens.c (__attribute__): Likewise.
25624         * lib/vasnprintf.h (__attribute__): Likewise.
25625         * lib/xalloc.h (__attribute__): Likewise.
25626         * lib/xprintf.h (__attribute__): Likewise.
25627         * lib/xstrtol.h (__attribute__): Likewise.
25628         * lib/xvasprintf.h (__attribute__): Likewise.
25629
25630 2008-01-12  Bruno Haible  <bruno@clisp.org>
25631
25632         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
25633         * doc/glibc-headers/a.out.texi: New file.
25634         * doc/glibc-headers/aliases.texi: New file.
25635         * doc/glibc-headers/alloca.texi: New file.
25636         * doc/glibc-headers/ar.texi: New file.
25637         * doc/glibc-headers/argp.texi: New file.
25638         * doc/glibc-headers/argz.texi: New file.
25639         * doc/glibc-headers/byteswap.texi: New file.
25640         * doc/glibc-headers/crypt.texi: New file.
25641         * doc/glibc-headers/endian.texi: New file.
25642         * doc/glibc-headers/envz.texi: New file.
25643         * doc/glibc-headers/err.texi: New file.
25644         * doc/glibc-headers/error.texi: New file.
25645         * doc/glibc-headers/execinfo.texi: New file.
25646         * doc/glibc-headers/fpu_control.texi: New file.
25647         * doc/glibc-headers/fstab.texi: New file.
25648         * doc/glibc-headers/fts.texi: New file.
25649         * doc/glibc-headers/getopt.texi: New file.
25650         * doc/glibc-headers/ieee754.texi: New file.
25651         * doc/glibc-headers/ifaddrs.texi: New file.
25652         * doc/glibc-headers/libintl.texi: New file.
25653         * doc/glibc-headers/mcheck.texi: New file.
25654         * doc/glibc-headers/mntent.texi: New file.
25655         * doc/glibc-headers/obstack.texi: New file.
25656         * doc/glibc-headers/paths.texi: New file.
25657         * doc/glibc-headers/printf.texi: New file.
25658         * doc/glibc-headers/pty.texi: New file.
25659         * doc/glibc-headers/resolv.texi: New file.
25660         * doc/glibc-headers/shadow.texi: New file.
25661         * doc/glibc-headers/sysexits.texi: New file.
25662         * doc/glibc-headers/ttyent.texi: New file.
25663
25664 2008-01-12  Jim Meyering  <meyering@redhat.com>
25665
25666         announce-gen: emit Gnulib's git-based version string.
25667         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
25668         New option --gnulib-version=V, where V is expected to be
25669         the output of running git describe in the gnulib directory.
25670         (get_tool_versions): Request feedback on xdelta.  I suspect it's
25671         not useful, and plan to stop publishing an xdelta file with each
25672         coreutils release.
25673
25674         * build-aux/announce-gen: Also check for lzma-compressed files.
25675
25676 2008-01-11  Bruno Haible  <bruno@clisp.org>
25677
25678         * tests/test-memmem.c (main): Increase maximum allowed time.
25679         * tests/test-strstr.c (main): Likewise.
25680
25681 2008-01-11  Bruno Haible  <bruno@clisp.org>
25682
25683         * doc/functions/memmem.texi: Add more precisions about platforms.
25684         * doc/functions/strstr.texi: Likewise.
25685
25686 2008-01-10  Eric Blake  <ebb9@byu.net>
25687
25688         * m4/strstr.m4: Delete cruft from copy-n-paste.
25689         Reported by Bruno Haible.
25690
25691 2008-01-10  Bruno Haible  <bruno@clisp.org>
25692
25693         Make c-strstr rely on strstr.
25694         * lib/c-strstr.c: Don't include str-kmp.h.
25695         (c_strstr): Define in terms of strstr.
25696         * modules/c-strstr (Files): Remove lib/str-kmp.h.
25697         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
25698
25699 2008-01-10  Bruno Haible  <bruno@clisp.org>
25700
25701         * doc/gnulib.texi (String Functions in C Locale): New section.
25702         * doc/c-ctype.texi: New file.
25703         * doc/c-strcase.texi: New file.
25704         * doc/c-strcaseeq.texi: New file.
25705         * doc/c-strcasestr.texi: New file.
25706         * doc/c-strstr.texi: New file.
25707         * doc/c-strtod.texi: New file.
25708         * doc/c-strtold.texi: New file.
25709
25710 2008-01-10  Eric Blake  <ebb9@byu.net>
25711
25712         * lib/relocatable.h: Fix a comment.
25713
25714 2008-01-10  Eric Blake  <ebb9@byu.net>
25715
25716         Share two-way algorithm.
25717         * lib/str-two-way.h: New file, merged from...
25718         * lib/memmem.c: ...here...
25719         * lib/strstr.c: ...and here.
25720         * modules/memmem (Files): Use it.
25721         * modules/strstr (Files): Likewise.
25722
25723         Avoid quadratic strstr implementations.
25724         * lib/strstr.c: New file.
25725         * m4/strstr.m4: Likewise.
25726         * modules/strstr: Likewise.
25727         * modules/strstr-tests: Likewise.
25728         * tests/test-strstr.c: Likewise.
25729         * lib/string.in.h (rpl_strstr): Declare.
25730         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
25731         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
25732         * modules/string (Makefile.am): Likewise.
25733         * MODULES.html.sh (string handling): Mention new module.
25734         * doc/functions/strstr.texi (strstr): Document the bug.
25735
25736 2008-01-10  Bruno Haible  <bruno@clisp.org>
25737
25738         * lib/relocatable.h (relocate): State whether result is freshly
25739         allocated or not.
25740         * lib/relocatable.c (relocate): Return a freshly allocated string
25741         instead of a pointer to a privately held string.
25742         Reported by Sylvain Beucler <beuc@gnu.org>.
25743
25744 2008-01-10  Colin Watson  <cjwatson@debian.org>
25745
25746         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
25747         s/S_ISNLK/S_ISLNK/.
25748
25749 2008-01-09  Bruno Haible  <bruno@clisp.org>
25750
25751         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
25752         and other files.
25753         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
25754         if it's only a guess.
25755         * modules/memmem: Simplify by depending on memmem-simple.
25756
25757 2008-01-09  Bruno Haible  <bruno@clisp.org>
25758
25759         Work around OpenBSD 4.0 tdelete() bug.
25760         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
25761         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
25762         macros and don't redefine the enum values.
25763         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
25764         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
25765         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
25766
25767 2008-01-09  Bruno Haible  <bruno@clisp.org>
25768
25769         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
25770         (main): Don't perform the tests if setlocale did not install a UTF-8
25771         locale. Needed on OpenBSD 4.0.
25772         * modules/wcwidth-tests (Depends-on): Add localcharset.
25773
25774 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25775
25776         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
25777         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
25778         * NEWS: announce this.
25779         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
25780
25781 2008-01-09  Simon Josefsson  <simon@josefsson.org>
25782         and Eric Blake  <ebb9@byu.net>
25783
25784         Add memmem-simple module.
25785         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
25786         (gl_FUNC_MEMMEM): Separate performance from presence checks.
25787         * modules/memmem-simple: New file.
25788         * modules/memmem (Description): Tweak.
25789         * MODULES.html.sh (string handling): Mention new module.
25790         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
25791         addressed by memmem-simple.
25792         * NEWS: Document the difference.
25793
25794 2008-01-09  Eric Blake  <ebb9@byu.net>
25795
25796         Give gcc some memmem optimization hints.
25797         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
25798         (strcasestr): Declare as pure.
25799         * modules/memmem (Maintainer): Claim my implementation.
25800
25801 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25802
25803         Support AIX 6.1 and higher.
25804         * build-aux/config.libpath: Likewise.
25805         * build-aux/config.rpath: Likewise.
25806
25807 2008-01-08  Jim Meyering  <meyering@redhat.com>
25808             Bruno Haible  <bruno@clisp.org>
25809
25810         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
25811         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
25812         Reported by Peter Fales in
25813         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
25814
25815 2008-01-08  Bruno Haible  <bruno@clisp.org>
25816
25817         * modules/unictype/category-of (Depends-on): Add
25818         unictype/category-none.
25819         * modules/unictype/category-and-tests (Depends-on): Add
25820         unictype/category-{L,N,Lu,Nd}.
25821         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
25822         * modules/unictype/category-or-tests (Depends-on): Add
25823         unictype/category-{L,N}.
25824         * modules/unictype/category-name-tests (Depends-on): Add
25825         unictype/category-{Z,Nl}.
25826         Reported by Simon Josefsson.
25827
25828 2008-01-08  Bruno Haible  <bruno@clisp.org>
25829
25830         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
25831         convention better.
25832         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
25833         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
25834         Reported by Peter Miller <millerp@canb.auug.org.au>.
25835
25836 2008-01-08  Eric Blake  <ebb9@byu.net>
25837
25838         Rewrite memmem to guarantee linear complexity without malloc.
25839         * lib/memmem.c (memmem): Use Two-Way rather than
25840         Knuth-Morris-Pratt, to allow O(1) space usage.
25841         (critical_factorization, two_way_short_needle)
25842         (two_way_long_needle): New functions.
25843         (knuth_morris_pratt): Delete.
25844         * modules/memmem (Depends-on): No longer need malloca or stdbool.
25845         Add stdint.
25846         * tests/test-memmem.c (main): Add tests for periodic needle and
25847         sublinear performance.
25848         * doc/functions/memmem.texi (memmem): Document other deficiencies
25849         in cygwin and older glibc.
25850
25851 2008-01-08  Bruno Haible  <bruno@clisp.org>
25852
25853         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
25854         augmentation.
25855
25856 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
25857
25858         Add a configure time option: --disable-acl.
25859         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
25860         AC_ARG_ENABLE(acl).
25861
25862 2008-01-06  Simon Josefsson  <simon@josefsson.org>
25863
25864         * tests/test-localename.c: Don't include obsolete "setenv.h".
25865
25866         * modules/localename-tests (Depends-on): Need unsetenv.
25867
25868 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25869
25870         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
25871
25872 2008-01-06  Colin Watson  <cjwatson@debian.org>
25873
25874         * users.txt: Add man-db.
25875
25876 2008-01-07  Bruno Haible  <bruno@clisp.org>
25877
25878         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
25879         previous section name.
25880
25881 2008-01-07  Bruno Haible  <bruno@clisp.org>
25882
25883         * lib/progname.c (set_program_name): Don't strip off a leading
25884         "lt-" prefix outside a .libs directory.
25885         Suggested by Paul Eggert.
25886
25887 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
25888             Bruno Haible  <bruno@clisp.org>
25889
25890         Improve memory cleanup in 'relocatable' module.
25891         * lib/relocatable.h (compute_curr_prefix): Change return type to
25892         'char *'.
25893         * lib/relocatable.c (compute_curr_prefix): Change return type to
25894         'char *'. Free curr_installdir after use.
25895         (relocate): Free curr_prefix_better after use.
25896         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
25897
25898 2008-01-01  Bruno Haible  <bruno@clisp.org>
25899
25900         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
25901         failure on older glibc systems.
25902         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25903
25904 2008-01-05  Eric Blake  <ebb9@byu.net>
25905
25906         Avoid quadratic system memmem.
25907         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
25908         Reported by Ralf Wildenhues.
25909
25910         Fix memmem test for mingw.
25911         * modules/memmem-tests (configure.ac): Check for alarm.
25912         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
25913         it.
25914         * doc/functions/memmem.texi: New file.
25915         * doc/gnulib.texi (Function Substitutes): Add memmem.
25916         Reported by Bruno Haible.
25917
25918 2008-01-04  Bruno Haible  <bruno@clisp.org>
25919
25920         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
25921         Require gl_HEADER_STRINGS_H_DEFAULTS, not
25922         gl_HEADER_STRING_H_DEFAULTS.
25923
25924 2008-01-04  Eric Blake  <ebb9@byu.net>
25925
25926         Shorten duration of memmem test.
25927         * tests/test-memmem.c (main): Use alarm to declare failure if test
25928         is taking too long.
25929         Reported by Ralf Wildenhues.
25930
25931 2007-12-21  Simon Josefsson  <simon@josefsson.org>
25932
25933         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
25934         string, needed by strerror.
25935
25936 2008-01-03  Colin Watson  <cjwatson@debian.org>
25937             Bruno Haible  <bruno@clisp.org>
25938
25939         * doc/gnulib-tool.texi (Localization): New section.
25940
25941 2008-01-02  Bruno Haible  <bruno@clisp.org>
25942
25943         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
25944         variables to 'unsigned char *' type.
25945         Reported by Paul Eggert.
25946
25947 2008-01-02  Jim Meyering  <jim@meyering.net>
25948
25949         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
25950
25951 2007-12-31  Jim Meyering  <jim@meyering.net>
25952
25953         Avoid use of private FTS type name.
25954         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
25955
25956 2007-12-30  Karl Berry  <karl@gnu.org>
25957
25958         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
25959         work around defect in Texinfo and/or the standalone Info browser.
25960
25961 2007-12-30  Bruno Haible  <bruno@clisp.org>
25962
25963         Unify 5 copies of the KMP code.
25964         * lib/str-kmp.h: New file.
25965         * lib/c-strcasestr.c: Include str-kmp.h.
25966         (knuth_morris_pratt): Remove function.
25967         (c_strcasestr): Update.
25968         * lib/c-strstr.c: Include str-kmp.h.
25969         (knuth_morris_pratt): Remove function.
25970         (c_strcasestr): Update.
25971         * lib/mbscasestr.c: Include str-kmp.h.
25972         (knuth_morris_pratt_unibyte): Remove function.
25973         * lib/mbsstr.c: Include str-kmp.h.
25974         (knuth_morris_pratt_unibyte): Remove function.
25975         * lib/strcasestr.c: Include str-kmp.h.
25976         (knuth_morris_pratt): Remove function.
25977         (strcasestr): Update.
25978         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
25979         * modules/c-strstr (Files): Likewise.
25980         * modules/mbscasestr (Files): Likewise.
25981         * modules/mbsstr (Files): Likewise.
25982         * modules/strcasestr (Files): Likewise.
25983         Suggested by Paul Eggert.
25984
25985 2007-12-30  Bruno Haible  <bruno@clisp.org>
25986
25987         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
25988         defined.
25989
25990 2007-12-30  Bruno Haible  <bruno@clisp.org>
25991
25992         * lib/xmalloca.h: Include xalloc.h.
25993         (xnmalloca): New macro.
25994
25995 2007-12-30  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/malloca.h (nmalloca): New macro.
25998         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
25999         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
26000         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
26001         knuth_morris_pratt_multibyte): Likewise.
26002         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
26003         knuth_morris_pratt_multibyte): Likewise.
26004         * lib/memmem.c (knuth_morris_pratt): Likewise.
26005         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
26006
26007 2007-12-25  Bruno Haible  <bruno@clisp.org>
26008
26009         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
26010         * lib/glob.c: Don't include openat.h.
26011         (link_exists2_p): Add back the code that deals with the
26012         !GLOB_ALTDIRFUNC case.
26013         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
26014         let it do the filename concatenation.
26015         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
26016         * modules/glob (Depends-on): Remove openat.
26017
26018 2007-12-31  Bruno Haible  <bruno@clisp.org>
26019
26020         * modules/dirfd (License): Change to LGPLv2+.
26021         Approved by Jim Meyering.
26022
26023 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
26024
26025         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
26026         when multiplying M by sizeof (size_t).
26027
26028 2007-12-10  Martin Lambers  <marlam@marlam.de>
26029
26030         Override getpagesize on mingw.
26031         * lib/getpagesize.c: New file.
26032         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
26033         * modules/getpagesize (Files): Add lib/getpagesize.c.
26034         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
26035         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
26036         REPLACE_GETPAGESIZE.
26037         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
26038
26039 2007-12-25  Bruno Haible  <bruno@clisp.org>
26040
26041         * modules/localcharset (Notice): New field.
26042         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
26043         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
26044
26045 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
26046             Bruno Haible  <bruno@clisp.org>
26047
26048         Avoid using the syntax symbol() in formatted documentation.
26049         * MODULES.html.sh (func_module): When replacing symbol() with a
26050         hyperlink, remove the parentheses. Show an error if some remain.
26051         Recognize and render the '...' syntax.
26052         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
26053         Rework. Add paragraph about GCC's inlining.
26054         * doc/alloca.texi: Likewise.
26055         * doc/error.texi: Remove parentheses from symbol reference.
26056         * doc/gnulib-intro.texi: Likewise.
26057         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
26058         * modules/fnmatch (Description): Reword to say "the ... function".
26059         * modules/full-read (Description): Likewise.
26060         * modules/full-write (Description): Likewise.
26061         * modules/safe-read (Description): Likewise.
26062         * modules/safe-write (Description): Likewise.
26063         * modules/strchrnul (Description): Likewise.
26064         * modules/trim (Description): Likewise.
26065         * modules/error (Description): Remove parentheses from symbol
26066         references.
26067         * modules/verror (Description): Likewise.
26068         Reported by Karl Berry.
26069
26070 2007-12-25  Bruno Haible  <bruno@clisp.org>
26071
26072         Fixup after 2007-10-16 commit.
26073         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
26074
26075 2007-12-24  Bruno Haible  <bruno@clisp.org>
26076
26077         Make --enable-relocatable work with DESTDIR.
26078         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
26079         to compute installdir from destprog.
26080         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
26081         also set the RELOC_DESTDIR variable.
26082         Reported by Левашев Иван <octagram@bluebottle.com>.
26083
26084 2007-12-24  Bruno Haible  <bruno@clisp.org>
26085
26086         Fix link error due to xalloc_die().
26087         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
26088         of xreadlink.
26089         * lib/relocwrapper.c: Update comments.
26090         * build-aux/install-reloc: Remove xreadlink.c from file list.
26091         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
26092         xreadlink.c.
26093         Reported by Левашев Иван <octagram@bluebottle.com>.
26094
26095 2007-12-24  Bruno Haible  <bruno@clisp.org>
26096
26097         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
26098         * lib/setenv.h: Remove file.
26099         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
26100         lib/setenv.h.
26101         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
26102         (Depends-on): Add stdlib.
26103         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
26104         gl_FUNC_UNSETENV.
26105         (Include): Replace setenv.h with <stdlib.h>.
26106         * modules/unsetenv: New file.
26107         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
26108         * lib/unsetenv.c: Include <stdlib.h> first.
26109         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
26110         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
26111         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
26112         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
26113         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
26114         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26115         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
26116         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26117         * doc/functions/unsetenv.texi: Update.
26118         * modules/xsetenv (Depends-on): Add unsetenv.
26119         * modules/getdate (Depends-on): Likewise.
26120         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
26121         * lib/xsetenv.c: Don't include setenv.h.
26122         * lib/getdate.y: Likewise.
26123         * lib/relocwrapper.c: Likewise.
26124         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
26125         (Depends-on): Add stdlib.
26126         * NEWS: Mention the changes.
26127         Reported by Левашев Иван <octagram@bluebottle.com>.
26128
26129 2007-12-23  Bruno Haible  <bruno@clisp.org>
26130
26131         * lib/memmem.c (memmem): Use lowercase variable names. Tab
26132         indentation.
26133
26134 2007-12-23  Bruno Haible  <bruno@clisp.org>
26135
26136         * lib/c-strcasestr.c: Add more comments.
26137         * lib/c-strstr.c: Likewise.
26138         * lib/mbscasestr.c: Likewise.
26139         * lib/mbsstr.c: Likewise.
26140         * lib/strcasestr.c: Likewise.
26141         * lib/memmem.c: Likewise.
26142
26143 2007-12-23  Bruno Haible  <bruno@clisp.org>
26144
26145         * tests/test-memmem.c: Include <string.h> first.
26146
26147 2007-12-22  Bruno Haible  <bruno@clisp.org>
26148
26149         * gnulib-tool (func_create_testdir): Change $auxdir while generating
26150         the contents of $testsbase.
26151         Reported by Ralf Wildenhues.
26152
26153 2007-12-22  Bruno Haible  <bruno@clisp.org>
26154
26155         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
26156         two variables local_ldadd_before, local_ldadd_last.
26157
26158 2007-12-20  Eric Blake  <ebb9@byu.net>
26159
26160         Work around circular library issue when cross-compiling.
26161         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
26162         that progname.o does not need to pull in rpl_memcmp.
26163
26164 2007-12-19  Eric Blake  <ebb9@byu.net>
26165
26166         Fix memmem to avoid O(n^2) worst-case complexity.
26167         * lib/memmem.c (knuth_morris_pratt): New function.
26168         (memmem): Use it if first few naive iterations fail.
26169         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
26170         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
26171         * modules/memchr (License): Likewise.
26172         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
26173         malloca.
26174         * tests/test-memmem.c: Rewrite, borrowing ideas from
26175         test-mbsstr1.c; the old version wouldn't even compile!
26176         * modules/memmem-tests: New file.
26177         * lib/string.in.h (rpl_memmem): Add declaration.
26178         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
26179         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
26180         REPLACE_MEMMEM.
26181
26182 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26183
26184         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
26185         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
26186         before any system include files, and undef after them all.  This
26187         should fix a problem on VMS reported by John E. Malmberg in
26188         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
26189
26190 2007-12-17  Eric Blake  <ebb9@byu.net>
26191
26192         Revert addition of verify, for BSD/OS.
26193         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
26194         can't handle large files, for the sake of obsolete platforms.
26195         * modules/fseeko (Depends-on): Remove verify.
26196         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
26197         * doc/functions/ftello.texi (ftello): Likewise.
26198         * doc/functions/fgetpos.texi (fgetpos): Likewise.
26199         Reported by Larry Jones.
26200
26201 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
26202
26203         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
26204         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
26205
26206 2007-12-17  Jim Meyering  <meyering@redhat.com>
26207
26208         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
26209         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
26210         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
26211         * modules/getcwd (Depends-on): Add openat.
26212         Reported by Petr Salinger.
26213
26214 2007-12-17  Bruno Haible  <bruno@clisp.org>
26215
26216         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
26217         avoid a segmentation fault of the configure test on x86_64 systems.
26218
26219 2007-12-15  Jim Meyering  <meyering@redhat.com>
26220
26221         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
26222
26223 2007-12-13  Eric Blake  <ebb9@byu.net>
26224
26225         Another fseek test.
26226         * tests/test-fseek.c (main): Also test ungetc handling.
26227         * tests/test-fseeko.c (main): Likewise.
26228         * modules/fseeko (Depends-on): Add verify.
26229         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
26230         large.
26231         Reported by Larry Jones.
26232
26233         Fix fseeko on mingw.
26234         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
26235         seek.
26236
26237         Beef up fseek tests.
26238         * tests/test-fseek.c (main): Also test eof handling.
26239         * tests/test-fseeko.c (main): Likewise.
26240         Reported by Larry Jones.
26241
26242 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
26243
26244         Fix fseeko on BSD-based platforms.
26245         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
26246         successful seek.
26247
26248 2007-12-12  Eric Blake  <ebb9@byu.net>
26249
26250         Allow circular dependency of separate libtests.a
26251         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
26252         when use_libtests.
26253
26254 2007-12-11  Eric Blake  <ebb9@byu.net>
26255
26256         Fix bug with -0.0L in previous patch.
26257         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
26258         * tests/test-isnan.c (main): Also test on zeroes.
26259         * tests/test-isnanf.c (main): Likewise.
26260         * tests/test-isnanl.h (main): Likewise.
26261
26262         Detect pseudo-denormals on x86 even when cross-compiling.
26263         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
26264         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
26265         invalid bit patterns that happen to satisfy ==.
26266
26267         Avoid link failures with separate libtests.a.
26268         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
26269         last, to satisfy circular dependencies.
26270
26271 2007-12-11  Eric Blake  <ebb9@byu.net>
26272         and Bruno Haible  <bruno@clisp.org>
26273
26274         Fix OpenBSD 4.0 <float.h> handling of long double.
26275         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
26276         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
26277         * doc/headers/float.texi (float.h): Document OpenBSD bug.
26278
26279 2007-12-11  Jim Meyering  <meyering@redhat.com>
26280
26281         * users.txt: Add libvirt.
26282
26283         Support versions of autoconf prior to 2.59c.
26284         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
26285         if it is not already defined.
26286
26287 2007-12-09  Bruno Haible  <bruno@clisp.org>
26288
26289         Let 'gnulib-tool --import' collect sources needed for the tests in
26290         tests/ rather than in lib/.
26291         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
26292         argument. If true, add rules to generate libtests.a, and put libtests.a
26293         into $(LDADD). Consider source files in subdirectories and set
26294         uses_subdirs.
26295         (func_emit_initmacro_start, func_emit_initmacro_end,
26296         func_emit_initmacro_done): Pass all arguments explicitly.
26297         (func_import): Determine two module lists main_modules,
26298         testsrelated_modules. Determine use_libtests. Determine two variables
26299         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
26300         instead of just sed_transform_lib_file. Determine two variables
26301         main_files and testsrelated_files. Compute 'files' as the union of
26302         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
26303         func_add_or_update. In the generated gnulib-comp.m4, collect the
26304         object files for tests/ in different variables than those for lib/.
26305         Substitute LIBTESTS_LIBDEPS.
26306         (func_create_testdir): Combine the uses_subdirs results from
26307         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
26308
26309 2007-12-09  Bruno Haible  <bruno@clisp.org>
26310
26311         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
26312         the build-aux directory.
26313
26314 2007-12-09  Bruno Haible  <bruno@clisp.org>
26315
26316         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
26317         introduced on 2006-09-09.
26318
26319 2007-12-07  Jim Meyering  <meyering@redhat.com>
26320
26321         Let these macros work also with autoconf-2.59.
26322         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
26323         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
26324         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
26325
26326 2007-12-06  Jim Meyering  <meyering@redhat.com>
26327
26328         Avoid a configure-time syntax error in gl_FUNC_ACL.
26329         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
26330         function in each branch, before testing the cache variable.
26331
26332 2007-12-04  Eric Blake  <ebb9@byu.net>
26333
26334         Make scripts executable.
26335         * build-aux/config.guess: Add execute permissions.
26336         * build-aux/config.sub: Likewise.
26337         * build-aux/gendocs.sh: Likewise.
26338
26339         Fix frexp on mingw.
26340         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
26341         cross-compiling.
26342         * doc/functions/frexp.texi (frexp): Document the bug.
26343
26344         Make cygwin fseeko check more reliable.
26345         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
26346         version numbers, rather than unrelated feature check.
26347         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
26348         * doc/functions/ftello.texi (ftello): Likewise.
26349         Reported by Bruno Haible.
26350
26351         * m4/strerror.m4: Bump version number.
26352
26353 2007-12-03  Bruno Haible  <bruno@clisp.org>
26354
26355         * doc/functions/mprotect.texi: Mention the mingw problem.
26356
26357 2007-12-03  Eric Blake  <ebb9@byu.net>
26358
26359         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
26360         REPLACE_STRERROR is initialized before this macro.
26361
26362 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
26363
26364         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
26365         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
26366         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
26367         put -lsec in even for programs other than 'ls'.  This fixes a problem
26368         for gettext reported by Bruno Haible in
26369         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
26370         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
26371         Add support for Solaris 10.  This isn't efficient, but should get the
26372         job done for now.
26373
26374 2007-12-03  James Youngman  <jay@gnu.org>
26375
26376         * doc/regexprops-generic.texi: change "an close-group" to "a
26377         close-group" and "illegal" to "not allowed".
26378
26379 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26380
26381         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
26382         pr_byname.h. Needed for the rare case when the maintainer has done
26383         "make maintainer-clean" in the source directory and then attempts a
26384         build outside the source directory.
26385         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
26386         scripts_byname.h.
26387
26388 2007-12-02  Martin Lambers <marlam@marlam.de>
26389             Bruno Haible  <bruno@clisp.org>
26390
26391         * lib/getpagesize.h: Remove file.
26392         * lib/unistd.in.h: Include declaration of getpagesize here.
26393         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
26394         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
26395         HAVE_SYS_PARAM_H.
26396         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
26397         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26398         * modules/getpagesize (Files): Remove lib/getpagesize.h.
26399         (Depends-on): Add unistd.
26400         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26401         (Include): Use <unistd.h> instead of getpagesize.h.
26402         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
26403         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26404         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
26405         gl_GETPAGESIZE invocation, already handled by module dependency.
26406         * lib/pagealign_alloc.c: Don't include getpagesize.h.
26407
26408 2007-12-02  Bruno Haible  <bruno@clisp.org>
26409
26410         * modules/strings-tests: New file.
26411         * tests/test-strings.c: New file.
26412
26413         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
26414         * lib/strings.in.h: New file.
26415         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
26416         * m4/strings_h.m4: New file.
26417         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
26418         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
26419         * modules/strings: New file.
26420         * modules/string (Makefile.am): Update.
26421         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
26422         Reported by Karl Berry.
26423
26424 2007-12-01  Eric Blake  <ebb9@byu.net>
26425
26426         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
26427         accomodate fix in cygwin 1.5.25.
26428
26429 2007-12-01  Jim Meyering  <meyering@redhat.com>
26430
26431         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
26432         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
26433         that would inhibit utf8-optimization of a regexp containing line-
26434         or buffer-anchors, e.g., `^', `$'.
26435
26436 2007-11-30  Bruno Haible  <bruno@clisp.org>
26437
26438         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
26439         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
26440         glthread_recursive_lock_init.
26441         * lib/lock.c (glthread_recursive_lock_init)
26442         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
26443         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26444
26445 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
26446
26447         New function qset_acl, like set_acl but with syscall semantics.
26448         * lib/acl.h (qset_acl): New decl.
26449         * lib/acl.c (qset_acl): New function.
26450         (set_acl): Use new function.  Use more-consistent diagnostics.
26451
26452 2007-11-28  Jim Meyering  <meyering@redhat.com>
26453
26454         * modules/physmem (License): Change from GPL to LGPLv2+.
26455
26456 2007-11-26  Bruno Haible  <bruno@clisp.org>
26457
26458         * lib/vasnprintf.c (decode_long_double): Don't abort if the
26459         'long double' type has excess precision.
26460         Reported by Jim Meyering in
26461         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
26462
26463 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26464
26465         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
26466         Sync from <http://gnu.org/licenses>.
26467         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
26468         with license text from same location.
26469         * doc/maintain.texi, doc/standards.texi:  Sync from
26470         <http://savannah.gnu.org/projects/gnustandards>.
26471
26472 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
26473         and Jim Meyering  <meyering@redhat.com>
26474
26475         Adjust getdate' grammar to accept a slightly more regular language.
26476         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
26477         Before, the former was rejected.
26478         * lib/getdate.y (digits_to_date_time): New function, factored
26479         out of ...
26480         (number): ...here.  Just call digits_to_date_time.
26481         (hybrid): New non-terminal to handle an <unsigned number,
26482         signed relative offset> sequence consistently.
26483
26484 2007-11-18  Jim Meyering  <meyering@redhat.com>
26485
26486         Pull my changes from coreutils:
26487         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
26488         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
26489         use of $gnulib_tool_option_extras, so that it's separated from the
26490         preceding argument.
26491
26492         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
26493         * build-aux/bootstrap (cp_mark_as_generated): Create any required
26494         parent destination directories before copying a file into place.
26495
26496 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
26497
26498         bootstrap: work also with 4-argument variant of AC_INIT
26499         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
26500
26501 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26502
26503         Port test-getaddrinfo to Solaris.
26504         Problem reported by Bruno Haible in
26505         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
26506         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
26507         explanation of setting 'hints'.
26508         Don't reject an implementation merely because it returns EAI_SERVICE.
26509         (EAI_SERVICE): Define to 0 if not defined.
26510
26511 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
26512
26513         The license of gnu-make and posix-shell is now "GPLed build tool".
26514         * modules/gnu-make (License): Likewise.
26515         * modules/posix-shell (License): Likewise.
26516
26517         New module posix-shell, for determining a POSIX shell
26518         or perhaps something that is close enough to a POSIX shell.
26519         * m4/posix-shell.m4: New file.
26520         * modules/posix-shell: New file.
26521
26522         * MODULES.html.sh: Mention new module.
26523
26524         New module gnu-make, for determining whether we're using GNU Make.
26525         * m4/gnu-make.m4: New file.
26526         * modules/gnu-make: New file.
26527         * MODULES.html.sh: Mention new module.
26528
26529 2007-11-14  Jim Meyering  <meyering@redhat.com>
26530
26531         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
26532         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
26533         use this macro to create a function _definition_.
26534         Remove useless "#undef ARGMATCH_DIE".
26535
26536 2007-11-14  Bruno Haible  <bruno@clisp.org>
26537
26538         * lib/config.charset: Update for OpenBSD 4.1.
26539         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
26540
26541 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
26542
26543         Document 64-bit #if problems in stdint.texi.
26544         * doc/headers/stdint.texi (stdint.h): Mention problems with
26545         64-bit-#if, and how to work around them.
26546
26547         Don't insist on 'long long int' support in the preprocessor.  It
26548         breaks too many things.  For example, PRIdMAX still uses a 'long
26549         long int' format with the latest Sun compiler, even though
26550         HAVE_LONG_LONG_INT isn't defined due to that compiler's
26551         preprocessor problem.  This causes the latest coreutils to dump
26552         core on Solaris 10 sparc with the Sun C compiler.
26553         Instead, fix the 2007-10-16 problem in a different way, by evaluating
26554         the troublesome expressions at configure-time, not at #if-time.
26555         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
26556         preprocessor.
26557         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
26558         compile-time C checks, done at 'configure'-time.
26559         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
26560         * modules/inttypes (Makefile): Substitute the new symbols that
26561         gl_INTTYPES_H now generates.
26562         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
26563
26564 2007-11-12  Bruno Haible  <bruno@clisp.org>
26565
26566         Tests for Unicode character classification functions.
26567
26568         * modules/unictype/bidicategory-byname-tests: New file.
26569         * modules/unictype/bidicategory-name-tests: New file.
26570         * modules/unictype/bidicategory-of-tests: New file.
26571         * modules/unictype/bidicategory-test-tests: New file.
26572         * modules/unictype/block-list-tests: New file.
26573         * modules/unictype/block-of-tests: New file.
26574         * modules/unictype/block-test-tests: New file.
26575         * modules/unictype/category-C-tests: New file.
26576         * modules/unictype/category-Cc-tests: New file.
26577         * modules/unictype/category-Cf-tests: New file.
26578         * modules/unictype/category-Cn-tests: New file.
26579         * modules/unictype/category-Co-tests: New file.
26580         * modules/unictype/category-Cs-tests: New file.
26581         * modules/unictype/category-L-tests: New file.
26582         * modules/unictype/category-Ll-tests: New file.
26583         * modules/unictype/category-Lm-tests: New file.
26584         * modules/unictype/category-Lo-tests: New file.
26585         * modules/unictype/category-Lt-tests: New file.
26586         * modules/unictype/category-Lu-tests: New file.
26587         * modules/unictype/category-M-tests: New file.
26588         * modules/unictype/category-Mc-tests: New file.
26589         * modules/unictype/category-Me-tests: New file.
26590         * modules/unictype/category-Mn-tests: New file.
26591         * modules/unictype/category-N-tests: New file.
26592         * modules/unictype/category-Nd-tests: New file.
26593         * modules/unictype/category-Nl-tests: New file.
26594         * modules/unictype/category-No-tests: New file.
26595         * modules/unictype/category-P-tests: New file.
26596         * modules/unictype/category-Pc-tests: New file.
26597         * modules/unictype/category-Pd-tests: New file.
26598         * modules/unictype/category-Pe-tests: New file.
26599         * modules/unictype/category-Pf-tests: New file.
26600         * modules/unictype/category-Pi-tests: New file.
26601         * modules/unictype/category-Po-tests: New file.
26602         * modules/unictype/category-Ps-tests: New file.
26603         * modules/unictype/category-S-tests: New file.
26604         * modules/unictype/category-Sc-tests: New file.
26605         * modules/unictype/category-Sk-tests: New file.
26606         * modules/unictype/category-Sm-tests: New file.
26607         * modules/unictype/category-So-tests: New file.
26608         * modules/unictype/category-Z-tests: New file.
26609         * modules/unictype/category-Zl-tests: New file.
26610         * modules/unictype/category-Zp-tests: New file.
26611         * modules/unictype/category-Zs-tests: New file.
26612         * modules/unictype/category-and-not-tests: New file.
26613         * modules/unictype/category-and-tests: New file.
26614         * modules/unictype/category-byname-tests: New file.
26615         * modules/unictype/category-name-tests: New file.
26616         * modules/unictype/category-none-tests: New file.
26617         * modules/unictype/category-of-tests: New file.
26618         * modules/unictype/category-or-tests: New file.
26619         * modules/unictype/category-test-withtable-tests: New file.
26620         * modules/unictype/combining-class-tests: New file.
26621         * modules/unictype/ctype-alnum-tests: New file.
26622         * modules/unictype/ctype-alpha-tests: New file.
26623         * modules/unictype/ctype-blank-tests: New file.
26624         * modules/unictype/ctype-cntrl-tests: New file.
26625         * modules/unictype/ctype-digit-tests: New file.
26626         * modules/unictype/ctype-graph-tests: New file.
26627         * modules/unictype/ctype-lower-tests: New file.
26628         * modules/unictype/ctype-print-tests: New file.
26629         * modules/unictype/ctype-punct-tests: New file.
26630         * modules/unictype/ctype-space-tests: New file.
26631         * modules/unictype/ctype-upper-tests: New file.
26632         * modules/unictype/ctype-xdigit-tests: New file.
26633         * modules/unictype/decimal-digit-tests: New file.
26634         * modules/unictype/digit-tests: New file.
26635         * modules/unictype/mirror-tests: New file.
26636         * modules/unictype/numeric-tests: New file.
26637         * modules/unictype/property-alphabetic-tests: New file.
26638         * modules/unictype/property-ascii-hex-digit-tests: New file.
26639         * modules/unictype/property-bidi-arabic-digit-tests: New file.
26640         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
26641         * modules/unictype/property-bidi-block-separator-tests: New file.
26642         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
26643         * modules/unictype/property-bidi-common-separator-tests: New file.
26644         * modules/unictype/property-bidi-control-tests: New file.
26645         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
26646         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
26647         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
26648         * modules/unictype/property-bidi-european-digit-tests: New file.
26649         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
26650         * modules/unictype/property-bidi-left-to-right-tests: New file.
26651         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
26652         * modules/unictype/property-bidi-other-neutral-tests: New file.
26653         * modules/unictype/property-bidi-pdf-tests: New file.
26654         * modules/unictype/property-bidi-segment-separator-tests: New file.
26655         * modules/unictype/property-bidi-whitespace-tests: New file.
26656         * modules/unictype/property-byname-tests: New file.
26657         * modules/unictype/property-combining-tests: New file.
26658         * modules/unictype/property-composite-tests: New file.
26659         * modules/unictype/property-currency-symbol-tests: New file.
26660         * modules/unictype/property-dash-tests: New file.
26661         * modules/unictype/property-decimal-digit-tests: New file.
26662         * modules/unictype/property-default-ignorable-code-point-tests: New file.
26663         * modules/unictype/property-deprecated-tests: New file.
26664         * modules/unictype/property-diacritic-tests: New file.
26665         * modules/unictype/property-extender-tests: New file.
26666         * modules/unictype/property-format-control-tests: New file.
26667         * modules/unictype/property-grapheme-base-tests: New file.
26668         * modules/unictype/property-grapheme-extend-tests: New file.
26669         * modules/unictype/property-grapheme-link-tests: New file.
26670         * modules/unictype/property-hex-digit-tests: New file.
26671         * modules/unictype/property-hyphen-tests: New file.
26672         * modules/unictype/property-id-continue-tests: New file.
26673         * modules/unictype/property-id-start-tests: New file.
26674         * modules/unictype/property-ideographic-tests: New file.
26675         * modules/unictype/property-ids-binary-operator-tests: New file.
26676         * modules/unictype/property-ids-trinary-operator-tests: New file.
26677         * modules/unictype/property-ignorable-control-tests: New file.
26678         * modules/unictype/property-iso-control-tests: New file.
26679         * modules/unictype/property-join-control-tests: New file.
26680         * modules/unictype/property-left-of-pair-tests: New file.
26681         * modules/unictype/property-line-separator-tests: New file.
26682         * modules/unictype/property-logical-order-exception-tests: New file.
26683         * modules/unictype/property-lowercase-tests: New file.
26684         * modules/unictype/property-math-tests: New file.
26685         * modules/unictype/property-non-break-tests: New file.
26686         * modules/unictype/property-not-a-character-tests: New file.
26687         * modules/unictype/property-numeric-tests: New file.
26688         * modules/unictype/property-other-alphabetic-tests: New file.
26689         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
26690         * modules/unictype/property-other-grapheme-extend-tests: New file.
26691         * modules/unictype/property-other-id-continue-tests: New file.
26692         * modules/unictype/property-other-id-start-tests: New file.
26693         * modules/unictype/property-other-lowercase-tests: New file.
26694         * modules/unictype/property-other-math-tests: New file.
26695         * modules/unictype/property-other-uppercase-tests: New file.
26696         * modules/unictype/property-paired-punctuation-tests: New file.
26697         * modules/unictype/property-paragraph-separator-tests: New file.
26698         * modules/unictype/property-pattern-syntax-tests: New file.
26699         * modules/unictype/property-pattern-white-space-tests: New file.
26700         * modules/unictype/property-private-use-tests: New file.
26701         * modules/unictype/property-punctuation-tests: New file.
26702         * modules/unictype/property-quotation-mark-tests: New file.
26703         * modules/unictype/property-radical-tests: New file.
26704         * modules/unictype/property-sentence-terminal-tests: New file.
26705         * modules/unictype/property-soft-dotted-tests: New file.
26706         * modules/unictype/property-space-tests: New file.
26707         * modules/unictype/property-terminal-punctuation-tests: New file.
26708         * modules/unictype/property-test-tests: New file.
26709         * modules/unictype/property-titlecase-tests: New file.
26710         * modules/unictype/property-unassigned-code-value-tests: New file.
26711         * modules/unictype/property-unified-ideograph-tests: New file.
26712         * modules/unictype/property-uppercase-tests: New file.
26713         * modules/unictype/property-variation-selector-tests: New file.
26714         * modules/unictype/property-white-space-tests: New file.
26715         * modules/unictype/property-xid-continue-tests: New file.
26716         * modules/unictype/property-xid-start-tests: New file.
26717         * modules/unictype/property-zero-width-tests: New file.
26718         * modules/unictype/scripts-tests: New file.
26719         * modules/unictype/syntax-c-ident-tests: New file.
26720         * modules/unictype/syntax-c-whitespace-tests: New file.
26721         * modules/unictype/syntax-java-ident-tests: New file.
26722         * modules/unictype/syntax-java-whitespace-tests: New file.
26723         * tests/unictype/test-bidi_byname.c: New file.
26724         * tests/unictype/test-bidi_name.c: New file.
26725         * tests/unictype/test-bidi_of.c: New file.
26726         * tests/unictype/test-bidi_test.c: New file.
26727         * tests/unictype/test-block_list.c: New file.
26728         * tests/unictype/test-block_of.c: New file.
26729         * tests/unictype/test-block_test.c: New file.
26730         * tests/unictype/test-categ_and.c: New file.
26731         * tests/unictype/test-categ_and_not.c: New file.
26732         * tests/unictype/test-categ_byname.c: New file.
26733         * tests/unictype/test-categ_name.c: New file.
26734         * tests/unictype/test-categ_none.c: New file.
26735         * tests/unictype/test-categ_of.c: New file.
26736         * tests/unictype/test-categ_or.c: New file.
26737         * tests/unictype/test-categ_test_withtable.c: New file.
26738         * tests/unictype/test-combining.c: New file.
26739         * tests/unictype/test-decdigit.c: New file.
26740         * tests/unictype/test-digit.c: New file.
26741         * tests/unictype/test-mirror.c: New file.
26742         * tests/unictype/test-numeric.c: New file.
26743         * tests/unictype/test-pr_byname.c: New file.
26744         * tests/unictype/test-pr_test.c: New file.
26745         * tests/unictype/test-predicate-part1.h: New file.
26746         * tests/unictype/test-predicate-part2.h: New file.
26747         * tests/unictype/test-scripts.c: New file.
26748         * tests/unictype/test-sy_c_ident.c: New file.
26749         * tests/unictype/test-sy_java_ident.c: New file.
26750
26751         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
26752         for Unicode 5.0.0.
26753         * tests/unictype/test-categ_Cc.c: Likewise.
26754         * tests/unictype/test-categ_Cf.c: Likewise.
26755         * tests/unictype/test-categ_Cn.c: Likewise.
26756         * tests/unictype/test-categ_Co.c: Likewise.
26757         * tests/unictype/test-categ_Cs.c: Likewise.
26758         * tests/unictype/test-categ_L.c: Likewise.
26759         * tests/unictype/test-categ_Ll.c: Likewise.
26760         * tests/unictype/test-categ_Lm.c: Likewise.
26761         * tests/unictype/test-categ_Lo.c: Likewise.
26762         * tests/unictype/test-categ_Lt.c: Likewise.
26763         * tests/unictype/test-categ_Lu.c: Likewise.
26764         * tests/unictype/test-categ_M.c: Likewise.
26765         * tests/unictype/test-categ_Mc.c: Likewise.
26766         * tests/unictype/test-categ_Me.c: Likewise.
26767         * tests/unictype/test-categ_Mn.c: Likewise.
26768         * tests/unictype/test-categ_N.c: Likewise.
26769         * tests/unictype/test-categ_Nd.c: Likewise.
26770         * tests/unictype/test-categ_Nl.c: Likewise.
26771         * tests/unictype/test-categ_No.c: Likewise.
26772         * tests/unictype/test-categ_P.c: Likewise.
26773         * tests/unictype/test-categ_Pc.c: Likewise.
26774         * tests/unictype/test-categ_Pd.c: Likewise.
26775         * tests/unictype/test-categ_Pe.c: Likewise.
26776         * tests/unictype/test-categ_Pf.c: Likewise.
26777         * tests/unictype/test-categ_Pi.c: Likewise.
26778         * tests/unictype/test-categ_Po.c: Likewise.
26779         * tests/unictype/test-categ_Ps.c: Likewise.
26780         * tests/unictype/test-categ_S.c: Likewise.
26781         * tests/unictype/test-categ_Sc.c: Likewise.
26782         * tests/unictype/test-categ_Sk.c: Likewise.
26783         * tests/unictype/test-categ_Sm.c: Likewise.
26784         * tests/unictype/test-categ_So.c: Likewise.
26785         * tests/unictype/test-categ_Z.c: Likewise.
26786         * tests/unictype/test-categ_Zl.c: Likewise.
26787         * tests/unictype/test-categ_Zp.c: Likewise.
26788         * tests/unictype/test-categ_Zs.c: Likewise.
26789         * tests/unictype/test-ctype_alnum.c: Likewise.
26790         * tests/unictype/test-ctype_alpha.c: Likewise.
26791         * tests/unictype/test-ctype_blank.c: Likewise.
26792         * tests/unictype/test-ctype_cntrl.c: Likewise.
26793         * tests/unictype/test-ctype_digit.c: Likewise.
26794         * tests/unictype/test-ctype_graph.c: Likewise.
26795         * tests/unictype/test-ctype_lower.c: Likewise.
26796         * tests/unictype/test-ctype_print.c: Likewise.
26797         * tests/unictype/test-ctype_punct.c: Likewise.
26798         * tests/unictype/test-ctype_space.c: Likewise.
26799         * tests/unictype/test-ctype_upper.c: Likewise.
26800         * tests/unictype/test-ctype_xdigit.c: Likewise.
26801         * tests/unictype/test-decdigit.h: Likewise.
26802         * tests/unictype/test-digit.h: Likewise.
26803         * tests/unictype/test-numeric.h: Likewise.
26804         * tests/unictype/test-pr_alphabetic.c: Likewise.
26805         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
26806         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
26807         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
26808         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
26809         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
26810         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
26811         * tests/unictype/test-pr_bidi_control.c: Likewise.
26812         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
26813         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
26814         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
26815         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
26816         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
26817         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
26818         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
26819         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
26820         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
26821         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
26822         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
26823         * tests/unictype/test-pr_combining.c: Likewise.
26824         * tests/unictype/test-pr_composite.c: Likewise.
26825         * tests/unictype/test-pr_currency_symbol.c: Likewise.
26826         * tests/unictype/test-pr_dash.c: Likewise.
26827         * tests/unictype/test-pr_decimal_digit.c: Likewise.
26828         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
26829         * tests/unictype/test-pr_deprecated.c: Likewise.
26830         * tests/unictype/test-pr_diacritic.c: Likewise.
26831         * tests/unictype/test-pr_extender.c: Likewise.
26832         * tests/unictype/test-pr_format_control.c: Likewise.
26833         * tests/unictype/test-pr_grapheme_base.c: Likewise.
26834         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
26835         * tests/unictype/test-pr_grapheme_link.c: Likewise.
26836         * tests/unictype/test-pr_hex_digit.c: Likewise.
26837         * tests/unictype/test-pr_hyphen.c: Likewise.
26838         * tests/unictype/test-pr_id_continue.c: Likewise.
26839         * tests/unictype/test-pr_id_start.c: Likewise.
26840         * tests/unictype/test-pr_ideographic.c: Likewise.
26841         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
26842         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
26843         * tests/unictype/test-pr_ignorable_control.c: Likewise.
26844         * tests/unictype/test-pr_iso_control.c: Likewise.
26845         * tests/unictype/test-pr_join_control.c: Likewise.
26846         * tests/unictype/test-pr_left_of_pair.c: Likewise.
26847         * tests/unictype/test-pr_line_separator.c: Likewise.
26848         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
26849         * tests/unictype/test-pr_lowercase.c: Likewise.
26850         * tests/unictype/test-pr_math.c: Likewise.
26851         * tests/unictype/test-pr_non_break.c: Likewise.
26852         * tests/unictype/test-pr_not_a_character.c: Likewise.
26853         * tests/unictype/test-pr_numeric.c: Likewise.
26854         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
26855         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
26856         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
26857         * tests/unictype/test-pr_other_id_continue.c: Likewise.
26858         * tests/unictype/test-pr_other_id_start.c: Likewise.
26859         * tests/unictype/test-pr_other_lowercase.c: Likewise.
26860         * tests/unictype/test-pr_other_math.c: Likewise.
26861         * tests/unictype/test-pr_other_uppercase.c: Likewise.
26862         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
26863         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
26864         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
26865         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
26866         * tests/unictype/test-pr_private_use.c: Likewise.
26867         * tests/unictype/test-pr_punctuation.c: Likewise.
26868         * tests/unictype/test-pr_quotation_mark.c: Likewise.
26869         * tests/unictype/test-pr_radical.c: Likewise.
26870         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
26871         * tests/unictype/test-pr_soft_dotted.c: Likewise.
26872         * tests/unictype/test-pr_space.c: Likewise.
26873         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
26874         * tests/unictype/test-pr_titlecase.c: Likewise.
26875         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
26876         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
26877         * tests/unictype/test-pr_uppercase.c: Likewise.
26878         * tests/unictype/test-pr_variation_selector.c: Likewise.
26879         * tests/unictype/test-pr_white_space.c: Likewise.
26880         * tests/unictype/test-pr_xid_continue.c: Likewise.
26881         * tests/unictype/test-pr_xid_start.c: Likewise.
26882         * tests/unictype/test-pr_zero_width.c: Likewise.
26883         * tests/unictype/test-sy_c_whitespace.c: Likewise.
26884         * tests/unictype/test-sy_java_whitespace.c: Likewise.
26885
26886 2007-11-12  Bruno Haible  <bruno@clisp.org>
26887
26888         Unicode character classification functions.
26889         * lib/unictype.h: New file.
26890         * modules/unictype/base: New file.
26891         * modules/unictype/category-L: New file.
26892         * modules/unictype/category-Lu: New file.
26893         * modules/unictype/category-Ll: New file.
26894         * modules/unictype/category-Lt: New file.
26895         * modules/unictype/category-Lm: New file.
26896         * modules/unictype/category-Lo: New file.
26897         * modules/unictype/category-M: New file.
26898         * modules/unictype/category-Mn: New file.
26899         * modules/unictype/category-Mc: New file.
26900         * modules/unictype/category-Me: New file.
26901         * modules/unictype/category-N: New file.
26902         * modules/unictype/category-Nd: New file.
26903         * modules/unictype/category-Nl: New file.
26904         * modules/unictype/category-No: New file.
26905         * modules/unictype/category-P: New file.
26906         * modules/unictype/category-Pc: New file.
26907         * modules/unictype/category-Pd: New file.
26908         * modules/unictype/category-Ps: New file.
26909         * modules/unictype/category-Pe: New file.
26910         * modules/unictype/category-Pi: New file.
26911         * modules/unictype/category-Pf: New file.
26912         * modules/unictype/category-Po: New file.
26913         * modules/unictype/category-S: New file.
26914         * modules/unictype/category-Sm: New file.
26915         * modules/unictype/category-Sc: New file.
26916         * modules/unictype/category-Sk: New file.
26917         * modules/unictype/category-So: New file.
26918         * modules/unictype/category-Z: New file.
26919         * modules/unictype/category-Zs: New file.
26920         * modules/unictype/category-Zl: New file.
26921         * modules/unictype/category-Zp: New file.
26922         * modules/unictype/category-C: New file.
26923         * modules/unictype/category-Cc: New file.
26924         * modules/unictype/category-Cf: New file.
26925         * modules/unictype/category-Cs: New file.
26926         * modules/unictype/category-Co: New file.
26927         * modules/unictype/category-Cn: New file.
26928         * modules/unictype/category-or: New file.
26929         * modules/unictype/category-of: New file.
26930         * modules/unictype/category-test: New file.
26931         * modules/unictype/category-test-withtable: New file.
26932         * modules/unictype/category-byname: New file.
26933         * modules/unictype/category-none: New file.
26934         * modules/unictype/category-and: New file.
26935         * modules/unictype/category-and-not: New file.
26936         * modules/unictype/category-name: New file.
26937         * modules/unictype/combining-class: New file.
26938         * modules/unictype/category-all: New file.
26939         * modules/unictype/bidicategory-all: New file.
26940         * modules/unictype/bidicategory-byname: New file.
26941         * modules/unictype/bidicategory-name: New file.
26942         * modules/unictype/bidicategory-of: New file.
26943         * modules/unictype/bidicategory-test: New file.
26944         * modules/unictype/decimal-digit: New file.
26945         * modules/unictype/digit: New file.
26946         * modules/unictype/numeric: New file.
26947         * modules/unictype/mirror: New file.
26948         * modules/unictype/property-white-space: New file.
26949         * modules/unictype/property-alphabetic: New file.
26950         * modules/unictype/property-other-alphabetic: New file.
26951         * modules/unictype/property-not-a-character: New file.
26952         * modules/unictype/property-default-ignorable-code-point: New file.
26953         * modules/unictype/property-other-default-ignorable-code-point: New
26954         file.
26955         * modules/unictype/property-deprecated: New file.
26956         * modules/unictype/property-logical-order-exception: New file.
26957         * modules/unictype/property-variation-selector: New file.
26958         * modules/unictype/property-private-use: New file.
26959         * modules/unictype/property-unassigned-code-value: New file.
26960         * modules/unictype/property-uppercase: New file.
26961         * modules/unictype/property-other-uppercase: New file.
26962         * modules/unictype/property-lowercase: New file.
26963         * modules/unictype/property-other-lowercase: New file.
26964         * modules/unictype/property-titlecase: New file.
26965         * modules/unictype/property-soft-dotted: New file.
26966         * modules/unictype/property-id-start: New file.
26967         * modules/unictype/property-other-id-start: New file.
26968         * modules/unictype/property-id-continue: New file.
26969         * modules/unictype/property-other-id-continue: New file.
26970         * modules/unictype/property-xid-start: New file.
26971         * modules/unictype/property-xid-continue: New file.
26972         * modules/unictype/property-pattern-white-space: New file.
26973         * modules/unictype/property-pattern-syntax: New file.
26974         * modules/unictype/property-join-control: New file.
26975         * modules/unictype/property-grapheme-base: New file.
26976         * modules/unictype/property-grapheme-extend: New file.
26977         * modules/unictype/property-other-grapheme-extend: New file.
26978         * modules/unictype/property-grapheme-link: New file.
26979         * modules/unictype/property-bidi-control: New file.
26980         * modules/unictype/property-bidi-left-to-right: New file.
26981         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
26982         * modules/unictype/property-bidi-arabic-right-to-left: New file.
26983         * modules/unictype/property-bidi-european-digit: New file.
26984         * modules/unictype/property-bidi-eur-num-separator: New file.
26985         * modules/unictype/property-bidi-eur-num-terminator: New file.
26986         * modules/unictype/property-bidi-arabic-digit: New file.
26987         * modules/unictype/property-bidi-common-separator: New file.
26988         * modules/unictype/property-bidi-block-separator: New file.
26989         * modules/unictype/property-bidi-segment-separator: New file.
26990         * modules/unictype/property-bidi-whitespace: New file.
26991         * modules/unictype/property-bidi-non-spacing-mark: New file.
26992         * modules/unictype/property-bidi-boundary-neutral: New file.
26993         * modules/unictype/property-bidi-pdf: New file.
26994         * modules/unictype/property-bidi-embedding-or-override: New file.
26995         * modules/unictype/property-bidi-other-neutral: New file.
26996         * modules/unictype/property-hex-digit: New file.
26997         * modules/unictype/property-ascii-hex-digit: New file.
26998         * modules/unictype/property-ideographic: New file.
26999         * modules/unictype/property-unified-ideograph: New file.
27000         * modules/unictype/property-radical: New file.
27001         * modules/unictype/property-ids-binary-operator: New file.
27002         * modules/unictype/property-ids-trinary-operator: New file.
27003         * modules/unictype/property-zero-width: New file.
27004         * modules/unictype/property-space: New file.
27005         * modules/unictype/property-non-break: New file.
27006         * modules/unictype/property-iso-control: New file.
27007         * modules/unictype/property-format-control: New file.
27008         * modules/unictype/property-dash: New file.
27009         * modules/unictype/property-hyphen: New file.
27010         * modules/unictype/property-punctuation: New file.
27011         * modules/unictype/property-line-separator: New file.
27012         * modules/unictype/property-paragraph-separator: New file.
27013         * modules/unictype/property-quotation-mark: New file.
27014         * modules/unictype/property-sentence-terminal: New file.
27015         * modules/unictype/property-terminal-punctuation: New file.
27016         * modules/unictype/property-currency-symbol: New file.
27017         * modules/unictype/property-math: New file.
27018         * modules/unictype/property-other-math: New file.
27019         * modules/unictype/property-paired-punctuation: New file.
27020         * modules/unictype/property-left-of-pair: New file.
27021         * modules/unictype/property-combining: New file.
27022         * modules/unictype/property-composite: New file.
27023         * modules/unictype/property-decimal-digit: New file.
27024         * modules/unictype/property-numeric: New file.
27025         * modules/unictype/property-diacritic: New file.
27026         * modules/unictype/property-extender: New file.
27027         * modules/unictype/property-ignorable-control: New file.
27028         * modules/unictype/property-test: New file.
27029         * modules/unictype/property-byname: New file.
27030         * modules/unictype/property-all: New file.
27031         * modules/unictype/scripts: New file.
27032         * modules/unictype/scripts-all: New file.
27033         * modules/unictype/block-of: New file.
27034         * modules/unictype/block-test: New file.
27035         * modules/unictype/block-list: New file.
27036         * modules/unictype/block-all: New file.
27037         * modules/unictype/syntax-c-whitespace: New file.
27038         * modules/unictype/syntax-java-whitespace: New file.
27039         * modules/unictype/syntax-c-ident: New file.
27040         * modules/unictype/syntax-java-ident: New file.
27041         * modules/unictype/ctype-alnum: New file.
27042         * modules/unictype/ctype-alpha: New file.
27043         * modules/unictype/ctype-cntrl: New file.
27044         * modules/unictype/ctype-digit: New file.
27045         * modules/unictype/ctype-graph: New file.
27046         * modules/unictype/ctype-lower: New file.
27047         * modules/unictype/ctype-print: New file.
27048         * modules/unictype/ctype-punct: New file.
27049         * modules/unictype/ctype-space: New file.
27050         * modules/unictype/ctype-upper: New file.
27051         * modules/unictype/ctype-xdigit: New file.
27052         * modules/unictype/ctype-blank: New file.
27053         * lib/unictype/bidi_byname.c: New file.
27054         * lib/unictype/bidi_name.c: New file.
27055         * lib/unictype/bidi_of.c: New file.
27056         * lib/unictype/bidi_test.c: New file.
27057         * lib/unictype/bitmap.h: New file.
27058         * lib/unictype/block_test.c: New file.
27059         * lib/unictype/blocks.c: New file.
27060         * lib/unictype/categ_C.c: New file.
27061         * lib/unictype/categ_Cc.c: New file.
27062         * lib/unictype/categ_Cf.c: New file.
27063         * lib/unictype/categ_Cn.c: New file.
27064         * lib/unictype/categ_Co.c: New file.
27065         * lib/unictype/categ_Cs.c: New file.
27066         * lib/unictype/categ_L.c: New file.
27067         * lib/unictype/categ_Ll.c: New file.
27068         * lib/unictype/categ_Lm.c: New file.
27069         * lib/unictype/categ_Lo.c: New file.
27070         * lib/unictype/categ_Lt.c: New file.
27071         * lib/unictype/categ_Lu.c: New file.
27072         * lib/unictype/categ_M.c: New file.
27073         * lib/unictype/categ_Mc.c: New file.
27074         * lib/unictype/categ_Me.c: New file.
27075         * lib/unictype/categ_Mn.c: New file.
27076         * lib/unictype/categ_N.c: New file.
27077         * lib/unictype/categ_Nd.c: New file.
27078         * lib/unictype/categ_Nl.c: New file.
27079         * lib/unictype/categ_No.c: New file.
27080         * lib/unictype/categ_P.c: New file.
27081         * lib/unictype/categ_Pc.c: New file.
27082         * lib/unictype/categ_Pd.c: New file.
27083         * lib/unictype/categ_Pe.c: New file.
27084         * lib/unictype/categ_Pf.c: New file.
27085         * lib/unictype/categ_Pi.c: New file.
27086         * lib/unictype/categ_Po.c: New file.
27087         * lib/unictype/categ_Ps.c: New file.
27088         * lib/unictype/categ_S.c: New file.
27089         * lib/unictype/categ_Sc.c: New file.
27090         * lib/unictype/categ_Sk.c: New file.
27091         * lib/unictype/categ_Sm.c: New file.
27092         * lib/unictype/categ_So.c: New file.
27093         * lib/unictype/categ_Z.c: New file.
27094         * lib/unictype/categ_Zl.c: New file.
27095         * lib/unictype/categ_Zp.c: New file.
27096         * lib/unictype/categ_Zs.c: New file.
27097         * lib/unictype/categ_and.c: New file.
27098         * lib/unictype/categ_and_not.c: New file.
27099         * lib/unictype/categ_byname.c: New file.
27100         * lib/unictype/categ_name.c: New file.
27101         * lib/unictype/categ_none.c: New file.
27102         * lib/unictype/categ_of.c: New file.
27103         * lib/unictype/categ_or.c: New file.
27104         * lib/unictype/categ_test.c: New file.
27105         * lib/unictype/combining.c: New file.
27106         * lib/unictype/ctype_alnum.c: New file.
27107         * lib/unictype/ctype_alpha.c: New file.
27108         * lib/unictype/ctype_blank.c: New file.
27109         * lib/unictype/ctype_cntrl.c: New file.
27110         * lib/unictype/ctype_digit.c: New file.
27111         * lib/unictype/ctype_graph.c: New file.
27112         * lib/unictype/ctype_lower.c: New file.
27113         * lib/unictype/ctype_print.c: New file.
27114         * lib/unictype/ctype_punct.c: New file.
27115         * lib/unictype/ctype_space.c: New file.
27116         * lib/unictype/ctype_upper.c: New file.
27117         * lib/unictype/ctype_xdigit.c: New file.
27118         * lib/unictype/decdigit.c: New file.
27119         * lib/unictype/digit.c: New file.
27120         * lib/unictype/identsyntaxmap.h: New file.
27121         * lib/unictype/mirror.c: New file.
27122         * lib/unictype/numeric.c: New file.
27123         * lib/unictype/pr_alphabetic.c: New file.
27124         * lib/unictype/pr_ascii_hex_digit.c: New file.
27125         * lib/unictype/pr_bidi_arabic_digit.c: New file.
27126         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
27127         * lib/unictype/pr_bidi_block_separator.c: New file.
27128         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
27129         * lib/unictype/pr_bidi_common_separator.c: New file.
27130         * lib/unictype/pr_bidi_control.c: New file.
27131         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
27132         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
27133         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
27134         * lib/unictype/pr_bidi_european_digit.c: New file.
27135         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
27136         * lib/unictype/pr_bidi_left_to_right.c: New file.
27137         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
27138         * lib/unictype/pr_bidi_other_neutral.c: New file.
27139         * lib/unictype/pr_bidi_pdf.c: New file.
27140         * lib/unictype/pr_bidi_segment_separator.c: New file.
27141         * lib/unictype/pr_bidi_whitespace.c: New file.
27142         * lib/unictype/pr_byname.c: New file.
27143         * lib/unictype/pr_byname.gperf: New file.
27144         * lib/unictype/pr_combining.c: New file.
27145         * lib/unictype/pr_composite.c: New file.
27146         * lib/unictype/pr_currency_symbol.c: New file.
27147         * lib/unictype/pr_dash.c: New file.
27148         * lib/unictype/pr_decimal_digit.c: New file.
27149         * lib/unictype/pr_default_ignorable_code_point.c: New file.
27150         * lib/unictype/pr_deprecated.c: New file.
27151         * lib/unictype/pr_diacritic.c: New file.
27152         * lib/unictype/pr_extender.c: New file.
27153         * lib/unictype/pr_format_control.c: New file.
27154         * lib/unictype/pr_grapheme_base.c: New file.
27155         * lib/unictype/pr_grapheme_extend.c: New file.
27156         * lib/unictype/pr_grapheme_link.c: New file.
27157         * lib/unictype/pr_hex_digit.c: New file.
27158         * lib/unictype/pr_hyphen.c: New file.
27159         * lib/unictype/pr_id_continue.c: New file.
27160         * lib/unictype/pr_id_start.c: New file.
27161         * lib/unictype/pr_ideographic.c: New file.
27162         * lib/unictype/pr_ids_binary_operator.c: New file.
27163         * lib/unictype/pr_ids_trinary_operator.c: New file.
27164         * lib/unictype/pr_ignorable_control.c: New file.
27165         * lib/unictype/pr_iso_control.c: New file.
27166         * lib/unictype/pr_join_control.c: New file.
27167         * lib/unictype/pr_left_of_pair.c: New file.
27168         * lib/unictype/pr_line_separator.c: New file.
27169         * lib/unictype/pr_logical_order_exception.c: New file.
27170         * lib/unictype/pr_lowercase.c: New file.
27171         * lib/unictype/pr_math.c: New file.
27172         * lib/unictype/pr_non_break.c: New file.
27173         * lib/unictype/pr_not_a_character.c: New file.
27174         * lib/unictype/pr_numeric.c: New file.
27175         * lib/unictype/pr_other_alphabetic.c: New file.
27176         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
27177         * lib/unictype/pr_other_grapheme_extend.c: New file.
27178         * lib/unictype/pr_other_id_continue.c: New file.
27179         * lib/unictype/pr_other_id_start.c: New file.
27180         * lib/unictype/pr_other_lowercase.c: New file.
27181         * lib/unictype/pr_other_math.c: New file.
27182         * lib/unictype/pr_other_uppercase.c: New file.
27183         * lib/unictype/pr_paired_punctuation.c: New file.
27184         * lib/unictype/pr_paragraph_separator.c: New file.
27185         * lib/unictype/pr_pattern_syntax.c: New file.
27186         * lib/unictype/pr_pattern_white_space.c: New file.
27187         * lib/unictype/pr_private_use.c: New file.
27188         * lib/unictype/pr_punctuation.c: New file.
27189         * lib/unictype/pr_quotation_mark.c: New file.
27190         * lib/unictype/pr_radical.c: New file.
27191         * lib/unictype/pr_sentence_terminal.c: New file.
27192         * lib/unictype/pr_soft_dotted.c: New file.
27193         * lib/unictype/pr_space.c: New file.
27194         * lib/unictype/pr_terminal_punctuation.c: New file.
27195         * lib/unictype/pr_test.c: New file.
27196         * lib/unictype/pr_titlecase.c: New file.
27197         * lib/unictype/pr_unassigned_code_value.c: New file.
27198         * lib/unictype/pr_unified_ideograph.c: New file.
27199         * lib/unictype/pr_uppercase.c: New file.
27200         * lib/unictype/pr_variation_selector.c: New file.
27201         * lib/unictype/pr_white_space.c: New file.
27202         * lib/unictype/pr_xid_continue.c: New file.
27203         * lib/unictype/pr_xid_start.c: New file.
27204         * lib/unictype/pr_zero_width.c: New file.
27205         * lib/unictype/scripts.c: New file.
27206         * lib/unictype/sy_c_ident.c: New file.
27207         * lib/unictype/sy_c_whitespace.c: New file.
27208         * lib/unictype/sy_java_ident.c: New file.
27209         * lib/unictype/sy_java_whitespace.c: New file.
27210
27211         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
27212         Unicode 5.0.0.
27213         * lib/unictype/blocks.h: Likewise.
27214         * lib/unictype/categ_C.h: Likewise.
27215         * lib/unictype/categ_Cc.h: Likewise.
27216         * lib/unictype/categ_Cf.h: Likewise.
27217         * lib/unictype/categ_Cn.h: Likewise.
27218         * lib/unictype/categ_Co.h: Likewise.
27219         * lib/unictype/categ_Cs.h: Likewise.
27220         * lib/unictype/categ_L.h: Likewise.
27221         * lib/unictype/categ_Ll.h: Likewise.
27222         * lib/unictype/categ_Lm.h: Likewise.
27223         * lib/unictype/categ_Lo.h: Likewise.
27224         * lib/unictype/categ_Lt.h: Likewise.
27225         * lib/unictype/categ_Lu.h: Likewise.
27226         * lib/unictype/categ_M.h: Likewise.
27227         * lib/unictype/categ_Mc.h: Likewise.
27228         * lib/unictype/categ_Me.h: Likewise.
27229         * lib/unictype/categ_Mn.h: Likewise.
27230         * lib/unictype/categ_N.h: Likewise.
27231         * lib/unictype/categ_Nd.h: Likewise.
27232         * lib/unictype/categ_Nl.h: Likewise.
27233         * lib/unictype/categ_No.h: Likewise.
27234         * lib/unictype/categ_P.h: Likewise.
27235         * lib/unictype/categ_Pc.h: Likewise.
27236         * lib/unictype/categ_Pd.h: Likewise.
27237         * lib/unictype/categ_Pe.h: Likewise.
27238         * lib/unictype/categ_Pf.h: Likewise.
27239         * lib/unictype/categ_Pi.h: Likewise.
27240         * lib/unictype/categ_Po.h: Likewise.
27241         * lib/unictype/categ_Ps.h: Likewise.
27242         * lib/unictype/categ_S.h: Likewise.
27243         * lib/unictype/categ_Sc.h: Likewise.
27244         * lib/unictype/categ_Sk.h: Likewise.
27245         * lib/unictype/categ_Sm.h: Likewise.
27246         * lib/unictype/categ_So.h: Likewise.
27247         * lib/unictype/categ_Z.h: Likewise.
27248         * lib/unictype/categ_Zl.h: Likewise.
27249         * lib/unictype/categ_Zp.h: Likewise.
27250         * lib/unictype/categ_Zs.h: Likewise.
27251         * lib/unictype/categ_of.h: Likewise.
27252         * lib/unictype/combining.h: Likewise.
27253         * lib/unictype/ctype_alnum.h: Likewise.
27254         * lib/unictype/ctype_alpha.h: Likewise.
27255         * lib/unictype/ctype_blank.h: Likewise.
27256         * lib/unictype/ctype_cntrl.h: Likewise.
27257         * lib/unictype/ctype_digit.h: Likewise.
27258         * lib/unictype/ctype_graph.h: Likewise.
27259         * lib/unictype/ctype_lower.h: Likewise.
27260         * lib/unictype/ctype_print.h: Likewise.
27261         * lib/unictype/ctype_punct.h: Likewise.
27262         * lib/unictype/ctype_space.h: Likewise.
27263         * lib/unictype/ctype_upper.h: Likewise.
27264         * lib/unictype/ctype_xdigit.h: Likewise.
27265         * lib/unictype/decdigit.h: Likewise.
27266         * lib/unictype/digit.h: Likewise.
27267         * lib/unictype/mirror.h: Likewise.
27268         * lib/unictype/numeric.h: Likewise.
27269         * lib/unictype/pr_alphabetic.h: Likewise.
27270         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
27271         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
27272         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
27273         * lib/unictype/pr_bidi_block_separator.h: Likewise.
27274         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
27275         * lib/unictype/pr_bidi_common_separator.h: Likewise.
27276         * lib/unictype/pr_bidi_control.h: Likewise.
27277         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
27278         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
27279         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
27280         * lib/unictype/pr_bidi_european_digit.h: Likewise.
27281         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
27282         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
27283         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
27284         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
27285         * lib/unictype/pr_bidi_pdf.h: Likewise.
27286         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
27287         * lib/unictype/pr_bidi_whitespace.h: Likewise.
27288         * lib/unictype/pr_combining.h: Likewise.
27289         * lib/unictype/pr_composite.h: Likewise.
27290         * lib/unictype/pr_currency_symbol.h: Likewise.
27291         * lib/unictype/pr_dash.h: Likewise.
27292         * lib/unictype/pr_decimal_digit.h: Likewise.
27293         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
27294         * lib/unictype/pr_deprecated.h: Likewise.
27295         * lib/unictype/pr_diacritic.h: Likewise.
27296         * lib/unictype/pr_extender.h: Likewise.
27297         * lib/unictype/pr_format_control.h: Likewise.
27298         * lib/unictype/pr_grapheme_base.h: Likewise.
27299         * lib/unictype/pr_grapheme_extend.h: Likewise.
27300         * lib/unictype/pr_grapheme_link.h: Likewise.
27301         * lib/unictype/pr_hex_digit.h: Likewise.
27302         * lib/unictype/pr_hyphen.h: Likewise.
27303         * lib/unictype/pr_id_continue.h: Likewise.
27304         * lib/unictype/pr_id_start.h: Likewise.
27305         * lib/unictype/pr_ideographic.h: Likewise.
27306         * lib/unictype/pr_ids_binary_operator.h: Likewise.
27307         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
27308         * lib/unictype/pr_ignorable_control.h: Likewise.
27309         * lib/unictype/pr_iso_control.h: Likewise.
27310         * lib/unictype/pr_join_control.h: Likewise.
27311         * lib/unictype/pr_left_of_pair.h: Likewise.
27312         * lib/unictype/pr_line_separator.h: Likewise.
27313         * lib/unictype/pr_logical_order_exception.h: Likewise.
27314         * lib/unictype/pr_lowercase.h: Likewise.
27315         * lib/unictype/pr_math.h: Likewise.
27316         * lib/unictype/pr_non_break.h: Likewise.
27317         * lib/unictype/pr_not_a_character.h: Likewise.
27318         * lib/unictype/pr_numeric.h: Likewise.
27319         * lib/unictype/pr_other_alphabetic.h: Likewise.
27320         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
27321         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
27322         * lib/unictype/pr_other_id_continue.h: Likewise.
27323         * lib/unictype/pr_other_id_start.h: Likewise.
27324         * lib/unictype/pr_other_lowercase.h: Likewise.
27325         * lib/unictype/pr_other_math.h: Likewise.
27326         * lib/unictype/pr_other_uppercase.h: Likewise.
27327         * lib/unictype/pr_paired_punctuation.h: Likewise.
27328         * lib/unictype/pr_paragraph_separator.h: Likewise.
27329         * lib/unictype/pr_pattern_syntax.h: Likewise.
27330         * lib/unictype/pr_pattern_white_space.h: Likewise.
27331         * lib/unictype/pr_private_use.h: Likewise.
27332         * lib/unictype/pr_punctuation.h: Likewise.
27333         * lib/unictype/pr_quotation_mark.h: Likewise.
27334         * lib/unictype/pr_radical.h: Likewise.
27335         * lib/unictype/pr_sentence_terminal.h: Likewise.
27336         * lib/unictype/pr_soft_dotted.h: Likewise.
27337         * lib/unictype/pr_space.h: Likewise.
27338         * lib/unictype/pr_terminal_punctuation.h: Likewise.
27339         * lib/unictype/pr_titlecase.h: Likewise.
27340         * lib/unictype/pr_unassigned_code_value.h: Likewise.
27341         * lib/unictype/pr_unified_ideograph.h: Likewise.
27342         * lib/unictype/pr_uppercase.h: Likewise.
27343         * lib/unictype/pr_variation_selector.h: Likewise.
27344         * lib/unictype/pr_white_space.h: Likewise.
27345         * lib/unictype/pr_xid_continue.h: Likewise.
27346         * lib/unictype/pr_xid_start.h: Likewise.
27347         * lib/unictype/pr_zero_width.h: Likewise.
27348         * lib/unictype/scripts.h: Likewise.
27349         * lib/unictype/scripts_byname.gperf: Likewise.
27350         * lib/unictype/sy_c_ident.h: Likewise.
27351         * lib/unictype/sy_c_whitespace.h: Likewise.
27352         * lib/unictype/sy_java_ident.h: Likewise.
27353         * lib/unictype/sy_java_whitespace.h: Likewise.
27354
27355         * lib/unictype/Makefile: New file.
27356         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
27357         glibc.
27358         * lib/unictype/3level.h: New file, copied from glibc.
27359         * lib/unictype/3levelbit.h: New file.
27360
27361 2007-11-11  Bruno Haible  <bruno@clisp.org>
27362
27363         * modules/gperf: New file.
27364         * modules/iconv_open (Depends-on): Add it.
27365         (Makefile.am): Remove the GPERF definition.
27366
27367 2007-11-11  Bruno Haible  <bruno@clisp.org>
27368
27369         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
27370         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
27371
27372 2007-11-11  Bruno Haible  <bruno@clisp.org>
27373
27374         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
27375         (usage): Remove function.
27376
27377 2007-11-11  Bruno Haible  <bruno@clisp.org>
27378
27379         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
27380         gl_FUNC_CEILF_LIBS.
27381         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
27382         gl_FUNC_CEIL_LIBS.
27383         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
27384         gl_FUNC_CEILL_LIBS.
27385         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
27386         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
27387         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
27388
27389 2007-11-11  Bruno Haible  <bruno@clisp.org>
27390
27391         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
27392         roundf were declared but do not exist on functions.
27393         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
27394         roundl were declared but do not exist on functions.
27395         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
27396         HAVE_FLOORL_AND_CEILL, respectively.
27397         Needed for Sun C on Solaris 10.
27398
27399 2007-11-11  Bruno Haible  <bruno@clisp.org>
27400
27401         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
27402         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
27403         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
27404         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
27405         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
27406         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
27407         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
27408         HAVE_DECL_ROUNDF.
27409         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
27410         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
27411         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
27412         of HAVE_DECL_ROUND*.
27413         * modules/math (Makefile.am): Update.
27414
27415 2007-11-10  Bruno Haible  <bruno@clisp.org>
27416
27417         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
27418         ptrdiff_t as m4/intl.m4.
27419
27420 2007-11-10  Jim Meyering  <meyering@redhat.com>
27421
27422         Avoid link failure for the argmatch test.
27423         * tests/test-argmatch.c (usage): Define function to avoid a link
27424         failure: argmatch_die requires a usage function.
27425
27426 2007-11-09  Bruno Haible  <bruno@clisp.org>
27427
27428         * doc/functions/snprintf.texi: Mention BeOS deficiency.
27429         * doc/functions/vsnprintf.texi: Likewise.
27430         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
27431         with a size argument < 2.
27432
27433 2007-11-09  Bruno Haible  <bruno@clisp.org>
27434
27435         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
27436         buffer. Fixes an inefficiency introduced on 2007-11-03.
27437
27438 2007-11-09  Bruno Haible  <bruno@clisp.org>
27439
27440         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
27441         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
27442
27443 2007-11-08  Jim Meyering  <meyering@redhat.com>
27444
27445         Change cache variable name prefix "jm_" to "gl_" everywhere.
27446         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
27447         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
27448         * m4/uptime.m4: s/gl_/jm_/
27449
27450 2007-11-07  Bruno Haible  <bruno@clisp.org>
27451
27452         Update to GNU gettext 0.17.
27453         * m4/intl.m4: Update to GNU gettext 0.17.
27454         * m4/po.m4: Likewise.
27455         * modules/gettext (Files): Remove m4/ulonglong.m4.
27456         (configure.ac): Require gettext infrastructure from version 0.17.
27457
27458 2007-11-06  Bruno Haible  <bruno@clisp.org>
27459
27460         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
27461         symbolic values are not defined in a public header.
27462         * lib/freadable.c (freadable) [QNX]: Likewise.
27463         * lib/freadahead.c (freadahead) [QNX]: Likewise.
27464         * lib/freading.c (freading) [QNX]: Likewise.
27465         * lib/fseterr.c (fseterr) [QNX]: Likewise.
27466         * lib/fwritable.c (fwritable) [QNX]: Likewise.
27467         * lib/fwriting.c (fwriting) [QNX]: Likewise.
27468         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
27469         Reported by Alain Magloire.
27470
27471         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
27472
27473 2007-11-05  Bruno Haible  <bruno@clisp.org>
27474
27475         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
27476         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
27477         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
27478         Reported by Eric Blake.
27479
27480 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27481             Bruno Haible  <bruno@clisp.org>
27482
27483         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
27484         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
27485         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
27486         (malloc): Undefine also before including <stdlib.h>.
27487         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
27488         Needed on OSF/1 4.0.
27489
27490 2007-11-05  Jim Meyering  <meyering@redhat.com>
27491
27492         git-version-gen: sync from coreutils.
27493         * build-aux/git-version-gen: Add comments.
27494         Change the first '-' to '.' in the snapshot version string,
27495         e.g., 6.9-377-08144 -> 6.9.377-08144
27496         Remove first parameter.
27497         Don't declare a version "-dirty" merely because a time
27498         stamp has changed.
27499
27500 2007-11-04  Bruno Haible  <bruno@clisp.org>
27501
27502         * lib/lock.h: Protect all macro definitions containing an 'if'
27503         statement through a "do { ... } while (0)".
27504         * lib/tls.h: Likewise.
27505
27506 2007-11-04  Bruno Haible  <bruno@clisp.org>
27507
27508         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
27509
27510 2007-11-04  Bruno Haible  <bruno@clisp.org>
27511
27512         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
27513         * modules/fprintf-posix (Depends-on): Add nocrash.
27514         * modules/snprintf-posix (Depends-on): Likewise.
27515         * modules/sprintf-posix (Depends-on): Likewise.
27516         * modules/vasnprintf-posix (Depends-on): Likewise.
27517         * modules/vasprintf-posix (Depends-on): Likewise.
27518         * modules/vfprintf-posix (Depends-on): Likewise.
27519         * modules/vsnprintf-posix (Depends-on): Likewise.
27520         * modules/vsprintf-posix (Depends-on): Likewise.
27521         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27522         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27523         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27524         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27525         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27526         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27527         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27528
27529 2007-11-04  Bruno Haible  <bruno@clisp.org>
27530
27531         * modules/nocrash: New file.
27532         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
27533         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
27534
27535 2007-11-04  Bruno Haible  <bruno@clisp.org>
27536
27537         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
27538         precision handling.
27539         * tests/test-vasprintf-posix.c (test_function): Likewise.
27540         * tests/test-snprintf-posix.h (test_function): Likewise.
27541         * tests/test-sprintf-posix.h (test_function): Likewise.
27542
27543         Fix *printf behaviour for large precisions on mingw and BeOS.
27544         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
27545         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
27546         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
27547         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27548         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27549         gl_PRINTF_PRECISION and test its result. Invoke
27550         gl_PREREQ_VASNPRINTF_PRECISION.
27551         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27552         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27553         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27554         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27555         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27556         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27557         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27558         * doc/functions/fprintf.texi: Update.
27559         * doc/functions/printf.texi: Update.
27560         * doc/functions/snprintf.texi: Update.
27561         * doc/functions/sprintf.texi: Update.
27562         * doc/functions/vfprintf.texi: Update.
27563         * doc/functions/vprintf.texi: Update.
27564         * doc/functions/vsnprintf.texi: Update.
27565         * doc/functions/vsprintf.texi: Update.
27566
27567 2007-11-04  Bruno Haible  <bruno@clisp.org>
27568
27569         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
27570
27571 2007-11-04  Bruno Haible  <bruno@clisp.org>
27572
27573         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
27574         Reported by Sylvain Beucler <beuc@gnu.org>.
27575
27576 2007-11-03  Bruno Haible  <bruno@clisp.org>
27577
27578         * tests/test-fprintf-posix2.sh: New file.
27579         * tests/test-fprintf-posix2.c: New file.
27580         * modules/fprintf-posix-tests (Files): Add them.
27581         (TESTS): Add test-fprintf-posix2.sh.
27582         (configure.ac): Check for getrlimit and setrlimit.
27583         (check_PROGRAMS): Add test-fprintf-posix2.
27584
27585         * tests/test-printf-posix2.sh: New file.
27586         * tests/test-printf-posix2.c: New file.
27587         * modules/printf-posix-tests (Files): Add them.
27588         (TESTS): Add test-printf-posix2.sh.
27589         (configure.ac): Check for getrlimit and setrlimit.
27590         (check_PROGRAMS): Add test-printf-posix2.
27591
27592         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
27593         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
27594         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
27595         (decode_double): New function, copied from decode_long_double.
27596         (scale10_round_decimal_decoded): New function, extracted from
27597         scale10_round_decimal_long_double.
27598         (scale10_round_decimal_long_double): Use it.
27599         (scale10_round_decimal_double): New function.
27600         (floorlog10): New function.
27601         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
27602         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
27603         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27604         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27605         gl_PRINTF_ENOMEM and test its result. Invoke
27606         gl_PREREQ_VASNPRINTF_ENOMEM.
27607         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27608         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27609         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27610         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27611         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27612         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27613         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27614         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
27615         * modules/snprintf-posix (Depends-on): Likewise.
27616         * modules/sprintf-posix (Depends-on): Likewise.
27617         * modules/vasnprintf-posix (Depends-on): Likewise.
27618         * modules/vasprintf-posix (Depends-on): Likewise.
27619         * modules/vfprintf-posix (Depends-on): Likewise.
27620         * modules/vsnprintf-posix (Depends-on): Likewise.
27621         * modules/vsprintf-posix (Depends-on): Likewise.
27622         * doc/functions/fprintf.texi: Update.
27623         * doc/functions/printf.texi: Update.
27624         * doc/functions/snprintf.texi: Update.
27625         * doc/functions/sprintf.texi: Update.
27626         * doc/functions/vfprintf.texi: Update.
27627         * doc/functions/vprintf.texi: Update.
27628         * doc/functions/vsnprintf.texi: Update.
27629         * doc/functions/vsprintf.texi: Update.
27630
27631 2007-11-03  Bruno Haible  <bruno@clisp.org>
27632
27633         * modules/frexp-nolibm-tests: New file.
27634
27635         * modules/frexp-nolibm: New file.
27636         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
27637
27638 2007-11-03  Bruno Haible  <bruno@clisp.org>
27639
27640         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
27641         value is C99 compliant.
27642         Needed for OSF/1 5.1.
27643
27644 2007-11-03  Bruno Haible  <bruno@clisp.org>
27645
27646         Fix out-of-memory handling of vasnprintf.
27647         * lib/printf-parse.c: Include <errno.h>.
27648         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
27649         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
27650         is already set.
27651
27652 2007-11-02  Eric Blake  <ebb9@byu.net>
27653
27654         Fix tests on cygwin.
27655         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
27656
27657 2007-11-01  Bruno Haible  <bruno@clisp.org>
27658
27659         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
27660         warning.
27661         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
27662         needed for POSIX compatibility.
27663
27664 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
27665
27666         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
27667         for compatibility with GNU.
27668
27669 2007-11-01  Bruno Haible  <bruno@clisp.org>
27670
27671         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
27672         (putenv): Renamed from rpl_putenv. Change argument type from
27673         'const char *' to 'char *'.
27674         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
27675         of defining putenv in config.h, just set REPLACE_PUTENV.
27676         * modules/putenv (Depends-on): Add stdlib.
27677         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27678         (Include): Use <stdlib.h>.
27679         * lib/stdlib.in.h (putenv): New declaration.
27680         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
27681         REPLACE_PUTENV.
27682         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
27683         REPLACE_PUTENV.
27684         Needed for MacOS X 10.5.0.
27685         Reported by Peter O'Gorman <peter@pogma.com>.
27686
27687 2007-11-01  Jim Meyering  <meyering@redhat.com>
27688
27689         Treat an empty date string exactly like "0".
27690         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
27691         if the remaining date string (to be parsed) is empty, use "0".
27692         Reported by Mischa Molhoek and discussed in this thread:
27693         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
27694
27695 2007-10-31  Bruno Haible  <bruno@clisp.org>
27696
27697         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
27698         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
27699         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
27700         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
27701         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
27702         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
27703
27704 2007-10-31  Bruno Haible  <bruno@clisp.org>
27705
27706         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
27707         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
27708         (AC_TYPE_LONG_LONG_INT): Use it.
27709         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
27710         it as well.
27711         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
27712         to m4/longlong.m4.
27713         * modules/stdint (Files): Remove m4/ulonglong.m4.
27714         * modules/strtoull (Files): Use m4/longlong.m4 instead of
27715         m4/ulonglong.m4.
27716         * modules/strtoumax (Files): Likewise.
27717
27718 2007-10-30  Bruno Haible  <bruno@clisp.org>
27719
27720         * modules/xvasprintf-posix: New file.
27721         Suggested by Eric Blake.
27722
27723 2007-10-30  Bruno Haible  <bruno@clisp.org>
27724
27725         * modules/xprintf-posix-tests: New file.
27726         * tests/test-xprintf-posix.sh: New file.
27727         * tests/test-xprintf-posix.c: New file.
27728         * tests/test-xfprintf-posix.c: New file.
27729
27730         * modules/xprintf-posix: New file.
27731
27732 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27733
27734         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
27735         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
27736         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
27737
27738 2007-10-29  Bruno Haible  <bruno@clisp.org>
27739
27740         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
27741         contain the special marker '_cv_'.
27742         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
27743         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
27744         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
27745         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
27746         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
27747         Reported by Ralf Wildenhues.
27748
27749 2007-10-29  Bruno Haible  <bruno@clisp.org>
27750
27751         * gnulib-tool (func_import): When --lgpl is not specified, set
27752         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
27753         GPLv3.
27754         Reported by Simon Josefsson.
27755
27756 2007-10-28  Bruno Haible  <bruno@clisp.org>
27757
27758         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
27759         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
27760         HAVE_DECL_ISFINITE.
27761         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
27762         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
27763         HAVE_DECL_ISFINITE.
27764
27765 2007-10-28  Bruno Haible  <bruno@clisp.org>
27766
27767         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
27768         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
27769
27770 2007-10-28  Bruno Haible  <bruno@clisp.org>
27771
27772         Fix link errors with Sun C 5.0 on Solaris 10.
27773         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
27774         function is declared but not present in the compiler's libm.
27775         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
27776         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
27777         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
27778         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
27779         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
27780         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
27781         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
27782         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
27783         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
27784         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
27785         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
27786         HAVE_DECL_FLOORL.
27787
27788 2007-10-28  Bruno Haible  <bruno@clisp.org>
27789
27790         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
27791         gl_FUNC_FLOORL. Cache the result.
27792         (gl_FUNC_FLOORL): Use it.
27793         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
27794         gl_FUNC_CEILL. Cache the result.
27795         (gl_FUNC_CEILL): Use it.
27796
27797         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
27798         gl_FUNC_FLOOR. Cache the result.
27799         (gl_FUNC_FLOOR): Use it.
27800         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
27801         gl_FUNC_CEIL. Cache the result.
27802         (gl_FUNC_CEIL): Use it.
27803
27804         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
27805         gl_FUNC_FLOORF. Cache the result.
27806         (gl_FUNC_FLOORF): Use it.
27807         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
27808         gl_FUNC_CEILF. Cache the result.
27809         (gl_FUNC_CEILF): Use it.
27810
27811 2007-10-28  Bruno Haible  <bruno@clisp.org>
27812
27813         * gnulib-tool: Allow specifying the LGPL version number through
27814         --lgpl=2 or --lgpl=3.
27815         (func_usage): Document --lgpl with argument.
27816         Handle --lgpl=... arguments.
27817         (func_import): Recognize also gl_LGPL calls with an argument. When
27818         --lgpl=2 is used and the module's license is just LGPL, report an
27819         error. Set sed_transform_lib_file according to the lgpl variable. In
27820         the generated files, use --lgpl or gl_LGPL invocations with argument,
27821         if necessary.
27822         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
27823         an LGPv2+ license.
27824         * doc/gnulib-tool.texi (Modified imports): Update explanation of
27825         gl_LGPL macro.
27826
27827 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27828             Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
27831         (u16_uctomb_aux): Likewise.
27832         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
27833         !HAVE_INLINE.
27834         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
27835
27836 2007-10-28  Bruno Haible  <bruno@clisp.org>
27837
27838         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
27839         Invoke AM_GETTEXT_OPTION if it exists.
27840         * modules/vasprintf: Likewise.
27841         * modules/verror: Likewise.
27842         * modules/xprintf: Likewise.
27843         * modules/xvasprintf: Likewise.
27844
27845 2007-10-27  Ben Pfaff  <blp@gnu.org>
27846
27847         * lib/math.in.h: Define isfinite macro and prototypes for
27848         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
27849         implementations.
27850         * m4/math_h.m4: New substitutions for isfinite module.
27851         * lib/isfinite.c: New file.
27852         * m4/isfinite.m4: New file.
27853         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
27854         * modules/isfinite: New file.
27855         * modules/isfinite-tests: New file.
27856         * tests/tests-isfinite.c: New file.
27857         * doc/functions/isfinite.texi: Mention isfinite module.
27858         * MODULES.html.sh: Mention new module.
27859
27860 2007-10-27  Ben Pfaff  <blp@gnu.org>
27861
27862         Ralf Wildenhues reported that Tru64 4.0D declares the round
27863         functions but does not have definitions.
27864         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
27865         cannot be found in any library, set the output variable to
27866         "missing" instead of "".
27867         * m4/round.m4: Also use our substitute if we cannot find round in
27868         any library, even if it is declared.
27869         * m4/roundf.m4: Likewise for roundf.
27870         * m4/roundl.m4: Likewise for roundl.
27871         * lib/math.in.h: Undefine roundf, round, roundl before defining
27872         their replacements, to allow for hypothetical systems where these
27873         may be defined as macros but not available in libraries.
27874
27875 2007-10-27  Bruno Haible  <bruno@clisp.org>
27876
27877         * doc/gnulib.texi: Invoke @firstparagraphindent.
27878         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
27879         changes in gnulib.
27880         (Source changes): New section.
27881
27882 2007-10-26  Bruno Haible  <bruno@clisp.org>
27883
27884         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
27885         borrowed from autoconf.
27886
27887 2007-10-26  Bruno Haible  <bruno@clisp.org>
27888
27889         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
27890         strerror returned the empty string. Needed on HP-UX 11.00.
27891
27892 2007-10-24  Micah Cowan  <micah@cowan.name>
27893
27894         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
27895         * build-aux/bootstrap: Remove support for now-unnecessary option,
27896         --cvs-user, and envvars CVS_USER, CVS_RSH.
27897
27898 2007-10-24  Jim Meyering  <meyering@redhat.com>
27899
27900         Avoid diagnostics from sha1sum when there is no cached checksum.
27901         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
27902         if the po.s1 file hasn't been created yet.
27903
27904         * build-aux/bootstrap: Sync from coreutils:
27905         2007-10-24  Jim Meyering  <meyering@redhat.com>
27906         Get gnulib from the git repository, not from an obsolete cvs one.
27907         * build-aux/bootstrap: Suggestion from Micah Cowan.
27908         2007-10-04  Jim Meyering  <jim@meyering.net>
27909         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
27910         (update_po_files): Work also when there are no .po files in po/.
27911
27912 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27913
27914         * README: Append ".git" to git and cg examples.
27915         Problem reported by Benoit Sigoure.
27916
27917 2007-10-23  Micah Cowan  <micah@cowan.name>
27918
27919         * users.txt: Add wget.
27920
27921 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27922
27923         Fix linking of some unistdio tests on FreeBSD.
27924         * modules/unistdio/u16-vsnprintf-tests
27925         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
27926         * modules/unistdio/u16-vsprintf-tests
27927         (test_u16_vsnprintf1_LDADD): Likewise.
27928         * modules/unistdio/u32-vsnprintf-tests
27929         (test_u32_vsnprintf1_LDADD): Likewise.
27930         * modules/unistdio/u32-vsprintf-tests
27931         (test_u32_vsprintf1_LDADD): Likewise.
27932         * modules/unistdio/u8-vsnprintf-tests
27933         (test_u8_vsnprintf1_LDADD): Likewise.
27934         * modules/unistdio/u8-vsprintf-tests
27935         (test_u8_vsprintf1_LDADD): Likewise.
27936         * modules/unistdio/ulc-vsnprintf-tests
27937         (test_ulc_vsnprintf1_LDADD): Likewise.
27938         * modules/unistdio/ulc-vsprintf-tests
27939         (test_ulc_vsprintf1_LDADD): Likewise.
27940
27941         Fix linking of some uniconv tests on FreeBSD.
27942         * modules/uniconv/u16-conv-from-enc-tests
27943         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
27944         * modules/uniconv/u16-conv-to-enc-tests
27945         (test_u16_conv_to_enc_LDADD): Likewise.
27946         * modules/uniconv/u16-strconv-from-enc-tests
27947         (test_u16_strconv_from_enc_LDADD): Likewise.
27948         * modules/uniconv/u16-strconv-to-enc-tests
27949         (test_u16_strconv_to_enc_LDADD): Likewise.
27950         * modules/uniconv/u32-conv-from-enc-tests
27951         (test_u32_conv_from_enc_LDADD): Likewise.
27952         * modules/uniconv/u32-conv-to-enc-tests
27953         (test_u32_conv_to_enc_LDADD): Likewise.
27954         * modules/uniconv/u32-strconv-from-enc-tests
27955         (test_u32_strconv_from_enc_LDADD): Likewise.
27956         * modules/uniconv/u32-strconv-to-enc-tests
27957         (test_u32_strconv_to_enc_LDADD): Likewise.
27958         * modules/uniconv/u8-conv-from-enc-tests
27959         (test_u8_conv_from_enc_LDADD): Likewise.
27960         * modules/uniconv/u8-conv-to-enc-tests
27961         (test_u8_conv_to_enc_LDADD): Likewise.
27962         * modules/uniconv/u8-strconv-from-enc-tests
27963         (test_u8_strconv_from_enc_LDADD): Likewise.
27964         * modules/uniconv/u8-strconv-to-enc-tests
27965         (test_u8_strconv_to_enc_LDADD): Likewise.
27966
27967 2007-10-22  Bruno Haible  <bruno@clisp.org>
27968
27969         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
27970         size.
27971
27972 2007-10-22  Eric Blake  <ebb9@byu.net>
27973
27974         Tweak x*printf documentation.
27975         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
27976         variable name and comments.
27977         Suggested by Bruno Haible.
27978
27979 2007-10-22  Bruno Haible  <bruno@clisp.org>
27980
27981         * lib/acl.c (copy_acl): Fix file name in comment.
27982
27983 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
27984
27985         Fix Tru64 problem with stdbool.h.
27986         * lib/stdbool.in.h (false, true):
27987         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
27988         Don't declare as an enum in this situation; it runs afoul of Tru64.
27989         Problem reported by Steven M. Schweda in
27990         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
27991
27992 2007-10-22  Eric Blake  <ebb9@byu.net>
27993
27994         Also wrap vf?printf.
27995         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
27996         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
27997         (xvprintf, xvfprintf): New functions.
27998
27999 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28000
28001         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
28002         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
28003
28004         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
28005         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
28006
28007 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28008
28009         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
28010         by Bruno Haible.
28011
28012 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28013
28014         * lib/getloadavg.c
28015         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
28016         Undef `sys' after including sys/table.h, for Tru64 4.0D.
28017
28018         * tests/test-i-ring.c: Work for C89.
28019
28020 2007-10-22  Bruno Haible  <bruno@clisp.org>
28021
28022         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
28023         -1u, in preprocessor expression, so that we don't test for the bug
28024         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
28025         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
28026
28027 2007-10-22  Eric Blake  <ebb9@byu.net>
28028
28029         * tests/test-yesno.sh: Silence stderr during test.
28030
28031 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28032
28033         * modules/crypto/gc-camellia: New file.
28034
28035         * m4/gc-camellia.m4: New file.
28036
28037         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
28038
28039         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
28040
28041 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28042
28043         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
28044         --help to stdout.  Reported by sms@antinode.org (Steven
28045         M. Schweda).
28046
28047 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28048
28049         * users.txt: Fix link to libksba.
28050
28051 2007-10-21  Ben Pfaff  <blp@gnu.org>
28052
28053         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
28054         round.c roundf implementation that depends on floorf and ceilf to
28055         be tested unconditionally.
28056
28057 2007-10-21  Ben Pfaff  <blp@gnu.org>
28058
28059         * m4/check-libm-func.m4: Removed.
28060         * m4/check-math-lib.m4: New file.
28061         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
28062         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
28063         definition and lack of AC_LIBOBJ([roundf]).
28064         * m4/roundl.m4: Ditto, and similarly for roundl.
28065         * modules/round: Reference new m4 file.
28066         * modules/roundf: Ditto.
28067         * modules/roundl: Ditto.
28068         * tests/test-round2.c (main): Use ROUND instead of round.
28069         Bug report from Bruno Haible.
28070
28071 2007-10-21  Bruno Haible  <bruno@clisp.org>
28072
28073         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
28074         context.
28075
28076 2007-10-21  Bruno Haible  <bruno@clisp.org>
28077
28078         * tests/test-wcwidth.c (main): Allow negative result for some control
28079         characters.
28080
28081         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
28082         Needed on OSF/1 5.1.
28083
28084 2007-10-21  Bruno Haible  <bruno@clisp.org>
28085
28086         * tests/test-floorf1.c: Include isnanf.h.
28087         (main): Use isnanf() instead of isnan().
28088         * tests/test-ceilf1.c: Include isnanf.h.
28089         (main): Use isnanf() instead of isnan().
28090         * tests/test-truncf1.c: Include isnanf.h.
28091         (main): Use isnanf() instead of isnan().
28092         * tests/test-roundf1.c: Include isnanf.h.
28093         (main): Use isnanf() instead of isnan().
28094
28095 2007-10-21  Eric Blake  <ebb9@byu.net>
28096
28097         * users.txt: Update URL for m4.
28098
28099 2007-10-21  Bruno Haible  <bruno@clisp.org>
28100
28101         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
28102
28103 2007-10-21  Bruno Haible  <bruno@clisp.org>
28104
28105         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
28106         Git's management files if the CVS files are not present.
28107
28108 2007-10-20  Bruno Haible  <bruno@clisp.org>
28109
28110         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
28111         gcc-3.4.x.
28112
28113 2007-10-20  Ben Pfaff  <blp@gnu.org>
28114
28115         * lib/math.in.h: Declare round, roundf, roundl if we are providing
28116         implementations.
28117         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
28118         * lib/round.c: New file.
28119         * lib/roundf.c: New file.
28120         * lib/roundl.c: New file.
28121         * m4/round.m4: New file.
28122         * m4/roundf.m4: New file.
28123         * m4/roundl.m4: New file.
28124         * m4/check-libm-func-m4: New file.
28125         * modules/math: Replace round, roundf, roundl related @VARS@ in
28126         math.in.h.
28127         * modules/round: New file.
28128         * modules/round-tests: New file.
28129         * modules/roundf: New file.
28130         * modules/roundf-tests: New file.
28131         * modules/roundl: New file.
28132         * modules/roundl-tests: New file.
28133         * tests/test-round1.c: New file.
28134         * tests/test-round2.c: New file.
28135         * tests/test-roundf1.c: New file.
28136         * tests/test-roundf2.c: New file.
28137         * tests/test-roundl.c: New file.
28138         * doc/functions/round.texi: Mention round module.
28139         * doc/functions/roundf.texi: Mention roundf module.
28140         * doc/functions/roundl.texi: Mention roundl module.
28141         * MODULES.html.sh: Mention new modules.
28142         Thanks to Bruno Haible for suggestions.
28143
28144 2007-10-20  Jim Meyering  <meyering@redhat.com>
28145
28146         * lib/xprintf.c: Include <config.h> unconditionally.
28147
28148         Change xprintf's license to GPL.
28149         * modules/xprintf (License): s/LGPL/GPL/, since this module
28150         depends on modules (exit and exitfail) which are GPL.
28151         Suggestion from Bruno Haible.
28152
28153         xprintf fixes.
28154         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
28155         Use a clearer diagnostic.
28156         Patch from Bruno Haible.
28157
28158 2007-10-20  Bruno Haible  <bruno@clisp.org>
28159
28160         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
28161         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
28162         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28163
28164 2007-10-20  Bruno Haible  <bruno@clisp.org>
28165
28166         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
28167         precision in the comparison result > x - 1 or similar.
28168         * tests/test-ceilf2.c (correct_result_p): Likewise.
28169         * tests/test-truncf2.c (correct_result_p): Likewise.
28170         * tests/test-trunc2.c (correct_result_p): Likewise.
28171         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28172
28173 2007-10-20  Bruno Haible  <bruno@clisp.org>
28174
28175         * modules/ceil: New file.
28176         * m4/ceil.m4: New file.
28177         * doc/functions/ceil.texi: Mention the 'ceil' module.
28178
28179 2007-10-20  Bruno Haible  <bruno@clisp.org>
28180
28181         * modules/floor: New file.
28182         * m4/floor.m4: New file.
28183         * doc/functions/floor.texi: Mention the 'floor' module.
28184
28185 2007-10-20  Bruno Haible  <bruno@clisp.org>
28186
28187         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
28188         of %a.
28189         * modules/floorf-tests (Depends-on): Likewise.
28190         * modules/truncf-tests (Depends-on): Likewise.
28191         * modules/trunc-tests (Depends-on): Likewise.
28192         Reported by Ben Pfaff.
28193
28194 2007-10-19  Jim Meyering  <meyering@redhat.com>
28195
28196         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
28197         Don't bother testing specific errno values.  Just test ferror.
28198
28199         New module: xprintf
28200         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
28201
28202 2007-10-19  Bruno Haible  <bruno@clisp.org>
28203
28204         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
28205         syntax.
28206         * modules/javaexec (Makefile.am): Likewise.
28207         * modules/relocatable-prog (Makefile.am): Likewise.
28208         Suggested by Jim Meyering.
28209
28210 2007-10-18  Bruno Haible  <bruno@clisp.org>
28211
28212         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
28213         Reported by Jim Meyering.
28214
28215 2007-10-18  Eric Blake  <ebb9@byu.net>
28216
28217         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
28218
28219 2007-10-18  Bruno Haible  <bruno@clisp.org>
28220
28221         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
28222         the format string into writable memory. Needed in Fortify conditions.
28223
28224 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
28225             Bruno Haible  <bruno@clisp.org>
28226
28227         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
28228         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
28229         * modules/trim (Depends-on): Add mbchar.
28230         (configure.ac): Add gl_FUNC_MBRTOWC.
28231         (Makefile.am): Augment lib_SOURCES.
28232
28233 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28234
28235         Modify glob.c to use fstatat and dirfd, to simplify it.
28236         Suggested by Eric Blake.
28237         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
28238         Don't include <stdbool.h>; not used.
28239         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
28240         (link_exists_p): Simplify implementation, since we can now assume
28241         dirfd and fstatat.
28242         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
28243
28244 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28245
28246         * gnulib-tool (func_get_dependencies): Fix sed script to
28247         match only tests.
28248
28249 2007-10-17  Bruno Haible  <bruno@clisp.org>
28250
28251         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
28252         allow locale names without encoding suffix.
28253         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28254         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28255
28256 2007-10-16  Bruno Haible  <bruno@clisp.org>
28257
28258         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
28259         * lib/getgroups.c (getgroups): Likewise.
28260         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
28261
28262 2007-10-16  Bruno Haible  <bruno@clisp.org>
28263
28264         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
28265         * modules/malloc-posix (License): Likewise.
28266         * modules/realloc-posix (License): Likewise.
28267         * modules/calloc-posix (License): Likewise.
28268         * modules/intprops (License): Change from GPL to LGPL, with
28269         Paul Eggert's approval.
28270
28271 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28272
28273         Merge glibc changes into lib/glob.c.
28274
28275         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
28276         2007-10-15 04:59:03 UTC.  Here are the changes:
28277
28278         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
28279
28280         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
28281
28282         * lib/glob.c: Add some branch prediction throughout.
28283
28284         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
28285
28286         [BZ #5103]
28287         * lib/glob.c (glob): Recognize patterns starting \/.
28288
28289         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
28290
28291         [BZ #3996]
28292         * lib/glob.c (attribute_hidden): Define if not defined.
28293         (glob): Unescape dirname, filename or username when needed and not
28294         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
28295         is NULL.  Handle unescaped [ in pattern without closing ].
28296         Don't pass GLOB_CHECK down to recursive glob for directories.
28297         (__glob_pattern_type): New function.
28298         (__glob_pattern_p): Implement using __glob_pattern_type.
28299         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
28300         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
28301         Remove unreachable code.
28302
28303         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
28304
28305         * lib/glob.c (glob_in_dir): Add some comments and asserts to
28306         explain why there are no leaks.
28307
28308         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
28309
28310         [BZ #3253]
28311         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
28312         time, rather allocate increasingly bigger arrays of pointers, if
28313         possible with alloca, if too large with malloc.
28314
28315 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28316
28317         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
28318         Problem reported by H.Merijn Brand in
28319         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
28320         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
28321         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28322
28323 2007-10-15  Bruno Haible  <bruno@clisp.org>
28324
28325         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
28326         with explicit rpl_ prefix.
28327         * lib/fopen.c (fopen): Likewise.
28328         * lib/freopen.c (freopen): Likewise.
28329         * lib/iconv.c (iconv): Likewise.
28330         * lib/iconv_close.c (iconv_close): Likewise.
28331
28332 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28333
28334         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
28335
28336 2007-10-15  Bruno Haible  <bruno@clisp.org>
28337
28338         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
28339         <stddef.h> instead of <stdlib.h> since we only need NULL.
28340         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28341
28342 2007-10-15  Bruno Haible  <bruno@clisp.org>
28343
28344         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
28345         Replace paragraph talking about LIBOBJS.
28346         Reported by Colin Watson <cjwatson@debian.org>.
28347
28348 2007-10-15  Bruno Haible  <bruno@clisp.org>
28349
28350         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
28351         <stdlib.h> before using NULL.
28352
28353 2007-10-15  Simon Josefsson  <simon@josefsson.org>
28354
28355         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
28356         Reported by Albert Chin <china@thewrittenword.com>.
28357
28358 2007-10-14  Bruno Haible  <bruno@clisp.org>
28359
28360         * modules/iconv_open-utf-tests: New file.
28361         * tests/test-iconv-utf.c: New file.
28362
28363         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
28364         * modules/iconv_open-utf: New file.
28365         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
28366         (iconv, iconv_close): New declarations.
28367         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
28368         be defined.
28369         (iconv_open): Add special handling of conversion between UTF-8 and
28370         UTF-{16,32}{BE,LE}.
28371         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
28372         * lib/iconv_close.c: New file.
28373         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
28374         gl_FUNC_ICONV_OPEN.
28375         (gl_FUNC_ICONV_OPEN): Use it.
28376         (gl_FUNC_ICONV_OPEN_UTF): New macro.
28377         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
28378         and REPLACE_ICONV_UTF.
28379         * modules/iconv_open (Depends-on): Add c-strcase.
28380         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
28381         ICONV_CONST.
28382         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
28383
28384 2007-10-13  Albert Chin  <china@thewrittenword.com>
28385             Bruno Haible  <bruno@clisp.org>
28386
28387         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
28388         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
28389
28390 2007-10-13  Bruno Haible  <bruno@clisp.org>
28391
28392         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
28393         defined, use the ISO C99 inline semantics.
28394         * lib/argp.h (ARGP_EI): Likewise.
28395
28396 2007-10-13  Bruno Haible  <bruno@clisp.org>
28397
28398         Handle 'inline' change in gcc 4.3.0.
28399         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
28400         argp_fmtstream_write, argp_fmtstream_set_lmargin,
28401         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
28402         argp_fmtstream_point): Disable 'extern' declaration if the function
28403         definition is going to be provided inline.
28404         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
28405         semantics, not the ISO C99 inline semantics.
28406         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
28407         'extern' declaration if the function definition is going to be provided
28408         inline.
28409         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
28410         the GNU C inline semantics, not the ISO C99 inline semantics. With
28411         GCC 4.2, avoid a warning.
28412
28413 2007-10-13  Bruno Haible  <bruno@clisp.org>
28414
28415         * lib/freading.h (freading): Enable the use of __freading for
28416         glibc >= 2.7.
28417         * lib/freading.c (freading): Likewise.
28418
28419 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
28420
28421         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
28422         "warning: C99 inline functions are not supported; using GNU89".
28423
28424 2007-10-12  Bruno Haible  <bruno@clisp.org>
28425
28426         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
28427         of 2.
28428         * tests/test-ceilf2.c: New file.
28429         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
28430
28431         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
28432         * modules/ceilf-tests: Update.
28433
28434 2007-10-12  Bruno Haible  <bruno@clisp.org>
28435
28436         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
28437         of 2.
28438         * tests/test-floorf2.c: New file.
28439         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
28440
28441         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
28442         * modules/floorf-tests: Update.
28443
28444 2007-10-12  Bruno Haible  <bruno@clisp.org>
28445
28446         * tests/test-trunc2.c: New file.
28447         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
28448
28449         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
28450         * modules/trunc-tests: Update.
28451
28452 2007-10-12  Bruno Haible  <bruno@clisp.org>
28453
28454         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
28455         of 2.
28456         * tests/test-truncf2.c: New file.
28457         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
28458
28459         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
28460         * modules/truncf-tests: Update.
28461
28462 2007-10-11  Eric Blake  <ebb9@byu.net>
28463
28464         Don't claim strerror is broken on Interix.
28465         * doc/functions/strerror.texi (strerror): Known broken systems are
28466         now Solaris 8, and not Interix.
28467         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
28468         Interix on cross-compile.
28469         Reported by Martin Koeppe in
28470         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
28471
28472 2007-10-11  Bruno Haible  <bruno@clisp.org>
28473
28474         * modules/i-ring-tests: New file.
28475         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
28476         instead of assert.
28477
28478 2007-10-11  Bruno Haible  <bruno@clisp.org>
28479
28480         * modules/filenamecat-tests: New file.
28481         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
28482         * lib/filenamecat.c: Remove test code.
28483
28484 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
28485
28486         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
28487
28488         * lib/strerror.c: Include <string.h> always, to test interface,
28489         and to remove the need for the dummy.
28490         Include intprops.h to compute width instead of doing it ourselves
28491         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
28492         (strerror): Define it to return NULL if there's no system strerror.
28493         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
28494         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
28495         ancient pre-strerror Unix systems well any more.  Saying "unknown
28496         system error" is enough.
28497         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
28498         simpler strerror.c implementation.
28499         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
28500         Simplify the tests to reflect the simpler strerror implementation.
28501         * modules/strerror (Depends-on): Add intprops.
28502
28503 2007-10-09  Eric Blake  <ebb9@byu.net>
28504
28505         Silence test-fpending.
28506         * modules/fpending-tests (Files): Add wrapper script.
28507         * tests/test-fpending.sh: New file.
28508
28509 2007-10-09  Bruno Haible  <bruno@clisp.org>
28510
28511         * MODULES.html.sh (func_module): Don't create a hyperlink for
28512         function names like 'printf_frexp'.
28513         (Misc): Add crc, memxor.
28514         (Characteristics of floating types): New section.
28515         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
28516         isnanf-nolibm, signbit, trunc, truncf, truncl.
28517         (Enhancements for ISO C 99 functions): New subsection Input/output.
28518         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
28519         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
28520         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
28521         (Compatibility checks for POSIX:2001 functions): Add clock-time.
28522         (Enhancements for POSIX:2001 functions): Add chdir-long.
28523         (File system functions): Add areadlink, chdir-safer, read-file.
28524         Remove cycle-check.
28525         (File system as inode set): New section.
28526         (Date and time): Add gethrxtime.
28527         (Multithreading): Add openmp.
28528         (Internationalization functions): Add localename.
28529         (Unicode string functions): Add unistr/u*-mbsnlen.
28530         (Support for maintaining and releasing projects): Add git-version-gen.
28531         (Lone files): Remove directories.
28532
28533 2007-10-08  Ben Pfaff  <blp@gnu.org>
28534
28535         * lib/xmalloca.h: Fix typo in comment.
28536
28537 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
28538
28539         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
28540         when avoiding problems with integer overflow.  Use a portable test
28541         instead.
28542
28543 2007-10-08  Simon Josefsson  <simon@josefsson.org>
28544
28545         * modules/dummy (License): Change to LGPLv2+.
28546         * modules/float (License): Likewise
28547         * modules/realloc (License): Likewise
28548         * modules/stdlib (License): Likewise
28549
28550 2007-10-07  Bruno Haible  <bruno@clisp.org>
28551
28552         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
28553         * floor.c (TWO_MANT_DIG): Likewise.
28554         * ceil.c (TWO_MANT_DIG): Likewise.
28555         Reported by Ben Pfaff.
28556
28557 2007-10-07  Bruno Haible  <bruno@clisp.org>
28558
28559         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
28560         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
28561         * lib/frexp.c (FUNC): Likewise.
28562         * lib/printf-frexp.h (printf_frexp): Likewise.
28563         * lib/printf-frexpl.h (printf_frexpl): Likewise.
28564         * lib/printf-frexp.c (FUNC): Likewise.
28565         Suggested by Jim Meyering.
28566
28567 2007-10-07  Jim Meyering  <meyering@redhat.com>
28568
28569         Make xnanosleep's integer overflow test more robust.
28570         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
28571         so that gcc-4.3.0 doesn't optimize away this test for overflow.
28572
28573 2007-10-07  Bruno Haible  <bruno@clisp.org>
28574
28575         * NEWS: Mention the license change.
28576
28577         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
28578         abbreviations in the modules files.
28579
28580         Change copyright notice from GPLv2+ to GPLv3+.
28581         * README: Change copyright notice.
28582         * MODULES.html.sh: Likewise.
28583         * build-aux/bootstrap.conf: Likewise.
28584         * build-aux/config.libpath: Likewise.
28585         * build-aux/csharpcomp.sh.in: Likewise.
28586         * build-aux/csharpexec.sh.in: Likewise.
28587         * build-aux/install-reloc: Likewise.
28588         * build-aux/javacomp.sh.in: Likewise.
28589         * build-aux/javaexec.sh.in: Likewise.
28590         * build-aux/ldd.sh.in: Likewise.
28591         * build-aux/reloc-ldflags: Likewise.
28592         * build-aux/relocatable.sh.in: Likewise.
28593         * build-aux/x-to-1.in: Likewise.
28594         * check-module: Likewise.
28595         * config/srclistvars.sh: Likewise.
28596         * gnulib-tool: Likewise.
28597         * lib/acl-internal.h: Likewise.
28598         * lib/acl.c: Likewise.
28599         * lib/acl.h: Likewise.
28600         * lib/acl_entries.c: Likewise.
28601         * lib/areadlink-with-size.c: Likewise.
28602         * lib/areadlink.c: Likewise.
28603         * lib/areadlink.h: Likewise.
28604         * lib/argmatch.c: Likewise.
28605         * lib/argmatch.h: Likewise.
28606         * lib/argp-ba.c: Likewise.
28607         * lib/argp-eexst.c: Likewise.
28608         * lib/argp-fmtstream.c: Likewise.
28609         * lib/argp-fmtstream.h: Likewise.
28610         * lib/argp-fs-xinl.c: Likewise.
28611         * lib/argp-help.c: Likewise.
28612         * lib/argp-namefrob.h: Likewise.
28613         * lib/argp-parse.c: Likewise.
28614         * lib/argp-pin.c: Likewise.
28615         * lib/argp-pv.c: Likewise.
28616         * lib/argp-pvh.c: Likewise.
28617         * lib/argp-xinl.c: Likewise.
28618         * lib/argp.h: Likewise.
28619         * lib/at-func.c: Likewise.
28620         * lib/atanl.c: Likewise.
28621         * lib/backupfile.c: Likewise.
28622         * lib/backupfile.h: Likewise.
28623         * lib/basename.c: Likewise.
28624         * lib/binary-io.h: Likewise.
28625         * lib/byteswap.in.h: Likewise.
28626         * lib/c-stack.c: Likewise.
28627         * lib/c-stack.h: Likewise.
28628         * lib/c-strcasestr.c: Likewise.
28629         * lib/c-strcasestr.h: Likewise.
28630         * lib/c-strstr.c: Likewise.
28631         * lib/c-strstr.h: Likewise.
28632         * lib/c-strtod.c: Likewise.
28633         * lib/calloc.c: Likewise.
28634         * lib/canon-host.c: Likewise.
28635         * lib/canon-host.h: Likewise.
28636         * lib/canonicalize-lgpl.c: Likewise.
28637         * lib/canonicalize.c: Likewise.
28638         * lib/canonicalize.h: Likewise.
28639         * lib/ceil.c: Likewise.
28640         * lib/ceilf.c: Likewise.
28641         * lib/ceill.c: Likewise.
28642         * lib/chdir-long.c: Likewise.
28643         * lib/chdir-long.h: Likewise.
28644         * lib/chdir-safer.c: Likewise.
28645         * lib/chdir-safer.h: Likewise.
28646         * lib/chown.c: Likewise.
28647         * lib/classpath.c: Likewise.
28648         * lib/classpath.h: Likewise.
28649         * lib/clean-temp.c: Likewise.
28650         * lib/clean-temp.h: Likewise.
28651         * lib/cloexec.c: Likewise.
28652         * lib/close-stream.c: Likewise.
28653         * lib/closein.c: Likewise.
28654         * lib/closein.h: Likewise.
28655         * lib/closeout.c: Likewise.
28656         * lib/closeout.h: Likewise.
28657         * lib/concat-filename.c: Likewise.
28658         * lib/copy-file.c: Likewise.
28659         * lib/copy-file.h: Likewise.
28660         * lib/count-one-bits.h: Likewise.
28661         * lib/crc.c: Likewise.
28662         * lib/crc.h: Likewise.
28663         * lib/creat-safer.c: Likewise.
28664         * lib/csharpcomp.c: Likewise.
28665         * lib/csharpcomp.h: Likewise.
28666         * lib/csharpexec.c: Likewise.
28667         * lib/csharpexec.h: Likewise.
28668         * lib/cycle-check.c: Likewise.
28669         * lib/cycle-check.h: Likewise.
28670         * lib/diacrit.c: Likewise.
28671         * lib/diacrit.h: Likewise.
28672         * lib/diffseq.h: Likewise.
28673         * lib/dirchownmod.c: Likewise.
28674         * lib/dirent.in.h: Likewise.
28675         * lib/dirfd.c: Likewise.
28676         * lib/dirfd.h: Likewise.
28677         * lib/dirname.c: Likewise.
28678         * lib/dirname.h: Likewise.
28679         * lib/dummy.c: Likewise.
28680         * lib/dup-safer.c: Likewise.
28681         * lib/dup2.c: Likewise.
28682         * lib/eealloc.h: Likewise.
28683         * lib/error.c: Likewise.
28684         * lib/error.h: Likewise.
28685         * lib/euidaccess.c: Likewise.
28686         * lib/exclude.c: Likewise.
28687         * lib/exclude.h: Likewise.
28688         * lib/execute.c: Likewise.
28689         * lib/execute.h: Likewise.
28690         * lib/exitfail.c: Likewise.
28691         * lib/exitfail.h: Likewise.
28692         * lib/expl.c: Likewise.
28693         * lib/fatal-signal.c: Likewise.
28694         * lib/fatal-signal.h: Likewise.
28695         * lib/fbufmode.c: Likewise.
28696         * lib/fbufmode.h: Likewise.
28697         * lib/fchdir.c: Likewise.
28698         * lib/fchmodat.c: Likewise.
28699         * lib/fchownat.c: Likewise.
28700         * lib/fcntl--.h: Likewise.
28701         * lib/fcntl-safer.h: Likewise.
28702         * lib/fcntl.in.h: Likewise.
28703         * lib/fd-safer.c: Likewise.
28704         * lib/fflush.c: Likewise.
28705         * lib/file-has-acl.c: Likewise.
28706         * lib/file-set.c: Likewise.
28707         * lib/file-type.c: Likewise.
28708         * lib/file-type.h: Likewise.
28709         * lib/fileblocks.c: Likewise.
28710         * lib/filemode.c: Likewise.
28711         * lib/filemode.h: Likewise.
28712         * lib/filename.h: Likewise.
28713         * lib/filenamecat.c: Likewise.
28714         * lib/filenamecat.h: Likewise.
28715         * lib/findprog.c: Likewise.
28716         * lib/findprog.h: Likewise.
28717         * lib/float.in.h: Likewise.
28718         * lib/floor.c: Likewise.
28719         * lib/floorf.c: Likewise.
28720         * lib/floorl.c: Likewise.
28721         * lib/fopen-safer.c: Likewise.
28722         * lib/fopen.c: Likewise.
28723         * lib/fpending.c: Likewise.
28724         * lib/fpending.h: Likewise.
28725         * lib/fprintf.c: Likewise.
28726         * lib/fprintftime.h: Likewise.
28727         * lib/fpucw.h: Likewise.
28728         * lib/fpurge.c: Likewise.
28729         * lib/fpurge.h: Likewise.
28730         * lib/freadable.c: Likewise.
28731         * lib/freadable.h: Likewise.
28732         * lib/freadahead.c: Likewise.
28733         * lib/freadahead.h: Likewise.
28734         * lib/freading.c: Likewise.
28735         * lib/freading.h: Likewise.
28736         * lib/free.c: Likewise.
28737         * lib/freopen.c: Likewise.
28738         * lib/frexp.c: Likewise.
28739         * lib/frexpl.c: Likewise.
28740         * lib/fseek.c: Likewise.
28741         * lib/fseterr.c: Likewise.
28742         * lib/fseterr.h: Likewise.
28743         * lib/fstatat.c: Likewise.
28744         * lib/fstrcmp.c: Likewise.
28745         * lib/fstrcmp.h: Likewise.
28746         * lib/fsusage.c: Likewise.
28747         * lib/fsusage.h: Likewise.
28748         * lib/ftell.c: Likewise.
28749         * lib/ftello.c: Likewise.
28750         * lib/fts-cycle.c: Likewise.
28751         * lib/fts.c: Likewise.
28752         * lib/fts_.h: Likewise.
28753         * lib/full-read.c: Likewise.
28754         * lib/full-read.h: Likewise.
28755         * lib/full-write.c: Likewise.
28756         * lib/full-write.h: Likewise.
28757         * lib/fwritable.c: Likewise.
28758         * lib/fwritable.h: Likewise.
28759         * lib/fwriteerror.c: Likewise.
28760         * lib/fwriteerror.h: Likewise.
28761         * lib/fwriting.c: Likewise.
28762         * lib/fwriting.h: Likewise.
28763         * lib/gcd.c: Likewise.
28764         * lib/gcd.h: Likewise.
28765         * lib/getcwd.c: Likewise.
28766         * lib/getdate.h: Likewise.
28767         * lib/getdate.y: Likewise.
28768         * lib/getdomainname.c: Likewise.
28769         * lib/getdomainname.h: Likewise.
28770         * lib/getgroups.c: Likewise.
28771         * lib/gethostname.c: Likewise.
28772         * lib/gethrxtime.c: Likewise.
28773         * lib/gethrxtime.h: Likewise.
28774         * lib/getloadavg.c: Likewise.
28775         * lib/getndelim2.c: Likewise.
28776         * lib/getndelim2.h: Likewise.
28777         * lib/getnline.c: Likewise.
28778         * lib/getnline.h: Likewise.
28779         * lib/getopt.c: Likewise.
28780         * lib/getopt.in.h: Likewise.
28781         * lib/getopt1.c: Likewise.
28782         * lib/getopt_int.h: Likewise.
28783         * lib/getpagesize.h: Likewise.
28784         * lib/getsubopt.c: Likewise.
28785         * lib/gettime.c: Likewise.
28786         * lib/getugroups.c: Likewise.
28787         * lib/getugroups.h: Likewise.
28788         * lib/getusershell.c: Likewise.
28789         * lib/gl_anyavltree_list1.h: Likewise.
28790         * lib/gl_anyavltree_list2.h: Likewise.
28791         * lib/gl_anyhash_list1.h: Likewise.
28792         * lib/gl_anyhash_list2.h: Likewise.
28793         * lib/gl_anylinked_list1.h: Likewise.
28794         * lib/gl_anylinked_list2.h: Likewise.
28795         * lib/gl_anyrbtree_list1.h: Likewise.
28796         * lib/gl_anyrbtree_list2.h: Likewise.
28797         * lib/gl_anytree_list1.h: Likewise.
28798         * lib/gl_anytree_list2.h: Likewise.
28799         * lib/gl_anytree_oset.h: Likewise.
28800         * lib/gl_anytreehash_list1.h: Likewise.
28801         * lib/gl_anytreehash_list2.h: Likewise.
28802         * lib/gl_array_list.c: Likewise.
28803         * lib/gl_array_list.h: Likewise.
28804         * lib/gl_array_oset.c: Likewise.
28805         * lib/gl_array_oset.h: Likewise.
28806         * lib/gl_avltree_list.c: Likewise.
28807         * lib/gl_avltree_list.h: Likewise.
28808         * lib/gl_avltree_oset.c: Likewise.
28809         * lib/gl_avltree_oset.h: Likewise.
28810         * lib/gl_avltreehash_list.c: Likewise.
28811         * lib/gl_avltreehash_list.h: Likewise.
28812         * lib/gl_carray_list.c: Likewise.
28813         * lib/gl_carray_list.h: Likewise.
28814         * lib/gl_linked_list.c: Likewise.
28815         * lib/gl_linked_list.h: Likewise.
28816         * lib/gl_linkedhash_list.c: Likewise.
28817         * lib/gl_linkedhash_list.h: Likewise.
28818         * lib/gl_list.c: Likewise.
28819         * lib/gl_list.h: Likewise.
28820         * lib/gl_oset.c: Likewise.
28821         * lib/gl_oset.h: Likewise.
28822         * lib/gl_rbtree_list.c: Likewise.
28823         * lib/gl_rbtree_list.h: Likewise.
28824         * lib/gl_rbtree_oset.c: Likewise.
28825         * lib/gl_rbtree_oset.h: Likewise.
28826         * lib/gl_rbtreehash_list.c: Likewise.
28827         * lib/gl_rbtreehash_list.h: Likewise.
28828         * lib/gl_sublist.c: Likewise.
28829         * lib/gl_sublist.h: Likewise.
28830         * lib/group-member.c: Likewise.
28831         * lib/group-member.h: Likewise.
28832         * lib/hard-locale.c: Likewise.
28833         * lib/hard-locale.h: Likewise.
28834         * lib/hash-pjw.c: Likewise.
28835         * lib/hash-pjw.h: Likewise.
28836         * lib/hash-triple.c: Likewise.
28837         * lib/hash.c: Likewise.
28838         * lib/hash.h: Likewise.
28839         * lib/human.c: Likewise.
28840         * lib/human.h: Likewise.
28841         * lib/i-ring.c: Likewise.
28842         * lib/i-ring.h: Likewise.
28843         * lib/idcache.c: Likewise.
28844         * lib/imaxabs.c: Likewise.
28845         * lib/imaxdiv.c: Likewise.
28846         * lib/inet_pton.c: Likewise.
28847         * lib/inet_pton.h: Likewise.
28848         * lib/intprops.h: Likewise.
28849         * lib/inttostr.c: Likewise.
28850         * lib/inttostr.h: Likewise.
28851         * lib/inttypes.in.h: Likewise.
28852         * lib/isapipe.c: Likewise.
28853         * lib/isdir.c: Likewise.
28854         * lib/isnan.c: Likewise.
28855         * lib/isnan.h: Likewise.
28856         * lib/isnanf.c: Likewise.
28857         * lib/isnanf.h: Likewise.
28858         * lib/isnanl-nolibm.h: Likewise.
28859         * lib/isnanl.c: Likewise.
28860         * lib/isnanl.h: Likewise.
28861         * lib/javacomp.c: Likewise.
28862         * lib/javacomp.h: Likewise.
28863         * lib/javaexec.c: Likewise.
28864         * lib/javaexec.h: Likewise.
28865         * lib/javaversion.c: Likewise.
28866         * lib/javaversion.h: Likewise.
28867         * lib/javaversion.java: Likewise.
28868         * lib/lbrkprop.h: Likewise.
28869         * lib/lchmod.h: Likewise.
28870         * lib/lchown.c: Likewise.
28871         * lib/ldexpl.c: Likewise.
28872         * lib/linebreak.c: Likewise.
28873         * lib/linebreak.h: Likewise.
28874         * lib/linebuffer.c: Likewise.
28875         * lib/linebuffer.h: Likewise.
28876         * lib/locale.in.h: Likewise.
28877         * lib/logl.c: Likewise.
28878         * lib/long-options.c: Likewise.
28879         * lib/long-options.h: Likewise.
28880         * lib/lstat.c: Likewise.
28881         * lib/lstat.h: Likewise.
28882         * lib/math.in.h: Likewise.
28883         * lib/mbchar.c: Likewise.
28884         * lib/mbchar.h: Likewise.
28885         * lib/mbfile.h: Likewise.
28886         * lib/mbiter.h: Likewise.
28887         * lib/mbscasecmp.c: Likewise.
28888         * lib/mbscasestr.c: Likewise.
28889         * lib/mbschr.c: Likewise.
28890         * lib/mbscspn.c: Likewise.
28891         * lib/mbslen.c: Likewise.
28892         * lib/mbsncasecmp.c: Likewise.
28893         * lib/mbsnlen.c: Likewise.
28894         * lib/mbspbrk.c: Likewise.
28895         * lib/mbspcasecmp.c: Likewise.
28896         * lib/mbsrchr.c: Likewise.
28897         * lib/mbssep.c: Likewise.
28898         * lib/mbsspn.c: Likewise.
28899         * lib/mbsstr.c: Likewise.
28900         * lib/mbstok_r.c: Likewise.
28901         * lib/mbswidth.c: Likewise.
28902         * lib/mbswidth.h: Likewise.
28903         * lib/mbuiter.h: Likewise.
28904         * lib/memcasecmp.c: Likewise.
28905         * lib/memcasecmp.h: Likewise.
28906         * lib/memchr.c: Likewise.
28907         * lib/memcmp.c: Likewise.
28908         * lib/memcoll.c: Likewise.
28909         * lib/memcoll.h: Likewise.
28910         * lib/memcpy.c: Likewise.
28911         * lib/memrchr.c: Likewise.
28912         * lib/mkancesdirs.c: Likewise.
28913         * lib/mkdir-p.c: Likewise.
28914         * lib/mkdir-p.h: Likewise.
28915         * lib/mkdir.c: Likewise.
28916         * lib/mkdirat.c: Likewise.
28917         * lib/mkdtemp.c: Likewise.
28918         * lib/mkstemp-safer.c: Likewise.
28919         * lib/mkstemp.c: Likewise.
28920         * lib/modechange.c: Likewise.
28921         * lib/modechange.h: Likewise.
28922         * lib/mountlist.c: Likewise.
28923         * lib/mountlist.h: Likewise.
28924         * lib/mpsort.c: Likewise.
28925         * lib/nanosleep.c: Likewise.
28926         * lib/obstack.c: Likewise.
28927         * lib/obstack.h: Likewise.
28928         * lib/open-safer.c: Likewise.
28929         * lib/open.c: Likewise.
28930         * lib/openat-die.c: Likewise.
28931         * lib/openat-priv.h: Likewise.
28932         * lib/openat-proc.c: Likewise.
28933         * lib/openat.c: Likewise.
28934         * lib/openat.h: Likewise.
28935         * lib/pagealign_alloc.c: Likewise.
28936         * lib/pagealign_alloc.h: Likewise.
28937         * lib/physmem.c: Likewise.
28938         * lib/physmem.h: Likewise.
28939         * lib/pipe-safer.c: Likewise.
28940         * lib/pipe.c: Likewise.
28941         * lib/pipe.h: Likewise.
28942         * lib/posixtm.c: Likewise.
28943         * lib/posixtm.h: Likewise.
28944         * lib/posixver.c: Likewise.
28945         * lib/printf-frexp.c: Likewise.
28946         * lib/printf-frexp.h: Likewise.
28947         * lib/printf-frexpl.c: Likewise.
28948         * lib/printf-frexpl.h: Likewise.
28949         * lib/printf.c: Likewise.
28950         * lib/progname.c: Likewise.
28951         * lib/progname.h: Likewise.
28952         * lib/progreloc.c: Likewise.
28953         * lib/putenv.c: Likewise.
28954         * lib/quote.c: Likewise.
28955         * lib/quote.h: Likewise.
28956         * lib/quotearg.c: Likewise.
28957         * lib/quotearg.h: Likewise.
28958         * lib/raise.c: Likewise.
28959         * lib/readline.c: Likewise.
28960         * lib/readline.h: Likewise.
28961         * lib/readlink.c: Likewise.
28962         * lib/readtokens.c: Likewise.
28963         * lib/readtokens.h: Likewise.
28964         * lib/readtokens0.c: Likewise.
28965         * lib/readtokens0.h: Likewise.
28966         * lib/readutmp.c: Likewise.
28967         * lib/readutmp.h: Likewise.
28968         * lib/realloc.c: Likewise.
28969         * lib/relocwrapper.c: Likewise.
28970         * lib/rename-dest-slash.c: Likewise.
28971         * lib/rename.c: Likewise.
28972         * lib/rmdir.c: Likewise.
28973         * lib/rpmatch.c: Likewise.
28974         * lib/safe-read.c: Likewise.
28975         * lib/safe-read.h: Likewise.
28976         * lib/safe-write.c: Likewise.
28977         * lib/safe-write.h: Likewise.
28978         * lib/same-inode.h: Likewise.
28979         * lib/same.c: Likewise.
28980         * lib/same.h: Likewise.
28981         * lib/save-cwd.c: Likewise.
28982         * lib/save-cwd.h: Likewise.
28983         * lib/savedir.c: Likewise.
28984         * lib/savedir.h: Likewise.
28985         * lib/savewd.c: Likewise.
28986         * lib/savewd.h: Likewise.
28987         * lib/search.in.h: Likewise.
28988         * lib/setenv.c: Likewise.
28989         * lib/setenv.h: Likewise.
28990         * lib/settime.c: Likewise.
28991         * lib/sh-quote.c: Likewise.
28992         * lib/sh-quote.h: Likewise.
28993         * lib/sig2str.c: Likewise.
28994         * lib/sig2str.h: Likewise.
28995         * lib/signal.in.h: Likewise.
28996         * lib/signbitd.c: Likewise.
28997         * lib/signbitf.c: Likewise.
28998         * lib/signbitl.c: Likewise.
28999         * lib/sigprocmask.c: Likewise.
29000         * lib/sincosl.c: Likewise.
29001         * lib/sleep.c: Likewise.
29002         * lib/sprintf.c: Likewise.
29003         * lib/sqrtl.c: Likewise.
29004         * lib/stat-time.h: Likewise.
29005         * lib/stdio--.h: Likewise.
29006         * lib/stdio-safer.h: Likewise.
29007         * lib/stdlib--.h: Likewise.
29008         * lib/stdlib-safer.h: Likewise.
29009         * lib/stdlib.in.h: Likewise.
29010         * lib/stpcpy.c: Likewise.
29011         * lib/stpncpy.c: Likewise.
29012         * lib/strchrnul.c: Likewise.
29013         * lib/strcspn.c: Likewise.
29014         * lib/strerror.c: Likewise.
29015         * lib/strftime.c: Likewise.
29016         * lib/strftime.h: Likewise.
29017         * lib/striconveh.c: Likewise.
29018         * lib/striconveh.h: Likewise.
29019         * lib/striconveha.c: Likewise.
29020         * lib/striconveha.h: Likewise.
29021         * lib/stripslash.c: Likewise.
29022         * lib/strnlen1.c: Likewise.
29023         * lib/strnlen1.h: Likewise.
29024         * lib/strtod.c: Likewise.
29025         * lib/strtoimax.c: Likewise.
29026         * lib/strtok_r.c: Likewise.
29027         * lib/strtol.c: Likewise.
29028         * lib/strtoll.c: Likewise.
29029         * lib/strtoul.c: Likewise.
29030         * lib/strtoull.c: Likewise.
29031         * lib/sysexits.in.h: Likewise.
29032         * lib/tempname.c: Likewise.
29033         * lib/tempname.h: Likewise.
29034         * lib/timespec.h: Likewise.
29035         * lib/tls.c: Likewise.
29036         * lib/tls.h: Likewise.
29037         * lib/tmpdir.c: Likewise.
29038         * lib/tmpdir.h: Likewise.
29039         * lib/tmpfile-safer.c: Likewise.
29040         * lib/tmpfile.c: Likewise.
29041         * lib/trigl.c: Likewise.
29042         * lib/trigl.h: Likewise.
29043         * lib/trim.c: Likewise.
29044         * lib/trim.h: Likewise.
29045         * lib/trunc.c: Likewise.
29046         * lib/truncf.c: Likewise.
29047         * lib/truncl.c: Likewise.
29048         * lib/tsearch.c: Likewise.
29049         * lib/unicodeio.c: Likewise.
29050         * lib/unicodeio.h: Likewise.
29051         * lib/unistd--.h: Likewise.
29052         * lib/unistd-safer.h: Likewise.
29053         * lib/unistdio/ulc-fprintf.c: Likewise.
29054         * lib/unistdio/ulc-vfprintf.c: Likewise.
29055         * lib/unlinkdir.c: Likewise.
29056         * lib/unlinkdir.h: Likewise.
29057         * lib/unlocked-io.h: Likewise.
29058         * lib/unsetenv.c: Likewise.
29059         * lib/userspec.c: Likewise.
29060         * lib/utime.c: Likewise.
29061         * lib/utimecmp.c: Likewise.
29062         * lib/utimecmp.h: Likewise.
29063         * lib/utimens.c: Likewise.
29064         * lib/verify.h: Likewise.
29065         * lib/verror.c: Likewise.
29066         * lib/verror.h: Likewise.
29067         * lib/version-etc-fsf.c: Likewise.
29068         * lib/version-etc.c: Likewise.
29069         * lib/version-etc.h: Likewise.
29070         * lib/vfprintf.c: Likewise.
29071         * lib/vprintf.c: Likewise.
29072         * lib/vsprintf.c: Likewise.
29073         * lib/w32spawn.h: Likewise.
29074         * lib/wait-process.c: Likewise.
29075         * lib/wait-process.h: Likewise.
29076         * lib/wcwidth.c: Likewise.
29077         * lib/write-any-file.c: Likewise.
29078         * lib/xalloc-die.c: Likewise.
29079         * lib/xalloc.h: Likewise.
29080         * lib/xasprintf.c: Likewise.
29081         * lib/xgetcwd.c: Likewise.
29082         * lib/xgetcwd.h: Likewise.
29083         * lib/xgetdomainname.c: Likewise.
29084         * lib/xgetdomainname.h: Likewise.
29085         * lib/xgethostname.c: Likewise.
29086         * lib/xmalloc.c: Likewise.
29087         * lib/xmalloca.c: Likewise.
29088         * lib/xmalloca.h: Likewise.
29089         * lib/xmemcoll.c: Likewise.
29090         * lib/xnanosleep.c: Likewise.
29091         * lib/xreadlink.c: Likewise.
29092         * lib/xreadlink.h: Likewise.
29093         * lib/xsetenv.c: Likewise.
29094         * lib/xsetenv.h: Likewise.
29095         * lib/xstriconv.c: Likewise.
29096         * lib/xstriconv.h: Likewise.
29097         * lib/xstrndup.c: Likewise.
29098         * lib/xstrndup.h: Likewise.
29099         * lib/xstrtod.c: Likewise.
29100         * lib/xstrtod.h: Likewise.
29101         * lib/xstrtol-error.c: Likewise.
29102         * lib/xstrtol.c: Likewise.
29103         * lib/xstrtol.h: Likewise.
29104         * lib/xtime.h: Likewise.
29105         * lib/xvasprintf.c: Likewise.
29106         * lib/xvasprintf.h: Likewise.
29107         * lib/yesno.c: Likewise.
29108         * lib/yesno.h: Likewise.
29109         * posix-modules: Likewise.
29110         * tests/test-alloca-opt.c: Likewise.
29111         * tests/test-arcfour.c: Likewise.
29112         * tests/test-arctwo.c: Likewise.
29113         * tests/test-argmatch.c: Likewise.
29114         * tests/test-argp-2.sh: Likewise.
29115         * tests/test-argp.c: Likewise.
29116         * tests/test-arpa_inet.c: Likewise.
29117         * tests/test-array_list.c: Likewise.
29118         * tests/test-array_oset.c: Likewise.
29119         * tests/test-atexit.c: Likewise.
29120         * tests/test-avltree_list.c: Likewise.
29121         * tests/test-avltree_oset.c: Likewise.
29122         * tests/test-avltreehash_list.c: Likewise.
29123         * tests/test-base64.c: Likewise.
29124         * tests/test-binary-io.c: Likewise.
29125         * tests/test-byteswap.c: Likewise.
29126         * tests/test-c-ctype.c: Likewise.
29127         * tests/test-c-strcasecmp.c: Likewise.
29128         * tests/test-c-strcasestr.c: Likewise.
29129         * tests/test-c-strncasecmp.c: Likewise.
29130         * tests/test-c-strstr.c: Likewise.
29131         * tests/test-canonicalize-lgpl.c: Likewise.
29132         * tests/test-canonicalize.c: Likewise.
29133         * tests/test-carray_list.c: Likewise.
29134         * tests/test-ceilf.c: Likewise.
29135         * tests/test-ceill.c: Likewise.
29136         * tests/test-count-one-bits.c: Likewise.
29137         * tests/test-crc.c: Likewise.
29138         * tests/test-dirname.c: Likewise.
29139         * tests/test-fbufmode.c: Likewise.
29140         * tests/test-fcntl.c: Likewise.
29141         * tests/test-fflush.c: Likewise.
29142         * tests/test-floorf.c: Likewise.
29143         * tests/test-floorl.c: Likewise.
29144         * tests/test-fopen.c: Likewise.
29145         * tests/test-fprintf-posix.c: Likewise.
29146         * tests/test-fprintf-posix.h: Likewise.
29147         * tests/test-fpurge.c: Likewise.
29148         * tests/test-freadable.c: Likewise.
29149         * tests/test-freadahead.c: Likewise.
29150         * tests/test-freading.c: Likewise.
29151         * tests/test-freopen.c: Likewise.
29152         * tests/test-frexp.c: Likewise.
29153         * tests/test-frexpl.c: Likewise.
29154         * tests/test-fseek.c: Likewise.
29155         * tests/test-fseeko.c: Likewise.
29156         * tests/test-fseterr.c: Likewise.
29157         * tests/test-fstrcmp.c: Likewise.
29158         * tests/test-ftell.c: Likewise.
29159         * tests/test-ftello.c: Likewise.
29160         * tests/test-fwritable.c: Likewise.
29161         * tests/test-fwriting.c: Likewise.
29162         * tests/test-getaddrinfo.c: Likewise.
29163         * tests/test-getpass.c: Likewise.
29164         * tests/test-gettimeofday.c: Likewise.
29165         * tests/test-hmac-md5.c: Likewise.
29166         * tests/test-hmac-sha1.c: Likewise.
29167         * tests/test-iconv.c: Likewise.
29168         * tests/test-iconvme.c: Likewise.
29169         * tests/test-inttypes.c: Likewise.
29170         * tests/test-isnan.c: Likewise.
29171         * tests/test-isnanf.c: Likewise.
29172         * tests/test-isnanl-nolibm.c: Likewise.
29173         * tests/test-isnanl.c: Likewise.
29174         * tests/test-isnanl.h: Likewise.
29175         * tests/test-ldexpl.c: Likewise.
29176         * tests/test-linked_list.c: Likewise.
29177         * tests/test-linkedhash_list.c: Likewise.
29178         * tests/test-locale.c: Likewise.
29179         * tests/test-localename.c: Likewise.
29180         * tests/test-lock.c: Likewise.
29181         * tests/test-lseek.c: Likewise.
29182         * tests/test-malloca.c: Likewise.
29183         * tests/test-math.c: Likewise.
29184         * tests/test-mbscasecmp.c: Likewise.
29185         * tests/test-mbscasestr1.c: Likewise.
29186         * tests/test-mbscasestr2.c: Likewise.
29187         * tests/test-mbscasestr3.c: Likewise.
29188         * tests/test-mbscasestr4.c: Likewise.
29189         * tests/test-mbschr.c: Likewise.
29190         * tests/test-mbscspn.c: Likewise.
29191         * tests/test-mbsncasecmp.c: Likewise.
29192         * tests/test-mbspbrk.c: Likewise.
29193         * tests/test-mbspcasecmp.c: Likewise.
29194         * tests/test-mbsrchr.c: Likewise.
29195         * tests/test-mbsspn.c: Likewise.
29196         * tests/test-mbsstr1.c: Likewise.
29197         * tests/test-mbsstr2.c: Likewise.
29198         * tests/test-mbsstr3.c: Likewise.
29199         * tests/test-md5.c: Likewise.
29200         * tests/test-memmem.c: Likewise.
29201         * tests/test-netinet_in.c: Likewise.
29202         * tests/test-open.c: Likewise.
29203         * tests/test-printf-frexp.c: Likewise.
29204         * tests/test-printf-frexpl.c: Likewise.
29205         * tests/test-printf-posix.c: Likewise.
29206         * tests/test-printf-posix.h: Likewise.
29207         * tests/test-rbtree_list.c: Likewise.
29208         * tests/test-rbtree_oset.c: Likewise.
29209         * tests/test-rbtreehash_list.c: Likewise.
29210         * tests/test-read-file.c: Likewise.
29211         * tests/test-rijndael.c: Likewise.
29212         * tests/test-search.c: Likewise.
29213         * tests/test-signbit.c: Likewise.
29214         * tests/test-sleep.c: Likewise.
29215         * tests/test-snprintf-posix.c: Likewise.
29216         * tests/test-snprintf-posix.h: Likewise.
29217         * tests/test-snprintf.c: Likewise.
29218         * tests/test-sprintf-posix.c: Likewise.
29219         * tests/test-sprintf-posix.h: Likewise.
29220         * tests/test-stat-time.c: Likewise.
29221         * tests/test-stdbool.c: Likewise.
29222         * tests/test-stdint.c: Likewise.
29223         * tests/test-stdio.c: Likewise.
29224         * tests/test-stdlib.c: Likewise.
29225         * tests/test-stpncpy.c: Likewise.
29226         * tests/test-strcasestr.c: Likewise.
29227         * tests/test-striconv.c: Likewise.
29228         * tests/test-striconveh.c: Likewise.
29229         * tests/test-striconveha.c: Likewise.
29230         * tests/test-string.c: Likewise.
29231         * tests/test-sys_select.c: Likewise.
29232         * tests/test-sys_socket.c: Likewise.
29233         * tests/test-sys_stat.c: Likewise.
29234         * tests/test-sys_time.c: Likewise.
29235         * tests/test-sysexits.c: Likewise.
29236         * tests/test-time.c: Likewise.
29237         * tests/test-tls.c: Likewise.
29238         * tests/test-trunc.c: Likewise.
29239         * tests/test-truncf.c: Likewise.
29240         * tests/test-truncl.c: Likewise.
29241         * tests/test-unistd.c: Likewise.
29242         * tests/test-vasnprintf-posix.c: Likewise.
29243         * tests/test-vasnprintf-posix2.c: Likewise.
29244         * tests/test-vasnprintf.c: Likewise.
29245         * tests/test-vasprintf-posix.c: Likewise.
29246         * tests/test-vasprintf.c: Likewise.
29247         * tests/test-verify.c: Likewise.
29248         * tests/test-vfprintf-posix.c: Likewise.
29249         * tests/test-vprintf-posix.c: Likewise.
29250         * tests/test-vsnprintf-posix.c: Likewise.
29251         * tests/test-vsnprintf.c: Likewise.
29252         * tests/test-vsprintf-posix.c: Likewise.
29253         * tests/test-wchar.c: Likewise.
29254         * tests/test-wctype.c: Likewise.
29255         * tests/test-wcwidth.c: Likewise.
29256         * tests/test-xstrtol.c: Likewise.
29257         * tests/test-xvasprintf.c: Likewise.
29258         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
29259         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
29260         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29261         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29262         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29263         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
29264         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29265         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29266         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29267         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
29268         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29269         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29270         * tests/uniname/test-uninames.c: Likewise.
29271         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
29272         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
29273         * tests/unistdio/test-u16-printf1.h: Likewise.
29274         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
29275         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
29276         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
29277         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
29278         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
29279         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
29280         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
29281         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
29282         * tests/unistdio/test-u32-printf1.h: Likewise.
29283         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
29284         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
29285         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
29286         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
29287         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
29288         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
29289         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
29290         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
29291         * tests/unistdio/test-u8-printf1.h: Likewise.
29292         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
29293         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
29294         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
29295         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
29296         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
29297         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
29298         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
29299         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
29300         * tests/unistdio/test-ulc-printf1.h: Likewise.
29301         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
29302         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
29303         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
29304         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
29305         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
29306         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
29307         * tests/uniwidth/test-u16-strwidth.c: Likewise.
29308         * tests/uniwidth/test-u16-width.c: Likewise.
29309         * tests/uniwidth/test-u32-strwidth.c: Likewise.
29310         * tests/uniwidth/test-u32-width.c: Likewise.
29311         * tests/uniwidth/test-u8-strwidth.c: Likewise.
29312         * tests/uniwidth/test-u8-width.c: Likewise.
29313         * tests/uniwidth/test-uc_width.c: Likewise.
29314         * config/srclist-update: Likewise.
29315         (fixlicense): Update to GPLv3+.
29316
29317         Change copyright notice from LGPLv2.1+ to LGPLv3+.
29318         * tests/test-tsearch.c: Change copyright notice.
29319
29320         Change copyright notice from LGPLv2.0+ to LGPLv3+.
29321         * lib/c-strcaseeq.h: Change copyright notice.
29322         * lib/streq.h: Likewise.
29323         * lib/uniconv.h: Likewise.
29324         * lib/uniconv/u-conv-from-enc.h: Likewise.
29325         * lib/uniconv/u-conv-to-enc.h: Likewise.
29326         * lib/uniconv/u-strconv-from-enc.h: Likewise.
29327         * lib/uniconv/u-strconv-to-enc.h: Likewise.
29328         * lib/uniconv/u16-conv-from-enc.c: Likewise.
29329         * lib/uniconv/u16-conv-to-enc.c: Likewise.
29330         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
29331         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
29332         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
29333         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
29334         * lib/uniconv/u32-conv-from-enc.c: Likewise.
29335         * lib/uniconv/u32-conv-to-enc.c: Likewise.
29336         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
29337         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
29338         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
29339         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
29340         * lib/uniconv/u8-conv-from-enc.c: Likewise.
29341         * lib/uniconv/u8-conv-to-enc.c: Likewise.
29342         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
29343         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
29344         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
29345         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
29346         * lib/uniname.h: Likewise.
29347         * lib/uniname/uniname.c: Likewise.
29348         * lib/unistdio.h: Likewise.
29349         * lib/unistdio/u-asnprintf.h: Likewise.
29350         * lib/unistdio/u-asprintf.h: Likewise.
29351         * lib/unistdio/u-printf-args.c: Likewise.
29352         * lib/unistdio/u-printf-args.h: Likewise.
29353         * lib/unistdio/u-printf-parse.h: Likewise.
29354         * lib/unistdio/u-snprintf.h: Likewise.
29355         * lib/unistdio/u-sprintf.h: Likewise.
29356         * lib/unistdio/u-vasprintf.h: Likewise.
29357         * lib/unistdio/u-vsnprintf.h: Likewise.
29358         * lib/unistdio/u-vsprintf.h: Likewise.
29359         * lib/unistdio/u16-asnprintf.c: Likewise.
29360         * lib/unistdio/u16-asprintf.c: Likewise.
29361         * lib/unistdio/u16-printf-parse.c: Likewise.
29362         * lib/unistdio/u16-snprintf.c: Likewise.
29363         * lib/unistdio/u16-sprintf.c: Likewise.
29364         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
29365         * lib/unistdio/u16-u16-asprintf.c: Likewise.
29366         * lib/unistdio/u16-u16-snprintf.c: Likewise.
29367         * lib/unistdio/u16-u16-sprintf.c: Likewise.
29368         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
29369         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
29370         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
29371         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
29372         * lib/unistdio/u16-vasnprintf.c: Likewise.
29373         * lib/unistdio/u16-vasprintf.c: Likewise.
29374         * lib/unistdio/u16-vsnprintf.c: Likewise.
29375         * lib/unistdio/u16-vsprintf.c: Likewise.
29376         * lib/unistdio/u32-asnprintf.c: Likewise.
29377         * lib/unistdio/u32-asprintf.c: Likewise.
29378         * lib/unistdio/u32-printf-parse.c: Likewise.
29379         * lib/unistdio/u32-snprintf.c: Likewise.
29380         * lib/unistdio/u32-sprintf.c: Likewise.
29381         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
29382         * lib/unistdio/u32-u32-asprintf.c: Likewise.
29383         * lib/unistdio/u32-u32-snprintf.c: Likewise.
29384         * lib/unistdio/u32-u32-sprintf.c: Likewise.
29385         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
29386         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
29387         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
29388         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
29389         * lib/unistdio/u32-vasnprintf.c: Likewise.
29390         * lib/unistdio/u32-vasprintf.c: Likewise.
29391         * lib/unistdio/u32-vsnprintf.c: Likewise.
29392         * lib/unistdio/u32-vsprintf.c: Likewise.
29393         * lib/unistdio/u8-asnprintf.c: Likewise.
29394         * lib/unistdio/u8-asprintf.c: Likewise.
29395         * lib/unistdio/u8-printf-parse.c: Likewise.
29396         * lib/unistdio/u8-snprintf.c: Likewise.
29397         * lib/unistdio/u8-sprintf.c: Likewise.
29398         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
29399         * lib/unistdio/u8-u8-asprintf.c: Likewise.
29400         * lib/unistdio/u8-u8-snprintf.c: Likewise.
29401         * lib/unistdio/u8-u8-sprintf.c: Likewise.
29402         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
29403         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
29404         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
29405         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
29406         * lib/unistdio/u8-vasnprintf.c: Likewise.
29407         * lib/unistdio/u8-vasprintf.c: Likewise.
29408         * lib/unistdio/u8-vsnprintf.c: Likewise.
29409         * lib/unistdio/u8-vsprintf.c: Likewise.
29410         * lib/unistdio/ulc-asnprintf.c: Likewise.
29411         * lib/unistdio/ulc-asprintf.c: Likewise.
29412         * lib/unistdio/ulc-printf-parse.c: Likewise.
29413         * lib/unistdio/ulc-snprintf.c: Likewise.
29414         * lib/unistdio/ulc-sprintf.c: Likewise.
29415         * lib/unistdio/ulc-vasnprintf.c: Likewise.
29416         * lib/unistdio/ulc-vasprintf.c: Likewise.
29417         * lib/unistdio/ulc-vsnprintf.c: Likewise.
29418         * lib/unistdio/ulc-vsprintf.c: Likewise.
29419         * lib/unistr.h: Likewise.
29420         * lib/unistr/u-cpy-alloc.h: Likewise.
29421         * lib/unistr/u-cpy.h: Likewise.
29422         * lib/unistr/u-endswith.h: Likewise.
29423         * lib/unistr/u-move.h: Likewise.
29424         * lib/unistr/u-set.h: Likewise.
29425         * lib/unistr/u-startswith.h: Likewise.
29426         * lib/unistr/u-stpcpy.h: Likewise.
29427         * lib/unistr/u-stpncpy.h: Likewise.
29428         * lib/unistr/u-strcat.h: Likewise.
29429         * lib/unistr/u-strcpy.h: Likewise.
29430         * lib/unistr/u-strcspn.h: Likewise.
29431         * lib/unistr/u-strdup.h: Likewise.
29432         * lib/unistr/u-strlen.h: Likewise.
29433         * lib/unistr/u-strncat.h: Likewise.
29434         * lib/unistr/u-strncpy.h: Likewise.
29435         * lib/unistr/u-strnlen.h: Likewise.
29436         * lib/unistr/u-strpbrk.h: Likewise.
29437         * lib/unistr/u-strspn.h: Likewise.
29438         * lib/unistr/u-strstr.h: Likewise.
29439         * lib/unistr/u-strtok.h: Likewise.
29440         * lib/unistr/u16-check.c: Likewise.
29441         * lib/unistr/u16-chr.c: Likewise.
29442         * lib/unistr/u16-cmp.c: Likewise.
29443         * lib/unistr/u16-cpy-alloc.c: Likewise.
29444         * lib/unistr/u16-cpy.c: Likewise.
29445         * lib/unistr/u16-endswith.c: Likewise.
29446         * lib/unistr/u16-mblen.c: Likewise.
29447         * lib/unistr/u16-mbsnlen.c: Likewise.
29448         * lib/unistr/u16-mbtouc-aux.c: Likewise.
29449         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
29450         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
29451         * lib/unistr/u16-mbtouc.c: Likewise.
29452         * lib/unistr/u16-mbtoucr.c: Likewise.
29453         * lib/unistr/u16-move.c: Likewise.
29454         * lib/unistr/u16-next.c: Likewise.
29455         * lib/unistr/u16-prev.c: Likewise.
29456         * lib/unistr/u16-set.c: Likewise.
29457         * lib/unistr/u16-startswith.c: Likewise.
29458         * lib/unistr/u16-stpcpy.c: Likewise.
29459         * lib/unistr/u16-stpncpy.c: Likewise.
29460         * lib/unistr/u16-strcat.c: Likewise.
29461         * lib/unistr/u16-strchr.c: Likewise.
29462         * lib/unistr/u16-strcmp.c: Likewise.
29463         * lib/unistr/u16-strcpy.c: Likewise.
29464         * lib/unistr/u16-strcspn.c: Likewise.
29465         * lib/unistr/u16-strdup.c: Likewise.
29466         * lib/unistr/u16-strlen.c: Likewise.
29467         * lib/unistr/u16-strmblen.c: Likewise.
29468         * lib/unistr/u16-strmbtouc.c: Likewise.
29469         * lib/unistr/u16-strncat.c: Likewise.
29470         * lib/unistr/u16-strncmp.c: Likewise.
29471         * lib/unistr/u16-strncpy.c: Likewise.
29472         * lib/unistr/u16-strnlen.c: Likewise.
29473         * lib/unistr/u16-strpbrk.c: Likewise.
29474         * lib/unistr/u16-strrchr.c: Likewise.
29475         * lib/unistr/u16-strspn.c: Likewise.
29476         * lib/unistr/u16-strstr.c: Likewise.
29477         * lib/unistr/u16-strtok.c: Likewise.
29478         * lib/unistr/u16-to-u32.c: Likewise.
29479         * lib/unistr/u16-to-u8.c: Likewise.
29480         * lib/unistr/u16-uctomb-aux.c: Likewise.
29481         * lib/unistr/u16-uctomb.c: Likewise.
29482         * lib/unistr/u32-check.c: Likewise.
29483         * lib/unistr/u32-chr.c: Likewise.
29484         * lib/unistr/u32-cmp.c: Likewise.
29485         * lib/unistr/u32-cpy-alloc.c: Likewise.
29486         * lib/unistr/u32-cpy.c: Likewise.
29487         * lib/unistr/u32-endswith.c: Likewise.
29488         * lib/unistr/u32-mblen.c: Likewise.
29489         * lib/unistr/u32-mbsnlen.c: Likewise.
29490         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
29491         * lib/unistr/u32-mbtouc.c: Likewise.
29492         * lib/unistr/u32-mbtoucr.c: Likewise.
29493         * lib/unistr/u32-move.c: Likewise.
29494         * lib/unistr/u32-next.c: Likewise.
29495         * lib/unistr/u32-prev.c: Likewise.
29496         * lib/unistr/u32-set.c: Likewise.
29497         * lib/unistr/u32-startswith.c: Likewise.
29498         * lib/unistr/u32-stpcpy.c: Likewise.
29499         * lib/unistr/u32-stpncpy.c: Likewise.
29500         * lib/unistr/u32-strcat.c: Likewise.
29501         * lib/unistr/u32-strchr.c: Likewise.
29502         * lib/unistr/u32-strcmp.c: Likewise.
29503         * lib/unistr/u32-strcpy.c: Likewise.
29504         * lib/unistr/u32-strcspn.c: Likewise.
29505         * lib/unistr/u32-strdup.c: Likewise.
29506         * lib/unistr/u32-strlen.c: Likewise.
29507         * lib/unistr/u32-strmblen.c: Likewise.
29508         * lib/unistr/u32-strmbtouc.c: Likewise.
29509         * lib/unistr/u32-strncat.c: Likewise.
29510         * lib/unistr/u32-strncmp.c: Likewise.
29511         * lib/unistr/u32-strncpy.c: Likewise.
29512         * lib/unistr/u32-strnlen.c: Likewise.
29513         * lib/unistr/u32-strpbrk.c: Likewise.
29514         * lib/unistr/u32-strrchr.c: Likewise.
29515         * lib/unistr/u32-strspn.c: Likewise.
29516         * lib/unistr/u32-strstr.c: Likewise.
29517         * lib/unistr/u32-strtok.c: Likewise.
29518         * lib/unistr/u32-to-u16.c: Likewise.
29519         * lib/unistr/u32-to-u8.c: Likewise.
29520         * lib/unistr/u32-uctomb.c: Likewise.
29521         * lib/unistr/u8-check.c: Likewise.
29522         * lib/unistr/u8-chr.c: Likewise.
29523         * lib/unistr/u8-cmp.c: Likewise.
29524         * lib/unistr/u8-cpy-alloc.c: Likewise.
29525         * lib/unistr/u8-cpy.c: Likewise.
29526         * lib/unistr/u8-endswith.c: Likewise.
29527         * lib/unistr/u8-mblen.c: Likewise.
29528         * lib/unistr/u8-mbsnlen.c: Likewise.
29529         * lib/unistr/u8-mbtouc-aux.c: Likewise.
29530         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
29531         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
29532         * lib/unistr/u8-mbtouc.c: Likewise.
29533         * lib/unistr/u8-mbtoucr.c: Likewise.
29534         * lib/unistr/u8-move.c: Likewise.
29535         * lib/unistr/u8-next.c: Likewise.
29536         * lib/unistr/u8-prev.c: Likewise.
29537         * lib/unistr/u8-set.c: Likewise.
29538         * lib/unistr/u8-startswith.c: Likewise.
29539         * lib/unistr/u8-stpcpy.c: Likewise.
29540         * lib/unistr/u8-stpncpy.c: Likewise.
29541         * lib/unistr/u8-strcat.c: Likewise.
29542         * lib/unistr/u8-strchr.c: Likewise.
29543         * lib/unistr/u8-strcmp.c: Likewise.
29544         * lib/unistr/u8-strcpy.c: Likewise.
29545         * lib/unistr/u8-strcspn.c: Likewise.
29546         * lib/unistr/u8-strdup.c: Likewise.
29547         * lib/unistr/u8-strlen.c: Likewise.
29548         * lib/unistr/u8-strmblen.c: Likewise.
29549         * lib/unistr/u8-strmbtouc.c: Likewise.
29550         * lib/unistr/u8-strncat.c: Likewise.
29551         * lib/unistr/u8-strncmp.c: Likewise.
29552         * lib/unistr/u8-strncpy.c: Likewise.
29553         * lib/unistr/u8-strnlen.c: Likewise.
29554         * lib/unistr/u8-strpbrk.c: Likewise.
29555         * lib/unistr/u8-strrchr.c: Likewise.
29556         * lib/unistr/u8-strspn.c: Likewise.
29557         * lib/unistr/u8-strstr.c: Likewise.
29558         * lib/unistr/u8-strtok.c: Likewise.
29559         * lib/unistr/u8-to-u16.c: Likewise.
29560         * lib/unistr/u8-to-u32.c: Likewise.
29561         * lib/unistr/u8-uctomb-aux.c: Likewise.
29562         * lib/unistr/u8-uctomb.c: Likewise.
29563         * lib/unitypes.h: Likewise.
29564         * lib/uniwidth.h: Likewise.
29565         * lib/uniwidth/cjk.h: Likewise.
29566         * lib/uniwidth/u16-strwidth.c: Likewise.
29567         * lib/uniwidth/u16-width.c: Likewise.
29568         * lib/uniwidth/u32-strwidth.c: Likewise.
29569         * lib/uniwidth/u32-width.c: Likewise.
29570         * lib/uniwidth/u8-strwidth.c: Likewise.
29571         * lib/uniwidth/u8-width.c: Likewise.
29572         * lib/uniwidth/width.c: Likewise.
29573
29574 2007-10-07  Bruno Haible  <bruno@clisp.org>
29575
29576         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
29577         The file is still under LGPL (see modules/inttypes).
29578
29579 2007-10-06  Bruno Haible  <bruno@clisp.org>
29580
29581         * modules/trunc (Dependencies): Add 'extensions'.
29582         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
29583         Reported by Ben Pfaff <blp@gnu.org>.
29584
29585 2007-10-06  Bruno Haible  <bruno@clisp.org>
29586
29587         * modules/freopen-tests: New file.
29588         * tests/test-freopen.c: New file.
29589
29590         * modules/fopen-tests: New file.
29591         * tests/test-fopen.c: New file.
29592
29593         * modules/fopen: New file.
29594         * lib/fopen.c: New file.
29595         * m4/fopen.m4: New file.
29596         * modules/freopen: New file.
29597         * lib/freopen.c: New file.
29598         * m4/freopen.m4: New file.
29599         * lib/stdio.in.h (fopen, freopen): New declarations.
29600         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
29601         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
29602         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
29603         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
29604         * doc/functions/fopen.texi: Mention the 'fopen' module.
29605         * doc/functions/freopen.texi: Mention the 'freopen' module.
29606
29607 2007-10-06  Bruno Haible  <bruno@clisp.org>
29608
29609         * modules/open-tests: New file.
29610         * tests/test-open.c: New file.
29611
29612         * modules/open: New file.
29613         * lib/open.c: New file.
29614         * m4/open.m4: New file.
29615         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
29616         lib/open.c does.
29617         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
29618         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
29619         macros.
29620         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
29621         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
29622         REPLACE_OPEN.
29623         * doc/functions/open.texi: Mention the 'open' module.
29624
29625 2007-10-04  Bruno Haible  <bruno@clisp.org>
29626
29627         * modules/ceill-tests: New file.
29628         * tests/test-ceill.c: New file.
29629
29630         * modules/ceill: New file.
29631         * lib/ceill.c: Replace entire file.
29632         * m4/ceill.m4: New file.
29633         * lib/math.in.h (ceill): Replace declaration.
29634         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
29635         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
29636         * doc/functions/ceill.texi: Mention the 'ceill' module.
29637         * modules/mathl (Files): Remove lib/ceill.c.
29638         (Depends-on): Add ceill.
29639
29640 2007-10-04  Bruno Haible  <bruno@clisp.org>
29641
29642         * modules/ceilf-tests: New file.
29643         * tests/test-ceilf.c: New file.
29644
29645         * modules/ceilf: New file.
29646         * lib/ceil.c: New file.
29647         * lib/ceilf.c: New file.
29648         * m4/ceilf.m4: New file.
29649         * lib/math.in.h (ceilf): New declaration.
29650         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
29651         HAVE_DECL_CEILF.
29652         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
29653         HAVE_DECL_CEILF.
29654         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
29655
29656 2007-10-04  Bruno Haible  <bruno@clisp.org>
29657
29658         * modules/floorl-tests: New file.
29659         * tests/test-floorl.c: New file.
29660
29661         * modules/floorl: New file.
29662         * lib/floorl.c: Replace entire file.
29663         * m4/floorl.m4: New file.
29664         * lib/math.in.h (floorl): Replace declaration.
29665         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
29666         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
29667         * doc/functions/floorl.texi: Mention the 'floorl' module.
29668         * modules/mathl (Files): Remove lib/floorl.c.
29669         (Depends-on): Add floorl.
29670
29671 2007-10-04  Bruno Haible  <bruno@clisp.org>
29672
29673         * modules/floorf-tests: New file.
29674         * tests/test-floorf.c: New file.
29675
29676         * modules/floorf: New file.
29677         * lib/floor.c: New file.
29678         * lib/floorf.c: New file.
29679         * m4/floorf.m4: New file.
29680         * lib/math.in.h (floorf): New declaration.
29681         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
29682         HAVE_DECL_FLOORF.
29683         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
29684         HAVE_DECL_FLOORF.
29685         * doc/functions/floorf.texi: Mention the 'floorf' module.
29686
29687 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
29688             Bruno Haible  <bruno@clisp.org>
29689
29690         Advertise for the Git server instead of the CVS server.
29691         * doc/gnulib-intro.texi (Steady Development): Mention the Git
29692         repository instead of the CVS one.
29693         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
29694         about all VCS systems generically.
29695         * doc/gnulib.texi (Introduction): Capitalize `Git'.
29696
29697 2007-10-04  Bruno Haible  <bruno@clisp.org>
29698
29699         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
29700         means.
29701         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
29702
29703 2007-10-04  Bruno Haible  <bruno@clisp.org>
29704
29705         * modules/truncl-tests: New file.
29706         * tests/test-truncl.c: New file.
29707
29708         * modules/truncl: New file.
29709         * lib/truncl.c: New file.
29710         * m4/truncl.m4: New file.
29711         * lib/math.in.h (truncl): New declaration.
29712         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
29713         HAVE_DECL_TRUNCL.
29714         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
29715         HAVE_DECL_TRUNCL.
29716         * doc/functions/truncl.texi: Mention the 'truncl' module.
29717
29718 2007-10-04  Bruno Haible  <bruno@clisp.org>
29719
29720         * modules/truncf-tests: New file.
29721         * tests/test-truncf.c: New file.
29722
29723         * modules/truncf: New file.
29724         * lib/trunc.c: Make paramerizable through USE_* macros.
29725         * lib/truncf.c: New file.
29726         * m4/truncf.m4: New file.
29727         * lib/math.in.h (truncf): New declaration.
29728         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
29729         HAVE_DECL_TRUNCF.
29730         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
29731         HAVE_DECL_TRUNCF.
29732         * doc/functions/truncf.texi: Mention the 'truncf' module.
29733
29734 2007-10-03  Bruno Haible  <bruno@clisp.org>
29735
29736         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
29737         augmentation also for tests modules.
29738         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
29739         * modules/atexit-tests (Makefile.am): Likewise.
29740         * modules/binary-io-tests (Makefile.am): Likewise.
29741         * modules/c-strcase-tests (Makefile.am): Likewise.
29742         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
29743         * modules/canonicalize-tests (Makefile.am): Likewise.
29744         * modules/closein-tests (Makefile.am): Likewise.
29745         * modules/fprintf-posix-tests (Makefile.am): Likewise.
29746         * modules/freadahead-tests (Makefile.am): Likewise.
29747         * modules/fseek-tests (Makefile.am): Likewise.
29748         * modules/fseeko-tests (Makefile.am): Likewise.
29749         * modules/ftell-tests (Makefile.am): Likewise.
29750         * modules/ftello-tests (Makefile.am): Likewise.
29751         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
29752         * modules/isnanl-tests (Makefile.am): Likewise.
29753         * modules/lseek-tests (Makefile.am): Likewise.
29754         * modules/mbscasecmp-tests (Makefile.am): Likewise.
29755         * modules/mbscasestr-tests (Makefile.am): Likewise.
29756         * modules/mbschr-tests (Makefile.am): Likewise.
29757         * modules/mbscspn-tests (Makefile.am): Likewise.
29758         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
29759         * modules/mbspbrk-tests (Makefile.am): Likewise.
29760         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
29761         * modules/mbsrchr-tests (Makefile.am): Likewise.
29762         * modules/mbsspn-tests (Makefile.am): Likewise.
29763         * modules/mbsstr-tests (Makefile.am): Likewise.
29764         * modules/printf-posix-tests (Makefile.am): Likewise.
29765         * modules/snprintf-posix-tests (Makefile.am): Likewise.
29766         * modules/sprintf-posix-tests (Makefile.am): Likewise.
29767         * modules/tsearch-tests (Makefile.am): Likewise.
29768         * modules/uniname/uniname-tests (Makefile.am): Likewise.
29769         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
29770         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
29771         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
29772         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
29773         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
29774         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
29775         * modules/vprintf-posix-tests (Makefile.am): Likewise.
29776         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
29777         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
29778         * modules/xstrtoimax-tests (Makefile.am): Likewise.
29779         * modules/xstrtol-tests (Makefile.am): Likewise.
29780         * modules/xstrtoumax-tests (Makefile.am): Likewise.
29781         * modules/yesno-tests (Makefile.am): Likewise.
29782
29783 2007-10-03  Bruno Haible  <bruno@clisp.org>
29784
29785         * modules/trunc-tests: New file.
29786         * tests/test-trunc.c: New file.
29787
29788         * modules/trunc: New file.
29789         * lib/trunc.c: New file.
29790         * m4/trunc.m4: New file.
29791         * lib/math.in.h (trunc): New declaration.
29792         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
29793         HAVE_DECL_TRUNC.
29794         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
29795         HAVE_DECL_TRUNC.
29796         * doc/functions/trunc.texi: Mention the 'trunc' module.
29797
29798 2007-10-03  Bruno Haible  <bruno@clisp.org>
29799
29800         * tests/test-fpending.c: New file, mostly copied
29801         from coreutils/lib/t-fpending.c.
29802         * modules/fpending-tests: New file.
29803
29804 2007-10-03  Bruno Haible  <bruno@clisp.org>
29805
29806         Port the stdio extensions to QNX (untested).
29807         * lib/fseterr.c (fseterr): Add support for QNX.
29808         * lib/fbufmode.c (fbufmode): Likewise.
29809         * lib/freadable.c (freadable): Likewise.
29810         * lib/fwritable.c (fwritable): Likewise.
29811         * lib/freading.c (freading): Likewise.
29812         * lib/fwriting.c (fwriting): Likewise.
29813         * lib/freadahead.c (freadahed): Likewise.
29814         * lib/fpurge.c (fpurge): Likewise.
29815         * lib/fseeko.c (rpl_fseeko): Likewise.
29816
29817 2007-10-03  Bruno Haible  <bruno@clisp.org>
29818             Jim Meyering  <jim@meyering.net>
29819             Eric Blake  <ebb9@byu.net>
29820
29821         * doc/relocatable.texi: Use @command instead of @program.
29822
29823 2007-10-02  Jim Meyering  <jim@meyering.net>
29824
29825         Perform one more "_.h" -> ".in.h" substitution.
29826         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
29827         instead of unistd_.h here, too.
29828
29829 2007-10-01  Bruno Haible  <bruno@clisp.org>
29830
29831         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
29832         Needed for the alloca-opt module.
29833
29834 2007-09-30  Bruno Haible  <bruno@clisp.org>
29835
29836         * lib/alloca.in.h: Renamed from lib/alloca_.h.
29837         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
29838         alloca_.h.
29839         * lib/argz.in.h: Renamed from lib/argz_.h.
29840         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
29841         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
29842         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
29843         byteswap_.h.
29844         * lib/dirent.in.h: Renamed from lib/dirent_.h.
29845         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
29846         dirent_.h.
29847         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
29848         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
29849         fcntl_.h.
29850         * lib/float.in.h: Renamed from lib/float_.h.
29851         * modules/float (Files, Makefile.am): Use float.in.h instead of
29852         float_.h.
29853         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
29854         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
29855         fnmatch_.h.
29856         * lib/getopt.in.h: Renamed from lib/getopt_.h.
29857         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
29858         getopt_.h.
29859         * lib/glob.in.h: Renamed from lib/glob_.h.
29860         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
29861         * lib/iconv.in.h: Renamed from lib/iconv_.h.
29862         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
29863         iconv_.h.
29864         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
29865         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
29866         inttypes_.h.
29867         * lib/locale.in.h: Renamed from lib/locale_.h.
29868         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
29869         locale_.h.
29870         * lib/math.in.h: Renamed from lib/math_.h.
29871         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
29872         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
29873         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
29874         of netinet_in_.h. Add dependency.
29875         * lib/poll.in.h: Renamed from lib/poll_.h.
29876         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
29877         * lib/search.in.h: Renamed from lib/search_.h.
29878         * modules/search (Files, Makefile.am): Use search.in.h instead of
29879         search_.h.
29880         * lib/signal.in.h: Renamed from lib/signal_.h.
29881         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
29882         _signal.h.
29883         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
29884         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
29885         stdbool_.h.
29886         * lib/stdint.in.h: Renamed from lib/stdint_.h.
29887         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
29888         stdint_.h.
29889         * lib/stdio.in.h: Renamed from lib/stdio_.h.
29890         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
29891         stdio_.h.
29892         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
29893         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
29894         stdlib_.h.
29895         * lib/string.in.h: Renamed from lib/string_.h.
29896         * modules/string (Files, Makefile.am): Use string.in.h instead of
29897         string_.h.
29898         * doc/gnulib-tool.texi (Initial import): Update.
29899         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
29900         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
29901         of sys_select_.h. Add dependency.
29902         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
29903         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
29904         of sys_socket_.h.
29905         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
29906         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
29907         sys_stat_.h.
29908         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
29909         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
29910         sys_time_.h.
29911         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
29912         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
29913         sysexits_.h.
29914         * lib/time.in.h: Renamed from lib/time_.h.
29915         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
29916         * lib/unistd.in.h: Renamed from lib/unistd_.h.
29917         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
29918         unistd_.h.
29919         * lib/wchar.in.h: Renamed from lib/wchar_.h.
29920         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
29921         wchar_.h.
29922         * lib/wctype.in.h: Renamed from lib/wctype_.h.
29923         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
29924         wctype_.h.
29925         * build-aux/bootstrap (slurp): Update.
29926         * lib/.cppi-disable: Update.
29927
29928 2007-09-30  Bruno Haible  <bruno@clisp.org>
29929
29930         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
29931         Needed on BeOS.
29932
29933 2007-09-30  Bruno Haible  <bruno@clisp.org>
29934
29935         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
29936
29937 2007-09-29  Bruno Haible  <bruno@clisp.org>
29938
29939         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
29940
29941 2007-09-29  Bruno Haible  <bruno@clisp.org>
29942
29943         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
29944         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
29945         * build-aux/install-reloc: Compile also areadlink.c.
29946         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
29947
29948 2007-09-29  Bruno Haible  <bruno@clisp.org>
29949
29950         * gnulib-tool (func_emit_initmacro_done): Indentation.
29951
29952 2007-09-29  Bruno Haible  <bruno@clisp.org>
29953
29954         * README: Add CVS checkout update instructions.
29955         Info from Bob Proulx <bob@proulx.com>.
29956
29957 2007-09-28  Eric Blake  <ebb9@byu.net>
29958
29959         Provide move-if-change.
29960         * build-aux/move-if-change: New file, based on best practice
29961         rather than any canonical upstream location.
29962
29963 2007-09-28  Jim Meyering  <jim@meyering.net>
29964
29965         Fix canonicalize loop-detection corner case.
29966         Do not attempt to stat the symlink values stored via seen_triple.
29967         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
29968         on linux-2.6.18, (but not 2.6.22).
29969         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
29970         triple_compare.  The former compares dev,ino,filename, while the latter
29971         would actually stat dirname(filename) when dev and ino were equal.
29972         * lib/hash-triple.c: Install <string.h>.
29973         (STREQ): Define.
29974         (triple_compare_ino_str): New function.
29975         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
29976
29977 2007-09-28  Eric Blake  <ebb9@byu.net>
29978
29979         Enforce that AC_REPLACE_FUNCS files exist.
29980         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
29981         override check for typos.
29982
29983         Fix test-closein on Solaris 10.
29984         * tests/test-closein.c (main): Don't assume stdin can be inherited
29985         closed on all systems.
29986         * tests/test-closein.sh: Likewise.
29987         Reported by Piotr Tarnowski.
29988
29989 2007-09-28  Jim Meyering  <jim@meyering.net>
29990
29991         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
29992
29993 2007-09-27  Jim Meyering  <jim@meyering.net>
29994
29995         canonicalize: Avoid a false-positive cycle failure.
29996         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
29997         Sort.  Remove cycle-check.
29998         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
29999         not cycle-check.h.
30000         (seen_triple): New function.
30001         (canonicalize_filename_mode): Use it instead of cycle-check.
30002         * tests/test-canonicalize.c: Add a test for this bug.
30003         * tests/test-canonicalize.sh: Set up and run the test.
30004
30005         New module, file-set, from coreutils.
30006         * modules/file-set: Define it.
30007         * lib/file-set.c, lib/file-set.h: Implement.
30008
30009         New module, hash-triple, from coreutils.
30010         * modules/hash-triple: Define it.
30011         * lib/hash-triple.c, lib/hash-triple.h: Implement.
30012
30013 2007-09-25  Eric Blake  <ebb9@byu.net>
30014
30015         Fix strerror on Interix.
30016         * lib/string_.h (strerror): Declare replacement.
30017         * doc/functions/strerror.texi (strerror): Document the Interix
30018         shortcoming.
30019         * modules/string (Makefile.am): Support new hooks.
30020         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
30021         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
30022         gl_FUNC_STRERROR_SEPARATE.
30023         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
30024         * lib/strerror.c (rpl_strerror): Provide replacement.
30025         * modules/strerror (Depends-on): Add string.
30026         (configure.ac): Detect use of module.
30027         * tests/test-strerror.c: New file.
30028         * modules/strerror-tests: New test module.
30029         * modules/argp (Depends-on): Add strerror.
30030         * modules/error (Depends-on): Likewise.
30031         Reported by Martin Koeppe.
30032
30033 2007-09-24  Bruno Haible  <bruno@clisp.org>
30034
30035         * README: Update git instructions.
30036
30037 2007-09-24  Eric Blake  <ebb9@byu.net>
30038
30039         Revert fpending breakage from 2007-09-08.
30040         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
30041         __fpending.c.
30042
30043 2007-09-24  Jim Meyering  <jim@meyering.net>
30044
30045         filenamecat.c: Add a test.
30046         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
30047         showing how the function works when DIR is the empty string.
30048
30049 2007-09-21  Simon Josefsson  <simon@josefsson.org>
30050
30051         * tests/test-canonicalize.sh: Turn on executable bit.
30052
30053 2007-09-19  Eric Blake  <ebb9@byu.net>
30054
30055         * README: Update CVS instructions.
30056
30057 2007-09-18  Bruno Haible  <bruno@clisp.org>
30058
30059         * modules/areadlink: New file.
30060         * lib/areadlink.h (areadlink): New declaration.
30061         * lib/areadlink.c: New file, based on lib/xreadlink.c.
30062
30063 2007-09-17  Jim Meyering  <jim@meyering.net>
30064
30065         * lib/savewd.c (ESTALE) [!defined]: Define.
30066         Reported to be required on Interix by Martin Koeppe.
30067
30068 2007-09-17  Bruno Haible  <bruno@clisp.org>
30069
30070         * gnulib-tool (func_version): Use $version.
30071
30072 2007-09-16  Bruno Haible  <bruno@clisp.org>
30073
30074         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
30075         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
30076         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
30077         Reported by Greg Schafer <gschafer@zip.com.au>.
30078
30079 2007-09-15  Bruno Haible  <bruno@clisp.org>
30080
30081         * gnulib-tool (sed): Try a little harder to make bash understand the
30082         alias.
30083         Reported by Bruce Korb <bruce.korb@gmail.com>.
30084
30085 2007-09-13  Eric Blake  <ebb9@byu.net>
30086
30087         * ChangeLog: Remove conflict markers.
30088
30089 2007-09-13  Simon Josefsson  <simon@josefsson.org>
30090
30091         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
30092         Reported by Bruno Haible <bruno@clisp.org>.
30093
30094 2007-09-12  Bruno Haible  <bruno@clisp.org>
30095
30096         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
30097         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
30098         is not defined.
30099
30100 2007-09-12  Eric Blake  <ebb9@byu.net>
30101
30102         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
30103         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
30104         Autoconf definition.
30105         * modules/euidaccess (Depends-on): Add extensions, for
30106         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
30107         * modules/fnmatch (Depends-on): Likewise.
30108         * modules/getaddrinfo (Depends-on): Likewise.
30109         * modules/getdelim (Depends-on): Likewise.
30110         * modules/getline (Depends-on): Likewise.
30111         * modules/getsubopt (Depends-on): Likewise.
30112         * modules/gettext (Depends-on): Likewise.
30113         * modules/group-member (Depends-on): Likewise.
30114         * modules/mbchar (Depends-on): Likewise.
30115         * modules/memmem (Depends-on): Likewise.
30116         * modules/mempcpy (Depends-on): Likewise.
30117         * modules/memrchr (Depends-on): Likewise.
30118         * modules/pagealign_alloc (Depends-on): Likewise.
30119         * modules/readutmp (Depends-on): Likewise.
30120         * modules/stpcpy (Depends-on): Likewise.
30121         * modules/stpncpy (Depends-on): Likewise.
30122         * modules/strchrnul (Depends-on): Likewise.
30123         * modules/strndup (Depends-on): Likewise.
30124         * modules/strsep (Depends-on): Likewise.
30125         * modules/strverscmp (Depends-on): Likewise.
30126         * modules/vasprintf (Depends-on): Likewise.
30127         * modules/wcwidth (Depends-on): Likewise.
30128         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
30129         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
30130         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
30131         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
30132         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
30133         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30134         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
30135         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30136         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
30137         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
30138         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
30139         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
30140         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
30141         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
30142         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
30143         * m4/readutmp.m4 (gl_READUTMP): Likewise.
30144         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30145         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
30146         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30147         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
30148         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
30149         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
30150         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
30151         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
30152         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
30153         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
30154         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
30155         so that lock.m4 can be used in gettext without extensions module.
30156
30157 2007-09-11  Bruno Haible  <bruno@clisp.org>
30158
30159         * m4/isc-posix.m4: Remove file.
30160         Suggested by Eric Blake.
30161
30162 2007-09-11  Eric Blake  <ebb9@byu.net>
30163
30164         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
30165
30166 2007-09-10  Bruno Haible  <bruno@clisp.org>
30167
30168         * posix-modules: Fix typo in error message.
30169         Reported by Matt <mkraai@beckman.com>.
30170
30171 2007-09-09  Bruno Haible  <bruno@clisp.org>
30172
30173         * doc/functions/getdelim.texi: Update list of platforms lacking the
30174         function.
30175         * doc/functions/getline.texi: Likewise.
30176
30177 2007-09-09  Jim Meyering  <jim@meyering.net>
30178
30179         * lib/hash.c (hash_initialize): Detect calloc failure.
30180         Reported by Bruno Haible.
30181
30182 2007-09-09  Bruno Haible  <bruno@clisp.org>
30183
30184         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
30185         malloc or realloc fails.
30186
30187 2007-09-09  Bruno Haible  <bruno@clisp.org>
30188
30189         * modules/getcwd (Depends-on): Add malloc-posix.
30190         * modules/glob (Depends-on): Likewise.
30191         * modules/putenv (Depends-on): Likewise.
30192         * modules/strdup (Depends-on): Likewise.
30193         * modules/getdelim (Depends-on): Add realloc-posix.
30194         * modules/read-file (Depends-on): Likewise.
30195
30196 2007-09-09  Bruno Haible  <bruno@clisp.org>
30197
30198         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
30199         (gl_FUNC_MALLOC_POSIX): Require it.
30200         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
30201         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
30202         * modules/realloc (Files): Add m4/malloc.m4.
30203         * modules/calloc (Files): Likewise.
30204
30205 2007-09-09  Bruno Haible  <bruno@clisp.org>
30206
30207         * modules/malloc-posix: New file.
30208         * modules/malloc (Depends-on): Add malloc-posix.
30209         * lib/malloc.c: Include errno.h.
30210         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
30211         and a POSIX-compatible malloc into a single function. Set ENOMEM
30212         when returning NULL.
30213         * m4/malloc.m4: New file.
30214         * doc/functions/malloc.texi: Mention the malloc-posix module.
30215         * lib/stdlib_.h (malloc): New declaration.
30216         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30217         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
30218         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
30219         and HAVE_MALLOC_POSIX.
30220
30221 2007-09-09  Bruno Haible  <bruno@clisp.org>
30222
30223         * modules/realloc-posix: New file.
30224         * modules/realloc (Depends-on): Add realloc-posix.
30225         * lib/realloc.c: Include errno.h.
30226         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
30227         and a POSIX-compatible realloc into a single function. Set ENOMEM
30228         when returning NULL.
30229         * m4/realloc.m4: New file.
30230         * doc/functions/realloc.texi: Mention the realloc-posix module.
30231         * lib/stdlib_.h (realloc): New declaration.
30232         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30233         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
30234         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
30235         and HAVE_REALLOC_POSIX.
30236
30237 2007-09-09  Bruno Haible  <bruno@clisp.org>
30238
30239         * modules/calloc-posix: New file.
30240         * modules/calloc (Depends-on): Add calloc-posix.
30241         * lib/calloc.c: Include errno.h.
30242         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
30243         and a POSIX-compatible calloc into a single function. Set ENOMEM
30244         when returning NULL.
30245         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
30246         * doc/functions/calloc.texi: Mention the calloc-posix module.
30247         * lib/stdlib_.h (calloc): New declaration.
30248         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30249         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
30250         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
30251         and HAVE_CALLOC_POSIX.
30252
30253 2007-09-09  Bruno Haible  <bruno@clisp.org>
30254
30255         Allow for modules to show an arbitrary notice.
30256         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
30257         * gnulib-tool: New option --extract-notice.
30258         (func_usage): Document it.
30259         (sed_extract_prog): Update.
30260         (func_get_notice): New function.
30261         (func_modules_notice): New function.
30262         (func_import, func_create_testdir): Invoke it.
30263         Suggested by Jim Meyering.
30264
30265 2007-09-09  Bruno Haible  <bruno@clisp.org>
30266
30267         * gnulib-tool: New options --verbose, --quiet.
30268         (func_usage): Document them.
30269         (verbose): New variable.
30270         (func_execute_command): New function.
30271         (func_import): Don't show the module list and the file list if
30272         $verbose < 0.
30273         (func_create_testdir): Likewise. Use func_execute_command.
30274         (func_create_megatestdir): Use func_execute_command.
30275
30276 2007-09-08  Bruno Haible  <bruno@clisp.org>
30277
30278         * gnulib-tool (func_import): Prefer rsync over wget when available,
30279         for fetching the PO files.
30280
30281 2007-09-08  Bruno Haible  <bruno@clisp.org>
30282
30283         * posix-modules: New file. Portions copied from gnulib-tool.
30284         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
30285
30286 2007-09-08  Jim Meyering  <jim@meyering.net>
30287
30288         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
30289         * lib/fpending.h: Rename from __fpending.h.
30290         * lib/fpending.c: Rename from __fpending.c.
30291         Include "fpending.h", not "__fpending.h".
30292         * lib/__fpending.h, lib/__fpending.c: Remove files.
30293         * modules/fpending (Files): Reflect new file names.
30294         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
30295
30296 2007-09-08  Bruno Haible  <bruno@clisp.org>
30297
30298         * m4/inttypes-h.m4: Remove stub file.
30299
30300 2007-09-07  Simon Josefsson  <simon@josefsson.org>
30301
30302         * doc/headers/stdint.texi: Discuss #include_next issue.
30303
30304 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30305
30306         * build-aux/bootstrap: Remove obsolete comment about wget --help.
30307
30308 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30309
30310         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
30311         in variable name.
30312
30313 2007-09-03  Jim Meyering  <jim@meyering.net>
30314
30315         New module: git-version-gen.
30316         * modules/git-version-gen: New file.
30317
30318         Import changes from coreutils for bootstrap script.
30319
30320         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
30321
30322         bootstrap: uses rsync to download the .po files
30323         * build-aux/bootstrap (po_download_command_format): New global.
30324         (download_po_files): Use rsync.
30325         (update_po_files): Don't remove .po files after download,
30326         so future rsync runs can take advantage of the copies.
30327
30328         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
30329
30330         Solve the unnecessary-.po-file-regeneration problem once and for all.
30331         * build-aux/bootstrap (download_po_files): New function, renamed from
30332         get_translations.  Now, downloads, but doesn't update LINGUAS.
30333         (update_po_files): New function.
30334
30335         bootstrap: Ignore more.
30336         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
30337         uniwidth to e.g., lib/.gitignore.
30338         (slurp): Handle the sys_stat_.h -> sys mapping, too.
30339
30340         * build-aux/bootstrap: New setting: vc_ignore.
30341         (insert_sorted_if_absent): Create $file if absent.
30342         Adapt to new, possibly empty, list: $vc_ignore.
30343
30344         bootstrap: generate more ignorable names
30345         * build-aux/bootstrap (slurp): When generating ignorable names,
30346         also map .sin to .sed, .gperf to .c, and .y to .c.
30347
30348 2007-09-03  Jim Meyering  <jim@meyering.net>
30349
30350         * build-aux/git-version-gen: New file, from coreutils.  For details, see
30351         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
30352
30353 2007-09-02  Bruno Haible  <bruno@clisp.org>
30354
30355         Fix mis-recognition of 'mcs' on QNX 6.
30356         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
30357         output contains the string "Mono".
30358         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
30359         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
30360
30361 2007-09-01  Bruno Haible  <bruno@clisp.org>
30362
30363         Fix collision between uniwidth/* and linebreak modules.
30364         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
30365         u32_width): Remove declarations.
30366         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
30367         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
30368         streq3, streq2, streq1, streq0): Remove functions.
30369         (STREQ): Remove macro.
30370         (is_cjk_encoding): Remove function.
30371         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
30372         (uc_width, u8_width, u16_width, u32_width): Remove functions.
30373         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
30374         * NEWS: Document the change.
30375
30376 2007-09-01  Bruno Haible  <bruno@clisp.org>
30377
30378         * lib/streq.h: Add double-inclusion guard.
30379
30380 2007-09-01  Karl Berry  <karl@gnu.org>
30381
30382         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
30383
30384 2007-08-28  Jim Meyering  <jim@meyering.net>
30385
30386         Rename mreadlink_with_size to areadlink_with_size.
30387         * NEWS: Document the change.
30388         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
30389         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
30390         * lib/mreadlink.h: Rename this to...
30391         * lib/areadlink.h: ...this.
30392         * modules/mreadlink-with-size: Rename this to...
30393         * modules/areadlink-with-size: ...this.
30394         * lib/canonicalize.c: Reflect the renaming.
30395         * modules/canonicalize: Likewise.
30396
30397 2007-08-26  Bruno Haible  <bruno@clisp.org>
30398
30399         * gnulib-tool (func_import): When deciding which files to remove,
30400         consider also dangling symbolic links.
30401         Reported by Eric Blake.
30402
30403 2007-08-26  Bruno Haible  <bruno@clisp.org>
30404
30405         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
30406
30407 2007-08-23  Simon Josefsson  <simon@josefsson.org>
30408
30409         * lib/readline.c: Don't include getline.h, the prototype is now
30410         found in stdio.h.
30411
30412 2007-08-23  Jim Meyering  <jim@meyering.net>
30413
30414         Getdelim touchup.
30415         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
30416         around the funlockfile call, since funlockfile never sets errno.
30417         Don't set errno upon failed realloc.
30418
30419 2007-08-22  Eric Blake  <ebb9@byu.net>
30420
30421         Getline touchups.
30422         * lib/getdelim.c (getdelim): Revert regression that required *n to
30423         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
30424         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
30425         getdelim, rather than whether implementation is missing.
30426         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
30427         * lib/stdio_.h (getline): Also declare if replacement is
30428         required.
30429         * doc/functions/getdelim.texi: New file.
30430         * doc/functions/getline.texi: Likewise.
30431         * doc/gnulib.texi (Function Substitutes): Add new files.
30432         Reported by Bruno Haible.
30433
30434 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
30435
30436         * users.txt: Add Guile.
30437
30438 2007-08-22  Eric Blake  <ebb9@byu.net>
30439
30440         * tests/test-getdelim.c (main): Use remove, not unlink.
30441         * tests/test-getline.c (main): Likewise.
30442
30443         Move getline and getdelim into stdio.h, per POSIX 200x.
30444         * modules/getline (Files): Remove getline.h.
30445         (Depends-on): Add stdio.
30446         (configure.ac): Add module indicator.
30447         * modules/getdelim (Files): Remove getdelim.h.
30448         (Depends-on): Add stdio.
30449         (configure.ac): Add module indicator.
30450         * modules/stdio (Makefile.am): Work with new indicators.
30451         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
30452         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
30453         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30454         * lib/getdelim.h: Delete.
30455         * lib/getline.h: Delete.
30456         * lib/stdio_.h (getdelim, getline): Declare.
30457         * modules/getdelim-tests: New module.
30458         * modules/getline-tests: Likewise.
30459         * tests/test-getdelim.c: New file.
30460         * tests/test-getline.c: Likewise.
30461         * NEWS: Document the change.
30462         * lib/getline.c: Update choice of header.
30463         * lib/csharpcomp.c: Likewise.
30464         * lib/getpass.c: Likewise.
30465         * lib/javacomp.c: Likewise.
30466         * lib/javaversion.c: Likewise.
30467         * lib/yesno.c: Likewise.
30468         * lib/getdelim.c: Likewise.
30469         (getdelim): Set errno on failure, and avoid memory leak.
30470
30471 2007-08-19  Bruno Haible  <bruno@clisp.org>
30472
30473         * modules/closein (Depends-on): Add freadahead.
30474         * lib/closein.c: Include freadahead.h.
30475         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
30476         is zero.
30477
30478 2007-08-19  Bruno Haible  <bruno@clisp.org>
30479
30480         * modules/freadahead-tests: New file.
30481         * tests/test-freadahead.sh: New file.
30482         * tests/test-freadahead.c: New file.
30483
30484         * modules/freadahead: New file.
30485         * lib/freadahead.h: New file.
30486         * lib/freadahead.c: New file.
30487         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
30488         fbufmode, fpurge, freadable, fwritable.
30489
30490 2007-08-19  Eric Blake  <ebb9@byu.net>
30491
30492         Test yesno in combination with closein.
30493         * lib/yesno.c (yesno): Document use of stdin.
30494         * modules/yesno-tests (Files): New module.
30495         * tests/test-yesno.c (main): New file.
30496         * tests/test-yesno.sh: Likewise.
30497
30498 2007-08-19  Bruno Haible  <bruno@clisp.org>
30499
30500         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
30501         * lib/fseeko.c (rpl_fseeko): Likewise.
30502         * lib/fseterr.c (fseterr): Likewise.
30503
30504 2007-08-19  Bruno Haible  <bruno@clisp.org>
30505
30506         * tests/test-lseek.c (main): Disable a test for BeOS.
30507         * doc/functions/lseek.texi: Document the BeOS bug.
30508
30509 2007-08-19  Bruno Haible  <bruno@clisp.org>
30510             Eric Blake  <ebb9@byu.net>
30511
30512         * lib/lseek.c: Include <sys/stat.h>.
30513         (rpl_lseek): Add workaround code also for Unix platforms.
30514         Needed for BeOS.
30515         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
30516         * doc/functions/lseek.texi: Document BeOS definiency.
30517
30518 2007-08-18  Bruno Haible  <bruno@clisp.org>
30519
30520         * modules/fstrcmp-tests: New file.
30521         * tests/test-fstrcmp.c: New file.
30522
30523 2007-08-18  Bruno Haible  <bruno@clisp.org>
30524
30525         * modules/fstrcmp: New file, from GNU gettext with modifications.
30526         * lib/fstrcmp.h: New file, from GNU gettext.
30527         * lib/fstrcmp.c: New file, from GNU gettext.
30528         * MODULES.html.sh (String handling): Add fstrcmp.
30529
30530 2007-08-18  Bruno Haible  <bruno@clisp.org>
30531
30532         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
30533         'bool'.
30534         (diag, compareseq): Remove const from the ctxt argument.
30535         (USE_HEURISTIC): Undefine at the end.
30536
30537 2007-08-18  Jim Meyering  <jim@meyering.net>
30538
30539         New file: lib/idcache.h
30540         * NEWS: Mention the addition.
30541         * modules/idcache (Files): Add lib/idcache.h
30542         * lib/idcache.c: Include "idcache.h".
30543         Don't include <sys/types.h>.
30544         Add a FIXME comment.
30545         Move file-scoped "static" declarations to the top.
30546         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
30547
30548 2007-08-17  Bruno Haible  <bruno@clisp.org>
30549         and Paul Eggert  <eggert@cs.ucla.edu>
30550
30551         * MODULES.html.sh: Add diffseq.
30552         * modules/diffseq: New file.
30553         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
30554         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
30555
30556 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30557
30558         Import changes from coreutils for bootstrap script.
30559
30560         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
30561
30562         * build-aux/bootstrap (slurp): Work even in environments where
30563         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
30564         current code does not slurp files whose names start with ".", and
30565         this looks like it might be a troublesome area.
30566
30567         2007-07-11  Jim Meyering  <jim@meyering.net>
30568
30569         If there's a GPL vN copyright comment, require that N == 3.
30570
30571         2007-07-08  Jim Meyering  <jim@meyering.net>
30572
30573         Run the coreutils-specific code only if tests/Makefile.am.in exists.
30574         * build-aux/bootstrap (mam_template): Move definition out of loop.
30575
30576         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
30577
30578         * build-aux/bootstrap (symlink_to_dir): Rename function from
30579         symlink_to_gnulib.  Add a directory parameter.  Update all
30580         callers.
30581         (cp_mark_as_generated): Also check for -- and link to -- files in
30582         gl/.
30583
30584         2007-07-08  Jim Meyering  <jim@meyering.net>
30585
30586         Adapt to deeper hierarchy in gnulib.
30587         * build-aux/bootstrap (symlink_to_dir): If the destination
30588         directory doesn't exist, create it. This is required at least for
30589         "lib/uniwidth/cjk.h".
30590
30591         2007-05-15  Jim Meyering  <jim@meyering.net>
30592
30593         * build-aux/bootstrap: Now that generated Makefile.am files
30594         are no longer under version control, they must be created at
30595         bootstrap time.
30596
30597 2007-08-14  Ben Pfaff  <blp@gnu.org>
30598
30599         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
30600
30601 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30602
30603         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
30604         given the changes below.
30605         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
30606         even on hosts that have padding bits beyond the supported 64.
30607
30608 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30609
30610         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
30611         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
30612         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
30613         depends on it.
30614         (xstrtol_error): Remove.
30615         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
30616         but with a different signature.
30617         (ATTRIBUTE_NORETURN, __attribute__): New macros.
30618         * lib/xstrtol-error.c: Include exitfail.h.
30619         (xstrtol_fatal): New function, with a different signature from the
30620         old xstrtol_error, so that the caller need not worry about passing
30621         in an exit status, or about storage management of the option argument.
30622         (xstrtol_error): Now a static function.  Redo signature to
30623         implement xstrtol_fatal.  Output the correct number of hyphens in
30624         front of the option so that the caller need not worry about
30625         storage management.
30626         (N_): New macro.
30627         (_): Remove; not used now.
30628         * modules/xstrtol: Depend on getopt.
30629         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
30630         of old STRTOL_FATAL_ERROR macro.
30631         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
30632         of test program.
30633         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
30634         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
30635
30636 2007-08-08  Eric Blake  <ebb9@byu.net>
30637
30638         * lib/xstrtol-error.c: Add missing include.
30639
30640         Move xstrtol messages into gnulib domain, when --pobase is used.
30641         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
30642         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
30643         * modules/xstrtol (Files): Distribute new file.
30644         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
30645         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
30646         * tests/test-xstrtol.c: ...into new file.
30647         * tests/test-xstrtoul.c: Also test xstrtoul.
30648         * tests/test-xstrtoimax.c: Also test xstrtoimax.
30649         * tests/test-xstrtoumax.c: Also test xstrtoumax.
30650         * tests/test-xstrtol.sh: Drive the tests.
30651         * tests/test-xstrtoimax.sh: Likewise.
30652         * tests/test-xstrtoumax.sh: Likewise.
30653         * modules/xstrtol-tests: New module.
30654         * modules/xstrtoimax-tests: Likewise.
30655         * modules/xstrtoumax-tests: Likewise.
30656
30657 2007-08-08  Jim Meyering  <jim@meyering.net>
30658
30659         New function: mfile_name_concat.
30660         * lib/filenamecat.c (mfile_name_concat): New function, just like
30661         file_name_concat, but return NULL upon failure rather than exiting
30662         with a diagnostic.
30663         * lib/filenamecat.h: Declare it.
30664
30665 2007-08-07  Bruno Haible  <bruno@clisp.org>
30666
30667         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
30668         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
30669         warning from gcc.
30670         Reported by Eric Blake.
30671
30672 2007-08-07  Simon Josefsson  <simon@josefsson.org>
30673
30674         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
30675         * modules/crypto/arcfour (License): Likewise.
30676         * modules/crypto/des-tests (License): Likewise.
30677         * modules/crypto/gc-arctwo-tests (License): Likewise.
30678         * modules/crypto/gc-des-tests (License): Likewise.
30679         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
30680         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
30681         * modules/crypto/gc-md2-tests (License): Likewise.
30682         * modules/crypto/gc-md4-tests (License): Likewise.
30683         * modules/crypto/gc-md5-tests (License): Likewise.
30684         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
30685         * modules/crypto/gc-rijndael-tests (License): Likewise.
30686         * modules/crypto/gc-sha1-tests (License): Likewise.
30687         * modules/crypto/gc-tests (License): Likewise.
30688         * modules/crypto/hmac-md5 (License): Likewise.
30689         * modules/crypto/hmac-sha1 (License): Likewise.
30690         * modules/crypto/md2-tests (License): Likewise.
30691         * modules/crypto/md4-tests (License): Likewise.
30692         * modules/crypto/md5 (License): Likewise.
30693         * modules/crypto/rijndael (License): Likewise.
30694         * modules/crypto/sha1 (License): Likewise.
30695         * modules/memxor (License): Likewise.
30696
30697 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30698         and Bruno Haible  <bruno@clisp.org>
30699
30700         * NEWS: Describe interface changes to human, xstrtol.
30701         * lib/human.h: Include <xstrtol.h>.
30702         (human_options): Return enum strtol_error, not int.  Remove
30703         bool arg; take int * instead.
30704         * lib/human.c: Don't include "gettext.h".
30705         (_): Remove; no longer used.
30706         Don't include <xstrtol.h>, since human.h does it.
30707         (human_options): Adjust to abovementioned interface changes.
30708         Do not report error to stderr; that's now the caller's
30709         responsibility.
30710         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
30711         interface change.
30712         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
30713         Str, Argument_type_string.  All uses changed.  Put " argument"
30714         in diagnostics to make them clearer.  Change wording of suffix
30715         message for clarity.
30716         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
30717         Argument_type_string.
30718         (STRTOL_FATAL_WARN): Remove; no longer used.
30719         * modules/human (Depends-on): Remove gettext-h.
30720
30721 2007-08-06  Simon Josefsson  <simon@josefsson.org>
30722
30723         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
30724
30725 2007-07-31  Bruno Haible  <bruno@clisp.org>
30726
30727         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
30728         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
30729         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
30730
30731 2007-07-31  Bruno Haible  <bruno@clisp.org>
30732
30733         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
30734         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
30735
30736 2007-07-30  Bruno Haible  <bruno@clisp.org>
30737
30738         * modules/base64 (License): Use the synonymous term "LGPLv2+".
30739         * modules/c-ctype (License): Likewise.
30740         * modules/c-strcase (License): Likewise.
30741         * modules/check-version (License): Likewise.
30742         * modules/iconv (License): Likewise.
30743         * modules/iconv_open (License): Likewise.
30744         * modules/read-file (License): Likewise.
30745         * modules/striconv (License): Likewise.
30746         * modules/strverscmp (License): Likewise.
30747         * modules/vasprintf (License): Likewise.
30748         * modules/crypto/des (License): Likewise.
30749         * modules/crypto/gc (License): Likewise.
30750         * modules/crypto/gc-arcfour (License): Likewise.
30751         * modules/crypto/gc-arctwo (License): Likewise.
30752         * modules/crypto/gc-des (License): Likewise.
30753         * modules/crypto/gc-hmac-md5 (License): Likewise.
30754         * modules/crypto/gc-hmac-sha1 (License): Likewise.
30755         * modules/crypto/gc-md2 (License): Likewise.
30756         * modules/crypto/gc-md4 (License): Likewise.
30757         * modules/crypto/gc-md5 (License): Likewise.
30758         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
30759         * modules/crypto/gc-random (License): Likewise.
30760         * modules/crypto/gc-rijndael (License): Likewise.
30761         * modules/crypto/gc-sha1 (License): Likewise.
30762         * modules/crypto/md2 (License): Likewise.
30763         * modules/crypto/md4 (License): Likewise.
30764
30765 2007-07-30  Jim Meyering  <jim@meyering.net>
30766
30767         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
30768         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
30769         it has valid stat data.  This bug would cause du not to count the
30770         sizes of inaccessible directories.
30771         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
30772         in <http://bugzilla.redhat.com/250077>.
30773
30774 2007-07-25  Peter O'Gorman  <peter@pogma.com>
30775             Bruno Haible  <bruno@clisp.org>
30776
30777         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
30778         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
30779         #include_next, gives a diagnostic about it, but reports no error in
30780         the exit code.
30781         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
30782
30783 2007-07-24  Ben Pfaff  <blp@gnu.org>
30784
30785         Improve name: "count-one-bits" is better than "popcount".
30786         * MODULES.html.sh: Update name.
30787         * lib/popcount.h: Renamed lib/count-one-bits.h.
30788         (popcount): Renamed count_one_bits.
30789         (popcountl): Renamed count_one_bits_l.
30790         (popcountll): Renamed count_one_bits_ll.
30791         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
30792         * modules/popcount: Renamed module/count-one-bits.
30793         * modules/popcount-tests: Renamed module/count-one-bits-tests.
30794         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
30795
30796 2007-07-23  Ben Pfaff  <blp@gnu.org>
30797
30798         * lib/popcount.h (popcount32): Reduce size of constants, to allow
30799         better code generation, and add U to large constants to avoid
30800         warnings, in non-GCC case.
30801         Suggested by Bruno Haible.
30802
30803 2007-07-23  Ben Pfaff  <blp@gnu.org>
30804
30805         * lib/popcount.h: Use verify_true instead of if...abort.
30806         * modules/popcount: Depend on verify module.
30807         Suggested by Jim Meyering.
30808
30809 2007-07-23  Bruno Haible  <bruno@clisp.org>
30810
30811         * gnulib-tool (func_import): Create a .cvsignore file also when the
30812         directory is not yet in CVS but the toplevel directory is. When
30813         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
30814         Reported by Karl Berry.
30815
30816 2007-07-22  Ben Pfaff  <blp@gnu.org>
30817
30818         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
30819         case.
30820         Suggested by Eric Blake.
30821
30822 2007-07-22  Ben Pfaff  <blp@gnu.org>
30823
30824         New module: popcount.
30825         * MODULES.html.sh: Add popcount.
30826         * modules/popcount: New file.
30827         * modules/popcount-tests: New file.
30828         * tests/test-popcount.c: New file.
30829         * lib/popcount.h: New file.
30830         * m4/popcount.m4: New file.
30831
30832 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30833
30834         * build-aux/announce-gen: Update to GPLv3.
30835
30836         * build-aux/config.guess: Update from config.
30837
30838 2007-07-21  Bruno Haible  <bruno@clisp.org>
30839
30840         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
30841         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
30842
30843 2007-07-20  Jim Meyering  <jim@meyering.net>
30844
30845         * check-module: Diagnose a self-dependency.
30846
30847 2007-07-19  Bruno Haible  <bruno@clisp.org>
30848
30849         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
30850         empty.
30851         Reported by Eric Blake.
30852
30853 2007-07-18  Bruno Haible  <bruno@clisp.org>
30854
30855         * gnulib-tool: New options --po-base, --po-domain.
30856         (func_usage): Document them.
30857         (pobase, po_domain): New variables.
30858         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
30859         DEFAULT_TEXT_DOMAIN.
30860         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
30861         (func_import): Consider pobase and po_domain. Create a po/ directory.
30862         (func_create_testdir): Set pobase and po_domain to empty.
30863         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
30864         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
30865
30866 2007-07-18  Bruno Haible  <bruno@clisp.org>
30867
30868         * gnulib-tool (func_get_automake_snippet): Synthesize also an
30869         EXTRA_DIST augmentation for files in build-aux/.
30870
30871 2007-07-16  Bruno Haible  <bruno@clisp.org>
30872
30873         * modules/lseek (License): Use the synonymous term "LGPLv2+".
30874         * modules/getdelim (License): Likewise.
30875
30876 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30877
30878         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
30879         * modules/d-type (License): Likewise.
30880         * modules/extensions (License): Likewise.
30881         * modules/fnmatch (License): Likewise.
30882         * modules/fseeko (License): Likewise.
30883         * modules/getaddrinfo (License): Likewise.
30884         * modules/getline (License): Likewise.
30885         * modules/getlogin_r (License): Likewise.
30886         * modules/getpass (License): Likewise.
30887         * modules/gettimeofday (License): Likewise.
30888         * modules/glob (License): Likewise.
30889         * modules/inet_ntop (License): Likewise.
30890         * modules/malloc (License): Likewise.
30891         * modules/malloca (License): Likewise.
30892         * modules/memmem (License): Likewise.
30893         * modules/mempcpy (License): Likewise.
30894         * modules/memset (License): Likewise.
30895         * modules/minmax (License): Likewise.
30896         * modules/mktime (License): Likewise.
30897         * modules/netinet_in (License): Likewise.
30898         * modules/pathmax (License): Likewise.
30899         * modules/poll (License): Likewise.
30900         * modules/regex (License): Likewise.
30901         * modules/snprintf (License): Likewise.
30902         * modules/stdbool (License): Likewise.
30903         * modules/stdint (License): Likewise.
30904         * modules/stdio (License): Likewise.
30905         * modules/strcase (License): Likewise.
30906         * modules/strcasestr (License): Likewise.
30907         * modules/strdup (License): Likewise.
30908         * modules/string (License): Likewise.
30909         * modules/strndup (License): Likewise.
30910         * modules/strnlen (License): Likewise.
30911         * modules/strpbrk (License): Likewise.
30912         * modules/strptime (License): Likewise.
30913         * modules/strsep (License): Likewise.
30914         * modules/sys_select (License): Likewise.
30915         * modules/sys_socket (License): Likewise.
30916         * modules/sys_stat (License): Likewise.
30917         * modules/sys_time (License): Likewise.
30918         * modules/time (License): Likewise.
30919         * modules/time_r (License): Likewise.
30920         * modules/timegm (License): Likewise.
30921         * modules/unistd (License): Likewise.
30922         * modules/vsnprintf (License): Likewise.
30923         * modules/wctype (License): Likewise.
30924
30925 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30926
30927         * modules/argz (License): LGPLv2+.
30928
30929 2007-07-15  Karl Berry  <karl@gnu.org>
30930
30931         * doc/gnulib.texi: revise node structure per new fdl.texi.
30932
30933 2007-07-14  Bruno Haible  <bruno@clisp.org>
30934
30935         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
30936         the output file.
30937         * lib/uniname/uninames.h: Regenerated.
30938
30939 2007-07-14  Karl Berry  <karl@gnu.org>
30940
30941         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
30942         omitting sectioning and index commands.
30943
30944 2007-07-13  Bruno Haible  <bruno@clisp.org>
30945
30946         New gnulib-tool option --more-symlinks.
30947         * gnulib-tool (func_usage): Document --more-symlinks.
30948         (do_copyrights): New variable.
30949         Recognize option --more-symlinks.
30950         (func_import): Don't add a copyright notice transform to
30951         sed_transform_lib_file if do_copyrights is empty.
30952
30953 2007-07-13  Bruno Haible  <bruno@clisp.org>
30954
30955         * lib/vasnprintf.c (decimal_point_char): Define also if
30956         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
30957         && !NEED_PRINTF_DIRECTIVE_A.
30958         Reported by Clemens Koller <clemens.koller@anagramm.de> via
30959         Gary V. Vaughan <gary@gnu.org>.
30960
30961 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
30962
30963         * lib/inttypes_.h: Undo previous change, since it was fixed
30964         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
30965
30966 2007-07-13  Bruno Haible  <bruno@clisp.org>
30967
30968         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
30969         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
30970
30971 2007-07-13  Jim Meyering  <jim@meyering.net>
30972
30973         df: Don't fail for Tru64's "file-on-file mount".
30974         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
30975         so we fall through and use statfs instead.  Details here:
30976         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
30977         Reported by Albert Chin.
30978
30979 2007-07-13  Bruno Haible  <bruno@clisp.org>
30980
30981         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
30982         * modules/configmake (License): Likewise.
30983         * modules/gettext (License): Likewise.
30984         * modules/gettext-h (License): Likewise.
30985         * modules/include_next (License): Likewise.
30986         * modules/link-warning (License): Likewise.
30987         * modules/localcharset (License): Likewise.
30988         * modules/localename (License): Likewise.
30989         * modules/lock (License): Likewise.
30990         * modules/relocatable-lib-lgpl (License): Likewise.
30991         * modules/size_max (License): Likewise.
30992         * modules/vasnprintf (License): Likewise.
30993         * modules/wchar (License): Likewise.
30994         * modules/xsize (License): Likewise.
30995
30996 2007-07-13  Bruno Haible  <bruno@clisp.org>
30997
30998         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
30999         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
31000
31001 2007-07-12  Bruno Haible  <bruno@clisp.org>
31002
31003         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
31004         in the modules files.
31005
31006 2007-07-11  Karl Berry  <karl@gnu.org>
31007
31008         * MODULES.html.sh (func_module): use
31009          sed -e '\|^'"${includefile}"'$|d'
31010          instead of /.../d, to avoid errors on $includefile's containing /.
31011
31012 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31013
31014         * gnulib-tool (func_import): Avoid duplication of --avoid
31015         statements
31016         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
31017         names to `_' in variable names.
31018
31019 2007-07-10  Eric Blake  <ebb9@byu.net>
31020
31021         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
31022         * NEWS: Document this change.
31023
31024 2007-07-08  Bruno Haible  <bruno@clisp.org>
31025
31026         Update to Unicode 5.0.
31027         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
31028         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
31029         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
31030         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
31031         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
31032         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
31033         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
31034         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
31035         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
31036         U+10A3F, U+1D242..U+1D244.
31037         (nonspacing_table_ind): Update.
31038         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
31039         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
31040
31041 2007-07-08  Bruno Haible  <bruno@clisp.org>
31042
31043         Update to Unicode 5.0.
31044         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
31045         code transform. Extend the name index field of unicode_name_to_code and
31046         unicode_code_to_name from 16 to 24 bits.
31047         * lib/uniname/uniname.c (unicode_character_name,
31048         unicode_name_character): Add the range 0x12xxx to the code transform.
31049         * lib/uniname/uninames.h: Regenerated.
31050         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
31051
31052 2007-07-07  Bruno Haible  <bruno@clisp.org>
31053
31054         * modules/wcwidth-tests: New file.
31055         * tests/test-wcwidth.c: New file.
31056
31057         Work around MacOS X wcwidth() bug.
31058         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
31059         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
31060         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
31061         original wcwidth in non-UTF-8 locales.
31062         * modules/wcwidth (Depends-on): Add localcharset, streq,
31063         uniwidth/width.
31064         * doc/functions/wcwidth.texi: Update.
31065
31066 2007-07-07  Bruno Haible  <bruno@clisp.org>
31067
31068         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
31069         (wcwidth): New declaration.
31070         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
31071         macros.
31072         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
31073         here. Prepare for creating <wchar.h> unconditionally.
31074         * modules/wchar (Depends-on): Add link-warning.
31075         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
31076         REPLACE_WCWIDTH, and GL_LINK_WARNING.
31077         * lib/wcwidth.h: Remove file.
31078         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
31079         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
31080         * modules/wcwidth (Files): Remove lib/wcwidth.h.
31081         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
31082         (Include): Replace wcwidth.h with <wchar.h>.
31083         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
31084         * lib/mbchar.h: Don't include wcwidth.h.
31085         * lib/mbswidth.c: Likewise.
31086         * NEWS: Mention the change.
31087
31088 2007-07-07  Bruno Haible  <bruno@clisp.org>
31089
31090         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
31091         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
31092         definition with an external declaration.
31093         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
31094         defined as a function. Remove AC_C_INLINE requirement.
31095         * modules/wcwidth (Files): Add lib/wcwidth.c.
31096         (Makefile.am): Remove redundant statement.
31097
31098 2007-07-07  Bruno Haible  <bruno@clisp.org>
31099
31100         * MODULES.html.sh (Unicode string functions): Add the new modules.
31101
31102         * tests/uniwidth/test-u32-strwidth.c: New file.
31103         * modules/uniwidth/u32-strwidth-tests: New file.
31104
31105         * lib/uniwidth/u32-strwidth.c: New file.
31106         * modules/uniwidth/u32-strwidth: New file.
31107
31108         * tests/uniwidth/test-u16-strwidth.c: New file.
31109         * modules/uniwidth/u16-strwidth-tests: New file.
31110
31111         * lib/uniwidth/u16-strwidth.c: New file.
31112         * modules/uniwidth/u16-strwidth: New file.
31113
31114         * tests/uniwidth/test-u8-strwidth.c: New file.
31115         * modules/uniwidth/u8-strwidth-tests: New file.
31116
31117         * lib/uniwidth/u8-strwidth.c: New file.
31118         * modules/uniwidth/u8-strwidth: New file.
31119
31120         * tests/uniwidth/test-u32-width.c: New file.
31121         * modules/uniwidth/u32-width-tests: New file.
31122
31123         * lib/uniwidth/u32-width.c: New file.
31124         * modules/uniwidth/u32-width: New file.
31125
31126         * tests/uniwidth/test-u16-width.c: New file.
31127         * modules/uniwidth/u16-width-tests: New file.
31128
31129         * lib/uniwidth/u16-width.c: New file.
31130         * modules/uniwidth/u16-width: New file.
31131
31132         * tests/uniwidth/test-u8-width.c: New file.
31133         * modules/uniwidth/u8-width-tests: New file.
31134
31135         * lib/uniwidth/u8-width.c: New file.
31136         * modules/uniwidth/u8-width: New file.
31137
31138         * tests/uniwidth/test-uc_width.c: New file.
31139         * modules/uniwidth/width-tests: New file.
31140
31141         * lib/uniwidth/width.c: New file, from GNU libiconv.
31142         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
31143         * modules/uniwidth/width: New file.
31144
31145         * lib/uniwidth.h: New file, from GNU libiconv.
31146         * modules/uniwidth/base: New file.
31147
31148 2007-07-07  Bruno Haible  <bruno@clisp.org>
31149
31150         * lib/uniname.h: New file, from GNU gettext.
31151         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
31152         * lib/uniname/uninames.h: New file, from GNU gettext.
31153         * lib/uniname/uniname.c: New file, from GNU gettext.
31154         * tests/uniname/test-uninames.sh: New file.
31155         * tests/uniname/test-uninames.c: New file, from GNU gettext.
31156         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
31157         * modules/uniname/base: New file.
31158         * modules/uniname/uniname: New file.
31159         * modules/uniname/uniname-tests: New file.
31160         * MODULES.html.sh (Unicode string functions): Add the new modules.
31161
31162 2007-07-06  Bruno Haible  <bruno@clisp.org>
31163
31164         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
31165
31166 2007-07-06  Bruno Haible  <bruno@clisp.org>
31167
31168         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
31169         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
31170         includes <cygwin/sys_time.h> which includes <sys/select.h> which
31171         include <sys/time.h>.
31172         Reported by Eric Blake.
31173
31174 2007-07-06  Eric Blake  <ebb9@byu.net>
31175
31176         Fix testing canonicalize on cygwin.
31177         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31178         Revert patch from 2007-06-19.
31179         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
31180         canonicalize module is also in use.
31181         * tests/test-canonicalize.c: New file.
31182         * tests/test-canonicalize.sh: Likewise.
31183         * modules/canonicalize-tests: Likewise.
31184
31185 2007-07-06  Jim Meyering  <jim@meyering.net>
31186
31187         * lib/getugroups.c (getugroups): Detect getgrent failure.
31188         Adjust comment to reflect reality: this function may return -1.
31189
31190 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
31191
31192         * build-aux/bootstrap (TP_URL,get_translations): Update to use
31193         the new TP address.
31194         (usage): Fix typo
31195         (gnulib_mk): New variable.
31196
31197 2007-07-05  Jim Meyering  <jim@meyering.net>
31198
31199         Don't let endgrent clobber errno, no matter how improbable.
31200         * lib/getugroups.c (getugroups): Save and restore errno around
31201         endgrent call.
31202
31203         Close the group DB even when failing with 2^31 or more members.
31204         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
31205
31206 2007-07-04  Jim Meyering  <jim@meyering.net>
31207
31208         * lib/getugroups.h: New file.
31209         * lib/getugroups.c: Include "getugroups.h".
31210         Remove uses of "register" keyword.
31211         Move local variable, "cp", down into scope where used.
31212         Give "username" parameter the "const" attribute.
31213         * modules/getugroups (Files): Add lib/getugroups.h
31214
31215 2007-07-04  Karl Berry  <karl@gnu.org>
31216
31217         * MODULES.html.sh (func_all_modules): Complete rename of
31218         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
31219
31220 2007-07-02  Bruno Haible  <bruno@clisp.org>
31221
31222         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
31223         mode, when inttypes.h comes from gnulib.
31224         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
31225
31226 2007-07-02  Simon Josefsson  <simon@josefsson.org>
31227
31228         * NEWS: Mention lgpl module name change.
31229
31230         * modules/lgpl-2.1: Renamed from lgpl.
31231
31232         * NEWS: Mention gpl module name change.
31233
31234         * modules/gpl-3.0: New file, based on gpl-2.0.
31235
31236         * modules/gpl-2.0: Renamed from gpl.
31237
31238         * modules/gpl: Fix filename, doc/gpl.texi is now found at
31239         doc/gpl-2.0.texi.
31240
31241 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31242
31243         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
31244         #define __STDC_LIMIT_MACROS temporarily while including
31245         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
31246         Problem reported by Joel E. Denny in
31247         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
31248
31249 2007-07-01  Bruno Haible  <bruno@clisp.org>
31250
31251         * lib/unistdio.h: New file.
31252         * lib/unistdio/u-asnprintf.h: New file.
31253         * lib/unistdio/u-asprintf.h: New file.
31254         * lib/unistdio/u-printf-args.c: New file.
31255         * lib/unistdio/u-printf-args.h: New file.
31256         * lib/unistdio/u-printf-parse.h: New file.
31257         * lib/unistdio/u-snprintf.h: New file.
31258         * lib/unistdio/u-sprintf.h: New file.
31259         * lib/unistdio/u-vasprintf.h: New file.
31260         * lib/unistdio/u-vsnprintf.h: New file.
31261         * lib/unistdio/u-vsprintf.h: New file.
31262         * lib/unistdio/ulc-asnprintf.c: New file.
31263         * lib/unistdio/ulc-asprintf.c: New file.
31264         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
31265         * lib/unistdio/ulc-printf-parse.c: New file.
31266         * lib/unistdio/ulc-snprintf.c: New file.
31267         * lib/unistdio/ulc-sprintf.c: New file.
31268         * lib/unistdio/ulc-vasnprintf.c: New file.
31269         * lib/unistdio/ulc-vasprintf.c: New file.
31270         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
31271         * lib/unistdio/ulc-vsnprintf.c: New file.
31272         * lib/unistdio/ulc-vsprintf.c: New file.
31273         * lib/unistdio/u8-asnprintf.c: New file.
31274         * lib/unistdio/u8-asprintf.c: New file.
31275         * lib/unistdio/u8-printf-parse.c: New file.
31276         * lib/unistdio/u8-snprintf.c: New file.
31277         * lib/unistdio/u8-sprintf.c: New file.
31278         * lib/unistdio/u8-vasnprintf.c: New file.
31279         * lib/unistdio/u8-vasprintf.c: New file.
31280         * lib/unistdio/u8-vsnprintf.c: New file.
31281         * lib/unistdio/u8-vsprintf.c: New file.
31282         * lib/unistdio/u8-u8-asnprintf.c: New file.
31283         * lib/unistdio/u8-u8-asprintf.c: New file.
31284         * lib/unistdio/u8-u8-snprintf.c: New file.
31285         * lib/unistdio/u8-u8-sprintf.c: New file.
31286         * lib/unistdio/u8-u8-vasnprintf.c: New file.
31287         * lib/unistdio/u8-u8-vasprintf.c: New file.
31288         * lib/unistdio/u8-u8-vsnprintf.c: New file.
31289         * lib/unistdio/u8-u8-vsprintf.c: New file.
31290         * lib/unistdio/u16-asnprintf.c: New file.
31291         * lib/unistdio/u16-asprintf.c: New file.
31292         * lib/unistdio/u16-printf-parse.c: New file.
31293         * lib/unistdio/u16-snprintf.c: New file.
31294         * lib/unistdio/u16-sprintf.c: New file.
31295         * lib/unistdio/u16-vasnprintf.c: New file.
31296         * lib/unistdio/u16-vasprintf.c: New file.
31297         * lib/unistdio/u16-vsnprintf.c: New file.
31298         * lib/unistdio/u16-vsprintf.c: New file.
31299         * lib/unistdio/u16-u16-asnprintf.c: New file.
31300         * lib/unistdio/u16-u16-asprintf.c: New file.
31301         * lib/unistdio/u16-u16-snprintf.c: New file.
31302         * lib/unistdio/u16-u16-sprintf.c: New file.
31303         * lib/unistdio/u16-u16-vasnprintf.c: New file.
31304         * lib/unistdio/u16-u16-vasprintf.c: New file.
31305         * lib/unistdio/u16-u16-vsnprintf.c: New file.
31306         * lib/unistdio/u16-u16-vsprintf.c: New file.
31307         * lib/unistdio/u32-asnprintf.c: New file.
31308         * lib/unistdio/u32-asprintf.c: New file.
31309         * lib/unistdio/u32-printf-parse.c: New file.
31310         * lib/unistdio/u32-snprintf.c: New file.
31311         * lib/unistdio/u32-sprintf.c: New file.
31312         * lib/unistdio/u32-vasnprintf.c: New file.
31313         * lib/unistdio/u32-vasprintf.c: New file.
31314         * lib/unistdio/u32-vsnprintf.c: New file.
31315         * lib/unistdio/u32-vsprintf.c: New file.
31316         * lib/unistdio/u32-u32-asnprintf.c: New file.
31317         * lib/unistdio/u32-u32-asprintf.c: New file.
31318         * lib/unistdio/u32-u32-snprintf.c: New file.
31319         * lib/unistdio/u32-u32-sprintf.c: New file.
31320         * lib/unistdio/u32-u32-vasnprintf.c: New file.
31321         * lib/unistdio/u32-u32-vasprintf.c: New file.
31322         * lib/unistdio/u32-u32-vsnprintf.c: New file.
31323         * lib/unistdio/u32-u32-vsprintf.c: New file.
31324         * tests/unistdio/test-ulc-asnprintf1.c: New file.
31325         * tests/unistdio/test-ulc-asnprintf1.h: New file.
31326         * tests/unistdio/test-ulc-printf1.h: New file.
31327         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
31328         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
31329         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
31330         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
31331         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
31332         * tests/unistdio/test-ulc-vasprintf1.c: New file.
31333         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
31334         * tests/unistdio/test-ulc-vsprintf1.c: New file.
31335         * tests/unistdio/test-u8-asnprintf1.c: New file.
31336         * tests/unistdio/test-u8-asnprintf1.h: New file.
31337         * tests/unistdio/test-u8-printf1.h: New file.
31338         * tests/unistdio/test-u8-vasnprintf1.c: New file.
31339         * tests/unistdio/test-u8-vasnprintf2.c: New file.
31340         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
31341         * tests/unistdio/test-u8-vasnprintf3.c: New file.
31342         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
31343         * tests/unistdio/test-u8-vasprintf1.c: New file.
31344         * tests/unistdio/test-u8-vsnprintf1.c: New file.
31345         * tests/unistdio/test-u8-vsprintf1.c: New file.
31346         * tests/unistdio/test-u16-asnprintf1.c: New file.
31347         * tests/unistdio/test-u16-asnprintf1.h: New file.
31348         * tests/unistdio/test-u16-printf1.h: New file.
31349         * tests/unistdio/test-u16-vasnprintf1.c: New file.
31350         * tests/unistdio/test-u16-vasnprintf2.c: New file.
31351         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
31352         * tests/unistdio/test-u16-vasnprintf3.c: New file.
31353         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
31354         * tests/unistdio/test-u16-vasprintf1.c: New file.
31355         * tests/unistdio/test-u16-vsnprintf1.c: New file.
31356         * tests/unistdio/test-u16-vsprintf1.c: New file.
31357         * tests/unistdio/test-u32-asnprintf1.c: New file.
31358         * tests/unistdio/test-u32-asnprintf1.h: New file.
31359         * tests/unistdio/test-u32-printf1.h: New file.
31360         * tests/unistdio/test-u32-vasnprintf1.c: New file.
31361         * tests/unistdio/test-u32-vasnprintf2.c: New file.
31362         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
31363         * tests/unistdio/test-u32-vasnprintf3.c: New file.
31364         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
31365         * tests/unistdio/test-u32-vasprintf1.c: New file.
31366         * tests/unistdio/test-u32-vsnprintf1.c: New file.
31367         * tests/unistdio/test-u32-vsprintf1.c: New file.
31368         * modules/unistdio/base: New file.
31369         * modules/unistdio/u-printf-args: New file.
31370         * modules/unistdio/ulc-asnprintf: New file.
31371         * modules/unistdio/ulc-asprintf: New file.
31372         * modules/unistdio/ulc-fprintf: New file.
31373         * modules/unistdio/ulc-printf-parse: New file.
31374         * modules/unistdio/ulc-snprintf: New file.
31375         * modules/unistdio/ulc-sprintf: New file.
31376         * modules/unistdio/ulc-vasnprintf: New file.
31377         * modules/unistdio/ulc-vasprintf: New file.
31378         * modules/unistdio/ulc-vfprintf: New file.
31379         * modules/unistdio/ulc-vsnprintf: New file.
31380         * modules/unistdio/ulc-vsprintf: New file.
31381         * modules/unistdio/u8-asnprintf: New file.
31382         * modules/unistdio/u8-asprintf: New file.
31383         * modules/unistdio/u8-printf-parse: New file.
31384         * modules/unistdio/u8-snprintf: New file.
31385         * modules/unistdio/u8-sprintf: New file.
31386         * modules/unistdio/u8-vasnprintf: New file.
31387         * modules/unistdio/u8-vasprintf: New file.
31388         * modules/unistdio/u8-vsnprintf: New file.
31389         * modules/unistdio/u8-vsprintf: New file.
31390         * modules/unistdio/u8-u8-asnprintf: New file.
31391         * modules/unistdio/u8-u8-asprintf: New file.
31392         * modules/unistdio/u8-u8-snprintf: New file.
31393         * modules/unistdio/u8-u8-sprintf: New file.
31394         * modules/unistdio/u8-u8-vasnprintf: New file.
31395         * modules/unistdio/u8-u8-vasprintf: New file.
31396         * modules/unistdio/u8-u8-vsnprintf: New file.
31397         * modules/unistdio/u8-u8-vsprintf: New file.
31398         * modules/unistdio/u16-asnprintf: New file.
31399         * modules/unistdio/u16-asprintf: New file.
31400         * modules/unistdio/u16-printf-parse: New file.
31401         * modules/unistdio/u16-snprintf: New file.
31402         * modules/unistdio/u16-sprintf: New file.
31403         * modules/unistdio/u16-vasnprintf: New file.
31404         * modules/unistdio/u16-vasprintf: New file.
31405         * modules/unistdio/u16-vsnprintf: New file.
31406         * modules/unistdio/u16-vsprintf: New file.
31407         * modules/unistdio/u16-u16-asnprintf: New file.
31408         * modules/unistdio/u16-u16-asprintf: New file.
31409         * modules/unistdio/u16-u16-snprintf: New file.
31410         * modules/unistdio/u16-u16-sprintf: New file.
31411         * modules/unistdio/u16-u16-vasnprintf: New file.
31412         * modules/unistdio/u16-u16-vasprintf: New file.
31413         * modules/unistdio/u16-u16-vsnprintf: New file.
31414         * modules/unistdio/u16-u16-vsprintf: New file.
31415         * modules/unistdio/u32-asnprintf: New file.
31416         * modules/unistdio/u32-asprintf: New file.
31417         * modules/unistdio/u32-printf-parse: New file.
31418         * modules/unistdio/u32-snprintf: New file.
31419         * modules/unistdio/u32-sprintf: New file.
31420         * modules/unistdio/u32-vasnprintf: New file.
31421         * modules/unistdio/u32-vasprintf: New file.
31422         * modules/unistdio/u32-vsnprintf: New file.
31423         * modules/unistdio/u32-vsprintf: New file.
31424         * modules/unistdio/u32-u32-asnprintf: New file.
31425         * modules/unistdio/u32-u32-asprintf: New file.
31426         * modules/unistdio/u32-u32-snprintf: New file.
31427         * modules/unistdio/u32-u32-sprintf: New file.
31428         * modules/unistdio/u32-u32-vasnprintf: New file.
31429         * modules/unistdio/u32-u32-vasprintf: New file.
31430         * modules/unistdio/u32-u32-vsnprintf: New file.
31431         * modules/unistdio/u32-u32-vsprintf: New file.
31432         * modules/unistdio/ulc-asnprintf-tests: New file.
31433         * modules/unistdio/ulc-vasnprintf-tests: New file.
31434         * modules/unistdio/ulc-vasprintf-tests: New file.
31435         * modules/unistdio/ulc-vsnprintf-tests: New file.
31436         * modules/unistdio/ulc-vsprintf-tests: New file.
31437         * modules/unistdio/u8-asnprintf-tests: New file.
31438         * modules/unistdio/u8-vasnprintf-tests: New file.
31439         * modules/unistdio/u8-vasprintf-tests: New file.
31440         * modules/unistdio/u8-vsnprintf-tests: New file.
31441         * modules/unistdio/u8-vsprintf-tests: New file.
31442         * modules/unistdio/u16-asnprintf-tests: New file.
31443         * modules/unistdio/u16-vasnprintf-tests: New file.
31444         * modules/unistdio/u16-vasprintf-tests: New file.
31445         * modules/unistdio/u16-vsnprintf-tests: New file.
31446         * modules/unistdio/u16-vsprintf-tests: New file.
31447         * modules/unistdio/u32-asnprintf-tests: New file.
31448         * modules/unistdio/u32-vasnprintf-tests: New file.
31449         * modules/unistdio/u32-vasprintf-tests: New file.
31450         * modules/unistdio/u32-vsnprintf-tests: New file.
31451         * modules/unistdio/u32-vsprintf-tests: New file.
31452         * MODULES.html.sh (Unicode string functions): Add the new modules.
31453
31454 2007-07-01  Bruno Haible  <bruno@clisp.org>
31455
31456         * lib/sprintf.c (sprintf): Limit the available length estimation,
31457         to avoid address wraparound.
31458         * lib/vsprintf.c (vsprintf): Likewise.
31459         * modules/sprintf-posix (Dependencies): Add stdint.
31460         * modules/vsprintf-posix (Dependencies): Likewise.
31461
31462 2007-07-01  Bruno Haible  <bruno@clisp.org>
31463
31464         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
31465         Windows PATH as well. Conservative double-quoting. Comments.
31466
31467 2007-07-01  Bruno Haible  <bruno@clisp.org>
31468             Eric Blake  <ebb9@byu.net>
31469             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31470
31471         * gnulib-tool (self_abspathname): Fix algorithm to cope with
31472         empty components in $PATH, denoting '.'.
31473
31474 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31475
31476         * gnulib-tool: Fix indentation.
31477         (func_create_megatestdir): Likewise.
31478         Report by Bruno Haible.
31479
31480 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31481
31482         Sync from Automake.
31483         * build-aux/gnupload: Fix shell portability issues with for loops.
31484         Report by Karl Berry.
31485
31486 2007-06-29  Simon Josefsson  <simon@josefsson.org>
31487
31488         * build-aux/maint.mk (POURL): Use translationproject.org.
31489
31490 2007-06-27  Simon Josefsson  <simon@josefsson.org>
31491             Bruno Haible  <bruno@clisp.org>
31492
31493         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
31494         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
31495         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
31496         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
31497         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
31498
31499 2007-06-27  Bruno Haible  <bruno@clisp.org>
31500
31501         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
31502         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
31503
31504 2007-06-26  Karl Berry  <karl@gnu.org>
31505
31506         * MODULES.html.sh: remove xreadlink-with-size.
31507
31508 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31509
31510         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
31511         method that I hope also handles the double-include problem noted
31512         by Bruno Haible in
31513         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
31514
31515 2007-06-23  Bruno Haible  <bruno@clisp.org>
31516
31517         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31518         Don't let the 'mostlyclean' target fail if the last subdirectory could
31519         not be removed.
31520         Reported by Karl Berry.
31521
31522 2007-06-23  Bruno Haible  <bruno@clisp.org>
31523
31524         * gnulib-tool (echo): Add a speedier workaround for ksh.
31525         * tests/test-echo.sh: Likewise.
31526
31527 2007-06-23  Bruno Haible  <bruno@clisp.org>
31528
31529         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
31530         * tests/test-echo.sh: Likewise.
31531
31532 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31533
31534         * gnulib-tool (IFS): Initialize early, so we don't set it to
31535         empty later.
31536         (self_abspathname): Rewrite algorithm to set it, reindent.
31537         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
31538         (func_create_megatestdir): Merge some sed scripts.
31539
31540 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31541
31542         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
31543         exposed by Sun Studio 11 cc on Solaris 8.
31544
31545 2007-06-22  Bruno Haible  <bruno@clisp.org>
31546
31547         * gnulib-tool (echo): Ensure the echo primitive does not interpret
31548         backslashes.
31549         * tests/test-echo.sh: New file.
31550
31551 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31552
31553         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
31554         simplify `sed_replace_build_aux' scripts, they are portable but
31555         echoing them with `echo' is not.
31556         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
31557
31558 2007-06-21  Karl Berry  <karl@gnu.org>
31559
31560         * config/srclist.txt: guess we can't handle the licenses via
31561         srclist at the moment.
31562
31563 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31564
31565         * MODULES.html.sh: Add include_next.
31566         * modules/include_next: New file.
31567
31568 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31569
31570         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
31571         INCLUDE_NEXT.
31572         (gl_CHECK_NEXT_HEADERS): New macro.
31573         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
31574         the obsolescent gl_ABSOLUTE_HEADER.
31575         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
31576         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
31577         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
31578         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
31579         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
31580         * m4/math_h.m4 (gl_MATH_H): Likewise.
31581         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
31582         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
31583         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
31584         * m4/stdint.m4 (gl_STDINT_H): Likewise.
31585         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
31586         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
31587         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
31588         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
31589         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
31590         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
31591         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
31592         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
31593         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
31594         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
31595         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
31596         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
31597         * m4/inttypes.m4 (gl_INTTYPES_H): Define
31598         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
31599         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
31600         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
31601         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
31602         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
31603         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
31604         * lib/float_.h: Likewise.
31605         * lib/inttypes_.h: Likewise.
31606         * lib/math_.h: Likewise.
31607         * lib/search_.h: Likewise.
31608         * lib/signal_.h: Likewise.
31609         * lib/stdint_.h: Likewise.
31610         * lib/stdio_.h: Likewise.
31611         * lib/stdlib_.h: Likewise.
31612         * lib/string_.h: Likewise.
31613         * lib/sys_stat_.h: Likewise.
31614         * lib/sys_time_.h: Likewise.
31615         * lib/time_.h: Likewise.
31616         * lib/unistd_.h: Likewise.
31617         * lib/wchar_.h: Likewise.
31618         * lib/wctype_.h: Likewise.
31619         * lib/dirent_.h: Likewise.
31620         * lib/iconv_.h: Likewise.
31621         * lib/locale_.h: Likewise.
31622         * lib/netinet_in_.h: Likewise.
31623         * lib/sys_select_.h: Likewise.
31624         * lib/sys_socket_.h: Likewise.
31625         * lib/sysexits_.h: Likewise.
31626         * modules/fcntl (Depends-on): Depend on include_next, not
31627         absolute_header.
31628         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
31629         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
31630         * modules/fchdir: Likewise.
31631         * modules/float: Likewise.
31632         * modules/iconv_open: Likewise.
31633         * modules/inttypes: Likewise.
31634         * modules/locale: Likewise.
31635         * modules/math: Likewise.
31636         * modules/netinet_in: Likewise.
31637         * modules/search: Likewise.
31638         * modules/signal: Likewise.
31639         * modules/stdint: Likewise.
31640         * modules/stdio: Likewise.
31641         * modules/stdlib: Likewise.
31642         * modules/string: Likewise.
31643         * modules/sys_select: Likewise.
31644         * modules/sys_socket: Likewise.
31645         * modules/sys_stat: Likewise.
31646         * modules/sys_time: Likewise.
31647         * modules/sysexits: Likewise.
31648         * modules/time: Likewise.
31649         * modules/unistd: Likewise.
31650         * modules/wchar: Likewise.
31651         * modules/wctype: Likewise.
31652         * modules/sys_stat: Change maintainer to "all".
31653         * modules/unistd: Likewise.
31654
31655 2007-06-20  Karl Berry  <karl@gnu.org>
31656
31657         * config/srclist.txt: track www changes in license files.
31658
31659 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
31660
31661         * build-aux/bootstrap: Remove stray dot.
31662         Make sure build_aux settings are honored when linking
31663         gnulib_extra_files.
31664
31665 2007-06-19  Eric Blake  <ebb9@byu.net>
31666
31667         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31668         Allow compilation on cygwin.
31669
31670 2007-06-19  Jim Meyering  <jim@meyering.net>
31671
31672         xreadlink-with-size: Remove module.  No longer used.
31673         Ex-callers now use xreadlink or mreadlink-with-size.
31674         * modules/xreadlink-with-size: Remove module.
31675         * lib/xreadlink-with-size.c: Remove file.
31676         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
31677         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
31678         just before the function definition *is* accurate.
31679
31680         Eliminate one way canonicalize_filename_mode could exit.
31681         * lib/canonicalize.c (canonicalize_filename_mode):
31682         Use mreadlink_with_size, not xreadlink_with_size.
31683
31684 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
31685
31686         Detect porting problems to FreeBSD/arm, which has time_t wider than
31687         long int.  Original problem reported for GNU diff by Xin Li in
31688         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
31689         * modules/getdate (Depends-on): Add intprops, verify.
31690         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
31691         is an integer type no wider than long int.
31692
31693 2007-06-18  Jim Meyering  <jim@meyering.net>
31694
31695         New module: mreadlink-with-size.
31696         * MODULES.html.sh: Add mreadlink-with-size.
31697         * modules/mreadlink-with-size: New module
31698         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
31699         not xreadlink-with-size.
31700         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
31701
31702 2007-06-16  Bruno Haible  <bruno@clisp.org>
31703
31704         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
31705         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
31706         Reported by Gary V. Vaughan <gary@gnu.org>.
31707
31708 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
31709
31710         Revamp lchown so that it lives in unistd.h where it belongs.
31711         * lib/lchown.h: Remove.
31712         * lib/dirchownmod.c: Don't include lib/lchown.h.
31713         * lib/fchownat.c: Likewise.
31714         * lib/openat.c: Likewise.
31715         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
31716         does not follow symlinks.
31717         (EOPNOTSUPP): Define if not defined.
31718         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
31719         is defined to 0.
31720         (lchown): New decl.
31721         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
31722         Do not check for lchown decl.
31723         Set REPLACE_LCHOWN.
31724         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
31725         REPLACE_LCHOWN.
31726         * modules/chown: Make it clear it follows symlinks.
31727         * modules/lchown: Make it clear it doesn't follow symlinks.
31728         (Files): Remove lib/lchown.h
31729         (Depends-on): Add unistd.
31730         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
31731         (Include): Include <unistd.h>, not "lchown.h".
31732         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
31733         REPLACE_LCHOWN.
31734
31735 2007-06-15  Jim Meyering  <jim@meyering.net>
31736
31737         Change license (GPL to LGPL) of fsusage and dependents.
31738         * modules/fsusage (License): Change to LGPL.
31739         * modules/full-read (License): Likewise.
31740         * modules/full-write (License): Likewise.
31741         * modules/safe-read (License): Likewise.
31742         * modules/safe-write (License): Likewise.
31743
31744 2007-06-14  Ben Pfaff  <blp@gnu.org>
31745
31746         Missing part of allocsa -> malloca transition.
31747         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
31748         gl_MALLOCA.
31749
31750 2007-06-12  Bruno Haible  <bruno@clisp.org>
31751
31752         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
31753         to ia64, x86_64, i386.
31754         Reported by Eric Blake.
31755
31756 2007-06-12  Bruno Haible  <bruno@clisp.org>
31757
31758         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
31759         cross-compiling to x86_64.
31760
31761 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
31762
31763         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
31764         glitch reported by Ralf Wildenhues in
31765         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
31766
31767         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
31768         Vin Shelton.
31769
31770 2007-06-11  Bruno Haible  <bruno@clisp.org>
31771
31772         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
31773         replacement string.
31774         Reported by Eric Blake.
31775
31776 2007-06-10  Bruno Haible  <bruno@clisp.org>
31777
31778         Prepare vasnprintf code for use with Unicode strings.
31779         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
31780         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
31781         TYPE_U32_STRING.
31782         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
31783         a_u32_string variants.
31784         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
31785         * lib/printf-args.c: Don't include config.h and the specification
31786         header if PRINTF_FETCHARGS is already defined.
31787         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
31788         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
31789         TYPE_U16_STRING, TYPE_U32_STRING.
31790         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
31791         u16_directive, u16_directives, u32_directive, u32_directives): New
31792         types.
31793         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
31794         New declarations.
31795         * lib/printf-parse.c: Don't include config.h and the specification
31796         header if PRINTF_PARSE is already defined. Eliminate the set of
31797         parameters for WIDE_CHAR_VERSION; the user of this file must provide
31798         them now. Include c-ctype.h.
31799         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
31800         directive and CHAR_T_ONLY_ASCII.
31801         * lib/vasnprintf.c: Don't include config.h and the specification header
31802         if VASNPRINTF is already defined.
31803         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
31804         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
31805         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
31806         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
31807         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
31808         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
31809         code accordingly.
31810         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
31811         pad_ourselves also in this case, with the 'c' and 's' directives, and
31812         with a different notion of "width".
31813         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
31814
31815 2007-06-10  Bruno Haible  <bruno@clisp.org>
31816
31817         * modules/unistr/u32-mbsnlen: New file.
31818         * lib/unistr/u32-mbsnlen.c: New file.
31819
31820         * modules/unistr/u16-mbsnlen: New file.
31821         * lib/unistr/u16-mbsnlen.c: New file.
31822
31823         * modules/unistr/u8-mbsnlen: New file.
31824         * lib/unistr/u8-mbsnlen.c: New file.
31825
31826         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
31827         declarations.
31828
31829 2007-06-10  Bruno Haible  <bruno@clisp.org>
31830
31831         * lib/string_.h (mbsnlen): New declaration.
31832         * lib/mbsnlen.c: New file.
31833         * m4/mbsnlen.m4: New file.
31834         * modules/mbsnlen: New file.
31835         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
31836         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
31837         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
31838
31839 2007-06-10  Bruno Haible  <bruno@clisp.org>
31840
31841         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
31842
31843 2007-06-10  Bruno Haible  <bruno@clisp.org>
31844
31845         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
31846         * lib/mbuiter.h: Likewise.
31847
31848 2007-06-10  Bruno Haible  <bruno@clisp.org>
31849
31850         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
31851         declaration.
31852
31853 2007-06-10  Karl Berry  <karl@gnu.org>
31854
31855         * config/srclist.txt: remove gettext entries, Bruno prefers
31856         to update individually.
31857
31858 2007-06-10  Bruno Haible  <bruno@clisp.org>
31859
31860         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
31861         'maxlen'. Ensure only length + width bytes are allocated, not
31862         length + 1 + width.
31863
31864 2007-06-09  Bruno Haible  <bruno@clisp.org>
31865
31866         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
31867         (CHAR_T): Remove macro.
31868         (VASNPRINTF): Update.
31869
31870 2007-06-09  Bruno Haible  <bruno@clisp.org>
31871
31872         * MODULES.html.sh (Unicode string functions): Add the new modules.
31873
31874         * modules/uniconv/u32-conv-to-enc: New file.
31875         * lib/uniconv/u32-conv-to-enc.c: New file.
31876         * modules/uniconv/u32-conv-to-enc-tests: New file.
31877         * tests/uniconv/test-u32-conv-to-enc.c: New file.
31878
31879         * modules/uniconv/u16-conv-to-enc: New file.
31880         * lib/uniconv/u16-conv-to-enc.c: New file.
31881         * lib/uniconv/u-conv-to-enc.h: New file.
31882         * modules/uniconv/u16-conv-to-enc-tests: New file.
31883         * tests/uniconv/test-u16-conv-to-enc.c: New file.
31884
31885         * modules/uniconv/u8-conv-to-enc: New file.
31886         * lib/uniconv/u8-conv-to-enc.c: New file.
31887         * modules/uniconv/u8-conv-to-enc-tests: New file.
31888         * tests/uniconv/test-u8-conv-to-enc.c: New file.
31889
31890         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
31891         u32_conv_to_encoding): New declarations.
31892
31893 2007-06-09  Bruno Haible  <bruno@clisp.org>
31894
31895         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
31896
31897 2007-06-09  Bruno Haible  <bruno@clisp.org>
31898
31899         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
31900         * modules/malloca: Renamed from modules/allocsa, updated.
31901         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
31902         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
31903         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
31904         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
31905         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
31906         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
31907         * modules/xmalloca: Renamed from modules/xallocsa, updated.
31908         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
31909         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
31910         * modules/c-strcasestr (Depends-on): Update.
31911         * lib/c-strcasestr.c: Update.
31912         * modules/c-strstr (Depends-on): Update.
31913         * lib/c-strstr.c: Update.
31914         * modules/canonicalize-lgpl (Depends-on): Update.
31915         * lib/canonicalize-lgpl.c: Update.
31916         * modules/clean-temp (Depends-on): Update.
31917         * lib/clean-temp.c: Update.
31918         * modules/csharpcomp (Depends-on): Update.
31919         * lib/csharpcomp.c: Update.
31920         * modules/csharpexec (Depends-on): Update.
31921         * lib/csharpexec.c: Update.
31922         * modules/javacomp (Depends-on): Update.
31923         * lib/javacomp.c: Update.
31924         * modules/javaexec (Depends-on): Update.
31925         * lib/javaexec.c: Update.
31926         * modules/mbscasestr (Depends-on): Update.
31927         * lib/mbscasestr.c: Update.
31928         * modules/mbsstr (Depends-on): Update.
31929         * lib/mbsstr.c: Update.
31930         * modules/setenv (Depends-on): Update.
31931         * lib/setenv.c: Update.
31932         * modules/strcasestr (Depends-on): Update.
31933         * lib/strcasestr.c: Update.
31934         * modules/striconveha (Depends-on): Update.
31935         * lib/striconveha.c: Update.
31936         * modules/relocatable-prog-wrapper (Files): Update.
31937         * lib/relocwrapper.c: Update.
31938         * build-aux/install-reloc: Update.
31939         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
31940
31941 2007-06-08  Bruno Haible  <bruno@clisp.org>
31942
31943         Port to uClibc.
31944         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
31945         * lib/fpurge.c (fpurge): Likewise.
31946         * lib/freading.c (freading): Likewise.
31947         * lib/fseeko.c (rpl_fseeko): Likewise.
31948         * lib/fseterr.c (fseterr): Likewise.
31949         * lib/fwriting.c (fwriting): Likewise.
31950         * tests/test-fflush.c (main): Avoid a failure on uClibc.
31951
31952 2007-06-08  Bruno Haible  <bruno@clisp.org>
31953
31954         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
31955         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
31956         * modules/gettext (Files): Add m4/intlmacosx.m4.
31957
31958 2007-06-07  Bruno Haible  <bruno@clisp.org>
31959
31960         * modules/localename-tests: New file.
31961         * tests/test-localename.c: New file.
31962
31963         New module 'localename'.
31964         * lib/localename.h: New file.
31965         * lib/localename.c: New file, from GNU gettext.
31966         * m4/localename.m4: New file.
31967         * modules/localename: New file.
31968
31969 2007-06-07  Bruno Haible  <bruno@clisp.org>
31970
31971         Work around the lack of <wchar.h> on some builds of uClibc.
31972         * doc/headers/wchar.texi: Update.
31973         * lib/wchar_.h: Include <wchar.h> only if it exists.
31974         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
31975         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
31976         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
31977         doesn't exist.
31978         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
31979         * modules/mbfile (Depends-on): Add wchar.
31980         * modules/mbiter (Depends-on): Likewise.
31981         * modules/mbuiter (Depends-on): Likewise.
31982         Reported by Simon Josefsson.
31983
31984 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
31985
31986         Work around problem reported by Steven M. Schweda in
31987         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
31988         Tru64 5.1B with the Compaq compiler environment installed declares
31989         an 'isblank' function but does not define it in the C library.
31990         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
31991         * lib/regex_internal.h (isblank): Likewise.
31992         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
31993         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31994
31995 2007-06-05  Bruno Haible  <bruno@clisp.org>
31996
31997         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
31998         ia64.
31999         * modules/printf-safe: New file.
32000         * modules/fprintf-posix (Depends-on): Add printf-safe.
32001         * modules/printf-posix (Depends-on): Likewise.
32002         * modules/snprintf-posix (Depends-on): Likewise.
32003         * modules/sprintf-posix (Depends-on): Likewise.
32004         * modules/vasnprintf-posix (Depends-on): Likewise.
32005         * modules/vasprintf-posix (Depends-on): Likewise.
32006         * modules/vfprintf-posix (Depends-on): Likewise.
32007         * modules/vprintf-posix (Depends-on): Likewise.
32008         * modules/vsnprintf-posix (Depends-on): Likewise.
32009         * modules/vsprintf-posix (Depends-on): Likewise.
32010         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
32011         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
32012         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
32013         "no" on i386, x86_64, ia64.
32014         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
32015         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32016         on i386, x86_64, ia64.
32017         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
32018         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32019         on i386, x86_64, ia64.
32020         * tests/test-vasnprintf-posix.c: Include float.h.
32021         (LDBL80_WORDS): New macro.
32022         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32023         on i386, x86_64, ia64.
32024         * tests/test-vasprintf-posix.c: Include float.h.
32025         (LDBL80_WORDS): New macro.
32026         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32027         on i386, x86_64, ia64.
32028         * tests/test-snprintf-posix.c: Include float.h.
32029         * tests/test-sprintf-posix.c: Likewise.
32030         * tests/test-vsnprintf-posix.c: Likewise.
32031         * tests/test-vsprintf-posix.c: Likewise.
32032
32033 2007-06-05  Bruno Haible  <bruno@clisp.org>
32034
32035         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
32036         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
32037         non-IEEE numbers on i386, x86_64, ia64.
32038         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
32039         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
32040         * tests/test-isnanl.h: Include float.h.
32041         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
32042
32043 2007-06-05  Bruno Haible  <bruno@clisp.org>
32044
32045         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
32046         also the %a / %A. Handle the %a / %A code before this extra handling.
32047
32048 2007-06-05  Bruno Haible  <bruno@clisp.org>
32049
32050         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
32051         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
32052
32053 2007-06-05  Bruno Haible  <bruno@clisp.org>
32054
32055         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
32056         typo in variable name.
32057
32058 2007-06-05  Eric Blake  <ebb9@byu.net>
32059
32060         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
32061         Reported by Simon Josefsson.
32062
32063 2007-06-04  Bruno Haible  <bruno@clisp.org>
32064
32065         Avoid test failures on some PowerPC platforms.
32066         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
32067         Define differently for PowerPC.
32068         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
32069         Reported by Gary V. Vaughan <gary@gnu.org>.
32070
32071 2007-06-02  Bruno Haible  <bruno@clisp.org>
32072
32073         Fix test-stdint failure on FreeBSD/ia64.
32074         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
32075         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
32076         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
32077         * doc/headers/stdint.texi: Update.
32078
32079 2007-06-01  Bruno Haible  <bruno@clisp.org>
32080
32081         * tests/test-binary-io.c (main): Pass a third argument to open().
32082         Reported by Gary V. Vaughan <gary@gnu.org>.
32083
32084 2007-06-01  Bruno Haible  <bruno@clisp.org>
32085
32086         * doc/functions/frexpl.texi: Update for mingw.
32087
32088 2007-06-01  Bruno Haible  <bruno@clisp.org>
32089
32090         * tests/test-lseek.c (main): Disable test of errno for invalid third
32091         argument.
32092         * doc/functions/lseek.texi: Update.
32093         Reported by Gary V. Vaughan <gary@gnu.org>.
32094
32095 2007-05-28  Bruno Haible  <bruno@clisp.org>
32096
32097         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
32098
32099 2007-05-31  Eric Blake  <ebb9@byu.net>
32100
32101         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
32102         cross compiling.
32103
32104 2007-05-30  Eric Blake  <ebb9@byu.net>
32105         and Bruno Haible  <bruno@clisp.org>
32106
32107         Work around mingw test failures exposed by m4-1.4.9b.
32108         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
32109         * tests/test-unistd.c: Disable uid_t and git_t tests for the
32110         moment.
32111
32112 2007-05-30  Bruno Haible  <bruno@clisp.org>
32113
32114         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
32115         assuming that they are closed. Needed on HP-UX 11.
32116
32117 2007-05-29  Bruno Haible  <bruno@clisp.org>
32118
32119         Fix a problem with #include_next.
32120         * lib/dirent_.h: Split the double-inclusion guard.
32121         * lib/fcntl_.h: Likewise.
32122         * lib/float_.h: Likewise.
32123         * lib/iconv_.h: Likewise.
32124         * lib/inttypes_.h: Likewise.
32125         * lib/locale_.h: Likewise.
32126         * lib/math_.h: Likewise.
32127         * lib/netinet_in_.h: Likewise.
32128         * lib/search_.h: Likewise.
32129         * lib/signal_.h: Likewise.
32130         * lib/stdint_.h: Likewise.
32131         * lib/stdio_.h: Likewise.
32132         * lib/stdlib_.h: Likewise.
32133         * lib/string_.h: Likewise.
32134         * lib/sys_select_.h: Likewise.
32135         * lib/sys_socket_.h: Likewise.
32136         * lib/sys_stat_.h: Likewise.
32137         * lib/sys_time_.h: Likewise.
32138         * lib/sysexits_.h: Likewise.
32139         * lib/time_.h: Likewise.
32140         * lib/unistd_.h: Likewise.
32141         * lib/wchar_.h: Likewise.
32142         * lib/wctype_.h: Likewise.
32143
32144 2007-05-29  Bruno Haible  <bruno@clisp.org>
32145
32146         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
32147         for the moment.
32148
32149 2007-05-29  Bruno Haible  <bruno@clisp.org>
32150
32151         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
32152         invocation.
32153         Reported by Eric Blake.
32154
32155 2007-05-29  Bruno Haible  <bruno@clisp.org>
32156
32157         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
32158         compiling case.
32159
32160 2007-05-29  Eric Blake  <ebb9@byu.net>
32161             Bruno Haible  <bruno@clisp.org>
32162
32163         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
32164         cross compiles.
32165
32166 2007-05-28  Eric Blake  <ebb9@byu.net>
32167
32168         * modules/closein-tests (test_closein_LDADD): Support test on
32169         cygwin with libtool.
32170
32171 2007-05-28  Bruno Haible  <bruno@clisp.org>
32172
32173         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
32174         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32175         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32176         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32177         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32178         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32179         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32180         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32181         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32182
32183 2007-05-28  Eric Blake  <ebb9@byu.net>
32184
32185         Unconditionally include <config.h> in unit tests.
32186         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
32187         * tests/test-allocsa.c, tests/test-arcfour.c,
32188         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
32189         tests/test-array_list.c, tests/test-array_oset.c,
32190         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
32191         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
32192         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
32193         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
32194         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
32195         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
32196         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
32197         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
32198         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
32199         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
32200         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
32201         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
32202         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
32203         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
32204         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
32205         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
32206         test-md5.c, test-memmem.c, test-printf-posix.c,
32207         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
32208         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
32209         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
32210         test-strcasestr.c, test-striconv.c, test-striconveh.c,
32211         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
32212         test-vasnprintf-posix2.c, test-vasnprintf.c,
32213         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
32214         test-vfprintf-posix.c, test-vprintf-posix.c,
32215         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
32216         test-xvasprintf.c: Likewise.
32217
32218 2007-05-28  Bruno Haible  <bruno@clisp.org>
32219
32220         * gnulib-tool (func_import): Remember the --with-tests command-line
32221         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
32222         Reported by Eric Blake.
32223
32224 2007-05-28  Bruno Haible  <bruno@clisp.org>
32225
32226         * modules/ftell-tests: New file.
32227         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
32228         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
32229
32230         * lib/ftell.c: New file.
32231         * modules/ftell: New file.
32232         * m4/ftell.m4: New file.
32233         * doc/functions/ftell.texi: Update.
32234         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
32235         REPLACE_FTELL.
32236         * lib/stdio_.h (rpl_ftell): New declaration.
32237         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
32238         REPLACE_FTELL.
32239
32240 2007-05-28  Eric Blake  <ebb9@byu.net>
32241
32242         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
32243
32244 2007-05-28  Bruno Haible  <bruno@clisp.org>
32245
32246         * modules/fseek-tests: New file.
32247         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
32248         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
32249
32250         * lib/fseek.c: New file.
32251         * modules/fseek: New file.
32252         * m4/fseek.m4: New file.
32253         * doc/functions/fseek.texi: Update.
32254         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
32255         REPLACE_FSEEK.
32256         * lib/stdio_.h (rpl_fseek): New declaration.
32257         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
32258         REPLACE_FSEEK.
32259
32260 2007-05-28  Bruno Haible  <bruno@clisp.org>
32261
32262         * lib/stdio_.h (fflush): More comments.
32263
32264 2007-05-28  Bruno Haible  <bruno@clisp.org>
32265
32266         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
32267         runtime test.
32268
32269 2007-05-28  Eric Blake  <ebb9@byu.net>
32270
32271         Improve lseek module.
32272         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
32273         * lib/unistd_.h (lseek): Scale back link warning message.
32274         * tests/test-lseek.c: Beef up test.
32275         * tests/test-lseek.sh: Exercise more facets of lseek.
32276         Reported by Bruno Haible.
32277
32278 2007-05-28  Bruno Haible  <bruno@clisp.org>
32279
32280         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
32281         to define.
32282
32283 2007-05-27  Bruno Haible  <bruno@clisp.org>
32284
32285         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
32286
32287 2007-05-27  Bruno Haible  <bruno@clisp.org>
32288
32289         * modules/openmp: New file.
32290         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
32291         Noah Misch.
32292
32293 2007-05-26  Bruno Haible  <bruno@clisp.org>
32294
32295         * modules/chdir-long (Depends-on): Add fchdir.
32296         * modules/chdir-safer (Depends-on): Likewise.
32297         * modules/fts (Depends-on): Likewise.
32298         * modules/fts-lgpl (Depends-on): Likewise.
32299         * modules/openat (Depends-on): Likewise.
32300         * modules/savewd (Depends-on): Likewise.
32301
32302 2007-05-24  Eric Blake  <ebb9@byu.net>
32303
32304         Fix lseek on mingw.
32305         * modules/lseek: New module.
32306         * m4/lseek.m4: New file.
32307         * lib/lseek.c: New file.
32308         * modules/lseek-tests: New file.
32309         * tests/test-lseek.c: New file.
32310         * tests/test-lseek.sh: New file.
32311         * MODULES.html.sh: Document lseek module.
32312         * modules/fflush (Depends-on): Add lseek, fseeko.
32313         * modules/fseeko (Depends-on): Likewise.
32314         * modules/ftello (Depends-on): Likewise.
32315         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
32316         broken.
32317         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
32318         broken.
32319         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
32320         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
32321         * lib/ftello.c (rpl_ftello): Likewise.
32322         * tests/test-fseeko.c (main): Test this.
32323         * tests/test-fseeko.sh: Likewise.
32324         * tests/test-ftello.c (main): Likewise.
32325         * tests/test-ftello.sh: Likewise.
32326         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
32327         implies replacing fseek.
32328         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
32329         HAVE_FTELLO.
32330         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
32331         * modules/unistd (Makefile.am): Likewise.
32332         * lib/unistd_.h (lseek): Declare a replacement.
32333         * doc/functions/lseek.texi (lseek): Document this fix.
32334         * doc/functions/fseek.texi (fseek): Likewise.
32335         * doc/functions/ftell.texi (ftell): Likewise.
32336
32337 2007-05-24  Bruno Haible  <bruno@clisp.org>
32338
32339         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
32340         in the printed representation of a NaN.
32341         * tests/test-vasprintf-posix.c (test_function): Likewise.
32342         * tests/test-snprintf-posix.h (test_function): Likewise.
32343         * tests/test-sprintf-posix.h (test_function): Likewise.
32344         Reported by Eric Blake.
32345
32346 2007-05-23  Eric Blake  <ebb9@byu.net>
32347
32348         Fix fseeko/ftello on cygwin 1.5.24.
32349         * doc/functions/fseeko.texi (fseeko): Document the fix.
32350         * doc/functions/ftello.texi (ftello): Document the fix.
32351         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
32352         * doc/functions/stdout.text (stdout): New file.
32353         * doc/functions/stderr.text (stderr): New file.
32354         * doc/gnulib.texi (Function Substitutes): Use new files.
32355         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
32356         prior to 1.7.0.
32357         * tests/test-ftello.c (main): Likewise for ftello.
32358         * tests/test-fseeko.sh: New file.
32359         * tests/test-ftello.sh: New file.
32360         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
32361         with seekable stdin.
32362         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
32363         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
32364         (gl_REPLACE_FSEEKO): New macro.
32365         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
32366         * modules/fseeko (Files): Distribute fseeko.c.
32367         * modules/ftello (Files): Distribute ftello.c.
32368         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
32369         mode.
32370         * lib/ftello.c (rpl_ftello): New file.
32371         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
32372         fseeko, ftello.
32373         (gl_STDIN_LARGE_OFFSET): New macro.
32374         * modules/stdio (Makefile.am): Perform the replacement.
32375         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
32376
32377 2007-05-23  Bruno Haible  <bruno@clisp.org>
32378
32379         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
32380         GNULIB_POSIXCHECK is defined.
32381
32382 2007-05-21  Bruno Haible  <bruno@clisp.org>
32383
32384         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
32385         Check also the output for NaN arguments. When cross-compiling, guess
32386         no on IRIX.
32387         * lib/vasnprintf.c: Update comments.
32388         * tests/test-vasnprintf-posix.c (strisnan): New function.
32389         (test_function): Use it.
32390         * tests/test-vasprintf-posix.c (strisnan): New function.
32391         (test_function): Use it.
32392         * tests/test-snprintf-posix.h (strisnan): New function.
32393         (test_function): Use it.
32394         * tests/test-sprintf-posix.h (strisnan): New function.
32395         (test_function): Use it.
32396         Reported by Eric Blake.
32397
32398 2007-05-20  Bruno Haible  <bruno@clisp.org>
32399
32400         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
32401         numbers that fails on BeOS.
32402         * doc/functions/frexpl.texi: Update.
32403
32404 2007-05-20  Jim Meyering  <jim@meyering.net>
32405
32406         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
32407         forced upon us by glibc-2.6.
32408
32409 2007-05-20  Bruno Haible  <bruno@clisp.org>
32410
32411         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
32412         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
32413         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
32414         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
32415         NEED_PRINTF_INFINITE.
32416         (is_infinitel): New function.
32417         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
32418         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
32419         gl_PREREQ_VASNPRINTF_INFINITE.
32420         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
32421         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32422         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
32423         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
32424         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
32425         gl_PREREQ_VASNPRINTF_INFINITE.
32426         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32427         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32428         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32429         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32430         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32431         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32432         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32433         * doc/functions/fprintf.texi: Update.
32434         * doc/functions/printf.texi: Update.
32435         * doc/functions/snprintf.texi: Update.
32436         * doc/functions/sprintf.texi: Update.
32437         * doc/functions/vfprintf.texi: Update.
32438         * doc/functions/vprintf.texi: Update.
32439         * doc/functions/vsnprintf.texi: Update.
32440         * doc/functions/vsprintf.texi: Update.
32441
32442 2007-05-20  Bruno Haible  <bruno@clisp.org>
32443
32444         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
32445         was not found in libc.
32446         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
32447
32448 2007-05-20  Bruno Haible  <bruno@clisp.org>
32449
32450         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
32451         printed as "-nan" instead of "nan".
32452         * tests/test-vasprintf-posix.c (test_function): Likewise.
32453         * tests/test-snprintf-posix.h (test_function): Likewise.
32454         * tests/test-sprintf-posix.h (test_function): Likewise.
32455         Needed for HP-UX 11.
32456
32457 2007-05-20  Jim Meyering  <jim@meyering.net>
32458
32459         Fix buggy test for the fchownat-deref bug.
32460         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
32461         symlink required for the run-test.  Without it, this test would
32462         always declare that fchownat doesn't work, and client code would
32463         unnecessarily use the replacement function with fixed libc.
32464         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
32465         Reported by Greg Schafer.
32466
32467 2007-05-19  Bruno Haible  <bruno@clisp.org>
32468
32469         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
32470         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
32471         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
32472         Needed for IRIX 6.5 and Solaris 2.5.1.
32473
32474 2007-05-19  Bruno Haible  <bruno@clisp.org>
32475
32476         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
32477         (test_function): Skip tests involving -0.0 on platforms where
32478         -0.0 = 0.0.
32479         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
32480         (test_function): Skip tests involving -0.0 on platforms where
32481         -0.0 = 0.0.
32482         * tests/test-snprintf-posix.h (have_minus_zero): New function.
32483         (test_function): Skip tests involving -0.0 on platforms where
32484         -0.0 = 0.0.
32485         * tests/test-sprintf-posix.h (have_minus_zero): New function.
32486         (test_function): Skip tests involving -0.0 on platforms where
32487         -0.0 = 0.0.
32488         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
32489         tests.
32490         * tests/test-printf-posix.h (test_function): Likewise.
32491         * tests/test-printf-posix.output: Remove all -0.0 related results.
32492         Needed for IRIX 6.5.
32493
32494 2007-05-19  Bruno Haible  <bruno@clisp.org>
32495
32496         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
32497         printed as "nan0x7fffffff" instead of "nan".
32498         * tests/test-vasprintf-posix.c (test_function): Likewise.
32499         * tests/test-snprintf-posix.h (test_function): Likewise.
32500         * tests/test-sprintf-posix.h (test_function): Likewise.
32501         * tests/test-fprintf-posix.h (NaN): Remove macro.
32502         (test_function): Remove all NaN related tests.
32503         * tests/test-printf-posix.h (NaN): Remove macro.
32504         (test_function): Remove all NaN related tests.
32505         * tests/test-printf-posix.output: Remove all NaN related results.
32506         Needed for IRIX 6.5.
32507
32508 2007-05-19  Bruno Haible  <bruno@clisp.org>
32509
32510         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
32511         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
32512
32513 2007-05-19  Bruno Haible  <bruno@clisp.org>
32514
32515         * lib/float_.h: New file.
32516         * m4/float_h.m4: New file.
32517         * modules/float: New file.
32518         * modules/isnanl (Dependencies): Add float.
32519         * modules/isnanl-nolibm (Dependencies): Likewise.
32520         * modules/mathl (Dependencies): Likewise.
32521         * modules/printf-frexpl (Dependencies): Likewise.
32522         * modules/signbit (Dependencies): Likewise.
32523         * modules/vasnprintf (Dependencies): Likewise.
32524         * doc/headers/float.texi: Update.
32525
32526 2007-05-19  Jim Meyering  <jim@meyering.net>
32527
32528         * lib/utimens.c (gl_futimens): Rename from futimens,
32529         now that glibc-2.6 declares futimens.
32530         * lib/utimens.h: Likewise.
32531
32532 2007-05-19  Bruno Haible  <bruno@clisp.org>
32533
32534         Avoid test failures on mingw.
32535         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
32536         * tests/test-printf-posix.sh: Likewise.
32537         * tests/test-vfprintf-posix.sh: Likewise.
32538         * tests/test-vprintf-posix.sh: Likewise.
32539
32540 2007-05-19  Bruno Haible  <bruno@clisp.org>
32541
32542         Fix *printf result for NaN, Inf, -0.0 on mingw.
32543         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
32544         * lib/vasnprintf.c: Include math.h and isnan.h.
32545         (is_infinite_or_zero): New function.
32546         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
32547         values in the %f, %F, %e, %E, %g, %G directives.
32548         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
32549         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32550         gl_PRINTF_INFINITE and test its result. Invoke
32551         gl_PREREQ_VASNPRINTF_INFINITE.
32552         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32553         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32554         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32555         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32556         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32557         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32558         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32559         * doc/functions/fprintf.texi: Update.
32560         * doc/functions/printf.texi: Update.
32561         * doc/functions/snprintf.texi: Update.
32562         * doc/functions/sprintf.texi: Update.
32563         * doc/functions/vfprintf.texi: Update.
32564         * doc/functions/vprintf.texi: Update.
32565         * doc/functions/vsnprintf.texi: Update.
32566         * doc/functions/vsprintf.texi: Update.
32567
32568 2007-05-19  Bruno Haible  <bruno@clisp.org>
32569
32570         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
32571         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
32572         Instead of multiplying with 10^k, set extra_zeroes to k.
32573         (scale10_round_long_double): Remove function.
32574
32575 2007-05-18  Bruno Haible  <bruno@clisp.org>
32576
32577         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
32578         introduced on 2007-05-06.
32579
32580 2007-05-18  Bruno Haible  <bruno@clisp.org>
32581
32582         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
32583         %g directives.
32584         * tests/test-vasprintf-posix.c (test_function): Likewise.
32585         * tests/test-snprintf-posix.h (test_function): Likewise.
32586         * tests/test-sprintf-posix.h (test_function): Likewise.
32587
32588 2007-05-18  Bruno Haible  <bruno@clisp.org>
32589
32590         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
32591         (strmatch): New function.
32592         (test_function): Test the %f directive on numbers of various exponents.
32593         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
32594         (strmatch): New function.
32595         (test_function): Test the %f directive on numbers of various exponents.
32596         * tests/test-snprintf-posix.h (strmatch): New function.
32597         (test_function): Test the %f directive on numbers of various exponents.
32598         * tests/test-sprintf-posix.h (strmatch): New function.
32599         (test_function): Test the %f directive on numbers of various exponents.
32600         * tests/test-snprintf-posix.c (SIZEOF): New macro.
32601         * tests/test-sprintf-posix.c (SIZEOF): New macro.
32602         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
32603         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
32604
32605 2007-05-18  Bruno Haible  <bruno@clisp.org>
32606
32607         Add support for 'long double' number output.
32608         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
32609         * lib/vasnprintf.c: Include math.h and float+.h.
32610         (mp_limb_t): New type.
32611         (GMP_LIMB_BITS): New macro.
32612         (mp_twolimb_t): New type.
32613         (GMP_TWOLIMB_BITS): New macro.
32614         (mpn_t): New type.
32615         (multiply, divide, convert_to_decimal, decode_long_double,
32616         scale10_round_long_double, scale10_round_decimal_long_double,
32617         floorlog10l): New functions.
32618         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
32619         for the %f, %F, %e, %E, %g, %G directives.
32620         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
32621         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32622         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
32623         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
32624         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32625         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32626         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32627         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32628         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32629         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32630         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32631         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
32632         * modules/snprintf-posix (Depends-on): Likewise.
32633         * modules/sprintf-posix (Depends-on): Likewise.
32634         * modules/vasnprintf-posix (Depends-on): Likewise.
32635         * modules/vasprintf-posix (Depends-on): Likewise.
32636         * modules/vfprintf-posix (Depends-on): Likewise.
32637         * modules/vsnprintf-posix (Depends-on): Likewise.
32638         * modules/vsprintf-posix (Depends-on): Likewise.
32639         * modules/vasnprintf (Files): Add lib/float+.h.
32640         * doc/functions/fprintf.texi: Update.
32641         * doc/functions/printf.texi: Update.
32642         * doc/functions/snprintf.texi: Update.
32643         * doc/functions/sprintf.texi: Update.
32644         * doc/functions/vfprintf.texi: Update.
32645         * doc/functions/vprintf.texi: Update.
32646         * doc/functions/vsnprintf.texi: Update.
32647         * doc/functions/vsprintf.texi: Update.
32648
32649 2007-05-18  Bruno Haible  <bruno@clisp.org>
32650
32651         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
32652
32653 2007-05-18  Bruno Haible  <bruno@clisp.org>
32654
32655         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
32656         for printing 64-bit integers. Needed for mingw.
32657
32658 2007-05-18  Bruno Haible  <bruno@clisp.org>
32659
32660         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32661         gl_FUNC_FREXPL_WORKS.
32662         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
32663
32664 2007-05-18  Bruno Haible  <bruno@clisp.org>
32665
32666         * modules/frexpl-nolibm-tests: New file.
32667
32668         * modules/frexpl-nolibm: New file.
32669         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
32670
32671 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32672
32673         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
32674         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
32675         GCC 4.2, which otherwise issues a lot of warnings.
32676         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
32677         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
32678         Likewise.
32679         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
32680         * modules/iconv_open (iconv.h): Likewise.
32681         * modules/locale (locale.h): Likewise.
32682         * modules/netinet_in (netinet/in.h): Likewise.
32683         * modules/sys_select (sys_select.h): Likewise.
32684         * modules/sys_socket (sys/socket.h): Likewise.
32685         * modules/sys_stat (sys/stat.h): Likewise.
32686         * modules/sysexits (sysexits.h): Likewise.
32687         * modules/unistd (unistd.h): Likewise.
32688
32689 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32690
32691         * modules/closein-tests (Makefile.am): Distribute
32692         `test-closein.sh'.
32693
32694 2007-05-17  Bruno Haible  <bruno@clisp.org>
32695
32696         * tests/test-printf-posix.output: Renamed from
32697         tests/test-fprintf-posix.out.
32698         * modules/fprintf-posix-tests: Update.
32699         * modules/printf-posix-tests: Update.
32700         * modules/vfprintf-posix-tests: Update.
32701         * modules/vprintf-posix-tests: Update.
32702         * tests/test-fprintf-posix.sh: Update.
32703         * tests/test-printf-posix.sh: Update.
32704         * tests/test-vfprintf-posix.sh: Update.
32705         * tests/test-vprintf-posix.sh: Update.
32706         Reported by Ralf Wildenhues.
32707
32708 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32709
32710         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
32711         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
32712         GCC 4.2, which otherwise issues a lot of warnings.
32713         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
32714         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
32715         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
32716         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
32717         it should no longer be needed.
32718         * lib/string_.h: Likewise.
32719         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
32720         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
32721         * modules/inttypes (inttypes.h): Likewise.
32722         * modules/math (math.h): Likewise.
32723         * modules/search (search.h): Likewise.
32724         * modules/signal (signal.h): Likewise.
32725         * modules/stdint (stdint.h): Likewise.
32726         * modules/stdio (stdio.h): Likewise.
32727         * modules/stdlib (stdlib.h): Likewise.
32728         * modules/string (string.h): Likewise.
32729         * modules/sys_time (sys/time.h): Likewise.
32730         * modules/time (time.h): Likewise.
32731         * modules/wchar (wchar.h): Likewise.
32732         * modules/wctype (wtype.h): Likewise.
32733
32734 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
32735
32736         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
32737
32738 2007-05-13  Bruno Haible  <bruno@clisp.org>
32739
32740         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
32741         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32742         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
32743         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
32744         (gl_PREREQ_STRTOK_R): Don't require it here.
32745
32746 2007-05-13  Bruno Haible  <bruno@clisp.org>
32747
32748         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
32749         when used in C++ mode.
32750
32751 2007-05-12  Bruno Haible  <bruno@clisp.org>
32752
32753         * lib/linebuffer.h: Tweak doc.
32754         * lib/linebuffer.c: Likewise.
32755
32756 2007-05-12  James Youngman  <jay@gnu.org>
32757
32758         * lib/linebuffer.c (readlinebuffer_delim): New function,
32759         like readlinebuffer, but use a caller-specified delimiter.
32760         (readlinebuffer): Just call readlinebuffer_delim with '\n'
32761         as the delimiter.
32762         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
32763
32764 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
32765
32766         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
32767         * modules/openat (Files): Remove openat-die.c.
32768         (Depends-on): Add openat-die.
32769         * modules/openat-die: New module.
32770
32771 2007-05-06  Bruno Haible  <bruno@clisp.org>
32772
32773         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
32774         Update with info about Cygwin.
32775         * doc/functions/fprintf.texi: Update.
32776         * doc/functions/printf.texi: Update.
32777         * doc/functions/snprintf.texi: Update.
32778         * doc/functions/sprintf.texi: Update.
32779         * doc/functions/vfprintf.texi: Update.
32780         * doc/functions/vprintf.texi: Update.
32781         * doc/functions/vsnprintf.texi: Update.
32782         * doc/functions/vsprintf.texi: Update.
32783         Reported by Eric Blake.
32784
32785 2007-05-06  Bruno Haible  <bruno@clisp.org>
32786
32787         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
32788         padding ourselves for the floating-point directives.
32789         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
32790         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
32791         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32792         gl_PRINTF_FLAG_ZERO and test its result. Invoke
32793         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
32794         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32795         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
32796         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32797         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32798         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32799         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32800         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32801         * tests/test-snprintf-posix.h (test_function): Also check the width
32802         and some flags in the %f directive.
32803         * tests/test-sprintf-posix.h (test_function): Likewise.
32804         * tests/test-vasnprintf-posix.c (test_function): Likewise.
32805         * tests/test-vasprintf-posix.c (test_function): Likewise.
32806         * doc/functions/fprintf.texi: Update.
32807         * doc/functions/printf.texi: Update.
32808         * doc/functions/snprintf.texi: Update.
32809         * doc/functions/sprintf.texi: Update.
32810         * doc/functions/vfprintf.texi: Update.
32811         * doc/functions/vprintf.texi: Update.
32812         * doc/functions/vsnprintf.texi: Update.
32813         * doc/functions/vsprintf.texi: Update.
32814
32815 2007-05-06  Bruno Haible  <bruno@clisp.org>
32816
32817         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
32818         pass the ' flag character to sprintf or snprintf.
32819         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
32820         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
32821         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32822         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
32823         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
32824         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32825         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
32826         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32827         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32828         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32829         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32830         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32831         * tests/test-snprintf-posix.h (test_function): Also check the grouping
32832         flag.
32833         * tests/test-sprintf-posix.h (test_function): Likewise.
32834         * tests/test-vasnprintf-posix.c (test_function): Likewise.
32835         * tests/test-vasprintf-posix.c (test_function): Likewise.
32836         * doc/functions/fprintf.texi: Update.
32837         * doc/functions/printf.texi: Update.
32838         * doc/functions/snprintf.texi: Update.
32839         * doc/functions/sprintf.texi: Update.
32840         * doc/functions/vfprintf.texi: Update.
32841         * doc/functions/vprintf.texi: Update.
32842         * doc/functions/vsnprintf.texi: Update.
32843         * doc/functions/vsprintf.texi: Update.
32844
32845 2007-05-01  Bruno Haible  <bruno@clisp.org>
32846
32847         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
32848
32849 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
32850
32851         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
32852         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
32853
32854 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32855
32856         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
32857         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
32858         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
32859
32860 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
32861
32862         * lib/argp-help.c (struct hol_entry): New member `ord'.
32863         (HOL_ENTRY_PTRCMP): Use ord for comparison
32864         (hol_sort): Initialize ord.
32865
32866 2007-05-01  Bruno Haible  <bruno@clisp.org>
32867
32868         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
32869         Reported by Eric Blake.
32870         * doc/gnulib.texi (Function Substitutes): Update.
32871
32872 2007-05-01  Bruno Haible  <bruno@clisp.org>
32873
32874         * doc/functions.texi: Remove file, now redundant through
32875         doc/functions/*.texi.
32876
32877 2007-05-01  Bruno Haible  <bruno@clisp.org>
32878
32879         * modules/argp (Depends-on): Add sleep.
32880
32881 2007-05-01  Bruno Haible  <bruno@clisp.org>
32882
32883         * modules/sleep-tests: New file.
32884         * tests/test-sleep.c: New file.
32885
32886         * modules/sleep: New file.
32887         * lib/sleep.c: New file.
32888         * m4/sleep.m4: New file.
32889         * lib/unistd_.h (sleep): New declaration.
32890         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
32891         HAVE_SLEEP.
32892         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
32893         * doc/functions/sleep.texi: Document the sleep module.
32894
32895 2007-05-01  Bruno Haible  <bruno@clisp.org>
32896
32897         * lib/sigprocmask.h: Remove file.
32898         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
32899         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
32900         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
32901         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
32902         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
32903         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
32904         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
32905         HAVE_SIGSET_T as a shell variable.
32906         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
32907         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
32908         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
32909         (Depends-on): Add signal. Remove verify.
32910         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
32911         (Include): Mention <signal.h> instead of sigprocmask.h.
32912         * NEWS: Mention the change.
32913         * lib/fatal-signal.c: Don't include sigprocmask.h.
32914
32915 2007-05-01  Bruno Haible  <bruno@clisp.org>
32916
32917         * modules/signal: New file.
32918         * lib/signal_.h: New file.
32919         * m4/signal_h.m4: New file.
32920
32921 2007-05-01  Bruno Haible  <bruno@clisp.org>
32922
32923         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
32924         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
32925         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
32926         HAVE_WCTYPE_CTMP_BUG into wctype.h.
32927
32928 2007-05-01  Bruno Haible  <bruno@clisp.org>
32929
32930         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
32931         configure time.
32932         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
32933         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
32934         * modules/sys_stat (Makefile.am): Substitute their values into
32935         sys/stat.h.
32936
32937 2007-05-01  Bruno Haible  <bruno@clisp.org>
32938
32939         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
32940         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
32941         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
32942
32943 2007-05-01  Bruno Haible  <bruno@clisp.org>
32944
32945         * doc/header/assert.texi: Undo last change: don't mention the gnulib
32946         'assert' module here.
32947
32948 2007-05-01  Bruno Haible  <bruno@clisp.org>
32949
32950         * doc/functions/*.texi: New files.
32951         * doc/functions/google-ranking.txt: New file.
32952         * doc/gnulib.texi (Function Substitutes): New chapter.
32953         (ctime, inet_ntoa): Remove sections.
32954         * doc/ctime.texi: Remove file.
32955         * doc/inet_ntoa.texi: Remove file.
32956         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
32957         dependencies.
32958         (%.info): New rule, specifying a --reference-limit.
32959
32960 2007-05-01  Bruno Haible  <bruno@clisp.org>
32961
32962         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
32963
32964 2007-05-01  Bruno Haible  <bruno@clisp.org>
32965
32966         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
32967         the portability of 'mkdir' to mingw systems.
32968
32969 2007-05-01  Bruno Haible  <bruno@clisp.org>
32970
32971         * doc/headers/google-ranking.txt: New file.
32972
32973 2007-04-30  Eric Blake  <ebb9@byu.net>
32974
32975         Prefer fseeko to fseek.
32976         * modules/getpass (Depends-on): Add fseeko.
32977         * lib/getpass.c (getpass): Use fseeko, not fseek.
32978
32979 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
32980
32981         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
32982         assumes the sorting is stable, while most qsort implementations
32983         are not.  Use argument addresses to ensure they never compare as
32984         equal.
32985
32986         * tests/test-argp-2.sh (usage-indent test): Fix output
32987         (func_compare): Restore diff options
32988         * tests/test-argp.c: Restore #include "progname.h"
32989
32990 2007-04-29  Bruno Haible  <bruno@clisp.org>
32991
32992         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
32993         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32994         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
32995         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32996         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
32997         (configure.ac): Define CHECK_SNPRINTF_POSIX.
32998         (TESTS, check_PROGRAMS): Add test-snprintf.
32999         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
33000         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
33001         (TESTS, check_PROGRAMS): Add test-vsnprintf.
33002         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
33003         assertions that fail on HP-UX, OSF/1, or IRIX.
33004         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
33005
33006 2007-04-29  Bruno Haible  <bruno@clisp.org>
33007
33008         * MODULES.html.sh (posix_functions): Remove 'contents'.
33009
33010 2007-04-29  Karl Berry  <karl@gnu.org>
33011
33012         * config/srclist.txt (gendocs_template_min): new entry.
33013
33014 2007-04-29  Bruno Haible  <bruno@clisp.org>
33015
33016         Work around fpurge bug on BSD systems.
33017         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
33018         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
33019         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
33020         fpurge to rpl_fpurge if the system already has this function.
33021         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
33022         the case where the system already has this function. Correct invariants
33023         on BSD systems.
33024         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
33025         BSD systems.
33026
33027 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
33028
33029         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
33030         proposed by Sven Verdoolaege.
33031
33032         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
33033         options.
33034         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
33035         (usage and help tests): Update
33036
33037 2007-04-29  Bruno Haible  <bruno@clisp.org>
33038
33039         * tests/test-fflush.c (main): Use a file of size 17, not 10.
33040         Print more information in case of failure. Disable a test on BeOS.
33041
33042 2007-04-29  Bruno Haible  <bruno@clisp.org>
33043
33044         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
33045         This helps debugging on systems on which no gdb is available.
33046
33047 2007-04-29  Bruno Haible  <bruno@clisp.org>
33048
33049         * lib/freading.h: Improve comments.
33050         * lib/fwriting.h: Likewise.
33051         * tests/test-freading.c (main): Don't check freading immediately after
33052         repositioning. Needed for glibc.
33053
33054 2007-04-29  Bruno Haible  <bruno@clisp.org>
33055
33056         * lib/freading.c (freading): Trivial simplification.
33057
33058 2007-04-28  Bruno Haible  <bruno@clisp.org>
33059
33060         * tests/test-fwriting.c (main): Also test the interaction between
33061         fflush and fwriting.
33062         * modules/fwriting-tests (Depends-on): Add fflush.
33063
33064         * tests/test-freading.c (main): Also test the interaction between
33065         fflush and freading.
33066         * modules/freading-tests (Depends-on): Add fflush.
33067
33068 2007-04-28  Bruno Haible  <bruno@clisp.org>
33069
33070         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
33071         fseeko and ftello.
33072         Suggested by Eric Blake.
33073
33074 2007-04-28  Jim Meyering  <jim@meyering.net>
33075
33076         Avoid false-negative in gl_STDINT_H's C99 conformance test.
33077         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
33078         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
33079
33080 2007-04-27  Eric Blake  <ebb9@byu.net>
33081
33082         * doc/headers/assert.texi (assert.h): Document assert module use.
33083
33084 2007-04-27  Bruno Haible  <bruno@clisp.org>
33085
33086         * doc/headers/*.texi: New files.
33087         * doc/gnulib.texi (Header File Substitutes): New chapter.
33088         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
33089         dependencies.
33090         (standards.info ,standards.html, standards.dvi): Update dependencies.
33091         (mostlyclean, clean): New targets.
33092
33093 2007-04-27  Bruno Haible  <bruno@clisp.org>
33094
33095         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
33096         * modules/sysexits (Files, Makefile.am): Update.
33097
33098         * lib/sys_socket_.h: Renamed from lib/socket_.h.
33099         * modules/sys_socket (Files, Makefile.am): Update.
33100
33101         * lib/sys_stat_.h: Renamed from lib/stat_.h.
33102         * modules/sys_stat (Files, Makefile.am): Update.
33103
33104 2007-04-27  Eric Blake  <ebb9@byu.net>
33105
33106         * lib/freading.h: Improve comments.
33107         * lib/fwriting.h: Likewise.
33108         * lib/fflush.c: Likewise.
33109
33110         Fix closein for mingw.
33111         * modules/closein-tests: Add tests for closein.
33112         * tests/test-closein.c: New file.
33113         * tests/test-closein.sh: Likewise.
33114         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
33115         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
33116
33117 2007-04-27  Bruno Haible  <bruno@clisp.org>
33118
33119         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
33120         version is < 6.
33121         * lib/math_.h [__DECC]: Likewise.
33122         * lib/stdio_.h [__DECC]: Likewise.
33123         * lib/stdlib_.h [__DECC]: Likewise.
33124         * lib/string_.h [__DECC]: Likewise.
33125         * lib/time_.h [__DECC]: Likewise.
33126         * lib/wchar_.h [__DECC]: Likewise.
33127         * lib/wctype_.h [__DECC]: Likewise.
33128
33129 2007-04-27  Bruno Haible  <bruno@clisp.org>
33130
33131         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
33132
33133 2007-04-27  Bruno Haible  <bruno@clisp.org>
33134
33135         * lib/fflush.c: Add comments.
33136         * modules/fpurge-tests (Depends-on): Add fflush.
33137         * modules/freadable-tests (Depends-on): Likewise.
33138         * modules/fwritable-tests (Depends-on): Likewise.
33139
33140 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
33141
33142         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
33143         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
33144         Report by Bruno Haible <bruno@clisp.org>.
33145
33146 2007-04-26  Eric Blake  <ebb9@byu.net>
33147
33148         Fix fflush on mingw.
33149         * modules/fflush (Depends-on): Add freading.
33150         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
33151         but unread data.
33152
33153 2007-04-26  Eric Blake  <ebb9@byu.net>
33154         and Bruno Haible  <bruno@clisp.org>
33155
33156         Implement freading and fwriting.
33157         * lib/freading.c: New file.
33158         * lib/freading.h: Likewise.
33159         * m4/freading.m4: Likewise.
33160         * modules/freading: Likewise.
33161         * modules/freading-tests: Likewise.
33162         * tests/test-freading.c: Likewise.
33163         * lib/fwriting.c: New file.
33164         * lib/fwriting.h: Likewise.
33165         * m4/fwriting.m4: Likewise.
33166         * modules/fwriting: Likewise.
33167         * modules/fwriting-tests: Likewise.
33168         * tests/test-fwriting.c: Likewise.
33169         * MODULES.html.sh (File stream based Input/Output): Mention them.
33170
33171 2007-04-26  Bruno Haible  <bruno@clisp.org>
33172
33173         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
33174         'long' when we assume it.
33175         Suggested by Eric Blake.
33176
33177 2007-04-26  Bruno Haible  <bruno@clisp.org>
33178
33179         Ensure fseeko, ftello are declared on glibc systems.
33180         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
33181         * modules/fseeko (configure.ac-early): Likewise.
33182         * modules/ftello (configure.ac-early): Likewise.
33183         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
33184         AC_FUNC_FSEEKO for this.
33185         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
33186         (gl_CHECK_FSEEKO): Remove macro.
33187
33188 2007-04-26  Bruno Haible  <bruno@clisp.org>
33189
33190         * tests/test-fflush.c (main): Also check the ftell result after
33191         fflush and fseek/fseeko.
33192         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
33193         file descriptor position cache in the stream.
33194         * lib/fseeko.c (rpl_fseeko): Likewise.
33195
33196 2007-04-26  Bruno Haible  <bruno@clisp.org>
33197
33198         * modules/fflush-tests (Depends-on): Add fseeko.
33199
33200 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
33201             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33202
33203         * lib/argz_.h: ensure error_t definition is obtained in same
33204         mechanism system argz.h would have.
33205         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
33206         argz facilities are known bad.  Err on the side of caution if
33207         cross-compiling.
33208
33209 2007-04-25  Eric Blake  <ebb9@byu.net>
33210
33211         * lib/fpurge.c (includes): Use stdlib.h for free.
33212         * tests/test-fflush.c (main): Also test fflush-fseeko.
33213
33214 2007-04-25  Bruno Haible  <bruno@clisp.org>
33215
33216         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
33217         * lib/fseeko.c: New file.
33218         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
33219         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
33220         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
33221         gl_FUNC_FSEEKO.
33222         (gl_FUNC_FSEEKO): Invoke it.
33223         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
33224         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
33225         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
33226
33227 2007-04-25  Bruno Haible  <bruno@clisp.org>
33228
33229         * modules/fflush (Depends-on): Add ftello.
33230
33231 2007-04-25  Bruno Haible  <bruno@clisp.org>
33232
33233         * modules/ftello-tests: New file.
33234         * tests/test-ftello.c: New file.
33235
33236         * modules/ftello: New file.
33237         * m4/ftello.m4: New file.
33238         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
33239         HAVE_FTELLO.
33240         * lib/stdio_.h (ftello): New declaration.
33241         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
33242         HAVE_FTELLO.
33243
33244 2007-04-25  Bruno Haible  <bruno@clisp.org>
33245
33246         * modules/fseeko-tests: New file.
33247         * tests/test-fseeko.c: New file.
33248
33249         * modules/fseeko: New file.
33250         * m4/fseeko.m4: New file.
33251         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
33252         HAVE_FSEEKO.
33253         * lib/stdio_.h (fseeko): New declaration.
33254         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
33255         HAVE_FSEEKO.
33256
33257 2007-04-25  Bruno Haible  <bruno@clisp.org>
33258
33259         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
33260
33261 2007-04-25  Bruno Haible  <bruno@clisp.org>
33262
33263         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
33264         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
33265         * tests/test-unistd.c: Likewise.
33266         * tests/test-fcntl.c: Likewise.
33267
33268 2007-04-23  Eric Blake  <ebb9@byu.net>
33269
33270         * lib/fflush.c: Fix missing include.
33271         Reported by Bruno Haible.
33272
33273 2007-04-23  Bruno Haible  <bruno@clisp.org>
33274
33275         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
33276         Reported by Eric Blake.
33277
33278 2007-04-23  Bruno Haible  <bruno@clisp.org>
33279
33280         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
33281
33282 2007-04-23  Bruno Haible  <bruno@clisp.org>
33283
33284         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
33285
33286 2007-04-23  Bruno Haible  <bruno@clisp.org>
33287
33288         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
33289         Needed on HP-UX 11.
33290
33291 2007-04-16  Eric Blake  <ebb9@byu.net>
33292
33293         Make fflush rely on fpurge.
33294         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
33295         open coding all variants.
33296         * modules/fflush (Depends-on): Add fpurge and unistd.
33297         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
33298         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
33299
33300         Fix --with-tests compilation on cygwin.
33301         * modules/argmatch-tests (Makefile.am): List gnulib library first
33302         in LDADD.
33303         * modules/argp-tests (Makefile.am): Likewise.
33304         * modules/array-list-tests (Makefile.am): Likewise.
33305         * modules/array-oset-tests (Makefile.am): Likewise.
33306         * modules/avltree-list-tests (Makefile.am): Likewise.
33307         * modules/avltree-oset-tests (Makefile.am): Likewise.
33308         * modules/avltreehash-list-tests (Makefile.am): Likewise.
33309         * modules/carray-list-tests (Makefile.am): Likewise.
33310         * modules/dirname-tests (Makefile.am): Likewise.
33311         * modules/frexp-tests (Makefile.am): Likewise.
33312         * modules/isnanl-tests (Makefile.am): Likewise.
33313         * modules/linked-list-tests (Makefile.am): Likewise.
33314         * modules/linkedhash-list-tests (Makefile.am): Likewise.
33315         * modules/lock-tests (Makefile.am): Likewise.
33316         * modules/rbtree-list-tests (Makefile.am): Likewise.
33317         * modules/rbtree-oset-tests (Makefile.am): Likewise.
33318         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
33319         * modules/tls-tests (Makefile.am): Likewise.
33320         * modules/tsearch-tests (Makefile.am): Likewise.
33321         * modules/xvasprintf-tests (Makefile.am): Likewise.
33322
33323         Fix fpurge for cygwin.
33324         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
33325         value.
33326         * modules/fpurge-tests (Depends-on): Clean up trash.
33327
33328 2007-04-16  Simon Josefsson  <simon@josefsson.org>
33329
33330         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
33331
33332         * m4/autobuild.m4: Re-indent.
33333
33334 2007-04-13  Bruno Haible  <bruno@clisp.org>
33335
33336         * modules/fpurge-tests: New file.
33337         * tests/test-fpurge.c: New file.
33338
33339         * modules/fpurge: New file.
33340         * lib/fpurge.h: New file.
33341         * lib/fpurge.c: New file.
33342         * m4/fpurge.m4: New file.
33343
33344 2007-04-13  Bruno Haible  <bruno@clisp.org>
33345
33346         * modules/fbufmode-tests: New file.
33347         * tests/test-fbufmode.c: New file.
33348
33349         * modules/fbufmode: New file.
33350         * lib/fbufmode.h: New file.
33351         * lib/fbufmode.c: New file.
33352         * m4/fbufmode.m4: New file.
33353
33354 2007-04-13  Bruno Haible  <bruno@clisp.org>
33355
33356         * modules/fwritable-tests: New file.
33357         * tests/test-fwritable.c: New file.
33358
33359         * modules/fwritable: New file.
33360         * lib/fwritable.h: New file.
33361         * lib/fwritable.c: New file.
33362         * m4/fwritable.m4: New file.
33363
33364 2007-04-13  Bruno Haible  <bruno@clisp.org>
33365
33366         * modules/freadable-tests: New file.
33367         * tests/test-freadable.c: New file.
33368
33369         * modules/freadable: New file.
33370         * lib/freadable.h: New file.
33371         * lib/freadable.c: New file.
33372         * m4/freadable.m4: New file.
33373
33374 2007-04-13  Bruno Haible  <bruno@clisp.org>
33375
33376         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
33377         MOSTLYCLEANFILES.
33378
33379 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33380
33381         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
33382         gzip bootstrap.conf to avoid dragging in i18n machinery.
33383         (gnulib_tool_option): Use it.
33384
33385 2007-04-13  Bruno Haible  <bruno@clisp.org>
33386
33387         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
33388         %F directives.
33389         * tests/test-vasprintf-posix.c (test_function): Likewise.
33390         * tests/test-snprintf-posix.h (test_function): Likewise.
33391         * tests/test-sprintf-posix.h (test_function): Likewise.
33392         * tests/test-fprintf-posix.h (test_function): Likewise.
33393         * tests/test-printf-posix.h (test_function): Likewise.
33394         * tests/test-fprintf-posix.out: Likewise.
33395
33396 2007-04-13  Bruno Haible  <bruno@clisp.org>
33397
33398         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
33399         * modules/tls-tests (configure.ac): Likewise.
33400         Reported by Arto C. Nirkko <anirkko@insel.ch>.
33401
33402 2007-04-13  Bruno Haible  <bruno@clisp.org>
33403
33404         * lib/tls.c (glthread_tls_get): Fix return type.
33405         Patch by Arto C. Nirkko <anirkko@insel.ch>.
33406
33407 2007-04-12  Eric Blake  <ebb9@byu.net>
33408
33409         * modules/gettime (Depends-on): Remove gettime.
33410         Reported by Dmitry V. Levin.
33411
33412 2007-04-12  Bruno Haible  <bruno@clisp.org>
33413
33414         * modules/fflush (Include): Mention <stdio.h>.
33415         * modules/strtoimax (Include): Mention <inttypes.h>.
33416         * modules/strtoumax (Include): Likewise.
33417
33418 2007-04-12  Eric Blake  <ebb9@byu.net>
33419
33420         * .cvsignore: New file.
33421         * .gitignore: Likewise.
33422
33423 2007-04-12  Bruno Haible  <bruno@clisp.org>
33424
33425         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
33426         not before, since $(LDADD) often contains libgnu.a.
33427         * modules/striconv-tests (test_striconv_LDADD): Likewise.
33428         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
33429         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
33430         Needed on Cygwin.
33431
33432 2007-04-12  Eric Blake  <ebb9@byu.net>
33433
33434         Work around glibc's failure to flush stdin on fclose.
33435         * lib/closein.c (close_stdin): Flush stdin before closing.
33436
33437         Work around glibc's failure to reset seekable stdin on exit.
33438         * modules/closein: New module.
33439         * lib/closein.c: New file.
33440         * lib/closein.h: Likewise.
33441         * m4/closein.m4: Likewise.
33442         * MODULES.html.sh (File stream based Input/Output): Document it.
33443
33444 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33445
33446         * gnulib-tool: Rename generated 'autobuild' script to
33447         'do-autobuild' in --create-megatestdir output.
33448
33449         * doc/gnulib.texi (Build robot for gnulib): Fix.
33450
33451 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33452
33453         * modules/sysexits (Depends-on): Add absolute-header.
33454
33455 2007-04-12  Eric Blake  <ebb9@byu.net>
33456
33457         No need to preserve errno on success.
33458         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
33459         Reported by Bruno Haible.
33460
33461 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33462
33463         * MODULES.html.sh (Support for maintaining and releasing
33464         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
33465
33466 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33467
33468         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
33469
33470 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33471
33472         * modules/autobuild: New module.
33473
33474         * m4/autobuild.m4: New file.
33475
33476 2007-04-11  Bruno Haible  <bruno@clisp.org>
33477
33478         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
33479         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
33480         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
33481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
33482         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33483         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33484         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33485         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33486         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33487         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33488         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
33489         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33490         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33491         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
33492         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33493         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33494         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
33495         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33496         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33497         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
33498         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33499         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33500         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
33501         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33502         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33503         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
33504         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33505         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33506         Reported by Eric Blake.
33507
33508 2007-04-11  Bruno Haible  <bruno@clisp.org>
33509
33510         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
33511
33512 2007-04-10  Bruno Haible  <bruno@clisp.org>
33513
33514         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
33515         for NaN and Infinity. Needed on FreeBSD 6.1.
33516         * tests/test-vasnprintf-posix.c (test_function): Undo last change
33517         regarding results for "%010a" of Infinity and NaN.
33518         * tests/test-vasprintf-posix.c (test_function): Likewise.
33519         * tests/test-snprintf-posix.h (test_function): Likewise.
33520         * tests/test-sprintf-posix.h (test_function): Likewise.
33521         * tests/test-fprintf-posix.h (test_function): Likewise.
33522         * tests/test-printf-posix.h (test_function): Likewise.
33523         * tests/test-fprintf-posix.out: Likewise.
33524
33525 2007-04-10  Bruno Haible  <bruno@clisp.org>
33526
33527         * modules/locale-tests: New file.
33528         * tests/test-locale.c: New file.
33529
33530         * modules/locale: New file.
33531         * lib/locale_.h: New file.
33532         * m4/locale_h.m4: New file.
33533
33534 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
33535             Bruno Haible  <bruno@clisp.org>
33536
33537         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
33538         be determined, test for availability of the copysignf, copysign,
33539         copysignl functions.
33540         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
33541         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
33542         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
33543
33544 2007-04-09  Eric Blake  <ebb9@byu.net>
33545
33546         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
33547         * modules/stdio (Makefile.am): Support fflush.
33548         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
33549         * modules/fflush: New file.
33550         * lib/fflush.c: Likewise.
33551         * m4/fflush.m4: Likewise.
33552         * modules/fflush-tests: New test.
33553         * tests/test-fflush.c: Likewise.
33554         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
33555
33556 2007-04-06  Bruno Haible  <bruno@clisp.org>
33557
33558         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
33559         (VASNPRINTF): Use signbit for faster determination whether to print a
33560         minus sign.
33561         * modules/vasnprintf (Files): Remove lib/float+.h.
33562         * modules/fprintf-posix (Depends-on): Add signbit.
33563         * modules/snprintf-posix (Depends-on): Likewise.
33564         * modules/sprintf-posix (Depends-on): Likewise.
33565         * modules/vasnprintf-posix (Depends-on): Likewise.
33566         * modules/vasprintf-posix (Depends-on): Likewise.
33567         * modules/vfprintf-posix (Depends-on): Likewise.
33568         * modules/vsnprintf-posix (Depends-on): Likewise.
33569         * modules/vsprintf-posix (Depends-on): Likewise.
33570
33571 2007-04-06  Bruno Haible  <bruno@clisp.org>
33572
33573         * tests/test-frexp.c (main): Test also the sign bit of zero results.
33574         * tests/test-frexpl.c (main): Likewise.
33575         * tests/test-ldexpl.c (main): Likewise.
33576         * modules/frexp-tests (Depends-on): Add signbit.
33577         * modules/frexpl-tests (Depdends-on): Likewise.
33578         * modules/ldexpl-tests (Depdends-on): Likewise.
33579
33580 2007-04-06  Bruno Haible  <bruno@clisp.org>
33581
33582         * modules/signbit-tests: New file.
33583         * tests/test-signbit.c: New file.
33584
33585         * modules/signbit: New file.
33586         * lib/signbitf.c: New file.
33587         * lib/signbitd.c: New file.
33588         * lib/signbitl.c: New file.
33589         * m4/signbit.m4: New file.
33590         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
33591         (signbit): New macro.
33592         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
33593         REPLACE_SIGNBIT.
33594         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
33595         REPLACE_FREXPL into math.h.
33596
33597 2007-04-06  Bruno Haible  <bruno@clisp.org>
33598
33599         * modules/isnanf-nolibm-tests: New file.
33600         * tests/test-isnanf.c: New file.
33601
33602         * modules/isnanf-nolibm: New file.
33603         * lib/isnanf.h: New file.
33604         * lib/isnanf.c: New file.
33605         * lib/isnan.c: Consider the USE_FLOAT macro.
33606         * m4/isnanf.m4: New file.
33607
33608 2007-04-06  Bruno Haible  <bruno@clisp.org>
33609
33610         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
33611         (Link): New section.
33612
33613         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
33614
33615 2007-04-06  Bruno Haible  <bruno@clisp.org>
33616
33617         Assume the 'long double' type.
33618         * m4/longdouble.m4: Remove file.
33619         * config/srclist.txt: Don't mention longdouble.m4.
33620         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
33621         * lib/float+.h: Likewise.
33622         * lib/frexp.c: Likewise.
33623         * lib/printf-args.h: Likewise.
33624         * lib/printf-args.c: Likewise.
33625         * lib/printf-frexp.c: Likewise.
33626         * lib/printf-parse.c: Likewise.
33627         * lib/vasnprintf.c: Likewise.
33628         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
33629         * m4/intl.m4: Likewise.
33630         * m4/isnanl.m4: Likewise.
33631         * m4/printf.m4: Likewise.
33632         * m4/printf-frexpl.m4: Likewise.
33633         * m4/vasnprintf.m4: Likewise.
33634         * modules/allocsa (Files): Remove m4/longdouble.m4.
33635         * modules/gettext (Files): Likewise.
33636         * modules/relocatable-prog-wrapper (Files): Likewise.
33637         * modules/vasnprintf (Files): Likewise.
33638         * modules/isnanl (Files): Likewise.
33639         (Include): Simplify.
33640         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
33641         (Include): Simplify.
33642         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
33643         (Include): Simplify.
33644         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
33645         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33646         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
33647         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33648         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
33649         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33650         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
33651         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33652         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
33653         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33654         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
33655         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33656         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
33657         * tests/test-isnanl.c: Likewise.
33658         * tests/test-snprintf-posix.h: Likewise.
33659         * tests/test-sprintf-posix.h: Likewise.
33660         * tests/test-vasnprintf-posix.c: Likewise.
33661         * tests/test-vasnprintf-posix2.c: Likewise.
33662         * tests/test-vasprintf-posix.c: Likewise.
33663
33664 2007-04-06  Bruno Haible  <bruno@clisp.org>
33665
33666         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
33667         * lib/math_.h [__DECC]: Include the overridden include file through
33668         #include_next, outside the double-inclusion guard.
33669         * lib/stdio_.h [__DECC]: Likewise.
33670         * lib/stdlib_.h [__DECC]: Likewise.
33671         * lib/string_.h [__DECC]: Likewise.
33672         * lib/time_.h [__DECC]: Likewise.
33673         * lib/wchar_.h [__DECC]: Likewise.
33674         * lib/wctype_.h [__DECC]: Likewise.
33675         * lib/inttypes_.h [__DECC]: Likewise.
33676         Reported by Albert Chin <china@thewrittenword.com> in
33677         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
33678
33679 2007-04-04  Eric Blake  <ebb9@byu.net>
33680
33681         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
33682         1.5.x.
33683
33684 2007-04-04  Bruno Haible  <bruno@clisp.org>
33685
33686         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
33687         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
33688
33689 2007-04-04  Bruno Haible  <bruno@clisp.org>
33690
33691         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
33692         results for "%010a" of Infinity and NaN.
33693         * tests/test-vasprintf-posix.c (test_function): Likewise.
33694         * tests/test-snprintf-posix.h (test_function): Likewise.
33695         * tests/test-sprintf-posix.h (test_function): Likewise.
33696         * tests/test-fprintf-posix.h (test_function): Remove these tests.
33697         * tests/test-printf-posix.h (test_function): Likewise.
33698         * tests/test-fprintf-posix.out: Update.
33699         Needed for FreeBSD 6.1.
33700
33701 2007-04-04  Bruno Haible  <bruno@clisp.org>
33702
33703         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
33704         directly used by the gnulib modules nor by gnulib-tool.
33705
33706 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33707
33708         * DEPENDENCIES: Give overall description of version dependency
33709         desirability.  Use more-typical names for apps.
33710         Add shell, coreutils, diffutils, grep, tar, gzip.
33711
33712 2007-04-04  Simon Josefsson  <simon@josefsson.org>
33713
33714         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
33715
33716 2007-04-04  Karl Berry  <karl@gnu.org>
33717
33718         * MODULES.html.sh (func_module): missing '.
33719
33720 2007-04-03  Bruno Haible  <bruno@clisp.org>
33721
33722         * modules/argmatch-tests (Makefile.am): New variable
33723         test_argmatch_LDADD.
33724         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
33725         * modules/array-list-tests (Makefile.am): New variable
33726         test_array_list_LDADD.
33727         * modules/array-oset-tests (Makefile.am): New variable
33728         test_array_oset_LDADD.
33729         * modules/avltree-list-tests (Makefile.am): New variable
33730         test_avltree_list_LDADD.
33731         * modules/avltree-oset-tests (Makefile.am): New variable
33732         test_avltree_oset_LDADD.
33733         * modules/avltreehash-list-tests (Makefile.am): New variable
33734         test_avltreehash_list_LDADD.
33735         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
33736         test_canonicalize_lgpl_LDADD.
33737         * modules/carray-list-tests (Makefile.am): New variable
33738         test_carray_list_LDADD.
33739         * modules/dirname-tests (Makefile.am): New variable
33740         test_dirname_LDADD.
33741         * modules/linked-list-tests (Makefile.am): New variable
33742         test_linked_list_LDADD.
33743         * modules/linkedhash-list-tests (Makefile.am): New variable
33744         test_linkedhash_list_LDADD.
33745         * modules/rbtree-list-tests (Makefile.am): New variable
33746         test_rbtree_list_LDADD.
33747         * modules/rbtree-oset-tests (Makefile.am): New variable
33748         test_rbtree_oset_LDADD.
33749         * modules/rbtreehash-list-tests (Makefile.am): New variable
33750         test_rbtreehash_list_LDADD.
33751         * modules/xvasprintf-tests (Makefile.am): New variable
33752         test_xvasprintf_LDADD.
33753         Reported by Eric Blake.
33754
33755 2007-04-03  Eric Blake  <ebb9@byu.net>
33756
33757         * DEPENDENCIES: Weaken m4 requirements.
33758
33759 2007-04-03  Bruno Haible  <bruno@clisp.org>
33760
33761         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
33762         * modules/isnanl-tests (configure.ac): Likewise.
33763
33764 2007-04-03  Ben Pfaff  <blp@gnu.org>
33765
33766         * modules/iconv_open: Add $(srcdir)/ to source directory
33767         references in Makefile fragments that call gperf, to fix VPATH
33768         builds.
33769
33770 2007-04-03  Bruno Haible  <bruno@clisp.org>
33771
33772         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
33773         * lib/ldexpl.c: Undo last change.
33774
33775 2007-04-03  Bruno Haible  <bruno@clisp.org>
33776
33777         * modules/printf-frexpl (Depends-on): Undo last change.
33778         (Files): Add m4/ldexpl.m4.
33779
33780 2007-04-03  Bruno Haible  <bruno@clisp.org>
33781
33782         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
33783         * modules/isnanl (Link): New section.
33784
33785         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
33786         * modules/frexp (Link): New section.
33787
33788         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
33789         * modules/frexpl (Link): New section.
33790
33791         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
33792         * modules/ldexpl (Link): New section.
33793
33794 2007-04-03  Bruno Haible  <bruno@clisp.org>
33795
33796         * modules/TEMPLATE-EXTENDED: New file.
33797         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
33798
33799 2007-04-03  Bruno Haible  <bruno@clisp.org>
33800
33801         * DEPENDENCIES: New file.
33802         Suggested by Simon Josefsson.
33803
33804 2007-04-03  Bruno Haible  <bruno@clisp.org>
33805
33806         * doc/gnulib.texi: Escape @.
33807
33808 2007-04-03  James Youngman  <jay@gnu.org>
33809         and Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
33812         birthtime on all systems that have birthtime, not just those which
33813         use st_birthtimensec rather than st_birthtim.  Putting zero in
33814         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
33815         that the birth time is not available for files on an NFS mount.
33816
33817 2007-04-03  Simon Josefsson  <simon@josefsson.org>
33818
33819         * modules/memxor: Move back from crypto/, suggested by Bruno.
33820         * modules/crypto/hmac-sha1: Fix memxor dependency.
33821
33822         * modules/crypto/gc: Moved from ../.
33823
33824 2007-04-02  Eric Blake  <ebb9@byu.net>
33825
33826         * lib/ldexpl.c (includes): Avoid libm.
33827
33828         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
33829
33830 2007-04-02  Bruno Haible  <bruno@clisp.org>
33831
33832         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
33833         on IRIX.
33834
33835 2007-04-02  Bruno Haible  <bruno@clisp.org>
33836
33837         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
33838         x86 or x86_64 platforms running MacOS X.
33839         Reported by Ryan Schmidt <@ryandesign.com>.
33840
33841 2007-04-02  Bruno Haible  <bruno@clisp.org>
33842
33843         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
33844         i386.
33845
33846 2007-04-01  Simon Josefsson  <simon@josefsson.org>
33847
33848         * modules/crypto/arcfour: Moved from ../.
33849         * modules/crypto/arcfour-tests: Moved from ../.
33850         * modules/crypto/arctwo: Moved from ../.
33851         * modules/crypto/arctwo-tests: Moved from ../.
33852         * modules/crypto/des: Moved from ../.
33853         * modules/crypto/des-tests: Moved from ../.
33854         * modules/crypto/gc-arcfour: Moved from ../.
33855         * modules/crypto/gc-arcfour-tests: Moved from ../.
33856         * modules/crypto/gc-arctwo: Moved from ../.
33857         * modules/crypto/gc-arctwo-tests: Moved from ../.
33858         * modules/crypto/gc-des: Moved from ../.
33859         * modules/crypto/gc-des-tests: Moved from ../.
33860         * modules/crypto/gc-hmac-md5: Moved from ../.
33861         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
33862         * modules/crypto/gc-hmac-sha1: Moved from ../.
33863         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
33864         * modules/crypto/gc-md2: Moved from ../.
33865         * modules/crypto/gc-md2-tests: Moved from ../.
33866         * modules/crypto/gc-md4: Moved from ../.
33867         * modules/crypto/gc-md4-tests: Moved from ../.
33868         * modules/crypto/gc-md5: Moved from ../.
33869         * modules/crypto/gc-md5-tests: Moved from ../.
33870         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
33871         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
33872         * modules/crypto/gc-random: Moved from ../.
33873         * modules/crypto/gc-rijndael: Moved from ../.
33874         * modules/crypto/gc-rijndael-tests: Moved from ../.
33875         * modules/crypto/gc-sha1: Moved from ../.
33876         * modules/crypto/gc-sha1-tests: Moved from ../.
33877         * modules/crypto/gc-tests: Moved from ../.
33878         * modules/crypto/hmac-md5: Moved from ../.
33879         * modules/crypto/hmac-md5-tests: Moved from ../.
33880         * modules/crypto/hmac-sha1: Moved from ../.
33881         * modules/crypto/hmac-sha1-tests: Moved from ../.
33882         * modules/crypto/md2: Moved from ../.
33883         * modules/crypto/md2-tests: Moved from ../.
33884         * modules/crypto/md4: Moved from ../.
33885         * modules/crypto/md4-tests: Moved from ../.
33886         * modules/crypto/md5: Moved from ../.
33887         * modules/crypto/md5-tests: Moved from ../.
33888         * modules/crypto/memxor: Moved from ../.
33889         * modules/crypto/rijndael: Moved from ../.
33890         * modules/crypto/rijndael-tests: Moved from ../.
33891         * modules/crypto/sha1: Moved from ../.
33892
33893 2007-03-30  James Youngman  <jay@gnu.org>
33894
33895         * tests/test-stat-time.c (prepare_test): use chmod() rather than
33896         rename() to change the ctime of a file (because ctime is unaffected
33897         by rename on jfs2 on AIX 5.1).
33898         (main): Start by doing cleanup, in case a previous run failed leaving
33899         test files behind.
33900
33901 2007-03-31  Bruno Haible  <bruno@clisp.org>
33902
33903         Support old proprietary implementations of iconv.
33904         * modules/iconv_open: New file.
33905         * lib/iconv_.h: New file.
33906         * m4/iconv_h.m4: New file.
33907         * lib/iconv_open.c: New file.
33908         * lib/iconv_open-aix.gperf: New file.
33909         * lib/iconv_open-hpux.gperf: New file.
33910         * lib/iconv_open-irix.gperf: New file.
33911         * lib/iconv_open-osf.gperf: New file.
33912         * m4/iconv_open.m4: New file.
33913         * modules/linebreak (Depends-on): Add iconv_open.
33914         * modules/striconv (Depends-on): Likewise.
33915         * modules/striconveh (Depends-on): Likewise.
33916         * modules/unicodeio (Depends-on): Likewise.
33917         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
33918         (iconv_t)(-1).
33919         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
33920         conversion if cd is (iconv_t)(-1).
33921         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
33922         is not possible.
33923
33924 2007-03-31  Bruno Haible  <bruno@clisp.org>
33925
33926         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
33927         work on Solaris either. Protect also second use of "autodetect_jp".
33928
33929 2007-03-31  Bruno Haible  <bruno@clisp.org>
33930
33931         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
33932         the function is not present.
33933
33934 2007-03-31  Bruno Haible  <bruno@clisp.org>
33935
33936         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
33937         the function is not present.
33938
33939 2007-03-31  Bruno Haible  <bruno@clisp.org>
33940
33941         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
33942         a bug in HP-UX iconv_open().
33943
33944 2007-03-31  Bruno Haible  <bruno@clisp.org>
33945
33946         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
33947         (Mathematics <math.h>): New section, add fpieee.
33948         (Input/output <stdio.h>): Add fseterr.
33949         (Mathematics <math.h>): New section, add printf-frexp.
33950         (Container data structures): Add sublist.
33951         (Core language properties): Add fpucw, inline.
33952         (Functions for greatest-width integer types <inttypes.h>): Add
33953         imaxabs, imaxdiv, inttypes.
33954         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
33955         isnanl-nolibm, ldexp.
33956         (Mathematics <math.h>): New section, add printf-frexpl.
33957         (Support for systems lacking POSIX:2001): Add fprintf-posix,
33958         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
33959         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
33960         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
33961         (Unicode string functions): Add unistr/u*-mbtoucr.
33962         (Java): Add javacomp-script, javaexec-script.
33963         (C#): Add csharpcomp-script, csharpexec-script.
33964         (Support for building libraries and executables): Add havelib,
33965         relocatable-*.
33966         (Support for maintaining and releasing projects): Renamed from
33967         'Support for maintaining and release projects'. Add announce-gen.
33968
33969 2007-03-31  Bruno Haible  <bruno@clisp.org>
33970
33971         * README: Talk primarily about git.
33972         (git and CVS): Renamed from CVS.
33973         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
33974         gnulib is available through git.
33975         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
33976
33977 2007-03-30  Bruno Haible  <bruno@clisp.org>
33978
33979         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
33980         * lib/poll_.h: Likewise.
33981         * lib/stat_.h: Likewise.
33982         * lib/sys_time_.h: Likewise.
33983         * lib/sysexit_.h: Likewise.
33984         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
33985         * lib/stdbool_.h: Likewise.
33986         * lib/byteswap_.h: Add double-inclusion guard.
33987
33988 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
33989
33990         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
33991
33992 2007-03-30  Karl Berry  <karl@gnu.org>
33993
33994         * config/srclist-update: double space after USA in the license
33995         substitution, since that's how it's usually (?) written.
33996
33997 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
33998
33999         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
34000         reported by Bruno Haible.
34001
34002 2007-03-29  Bruno Haible  <bruno@clisp.org>
34003
34004         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
34005         a bug in AIX iconv().
34006
34007 2007-03-29  Bruno Haible  <bruno@clisp.org>
34008
34009         * modules/ldexpl-tests: New file.
34010         * tests/test-ldexpl.c: New file.
34011
34012 2007-03-29  Bruno Haible  <bruno@clisp.org>
34013
34014         * lib/ldexpl.c: Include fpucw.h.
34015         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
34016         multiplication.
34017         * modules/ldexpl (Depends-on): Add fpucw.
34018
34019 2007-03-29  Bruno Haible  <bruno@clisp.org>
34020
34021         * modules/ldexpl: New file.
34022         * m4/ldexpl.m4: New file.
34023         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
34024         set.
34025         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
34026         REPLACE_LDEXPL.
34027         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
34028         REPLACE_LDEXPL.
34029         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34030         gl_FUNC_LDEXPL_WORKS.
34031         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
34032         * modules/mathl (Files): Remove lib/ldexpl.c.
34033         (Depends-on): Add ldexpl.
34034
34035 2007-03-29  Bruno Haible  <bruno@clisp.org>
34036
34037         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
34038
34039 2007-03-29  Bruno Haible  <bruno@clisp.org>
34040
34041         * tests/test-striconveh.c (main): Don't assume that a direct conversion
34042         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
34043         and possibly also HP-UX.
34044         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
34045         work on AIX, IRIX, HP-UX, OSF/1.
34046         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
34047         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
34048         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
34049         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
34050         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
34051         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
34052
34053 2007-03-29  Bruno Haible  <bruno@clisp.org>
34054
34055         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
34056
34057 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34058
34059         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
34060         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
34061
34062 2007-03-29  Eric Blake  <ebb9@byu.net>
34063
34064         * lib/acl-internal.h: Remove redundant include.
34065         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
34066         Cygwin when a file is locked.
34067
34068 2007-03-29  Bruno Haible  <bruno@clisp.org>
34069
34070         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
34071         file.
34072         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
34073
34074 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34075
34076         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
34077         try to remove a parent directory if the child couldn't be removed
34078         (except for the first rmdir, which could fail because the child
34079         doesn't exist).  Problem reported by Jeff Blaine in
34080         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
34081
34082 2007-03-28  Bruno Haible  <bruno@clisp.org>
34083
34084         * lib/striconveh.c (utf8conv_carefully): New function.
34085         (mem_cd_iconveh_internal): Invoke it.
34086
34087 2007-03-28  Bruno Haible  <bruno@clisp.org>
34088
34089         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
34090         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
34091         input.
34092         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
34093         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
34094         unistr/u8-uctomb.
34095
34096 2007-03-28  Bruno Haible  <bruno@clisp.org>
34097
34098         * modules/unistr/u8-mbtoucr: New file.
34099         * lib/unistr/u8-mbtoucr.c: New file.
34100         * modules/unistr/u16-mbtoucr: New file.
34101         * lib/unistr/u16-mbtoucr.c: New file.
34102         * modules/unistr/u16-mbtoucr: New file.
34103         * lib/unistr/u16-mbtoucr.c: New file.
34104         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
34105
34106 2007-03-27  Simon Josefsson  <simon@josefsson.org>
34107             Bruno Haible  <bruno@clisp.org>
34108
34109         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
34110         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
34111         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
34112
34113         * m4/stdio_h.m4: Add stubs for vasprintf too.
34114
34115         * modules/stdio: Support vasprintf in sed command.
34116
34117         * modules/vasprintf: Depend on stdio for prototypes.  Remove
34118         vasprintf.h.  Add stdio module indicator.
34119
34120         * lib/stdio_.h: Declare asprintf and vasprintf, based on
34121         vasprintf.h.
34122
34123         * lib/vasprintf.h: File removed.
34124
34125         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
34126         * lib/vasprintf.c: Ditto.
34127         * lib/xvasprintf.c: Ditto.
34128         * tests/test-vasprintf-posix.c: Ditto.
34129         * tests/test-vasprintf.c: Ditto.
34130
34131 2007-03-27  Bruno Haible  <bruno@clisp.org>
34132
34133         Make vasnprintf multithread-safe.
34134         * lib/vasnprintf.c (decimal_point_char): New function.
34135         (VASNPRINTF): Use it.
34136         Suggested by Simon Josefsson.
34137
34138 2007-03-27  Eric Blake  <ebb9@byu.net>
34139
34140         Support sub-second birthtime on cygwin.
34141         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
34142         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
34143         (get_stat_birthtime): Also work with st_birthtim.
34144
34145 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
34146
34147         * lib/stat-time.h (USE_BIRTHTIME): Remove.
34148         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
34149         (get_stat_birthtime_ns): Do not try to use "spare" fields.
34150         (get_stat_birthtime_ns): Simplify compile-time tests.
34151         (get_stat_birthtime): Change the API to look like
34152         get_stat_mtime etc., except return a negative tv_nsec on error.
34153         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
34154         Don't check for "spare" fields.
34155         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
34156         or for struct stat.st_birthtime, as these tests aren't used.
34157         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
34158
34159 2007-03-27  Bruno Haible  <bruno@clisp.org>
34160
34161         * lib/stat-time.h: Include <sys/stat.h>.
34162
34163 2007-03-27  James Youngman  <jay@gnu.org>
34164
34165         * lib/stat-time.h (get_stat_birthtime): New function for
34166           retrieving st_birthtime as provided by UFS2 (hence *BSD).
34167         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
34168           and its variants.
34169         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
34170         * modules/stat-time-test: New file.
34171         * tests/test-stat-time.c: New test, devised by Bruno Haible.
34172
34173 2007-03-26  Bruno Haible  <bruno@clisp.org>
34174
34175         Better support of signalling NaNs.
34176         * lib/atanl.c: Include isnanl.h.
34177         (atanl): Perform test for NaN at the beginning of the function and
34178         through a call to isnanl.
34179         * lib/cosl.c: Include isnanl.h.
34180         (cosl): Perform test for NaN at the beginning of the function and
34181         through a call to isnanl.
34182         * lib/ldexpl.c: Include isnanl.h.
34183         (ldexpl): Perform test for NaN through a call to isnanl.
34184         * lib/logl.c: Include isnanl.h.
34185         (logl): Perform test for NaN at the beginning of the function and
34186         through a call to isnanl.
34187         * lib/sinl.c: Include isnanl.h.
34188         (sinl): Perform test for NaN at the beginning of the function and
34189         through a call to isnanl.
34190         * lib/sqrtl.c: Include isnanl.h.
34191         (sqrtl): Perform test for NaN at the beginning of the function and
34192         through a call to isnanl.
34193         * lib/tanl.c: Include isnanl.h.
34194         (tanl): Perform test for NaN at the beginning of the function and
34195         through a call to isnanl.
34196         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
34197         * modules/mathl (Depends-on): Add isnanl.
34198
34199 2007-03-26  Eric Blake  <ebb9@byu.net>
34200
34201         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
34202         regression in logic sense of previous patch.
34203
34204 2007-03-26  Bruno Haible  <bruno@clisp.org>
34205
34206         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
34207         unportable shell command "if ! ...".
34208         Reported by Ralf Wildenhues.
34209
34210 2007-03-25  Bruno Haible  <bruno@clisp.org>
34211
34212         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
34213         <sysexits.h> file, and only add EX_CONFIG.
34214         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
34215         absolute file name and whether it is sufficient. Substitute also
34216         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
34217         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
34218         ABSOLUTE_SYSEXITS_H into sysexits.h.
34219
34220 2007-03-25  Bruno Haible  <bruno@clisp.org>
34221
34222         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
34223         hints is NULL.
34224
34225 2007-03-25  Bruno Haible  <bruno@clisp.org>
34226
34227         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
34228         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
34229
34230 2007-03-25  Bruno Haible  <bruno@clisp.org>
34231
34232         * lib/vasnprintf.c: Include langinfo.h.
34233         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
34234         multithread-safe.
34235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
34236         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
34237         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34238         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34239         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34240         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34241         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34242         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
34243         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34244         Reported by Simon Josefsson.
34245
34246 2007-03-25  Bruno Haible  <bruno@clisp.org>
34247
34248         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
34249         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
34250         * modules/vasnprintf (Depends-on): Add stdint.
34251
34252 2007-03-25  Bruno Haible  <bruno@clisp.org>
34253
34254         * modules/fpieee: New file.
34255         * m4/fpieee.m4: New file.
34256         * modules/isnan-nolibm (Depends-on): Add fpieee.
34257         * modules/isnanl-nolibm (Depends-on): Add fpieee.
34258         * modules/isnanl (Depends-on): Add fpieee.
34259
34260 2007-03-25  Bruno Haible  <bruno@clisp.org>
34261
34262         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
34263
34264 2007-03-25  Bruno Haible  <bruno@clisp.org>
34265
34266         Avoid test failures on IRIX 6.5.
34267         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
34268         (main): Use it.
34269         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
34270         macros.
34271         (main): Use them.
34272
34273 2007-03-25  Bruno Haible  <bruno@clisp.org>
34274
34275         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
34276         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
34277         exists but doesn't work.
34278         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
34279         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
34280         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
34281         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
34282
34283 2007-03-25  Bruno Haible  <bruno@clisp.org>
34284
34285         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
34286         returns inf. Needed on IRIX 6.5.
34287
34288 2007-03-25  Bruno Haible  <bruno@clisp.org>
34289
34290         * tests/test-frexpl.c: Include isnanl-nolibm.h.
34291         (main): Use isnanl instead of x != x idiom.
34292         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
34293
34294         * tests/test-frexp.c: Include isnan.h.
34295         (main): Use isnan instead of x != x idiom.
34296         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
34297
34298 2007-03-25  Bruno Haible  <bruno@clisp.org>
34299
34300         * tests/test-frexp.c (NaN): New function/macro.
34301         (main): Use it instead of 0.0 / 0.0.
34302         * tests/test-isnan.c (NaN): New function/macro.
34303         (main): Use it instead of 0.0 / 0.0.
34304         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
34305         (test_function): Use it instead of 0.0 / 0.0.
34306         * tests/test-vasprintf-posix.c (NaN): New function/macro.
34307         (test_function): Use it instead of 0.0 / 0.0.
34308         * tests/test-snprintf-posix.h (NaN): New function/macro.
34309         (test_function): Use it instead of 0.0 / 0.0.
34310         * tests/test-sprintf-posix.h (NaN): New function/macro.
34311         (test_function): Use it instead of 0.0 / 0.0.
34312         * tests/test-fprintf-posix.h (NaN): New function/macro.
34313         (test_function): Use it instead of 0.0 / 0.0.
34314         * tests/test-printf-posix.h (NaN): New function/macro.
34315         (test_function): Use it instead of 0.0 / 0.0.
34316
34317         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
34318
34319 2007-03-25  Bruno Haible  <bruno@clisp.org>
34320
34321         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
34322
34323 2007-03-25  Bruno Haible  <bruno@clisp.org>
34324
34325         * lib/regexec.c (merge_state_with_log): Make static.
34326
34327 2007-03-25  Bruno Haible  <bruno@clisp.org>
34328
34329         * lib/trigl.c (kernel_rem_pio2): Make static.
34330
34331 2007-03-25  Bruno Haible  <bruno@clisp.org>
34332
34333         * lib/sincosl.c (sincosl_table): Make static.
34334
34335 2007-03-25  Bruno Haible  <bruno@clisp.org>
34336
34337         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
34338         if the compiler does not support C99.
34339
34340 2007-03-25  Bruno Haible  <bruno@clisp.org>
34341
34342         * modules/time (Makefile.am): Ensure all rule action lines start with a
34343         tab.
34344
34345 2007-03-24  Bruno Haible  <bruno@clisp.org>
34346
34347         * modules/tsearch-tests: New file.
34348         * tests/test-tsearch.sh: New file.
34349         * tests/test-tsearch.c: New file, mostly copied from glibc.
34350
34351         * modules/search-tests: New file.
34352         * tests/test-search.c: New file.
34353
34354         * modules/search: New file.
34355         * lib/search_.h: New file, incorporating lib/tsearch.h.
34356         * m4/search_h.m4: New file.
34357         * lib/tsearch.h: Remove file.
34358         * lib/tsearch.c: Include search.h instead of tsearch.h.
34359         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
34360         HAVE_TSEARCH.
34361         * modules/tsearch (Files): Remove lib/tsearch.h.
34362         (Depends-on): Add search.
34363         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
34364         (Include): Change tsearch.h into search.h.
34365
34366 2007-03-24  Bruno Haible  <bruno@clisp.org>
34367
34368         * modules/fpucw: New file.
34369         * lib/fpucw.h: New file.
34370         * lib/frexp.c: Include fpucw.h.
34371         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34372         (FUNC): Use them.
34373         * lib/printf-frexp.c: Include fpucw.h.
34374         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34375         (FUNC): Use them.
34376         * lib/vasnprintf.c: Include fpucw.h.
34377         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
34378         'long double' calculations.
34379         * tests/test-frexpl.c: Include fpucw.h.
34380         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34381         * tests/test-printf-frexpl.c: Include fpucw.h.
34382         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34383         * modules/frexpl (Depends-on): Add fpucw.
34384         * modules/printf-frexpl (Depends-on): Likewise.
34385         * modules/fprintf-posix (Depends-on): Likewise.
34386         * modules/snprintf-posix (Depends-on): Likewise.
34387         * modules/sprintf-posix (Depends-on): Likewise.
34388         * modules/vasnprintf-posix (Depends-on): Likewise.
34389         * modules/vasprintf-posix (Depends-on): Likewise.
34390         * modules/vfprintf-posix (Depends-on): Likewise.
34391         * modules/vsnprintf-posix (Depends-on): Likewise.
34392         * modules/vsprintf-posix (Depends-on): Likewise.
34393         * modules/frexpl-tests (Depends-on): Likewise.
34394         * modules/printf-frexpl-tests (Depends-on): Likewise.
34395
34396 2007-03-24  Bruno Haible  <bruno@clisp.org>
34397
34398         * lib/float+.h: New file.
34399         * lib/isnan.c: Include float+.h.
34400         (SIZE): New macro.
34401         (FUNC): Compare only SIZE bytes of the value.
34402         * lib/vasnprintf.c: Include float+.h.
34403         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
34404         SIZEOF_LDBL or SIZEOF_DBL bytes.
34405         * modules/isnan-nolibm (Files): Add lib/float+.h.
34406         * modules/isnanl-nolibm (Files): Add lib/float+.h.
34407         * modules/isnanl (Files): Add lib/float+.h.
34408         * modules/vasnprintf (Files): Add lib/float+.h.
34409
34410 2007-03-24  Bruno Haible  <bruno@clisp.org>
34411
34412         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
34413         include isnanl-nolibm.h.
34414
34415 2007-03-24  Bruno Haible  <bruno@clisp.org>
34416
34417         * tests/test-read-file.c (main): Don't produce spurious output for
34418         expected situations. Make the test fail if it encountered unexpected
34419         results.
34420
34421 2007-03-24  Bruno Haible  <bruno@clisp.org>
34422
34423         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
34424         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
34425
34426 2007-03-24  Bruno Haible  <bruno@clisp.org>
34427
34428         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
34429
34430 2007-03-24  Bruno Haible  <bruno@clisp.org>
34431
34432         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
34433         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
34434
34435         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
34436         * modules/utf8-ucs4: Turn into a symbolic link to module
34437         unistr/u8-mbtouc.
34438
34439         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
34440         utf8-ucs4-unsafe.
34441         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
34442         unistr/u8-mbtouc-unsafe.
34443
34444         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
34445         * modules/utf16-ucs4: Turn into a symbolic link to module
34446         unistr/u16-mbtouc.
34447
34448         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
34449         utf16-ucs4-unsafe.
34450         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
34451         unistr/u16-mbtouc-unsafe.
34452
34453         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
34454         * modules/ucs4-utf8: Turn into a symbolic link to module
34455         unistr/u8-ubtomb.
34456
34457         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
34458         * modules/ucs4-utf16: Turn into a symbolic link to module
34459         unistr/u16-ubtomb.
34460
34461 2007-03-24  Bruno Haible  <bruno@clisp.org>
34462
34463         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
34464         Enable the function only if HAVE_INLINE.
34465         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
34466         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
34467         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
34468         Enable the function only if HAVE_INLINE.
34469         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
34470         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
34471         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
34472         Enable the function only if HAVE_INLINE.
34473         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
34474         Enable the function only if HAVE_INLINE.
34475         * modules/utf8-ucs4: Update.
34476         * modules/utf8-ucs4-unsafe: Update.
34477         * modules/utf16-ucs4: Update.
34478         * modules/utf16-ucs4-unsafe: Update.
34479         * modules/ucs4-utf8: Update.
34480         * modules/ucs4-utf16: Update.
34481
34482 2007-03-24  Bruno Haible  <bruno@clisp.org>
34483
34484         * lib/utf8-ucs4.h: Remove file.
34485         * lib/utf8-ucs4-unsafe.h: Remove file.
34486         * lib/utf16-ucs4.h: Remove file.
34487         * lib/utf16-ucs4-unsafe.h: Remove file.
34488         * lib/ucs4-utf8.h: Remove file.
34489         * lib/ucs4-utf16.h: Remove file.
34490         * lib/unistr.h: Include their previous contents.
34491         * m4/utf-ucs4.m4: Remove file.
34492         * m4/ucs4-utf.m4: Remove file.
34493         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
34494         (Depends-on): Add unistr/base.
34495         (configure.ac): Remove gl_UTF_UCS4.
34496         (Makefile.am): Update.
34497         (Include): Change to unistr.h.
34498         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
34499         (Depends-on): Add unistr/base.
34500         (configure.ac): Remove gl_UTF_UCS4.
34501         (Makefile.am): Update.
34502         (Include): Change to unistr.h.
34503         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
34504         (Depends-on): Add unistr/base.
34505         (configure.ac): Remove gl_UTF_UCS4.
34506         (Makefile.am): Update.
34507         (Include): Change to unistr.h.
34508         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
34509         (Depends-on): Add unistr/base.
34510         (configure.ac): Remove gl_UTF_UCS4.
34511         (Makefile.am): Update.
34512         (Include): Change to unistr.h.
34513         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
34514         (Depends-on): Add unistr/base.
34515         (configure.ac): Remove gl_UCS4_UTF.
34516         (Makefile.am): Update.
34517         (Include): Change to unistr.h.
34518         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
34519         (Depends-on): Add unistr/base.
34520         (configure.ac): Remove gl_UCS4_UTF.
34521         (Makefile.am): Update.
34522         (Include): Change to unistr.h.
34523         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
34524         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
34525         utf8-ucs4-unsafe.h.
34526         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
34527         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
34528         utf16-ucs4-unsafe.h.
34529         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
34530         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
34531         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
34532         * lib/unistr/u8-strchr.c: Likewise.
34533         * lib/unistr/u8-strrchr.c: Likewise.
34534         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
34535         * lib/unistr/u16-strchr.c: Likewise.
34536         * lib/unistr/u16-strrchr.c: Likewise.
34537         * lib/striconveh.c: Update.
34538         * lib/linebreak.c: Update.
34539
34540 2007-03-24  Bruno Haible  <bruno@clisp.org>
34541
34542         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
34543         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
34544
34545 2007-03-22  Bruno Haible  <bruno@clisp.org>
34546
34547         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
34548
34549 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34550
34551         * MODULES.html.sh (File system functions): New module write-any-file.
34552         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
34553         * m4/write-any-file.m4: New files.
34554
34555 2007-03-23  Eric Blake  <ebb9@byu.net>
34556
34557         * gnulib-tool: Rearrange space-tab sequences, since some editors
34558         like to eat them.
34559
34560 2007-03-23  Eric Blake  <ebb9@byu.net>
34561
34562         * lib/version-etc.c (version_etc_va): Update license wording to
34563         be more concise.  Recommended by Richard Stallman.
34564
34565 2007-03-22  Bruno Haible  <bruno@clisp.org>
34566
34567         * lib/poll.c (MSG_PEEK): New fallback definition.
34568
34569 2007-03-22  Bruno Haible  <bruno@clisp.org>
34570
34571         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
34572         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
34573         (main): Update.
34574         Fixes a compilation error on BeOS.
34575
34576 2007-03-22  Bruno Haible  <bruno@clisp.org>
34577
34578         * modules/frexpl-tests: New file.
34579         * tests/test-frexpl.c: New file.
34580
34581         * modules/frexpl: New file.
34582         * m4/frexpl.m4: New file.
34583         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
34584         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
34585         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
34586         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
34587         (Depends-on): Add frexpl. Remove isnanl-nolibm.
34588         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
34589
34590 2007-03-22  Bruno Haible  <bruno@clisp.org>
34591
34592         * lib/frexpl.c: Share code with lib/frexp.c.
34593         * modules/mathl (Files): Add lib/frexp.c.
34594         (Depends-on): Add isnanl-nolibm.
34595
34596 2007-03-22  Bruno Haible  <bruno@clisp.org>
34597
34598         * modules/printf-frexp (Files): Add m4/frexp.m4.
34599         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
34600         only if the found frexp function actually works.
34601
34602 2007-03-22  Bruno Haible  <bruno@clisp.org>
34603
34604         * lib/frexp.c: Remove older implementation that uses divisions.
34605
34606 2007-03-21  Bruno Haible  <bruno@clisp.org>
34607
34608         * modules/frexp-tests: New file.
34609         * tests/test-frexp.c: New file.
34610
34611         * modules/frexp: New file.
34612         * lib/frexp.c: New file.
34613         * m4/frexp.m4: New file.
34614         * lib/math_.h (frexp): New declaration.
34615         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
34616         REPLACE_FREXP.
34617         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
34618
34619 2007-03-21  Bruno Haible  <bruno@clisp.org>
34620
34621         * modules/isnanl-tests: New file.
34622         * tests/test-isnanl.c: New file.
34623
34624         * modules/isnanl: New file.
34625         * lib/isnanl.h: New file.
34626         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
34627         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
34628         gl_FUNC_ISNANL_WORKS.
34629         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
34630         New macros.
34631
34632 2007-03-21  Bruno Haible  <bruno@clisp.org>
34633
34634         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
34635         lib/isnanl.h.
34636         (Include): Update.
34637         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
34638         * lib/vasnprintf.c: Update.
34639         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
34640         tests/test-isnanl.h, remove tests/test-isnanl.c.
34641         (Makefile.am): Update.
34642         * tests/test-isnanl-nolibm.c: New file.
34643         * tests/test-isnanl.h: New file.
34644         * tests/test-isnanl.c: Remove file.
34645
34646 2007-03-21  Jim Meyering  <jim@meyering.net>
34647
34648         When trying to open ".", treat ESTALE like EACCES.
34649         * lib/savewd.c (savewd_save): Resort to forking not just upon
34650         failure with EACCES, but also when errno is ESTALE.
34651
34652 2007-03-20  Bruno Haible  <bruno@clisp.org>
34653
34654         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
34655         Needed on AIX 5.1. Reported by Matthew Woehlke.
34656
34657 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34658
34659         Suggestions by Bruno Haible:
34660         * lib/acl-internal.h: Include "gettext.h" rather than rolling
34661         our own.
34662         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
34663         * modules/acl (Depends-on): Add gettext.
34664
34665 2007-03-19  Bruno Haible  <bruno@clisp.org>
34666
34667         * modules/iconvme: Remove file.
34668         * lib/iconvme.h: Remove file.
34669         * lib/iconvme.c: Remove file.
34670         * m4/iconvme.m4: Remove file.
34671
34672 2007-03-19  Bruno Haible  <bruno@clisp.org>
34673
34674         * doc/relocatable-maint.texi: Break long shell script line.
34675         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
34676
34677 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34678
34679         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
34680         handle file_has_acl.
34681         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
34682         * lib/acl.c: Move header inclusions and related macro defns into
34683         lib/acl-internal.h.
34684         (S_ISLNK): Remove defn, since that's now done for us.
34685         (file_has_acl): Move to lib/file-has-acl.c.
34686         Call acl_trivial if available.  This is the crucial part of the fix.
34687         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
34688         shared within the library.  Rewrite a bit, partly to make it compatible
34689         with the GNU coding style.
34690         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
34691         Remove unnecessary double-quotes.
34692         Don't test for acl_to_text; the build will catch that.
34693         Replace acl_entries if it doesn't exist and it is needed.
34694         Check for -lsec and acl_trivial (as used on Solaris 10).
34695         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
34696         lib/file-has-acl.c.
34697         (Depends-on): Add sys_stat, for S_ISLNK.
34698
34699 2007-03-19  Ben Pfaff  <blp@gnu.org>
34700
34701         * doc/gnulib.texi: Fix typos.
34702         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
34703
34704 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34705
34706         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
34707         If size is zero here, buf must be zero.
34708
34709 2007-03-19  Simon Josefsson  <simon@josefsson.org>
34710
34711         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
34712         <bruno@clisp.org>.
34713
34714 2007-03-18  Bruno Haible  <bruno@clisp.org>
34715
34716         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
34717         Suggested by Eric Blake.
34718
34719 2007-03-18  Ben Pfaff  <blp@gnu.org>
34720
34721         * doc/relocatable.texi: Recommend using as prefix a directory
34722         that does not exist and will never be created.  Based on
34723         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
34724         and others.
34725
34726 2007-03-17  Bruno Haible  <bruno@clisp.org>
34727
34728         * lib/fchownat.c: Include lchown.h.
34729
34730 2007-03-17  Bruno Haible  <bruno@clisp.org>
34731
34732         Fix endless loop when the given allocated size was > INT_MAX.
34733         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
34734         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
34735         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
34736         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
34737         * lib/sprintf.c (sprintf): Likewise.
34738
34739 2007-03-17  Bruno Haible  <bruno@clisp.org>
34740
34741         * tests/test-argp-2.sh (func_compare): Output a context diff.
34742
34743 2007-03-17  Bruno Haible  <bruno@clisp.org>
34744
34745         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
34746         locale's decimal-point character.
34747
34748 2007-03-17  Bruno Haible  <bruno@clisp.org>
34749
34750         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
34751         before comparing it. Needed because on some platforms (e.g. x86) a
34752         'long double' occupies less bytes than sizeof (long double).
34753
34754 2007-03-17  Bruno Haible  <bruno@clisp.org>
34755
34756         * tests/test-crc.c (main): Make printf statements 64-bit clean.
34757         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
34758         * tests/test-getaddrinfo.c (simple): Likewise.
34759         * tests/test-read-file.c (main): Likewise.
34760
34761 2007-03-17  Bruno Haible  <bruno@clisp.org>
34762
34763         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
34764
34765 2007-03-17  Bruno Haible  <bruno@clisp.org>
34766
34767         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
34768         unused variable.
34769
34770 2007-03-17  Bruno Haible  <bruno@clisp.org>
34771
34772         * tests/test-c-strcasecmp.c: Include c-strcase.h.
34773         * tests/test-c-strncasecmp.c: Likewise.
34774
34775 2007-03-17  Bruno Haible  <bruno@clisp.org>
34776
34777         * modules/stdlib (Depends-on): Add unistd.
34778         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
34779         Needed for MacOS X 10.3.
34780
34781 2007-03-17  Bruno Haible  <bruno@clisp.org>
34782
34783         * lib/unistr/u-strdup.h: Include <stdlib.h>.
34784
34785 2007-03-17  Bruno Haible  <bruno@clisp.org>
34786
34787         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
34788
34789 2007-03-17  Bruno Haible  <bruno@clisp.org>
34790
34791         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
34792         to reflect files copied from gnulib (with or without modifications).
34793         Suggested by Jim Meyering.
34794
34795 2007-03-17  Eric Blake  <ebb9@byu.net>
34796
34797         * NEWS: Document stdlib change from 2007-02-18.
34798
34799 2007-03-17  Jim Meyering  <jim@meyering.net>
34800
34801         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
34802         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
34803         someone uses a name containing shell meta-characters.
34804         Reported by Alfred M. Szmidt.
34805
34806         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
34807
34808 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
34809
34810         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
34811         and copy gettext configuration files only if configure.ac contains
34812         a use of AM_GNU_GETTEXT_VERSION.
34813
34814 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
34815
34816         * build-aux/bootstrap (gnulib_name): New variable.
34817         (gnulib_tool_options): Use it.
34818
34819 2007-03-13  Simon Josefsson  <simon@josefsson.org>
34820
34821         * tests/test-des.c: Use new namespace.
34822
34823 2007-03-15  Bruno Haible  <bruno@clisp.org>
34824
34825         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
34826         Reported by James Youngman <jay@gnu.org>.
34827
34828 2007-03-15  Bruno Haible  <bruno@clisp.org>
34829
34830         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
34831         declared prototype. Needed with cc on OSF/1 5.1.
34832
34833 2007-03-15  Bruno Haible  <bruno@clisp.org>
34834
34835         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
34836         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
34837         (struct gl_list_implementation): Add dispose_fn argument to the
34838         'create_empty', 'create' methods.
34839         (struct gl_list_impl_base): Add field 'dispose_fn'.
34840         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
34841         argument.
34842         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
34843         dispose_fn argument.
34844         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
34845         dispose_fn on the dropped values.
34846         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
34847         dispose_fn argument.
34848         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
34849         dropped values.
34850         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
34851         (gl_tree_remove_node): Call dispose_fn on the dropped value.
34852         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
34853         (gl_tree_remove_node): Call dispose_fn on the dropped value.
34854         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
34855         argument.
34856         (gl_tree_list_free): Call dispose_fn on the dropped values.
34857         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
34858         the dropped values.
34859         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
34860         Add dispose_fn argument.
34861         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
34862         Call dispose_fn on the dropped values.
34863         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
34864         Add dispose_fn argument.
34865         (gl_sublist_create): Initialize the 'dispose_fn' field.
34866         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
34867         * tests/test-array_list.c (main): Update.
34868         * tests/test-carray_list.c (main): Update.
34869         * tests/test-avltree_list.c (main): Update.
34870         * tests/test-rbtree_list.c (main): Update.
34871         * tests/test-avltreehash_list.c (main): Update.
34872         * tests/test-rbtreehash_list.c (main): Update.
34873         * tests/test-linked_list.c (main): Update.
34874         * tests/test-linkedhash_list.c (main): Update.
34875         * tests/test-array_oset.c (main): Update.
34876
34877 2007-03-15  Bruno Haible  <bruno@clisp.org>
34878
34879         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
34880         (gl_oset_create_empty): Add dispose_fn argument.
34881         (struct gl_oset_implementation): Add dispose_fn argument to
34882         'create_empty' method.
34883         (struct gl_oset_impl_base): Add dispose_fn field.
34884         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
34885         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
34886         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
34887         values.
34888         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
34889         (gl_tree_oset_free): Call dispose_fn on the dropped values.
34890         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
34891         dropped value.
34892         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
34893         dropped value.
34894         * tests/test-array_oset.c (main): Update.
34895         * tests/test-avltree_oset.c (main): Update.
34896         * tests/test-rbtree_oset.c (main): Update.
34897         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
34898
34899 2007-03-13  Bruno Haible  <bruno@clisp.org>
34900
34901         * tests/test-stdbool.c (i): Update after last patch.
34902
34903 2007-03-12  Bruno Haible  <bruno@clisp.org>
34904
34905         * lib/quotearg.c: Include <wctype.h> early, before the definition of
34906         the iswprint macro. Needed on Solaris 2.5.1.
34907
34908 2007-03-12  Bruno Haible  <bruno@clisp.org>
34909
34910         * tests/test-printf-frexp.c (main): Declare x as volatile.
34911
34912 2007-03-12  Simon Josefsson  <simon@josefsson.org>
34913
34914         * doc/gnulib.texi (Build robot for gnulib): New section.
34915
34916 2007-03-12  Jim Meyering  <jim@meyering.net>
34917
34918         * build-aux/bootstrap: New file.
34919         * build-aux/bootstrap.conf: New file, from coreutils.
34920
34921 2007-03-11  Bruno Haible  <bruno@clisp.org>
34922
34923         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
34924
34925 2007-03-12  Simon Josefsson  <simon@josefsson.org>
34926
34927         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
34928         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
34929         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
34930
34931 2007-03-11  Bruno Haible  <bruno@clisp.org>
34932
34933         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
34934         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
34935
34936 2007-03-11  Bruno Haible  <bruno@clisp.org>
34937
34938         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
34939         formula. Needed for SunPRO C 5.0.
34940
34941 2007-03-11  Bruno Haible  <bruno@clisp.org>
34942
34943         * modules/long-options (Depends-on): Add getopt.
34944
34945 2007-03-11  Bruno Haible  <bruno@clisp.org>
34946
34947         * modules/modechange (Depends-on): Add stdbool.
34948
34949 2007-03-11  Bruno Haible  <bruno@clisp.org>
34950
34951         * modules/i-ring (Depends-on): Add stdbool.
34952
34953 2007-03-11  Bruno Haible  <bruno@clisp.org>
34954
34955         * modules/gc-des (Depends-on): Add stdbool.
34956
34957 2007-03-11  Bruno Haible  <bruno@clisp.org>
34958
34959         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
34960
34961 2007-03-11  Bruno Haible  <bruno@clisp.org>
34962
34963         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
34964
34965 2007-03-11  Bruno Haible  <bruno@clisp.org>
34966
34967         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
34968
34969 2007-03-11  Bruno Haible  <bruno@clisp.org>
34970
34971         * lib/vasnprintf.c (sprintf): Undefine.
34972
34973 2007-03-11  Bruno Haible  <bruno@clisp.org>
34974
34975         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
34976         initializers in SunPRO C and Compaq C compilers.
34977
34978 2007-03-11  Bruno Haible  <bruno@clisp.org>
34979
34980         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
34981         decrementing code ANSI C compliant.
34982
34983 2007-03-11  Bruno Haible  <bruno@clisp.org>
34984
34985         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
34986         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
34987
34988 2007-03-11  Bruno Haible  <bruno@clisp.org>
34989
34990         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
34991         <stdbool.h> substitute doesn't pass.
34992
34993 2007-03-11  Bruno Haible  <bruno@clisp.org>
34994
34995         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
34996
34997 2007-03-11  Bruno Haible  <bruno@clisp.org>
34998
34999         * gnulib-tool (func_create_megatestdir): Create also an autobuild
35000         script, for submission to autobuild.josefsson.org.
35001
35002 2007-03-10  Bruno Haible  <bruno@clisp.org>
35003
35004         * modules/canonicalize-lgpl-tests: New file.
35005         * tests/test-canonicalize-lgpl.sh: New file.
35006         * tests/test-canonicalize-lgpl.c: New file.
35007
35008         * modules/c-strcase-tests: New file.
35009         * tests/test-c-strcase.sh: New file.
35010         * tests/test-c-strcasecmp.c: New file.
35011         * tests/test-c-strncasecmp.c: New file.
35012
35013         * modules/atexit-tests: New file.
35014         * tests/test-atexit.sh: New file.
35015         * tests/test-atexit.c: New file.
35016
35017 2007-03-10  Bruno Haible  <bruno@clisp.org>
35018
35019         * tests/test-binary-io.sh: Use temporary filenames that are not so
35020         likely to clash with those of other tests (in a parallel make).
35021         * tests/test-binary-io.c: Likewise.
35022
35023 2007-03-10  Bruno Haible  <bruno@clisp.org>
35024
35025         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
35026         fallback; use #error instead.
35027         Suggested by Simon Josefsson.
35028
35029 2007-03-10  Bruno Haible  <bruno@clisp.org>
35030
35031         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
35032         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
35033         first and the last.
35034
35035 2007-03-10  Bruno Haible  <bruno@clisp.org>
35036
35037         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
35038
35039 2007-03-10  Bruno Haible  <bruno@clisp.org>
35040
35041         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
35042         "make distcheck".
35043         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
35044         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
35045         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
35046
35047 2007-03-10  Bruno Haible  <bruno@clisp.org>
35048
35049         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
35050         variable.
35051         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
35052         variable.
35053
35054 2007-03-09  Eric Blake  <ebb9@byu.net>
35055         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
35056
35057         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
35058         types are not being provided by gnulib.
35059         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
35060         types are supported.
35061
35062 2007-03-10  Bruno Haible  <bruno@clisp.org>
35063
35064         * lib/stdio_.h (__attribute__): New macro.
35065         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
35066         vsprintf): Specify __attribute__ __format__ for GCC.
35067         Suggested by Eric Blake.
35068
35069 2007-03-09  Bruno Haible  <bruno@clisp.org>
35070
35071         * modules/printf-posix-tests: New file.
35072         * tests/test-printf-posix.sh: New file.
35073         * tests/test-printf-posix.c: New file.
35074
35075         * modules/printf-posix: New file.
35076         * lib/printf.c: New file.
35077         * m4/printf-posix-rpl.m4: New file.
35078         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
35079         REPLACE_PRINTF.
35080         * lib/stdio_.h (printf): New declaration.
35081         (format, __format__, ____printf____, ____scanf____, ____strftime____,
35082         ____strfmon____): New macros.
35083         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
35084         REPLACE_PRINTF.
35085
35086 2007-03-09  Bruno Haible  <bruno@clisp.org>
35087
35088         * tests/test-vasnprintf-posix2.sh: New file.
35089         * tests/test-vasnprintf-posix2.c: New file.
35090         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
35091         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
35092         (Makefile.am): Activate test-vasnprintf-posix2.sh.
35093
35094         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
35095         a locale dependent decimal point, rather than always '.'.
35096
35097 2007-03-09  Eric Blake  <ebb9@byu.net>
35098
35099         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
35100         spite of platforms like Tandem/NSK that define it to -1.
35101
35102 2007-03-08  Bruno Haible  <bruno@clisp.org>
35103
35104         * modules/vprintf-posix-tests: New file.
35105         * tests/test-vprintf-posix.sh: New file.
35106         * tests/test-vprintf-posix.c: New file.
35107         * tests/test-printf-posix.h: New file.
35108
35109         * modules/vprintf-posix: New file.
35110         * lib/vprintf.c: New file.
35111         * m4/vprintf-posix.m4: New file.
35112         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
35113         REPLACE_VPRINTF.
35114         * lib/stdio_.h (vprintf): New declaration.
35115         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
35116         REPLACE_VPRINTF.
35117
35118 2007-03-08  Bruno Haible  <bruno@clisp.org>
35119
35120         * modules/fprintf-posix-tests: New file.
35121         * tests/test-fprintf-posix.sh: New file.
35122         * tests/test-fprintf-posix.c: New file.
35123
35124         * modules/fprintf-posix: New file.
35125         * lib/fprintf.c: New file.
35126         * m4/fprintf-posix.m4: New file.
35127         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
35128         REPLACE_FPRINTF.
35129         * lib/stdio_.h (fprintf): New declaration.
35130         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
35131         REPLACE_FPRINTF.
35132
35133 2007-03-08  Bruno Haible  <bruno@clisp.org>
35134
35135         * modules/vfprintf-posix-tests: New file.
35136         * tests/test-vfprintf-posix.sh: New file.
35137         * tests/test-vfprintf-posix.c: New file.
35138         * tests/test-fprintf-posix.h: New file.
35139         * tests/test-fprintf-posix.out: New file.
35140
35141         * modules/vfprintf-posix: New file.
35142         * lib/vfprintf.c: New file.
35143         * m4/vfprintf-posix.m4: New file.
35144         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
35145         REPLACE_VFPRINTF.
35146         * lib/stdio_.h (vfprintf): New declaration.
35147         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
35148         REPLACE_VFPRINTF.
35149
35150 2007-03-08  Bruno Haible  <bruno@clisp.org>
35151
35152         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
35153
35154 2007-03-08  Bruno Haible  <bruno@clisp.org>
35155
35156         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
35157         instead of 'expr' invocations.
35158         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35159         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35160         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35161         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35162         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35163         Suggested by Paul Eggert.
35164
35165 2007-03-08  Bruno Haible  <bruno@clisp.org>
35166
35167         * modules/fseterr-tests: New file.
35168         * tests/test-fseterr.c: New file.
35169
35170         * modules/fseterr: New file.
35171         * lib/fseterr.h: New file.
35172         * lib/fseterr.c: New file.
35173
35174 2007-03-08  Bruno Haible  <bruno@clisp.org>
35175
35176         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
35177         * lib/getopt_.h: Likewise.
35178         * lib/mbswidth.h: Likewise.
35179         * lib/setenv.h: Likewise.
35180         * lib/vasnprintf.h: Likewise.
35181         * lib/vasprintf.h: Likewise.
35182         * lib/verror.h: Likewise.
35183         * lib/xsetenv.h: Likewise.
35184         * lib/xvasprintf.h: Likewise.
35185
35186 2007-03-08  Jim Meyering  <jim@meyering.net>
35187
35188         * users.txt: Add parted.
35189
35190         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
35191
35192 2007-03-07  Bruno Haible  <bruno@clisp.org>
35193
35194         * m4/printf.m4: Make the shell script snippets copy&pastable.
35195
35196 2007-03-02  Bruno Haible  <bruno@clisp.org>
35197
35198         * lib/netinet_in_.h: New file.
35199         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
35200         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
35201         * modules/netinet_in (Files): Add lib/netinet_in_.h.
35202         (Depends-on): Add absolute-header.
35203         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
35204         into netinet/in.h.
35205
35206 2007-03-03  Bruno Haible  <bruno@clisp.org>
35207
35208         * lib/sys_select_.h: New file.
35209         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
35210         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
35211         * modules/sys_select (Files): Add lib/sys_select_.h.
35212         (Depends-on): Add absolute-header.
35213         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
35214         into sys/select.h.
35215
35216 2007-03-02  Bruno Haible  <bruno@clisp.org>
35217
35218         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
35219         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
35220         values.
35221         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
35222         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
35223         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
35224         * modules/sys_socket (Depends-on): Add absolute-header.
35225         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
35226         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
35227         (Include): Remove requirement of inclusion of <sys/types.h>.
35228
35229 2007-03-02  Bruno Haible  <bruno@clisp.org>
35230
35231         * lib/byteswap_.h (bswap_32): Fix formula.
35232
35233 2007-03-06  Bruno Haible  <bruno@clisp.org>
35234
35235         * modules/sprintf-posix-tests: New file.
35236         * tests/test-sprintf-posix.c: New file.
35237
35238         * modules/sprintf-posix: New file.
35239         * lib/sprintf.c: New file.
35240         * m4/sprintf-posix.m4: New file.
35241         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
35242         REPLACE_SPRINTF.
35243         * lib/stdio_.h (sprintf): New declaration.
35244         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
35245         REPLACE_SPRINTF.
35246
35247 2007-03-06  Bruno Haible  <bruno@clisp.org>
35248
35249         * modules/vsprintf-posix-tests: New file.
35250         * tests/test-vsprintf-posix.c: New file.
35251         * tests/test-sprintf-posix.h: New file.
35252
35253         * modules/vsprintf-posix: New file.
35254         * lib/vsprintf.c: New file.
35255         * m4/vsprintf-posix.m4: New file.
35256         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
35257         REPLACE_VSPRINTF.
35258         * lib/stdio_.h (vsprintf): New declaration.
35259         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
35260         REPLACE_VSPRINTF.
35261
35262 2007-03-06  Bruno Haible  <bruno@clisp.org>
35263
35264         * modules/vsnprintf (Depend-on): Remove minmax.
35265
35266 2007-03-06  Bruno Haible  <bruno@clisp.org>
35267
35268         * modules/snprintf-posix-tests: New file.
35269         * tests/test-snprintf-posix.c: New file.
35270
35271         * modules/snprintf-posix: New file.
35272         * m4/snprintf-posix.m4: New file.
35273         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
35274         gl_FUNC_SNPRINTF.
35275         (gl_FUNC_SNPRINTF): Invoke it.
35276         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
35277         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
35278         is set.
35279         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
35280
35281 2007-03-06  Bruno Haible  <bruno@clisp.org>
35282
35283         * modules/vsnprintf-posix-tests: New file.
35284         * tests/test-vsnprintf-posix.c: New file.
35285         * tests/test-snprintf-posix.h: New file.
35286
35287         * modules/vsnprintf-posix: New file.
35288         * m4/vsnprintf-posix.m4: New file.
35289         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
35290         gl_FUNC_VSNPRINTF.
35291         (gl_FUNC_VSNPRINTF): Invoke it.
35292         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
35293         * lib/stdio_.h (vsnprintf): Define as a replacement if
35294         REPLACE_VSNPRINTF is set.
35295         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
35296
35297 2007-03-06  Bruno Haible  <bruno@clisp.org>
35298
35299         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
35300         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
35301
35302 2007-03-06  Bruno Haible  <bruno@clisp.org>
35303
35304         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
35305         (asinl): Declare also if HAVE_DECL_ASINL is set.
35306         (atanl): Declare also if HAVE_DECL_ATANL is set.
35307         (ceill): Declare also if HAVE_DECL_CEILL is set.
35308         (cosl): Declare also if HAVE_DECL_COSL is set.
35309         (expl): Declare also if HAVE_DECL_EXPL is set.
35310         (floorl): Declare also if HAVE_DECL_FLOORL is set.
35311         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
35312         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
35313         (logl): Declare also if HAVE_DECL_LOGL is set.
35314         (sinl): Declare also if HAVE_DECL_SINL is set.
35315         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
35316         (tanl): Declare also if HAVE_DECL_TANL is set.
35317         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
35318         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
35319         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
35320         declaration of frexpl, ldexpl.
35321         * modules/printf-frexpl (Depends-on): Add math.
35322         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
35323
35324 2007-03-05  Bruno Haible  <bruno@clisp.org>
35325
35326         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
35327         frexpl and ldexpl are declared.
35328         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
35329
35330 2007-03-05  Bruno Haible  <bruno@clisp.org>
35331
35332         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
35333         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
35334
35335 2007-03-05  Bruno Haible  <bruno@clisp.org>
35336
35337         * lib/stdio_.h: Include <stddef.h>.
35338
35339 2007-03-05  Bruno Haible  <bruno@clisp.org>
35340
35341         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
35342
35343 2007-03-05  Bruno Haible  <bruno@clisp.org>
35344
35345         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
35346         NetBSD 4, from Ralf Wildenhues.
35347
35348 2007-03-04  Bruno Haible  <bruno@clisp.org>
35349
35350         * lib/vasprintf.h: Update #if logic for the case when the functions
35351         exist but are overridden.
35352
35353 2007-03-04  Bruno Haible  <bruno@clisp.org>
35354
35355         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
35356         implementations: glibc-2.4 and MacOS X 10.3.
35357         * tests/test-vasnprintf-posix.c (test_function): Test also the case
35358         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
35359         * tests/test-vasprintf-posix.c (test_function): Likewise.
35360
35361 2007-03-04  Bruno Haible  <bruno@clisp.org>
35362
35363         * modules/vasprintf-posix-tests: New file.
35364         * tests/test-vasprintf-posix.c: New file.
35365
35366         * modules/vasprintf-posix: New file.
35367         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
35368         defined.
35369         * m4/vasprintf-posix.m4: New file.
35370         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
35371         gl_FUNC_VASPRINTF.
35372         (gl_FUNC_VASPRINTF): Invoke it.
35373         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
35374         here.
35375         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
35376
35377 2007-03-04  Bruno Haible  <bruno@clisp.org>
35378
35379         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
35380         REPLACE_GETTIMEOFDAY.
35381         * modules/sys_time (Makefile.am): Likewise.
35382         * m4/sys_time_h.m4: Likewise.
35383         * m4/gettimeofday.m4: Likewise.
35384
35385 2007-03-04  Bruno Haible  <bruno@clisp.org>
35386
35387         * modules/vasnprintf-posix-tests: New file.
35388         * tests/test-vasnprintf-posix.c: New file.
35389
35390         * modules/vasnprintf-posix: New file.
35391         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
35392         printf-frexpl.h.
35393         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
35394         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
35395         REPLACE_VASNPRINTF is defined.
35396         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
35397         gl_FUNC_VASNPRINTF.
35398         (gl_FUNC_VASNPRINTF): Invoke it.
35399         * m4/vasnprintf-posix.m4: New file.
35400         * m4/printf.m4: New file.
35401
35402 2007-03-04  Bruno Haible  <bruno@clisp.org>
35403
35404         Compile progreloc.c only if --enable-relocatable is specified.
35405         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
35406         if --enable-relocatable was specified.
35407         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
35408         lib_SOURCES.
35409
35410 2007-03-04  Jim Meyering  <jim@meyering.net>
35411
35412         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
35413         Use it consistently, rather than enumerating errno constants.
35414
35415 2007-03-04  Bruno Haible  <bruno@clisp.org>
35416
35417         * modules/xvasprintf-tests: New file.
35418         * tests/test-xvasprintf.c: New file.
35419
35420         * modules/vasprintf-tests: New file.
35421         * tests/test-vasprintf.c: New file.
35422
35423         * modules/vasnprintf-tests: New file.
35424         * tests/test-vasnprintf.c: New file.
35425
35426         * modules/vsnprintf-tests: New file.
35427         * tests/test-vsnprintf.c: New file.
35428
35429         * modules/snprintf-tests: New file.
35430         * tests/test-snprintf.c: New file.
35431
35432 2007-03-04  Bruno Haible  <bruno@clisp.org>
35433
35434         Compile relocatable.c only if --enable-relocatable is specified.
35435         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
35436         gl_RELOCATABLE_LIBRARY.
35437         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
35438         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
35439         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
35440         gl_RELOCATABLE_LIBRARY.
35441         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
35442         (Makefile.am): Remove lib_SOURCES.
35443         * modules/relocatable-lib-lgpl (configure.ac): Invoke
35444         gl_RELOCATABLE_LIBRARY.
35445         (Makefile.am): Remove lib_SOURCES.
35446         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
35447         always.
35448         * modules/relocatable-prog-wrapper (configure.ac): Invoke
35449         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
35450
35451 2007-03-04  Bruno Haible  <bruno@clisp.org>
35452
35453         * modules/argmatch-tests: New file.
35454         * tests/test-argmatch.c: New file.
35455
35456         * tests/test-allocsa.c (main): Halve the number of loop runs.
35457
35458         * modules/alloca-opt-tests: New file.
35459         * tests/test-alloca-opt.c: New file.
35460
35461 2007-03-04  Jim Meyering  <jim@meyering.net>
35462
35463         Work around difference between Linux ACLs and Solaris 10 ZFS.
35464         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
35465         for EINVAL.
35466
35467 2007-03-03  Bruno Haible  <bruno@clisp.org>
35468
35469         * modules/relocatable-prog (Depends-on): Add back progreloc's
35470         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
35471
35472 2007-03-03  Bruno Haible  <bruno@clisp.org>
35473
35474         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
35475         * modules/relocatable-lib: New file.
35476
35477 2007-03-03  Bruno Haible  <bruno@clisp.org>
35478
35479         * modules/relocatable-prog: Renamed from modules/relocatable.
35480         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
35481
35482 2007-03-03  Bruno Haible  <bruno@clisp.org>
35483
35484         * modules/relocatable-script (Files): Add doc/relocatable.texi,
35485         m4/relocatable-lib.m4.
35486         (Depends-on): Remove 'relocatable'.
35487         (configure.ac): Add gl_RELOCATABLE_NOP.
35488
35489 2007-03-03  Bruno Haible  <bruno@clisp.org>
35490
35491         * modules/relocatable-prog-wrapper: New file.
35492         * modules/relocatable (Depends-on): Add it. Remove all other
35493         dependencies except progname.
35494         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
35495
35496         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
35497         (gl_FUNC_STRERROR): Nop.
35498         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
35499
35500         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
35501         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
35502
35503         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
35504         (gl_FUNC_READLINK): Update.
35505
35506         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
35507
35508 2007-03-03  Bruno Haible  <bruno@clisp.org>
35509
35510         * lib/xreadlink.c: Include <unistd.h> unconditionally.
35511         * modules/xreadlink (Depends-on): Add unistd.
35512         * modules/xreadlink-with-size (Depends-on): Likewise.
35513
35514 2007-03-03  Bruno Haible  <bruno@clisp.org>
35515
35516         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
35517         extracted from gt_FUNC_SETENV.
35518         (gt_FUNC_SETENV): Remove macro.
35519         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
35520         remove gt_FUNC_SETENV.
35521
35522 2007-03-03  Bruno Haible  <bruno@clisp.org>
35523
35524         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
35525         ENABLE_RELOCATABLE here.
35526         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
35527
35528 2007-03-03  Bruno Haible  <bruno@clisp.org>
35529
35530         * modules/rbtreehash-list-tests (Depends-on): Add progname.
35531         * tests/test-rbtreehash_list.c: Include progname.h.
35532         (main): Call set_program_name.
35533
35534         * modules/rbtree-oset-tests (Depends-on): Add progname.
35535         * tests/test-rbtree_oset.c: Include progname.h.
35536         (main): Call set_program_name.
35537
35538         * modules/rbtree-list-tests (Depends-on): Add progname.
35539         * tests/test-rbtree_list.c: Include progname.h.
35540         (main): Call set_program_name.
35541
35542         * modules/linked-list-tests (Depends-on): Add progname.
35543         * tests/test-linked_list.c: Include progname.h.
35544         (main): Call set_program_name.
35545
35546 2007-03-03  Bruno Haible  <bruno@clisp.org>
35547
35548         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
35549         All uses of __restrict changed to _Restrict_.
35550         * lib/glob_.h (__restrict): Remove macro.
35551
35552 2007-03-02  Bruno Haible  <bruno@clisp.org>
35553
35554         * modules/gettext (configure.ac): Require gettext infrastructure
35555         from version 0.16.1.
35556
35557 2007-03-02  Bruno Haible  <bruno@clisp.org>
35558
35559         * modules/linkedhash-list-tests (Depends-on): Add progname.
35560         * tests/test-linkedhash_list.c: Include progname.h.
35561         (main): Call set_program_name.
35562
35563         * modules/carray-list-tests (Depends-on): Add progname.
35564         * tests/test-carray_list.c: Include progname.h.
35565         (main): Call set_program_name.
35566
35567         * modules/avltreehash-list-tests (Depends-on): Add progname.
35568         * tests/test-avltreehash_list.c: Include progname.h.
35569         (main): Call set_program_name.
35570
35571         * modules/avltree-oset-tests (Depends-on): Add progname.
35572         * tests/test-avltree_oset.c: Include progname.h.
35573         (main): Call set_program_name.
35574
35575         * modules/avltree-list-tests (Depends-on): Add progname.
35576         * tests/test-avltree_list.c: Include progname.h.
35577         (main): Call set_program_name.
35578
35579         * modules/array-oset-tests (Depends-on): Add progname.
35580         * tests/test-array_oset.c: Include progname.h.
35581         (main): Call set_program_name.
35582
35583         * modules/array-list-tests (Depends-on): Add progname.
35584         * tests/test-array_list.c: Include progname.h.
35585         (main): Call set_program_name.
35586
35587         * modules/argp-tests (Depends-on): Add progname.
35588         * tests/test-argp.c: Include argp.h first. Include progname.h.
35589         (main): Call set_program_name.
35590
35591 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
35592
35593         * doc/gnulib-tool.texi (Initial import): Reword description of
35594         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
35595         limited effect even if defined after the first system include.
35596
35597 2007-03-01  Bruno Haible  <bruno@clisp.org>
35598
35599         * build-aux/config.libpath: Update to libtool-1.5.22.
35600         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
35601
35602 2007-03-01  Bruno Haible  <bruno@clisp.org>
35603
35604         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
35605         foo_CFLAGS.
35606         Reported by Ralf Wildenhues.
35607
35608 2007-03-01  Bruno Haible  <bruno@clisp.org>
35609
35610         * build-aux/install-reloc: Remove object files left over by some
35611         compilers.
35612         Reported by Ralf Wildenhues.
35613
35614 2007-03-01  Bruno Haible  <bruno@clisp.org>
35615
35616         * build-aux/install-reloc: Break long lines.
35617
35618 2007-03-01  Bruno Haible  <bruno@clisp.org>
35619
35620         * doc/relocatable.texi: Document that it may not work on OpenBSD.
35621         Reported by Ralf Wildenhues.
35622
35623 2007-03-01  Bruno Haible  <bruno@clisp.org>
35624
35625         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
35626         include ordering constraints.
35627
35628 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35629
35630         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
35631         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
35632         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
35633         as another example.
35634         * lib/time_.h: Fix misspelling.
35635         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35636         Require gl_HEADER_TIME_H_DEFAULTS.
35637         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
35638         * m4/time_r.m4 (gl_TIME_R): Likewise.
35639         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
35640
35641 2007-03-01  Bruno Haible  <bruno@clisp.org>
35642
35643         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
35644         * m4/utimens.m4 (gl_UTIMENS): Likewise.
35645
35646 2007-03-01  Jim Meyering  <jim@meyering.net>
35647
35648         * modules/xreadlink (Maintainer): Add my name.
35649         * modules/xreadlink-with-size (Depends-on): Alphabetize.
35650
35651 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
35652             Bruno Haible  <bruno@clisp.org>
35653
35654         * build-aux/install-reloc: Compile also c-ctype.c.
35655         * build-aux/relocatable.sh.in: New file.
35656         * doc/relocatable.texi: New file.
35657         * doc/relocatable-maint.texi: New file.
35658         * doc/gnulib.texi: Include relocatable-maint.texi.
35659         * lib/progreloc.c: Include unistd.h unconditionally.
35660         * lib/relocwrapper.c: Include unistd.h unconditionally.
35661         Include c-ctype.h.
35662         (add_dotbin): Use c_tolower.
35663         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
35664         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
35665         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
35666         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
35667         to m4/relocatable-lib.m4.
35668         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
35669         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
35670         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
35671         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
35672         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
35673         * modules/relocatable: New file.
35674         * modules/relocatable-lib: New file.
35675         * modules/relocatable-script: New file.
35676
35677 2007-02-28  Bruno Haible  <bruno@clisp.org>
35678
35679         Import --enable-relocatable infrastructure.
35680         * build-aux/config.libpath: New file, from GNU gettext.
35681         * build-aux/install-reloc: New file, from GNU gettext.
35682         * build-aux/reloc-ldflags: New file, from GNU gettext.
35683         * lib/relocatable.h: New file, from GNU gettext.
35684         * lib/relocatable.c: New file, from GNU gettext.
35685         * lib/relocwrapper.c: New file, from GNU gettext.
35686         * m4/relocatable.m4: New file, from GNU gettext.
35687
35688 2007-02-28  Bruno Haible  <bruno@clisp.org>
35689
35690         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
35691
35692         * modules/xreadlink: New file, from GNU gettext with modifications.
35693         * lib/xreadlink.c: New file, from GNU gettext.
35694         * lib/xreadlink.h: Add comments.
35695         (xreadlink): New declaration.
35696
35697         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
35698         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
35699         lib/xreadlink-with-size.c.
35700         (configure.ac): Remove gl_XREADLINK invocation.
35701         (Makefile.am): Augment lib_SOURCES.
35702         * m4/xreadlink.m4: Remove file.
35703         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
35704         (xreadlink_with_size): Renamed from xreadink.
35705         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
35706         * modules/canonicalize (Depends-on): Replace xreadlink with
35707         xreadlink-with-size.
35708         * lib/canonicalize.c (canonicalize_filename_mode): Update.
35709
35710 2007-02-25  Jim Meyering  <jim@meyering.net>
35711
35712         * build-aux/announce-gen: When complaining about excess arguments,
35713         list them.
35714
35715 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
35716
35717         * README: Document signed integer overflow situation more
35718         accurately.
35719
35720 2007-02-25  Bruno Haible  <bruno@clisp.org>
35721
35722         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
35723         'a' or 'A' conversion.
35724
35725 2007-02-25  Bruno Haible  <bruno@clisp.org>
35726
35727         * modules/filename: Renamed from modules/pathname.
35728         (Files): Replace lib/pathname.h with lib/filename.h. Replace
35729         lib/concatpath.c with lib/concat-filename.c.
35730         (Makefile.am): Update.
35731         (Include): Replace pathname.h with filename.h.
35732         * lib/filename.h: Renamed from lib/pathname.h.
35733         (concatenated_filename): Renamed from concatenated_pathname.
35734         * lib/concat-filename.c: Renamed from lib/concatpath.c.
35735         (concatenated_filename): Renamed from concatenated_pathname.
35736         * lib/findprog.c: Include filename.h instead of pathname.h.
35737         (find_in_path): Update.
35738         * lib/javacomp.c: Include filename.h instead of pathname.h.
35739         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
35740         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
35741         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
35742         is_oldgcj_14_13_usable, is_javac_usable): Update.
35743         * lib/javaexec.c: Include filename.h instead of pathname.h.
35744         (execute_java_class): Update.
35745         * modules/findprog: Update.
35746         * modules/javacomp: Update.
35747         * modules/javaexec: Update.
35748         * MODULES.html.sh (File system functions): Add 'filename', remove
35749         'pathname'.
35750
35751 2007-02-25  Bruno Haible  <bruno@clisp.org>
35752
35753         * modules/printf-frexpl-tests: New file.
35754         * tests/test-printf-frexpl.c: New file.
35755
35756         * modules/printf-frexpl: New file.
35757         * lib/printf-frexpl.h: New file.
35758         * lib/printf-frexpl.c: New file.
35759         * m4/printf-frexpl.m4: New file.
35760
35761 2007-02-25  Bruno Haible  <bruno@clisp.org>
35762
35763         * modules/printf-frexp-tests: New file.
35764         * tests/test-printf-frexp.c: New file.
35765
35766         * modules/printf-frexp: New file.
35767         * lib/printf-frexp.h: New file.
35768         * lib/printf-frexp.c: New file.
35769         * m4/printf-frexp.m4: New file.
35770
35771 2007-02-25  Bruno Haible  <bruno@clisp.org>
35772
35773         Assume automake >= 1.10 for the tests.
35774         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
35775         * modules/arctwo-tests: Likewise.
35776         * modules/argp-tests: Likewise.
35777         * modules/avltree-list-tests: Likewise.
35778         * modules/avltree-oset-tests: Likewise.
35779         * modules/avltreehash-list-tests: Likewise.
35780         * modules/carray-list-tests: Likewise.
35781         * modules/crc-tests: Likewise.
35782         * modules/des-tests: Likewise.
35783         * modules/gc-arcfour-tests: Likewise.
35784         * modules/gc-arctwo-tests: Likewise.
35785         * modules/gc-des-tests: Likewise.
35786         * modules/gc-hmac-md5-tests: Likewise.
35787         * modules/gc-hmac-sha1-tests: Likewise.
35788         * modules/gc-md2-tests: Likewise.
35789         * modules/gc-md4-tests: Likewise.
35790         * modules/gc-md5-tests: Likewise.
35791         * modules/gc-pbkdf2-sha1-tests: Likewise.
35792         * modules/gc-rijndael-tests: Likewise.
35793         * modules/gc-sha1-tests: Likewise.
35794         * modules/gc-tests: Likewise.
35795         * modules/getaddrinfo-tests: Likewise.
35796         * modules/hmac-md5-tests: Likewise.
35797         * modules/hmac-sha1-tests: Likewise.
35798         * modules/linked-list-tests: Likewise.
35799         * modules/linkedhash-list-tests: Likewise.
35800         * modules/lock-tests: Likewise.
35801         * modules/md2-tests: Likewise.
35802         * modules/md4-tests: Likewise.
35803         * modules/md5-tests: Likewise.
35804         * modules/rbtree-list-tests: Likewise.
35805         * modules/rbtree-oset-tests: Likewise.
35806         * modules/rbtreehash-list-tests: Likewise.
35807         * modules/read-file-tests: Likewise.
35808         * modules/rijndael-tests: Likewise.
35809         * modules/stdint-tests: Likewise.
35810         * modules/tls-tests: Likewise.
35811
35812 2007-02-24  Bruno Haible  <bruno@clisp.org>
35813
35814         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
35815         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
35816         function; instead check whether isnan with a double argument links.
35817         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
35818         function; instead check whether isnan with a 'long double' argument
35819         links.
35820         Reported by Eric Blake <ebb9@byu.net>.
35821
35822 2007-02-24  Bruno Haible  <bruno@clisp.org>
35823
35824         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
35825         defined.
35826         * lib/isnanl.c: Remove all code. Just include isnan.c.
35827         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
35828
35829 2007-02-25  Jim Meyering  <jim@meyering.net>
35830
35831         Avoid conflicting types for 'unsetenv' on FreeBSD.
35832         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
35833         conflicting with FreeBSD's (5.0 and 6.1) function declaration
35834         in stdlib.h.
35835
35836 2007-02-24  Bruno Haible  <bruno@clisp.org>
35837
35838         * modules/isnanl-nolibm-tests: New file.
35839         * tests/test-isnanl.c: New file.
35840
35841         * modules/isnanl-nolibm: New file.
35842         * lib/isnanl.h: New file.
35843         * lib/isnanl.c: New file.
35844         * m4/isnanl.m4: New file.
35845
35846 2007-02-24  Bruno Haible  <bruno@clisp.org>
35847
35848         * modules/isnan-nolibm-tests: New file.
35849         * tests/test-isnan.c: New file.
35850
35851         * modules/isnan-nolibm: New file.
35852         * lib/isnan.h: New file.
35853         * lib/isnan.c: New file.
35854         * m4/isnan.m4: New file.
35855
35856 2007-02-24  Bruno Haible  <bruno@clisp.org>
35857
35858         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
35859         assume that an exponent fits in 20 bits.
35860
35861 2007-02-24  Jim Meyering  <jim@meyering.net>
35862
35863         * m4/regex.m4: Update the description of the configure-time option,
35864         --without-included-regex, to state accurately what the defaults are,
35865         and perhaps to give people an idea why using this option is risky.
35866
35867 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
35868
35869         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
35870         loops on small arguments.  This attempts to avoid the problem
35871         Bruno Haible reported for AIX 4.3.2 in
35872         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
35873
35874 2007-02-23  Bruno Haible  <bruno@clisp.org>
35875
35876         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
35877         Needed for help2man.
35878
35879 2007-02-23  Karl Berry  <karl@gnu.org>
35880
35881         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
35882         exists, foo.h should be cvs-ignored, not committed.
35883
35884 2007-02-23  Eric Blake  <ebb9@byu.net>
35885
35886         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
35887         * lib/stat-time.h (includes): Likewise.
35888         * lib/utimecmp.c (includes): Likewise.
35889         * lib/utimens.h (includes): Likewise.
35890         * lib/getdate.y (includes): Also include "timespec.h" for use
35891         internal to the module.
35892         * modules/utimens (Depends-on): Revert yesterday's patch.
35893         * modules/nanosleep (Depends-on): Add missing dependency.
35894
35895 2007-02-22  Bruno Haible  <bruno@clisp.org>
35896
35897         * lib/glob.c: Don't include getlogin_r.h.
35898
35899 2007-02-22  Jim Meyering  <jim@meyering.net>
35900
35901         * modules/utimens (Depends-on): Add timespec, required for
35902         utimens.h's inclusion of timespec.h.
35903
35904 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
35905
35906         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
35907         long unreadable paths in GNU/Linux.  Problem reported by Andreas
35908         Schwab in
35909         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
35910         I'll try to think of a better way to fix the Solaris problem.
35911
35912         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
35913         like glibc; on Solaris 10, it fails with errno == EINVAL.
35914         POSIX says the behavior is unspecified if the first argument is NULL,
35915         so play it safe and never pass NULL to the system getcwd.
35916
35917 2007-02-21  Jim Meyering  <jim@meyering.net>
35918
35919         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
35920         of gettimeofday.  It would conflict with the one now always
35921         provided via sys_time_.h.  Reported by Matthew Woehlke, as
35922         an IRIX 6.5 build failure.
35923
35924 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
35925
35926         Minor fixups to port to Solaris 10 with Sun C 5.8.
35927         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
35928         * modules/getcwd (Depends-on): Add dirfd.
35929         * lib/putenv.c (putenv): #undef it.
35930         (rpl_putenv): New decl.
35931         (malloc, free): Include <stdlib.h> rather than prototyping separately.
35932
35933 2007-02-20  Bruno Haible  <bruno@clisp.org>
35934
35935         * modules/stdio-tests: New file.
35936         * tests/test-stdio.c: New file.
35937
35938         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
35939         (Depends-on): Add stdio.
35940         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
35941         (Include): Use <stdio.h> instead of vsnprintf.h.
35942         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
35943         HAVE_DECL_VSNPRINTF.
35944         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
35945
35946         * modules/snprintf (Files): Remove lib/snprintf.h.
35947         (Depends-on): Add stdio.
35948         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
35949         (Include): Use <stdio.h> instead of snprintf.h.
35950         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
35951         HAVE_DECL_SNPRINTF.
35952         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
35953         * lib/getaddrinfo.c: Likewise.
35954
35955         * modules/stdio: New file.
35956         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
35957         * lib/snprintf.h: Remove file.
35958         * lib/vsnprintf.h: Remove file.
35959         * lib/.cppi-disable: Remove snprintf.h.
35960         * m4/stdio_h.m4: New file.
35961         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
35962
35963 2007-02-20  Jim Meyering  <jim@meyering.net>
35964
35965         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
35966         used by e.g., mingw.  From Bruno Haible.
35967
35968 2007-02-19  Bruno Haible  <bruno@clisp.org>
35969
35970         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
35971         warnings.
35972         Reported by Ben Pfaff <blp@cs.stanford.edu>.
35973
35974 2007-02-19  Bruno Haible  <bruno@clisp.org>
35975
35976         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
35977         from mingw users.
35978
35979 2007-02-19  Bruno Haible  <bruno@clisp.org>
35980
35981         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
35982         warnings.
35983         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
35984
35985 2007-02-19  Jim Meyering  <jim@meyering.net>
35986
35987         Don't use FD after a successful "fdopendir (fd)".
35988         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
35989         Reset it by calling dirfd on the just-obtained DIR*.
35990
35991         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
35992         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
35993
35994 2007-02-18  Bruno Haible  <bruno@clisp.org>
35995
35996         * lib/readlink.c: Include <unistd.h>.
35997         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
35998         HAVE_READLINK.
35999         * modules/readlink (Depends-on): Add unistd.
36000         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36001         (Include): Add <unistd.h>.
36002
36003         * lib/getlogin_r.h: Remove file.
36004         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
36005         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
36006         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
36007         HAVE_DECL_GETLOGIN_R.
36008         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
36009         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36010         (Include): Use <unistd.h> instead of getlogin_r.h.
36011
36012         * lib/getcwd.h: Remove file.
36013         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
36014         * lib/xgetcwd.c: Likewise.
36015         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
36016         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
36017         * modules/getcwd (Files): Remove lib/getcwd.h.
36018         (Depends-on): Add unistd.
36019         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36020         (Include): Use <unistd.h> instad of getcwd.h.
36021
36022         * lib/ftruncate.c: Include <unistd.h> first.
36023         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
36024         Set HAVE_FTRUNCATE.
36025         * modules/ftruncate (Depends-on): Add unistd.
36026         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36027
36028         * lib/fchdir.c: Include <unistd.h> first.
36029         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
36030         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
36031         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
36032         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36033         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
36034
36035         * lib/dup2.c: Include <unistd.h> first.
36036         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
36037         HAVE_DUP2.
36038         * modules/dup2 (Depends-on): Add unistd.
36039         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36040
36041         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
36042         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
36043         REPLACE_CHOWN. Don't define chown as a macro here.
36044         * modules/chown (Depends-on): Add unistd.
36045         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36046
36047         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
36048         Add definition for GL_LINK_WARNING.
36049         (chown, dup2): New declarations.
36050         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
36051         link warning.
36052         (ftruncate): New declaration.
36053         (getcwd): New declaration, taken from old getcwd.h.
36054         (getlogin_r): New declaration, taken from old getlogin_r.h.
36055         (readlink): New declaration.
36056         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
36057         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
36058         (gl_PREREQ_UNISTD): Remove macro.
36059         (gl_UNISTD_MODULE_INDICATOR): New macro.
36060         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
36061         many new variables. Don't set UNISTD_H.
36062         * modules/unistd (Description): Change.
36063         (Depends-on): Add link-warning.
36064         (configure.ac): Update.
36065         (Makefile.am): Create unistd.h always. Substitute many new variables
36066         into it.
36067
36068 2007-02-18  Bruno Haible  <bruno@clisp.org>
36069
36070         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
36071         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
36072         HAVE_GETSUBOPT.
36073         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
36074         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
36075         * lib/getsubopt.h: Remove file.
36076         * modules/getsubopt (Files): Remove lib/getsubopt.h.
36077         (Depends-on): Add stdlib.
36078         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36079         (Includes): Use <stdlib.h> instead of getsubopt.h.
36080         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
36081         Set HAVE_GETSUBOPT.
36082         * lib/getsubopt.c: Don't include getsubopt.h.
36083
36084 2007-02-18  Bruno Haible  <bruno@clisp.org>
36085
36086         * modules/fchdir (Depends-on): Add dup2.
36087
36088 2007-02-18  Bruno Haible  <bruno@clisp.org>
36089
36090         * lib/stdlib_.h: Handle glibc's special invocation convention
36091         specially.
36092
36093 2007-02-18  Bruno Haible  <bruno@clisp.org>
36094
36095         * modules/stdlib-tests: New file.
36096         * tests/test-stdlib.c: New file.
36097
36098         * modules/mkstemp (Files): Remove lib/mkstemp.h.
36099         (Depends-on): Add stdlib.
36100         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36101         (Includes): Use <stdlib.h> instead of mkstemp.h.
36102         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36103         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
36104         * lib/mkstemp.c: Don't include mkstemp.h.
36105         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
36106         * lib/stdlib--.h: Don't include mkstemp.h.
36107
36108         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
36109         (Depends-on): Add stdlib.
36110         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36111         (Includes): Use <stdlib.h> instead of mkdtemp.h.
36112         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36113         HAVE_MKDTEMP.
36114         * lib/mkdtemp.c: Don't include mkdtemp.h.
36115         * lib/clean-temp.c: Don't include mkdtemp.h.
36116
36117         * modules/exit (Files): Remove lib/exit.h.
36118         (Depends-on): Add stdlib.
36119         (Makefile.am): Remove lib_SOURCES.
36120         (Include): Use <stdlib.h> instead of exit.h.
36121         * lib/argmatch.c: Don't include exit.h.
36122         * lib/execute.c: Likewise.
36123         * lib/pagealign_alloc.c: Likewise.
36124         * lib/pipe.c: Likewise.
36125         * lib/wait-process.c: Likewise.
36126         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
36127         * lib/exitfail.c: Likewise.
36128         * lib/savewd.c: Likewise.
36129         * lib/xsetenv.c: Likewise.
36130
36131         * modules/stdlib: New file.
36132         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
36133         and extra comments about mkstemp().
36134         * lib/exit.h: Remove file.
36135         * lib/mkdtemp.h: Remove file.
36136         * lib/mkstemp.h: Remove file.
36137         * m4/stdlib_h.m4: New file.
36138         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
36139
36140 2007-02-18  Bruno Haible  <bruno@clisp.org>
36141
36142         * modules/math-tests: New file.
36143         * tests/test-math.c: New file.
36144
36145         * modules/math: New file.
36146         * modules/mathl (Files): Remove lib/mathl.h.
36147         (Depends-on): Add math.
36148         (Makefile.am): Don't mention mathl.h.
36149         (Include): Use <math.h> instead of mathl.h.
36150         * lib/math_.h: New file.
36151         * lib/mathl.h: Remove file.
36152         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
36153         mathl.h.
36154         * lib/asinl.c: Likewise.
36155         * lib/atanl.c: Likewise.
36156         * lib/ceill.c: Likewise.
36157         * lib/cosl.c: Likewise.
36158         * lib/expl.c: Likewise.
36159         * lib/floorl.c: Likewise.
36160         * lib/frexpl.c: Likewise.
36161         * lib/ldexpl.c: Likewise.
36162         * lib/logl.c: Likewise.
36163         * lib/sincosl.c: Likewise.
36164         * lib/sinl.c: Likewise.
36165         * lib/sqrtl.c: Likewise.
36166         * lib/tanl.c: Likewise.
36167         * lib/trigl.c: Likewise.
36168         * m4/math_h.m4: New file.
36169         * MODULES.html.sh (Mathematics): Add math.
36170
36171 2007-02-17  Bruno Haible  <bruno@clisp.org>
36172
36173         * modules/wctype-tests: New file.
36174         * tests/test-wctype.c: New file.
36175
36176         * modules/wchar-tests: New file.
36177         * tests/test-wchar.c: New file.
36178
36179         * modules/unistd-tests: New file.
36180         * tests/test-unistd.c: New file.
36181
36182         * modules/time-tests: New file.
36183         * tests/test-time.c: New file.
36184
36185         * modules/sysexits-tests: New file.
36186         * tests/test-sysexits.c: New file.
36187
36188         * modules/sys_time-tests: New file.
36189         * tests/test-sys_time.c: New file.
36190
36191         * modules/sys_stat-tests: New file.
36192         * tests/test-sys_stat.c: New file.
36193
36194         * modules/sys_socket-tests: New file.
36195         * tests/test-sys_socket.c: New file.
36196
36197         * modules/sys_select-tests: New file.
36198         * tests/test-sys_select.c: New file.
36199
36200         * modules/string-tests: New file.
36201         * tests/test-string.c: New file.
36202
36203         * modules/stdbool-tests: New file.
36204         * tests/test-stdbool.c: New file.
36205
36206         * modules/netinet_in-tests: New file.
36207         * tests/test-netinet_in.c: New file.
36208
36209         * modules/inttypes-tests: New file.
36210         * tests/test-inttypes.c: New file.
36211
36212         * modules/fcntl-tests: New file.
36213         * tests/test-fcntl.c: New file.
36214
36215         * modules/byteswap-tests: New file.
36216         * tests/test-byteswap.c: New file.
36217
36218         * modules/arpa_inet-tests: New file.
36219         * tests/test-arpa_inet.c: New file.
36220
36221 2007-02-17  Bruno Haible  <bruno@clisp.org>
36222
36223         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
36224         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
36225         if the corresponding module is not enabled. Emit link warnings if
36226         the function is used nevertheless.
36227         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
36228         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
36229         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
36230         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
36231         * modules/inttypes (Depends-on): Add link-warning.
36232         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36233         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
36234         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
36235         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
36236         * modules/imaxdiv (configure.ac): Likewise.
36237         * modules/strtoimax (configure.ac): Likewise.
36238         * modules/strtoumax (configure.ac): Likewise.
36239
36240 2007-02-17  Bruno Haible  <bruno@clisp.org>
36241
36242         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
36243         gl_STRING_MODULE_INDICATOR_DEFAULTS.
36244         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
36245         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
36246
36247 2007-02-17  Bruno Haible  <bruno@clisp.org>
36248
36249         * modules/link-warning: New file.
36250         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
36251         * lib/string_.h (GL_LINK_WARNING): Remove definition.
36252         * modules/string (Depends-on): Add link-warning.
36253         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36254         string.h.
36255         * MODULES.html.sh (Support for building libraries and executables): Add
36256         link-warning.
36257
36258 2007-02-17  Bruno Haible  <bruno@clisp.org>
36259
36260         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
36261         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
36262         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
36263         long lines.
36264
36265 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
36266             Bruno Haible  <bruno@clisp.org>
36267
36268         * modules/tmpfile: New file.
36269         * lib/tmpfile.c: New file.
36270         * m4/tmpfile.m4: New file.
36271         * MODULES.html.sh (func_all_modules): New section "Input/output".
36272
36273 2007-02-15  Bruno Haible  <bruno@clisp.org>
36274
36275         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
36276         (supports_delete_on_close): New function.
36277         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
36278
36279 2007-02-14  Bruno Haible  <bruno@clisp.org>
36280
36281         * modules/mbspcasecmp-tests: New file.
36282         * tests/test-mbspcasecmp.sh: New file.
36283         * tests/test-mbspcasecmp.c: New file.
36284
36285         New module mbspcasecmp.
36286         * modules/mbspcasecmp: New file.
36287         * lib/mbspcasecmp.c: New file.
36288         * lib/string_.h (strncasecmp): Change warning message.
36289         (mbspcasecmp): New declaration.
36290         * m4/mbspcasecmp.m4: New file.
36291         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36292         GNULIB_MBSPCASECMP.
36293         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
36294         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
36295
36296 2007-02-14  Bruno Haible  <bruno@clisp.org>
36297
36298         * modules/mbsncasecmp-tests: New file.
36299         * tests/test-mbsncasecmp.sh: New file.
36300         * tests/test-mbsncasecmp.c: New file.
36301
36302         New module mbsncasecmp.
36303         * modules/mbsncasecmp: New file.
36304         * lib/mbsncasecmp.c: New file.
36305         * lib/string_.h (mbsncasecmp): New declaration.
36306         * m4/mbsncasecmp.m4: New file.
36307         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36308         GNULIB_MBSNCASECMP.
36309         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
36310         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
36311
36312 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36313
36314         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
36315         Verify that it doesn't overlap with our flags.
36316         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
36317         do not have the desired effect in multibyte locales; instead, use
36318         mbscasecmp.
36319         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
36320         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
36321         we don't require GNU fnmatch ourselves (if our users require it, they
36322         should do so explicitly).
36323
36324         Fix regex code so it doesn't rely on strcasecmp.
36325         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
36326         Otherwise, include gnulib's langinfo.h.
36327         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
36328         undesirable behavior in non-C locales.  Instead, rely on localecharset.
36329         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
36330         * modules/regex (FILES): Remove m4/codeset.m4.
36331         (Depends-on): Add localcharset.  Remove strcase.
36332
36333 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36334
36335         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
36336         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
36337
36338 2007-02-13  Bruno Haible  <bruno@clisp.org>
36339
36340         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
36341         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36342
36343 2007-02-12  Bruno Haible  <bruno@clisp.org>
36344
36345         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
36346         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
36347         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
36348         time warning rather than a link error.
36349
36350 2007-02-12  Bruno Haible  <bruno@clisp.org>
36351
36352         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
36353         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
36354         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36355
36356 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36357
36358         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
36359         args, not 2.
36360
36361 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36362
36363         New module 'time', so that apps can include <time.h> as per
36364         POSIX and GNU instead of separate include files like time_r.h
36365         and timegm.h.  This implementation tries out a simpler approach
36366         for replacing decls in standard include files (as compared to
36367         the string module), somewhat as an experiment.
36368
36369         * config/srclist.txt: Comment out mktime.c for now.
36370         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
36371         since it doesn't apply any more.  Use generic wording instead.
36372         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
36373         'time'.
36374         * lib/time_.h, m4/time_h.m4, modules/time: New files.
36375         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
36376         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
36377         Don't include <sys/types.h>; no longer needed since we assume C89.
36378         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
36379         * lib/strftime.c: Likewise.
36380         * lib/time_r.c: Likewise.
36381         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
36382         * lib/nanosleep.c: Include <time.h> first, to check interface.
36383         * lib/strptime.c: Likewise.
36384         * lib/time_r.c: Likewise.
36385         * lib/timegm.c: Likewise.
36386         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
36387         needed.
36388         * lib/timegm.c: Don't include timegm.h; no longer needed.
36389         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
36390         time.h now handles any problems in that area.
36391         (struct timespec, nanosleep): Remove; time.h now arranges for these.
36392         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
36393         that time.h defines struct timespec.
36394         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
36395         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
36396         handles that.
36397         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
36398         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
36399         needed.  Set REPLACE_LOCALTIME.
36400         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
36401         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
36402         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
36403         nanosleep; time_h.m4 now does that.  Don't require
36404         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
36405         module handles this now.
36406         * modules/getdate (Depends-on): Remove timespec.  Add time.
36407         * modules/nanosleep (Depends-on): Likewise.
36408         * modules/stat-time (Depends-on): Likewise.
36409         * modules/nanosleep (Include): Include time.h, not timespec.h.
36410         * modules/strptime (Files): Remove lib/strptime.h.
36411         (Depends-on): Add extensions, time.
36412         (Include): Include time.h, not strptime.h.
36413         * modules/time_r (Files): Remove lib/time_r.h.
36414         (Depends-on): Add time.
36415         (Include): Include time.h, not time_r.h.
36416         * modules/timegm: Likewise.
36417         * modules/timespec (Description): Now does timespec-related decls
36418         of our own, instead of struct timespec itself.
36419         (Depends-on): Add time; remove extensions.
36420         (Maintainer): Add self.
36421         * modules/utimecmp (Depends-on): Add time; remove timespec.
36422         * modules/utimens (Depends-on): Likewise.
36423         * modules/xnanosleep (Depends-on): Likewise.
36424
36425 2007-02-11  Bruno Haible  <bruno@clisp.org>
36426
36427         * lib/c-strstr.c: Include allocsa.h.
36428         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36429         * lib/c-strcasestr.c: Include allocsa.h.
36430         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36431         * lib/strcasestr.c: Include allocsa.h.
36432         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36433         * lib/mbsstr.c: Include allocsa.h.
36434         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36435         allocsa/freesa instead of malloc/free.
36436         * lib/mbscasestr.c: Include allocsa.h.
36437         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36438         allocsa/freesa instead of malloc/free.
36439         * modules/c-strstr (Depends-on): Add allocsa.
36440         * modules/c-strcasestr (Depends-on): Likewise.
36441         * modules/strcasestr (Depends-on): Likewise.
36442         * modules/mbsstr (Depends-on): Likewise.
36443         * modules/mbscasestr (Depends-on): Likewise.
36444
36445 2007-02-11  Bruno Haible  <bruno@clisp.org>
36446
36447         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
36448
36449         * modules/mbsspn-tests: New file.
36450         * tests/test-mbsspn.sh: New file.
36451         * tests/test-mbsspn.c: New file.
36452
36453 2007-02-11  Bruno Haible  <bruno@clisp.org>
36454
36455         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
36456
36457         * modules/mbspbrk-tests: New file.
36458         * tests/test-mbspbrk.sh: New file.
36459         * tests/test-mbspbrk.c: New file.
36460
36461 2007-02-11  Bruno Haible  <bruno@clisp.org>
36462
36463         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
36464         unneeded cast.
36465
36466         * modules/mbscspn-tests: New file.
36467         * tests/test-mbscspn.sh: New file.
36468         * tests/test-mbscspn.c: New file.
36469
36470 2007-02-11  Bruno Haible  <bruno@clisp.org>
36471
36472         * modules/mbscasecmp-tests: New file.
36473         * tests/test-mbscasecmp.sh: New file.
36474         * tests/test-mbscasecmp.c: New file.
36475
36476 2007-02-11  Bruno Haible  <bruno@clisp.org>
36477
36478         Ensure O(n) worst-case complexity of mbscasestr.
36479         * lib/mbscasestr.c: Include stdbool.h.
36480         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
36481         functions.
36482         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
36483         the bookkeeping indicates that it's worth it.
36484         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
36485
36486         * modules/mbscasestr-tests: New file.
36487         * tests/test-mbscasestr1.c: New file.
36488         * tests/test-mbscasestr2.sh: New file.
36489         * tests/test-mbscasestr2.c: New file.
36490         * tests/test-mbscasestr3.sh: New file.
36491         * tests/test-mbscasestr3.c: New file.
36492         * tests/test-mbscasestr4.sh: New file.
36493         * tests/test-mbscasestr4.c: New file.
36494         * m4/locale-tr.m4: New file.
36495
36496 2007-02-11  Bruno Haible  <bruno@clisp.org>
36497
36498         Ensure O(n) worst-case complexity of mbsstr.
36499         * lib/mbsstr.c: Include stdbool.h.
36500         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
36501         functions.
36502         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
36503         bookkeeping indicates that it's worth it.
36504         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
36505
36506         * modules/mbsstr-tests: New file.
36507         * tests/test-mbsstr1.c: New file.
36508         * tests/test-mbsstr2.sh: New file.
36509         * tests/test-mbsstr2.c: New file.
36510         * tests/test-mbsstr3.sh: New file.
36511         * tests/test-mbsstr3.c: New file.
36512         * m4/locale-fr.m4: New file.
36513
36514 2007-02-11  Bruno Haible  <bruno@clisp.org>
36515
36516         * lib/mbsrchr.c (mbsrchr): Fix bug.
36517
36518         * modules/mbsrchr-tests: New file.
36519         * tests/test-mbsrchr.sh: New file.
36520         * tests/test-mbsrchr.c: New file.
36521
36522 2007-02-11  Bruno Haible  <bruno@clisp.org>
36523
36524         * lib/mbschr.c (mbschr): Fix bug.
36525
36526         * modules/mbschr-tests: New file.
36527         * tests/test-mbschr.sh: New file.
36528         * tests/test-mbschr.c: New file.
36529         * m4/locale-zh.m4: New file.
36530
36531 2007-02-11  Bruno Haible  <bruno@clisp.org>
36532
36533         Support for copying multibyte string iterators.
36534         * lib/mbiter.h: Include <string.h>.
36535         (mbiter_multi_copy): New function.
36536         (mbi_copy): New macro.
36537         * lib/mbuiter.h: Include <string.h>.
36538         (mbuiter_multi_copy): New function.
36539         (mbui_copy): New macro.
36540
36541 2007-02-11  Bruno Haible  <bruno@clisp.org>
36542
36543         New module mbslen.
36544         * modules/mbslen: New file.
36545         * lib/mbslen.c: New file.
36546         * lib/string_.h (mbslen): New declaration.
36547         * m4/mbslen.m4: New file.
36548         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36549         GNULIB_MBSLEN.
36550         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
36551         * MODULES.html.sh (Internationalization functions): Add mbslen.
36552
36553 2007-02-11  Bruno Haible  <bruno@clisp.org>
36554
36555         Ensure O(n) worst-case complexity of strcasestr substitute.
36556         * lib/strcasestr.c: Include stdbool.h.
36557         (knuth_morris_pratt): New function.
36558         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
36559         bookkeeping indicates that it's worth it.
36560         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
36561
36562         * modules/strcasestr-tests: New file.
36563         * tests/test-strcasestr.c: New file.
36564
36565 2007-02-11  Bruno Haible  <bruno@clisp.org>
36566
36567         Ensure O(n) worst-case complexity of c_strcasestr.
36568         * lib/c-strcasestr.c: Include stdbool.h, string.h.
36569         (knuth_morris_pratt): New function.
36570         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
36571         the bookkeeping indicates that it's worth it.
36572         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
36573
36574         * modules/c-strcasestr-tests: New file.
36575         * tests/test-c-strcasestr.c: New file.
36576
36577 2007-02-11  Bruno Haible  <bruno@clisp.org>
36578
36579         Ensure O(n) worst-case complexity of c_strstr.
36580         * lib/c-strstr.c: Include stdbool.h, string.h.
36581         (knuth_morris_pratt): New function.
36582         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
36583         bookkeeping indicates that it's worth it.
36584         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
36585
36586         * lib/c-strstr.c: Complete rewrite for maintainability.
36587
36588         * modules/c-strstr-tests: New file.
36589         * tests/test-c-strstr.c: New file.
36590
36591 2007-02-11  Bruno Haible  <bruno@clisp.org>
36592
36593         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
36594         5.2.1 and earlier, whereby \055 was treated just like the range
36595         delimiter '-'.
36596         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
36597
36598 2007-02-08  Bruno Haible  <bruno@clisp.org>
36599
36600         * modules/regex (Depends-on): Add stdbool.
36601         Reported by Dalibor Topic <robilad@kaffe.org>.
36602
36603 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
36604
36605         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
36606         Prefer returning from main to exiting from it.
36607         Remove unnecessary parens after sizeof.
36608
36609 2007-02-05  Bruno Haible  <bruno@clisp.org>
36610
36611         New module mbssep.
36612         * modules/mbssep: New file.
36613         * lib/mbssep.c: New file.
36614         * lib/string_.h (strsep): Add a conditional link warning.
36615         (mbssep): New declaration.
36616         * m4/mbssep.m4: New file.
36617         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36618         GNULIB_MBSSEP.
36619         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
36620         * MODULES.html.sh (Internationalization functions): Add mbssep.
36621
36622 2007-02-05  Bruno Haible  <bruno@clisp.org>
36623
36624         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
36625         Optimize search in case of 1 delimiter.
36626
36627 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
36628
36629         * lib/acl.h: Include sys/types.h before sys/acl.h.
36630
36631 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
36632
36633         Merge upstream fix for glibc bugzilla #3957:
36634
36635         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
36636
36637         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
36638         bit for RE_HAT_LISTS_NOT_NEWLINE.
36639         (build_charclass_op): Remove bogus comment.
36640
36641 2007-02-05  Simon Josefsson  <simon@josefsson.org>
36642
36643         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
36644
36645 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
36646
36647         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
36648         * lib/memmem.c [!defined _LIBC]: Include config.h.
36649
36650 2007-02-04  Bruno Haible  <bruno@clisp.org>
36651
36652         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
36653         warning message.
36654
36655 2007-02-04  Bruno Haible  <bruno@clisp.org>
36656
36657         New module mbstok_r.
36658         * modules/mbstok_r: New file.
36659         * lib/mbstok_r.c: New file.
36660         * lib/string_.h (strtok_r): Change argument names to match the
36661         comments. Add a conditional link warning.
36662         (mbstok_r): New declaration.
36663         * m4/mbstok_r.m4: New file.
36664         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36665         GNULIB_MBSTOK_R.
36666         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
36667         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
36668
36669 2007-02-04  Bruno Haible  <bruno@clisp.org>
36670
36671         New module mbsspn.
36672         * modules/mbsspn: New file.
36673         * lib/mbsspn.c: New file.
36674         * lib/string_.h (strspn): Add a conditional link warning.
36675         (mbsspn): New declaration.
36676         * m4/mbsspn.m4: New file.
36677         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36678         GNULIB_MBSSPN.
36679         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
36680         * MODULES.html.sh (Internationalization functions): Add mbsspn.
36681
36682 2007-02-04  Bruno Haible  <bruno@clisp.org>
36683
36684         New module mbspbrk.
36685         * modules/mbspbrk: New file.
36686         * lib/mbspbrk.c: New file.
36687         * lib/string_.h (strpbrk): Add a conditional link warning.
36688         (mbspbrk): New declaration.
36689         * m4/mbspbrk.m4: New file.
36690         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36691         GNULIB_MBSPBRK.
36692         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
36693         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
36694
36695 2007-02-04  Bruno Haible  <bruno@clisp.org>
36696
36697         New module mbscspn.
36698         * modules/mbscspn: New file.
36699         * lib/mbscspn.c: New file.
36700         * lib/string_.h (strcspn): Add a conditional link warning.
36701         (mbscspn): New declaration.
36702         * m4/mbscspn.m4: New file.
36703         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36704         GNULIB_MBSCSPN.
36705         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
36706         * MODULES.html.sh (Internationalization functions): Add mbscspn.
36707
36708 2007-02-04  Bruno Haible  <bruno@clisp.org>
36709
36710         New module mbscasestr, reduced goal of strcasestr.
36711         * modules/mbscasestr: New file.
36712         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
36713         (mbscasestr): Renamed from strcasestr.
36714         * lib/strcasestr.c: Don't include mbuiter.h.
36715         (strcasestr): Remove support for multibyte locales.
36716         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
36717         Change the conditional link warning.
36718         (mbscasestr): New declaration.
36719         * m4/mbscasestr.m4: New file.
36720         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
36721         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
36722         REPLACE_STRCASESTR.
36723         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
36724         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
36725         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
36726         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
36727         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
36728         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
36729         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
36730         (Depends-on): Remove mbuiter.
36731         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
36732
36733 2007-02-04  Bruno Haible  <bruno@clisp.org>
36734
36735         Simplify handling of strncasecmp.
36736         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
36737         the conditional link warning.
36738         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
36739         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
36740         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
36741         * modules/strcase (configure.ac): Don't invoke
36742         gl_STRING_MODULE_INDICATOR.
36743         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
36744
36745 2007-02-04  Bruno Haible  <bruno@clisp.org>
36746
36747         New module mbscasecmp, reduced goal of strcasecmp.
36748         * modules/mbscasecmp: New file.
36749         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
36750         (mbscasecmp): Renamed from strcasecmp.
36751         * lib/strcasecmp.c: Don't include mbuiter.h.
36752         (strcasecmp): Remove support for multibyte locales.
36753         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
36754         Change the conditional link warning.
36755         (mbscasecmp): New declaration.
36756         * m4/mbscasecmp.m4: New file.
36757         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
36758         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
36759         REPLACE_STRCASECMP.
36760         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
36761         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36762         GNULIB_MBSCASECMP.
36763         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
36764         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
36765         * modules/strcase (Files): Remove m4/mbrtowc.m4.
36766         (Depends-on): Remove mbuiter.
36767         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
36768
36769 2007-02-04  Bruno Haible  <bruno@clisp.org>
36770
36771         New module mbsstr. Remove module strstr.
36772         * modules/mbsstr: New file.
36773         * modules/strstr: Remove file.
36774         * lib/mbsstr.c: Renamed from lib/strstr.c.
36775         (mbsstr): Renamed from strstr.
36776         * lib/string_.h (strstr): Remove declaration. Change the conditional
36777         link warning.
36778         (mbsstr): New declaration.
36779         * m4/mbsstr.m4: New file.
36780         * m4/strstr.m4: Remove file.
36781         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
36782         REPLACE_STRSTR.
36783         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
36784         Don't initialize GNULIB_STRSTR.
36785         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
36786         substitute GNULIB_STRSTR and REPLACE_STRSTR.
36787         * MODULES.html.sh (Internationalization functions): Add mbsstr.
36788         (Support for systems lacking ANSI C 89): Remove strstr.
36789
36790 2007-02-04  Bruno Haible  <bruno@clisp.org>
36791
36792         New module mbsrchr.
36793         * modules/mbsrchr: New file.
36794         * lib/mbsrchr.c: New file.
36795         * lib/string_.h (strrchr): Add a conditional link warning.
36796         (mbsrchr): New declaration.
36797         * m4/mbsrchr.m4: New file.
36798         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36799         GNULIB_MBSRCHR.
36800         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
36801         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
36802
36803 2007-02-04  Bruno Haible  <bruno@clisp.org>
36804
36805         New module mbschr.
36806         * modules/mbschr: New file.
36807         * lib/mbschr.c: New file.
36808         * lib/string_.h (strchr): Add a conditional link warning.
36809         (mbschr): New declaration.
36810         * m4/mbschr.m4: New file.
36811         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36812         GNULIB_MBSCHR.
36813         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
36814         * MODULES.html.sh (Internationalization functions): Add mbschr.
36815
36816 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
36817
36818         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
36819
36820         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
36821
36822 2007-02-04  Bruno Haible  <bruno@clisp.org>
36823
36824         New module description section 'configure.ac-early'.
36825         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
36826         (func_get_autoconf_early_snippet): New function.
36827         (func_import, func_create_testdir): Use it. Remove special cases for
36828         modules 'extensions' and 'lock'.
36829         * modules/extensions (configure.ac-early): Require
36830         gl_USE_SYSTEM_EXTENSIONS.
36831         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
36832
36833 2007-02-04  Bruno Haible  <bruno@clisp.org>
36834
36835         Make use of gcj-4.3's -fsource and -ftarget option.
36836         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
36837         and if so try the options -fsource and -ftarget.
36838         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
36839         source_version, ftarget_option, target_version arguments.
36840         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
36841         (is_envjavac_oldgcj_14_14_usable): Renamed from
36842         is_envjavac_gcj_14_14_usable.
36843         (is_envjavac_oldgcj_14_13_usable): Renamed from
36844         is_envjavac_gcj_14_13_usable.
36845         (is_gcj_present): Update.
36846         (is_gcj_43, is_gcj43_usable): New functions.
36847         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
36848         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
36849         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
36850         try the options -fsource and -ftarget.
36851
36852 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36853
36854         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
36855         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
36856         larger value.
36857
36858 2007-02-03  Jim Meyering  <jim@meyering.net>
36859
36860         Give tools a better chance to allocate space for very large buffers.
36861         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
36862
36863         Make pwd and readlink work also when run with an unreadable parent dir
36864         on systems with openat support.
36865         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
36866         provided getcwd function, even when we have openat support.
36867         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
36868
36869 2007-02-02  Bruno Haible  <bruno@clisp.org>
36870
36871         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
36872         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
36873         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
36874         portability problems if one of these functions is only used on specific
36875         platforms.
36876         Reported by Paul Eggert.
36877
36878 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
36879
36880         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
36881         is causing more trouble than it's curing.
36882         * lib/regex_internal.h (__mempcpy): Remove.
36883         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
36884         (and make the code a tad smaller to boot).
36885         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
36886
36887 2007-02-02  Jim Meyering  <jim@meyering.net>
36888
36889         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
36890         section, not in the Makefile.am: one.
36891
36892 2007-02-02  Eric Blake  <ebb9@byu.net>
36893
36894         * lib/strchrnul.c: Always include config.h first.
36895
36896         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
36897         gnulib strstr is not necessary here.
36898
36899 2007-02-02  Simon Josefsson  <simon@josefsson.org>
36900
36901         * m4/socklen.m4: Fix typo.
36902
36903 2007-02-02  Eric Blake  <ebb9@byu.net>
36904
36905         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
36906         * modules/netinet_in (Makefile.am): Likewise.
36907
36908 2007-02-01  Bruno Haible  <bruno@clisp.org>
36909
36910         * lib/string_.h (GL_LINK_WARNING): New macro.
36911         (strcasecmp, strstr, strcasestr): If provided by the system,
36912         conditionally define as a macro that leads to a warning instead of to
36913         an error.
36914         (strncasecmp): Conditionally define as a macro that leads to a warning.
36915
36916 2007-02-01  Karl Berry  <karl@gnu.org>
36917
36918         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
36919
36920 2007-02-01  Bruno Haible  <bruno@clisp.org>
36921
36922         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
36923         renamings.
36924
36925 2007-02-01  Eric Blake  <ebb9@byu.net>
36926
36927         * modules/regex (Depends-on): Revert dependence on mempcpy.
36928         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
36929         module's definition of mempcpy.
36930         Reported by Paul Eggert.
36931
36932 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
36933
36934         * lib/string_.h: If the gnulib module XYZ is not present, undefine
36935         the symbol XYZ before redefining it.  This fixes a problem with
36936         programs that don't use XYZ, when compiled on systems that define
36937         XYZ to something else.
36938
36939 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
36940
36941         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
36942         occurs when "mkdir -m foo" creates a setgid directory that is (1)
36943         writeable to group or other and (2) is intended to have a special
36944         mode bit that is set or cleared.  In such a case, the directory
36945         should be neither group- nor other-writeable until the special
36946         mode bits are right.
36947
36948 2007-01-31  Eric Blake  <ebb9@byu.net>
36949
36950         * modules/mountlist (Depends-on): Add strstr.
36951
36952         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
36953         bug.
36954         * modules/string (Makefile.am): Remove redundant replacement.
36955         * modules/regex (Depends-on): Add mempcpy.
36956
36957 2007-01-31  Bruno Haible  <bruno@clisp.org>
36958
36959         New module description field 'Link'.
36960         * gnulib-tool (func_usage): Document --extract-link-directive.
36961         (sed_extract_prog): Recognize 'Link' directive.
36962         (func_get_link_directive): New function.
36963         (func_import): Show summary of link directives.
36964         Handle --extract-link-directive option.
36965         * modules/acl (Link): New section.
36966         * modules/clock-time (Link): New section.
36967         * modules/euidaccess (Link): New section.
36968         * modules/gettext (Link): New section.
36969         * modules/iconv (Link): New section.
36970         * modules/lock (Link): New section.
36971         * modules/nanosleep (Link): New section.
36972         * modules/readline (Link): New section.
36973
36974 2007-01-27  Bruno Haible  <bruno@clisp.org>
36975
36976         Enforce the use of gnulib modules for unportable <string.h> functions.
36977         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
36978         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
36979         (gl_HEADER_STRING_H_BODY): Require it.
36980         * lib/string_.h: If the gnulib module XYZ is not present, redefine
36981         the symbol XYZ to one that gives a link error.
36982         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
36983         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
36984         * modules/mempcpy (configure.ac): Likewise.
36985         * modules/memrchr (configure.ac): Likewise.
36986         * modules/stpcpy (configure.ac): Likewise.
36987         * modules/stpncpy (configure.ac): Likewise.
36988         * modules/strcase (configure.ac): Likewise.
36989         * modules/strcasestr (configure.ac): Likewise.
36990         * modules/strchrnul (configure.ac): Likewise.
36991         * modules/strdup (configure.ac): Likewise.
36992         * modules/strndup (configure.ac): Likewise.
36993         * modules/strnlen (configure.ac): Likewise.
36994         * modules/strpbrk (configure.ac): Likewise.
36995         * modules/strsep (configure.ac): Likewise.
36996         * modules/strstr (configure.ac): Likewise.
36997         * modules/strtok_r (configure.ac): Likewise.
36998
36999 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
37000
37001         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
37002
37003 2007-01-30  Jim Meyering  <jim@meyering.net>
37004
37005         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
37006
37007 2007-01-29  Bruno Haible  <bruno@clisp.org>
37008
37009         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
37010         * lib/execute.c: Likewise.
37011         * lib/pipe.c: Likewise.
37012         * lib/printf-args.h: Likewise.
37013         * lib/printf-args.c: Likewise.
37014         * lib/printf-parse.c: Likewise.
37015         * lib/vasnprintf.c: Likewise.
37016
37017 2007-01-29  Eric Blake  <ebb9@byu.net>
37018
37019         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
37020         declaration.
37021
37022 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
37023
37024         * lib/strptime.h (strptime): Use 'restrict' for args where
37025         POSIX requires this.
37026         * lib/strptime.c (strptime): Likewise.
37027         Change license notice from LGPL to GPL, since gnulib-tool will
37028         change this as needed.
37029         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
37030         defined.
37031         Include "strptime.h" first, to check interface.
37032         Do not #undef _LIBC and _NL_CURRENT.
37033         Do not include <stdlib.h>; no longer needed.
37034         Include "time_r.h" and declare ptime_locale_status
37035         only if _LIBC is not defined.
37036         (__P): Remove unused macro.
37037         (match_string): Bring back glibc version, but use it only if _LIBC
37038         is defined.
37039         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
37040         Remove unnecessary assertion and abort() call.
37041         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
37042         * m4/strptime.m4: Fix serial number comment.
37043         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
37044         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
37045         (Depends-on): Add time_r.
37046
37047 2007-01-29  Bruno Haible  <bruno@clisp.org>
37048
37049         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37050         strptime.
37051         * modules/strptime (Depends-on): Add stdbool.
37052         * lib/strptime.h: Include <time.h> always. Add comments.
37053
37054 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37055
37056         * modules/strptime: New file.
37057         * lib/strptime.h: New file.
37058         * lib/strptime.c: New file.
37059         * m4/strptime.m4: New file.
37060
37061 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37062
37063         * MODULES.html.sh: New module mpsort.
37064         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
37065
37066         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
37067         a circularity problem with HP-UX ia64 reported by Bob Proulx in
37068         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
37069         All uses changed.
37070         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
37071         All uses changed.
37072         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
37073         to _Restrict_.
37074         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
37075         the parameter matches the prototype.
37076
37077 2007-01-28  Jim Meyering  <jim@meyering.net>
37078
37079         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
37080         sys/time.h here, reverting that part of the previous patch:
37081         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
37082
37083 2007-01-28  Bruno Haible  <bruno@clisp.org>
37084
37085         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
37086         value of $(SYS_TIME_H).
37087         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
37088         remove it conditionally, too. [added by Jim Meyering]
37089         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
37090         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37091         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
37092         GETTIMEOFDAY_REPLACEMENT to 1.
37093
37094 2007-01-28  Bruno Haible  <bruno@clisp.org>
37095
37096         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
37097         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
37098         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
37099         Set UNISTD_H instead of UNISTD_H2.
37100         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
37101
37102 2007-01-28  Bruno Haible  <bruno@clisp.org>
37103
37104         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
37105         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
37106
37107 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37108
37109         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
37110         (func_create_testdir): Ensure C locale for `grep' and `tr'
37111         character ranges.
37112         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
37113         ACLOCAL_AMFLAGS parsing state machine.
37114
37115 2007-01-27  Bruno Haible  <bruno@clisp.org>
37116
37117         * modules/unistr/base: Update.
37118
37119 2007-01-27  Bruno Haible  <bruno@clisp.org>
37120
37121         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
37122         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
37123         * modules/unistr/u32-mbtouc-unsafe: Renamed from
37124         modules/unistr/u32-mbtouc.
37125         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
37126         * lib/unistr.h: Update.
37127         * lib/linebreak.c: Update.
37128         * modules/unistr/u32-mbtouc: Renamed from
37129         modules/unistr/u32-mbtouc-safe.
37130         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
37131         * lib/unistr.h: Update.
37132         * lib/unistr/u32-to-u8.c: Update.
37133         * lib/unistr/u32-to-u16.c: Update.
37134
37135 2007-01-27  Bruno Haible  <bruno@clisp.org>
37136
37137         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
37138         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
37139         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
37140         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
37141         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
37142         * modules/unistr/u16-mbtouc-unsafe: Renamed from
37143         modules/unistr/u16-mbtouc.
37144         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
37145         * lib/unistr.h: Update.
37146         * lib/linebreak.c: Update.
37147         * modules/linebreak: Update.
37148         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
37149         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
37150         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
37151         * modules/unistr/u16-mbtouc: Renamed from
37152         modules/unistr/u16-mbtouc-safe.
37153         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
37154         * lib/unistr.h: Update.
37155         * lib/unistr/u16-to-u8.c: Update.
37156         * modules/unistr/u16-to-u8: Update.
37157         * lib/unistr/u16-to-u32.c: Update.
37158         * modules/unistr/u16-to-u32: Update.
37159
37160 2007-01-27  Bruno Haible  <bruno@clisp.org>
37161
37162         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
37163         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
37164         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
37165         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
37166         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
37167         * modules/unistr/u8-mbtouc-unsafe: Renamed from
37168         modules/unistr/u8-mbtouc.
37169         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
37170         * lib/unistr.h: Update.
37171         * lib/striconveh.c: Update.
37172         * modules/striconveh: Update.
37173         * lib/linebreak.c: Update.
37174         * modules/linebreak: Update.
37175         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
37176         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
37177         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
37178         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
37179         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
37180         * lib/unistr.h: Update.
37181         * lib/striconveh.c: Update.
37182         * modules/striconveh: Update.
37183         * lib/unistr/u8-to-u16.c: Update.
37184         * modules/unistr/u8-to-u16: Update.
37185         * lib/unistr/u8-to-u32.c: Update.
37186         * modules/unistr/u8-to-u32: Update.
37187
37188 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37189
37190         Sync from Libtool.
37191         * lib/argz.c: Do not include strings.h nor memory.h, include
37192         string.h unconditionally.  Patch by Simon Josefsson.
37193
37194 2007-01-27  Bruno Haible  <bruno@clisp.org>
37195
37196         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
37197         from gl_HEADER_STRING_H_BODY.
37198         (gl_HEADER_STRING_H_BODY): Require it.
37199         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
37200         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
37201         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
37202         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
37203         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
37204         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
37205         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
37206         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
37207         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
37208         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
37209         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
37210         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
37211         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
37212         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
37213         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
37214
37215 2007-01-27  Bruno Haible  <bruno@clisp.org>
37216
37217         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
37218         check_PROGRAMS into noinst_PROGRAMS.
37219         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
37220         check_PROGRAMS in this case.
37221         (func_import): Set for_test to false.
37222         (func_create_testdir): Set for_test to true.
37223
37224 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
37225             Bruno Haible  <bruno@clisp.org>
37226
37227         * modules/strcasestr (Files): Remove lib/strcasestr.h.
37228         (Depends-on): Add string.
37229         (Includes): Use <string.h> instead of strcasestr.h.
37230         * modules/string (Makefile.am): Also substitute the value of
37231         REPLACE_STRCASESTR.
37232         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
37233         assume strcasestr is declared in <string.h> not <strings.h>. Also
37234         set REPLACE_STRCASESTR.
37235         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
37236         REPLACE_STRCASESTR.
37237         * lib/strcasestr.h: Remove file.
37238         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
37239         * lib/string_.h (strcasestr): New declaration.
37240
37241 2007-01-27  Bruno Haible  <bruno@clisp.org>
37242
37243         * lib/string_.h: Use 'extern'.
37244
37245 2007-01-27  Jim Meyering  <jim@meyering.net>
37246
37247         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
37248         of set-but-not-used local, "q".
37249
37250         * lib/mempcpy.c: Include <config.h> before <string.h>.
37251         This fixes a compilation error on HP-UX, due to the system's
37252         "restrict"-using mempcpy prototype.
37253
37254 2007-01-26  Bruno Haible  <bruno@clisp.org>
37255
37256         Small optimization.
37257         * lib/javacomp.c: Include c-strstr.h.
37258          (is_envjavac_gcj): Use c_strstr instead of strstr.
37259         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
37260
37261 2007-01-26  Bruno Haible  <bruno@clisp.org>
37262
37263         * MODULES.html.sh (Unicode string functions): Add the new modules.
37264
37265         * modules/uniconv/u32-strconv-to-locale: New file.
37266         * lib/uniconv/u32-strconv-to-locale.c: New file.
37267
37268         * modules/uniconv/u16-strconv-to-locale: New file.
37269         * lib/uniconv/u16-strconv-to-locale.c: New file.
37270
37271         * modules/uniconv/u8-strconv-to-locale: New file.
37272         * lib/uniconv/u8-strconv-to-locale.c: New file.
37273
37274         * modules/uniconv/u32-strconv-from-locale: New file.
37275         * lib/uniconv/u32-strconv-from-locale.c: New file.
37276
37277         * modules/uniconv/u16-strconv-from-locale: New file.
37278         * lib/uniconv/u16-strconv-from-locale.c: New file.
37279
37280         * modules/uniconv/u8-strconv-from-locale: New file.
37281         * lib/uniconv/u8-strconv-from-locale.c: New file.
37282
37283         * modules/uniconv/u32-strconv-to-enc: New file.
37284         * lib/uniconv/u32-strconv-to-enc.c: New file.
37285         * modules/uniconv/u32-strconv-to-enc-tests: New file.
37286         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
37287
37288         * modules/uniconv/u16-strconv-to-enc: New file.
37289         * lib/uniconv/u16-strconv-to-enc.c: New file.
37290         * lib/uniconv/u-strconv-to-enc.h: New file.
37291         * modules/uniconv/u16-strconv-to-enc-tests: New file.
37292         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
37293
37294         * modules/uniconv/u8-strconv-to-enc: New file.
37295         * lib/uniconv/u8-strconv-to-enc.c: New file.
37296         * modules/uniconv/u8-strconv-to-enc-tests: New file.
37297         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
37298
37299         * modules/uniconv/u32-strconv-from-enc: New file.
37300         * lib/uniconv/u32-strconv-from-enc.c: New file.
37301         * modules/uniconv/u32-strconv-from-enc-tests: New file.
37302         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
37303
37304         * modules/uniconv/u16-strconv-from-enc: New file.
37305         * lib/uniconv/u16-strconv-from-enc.c: New file.
37306         * modules/uniconv/u16-strconv-from-enc-tests: New file.
37307         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
37308
37309         * modules/uniconv/u8-strconv-from-enc: New file.
37310         * lib/uniconv/u8-strconv-from-enc.c: New file.
37311         * lib/uniconv/u-strconv-from-enc.h: New file.
37312         * modules/uniconv/u8-strconv-from-enc-tests: New file.
37313         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
37314
37315         * modules/uniconv/u32-conv-from-enc: New file.
37316         * lib/uniconv/u32-conv-from-enc.c: New file.
37317         * modules/uniconv/u32-conv-from-enc-tests: New file.
37318         * tests/uniconv/test-u32-conv-from-enc.c: New file.
37319
37320         * modules/uniconv/u16-conv-from-enc: New file.
37321         * lib/uniconv/u16-conv-from-enc.c: New file.
37322         * lib/uniconv/u-conv-from-enc.h: New file.
37323         * modules/uniconv/u16-conv-from-enc-tests: New file.
37324         * tests/uniconv/test-u16-conv-from-enc.c: New file.
37325
37326         * modules/uniconv/u8-conv-from-enc: New file.
37327         * lib/uniconv/u8-conv-from-enc.c: New file.
37328         * modules/uniconv/u8-conv-from-enc-tests: New file.
37329         * tests/uniconv/test-u8-conv-from-enc.c: New file.
37330
37331         * modules/uniconv/base: New file.
37332         * lib/uniconv.h: New file.
37333
37334 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
37335
37336         * doc/gnulib-tool.texi (Initial import): Update to match current
37337         behavior with strdup module.
37338         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
37339         * lib/memmem.h: Remove; all uses removed.  This is now done
37340         by <string.h>.
37341         * lib/mempcpy.h: Likewise.
37342         * lib/memrchr.h: Likewise.
37343         * lib/stpcpy.h: Likewise.
37344         * lib/stpncpy.h: Likewise.
37345         * lib/strcase.h: Likewise.
37346         * lib/strchrnul.h: Likewise.
37347         * lib/strdup.h: Likewise.
37348         * lib/strndup.h: Likewise.
37349         * lib/strnlen.h: Likewise.
37350         * lib/strpbrk.h: Likewise.
37351         * lib/strsep.h: Likewise.
37352         * lib/strstr.h: Likewise.
37353         * lib/strtok_r.h: Likewise.
37354         * lib/string_.h: New file.
37355         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
37356         Rely on <string.h> instead.
37357         * lib/canon-host.c: Likewise.
37358         * lib/chdir-long.c: Likewise.
37359         * lib/concatpath.c: Likewise.
37360         * lib/exclude.c: Likewise.
37361         * lib/fchdir.c: Likewise.
37362         * lib/getaddrinfo.c: Likewise.
37363         * lib/getcwd.c: Likewise.
37364         * lib/getsubopt.c: Likewise.
37365         * lib/glob.c: Likewise.
37366         * lib/hard-locale.c: Likewise.
37367         * lib/iconvme.c: Likewise.
37368         * lib/javacomp.c: Likewise.
37369         * lib/mempcpy.c: Likewise.
37370         * lib/memrchr.c: Likewise.
37371         * lib/regex_internal.h: Likewise.
37372         * lib/stpncpy.c: Likewise.
37373         * lib/strcasecmp.c: Likewise.
37374         * lib/strchrnul.c: Likewise.
37375         * lib/strdup.c: Likewise.
37376         * lib/striconv.c: Likewise.
37377         * lib/striconveh.c: Likewise.
37378         * lib/striconveha.c: Likewise.
37379         * lib/strncasecmp.c: Likewise.
37380         * lib/strndup.c: Likewise.
37381         * lib/strnlen.c: Likewise.
37382         * lib/strsep.c: Likewise.
37383         * lib/strstr.c: Likewise.
37384         * lib/strtok_r.c: Likewise.
37385         * lib/userspec.c: Likewise.
37386         * lib/w32spawn.h: Likewise.
37387         * lib/xstrndup.c: Likewise.
37388         * lib/mountlist.c (strstr): Remove decl.
37389         * m4/string_h.m4: New file.
37390         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
37391         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
37392         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
37393         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
37394         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
37395         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
37396         Set REPLACE_STRCASECMP if necessary.
37397         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
37398         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
37399         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
37400         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
37401         HAVE_DECL_STRDUP if necessary.
37402         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
37403         since gl_FUNC_STRNDUP does that now.
37404         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
37405         Check for decl here...
37406         (gl_PREREQ_STRNLEN): ... not here.
37407         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
37408         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
37409         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
37410         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
37411         necessary.
37412         * modules/string: New file.
37413         * modules/memmem (Files): Remove special-purpose include file.
37414         (Depends-on): Add string.
37415         (Include): Include <string.h>, not the removed file.
37416         * modules/mempcpy: Likewise.
37417         * modules/memrchr: Likewise.
37418         * modules/stpcpy: Likewise.
37419         * modules/stpncpy: Likewise.
37420         * modules/strcase: Likewise.
37421         * modules/strchrnul: Likewise.
37422         * modules/strdup: Likewise.
37423         * modules/strndup: Likewise.
37424         * modules/strnlen: Likewise.
37425         * modules/strpbrk: Likewise.
37426         * modules/strsep: Likewise.
37427         * modules/strstr: Likewise.
37428         * modules/strtok_r: Likewise.
37429         * tests/test-dirname.c: Don't include "strdup.h", since
37430         <string.h> now suffices.
37431         * tests/test-memmem.c: Don't include "memmem.h", since
37432         <string.h> now suffices.
37433
37434 2007-01-25  Bruno Haible  <bruno@clisp.org>
37435
37436         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
37437         *resultp is 0.
37438
37439         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
37440         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
37441         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
37442         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
37443
37444         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
37445         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
37446         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
37447         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
37448         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
37449         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
37450
37451 2007-01-24  Bruno Haible  <bruno@clisp.org>
37452
37453         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
37454         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
37455         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
37456         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
37457         gl_FUNC_FTS_CORE.
37458         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
37459         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
37460         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37461         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
37462         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
37463         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
37464         gl_FUNC_FCHOWNAT.
37465         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
37466         gl_FUNC_STRFTIME.
37467         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
37468         Reported by Ralf Wildenhues.
37469
37470 2007-01-24  Bruno Haible  <bruno@clisp.org>
37471
37472         Drop AC_REQUIRE calls that are redundant with the module dependencies.
37473         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
37474         gl_GETADDRINFO.
37475         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
37476         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
37477         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
37478
37479 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
37480
37481         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
37482         Don't use 'exit'; just return from 'main'.
37483         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
37484
37485         * lib/fnmatch_.h: Readjust white space and comments to match
37486         glibc, to avoid spurious diffs.
37487
37488 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37489
37490         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
37491         2004-12-01 change by Jakub Jelinek, since this code won't compile
37492         if !LIBC.  Problem reported by Bob Proulx.
37493
37494 2007-01-23  Bruno Haible  <bruno@clisp.org>
37495
37496         * lib/striconveh.c: Include c-strcaseeq.h.
37497         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
37498         * modules/striconveh (Depends-on): Add c-strcaseeq.
37499
37500 2007-01-23  Bruno Haible  <bruno@clisp.org>
37501
37502         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
37503
37504         * modules/c-strcaseeq: New file.
37505         * lib/c-strcaseeq.h: New file.
37506
37507         * modules/streq: New file.
37508         * lib/streq.h: New file.
37509
37510 2007-01-23  Bruno Haible  <bruno@clisp.org>
37511
37512         * modules/striconveha-tests: New file.
37513         * tests/test-striconveha.c: New file.
37514
37515         * lib/striconveha.h: Include <stdbool.h>.
37516         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
37517         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
37518         (mem_iconveha_notranslit): Renamed from mem_iconveha.
37519         (mem_iconveha): New function.
37520         (str_iconveha_notranslit): Renamed from str_iconveha.
37521         (str_iconveha): New function.
37522         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
37523         c-strcase.
37524
37525 2007-01-23  Bruno Haible  <bruno@clisp.org>
37526
37527         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
37528         encodings without forgiving before trying any encoding with handler.
37529         (str_iconveha): Try all encodings without forgiving before trying any
37530         encoding with handler.
37531
37532 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37533
37534         Import the following changes from libc.
37535
37536         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
37537
37538         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
37539
37540         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37541
37542         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
37543         normal_bracket label.
37544
37545         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
37546
37547         [BZ #361]
37548         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
37549         to normal_bracket after fetching the next character.
37550
37551 2007-01-22  Bruno Haible  <bruno@clisp.org>
37552
37553         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
37554         argument.
37555         * lib/striconveh.c (iconv_carefully_1): New function.
37556         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
37557         argument.
37558         (str_cd_iconveh): Update.
37559         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
37560         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
37561         * tests/test-striconveh.c (MAGIC): New macro.
37562         (new_offsets): New function.
37563         (main): Test call with and without offsets.
37564
37565 2007-01-22  Bruno Haible  <bruno@clisp.org>
37566
37567         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
37568         * modules/sys_select (Makefile.am): Likewise.
37569         * modules/sys_socket (Makefile.am): Likewise.
37570         * modules/sys_time (Makefile.am): Likewise.
37571
37572 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
37573
37574         * modules/gettimeofday (License): Change from GPL to LGPL, since
37575         gettimeofday is a library function.
37576
37577 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37578
37579         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
37580
37581 2007-01-21  Bruno Haible  <bruno@clisp.org>
37582
37583         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
37584
37585 2007-01-21  Bruno Haible  <bruno@clisp.org>
37586
37587         * modules/striconveha: New file.
37588         * lib/striconveha.h: New file.
37589         * lib/striconveha.c: New file.
37590         * MODULES.html.sh (Internationalization functions): Add striconveha.
37591         * lib/striconv.c (str_iconv): Optimize the case of an empty input
37592         string.
37593         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
37594
37595 2007-01-21  Bruno Haible  <bruno@clisp.org>
37596
37597         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
37598         * lib/striconveh.c (str_iconveh): Likewise.
37599
37600 2007-01-21  Bruno Haible  <bruno@clisp.org>
37601
37602         * lib/striconveh.h (mem_iconveh): New declaration.
37603         * lib/striconveh.c (mem_iconveh): New function.
37604         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
37605
37606 2007-01-21  Bruno Haible  <bruno@clisp.org>
37607
37608         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
37609
37610         * lib/striconveh.h (mem_cd_iconveh): Change specification.
37611         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
37612         original result buffer.
37613         (str_cd_iconveh): Update.
37614         * tests/test-striconveh.c (main): Update.
37615
37616         * lib/striconv.h (mem_cd_iconv): Change specification.
37617         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
37618         result buffer.
37619         (str_cd_iconv): Update.
37620         * tests/test-striconv.c (main): Update.
37621
37622 2007-01-21  Bruno Haible  <bruno@clisp.org>
37623
37624         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
37625
37626 2007-01-20  Jim Meyering  <jim@meyering.net>
37627
37628         * lib/userspec.c (parse_with_separator): If a user or group string
37629         starts with "+", skip the corresponding name-to-ID look-up, since
37630         such a look-up must fail: user and group names may not include "+".
37631
37632 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
37633
37634         * lib/poll.c: Include sys/time.h and time.h unconditionally,
37635         since we now assume the sys_time module.
37636         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
37637         check for sys/time.h; no longer needed.
37638         * modules/poll (Depends-on): Depend on sys_time.
37639
37640 2007-01-18  Bruno Haible  <bruno@clisp.org>
37641
37642         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
37643         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
37644
37645         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
37646         gettimeofday.
37647
37648         * tests/test-gettimeofday.c: Include <time.h>.
37649         (dummy): Remove variable.
37650
37651         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
37652         gl_HEADER_SYS_TIME_H.
37653         (gl_HEADER_SYS_TIME_H): New macro.
37654
37655         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
37656         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37657         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
37658         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
37659         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37660         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
37661         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
37662         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37663         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
37664         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
37665         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37666
37667         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
37668         last change; it caused a compilation error when cross-compiling to
37669         Cygwin.
37670
37671 2007-01-18  Jim Meyering  <jim@meyering.net>
37672
37673         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
37674         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
37675         than the race-prone "test -d sys || mkdir sys".
37676         (configure.ac): Use AC_PROG_MKDIR_P.
37677         * modules/sys_select: Likewise.
37678         * modules/sys_socket: Likewise.
37679         * modules/sys_time: Likewise.
37680
37681 2007-01-18  Eric Blake  <ebb9@byu.net>
37682
37683         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
37684         replace gettimeofday.
37685         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
37686         name, to avoid infinite recursion.
37687
37688 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
37689
37690         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
37691         module sys_time.
37692         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
37693         assume timespec.h defines struct timeval.
37694         * lib/settime.c: Likewise.
37695         * lib/utimens.c: Likewise.
37696         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
37697         since we now assume the gettimeofday module.
37698         * lib/tempname.c (__gen_tempname): Likewise.
37699         * lib/gettimeofday.h: Remove.
37700         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
37701         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
37702         Include <time.h>, for 'time()'.
37703         (localtime_buffer_addr): Also use this workaround if
37704         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
37705         to simplify the uses.  All uses changed.
37706         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
37707         that #undef is inside {}, and 'const' follows type name consistently.
37708         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
37709         (gettimeofday): Do not use the maximum possible value for
37710         tv->tv_usec, since that might break usages other than ls.c.
37711         Instead, we'll leave ls.c alone.  This undoes today's patch
37712         by Bruno.  Add a compile-time warning for 1s-clock resolution;
37713         we've never observed the problem but might as well keep the
37714         canary.
37715         * lib/nanosleep.c: Include timespec.h first, for interface check.
37716         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
37717         now assume the sys_time module.
37718         * lib/tempname.c: Likewise.
37719         * lib/timespec.h: Likewise.
37720         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
37721         needed.
37722         * lib/strftime.c: Likewise.
37723         * lib/timespec.h: Likewise.
37724         * lib/posixtm.c: Include posixtm.h first, for interface check.
37725         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
37726         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
37727         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
37728         * lib/sys_time_.h: New file.
37729         * lib/timespec.h (struct timespec): Use long int, not long.
37730         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37731         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
37732         Remove obsolescent call to AC_HEADER_TIME.
37733         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
37734         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
37735         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
37736         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
37737         Likewise.
37738         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
37739         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
37740         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
37741         into the sys_time module.  Check for gettimeofday just once.
37742         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
37743         for gettimeofday signature to just check the signature.  Merely
37744         compile it, since linking doesn't test signature.  Improve test for
37745         whether gettimeofday.o is actually needed.
37746         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
37747         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
37748         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
37749         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37750         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
37751         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
37752         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
37753         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
37754         than worrying about sys/time.h.
37755         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37756         Don't bother worrying about TIME_WITH_SYS_TIME.
37757         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
37758         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
37759         * m4/sys_time_h.m4: New file.
37760         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
37761         Don't include sys/time.h.  Return from main rather than exiting.
37762         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
37763         all uses changed.
37764         * modules/gethrxtime (Depends-on): Add sys_time.
37765         * modules/gettime (Depends-on): Likewise.
37766         * modules/gettimeofday (Depends-on): Likewise.
37767         * modules/nanosleep (Depends-on): Likewise.
37768         * modules/settime (Depends-on): Likewise.
37769         * modules/tempname (Depends-on): Likewise.
37770         * modules/utimens (Depends-on): Likewise.
37771         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
37772         (Include:) Change back to <sys/time.h>.
37773         (Maintainer:) Add self.
37774         * modules/sys_time: New file.
37775         * modules/tempname (Depends-on): Add gettimeofday.
37776         * tests/test-gettimeofday.c: Include <sys/time.h>
37777         rather than gettimeofday.h.
37778
37779 2007-01-17  Bruno Haible  <bruno@clisp.org>
37780
37781         * gnulib-tool (func_get_license): Revert last patch. Instead, let
37782         the license default to GPL.
37783         (func_create_testdir): Don't complain if a module is LGPL and its
37784         tests module depends on GPLed modules.
37785
37786 2007-01-17  Bruno Haible  <bruno@clisp.org>
37787
37788         * lib/gettimeofday.c (gettimeofday): Add code for the case
37789         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
37790         maximum possible value for tv->tv_usec, rather than the minimum one.
37791
37792 2005-10-08  Martin Lambers  <marlam@marlam.de>
37793 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
37794 2007-01-16  Bruno Haible  <bruno@clisp.org>
37795
37796         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
37797         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
37798         gl_FUNC_GETTIMEOFDAY.
37799         (Include): Add gettimeofday.h.
37800         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
37801         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
37802         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
37803         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
37804         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
37805         * lib/gettimeofday.h: New file.
37806         * lib/gettimeofday.c: Include <sys/timeb.h>.
37807         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
37808         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37809         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
37810         fall back on time().
37811
37812         * tests/test-gettimeofday.c: New file.
37813         * modules/gettimeofday-tests: New file.
37814
37815 2007-01-16  Eric Blake  <ebb9@byu.net>
37816
37817         * modules/fnmatch (Depends-on): Depend on wchar.
37818         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
37819         * m4/fnmatch.m4: Likewise.
37820         * modules/mbchar (Makefile.am): Assume <wchar.h>.
37821         * m4/mbchar.m4: Likewise.
37822         * modules/mbswidth (Depends-on): Depend on wchar.
37823         * lib/mbswidth.c: Assume <wchar.h>.
37824         * m4/mbswidth.m4: Likewise.
37825         * modules/quotearg (Depends-on): Depend on wchar.
37826         * lib/quotearg.c: Assume <wchar.h>.
37827         * m4/quotearg.m4: Likewise.
37828         * modules/regex (Depends-on): Depend on wchar.
37829         * lib/regex_internal.h: Assume <wchar.h>.
37830         * m4/regex.m4: Likewise.
37831         * modules/stdint (Depends-on): Depend on wchar.
37832         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
37833         * m4/stdint.m4: Likewise.
37834         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
37835         * modules/strftime (Depends-on): Depend on wchar.
37836         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
37837         * modules/strtol (Depends-on): Depend on wchar.
37838         * lib/strtol.c: Assume <wchar.h>.
37839         * modules/wcwidth (Depends-on): Depend on wchar.
37840         * lib/wcwidth.h: Assume <wchar.h>.
37841         * m4/wcwidth.m4: Likewise.
37842
37843 2007-01-16  Bruno Haible  <bruno@clisp.org>
37844
37845         * modules/csharpexec-script: New, created from...
37846         * modules/csharpexec: ... this.
37847
37848 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
37849
37850         * modules/javaexec-script: New, created from...
37851         * modules/javaexec: ... this.
37852
37853 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37854
37855         * modules/poll (Dependencies): Add sys_select.
37856
37857 2007-01-15  Jim Meyering  <jim@meyering.net>
37858
37859         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
37860         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
37861         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
37862         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
37863
37864 2007-01-15  Bruno Haible  <bruno@clisp.org>
37865
37866         * modules/striconveh: New file.
37867         * lib/striconveh.h: New file.
37868         * lib/striconveh.c: New file.
37869         * MODULES.html.sh (Internationalization functions): Add striconveh.
37870
37871         * modules/striconveh-tests: New file.
37872         * tests/test-striconveh.c: New file.
37873
37874 2007-01-15  Bruno Haible  <bruno@clisp.org>
37875
37876         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
37877         not from GNU libiconv or GNU libc.
37878
37879 2007-01-15  Bruno Haible  <bruno@clisp.org>
37880
37881         * doc/gnulib-intro.texi (Copyright): Explain the different license
37882         terms for module descriptions, autoconf macros, tests, documentation.
37883
37884 2007-01-14  Bruno Haible  <bruno@clisp.org>
37885
37886         * modules/striconv-tests: New file.
37887         * tests/test-striconv.c: New file.
37888
37889 2007-01-14  Bruno Haible  <bruno@clisp.org>
37890
37891         * modules/iconv-tests: New file.
37892         * tests/test-iconv.c: New file.
37893
37894 2007-01-14  Bruno Haible  <bruno@clisp.org>
37895
37896         * gnulib-tool (func_get_license): For test modules, use the license of
37897         the main module.
37898
37899 2007-01-14  Bruno Haible  <bruno@clisp.org>
37900
37901         * modules/iconv (Include): Clarify that <iconv.h> can only be included
37902         if iconv is found to exist.
37903
37904 2007-01-14  Bruno Haible  <bruno@clisp.org>
37905
37906         * modules/c-ctype-tests: New file.
37907         * tests/test-c-ctype.c: New file.
37908
37909 2007-01-14  Bruno Haible  <bruno@clisp.org>
37910
37911         * modules/binary-io-tests: New file.
37912         * tests/test-binary-io.sh: New file.
37913         * tests/test-binary-io.c: New file.
37914
37915 2007-01-14  Bruno Haible  <bruno@clisp.org>
37916
37917         * modules/array-oset-tests: New file.
37918         * tests/test-array_oset.c: New file.
37919
37920 2007-01-14  Bruno Haible  <bruno@clisp.org>
37921
37922         * modules/array-list-tests: New file.
37923         * tests/test-array_list.c: New file.
37924
37925 2007-01-14  Bruno Haible  <bruno@clisp.org>
37926
37927         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
37928         and make.
37929         Reported by Simon Josefsson in
37930         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
37931
37932 2007-01-14  Bruno Haible  <bruno@clisp.org>
37933
37934         * modules/allocsa-tests: New file.
37935         * tests/test-allocsa.c: New file.
37936
37937 2007-01-14  Bruno Haible  <bruno@clisp.org>
37938
37939         * modules/fchdir (Depends-on): Add absolute-header.
37940         * modules/unistd (Depends-on): Likewise.
37941
37942 2006-12-30  Bruno Haible  <bruno@clisp.org>
37943
37944         * modules/fchdir: New file.
37945         * modules/unistd (Files): Add lib/unistd_.h.
37946         (Makefile.am): Generate unistd.h from unistd_.h.
37947         * lib/fchdir.c: New file.
37948         * lib/dirent_.h: New file.
37949         * lib/unistd_.h: New file.
37950         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
37951         * m4/fchdir.m4: New file.
37952         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
37953         (gl_HEADER_UNISTD): Invoke it.
37954         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
37955         function.
37956         * lib/backupfile.c (opendir, closedir): Undefine.
37957         * lib/chown.c (open, close): Undefine.
37958         * lib/clean-temp.c (open, close): Undefine.
37959         * lib/copy-file.c (open, close): Undefine.
37960         * lib/execute.c (open, close): Undefine.
37961         * lib/fsusage.c (open, close): Undefine.
37962         * lib/gc-gnulib.c (open, close): Undefine.
37963         * lib/getcwd.c (opendir, closedir): Undefine.
37964         * lib/glob.c (opendir, closedir): Undefine.
37965         * lib/javacomp.c (open, close): Undefine.
37966         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
37967         * lib/openat-proc.c (open, close): Undefine.
37968         * lib/pagealign_alloc.c (open, close): Undefine.
37969         * lib/pipe.c (open, close): Undefine.
37970         * lib/progreloc.c (open, close): Undefine.
37971         * lib/savedir.c (opendir, closedir): Undefine.
37972         * lib/utime.c (open, close): Undefine.
37973         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
37974
37975 2007-01-10  Bruno Haible  <bruno@clisp.org>
37976
37977         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
37978
37979 2007-01-12  Eric Blake  <ebb9@byu.net>
37980
37981         Provide a robust <wchar.h>.  Further simplifications are now
37982         possible in other modules, but not included here.
37983         * modules/wchar: New module.
37984         * m4/wchar.m4: New file.
37985         * lib/wchar_.h: Likewise.
37986         * modules/mbchar (Depends-on): Depend on wchar, as the first use
37987         of the new module.
37988         * MODULES.html.sh (Extended multibyte and wide character utilities):
37989         New section.
37990
37991 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
37992
37993         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
37994         to a reasonable default for memory allocation.
37995         (xreadlink): Don't allocate a huge buffer, to work around a buggy
37996         file system that reports garbage st_size values for symlinks.
37997         Problem reported by Liyang Hu.
37998
37999 2007-01-11  Simon Josefsson  <simon@josefsson.org>
38000
38001         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
38002         Emacs .#* auto-save files).
38003
38004 2007-01-11  Bruno Haible  <bruno@clisp.org>
38005
38006         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
38007         directory.
38008
38009 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38010
38011         Use @...@ consistently in lib/wctype_.h.
38012         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
38013         on it being set to 1 or 0.
38014         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
38015         go back to AC_SUBSTing it.
38016         * modules/wctype (Makefile.am): Undo previous change.
38017
38018 2007-01-10  Eric Blake  <ebb9@byu.net>
38019
38020         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
38021         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
38022         * modules/wctype (Makefile.am): Likewise.
38023         Reported by Chris McGuire.
38024
38025 2007-01-10  Jim Meyering  <jim@meyering.net>
38026
38027         fts.c: a small readability/maintainability improvement
38028         * lib/fts.c (fts_read): Make this code slightly more readable and
38029         maintainable by hoisting the "sp->fts_cur = p" assignments to
38030         immediately follow the statements that set P.  Derived from
38031         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
38032
38033 2007-01-10  Eric Blake  <ebb9@byu.net>
38034
38035         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
38036         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
38037         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38038         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
38039         Reported by Chris McGuire.
38040
38041 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38042
38043         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
38044         in sed script.
38045
38046 2007-01-09  Bruno Haible  <bruno@clisp.org>
38047
38048         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
38049         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
38050         variables.
38051         (func_module): Use them.
38052
38053 2007-01-09  Bruno Haible  <bruno@clisp.org>
38054
38055         * modules/unistr/base: New file.
38056         * lib/unistr.h: New file.
38057
38058         * modules/unistr/u8-to-u16: New file.
38059         * lib/unistr/u8-to-u16.c: New file.
38060
38061         * modules/unistr/u8-to-u32: New file.
38062         * lib/unistr/u8-to-u32.c: New file.
38063
38064         * modules/unistr/u16-to-u8: New file.
38065         * lib/unistr/u16-to-u8.c: New file.
38066
38067         * modules/unistr/u16-to-u32: New file.
38068         * lib/unistr/u16-to-u32.c: New file.
38069
38070         * modules/unistr/u32-to-u8: New file.
38071         * lib/unistr/u32-to-u8.c: New file.
38072
38073         * modules/unistr/u32-to-u16: New file.
38074         * lib/unistr/u32-to-u16.c: New file.
38075
38076         * modules/unistr/u8-check: New file.
38077         * modules/unistr/u16-check: New file.
38078         * modules/unistr/u32-check: New file.
38079         * lib/unistr/u8-check.c: New file.
38080         * lib/unistr/u16-check.c: New file.
38081         * lib/unistr/u32-check.c: New file.
38082
38083         * modules/unistr/u8-chr: New file.
38084         * modules/unistr/u16-chr: New file.
38085         * modules/unistr/u32-chr: New file.
38086         * lib/unistr/u8-chr.c: New file.
38087         * lib/unistr/u16-chr.c: New file.
38088         * lib/unistr/u32-chr.c: New file.
38089
38090         * modules/unistr/u8-cmp: New file.
38091         * modules/unistr/u16-cmp: New file.
38092         * modules/unistr/u32-cmp: New file.
38093         * lib/unistr/u8-cmp.c: New file.
38094         * lib/unistr/u16-cmp.c: New file.
38095         * lib/unistr/u32-cmp.c: New file.
38096
38097         * modules/unistr/u8-cpy: New file.
38098         * modules/unistr/u16-cpy: New file.
38099         * modules/unistr/u32-cpy: New file.
38100         * lib/unistr/u8-cpy.c: New file.
38101         * lib/unistr/u16-cpy.c: New file.
38102         * lib/unistr/u32-cpy.c: New file.
38103         * lib/unistr/u-cpy.h: New file.
38104
38105         * modules/unistr/u8-cpy-alloc: New file.
38106         * modules/unistr/u16-cpy-alloc: New file.
38107         * modules/unistr/u32-cpy-alloc: New file.
38108         * lib/unistr/u8-cpy-alloc.c: New file.
38109         * lib/unistr/u16-cpy-alloc.c: New file.
38110         * lib/unistr/u32-cpy-alloc.c: New file.
38111         * lib/unistr/u-cpy-alloc.h: New file.
38112
38113         * modules/unistr/u8-endswith: New file.
38114         * modules/unistr/u16-endswith: New file.
38115         * modules/unistr/u32-endswith: New file.
38116         * lib/unistr/u8-endswith.c: New file.
38117         * lib/unistr/u16-endswith.c: New file.
38118         * lib/unistr/u32-endswith.c: New file.
38119         * lib/unistr/u-endswith.h: New file.
38120
38121         * modules/unistr/u8-mblen: New file.
38122         * modules/unistr/u16-mblen: New file.
38123         * modules/unistr/u32-mblen: New file.
38124         * lib/unistr/u8-mblen.c: New file.
38125         * lib/unistr/u16-mblen.c: New file.
38126         * lib/unistr/u32-mblen.c: New file.
38127
38128         * modules/unistr/u8-mbtouc: New file.
38129         * modules/unistr/u16-mbtouc: New file.
38130         * modules/unistr/u32-mbtouc: New file.
38131         * lib/unistr/u8-mbtouc.c: New file.
38132         * lib/unistr/u16-mbtouc.c: New file.
38133         * lib/unistr/u32-mbtouc.c: New file.
38134
38135         * modules/unistr/u8-mbtouc-safe: New file.
38136         * modules/unistr/u16-mbtouc-safe: New file.
38137         * modules/unistr/u32-mbtouc-safe: New file.
38138         * lib/unistr/u8-mbtouc-safe.c: New file.
38139         * lib/unistr/u16-mbtouc-safe.c: New file.
38140         * lib/unistr/u32-mbtouc-safe.c: New file.
38141
38142         * modules/unistr/u8-move: New file.
38143         * modules/unistr/u16-move: New file.
38144         * modules/unistr/u32-move: New file.
38145         * lib/unistr/u8-move.c: New file.
38146         * lib/unistr/u16-move.c: New file.
38147         * lib/unistr/u32-move.c: New file.
38148         * lib/unistr/u-move.h: New file.
38149
38150         * modules/unistr/u8-next: New file.
38151         * modules/unistr/u16-next: New file.
38152         * modules/unistr/u32-next: New file.
38153         * lib/unistr/u8-next.c: New file.
38154         * lib/unistr/u16-next.c: New file.
38155         * lib/unistr/u32-next.c: New file.
38156
38157         * modules/unistr/u8-prev: New file.
38158         * modules/unistr/u16-prev: New file.
38159         * modules/unistr/u32-prev: New file.
38160         * lib/unistr/u8-prev.c: New file.
38161         * lib/unistr/u16-prev.c: New file.
38162         * lib/unistr/u32-prev.c: New file.
38163
38164         * modules/unistr/u8-set: New file.
38165         * modules/unistr/u16-set: New file.
38166         * modules/unistr/u32-set: New file.
38167         * lib/unistr/u8-set.c: New file.
38168         * lib/unistr/u16-set.c: New file.
38169         * lib/unistr/u32-set.c: New file.
38170         * lib/unistr/u-set.h: New file.
38171
38172         * modules/unistr/u8-startswith: New file.
38173         * modules/unistr/u16-startswith: New file.
38174         * modules/unistr/u32-startswith: New file.
38175         * lib/unistr/u8-startswith.c: New file.
38176         * lib/unistr/u16-startswith.c: New file.
38177         * lib/unistr/u32-startswith.c: New file.
38178         * lib/unistr/u-startswith.h: New file.
38179
38180         * modules/unistr/u8-stpcpy: New file.
38181         * modules/unistr/u16-stpcpy: New file.
38182         * modules/unistr/u32-stpcpy: New file.
38183         * lib/unistr/u8-stpcpy.c: New file.
38184         * lib/unistr/u16-stpcpy.c: New file.
38185         * lib/unistr/u32-stpcpy.c: New file.
38186         * lib/unistr/u-stpcpy.h: New file.
38187
38188         * modules/unistr/u8-stpncpy: New file.
38189         * modules/unistr/u16-stpncpy: New file.
38190         * modules/unistr/u32-stpncpy: New file.
38191         * lib/unistr/u8-stpncpy.c: New file.
38192         * lib/unistr/u16-stpncpy.c: New file.
38193         * lib/unistr/u32-stpncpy.c: New file.
38194         * lib/unistr/u-stpncpy.h: New file.
38195
38196         * modules/unistr/u8-strcat: New file.
38197         * modules/unistr/u16-strcat: New file.
38198         * modules/unistr/u32-strcat: New file.
38199         * lib/unistr/u8-strcat.c: New file.
38200         * lib/unistr/u16-strcat.c: New file.
38201         * lib/unistr/u32-strcat.c: New file.
38202         * lib/unistr/u-strcat.h: New file.
38203
38204         * modules/unistr/u8-strchr: New file.
38205         * modules/unistr/u16-strchr: New file.
38206         * modules/unistr/u32-strchr: New file.
38207         * lib/unistr/u8-strchr.c: New file.
38208         * lib/unistr/u16-strchr.c: New file.
38209         * lib/unistr/u32-strchr.c: New file.
38210
38211         * modules/unistr/u8-strcmp: New file.
38212         * modules/unistr/u16-strcmp: New file.
38213         * modules/unistr/u32-strcmp: New file.
38214         * lib/unistr/u8-strcmp.c: New file.
38215         * lib/unistr/u16-strcmp.c: New file.
38216         * lib/unistr/u32-strcmp.c: New file.
38217
38218         * modules/unistr/u8-strcpy: New file.
38219         * modules/unistr/u16-strcpy: New file.
38220         * modules/unistr/u32-strcpy: New file.
38221         * lib/unistr/u8-strcpy.c: New file.
38222         * lib/unistr/u16-strcpy.c: New file.
38223         * lib/unistr/u32-strcpy.c: New file.
38224         * lib/unistr/u-strcpy.h: New file.
38225
38226         * modules/unistr/u8-strcspn: New file.
38227         * modules/unistr/u16-strcspn: New file.
38228         * modules/unistr/u32-strcspn: New file.
38229         * lib/unistr/u8-strcspn.c: New file.
38230         * lib/unistr/u16-strcspn.c: New file.
38231         * lib/unistr/u32-strcspn.c: New file.
38232         * lib/unistr/u-strcspn.h: New file.
38233
38234         * modules/unistr/u8-strdup: New file.
38235         * modules/unistr/u16-strdup: New file.
38236         * modules/unistr/u32-strdup: New file.
38237         * lib/unistr/u8-strdup.c: New file.
38238         * lib/unistr/u16-strdup.c: New file.
38239         * lib/unistr/u32-strdup.c: New file.
38240         * lib/unistr/u-strdup.h: New file.
38241
38242         * modules/unistr/u8-strlen: New file.
38243         * modules/unistr/u16-strlen: New file.
38244         * modules/unistr/u32-strlen: New file.
38245         * lib/unistr/u8-strlen.c: New file.
38246         * lib/unistr/u16-strlen.c: New file.
38247         * lib/unistr/u32-strlen.c: New file.
38248         * lib/unistr/u-strlen.h: New file.
38249
38250         * modules/unistr/u8-strmblen: New file.
38251         * modules/unistr/u16-strmblen: New file.
38252         * modules/unistr/u32-strmblen: New file.
38253         * lib/unistr/u8-strmblen.c: New file.
38254         * lib/unistr/u16-strmblen.c: New file.
38255         * lib/unistr/u32-strmblen.c: New file.
38256
38257         * modules/unistr/u8-strmbtouc: New file.
38258         * modules/unistr/u16-strmbtouc: New file.
38259         * modules/unistr/u32-strmbtouc: New file.
38260         * lib/unistr/u8-strmbtouc.c: New file.
38261         * lib/unistr/u16-strmbtouc.c: New file.
38262         * lib/unistr/u32-strmbtouc.c: New file.
38263
38264         * modules/unistr/u8-strncat: New file.
38265         * modules/unistr/u16-strncat: New file.
38266         * modules/unistr/u32-strncat: New file.
38267         * lib/unistr/u8-strncat.c: New file.
38268         * lib/unistr/u16-strncat.c: New file.
38269         * lib/unistr/u32-strncat.c: New file.
38270         * lib/unistr/u-strncat.h: New file.
38271
38272         * modules/unistr/u8-strncmp: New file.
38273         * modules/unistr/u16-strncmp: New file.
38274         * modules/unistr/u32-strncmp: New file.
38275         * lib/unistr/u8-strncmp.c: New file.
38276         * lib/unistr/u16-strncmp.c: New file.
38277         * lib/unistr/u32-strncmp.c: New file.
38278
38279         * modules/unistr/u8-strncpy: New file.
38280         * modules/unistr/u16-strncpy: New file.
38281         * modules/unistr/u32-strncpy: New file.
38282         * lib/unistr/u8-strncpy.c: New file.
38283         * lib/unistr/u16-strncpy.c: New file.
38284         * lib/unistr/u32-strncpy.c: New file.
38285         * lib/unistr/u-strncpy.h: New file.
38286
38287         * modules/unistr/u8-strnlen: New file.
38288         * modules/unistr/u16-strnlen: New file.
38289         * modules/unistr/u32-strnlen: New file.
38290         * lib/unistr/u8-strnlen.c: New file.
38291         * lib/unistr/u16-strnlen.c: New file.
38292         * lib/unistr/u32-strnlen.c: New file.
38293         * lib/unistr/u-strnlen.h: New file.
38294
38295         * modules/unistr/u8-strpbrk: New file.
38296         * modules/unistr/u16-strpbrk: New file.
38297         * modules/unistr/u32-strpbrk: New file.
38298         * lib/unistr/u8-strpbrk.c: New file.
38299         * lib/unistr/u16-strpbrk.c: New file.
38300         * lib/unistr/u32-strpbrk.c: New file.
38301         * lib/unistr/u-strpbrk.h: New file.
38302
38303         * modules/unistr/u8-strrchr: New file.
38304         * modules/unistr/u16-strrchr: New file.
38305         * modules/unistr/u32-strrchr: New file.
38306         * lib/unistr/u8-strrchr.c: New file.
38307         * lib/unistr/u16-strrchr.c: New file.
38308         * lib/unistr/u32-strrchr.c: New file.
38309
38310         * modules/unistr/u8-strspn: New file.
38311         * modules/unistr/u16-strspn: New file.
38312         * modules/unistr/u32-strspn: New file.
38313         * lib/unistr/u8-strspn.c: New file.
38314         * lib/unistr/u16-strspn.c: New file.
38315         * lib/unistr/u32-strspn.c: New file.
38316         * lib/unistr/u-strspn.h: New file.
38317
38318         * modules/unistr/u8-strstr: New file.
38319         * modules/unistr/u16-strstr: New file.
38320         * modules/unistr/u32-strstr: New file.
38321         * lib/unistr/u8-strstr.c: New file.
38322         * lib/unistr/u16-strstr.c: New file.
38323         * lib/unistr/u32-strstr.c: New file.
38324         * lib/unistr/u-strstr.h: New file.
38325
38326         * modules/unistr/u8-strtok: New file.
38327         * modules/unistr/u16-strtok: New file.
38328         * modules/unistr/u32-strtok: New file.
38329         * lib/unistr/u8-strtok.c: New file.
38330         * lib/unistr/u16-strtok.c: New file.
38331         * lib/unistr/u32-strtok.c: New file.
38332         * lib/unistr/u-strtok.h: New file.
38333
38334         * modules/unistr/u8-uctomb: New file.
38335         * modules/unistr/u16-uctomb: New file.
38336         * modules/unistr/u32-uctomb: New file.
38337         * lib/unistr/u8-uctomb.c: New file.
38338         * lib/unistr/u16-uctomb.c: New file.
38339         * lib/unistr/u32-uctomb.c: New file.
38340
38341         * MODULES.html.sh (Unicode string functions): Add the new modules.
38342
38343 2007-01-08  Bruno Haible  <bruno@clisp.org>
38344
38345         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
38346         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
38347         subdirectories.
38348
38349 2007-01-08  Karl Berry  <karl@gnu.org>
38350
38351         * doc/error.texi: mention that main() fns must set program_name
38352         when progname is used.
38353
38354 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
38355
38356         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
38357         WCTYPE_H is empty, for the benefit of builds from non-distclean
38358         directories.  Problem reported by Eric Blake in
38359         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
38360
38361 2007-01-08  Bruno Haible  <bruno@clisp.org>
38362
38363         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
38364         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
38365         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
38366         PROVIDE_CANONICALIZE_FILENAME_MODE.
38367         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
38368
38369 2007-01-08  Bruno Haible  <bruno@clisp.org>
38370
38371         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
38372         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
38373         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
38374         * lib/fts.c: Likewise.
38375         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
38376
38377 2006-12-25  Bruno Haible  <bruno@clisp.org>
38378
38379         * modules/utf8-ucs4-safe: New file.
38380         * lib/utf8-ucs4-safe.h: New file.
38381         * lib/unistr/utf8-ucs4-safe.c: New file.
38382
38383         * modules/utf16-ucs4-safe: New file.
38384         * lib/utf16-ucs4-safe.h: New file.
38385         * lib/unistr/utf16-ucs4-safe.c: New file.
38386
38387         * MODULES.html.sh (Unicode string functions): Add the new modules.
38388
38389 2007-01-08  Bruno Haible  <bruno@clisp.org>
38390
38391         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
38392         (Depends-on): Add unitypes.
38393         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38394         (u8_mbtouc_aux): Move out to separate file.
38395         (u8_mbtouc): Use ucs4_t, uint8_t types.
38396         * lib/unistr/utf8-ucs4.c: New file.
38397
38398         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
38399         (Depends-on): Add unitypes.
38400         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38401         (u16_mbtouc_aux): Move out to separate file.
38402         (u16_mbtouc): Use ucs4_t, uint16_t types.
38403         * lib/unistr/utf16-ucs4.c: New file.
38404
38405         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
38406         (Depends-on): Add unitypes.
38407         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
38408         (u8_uctomb_aux): Move out to separate file.
38409         (u8_uctomb): Use ucs4_t, uint8_t types.
38410         * lib/unistr/ucs4-utf8.c: New file.
38411
38412         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
38413         (Depends-on): Add unitypes.
38414         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
38415         (u16_uctomb_aux): Move out to separate file.
38416         (u16_uctomb): Use ucs4_t, uint16_t types.
38417         * lib/unistr/ucs4-utf16.c: New file.
38418
38419 2006-12-25  Bruno Haible  <bruno@clisp.org>
38420
38421         * modules/unitypes: New file.
38422         * lib/unitypes.h: New file.
38423         * MODULES.html.sh (func_all_modules): New section "Unicode string
38424         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
38425         this section. Add unitypes.
38426
38427 2007-01-08  Bruno Haible  <bruno@clisp.org>
38428
38429         Avoid variable names that conflict with those from libtool.
38430         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
38431         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
38432         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
38433         library_names_spec to acl_library_names_spec, hardcode_* to
38434         acl_hardcode_*.
38435         Reported by Ralf Wildenhues.
38436
38437 2007-01-08  Bruno Haible  <bruno@clisp.org>
38438
38439         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
38440         definition.
38441         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
38442         definition.
38443         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
38444         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
38445         definition.
38446         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
38447         definition.
38448         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
38449         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
38450         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
38451         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
38452         definition.
38453         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
38454         definition.
38455         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
38456         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
38457         GC_USE_<algorithm>.
38458         * lib/gc-libgcrypt.c: Likewise.
38459         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
38460         * modules/gc-arctwo (configure.ac): Likewise.
38461         * modules/gc-des (configure.ac): Likewise.
38462         * modules/gc-hmac-md5 (configure.ac): Likewise.
38463         * modules/gc-hmac-sha1 (configure.ac): Likewise.
38464         * modules/gc-md2 (configure.ac): Likewise.
38465         * modules/gc-md4 (configure.ac): Likewise.
38466         * modules/gc-md5 (configure.ac): Likewise.
38467         * modules/gc-random (configure.ac): Likewise.
38468         * modules/gc-rijndael (configure.ac): Likewise.
38469         * modules/gc-sha1 (configure.ac): Likewise.
38470
38471 2007-01-08  Bruno Haible  <bruno@clisp.org>
38472
38473         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
38474         macro definition.
38475         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
38476         definition.
38477         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
38478         definition.
38479         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
38480         * modules/fcntl-safer (configure.ac): Likewise.
38481         * modules/fopen-safer (configure.ac): Likewise.
38482         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
38483         GNULIB_FWRITEERROR macro definition.
38484
38485 2007-01-08  Bruno Haible  <bruno@clisp.org>
38486
38487         * m4/gnulib-common.m4: New file.
38488         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
38489         (func_get_filelist): Add m4/gnulib-common.m4.
38490
38491 2007-01-08  Bruno Haible  <bruno@clisp.org>
38492
38493         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
38494         command.
38495
38496 2007-01-08  Jim Meyering  <jim@meyering.net>
38497
38498         Use a more robust test for a "can't happen" condition.
38499         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
38500         narrowed the st_size value.  Presuming the "can't happen" condition
38501         is true, that narrowing could conceivably convert an invalid st_size
38502         value into a valid one.  Instead, use a change based on Matthew
38503         Woehlke's original patch.
38504
38505         Slight readability improvement: use an assert-like macro
38506         in place of literal "abort ()" uses.
38507         * lib/fts.c (fts_assert): Define.
38508         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
38509         Use this macro instead of a bare 'abort'.
38510
38511 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
38512
38513         Don't worry about using IRIX 5.3's wctype.h broken definitions;
38514         simply work around them.
38515         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
38516         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
38517         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
38518         declaring.
38519         Don't bother to define as macros, since the standard doesn't require it.
38520         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
38521         longer worry about IRIX 5.3.
38522         (HAVE_WCTYPE_CTMP_BUG): Remove.
38523
38524 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38525
38526         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
38527         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
38528         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
38529         Problems reported by Georg Schwarz for IRIX 5.3.
38530
38531         * gnulib-tool (autoconf_minversion): Take the maximum version number
38532         found, not the minimum.  Problem reported by James Youngman.
38533
38534 2007-01-03  Karl Berry  <karl@gnu.org>
38535
38536         * doc/error.texi: new file, explaining interaction with progname.
38537         * doc/gnulib.texi: include it.  Update copyright.
38538
38539 2007-01-03  Simon Josefsson  <simon@josefsson.org>
38540
38541         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
38542         AC_CANONICAL_HOST, to improve autobuild outputs.
38543
38544 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
38545             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
38546
38547         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
38548         sockets, server sockets, and other file descriptors.  Count errors
38549         to compute the return value.  Reorder the code a bit to be easier
38550         to follow.  Don't set event bits that were not requested (except
38551         POLLERR and POLLHUP).
38552
38553 2007-01-01  Bruno Haible  <bruno@clisp.org>
38554
38555         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
38556
38557 2007-01-03  Jim Meyering  <jim@meyering.net>
38558
38559         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
38560
38561 2007-01-02  Bruno Haible  <bruno@clisp.org>
38562
38563         * modules/settime (Include): Require timespec.h.
38564         * modules/nanosleep (Include): Likewise.
38565
38566 2007-01-01  Bruno Haible  <bruno@clisp.org>
38567
38568         * gnulib-tool (func_emit_copyright_notice): Bump year.
38569         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
38570
38571 2007-01-01  Bruno Haible  <bruno@clisp.org>
38572
38573         Improve support for OpenBSD.
38574         * build-aux/config.rpath (libname_spec): Export.
38575         (library_names_spec): New variable. Export.
38576         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
38577         library_names_spec from the config.rpath output. Locate shared library
38578         through the name pattern in library_names_spec.
38579
38580 2007-01-01  Eric Blake  <ebb9@byu.net>
38581
38582         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
38583
38584 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
38585
38586         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
38587         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
38588         assume the C locale, and avoid an "eval" that could cause trouble.
38589         Problem with SORT reported by Bob Proulx.
38590
38591         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
38592         Define.  Trivial patch from Henning Nielsen Lund, originally
38593         sent to bug-grep@gnu.org today.
38594
38595 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
38596
38597         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
38598         struct stat.  Problem reported by Henning Nielsen Lund.
38599         * lib/acl.c: Include acl.h first, to check interface.  Don't
38600         bother to include sys/types.h and sys/stat.h again.
38601
38602 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38603
38604         Import the following change from libc; problem reported by
38605         Sven Verdoolaege.
38606
38607         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
38608
38609         [BZ #1373]
38610         * lib/argp.h: Remove __NTH for __argp_usage inline function.
38611
38612 2006-12-28  Jim Meyering  <jim@meyering.net>
38613
38614         * build-aux/announce-gen: Do not assume that the package
38615         builds any of tar.gz, tar.bz2, and .xdelta files.
38616         Suggestion from Simon Josefsson.
38617
38618 2006-12-28  Simon Josefsson  <simon@josefsson.org>
38619
38620         * modules/announce-gen: New file.
38621
38622 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
38623
38624         * lib/mbchar.h: Just include <wctype.h>; the wctype module
38625         handles its gotchas now.
38626         * lib/mbswidth.c: Likewise.
38627         * lib/wcwidth.h: Likewise.
38628         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
38629         and iswcntrl; the wctype module does this stuff now.
38630         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
38631         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38632         * modules/mbchar (Depends-on): Add wctype.
38633         * modules/mbswidth (Depends-on): Likewise.
38634         * modules/wcwidth (Depends-on): Likewise.
38635
38636 2006-12-27  Eric Blake  <ebb9@byu.net>
38637
38638         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
38639         module uses more than what <wctype.h> is required to provide.
38640
38641 2006-12-26  Eric Blake  <ebb9@byu.net>
38642
38643         * gnulib-tool (sed_extract_prog): Avoid space-tab.
38644
38645 2006-12-26  Eric Blake  <ebb9@byu.net>
38646
38647         * modules/absolute-header: New module.
38648         * modules/fcntl (Depends-on): Depend on it.
38649         * modules/inttypes (Depends-on): Likewise.
38650         * modules/stdint (Depends-on): Likewise.
38651         * modules/sys_stat (Depends-on): Likewise.
38652         * modules/wctype (Depends-on): Likewise.
38653         * MODULES.html.sh (Support for building libraries and
38654         executables): Document it.
38655
38656 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
38657
38658         * gnulib-tool (SED): Remove, undoing previous change.
38659         The problem was that it broke coreutils on Solaris, because
38660         "sed --posix" leaked into a makefile.
38661         (sed): New alias, if 'alias' and GNU sed.
38662
38663 2006-12-24  Jim Meyering  <jim@meyering.net>
38664
38665         Work around an fchownat bug in glibc-2.4:
38666         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
38667         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
38668         in spite of the -P option.
38669         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
38670         New macros.
38671         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
38672         * modules/openat (Files): Add lib/fchownat.c.
38673         * lib/openat.c (fchownat): Don't define here.  Move to...
38674         * lib/fchownat.c: ...this new file.
38675
38676 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38677
38678         Fix bug reported by Bruno Haible in
38679         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
38680         where quotearg.c didn't compile on Mac OS X 10.2 because it
38681         lacks <wchar.h> and wint_t.
38682         * lib/wctype_.h (__wctype_wint_t): New type.
38683         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
38684         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
38685         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
38686         Arg is now of type __wctype_wint_t, not wint_t.
38687         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
38688         substitute HAVE_WINT_T.
38689         * modules/wctype (Files): Add m4/wint_t.m4.
38690         (wctype.h): Substitute HAVE_WINT_T.
38691
38692 2006-12-23  Bruno Haible  <bruno@clisp.org>
38693
38694         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
38695
38696 2006-12-23  Bruno Haible  <bruno@clisp.org>
38697
38698         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
38699         S_ISLNK.
38700         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
38701         mingw.
38702
38703 2006-12-22  Bruno Haible  <bruno@clisp.org>
38704
38705         * lib/copy-file.c: Include acl.h.
38706         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
38707         Close the file descriptors only after being done with copy_acl.
38708         * modules/copy-file (Depends-on): Add acl.
38709
38710 2006-12-22  Bruno Haible  <bruno@clisp.org>
38711
38712         * gnulib-tool (SED): New variable.
38713         Use $SED instead of sed everywhere.
38714
38715 2006-12-22  Bruno Haible  <bruno@clisp.org>
38716
38717         * modules/no-c++: New file.
38718         * m4/no-c++.m4: New file.
38719         * MODULES.html.sh (Support for building libraries and executables):
38720         Add no-c++.
38721
38722 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
38723
38724         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
38725         Include <limits.h>, and use its INT_MAX to rewrite the
38726         j loop so that it does not overflow 'int'.  Problem reported by
38727         Ralf Wildenhues in
38728         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
38729         Play it safe by shifting left by 1 rather than multiplying by 2,
38730         as GCC is less likely to optimize this away when the value
38731         is signed (when it assumes overflow leads to undefined behavior).
38732         Also, don't assume time_t uses two's complement.
38733
38734 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
38735
38736         * MODULES.html.sh: New module wctype.
38737         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
38738         * lib/fnmatch.c: Don't bother to include <wchar.h> before
38739         <wctype.h>, since the new wctype module should fix this.
38740         * lib/quotearg.c: Include <wctype.h> unconditionally, since
38741         the wctype module should arrange for it.
38742         * lib/regex_internal.h: Likewise.
38743         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
38744         since the wctype module should handle this now.
38745         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
38746         * modules/fnmatch (Depends-on): Add wctype.
38747         * modules/quotearg (Depends-on): Likewise.
38748         * modules/regex (Depends-on): Likewise.
38749
38750 2006-12-19  Bruno Haible  <bruno@clisp.org>
38751
38752         * lib/strdup.h [C++]: Wrap definitions in extern "C".
38753         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
38754
38755 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38756
38757         * modules/savewd (Depends-on): Fix dependency on fcntl.
38758
38759 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
38760
38761         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
38762         conforms to C99, rather than relying on the user's environment
38763         setting of STDINT_H.
38764
38765 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
38766         and Eric Blake  <ebb9@byu.net>
38767
38768         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
38769         This is more consistent with the other defines here.
38770         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
38771         Port to z/OS.  Problem reported by Paul Gilmartin.
38772         Change local vars to use gl_ prefix rather than ac_.
38773         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
38774         with other defines.
38775         * modules/double-slash-root: New module.
38776         * modules/dirname (Files): Remove m4/double-slash-root.m4.
38777         (Depends-on): Add double-slash-root.
38778         * MODULES.html.sh (File system functions): Mention new module.
38779
38780 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
38781
38782         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
38783         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
38784         This is for the benefit of gzip, which doesn't do i18n.
38785
38786 2006-12-12  Jim Meyering  <jim@meyering.net>
38787
38788         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
38789         Reported by Andreas Schwab <schwab@suse.de>.
38790
38791 2006-12-12  Bruno Haible  <bruno@clisp.org>
38792
38793         Merge these changes.
38794         2006-09-05  Bruno Haible  <bruno@clisp.org>
38795         * lib/iconvme.c (iconv_string): No need to save and restore errno when
38796         iconv_alloc succeeded.
38797         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
38798         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
38799         test for " && dest " at the end - dest is always != NULL there. Call
38800         iconv with 4xNULL arguments initially, to reset the state. Call iconv
38801         with 2xNULL arguments, also to flush the state storage. Handle the
38802         IRIX iconv behaviour. Realloc the final result, to throw away unused
38803         memory.
38804
38805 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
38806
38807         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
38808         and fchmodat unconditionally, since glibc 2.4 has them.
38809         Problem reported by Arkadiusz Miskiewicz.
38810
38811 2006-12-10  Bruno Haible  <bruno@clisp.org>
38812
38813         * gnulib-tool (func_import): Show the include files only for those
38814         modules that are copied and specified.
38815         Reported by Karl Berry.
38816
38817 2006-12-08  Jim Meyering  <jim@meyering.net>
38818
38819         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
38820         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
38821
38822         * build-aux/announce-gen: Add two new options, both optional:
38823         --bootstrap-tools=TOOL_LIST
38824               a comma-separated list of tools, e.g.,
38825               autoconf,automake,bison,gnulib
38826         --gnulib-snapshot-date=DATE
38827               if gnulib is in the bootstrap tool list,
38828               then report this as the snapshot date.
38829               If not specified, use the current date/time.
38830               If you specify a date here, be sure it's UTC.
38831
38832 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38833
38834         * tests/test-argp-2.sh: Fix test to match actual output.
38835         (func_compare): Fix sed script to be portable.
38836
38837 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
38838
38839         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
38840         workaround for this case.  It is not autoconfigured now; offhand
38841         it's hard to see how to autoconfigure it.
38842
38843 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
38844
38845         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
38846         a directory that is about to be chowned.  Such a directory's
38847         initial file permissions should permit the owner only and this
38848         should not be changed until after the chown, since the group and
38849         other bits would be incorrect if they granted permission before
38850         the chown.
38851
38852         Fix porting problem for iswctype reported by Georg Schwarz in:
38853         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
38854         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
38855         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
38856         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
38857         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
38858
38859 2006-12-03  Jim Meyering  <jim@meyering.net>
38860
38861         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
38862         p->fts_statp may not yet be defined.
38863         (fts_read): Instead, set it in the caller, once p->fts_statp is
38864         sure to be defined, and corresponds to a top-level directory.
38865         This bug made du -x fail.  Here's the coreutils test case:
38866         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
38867         Reported by Mike Frysinger.
38868
38869 2006-12-01  Jim Meyering  <jim@meyering.net>
38870
38871         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
38872         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
38873         Reported by Simon Josefsson.
38874
38875 2006-11-30  Jim Meyering  <jim@meyering.net>
38876
38877         * m4/warning.m4: Use the all-permissive copyright notice
38878         recommended by RMS (rather than LGPL).
38879         * m4/vararrays.m4: Likewise.
38880         * m4/flexmember.m4: Likewise.
38881
38882 2006-11-29  Bruno Haible  <bruno@clisp.org>
38883
38884         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38885         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
38886         using +=.
38887         Reported by Simon Josefsson <simon@josefsson.org>.
38888
38889 2006-11-28  James Youngman <jay@gnu.org>
38890
38891         * README: Advise users that they might find the bug-gnulib@gnu.org
38892         and autotools-announce@gnu.org mailing lists useful.
38893
38894 2006-11-28  Bruno Haible  <bruno@clisp.org>
38895
38896         * m4/ptrdiff_max.m4: Remove file.
38897
38898 2006-11-21  Bruno Haible  <bruno@clisp.org>
38899
38900         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
38901         _AC_COMPUTE_INT.
38902         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38903         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
38904         _AC_COMPUTE_INT.
38905         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38906         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
38907         _AC_COMPUTE_INT.
38908         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38909
38910 2006-11-28  Jim Meyering  <jim@meyering.net>
38911
38912         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
38913         warning from "gcc -Wshadow" about shadowing the builtin.
38914
38915 2006-11-27  Bruno Haible  <bruno@clisp.org>
38916
38917         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
38918         _AC_COMPUTE_INT.
38919         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38920
38921 2006-11-27  Bruno Haible  <bruno@clisp.org>
38922             Paul Eggert  <eggert@cs.ucla.edu>
38923
38924         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
38925
38926 2006-11-26  Bruno Haible  <bruno@clisp.org>
38927
38928         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38929         noinst_LTLIBRARIES.
38930
38931 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
38932             Bruno Haible  <bruno@clisp.org>
38933
38934         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
38935         if compiling with "gcc -ansi".
38936
38937 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
38938
38939         Fix some incompatibilities with gcc -ansi -pedantic.
38940         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
38941         if compiling pedantically with GCC, unless it's C99 or later.
38942         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
38943         it mishandles gcc -ansi -pedantic as well.
38944         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
38945         if gcc -pedantic.
38946         * lib/regexec.c (check_node_accept_bytes): Don't use auto
38947         initializers for struct if -pedantic, unless it's C99 or later.
38948
38949 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
38950
38951         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
38952         Don't close an fd more than once. Identical atimes indicate
38953         success, not failure.
38954
38955 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
38956
38957         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
38958
38959 2006-11-23  Jim Meyering  <jim@meyering.net>
38960
38961         * build-aux/announce-gen: New file.  From coreutils.
38962
38963 2006-11-22  Jim Meyering  <jim@meyering.net>
38964
38965         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
38966         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
38967         (fts_read): Use a temporary to narrow the overused st_size member
38968         before using it in a switch statement.  Reported by Matthew Woehlke.
38969
38970         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
38971         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
38972
38973 2006-11-20  Bruno Haible  <bruno@clisp.org>
38974
38975         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
38976         changequote instead of pairs of brackets.
38977         Reported by Andreas Schwab <schwab@suse.de>.
38978
38979 2006-11-21  Jim Meyering  <jim@meyering.net>
38980
38981         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
38982         so as to remain compatible with older compilers.
38983         Patch from Michael Deutschmann.
38984
38985 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
38986
38987         * MODULES.html.sh (File system functions): Add openat.
38988
38989         * lib/openat.h (rpl_fstatat): New macro, if
38990         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
38991         (fstatat): Define to rpl_fstatat under the same conditions,
38992         unless COMPILING_FSTATAT.
38993         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
38994         seems to have the bug.
38995         * lib/fstatat.c: New file.
38996         * modules/openat (Files): Add it.
38997
38998 2006-11-20  Bruno Haible  <bruno@clisp.org>
38999
39000         * Makefile: New file.
39001
39002 2006-11-20  Jim Meyering  <jim@meyering.net>
39003
39004         The beginnings of syntax-related checks for gnulib.
39005         * lib/Makefile: New file.
39006         * lib/t-idcache: New script.  Ensure that the two halves of
39007         idcache.c stay in sync.
39008
39009         * lib/idcache.c: Adjust comments in user- and group- portions to
39010         be more accurate, and to be consistent with one another.
39011
39012 2006-11-20  Jim Meyering  <jim@meyering.net>
39013
39014         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
39015         continue using the flexible array member (thus, this module performs
39016         half as many malloc calls), with the addition that...
39017         (getgroup, getuser): Consistently record a non-match via an empty
39018         "name" string, and map an empty string match to a NULL return value.
39019         * modules/idcache (Depends-on): Re-add flexmember.
39020
39021         * lib/idcache.c (getuser): Remove all uses of the register keyword.
39022         (getuidbyname, getgroup, getgidbyname): Likewise.
39023
39024         Use cleaner syntax: NULL rather than 0.
39025         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
39026
39027 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39028
39029         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
39030         It mishandled the case where the group was missing.
39031         Problem reported by Greg Schafer.
39032         * modules/idcache: Likewise.
39033
39034 2006-11-18  Jim Meyering  <jim@meyering.net>
39035
39036         * check-module (%exempt_header): Add exception for some
39037         conditionally-included headers.
39038
39039         * modules/i-ring (Depends-on): Add verify.
39040         (License): Change to LGPL.
39041
39042 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39043
39044         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
39045         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
39046         and inttostr.h.  Use snprintf rather than uinttostr, so that
39047         LGPLed code doesn't depend on GPLed.
39048
39049 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39050
39051         * modules/inline (License): Change from GPL to LGPL.
39052
39053 2006-11-17  Jim Meyering  <jim@meyering.net>
39054
39055         * modules/d-type (License): Switch to LGPL.
39056
39057 2006-11-15  Bruno Haible  <bruno@clisp.org>
39058
39059         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
39060
39061 2006-11-15  Eric Blake  <ebb9@byu.net>
39062
39063         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
39064         the module dependency.
39065
39066 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39067             Bruno Haible  <bruno@clisp.org>
39068
39069         * gnulib-tool (func_create_testdir): Add license consistency check.
39070
39071 2006-11-15  Eric Blake  <ebb9@byu.net>
39072
39073         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
39074         random "(cached)" in configure output.
39075
39076 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39077
39078         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
39079         test for conforming inttypes.h is both announced and cached.
39080
39081         * MODULES.html.sh (seen_modules, seen_files): New variables.
39082         (func_module): Rewrite to use a few less gnulib-tool and sed
39083         invocations.  Avoid a couple of quadratic algorithms for ...
39084         (missed_modules, missed_files): ... these, with ...
39085         (func_append, func_tmpdir): ... these new functions, from
39086         gnulib-tool.  Analogously, install traps for cleanup.
39087
39088         * tests/test-gc.c (main): Remove unused variables.
39089         * tests/test-read-file.c: Include stdlib.h, for 'free'.
39090
39091 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
39092
39093         * modules/inttostr (License): Change to LGPL.
39094
39095 2006-11-14  Eric Blake  <ebb9@byu.net>
39096
39097         * modules/tempname (License): Change to LGPL.
39098
39099 2006-11-14  Eric Blake  <ebb9@byu.net>
39100
39101         * doc/functions.texi (Function Portability): *printf functions on
39102         Cygwin now understand all POSIX size specifiers.
39103
39104 2006-11-14  Bruno Haible  <bruno@clisp.org>
39105
39106         * modules/c-ctype (License): Change to LGPL.
39107
39108 2006-11-12  Bruno Haible  <bruno@clisp.org>
39109
39110         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
39111         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
39112         for GNOME libraries, for which the include files are installed in
39113         subdirectories of $prefix/include.
39114
39115 2006-11-12  Bruno Haible  <bruno@clisp.org>
39116
39117         * m4/lib-link.m4: Require at least autoconf-2.54.
39118         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
39119         name to underscores for the --with option.
39120
39121 2006-11-13  Bruno Haible  <bruno@clisp.org>
39122
39123         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
39124         the tests directory.
39125         Reported by Ralf Wildenhues.
39126
39127 2006-11-13  Bruno Haible  <bruno@clisp.org>
39128
39129         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
39130         (func_emit_initmacro_end): Undo the override here.
39131         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
39132         Works around the famous automake error in coreutils.
39133
39134 2006-11-13  Eric Blake  <ebb9@byu.net>
39135
39136         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
39137         element, not its node.
39138
39139 2006-11-12  Bruno Haible  <bruno@clisp.org>
39140
39141         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
39142         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
39143
39144 2006-11-12  Bruno Haible  <bruno@clisp.org>
39145
39146         * gnulib-tool: New option --local-symlink.
39147         (func_usage): Document it.
39148         (lsymbolic): New variable.
39149         (func_import, func_create_testdir): If --symlink was not specified,
39150         test whether --local-symlink was specified and the file comes from
39151         the local_gnulib_dir.
39152
39153 2006-11-12  Bruno Haible  <bruno@clisp.org>
39154
39155         * gnulib-tool (func_ln): New function.
39156         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
39157
39158 2006-11-12  Bruno Haible  <bruno@clisp.org>
39159
39160         Finish support for source files in subdirectories.
39161         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
39162         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
39163         AUTOMAKE_OPTIONS.
39164         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
39165
39166 2006-11-12  Bruno Haible  <bruno@clisp.org>
39167
39168         * gnulib-tool (func_get_automake_snippet): Synthesize also an
39169         EXTRA_lib_SOURCES augmentation.
39170         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
39171
39172 2006-11-12  Jim Meyering  <jim@meyering.net>
39173
39174         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
39175         file descriptors.  This also averts a failure on systems with
39176         native openat support when a traversed directory lacks "x" access.
39177         * lib/fts_.h: Include "i-ring.h"
39178         (struct FTS) [fts_fd_ring]: New member.
39179         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
39180         (FCHDIR): Add parentheses.
39181         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
39182         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
39183         When descending, rather than simply closing the previous
39184         fts_cwd_fd value, push that file descriptor onto the ring.
39185         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
39186         (fts_open): Initialize the new fd_ring member.
39187         (fts_close): Clear the ring.
39188         (fts_safe_changedir): When possible, use our new fd_ring to skip
39189         the diropen and fstat and dev/ino comparison that would normally
39190         accompany a virtual `chdir ("..")'.
39191
39192         * modules/fts (Depends-on): Add i-ring.
39193         * modules/i-ring: New module.
39194         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
39195         * m4/i-ring.m4: New file.
39196
39197 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39198
39199         * gnulib-tool (func_create_testdir): Fix replacement of
39200         `build-aux' in configure.ac.  Run autotools in gltests
39201         subdirectory.
39202         (func_create_testdir, func_create_megatestdir, test): There is
39203         no need for '--force' in most autotool invocations in a new
39204         tree.  Actually fail the whole test if any of the tools, or the
39205         configure or make stages fail.
39206
39207         Sync from Automake.
39208         * build-aux/gnupload: Revert last change.  Add pointer to upload
39209         instructions of the GNU Maintenance Instructions.
39210         Suggestion by Karl Berry.
39211
39212 2006-11-10  Jim Meyering  <jim@meyering.net>
39213
39214         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
39215
39216 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39217
39218         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
39219         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
39220         (bind_textdomain_codeset) [! ENABLE_NLS]:
39221         Evaluate all the arguments.  That way, callers get compatible behavior
39222         if the arguments have side effects.  Also, it avoids some GCC
39223         diagnostics in some cases; Joel E. Denny reported problems when Bison
39224         was configured with --enable-gcc-warnigs.
39225
39226 2006-11-10  Jim Meyering  <jim@meyering.net>
39227
39228         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
39229         relevant options in CFLAGS (like -O, -fno-inline) are taken into
39230         account.
39231
39232 2006-11-10  Jim Meyering  <jim@meyering.net>
39233
39234         * modules/inline: New file/module.
39235         * modules/xalloc (Files): Remove m4/inline.m4.
39236         (Depends-on): Add inline, instead.
39237         * modules/oset: Likewise.
39238         * modules/list: Likewise.
39239
39240 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39241
39242         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
39243         Problem reported by Matthew Woehlke.
39244
39245 2006-11-09  Bruno Haible  <bruno@clisp.org>
39246
39247         * lib/tempname.c (gen_tempname): Remove variant that invokes
39248         __gen_tempname.
39249         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
39250         __gen_tempname.
39251
39252 2006-11-08  Bruno Haible  <bruno@clisp.org>
39253
39254         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
39255         to 'yes' instead of 'cross-compiling'.
39256
39257 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
39258
39259         * lib/quotearg.h (quotearg_free): New decl.
39260         * lib/quotearg.c (quotearg_free): New function.
39261         (slot0, nslots, slotvec0, slotvec):
39262         Now file-scope so that quotearg_free can get at them.
39263
39264 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39265
39266         Sync from Automake.
39267         * build-aux/gnupload: Add missing 'gnu' to example URL.
39268         Report by Karl Berry.
39269
39270 2006-11-08  Bruno Haible  <bruno@clisp.org>
39271
39272         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
39273         Suggested by Paul Eggert.
39274
39275 2006-11-08  Jim Meyering  <jim@meyering.net>
39276
39277         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
39278         It's already included if !_LIBC.
39279         (fts_safe_changedir): Add a comment.
39280
39281 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39282
39283         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
39284         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
39285         Matthew Woehlke.
39286
39287         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
39288         definitions up, to avoid colliding with change below.
39289         (static_inline) [HAVE_INLINE]: New macro.
39290         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
39291         Provide extern decls when !HAVE_INLINE.  Do not define unless
39292         static_inline is defined, either by us or by xmalloc.c.  Use
39293         static_inline rather than static inline.
39294         (XCALLOC): Optimize sizeof(T) = 1 case.
39295         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
39296
39297 2006-11-07  Bruno Haible  <bruno@clisp.org>
39298
39299         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
39300         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
39301         AC_C_INLINE.
39302         * modules/xalloc (Files): Add m4/inline.m4.
39303
39304 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39305
39306         * README: Fix typo.
39307         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
39308         (Miscellanous Notes): ...from this.
39309
39310 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39311
39312         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
39313         Mention that offsetof should be used instead of sizeof.
39314         From Bruno Haible.
39315
39316 2006-11-07  Bruno Haible  <bruno@clisp.org>
39317
39318         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
39319
39320 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39321
39322         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39323         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
39324         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39325         (gl_tree_add_before, gl_tree_add_after):
39326         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
39327         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
39328         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
39329         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
39330         (gl_linked_add_after, gl_linked_add_at): Likewise.
39331         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
39332         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39333         (gl_tree_add_before, gl_tree_add_after): Likewise.
39334         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
39335         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
39336         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
39337
39338 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39339
39340         * lib/gl_oset.h: Use C comment style, not C++ comment style.
39341
39342 2006-11-06  Bruno Haible  <bruno@clisp.org>
39343
39344         * m4/inline.m4: New file.
39345         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
39346         * modules/list (Files): Add m4/inline.m4.
39347         * modules/oset (Files): Likewise.
39348
39349 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39350
39351         * lib/idcache.c: Include <stddef.h>, for offsetof.
39352         (struct userid.name): Change from char * to a flexible array member.
39353         All uses changed.
39354         * modules/idcache (Depends-on): Add flexmember.
39355
39356         * MODULES.html.sh (Core language properties): New module flexmember.
39357         * modules/flexmember, m4/flexmember.m4: New files.
39358
39359         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
39360         inline functions that are identical with the old xnmalloc_inline,
39361         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
39362         that we can avoid some unnecessary integer multiplications and
39363         divisions in the common case where the element size is known at
39364         compile time.
39365         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
39366         needed.
39367         (xnboundedmalloc): Remove.
39368         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
39369         arguments, for consistency with rest of this header.
39370         (xcharalloc): Rewrite using XNMALLOC.
39371         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
39372         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
39373         versions have been moved to lib/xalloc.h and renamed to be the
39374         non-*_inline versions.
39375         (xmalloc, xrealloc): Implement without reference to the xnmalloc
39376         and xnrealloc functions, since those functions are now inline and
39377         now call us.
39378         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
39379         renaming described above.
39380         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
39381         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
39382         captures the dependency in AC_C_INLINE.
39383
39384         New module canonicalize-lgpl, proposed by Charles Wilson in
39385         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
39386         with a few small changes afterwards.
39387         * MODULES.html.sh (File system functions): New module
39388         canonicalize-lgpl.
39389         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
39390         and canonicalize_file_name.
39391         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
39392         * modules/canonicalize-lgpl: New files.
39393
39394 2006-11-05  Bruno Haible  <bruno@clisp.org>
39395
39396         * gnulib-tool (func_import, func_create_testdir): Create directories
39397         also for files in subdirectories of lib/.
39398
39399 2006-11-05  Bruno Haible  <bruno@clisp.org>
39400
39401         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
39402         ANSI C compliant.
39403
39404 2006-11-03  Bruno Haible  <bruno@clisp.org>
39405
39406         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39407         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
39408         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
39409         (xnboundedmalloc): New inline function.
39410         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
39411         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
39412         xmalloc.
39413         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
39414         xmalloc.
39415         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
39416         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
39417         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
39418         xmalloc.
39419         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39420         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
39421         xmalloc.
39422         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
39423         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39424         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
39425         xmalloc.
39426         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39427         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
39428         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39429         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
39430         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
39431         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
39432         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
39433
39434 2006-11-03  Bruno Haible  <bruno@clisp.org>
39435
39436         * lib/c-ctype.h [C++]: Define functions without name mangling.
39437         * lib/fwriteerror.h [C++]: Likewise.
39438         * lib/gcd.h [C++]: Likewise.
39439         * lib/linebreak.h [C++]: Likewise.
39440
39441 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39442
39443         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
39444         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
39445         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
39446         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
39447         Check for functions and headers just once.
39448         Check for declaration of canonicalize_file_name.
39449         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
39450
39451 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39452
39453         * gnulib-tool (func_import): Fix typo in actioncmd.
39454
39455 2006-11-02  Bruno Haible  <bruno@clisp.org>
39456
39457         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
39458         newline sequence in the Makefile.am snippet as a space, like "make"
39459         does.
39460         Reported by Roger Persson <perrog@gmail.com>.
39461
39462 2006-11-01  Bruno Haible  <bruno@clisp.org>
39463
39464         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
39465         already declared in <string.h>.
39466         * lib/strcase.h (strncasecmp): Don't declare it if yes.
39467
39468 2006-11-01  Bruno Haible  <bruno@clisp.org>
39469
39470         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
39471         * lib/strcase.h: Include <string.h>.
39472         (strcasecmp): Define to rpl_strcasecmp here.
39473
39474 2006-11-01  Bruno Haible  <bruno@clisp.org>
39475
39476         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
39477
39478 2006-11-01  Eric Blake  <ebb9@byu.net>
39479
39480         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
39481
39482         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
39483
39484 2006-10-29  Bruno Haible  <bruno@clisp.org>
39485
39486         Make it compile in C++ mode.
39487         * lib/full-write.c (full_rw): Add a cast.
39488
39489 2006-11-01  Bruno Haible  <bruno@clisp.org>
39490
39491         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
39492         be POSIX compliant.
39493         Reported by Roger Persson <perrog@gmail.com>.
39494
39495 2006-11-01  Eric Blake  <ebb9@byu.net>
39496
39497         * lib/getopt_.h: Fix comments.
39498
39499 2006-10-31  Eric Blake  <ebb9@byu.net>
39500
39501         * modules/tmpdir (Depends-on): Add sys_stat.
39502         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
39503         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
39504         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
39505         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
39506         tempname.
39507
39508 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
39509
39510         Avoid some C++ diagnostics reported by Bruno Haible.
39511         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
39512         xmalloc.
39513         (quotearg_alloc): Use xcharalloc rather than xmalloc.
39514         (struct slotvec): Move to top level.
39515         (quotearg_n_options): Rewrite to avoid xmalloc.
39516         * lib/xalloc.h (xcharalloc): New function.
39517         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
39518         [defined __cplusplus]: Add function template that provides result
39519         type propagation.  This part of the change is from Bruno Haible.
39520
39521 2006-10-29  Bruno Haible  <bruno@clisp.org>
39522
39523         Make it compile in C++ mode.
39524         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
39525         * lib/strnlen1.c (strnlen1): Cast memchr result.
39526         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
39527         * lib/clean-temp.c (string_equals, string_hash): Add casts.
39528         (create_temp_dir): Rename local variable 'template'.
39529         (compile_csharp_using_sscli): Add cast.
39530         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
39531         * lib/findprog.c (find_in_path): Likewise.
39532         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
39533         * lib/wait-process.c (register_slave_subprocess): Likewise.
39534
39535 2006-10-22  Bruno Haible  <bruno@clisp.org>
39536
39537         * modules/tsearch: New file.
39538         * lib/tsearch.h: New file.
39539         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
39540         * m4/tsearch.m4: New file.
39541         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
39542
39543 2006-10-29  Eric Blake  <ebb9@byu.net>
39544
39545         * lib/arcfour.c: Assume config.h.
39546         * lib/arctwo.c: Likewise.
39547         * lib/base64.c: Likewise.
39548         * lib/check-version.c: Likewise.
39549         * lib/crc.c: Likewise.
39550         * lib/des.c: Likewise.
39551         * lib/gc-gnulib.c: Likewise.
39552         * lib/gc-libgcrypt.c: Likewise.
39553         * lib/gc-pbkdf2-sha1.c: Likewise.
39554         * lib/getaddrinfo.c: Likewise.
39555         * lib/getdelim.c: Likewise.
39556         * lib/getline.c: Likewise.
39557         * lib/hmac-md5.c: Likewise.
39558         * lib/hmac-sha1.c: Likewise.
39559         * lib/iconvme.c: Likewise.
39560         * lib/md2.c: Likewise.
39561         * lib/md4.c: Likewise.
39562         * lib/memxor.c: Likewise.
39563         * lib/read-file.c: Likewise.
39564         * lib/readline.c: Likewise.
39565         * lib/rijndael-alg-fst.c: Likewise.
39566         * lib/rijndael-api-fst.c: Likewise.
39567         * lib/xgetdomainname.c: Likewise.
39568
39569 2006-10-28  Eric Blake  <ebb9@byu.net>
39570
39571         * lib/xstrndup.c: Assume config.h.
39572
39573 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
39574
39575         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
39576         stat-macros.h is now for our own macros, whereas stat_h is for
39577         macros in the <sys/stat.h> name space.
39578         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
39579         (STAT_MACROS_H): Remove.
39580         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
39581         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
39582         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
39583         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
39584         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
39585         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
39586         Move these macros to ...
39587         * lib/stat_.h: here.  Don't include stat-macros.h.
39588         * lib/canonicalize.c: Don't include stat-macros.h.
39589         * lib/chown.c: Likewise.
39590         * lib/euidaccess.c: Likewise.
39591         * lib/file-type.c: Likewise.
39592         * lib/filemode.c: Likewise.
39593         * lib/glob.c: Likewise.
39594         * lib/isapipe.c: Likewise.
39595         * lib/lchown.c: Likewise.
39596         * lib/lstat.c: Likewise.
39597         * lib/mkdir-p.c: Likewise.
39598         * lib/rmdir.c: Likewise.
39599         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
39600         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
39601         unless mkdir isn't declared, to speed up 'configure'.
39602         Always create sys/stat.h, since it's unlikely any real sys/stat.h
39603         would define all the S_* symbols.
39604         * modules/canonicalize (Depends-on):
39605         Depend on sys_stat, not stat-macros.
39606         * modules/chown: Likewise.
39607         * modules/euidaccess: Likewise.
39608         * modules/filemode: Likewise.
39609         * modules/file-type: Likewise.
39610         * modules/glob: Likewise.
39611         * modules/isapipe: Likewise.
39612         * modules/lchown: Likewise.
39613         * modules/lstat: Likewise.
39614         * modules/mkancesdirs: Likewise.
39615         * modules/rmdir: Likewise.
39616         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
39617         * modules/modechange: Likewise.
39618         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
39619         (configure.ac): Remove gl_STAT_MACROS.
39620         * modules/sys_stat (Depends-on): Remove stat-macros.
39621
39622 2006-10-27  Bruno Haible  <bruno@clisp.org>
39623
39624         * m4/signed.m4: Remove file.
39625         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
39626         invocation.
39627         * modules/vasnprintf (Files): Remove m4/signed.m4.
39628
39629 2006-10-27  Bruno Haible  <bruno@clisp.org>
39630
39631         Update to GNU gettext 0.16.
39632         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
39633         m4/inttypes-h.m4, m4/signed.m4.
39634         * m4/gettext.m4: Update to GNU gettext 0.16.
39635         * m4/intl.m4: New file, from GNU gettext.
39636         * m4/intldir.m4: New file, from GNU gettext.
39637         * config/srclist.txt: Update
39638
39639 2006-10-27  Eric Blake  <ebb9@byu.net>
39640
39641         * MODULES.html.sh: Document tempname.
39642         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
39643         dependencies.
39644         (Files): Move lib/tempname.c...
39645         * modules/tempname: ...to this new module.
39646         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
39647         (gl_PREREQ_TEMPNAME): Move...
39648         * m4/tempname.m4: ...to this new file.
39649         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
39650         * modules/sys_stat (Depends-on): Add stat-macros.
39651         * lib/stat_.h (includes): Pick up stat macros.
39652         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
39653         if stat macros are broken.
39654         * lib/tempname.c (includes): No need to include "stat-macros.h".
39655         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
39656         (direxists, __path_search) [!_LIBC]: Don't compile these in
39657         gnulib; the tmpdir module covers that.
39658         * lib/tempname.h: New file.
39659
39660 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
39661
39662         * COPYING: Explain how gnulib-tool converts licence headers.
39663         Almost all wording by Eric Blake.
39664
39665 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
39666
39667         * lib/mbchar.h (is_basic_table): Make read-only.
39668         * lib/mbchar.c (is_basic_table): Likewise.
39669         Reported by John Darrington.
39670
39671 2006-10-25  Bruno Haible  <bruno@clisp.org>
39672
39673         * lib/progname.h (set_program_name): Undefine before defining.
39674
39675 2006-10-25  Bruno Haible  <bruno@clisp.org>
39676
39677         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
39678         false for non-gcc C++ compilers.
39679         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
39680
39681 2006-10-24  Bruno Haible  <bruno@clisp.org>
39682
39683         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
39684         iconv implementations like Irix iconv.
39685
39686 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39687
39688         * modules/vararrays: New file.
39689         * m4/vararrays.m4: New file, taken from diffutils.
39690         * MODULES.html.sh: New module vararrays.
39691
39692 2006-10-24  Karl Berry  <karl@gnu.org>
39693
39694         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
39695         Don't call GNU Unix.
39696
39697 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39698
39699         * users.txt: Add Libtool.
39700
39701         Sync from Libtool:
39702
39703         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39704
39705         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
39706         to gnulib's policy of including config.h unconditionally.
39707
39708 2006-10-24  Bruno Haible  <bruno@clisp.org>
39709
39710         * modules/wcwidth (Files): Add m4/wint_t.m4.
39711         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
39712         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
39713
39714 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39715
39716         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
39717         to pacify GCC with some -W flags enabled.  Problem reported by
39718         Bruno Haible.
39719
39720 2006-10-24  Jim Meyering  <jim@meyering.net>
39721
39722         * MODULES.html.sh: Remove uinttostr.  It's not a module.
39723         Reported by Karl Berry.
39724
39725 2006-10-23  Bruno Haible  <bruno@clisp.org>
39726
39727         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
39728
39729 2006-10-24  Bruno Haible  <bruno@clisp.org>
39730
39731         * lib/gl_list.h: Use C comment style, not C++ comment style.
39732
39733 2006-10-23  Eric Blake  <ebb9@byu.net>
39734
39735         * lib/getaddrinfo.c (includes): Add missing include.
39736
39737 2006-10-23  Bruno Haible  <bruno@clisp.org>
39738             Paul Eggert  <eggert@cs.ucla.edu>
39739
39740         Ability to rename obstack_free.
39741         * lib/obstack.h (__obstack_free): New macro. Declare instead of
39742         obstack_free.
39743         (obstack_free): Invoke the __obstack_free macro.
39744         * lib/obstack.c (obstack_free): Use __obstack_free macro.
39745
39746 2006-10-23  Bruno Haible  <bruno@clisp.org>
39747             Paul Eggert  <eggert@cs.ucla.edu>
39748
39749         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
39750         __argc, __argv from the declaration. (They are defined as macros on
39751         mingw.)
39752
39753 2006-10-22  Bruno Haible  <bruno@clisp.org>
39754
39755         * doc/gnulib-intro.texi: New file.
39756         * doc/gnulib.texi: Include it.
39757
39758 2006-10-21  Bruno Haible  <bruno@clisp.org>
39759
39760         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
39761         "Introduction", "Miscellanous Notes", "Particular Modules".
39762
39763 2006-10-21  Bruno Haible  <bruno@clisp.org>
39764
39765         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39766         Change mostlyclean-local rule to avoid sh syntax error from bash
39767         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
39768
39769 2006-10-23  Jim Meyering  <jim@meyering.net>
39770
39771         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
39772         in place of snprintf.
39773
39774         * modules/inttostr (Files): Add lib/uinttostr.c.
39775         * lib/uinttostr.c (inttostr): New file/function.
39776         * lib/inttostr.h (uinttostr): Declare.
39777         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
39778         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
39779         Add uinttostr.
39780         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
39781
39782 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
39783
39784         * lib/canonicalize.c (ELOOP): Define if not already defined.
39785         Problem reported by Bruno Haible in
39786         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
39787
39788 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
39789
39790         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
39791         Problem reported by Perry Smith and Ville Laurikari.
39792
39793         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
39794         uses.
39795
39796 2006-10-19  Bruno Haible  <bruno@clisp.org>
39797
39798         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
39799         for mingw.
39800
39801 2006-10-19  Bruno Haible  <bruno@clisp.org>
39802
39803         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
39804         Needed for mingw.
39805
39806 2006-10-19  Bruno Haible  <bruno@clisp.org>
39807
39808         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
39809
39810 2006-10-19  Bruno Haible  <bruno@clisp.org>
39811
39812         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
39813         it.
39814
39815 2006-10-19  Bruno Haible  <bruno@clisp.org>
39816
39817         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
39818         invocation.
39819
39820 2006-10-19  Bruno Haible  <bruno@clisp.org>
39821
39822         * gnulib-tool (func_create_testdir): Don't include ftruncate and
39823         mountlist by default.
39824
39825 2006-10-16  Bruno Haible  <bruno@clisp.org>
39826
39827         * lib/c-strstr.c: Include c-strstr.h.
39828
39829 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39830
39831         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
39832         in a slash.
39833
39834 2006-10-18  Bruno Haible  <bruno@clisp.org>
39835
39836         * lib/lock.h [C++]: Wrap definitions in extern "C".
39837
39838 2006-10-18  Bruno Haible  <bruno@clisp.org>
39839
39840         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
39841         gl_LIBOBJS list.
39842
39843 2006-10-18  Bruno Haible  <bruno@clisp.org>
39844
39845         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
39846
39847 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
39848
39849         * lib/xstrtol.h: Include gettext.h.
39850         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
39851         Problem reported by Eric Blake.
39852         * modules/xstrtol (Depends-on): Add gettext-h.
39853
39854 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
39855
39856         * lib/strftime.c (advance): New macro.
39857         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
39858         incomplete type, so you can't add 0 to it.  Problem and patch
39859         reported by Eelco Dolstra for dietlibc.
39860
39861 2006-10-18  Jim Meyering  <jim@meyering.net>
39862
39863         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
39864         type for a local, and rename it: s/up/user_proc/.
39865
39866 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
39867
39868         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
39869         READ_UTMP_USER_PROCESS.
39870         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
39871
39872 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39873
39874         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
39875         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
39876
39877 2006-10-17  Eric Blake  <ebb9@byu.net>
39878
39879         * lib/sigprocmask.c (sigprocmask): Fix typo.
39880
39881         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
39882
39883         * modules/clean-temp (Makefile.am): Don't add to make output...
39884         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
39885         config.h.
39886
39887 2006-10-17  Bruno Haible  <bruno@clisp.org>
39888
39889         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
39890         differently if DEFAULT_TEXT_DOMAIN is set.
39891
39892 2006-10-16  Bruno Haible  <bruno@clisp.org>
39893
39894         * lib/clean-temp.c: Include fwriteerror.h.
39895
39896 2006-10-16  Bruno Haible  <bruno@clisp.org>
39897
39898         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
39899
39900 2006-10-16  Bruno Haible  <bruno@clisp.org>
39901
39902         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
39903         * lib/sigprocmask.h: Include <sys/types.h>.
39904         (sigset_t): Use the system's definition if present.
39905
39906 2006-10-17  Eric Blake  <ebb9@byu.net>
39907
39908         * lib/xvasprintf.c (includes): Assume config.h.
39909         * lib/xasprintf.c (includes): Likewise.
39910
39911 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
39912
39913         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
39914         at least as wide as intmax_t.
39915
39916 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
39917
39918         (Imported from Automake.)
39919         * build-aux/gnupload: Update to version 1.1 of directive file.
39920
39921 2006-10-16  Eric Blake  <ebb9@byu.net>
39922
39923         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
39924         match Automake 1.10a.
39925
39926 2006-10-14  Bruno Haible  <bruno@clisp.org>
39927
39928         * modules/sigprocmask: New file.
39929         * lib/sigprocmask.h: New file.
39930         * lib/sigprocmask.c: New file.
39931         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
39932         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
39933         request sigprocmask.o.
39934         (gl_PREREQ_SIGPROCMASK): New macro.
39935         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
39936         (Depends-on): Add sigprocmask.
39937         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
39938         gt_SIGNALBLOCKING. Test for 'raise' only once.
39939         * lib/fatal-signal.c: Include sigprocmask.h.
39940         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
39941         unblock_fatal_signals): Define always.
39942         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39943         sigprocmask.
39944
39945 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
39946
39947         Sync from Automake.
39948         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
39949         which incorrectly sets the mode of an existing destination
39950         directory.  In some cases the unpatched install-sh could do the
39951         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
39952         system.  We hope this is rare in practice, but it's clearly worth
39953         fixing.  Problem reported by Alex Unleashed in
39954         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
39955         Also, don't bother to check for -m bugs unless we're using -m;
39956         suggested by Stepan Kasal.
39957
39958 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39959
39960         Sync from Automake.
39961         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
39962         `-c' flag, so they appear at the same position as in %FASTDEP%
39963         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
39964         which ignores unknown options only after the first non-option.
39965         Bug report against M4 by Nelson H. F. Beebe.
39966
39967 2006-10-13  Jim Meyering  <jim@meyering.net>
39968
39969         Fix a bug in yesterday's change.
39970         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
39971         p->fts_statp->st_dev would be used uninitialized.
39972         Ensures that we always call fts_stat on the very first entry.
39973         Miklos Szeredi reported that find -xdev stopped working.
39974
39975 2006-10-12  Bruno Haible  <bruno@clisp.org>
39976
39977         * gnulib-tool (func_get_automake_snippet): Append an automatically
39978         computed EXTRA_DIST augmentation.
39979         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
39980         * modules/alloca-opt (Makefile.am): Likewise.
39981         * modules/allocsa (Makefile.am): Likewise.
39982         * modules/arcfour (Makefile.am): Likewise.
39983         * modules/arctwo (Makefile.am): Likewise.
39984         * modules/argmatch (Makefile.am): Likewise.
39985         * modules/argz (Makefile.am): Likewise.
39986         * modules/atexit (Makefile.am): Likewise.
39987         * modules/backupfile (Makefile.am): Likewise.
39988         * modules/byteswap (Makefile.am): Likewise.
39989         * modules/c-strtod (Makefile.am): Likewise.
39990         * modules/c-strtold (Makefile.am): Likewise.
39991         * modules/calloc (Makefile.am): Likewise.
39992         * modules/canon-host (Makefile.am): Likewise.
39993         * modules/canonicalize (Makefile.am): Likewise.
39994         * modules/chdir-long (Makefile.am): Likewise.
39995         * modules/chdir-safer (Makefile.am): Likewise.
39996         * modules/check-version (Makefile.am): Likewise.
39997         * modules/chown (Makefile.am): Likewise.
39998         * modules/cloexec (Makefile.am): Likewise.
39999         * modules/close-stream (Makefile.am): Likewise.
40000         * modules/closeout (Makefile.am): Likewise.
40001         * modules/crc (Makefile.am): Likewise.
40002         * modules/csharpexec (Makefile.am): Likewise.
40003         * modules/cycle-check (Makefile.am): Likewise.
40004         * modules/des (Makefile.am): Likewise.
40005         * modules/dev-ino (Makefile.am): Likewise.
40006         * modules/dirfd (Makefile.am): Likewise.
40007         * modules/dirname (Makefile.am): Likewise.
40008         * modules/dup2 (Makefile.am): Likewise.
40009         * modules/eealloc (Makefile.am): Likewise.
40010         * modules/error (Makefile.am): Likewise.
40011         * modules/euidaccess (Makefile.am): Likewise.
40012         * modules/exclude (Makefile.am): Likewise.
40013         * modules/exitfail (Makefile.am): Likewise.
40014         * modules/fcntl-safer (Makefile.am): Likewise.
40015         * modules/fcntl (Makefile.am): Likewise.
40016         * modules/file-type (Makefile.am): Likewise.
40017         * modules/fileblocks (Makefile.am): Likewise.
40018         * modules/filemode (Makefile.am): Likewise.
40019         * modules/filenamecat (Makefile.am): Likewise.
40020         * modules/fnmatch (Makefile.am): Likewise.
40021         * modules/fopen-safer (Makefile.am): Likewise.
40022         * modules/fpending (Makefile.am): Likewise.
40023         * modules/fprintftime (Makefile.am): Likewise.
40024         * modules/free (Makefile.am): Likewise.
40025         * modules/fsusage (Makefile.am): Likewise.
40026         * modules/ftruncate (Makefile.am): Likewise.
40027         * modules/fts (Makefile.am): Likewise.
40028         * modules/gc-arcfour (Makefile.am): Likewise.
40029         * modules/gc-des (Makefile.am): Likewise.
40030         * modules/gc-hmac-md5 (Makefile.am): Likewise.
40031         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
40032         * modules/gc-md4 (Makefile.am): Likewise.
40033         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40034         * modules/gc-sha1 (Makefile.am): Likewise.
40035         * modules/gc (Makefile.am): Likewise.
40036         * modules/getaddrinfo (Makefile.am): Likewise.
40037         * modules/getcwd (Makefile.am): Likewise.
40038         * modules/getdelim (Makefile.am): Likewise.
40039         * modules/getdomainname (Makefile.am): Likewise.
40040         * modules/getgroups (Makefile.am): Likewise.
40041         * modules/gethostname (Makefile.am): Likewise.
40042         * modules/gethrxtime (Makefile.am): Likewise.
40043         * modules/getline (Makefile.am): Likewise.
40044         * modules/getloadavg (Makefile.am): Likewise.
40045         * modules/getlogin_r (Makefile.am): Likewise.
40046         * modules/getndelim2 (Makefile.am): Likewise.
40047         * modules/getopt (Makefile.am): Likewise.
40048         * modules/getpagesize (Makefile.am): Likewise.
40049         * modules/getpass-gnu (Makefile.am): Likewise.
40050         * modules/getpass (Makefile.am): Likewise.
40051         * modules/getsubopt (Makefile.am): Likewise.
40052         * modules/gettime (Makefile.am): Likewise.
40053         * modules/gettimeofday (Makefile.am): Likewise.
40054         * modules/getugroups (Makefile.am): Likewise.
40055         * modules/getusershell (Makefile.am): Likewise.
40056         * modules/glob (Makefile.am): Likewise.
40057         * modules/group-member (Makefile.am): Likewise.
40058         * modules/hard-locale (Makefile.am): Likewise.
40059         * modules/hash (Makefile.am): Likewise.
40060         * modules/hmac-md5 (Makefile.am): Likewise.
40061         * modules/hmac-sha1 (Makefile.am): Likewise.
40062         * modules/human (Makefile.am): Likewise.
40063         * modules/idcache (Makefile.am): Likewise.
40064         * modules/imaxabs (Makefile.am): Likewise.
40065         * modules/imaxdiv (Makefile.am): Likewise.
40066         * modules/inet_ntop (Makefile.am): Likewise.
40067         * modules/inet_pton (Makefile.am): Likewise.
40068         * modules/intprops (Makefile.am): Likewise.
40069         * modules/inttostr (Makefile.am): Likewise.
40070         * modules/inttypes (Makefile.am): Likewise.
40071         * modules/isapipe (Makefile.am): Likewise.
40072         * modules/javaversion (Makefile.am): Likewise.
40073         * modules/lchmod (Makefile.am): Likewise.
40074         * modules/lchown (Makefile.am): Likewise.
40075         * modules/localcharset (Makefile.am): Likewise.
40076         * modules/long-options (Makefile.am): Likewise.
40077         * modules/lstat (Makefile.am): Likewise.
40078         * modules/malloc (Makefile.am): Likewise.
40079         * modules/mathl (Makefile.am): Likewise.
40080         * modules/mbchar (Makefile.am): Likewise.
40081         * modules/md2 (Makefile.am): Likewise.
40082         * modules/md4 (Makefile.am): Likewise.
40083         * modules/md5 (Makefile.am): Likewise.
40084         * modules/memcasecmp (Makefile.am): Likewise.
40085         * modules/memchr (Makefile.am): Likewise.
40086         * modules/memcmp (Makefile.am): Likewise.
40087         * modules/memcoll (Makefile.am): Likewise.
40088         * modules/memcpy (Makefile.am): Likewise.
40089         * modules/memmem (Makefile.am): Likewise.
40090         * modules/memmove (Makefile.am): Likewise.
40091         * modules/mempcpy (Makefile.am): Likewise.
40092         * modules/memrchr (Makefile.am): Likewise.
40093         * modules/memset (Makefile.am): Likewise.
40094         * modules/memxor (Makefile.am): Likewise.
40095         * modules/mkancesdirs (Makefile.am): Likewise.
40096         * modules/mkdir-p (Makefile.am): Likewise.
40097         * modules/mkdir (Makefile.am): Likewise.
40098         * modules/mkdtemp (Makefile.am): Likewise.
40099         * modules/mkstemp (Makefile.am): Likewise.
40100         * modules/mktime (Makefile.am): Likewise.
40101         * modules/modechange (Makefile.am): Likewise.
40102         * modules/mountlist (Makefile.am): Likewise.
40103         * modules/nanosleep (Makefile.am): Likewise.
40104         * modules/obstack (Makefile.am): Likewise.
40105         * modules/openat (Makefile.am): Likewise.
40106         * modules/pagealign_alloc (Makefile.am): Likewise.
40107         * modules/pathmax (Makefile.am): Likewise.
40108         * modules/physmem (Makefile.am): Likewise.
40109         * modules/poll (Makefile.am): Likewise.
40110         * modules/posixtm (Makefile.am): Likewise.
40111         * modules/posixver (Makefile.am): Likewise.
40112         * modules/putenv (Makefile.am): Likewise.
40113         * modules/quote (Makefile.am): Likewise.
40114         * modules/quotearg (Makefile.am): Likewise.
40115         * modules/raise (Makefile.am): Likewise.
40116         * modules/read-file (Makefile.am): Likewise.
40117         * modules/readline (Makefile.am): Likewise.
40118         * modules/readlink (Makefile.am): Likewise.
40119         * modules/readtokens (Makefile.am): Likewise.
40120         * modules/readutmp (Makefile.am): Likewise.
40121         * modules/realloc (Makefile.am): Likewise.
40122         * modules/regex (Makefile.am): Likewise.
40123         * modules/rename-dest-slash (Makefile.am): Likewise.
40124         * modules/rename (Makefile.am): Likewise.
40125         * modules/rijndael (Makefile.am): Likewise.
40126         * modules/rmdir (Makefile.am): Likewise.
40127         * modules/rpmatch (Makefile.am): Likewise.
40128         * modules/safe-read (Makefile.am): Likewise.
40129         * modules/safe-write (Makefile.am): Likewise.
40130         * modules/same-inode (Makefile.am): Likewise.
40131         * modules/same (Makefile.am): Likewise.
40132         * modules/save-cwd (Makefile.am): Likewise.
40133         * modules/savedir (Makefile.am): Likewise.
40134         * modules/setenv (Makefile.am): Likewise.
40135         * modules/settime (Makefile.am): Likewise.
40136         * modules/sha1 (Makefile.am): Likewise.
40137         * modules/sig2str (Makefile.am): Likewise.
40138         * modules/snprintf (Makefile.am): Likewise.
40139         * modules/stat-macros (Makefile.am): Likewise.
40140         * modules/stat-time (Makefile.am): Likewise.
40141         * modules/stdbool (Makefile.am): Likewise.
40142         * modules/stdint (Makefile.am): Likewise.
40143         * modules/stdlib-safer (Makefile.am): Likewise.
40144         * modules/stpcpy (Makefile.am): Likewise.
40145         * modules/stpncpy (Makefile.am): Likewise.
40146         * modules/strcase (Makefile.am): Likewise.
40147         * modules/strcasestr (Makefile.am): Likewise.
40148         * modules/strchrnul (Makefile.am): Likewise.
40149         * modules/strcspn (Makefile.am): Likewise.
40150         * modules/strdup (Makefile.am): Likewise.
40151         * modules/strerror (Makefile.am): Likewise.
40152         * modules/strftime (Makefile.am): Likewise.
40153         * modules/strndup (Makefile.am): Likewise.
40154         * modules/strnlen (Makefile.am): Likewise.
40155         * modules/strpbrk (Makefile.am): Likewise.
40156         * modules/strsep (Makefile.am): Likewise.
40157         * modules/strstr (Makefile.am): Likewise.
40158         * modules/strtod (Makefile.am): Likewise.
40159         * modules/strtoimax (Makefile.am): Likewise.
40160         * modules/strtok_r (Makefile.am): Likewise.
40161         * modules/strtol (Makefile.am): Likewise.
40162         * modules/strtoll (Makefile.am): Likewise.
40163         * modules/strtoul (Makefile.am): Likewise.
40164         * modules/strtoull (Makefile.am): Likewise.
40165         * modules/strtoumax (Makefile.am): Likewise.
40166         * modules/strverscmp (Makefile.am): Likewise.
40167         * modules/sys_socket (Makefile.am): Likewise.
40168         * modules/sys_stat (Makefile.am): Likewise.
40169         * modules/sysexits (Makefile.am): Likewise.
40170         * modules/time_r (Makefile.am): Likewise.
40171         * modules/timegm (Makefile.am): Likewise.
40172         * modules/timespec (Makefile.am): Likewise.
40173         * modules/tmpfile-safer (Makefile.am): Likewise.
40174         * modules/trim (Makefile.am): Likewise.
40175         * modules/unistd-safer (Makefile.am): Likewise.
40176         * modules/unlinkdir (Makefile.am): Likewise.
40177         * modules/unlocked-io (Makefile.am): Likewise.
40178         * modules/userspec (Makefile.am): Likewise.
40179         * modules/utime (Makefile.am): Likewise.
40180         * modules/utimecmp (Makefile.am): Likewise.
40181         * modules/utimens (Makefile.am): Likewise.
40182         * modules/vasnprintf (Makefile.am): Likewise.
40183         * modules/vasprintf (Makefile.am): Likewise.
40184         * modules/vsnprintf (Makefile.am): Likewise.
40185         * modules/xalloc (Makefile.am): Likewise.
40186         * modules/xgetcwd (Makefile.am): Likewise.
40187         * modules/xnanosleep (Makefile.am): Likewise.
40188         * modules/xreadlink (Makefile.am): Likewise.
40189         * modules/xstrtod (Makefile.am): Likewise.
40190         * modules/xstrtol (Makefile.am): Likewise.
40191         * modules/xstrtold (Makefile.am): Likewise.
40192         * modules/yesno (Makefile.am): Likewise.
40193         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
40194
40195 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40196
40197         * modules/error (Makefile.am): Distribute files through
40198         EXTRA_DIST, not lib_SOURCES.
40199
40200 2006-10-12  Eric Blake  <ebb9@byu.net>
40201
40202         * modules/error (Makefile.am): Distribute files in /lib.
40203         * modules/obstack (Makefile.am): Likewise.
40204
40205 2006-10-12  Bruno Haible  <bruno@clisp.org>
40206
40207         * modules/acl (Makefile.am): Distribute all files in lib/ through
40208         EXTRA_DIST.
40209         * modules/arcfour (Makefile.am): Likewise.
40210         * modules/arctwo (Makefile.am): Likewise.
40211         * modules/argmatch (Makefile.am): Likewise.
40212         * modules/argz (Makefile.am): Likewise.
40213         * modules/atexit (Makefile.am): Likewise.
40214         * modules/backupfile (Makefile.am): Likewise.
40215         * modules/c-strtod (Makefile.am): Likewise.
40216         * modules/c-strtold (Makefile.am): Likewise.
40217         * modules/calloc (Makefile.am): Likewise.
40218         * modules/canon-host (Makefile.am): Likewise.
40219         * modules/canonicalize (Makefile.am): Likewise.
40220         * modules/chdir-long (Makefile.am): Likewise.
40221         * modules/chdir-safer (Makefile.am): Likewise.
40222         * modules/check-version (Makefile.am): Likewise.
40223         * modules/chown (Makefile.am): Likewise.
40224         * modules/cloexec (Makefile.am): Likewise.
40225         * modules/close-stream (Makefile.am): Likewise.
40226         * modules/closeout (Makefile.am): Likewise.
40227         * modules/crc (Makefile.am): Likewise.
40228         * modules/cycle-check (Makefile.am): Likewise.
40229         * modules/des (Makefile.am): Likewise.
40230         * modules/dirfd (Makefile.am): Likewise.
40231         * modules/dirname (Makefile.am): Likewise.
40232         * modules/dup2 (Makefile.am): Likewise.
40233         * modules/euidaccess (Makefile.am): Likewise.
40234         * modules/exclude (Makefile.am): Likewise.
40235         * modules/exitfail (Makefile.am): Likewise.
40236         * modules/fcntl-safer (Makefile.am): Likewise.
40237         * modules/file-type (Makefile.am): Likewise.
40238         * modules/fileblocks (Makefile.am): Likewise.
40239         * modules/filemode (Makefile.am): Likewise.
40240         * modules/filenamecat (Makefile.am): Likewise.
40241         * modules/fnmatch (Makefile.am): Likewise.
40242         * modules/fopen-safer (Makefile.am): Likewise.
40243         * modules/fpending (Makefile.am): Likewise.
40244         * modules/fprintftime (Makefile.am): Likewise.
40245         * modules/free (Makefile.am): Likewise.
40246         * modules/fsusage (Makefile.am): Likewise.
40247         * modules/ftruncate (Makefile.am): Likewise.
40248         * modules/fts (Makefile.am): Likewise.
40249         * modules/gc (Makefile.am): Likewise.
40250         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40251         * modules/getaddrinfo (Makefile.am): Likewise.
40252         * modules/getcwd (Makefile.am): Likewise.
40253         * modules/getdelim (Makefile.am): Likewise.
40254         * modules/getdomainname (Makefile.am): Likewise.
40255         * modules/getgroups (Makefile.am): Likewise.
40256         * modules/gethostname (Makefile.am): Likewise.
40257         * modules/gethrxtime (Makefile.am): Likewise.
40258         * modules/getline (Makefile.am): Likewise.
40259         * modules/getloadavg (Makefile.am): Likewise.
40260         * modules/getlogin_r (Makefile.am): Likewise.
40261         * modules/getopt (Makefile.am): Likewise.
40262         * modules/getpass (Makefile.am): Likewise.
40263         * modules/getpass-gnu (Makefile.am): Likewise.
40264         * modules/getsubopt (Makefile.am): Likewise.
40265         * modules/gettime (Makefile.am): Likewise.
40266         * modules/gettimeofday (Makefile.am): Likewise.
40267         * modules/getugroups (Makefile.am): Likewise.
40268         * modules/getusershell (Makefile.am): Likewise.
40269         * modules/glob (Makefile.am): Likewise.
40270         * modules/group-member (Makefile.am): Likewise.
40271         * modules/hard-locale (Makefile.am): Likewise.
40272         * modules/hash (Makefile.am): Likewise.
40273         * modules/hmac-md5 (Makefile.am): Likewise.
40274         * modules/hmac-sha1 (Makefile.am): Likewise.
40275         * modules/human (Makefile.am): Likewise.
40276         * modules/idcache (Makefile.am): Likewise.
40277         * modules/imaxabs (Makefile.am): Likewise.
40278         * modules/imaxdiv (Makefile.am): Likewise.
40279         * modules/inet_ntop (Makefile.am): Likewise.
40280         * modules/inet_pton (Makefile.am): Likewise.
40281         * modules/inttostr (Makefile.am): Likewise.
40282         * modules/isapipe (Makefile.am): Likewise.
40283         * modules/lchown (Makefile.am): Likewise.
40284         * modules/long-options (Makefile.am): Likewise.
40285         * modules/lstat (Makefile.am): Likewise.
40286         * modules/malloc (Makefile.am): Likewise.
40287         * modules/mathl (Makefile.am): Likewise.
40288         * modules/mbchar (Makefile.am): Likewise.
40289         * modules/md2 (Makefile.am): Likewise.
40290         * modules/md4 (Makefile.am): Likewise.
40291         * modules/md5 (Makefile.am): Likewise.
40292         * modules/memcasecmp (Makefile.am): Likewise.
40293         * modules/memchr (Makefile.am): Likewise.
40294         * modules/memcmp (Makefile.am): Likewise.
40295         * modules/memcoll (Makefile.am): Likewise.
40296         * modules/memcpy (Makefile.am): Likewise.
40297         * modules/memmem (Makefile.am): Likewise.
40298         * modules/memmove (Makefile.am): Likewise.
40299         * modules/mempcpy (Makefile.am): Likewise.
40300         * modules/memrchr (Makefile.am): Likewise.
40301         * modules/memset (Makefile.am): Likewise.
40302         * modules/memxor (Makefile.am): Likewise.
40303         * modules/mkancesdirs (Makefile.am): Likewise.
40304         * modules/mkdir (Makefile.am): Likewise.
40305         * modules/mkdir-p (Makefile.am): Likewise.
40306         * modules/mkdtemp (Makefile.am): Likewise.
40307         * modules/mkstemp (Makefile.am): Likewise.
40308         * modules/mktime (Makefile.am): Likewise.
40309         * modules/modechange (Makefile.am): Likewise.
40310         * modules/mountlist (Makefile.am): Likewise.
40311         * modules/nanosleep (Makefile.am): Likewise.
40312         * modules/openat (Makefile.am): Likewise.
40313         * modules/pagealign_alloc (Makefile.am): Likewise.
40314         * modules/physmem (Makefile.am): Likewise.
40315         * modules/poll (Makefile.am): Likewise.
40316         * modules/posixtm (Makefile.am): Likewise.
40317         * modules/posixver (Makefile.am): Likewise.
40318         * modules/putenv (Makefile.am): Likewise.
40319         * modules/quote (Makefile.am): Likewise.
40320         * modules/quotearg (Makefile.am): Likewise.
40321         * modules/raise (Makefile.am): Likewise.
40322         * modules/read-file (Makefile.am): Likewise.
40323         * modules/readline (Makefile.am): Likewise.
40324         * modules/readlink (Makefile.am): Likewise.
40325         * modules/readtokens (Makefile.am): Likewise.
40326         * modules/readutmp (Makefile.am): Likewise.
40327         * modules/realloc (Makefile.am): Likewise.
40328         * modules/regex (Makefile.am): Likewise.
40329         * modules/rename (Makefile.am): Likewise.
40330         * modules/rename-dest-slash (Makefile.am): Likewise.
40331         * modules/rijndael (Makefile.am): Likewise.
40332         * modules/rmdir (Makefile.am): Likewise.
40333         * modules/rpmatch (Makefile.am): Likewise.
40334         * modules/safe-read (Makefile.am): Likewise.
40335         * modules/safe-write (Makefile.am): Likewise.
40336         * modules/same (Makefile.am): Likewise.
40337         * modules/save-cwd (Makefile.am): Likewise.
40338         * modules/savedir (Makefile.am): Likewise.
40339         * modules/setenv (Makefile.am): Likewise.
40340         * modules/settime (Makefile.am): Likewise.
40341         * modules/sha1 (Makefile.am): Likewise.
40342         * modules/sig2str (Makefile.am): Likewise.
40343         * modules/snprintf (Makefile.am): Likewise.
40344         * modules/stdlib-safer (Makefile.am): Likewise.
40345         * modules/stpcpy (Makefile.am): Likewise.
40346         * modules/stpncpy (Makefile.am): Likewise.
40347         * modules/strcase (Makefile.am): Likewise.
40348         * modules/strcasestr (Makefile.am): Likewise.
40349         * modules/strchrnul (Makefile.am): Likewise.
40350         * modules/strcspn (Makefile.am): Likewise.
40351         * modules/strdup (Makefile.am): Likewise.
40352         * modules/strerror (Makefile.am): Likewise.
40353         * modules/strftime (Makefile.am): Likewise.
40354         * modules/strndup (Makefile.am): Likewise.
40355         * modules/strnlen (Makefile.am): Likewise.
40356         * modules/strpbrk (Makefile.am): Likewise.
40357         * modules/strsep (Makefile.am): Likewise.
40358         * modules/strstr (Makefile.am): Likewise.
40359         * modules/strtod (Makefile.am): Likewise.
40360         * modules/strtoimax (Makefile.am): Likewise.
40361         * modules/strtok_r (Makefile.am): Likewise.
40362         * modules/strtol (Makefile.am): Likewise.
40363         * modules/strtoll (Makefile.am): Likewise.
40364         * modules/strtoul (Makefile.am): Likewise.
40365         * modules/strtoull (Makefile.am): Likewise.
40366         * modules/strtoumax (Makefile.am): Likewise.
40367         * modules/strverscmp (Makefile.am): Likewise.
40368         * modules/time_r (Makefile.am): Likewise.
40369         * modules/timegm (Makefile.am): Likewise.
40370         * modules/tmpfile-safer (Makefile.am): Likewise.
40371         * modules/unistd-safer (Makefile.am): Likewise.
40372         * modules/unlinkdir (Makefile.am): Likewise.
40373         * modules/userspec (Makefile.am): Likewise.
40374         * modules/utime (Makefile.am): Likewise.
40375         * modules/utimecmp (Makefile.am): Likewise.
40376         * modules/utimens (Makefile.am): Likewise.
40377         * modules/vasnprintf (Makefile.am): Likewise.
40378         * modules/vasprintf (Makefile.am): Likewise.
40379         * modules/vsnprintf (Makefile.am): Likewise.
40380         * modules/xalloc (Makefile.am): Likewise.
40381         * modules/xgetcwd (Makefile.am): Likewise.
40382         * modules/xnanosleep (Makefile.am): Likewise.
40383         * modules/xreadlink (Makefile.am): Likewise.
40384         * modules/xstrtod (Makefile.am): Likewise.
40385         * modules/xstrtol (Makefile.am): Likewise.
40386         * modules/xstrtold (Makefile.am): Likewise.
40387         * modules/yesno (Makefile.am): Likewise.
40388
40389 2006-10-12  Jim Meyering  <jim@meyering.net>
40390
40391         * m4/getloadavg.m4: Revert the change below.
40392
40393         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
40394         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
40395         fail with a symlink, which is what coreutils' ./bootstrap now
40396         creates by default.
40397
40398 2006-10-12  Bruno Haible  <bruno@clisp.org>
40399
40400         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
40401         mingw.
40402         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
40403         MSVC and mingw explicitly.
40404
40405 2006-10-11  Simon Josefsson  <jas@extundo.com>
40406             Bruno Haible  <bruno@clisp.org>
40407
40408         Add support for multiple gnulib-tool invocations in the scope of a
40409         single configure.ac file.
40410         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
40411         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
40412         with the same contents as the _LIBADD variable.
40413         (func_emit_initmacro_start, func_emit_initmacro_end,
40414         func_emit_initmacro_done): New functions.
40415         (func_import, func_create_testdir): Invoke them. Allow the identifiers
40416         gl_LIBOBJS and gl_LTLIBOBJS.
40417
40418 2006-10-11  Bruno Haible  <bruno@clisp.org>
40419
40420         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
40421         (func_create_testdir): Don't create po/Makefile.am, don't invoke
40422         autoreconf. Instead, invoke autopoint explicitly but move back the
40423         *.m4 files from gnulib.
40424
40425 2006-10-11  Bruno Haible  <bruno@clisp.org>
40426
40427         * gnulib-tool (func_usage): Make module names after --create-testdir
40428         optional.
40429         (func_create_testdir): If no module was specified, use nearly all
40430         modules.
40431
40432 2006-10-12  Jim Meyering  <jim@meyering.net>
40433
40434         Big performance improvement for fts-based tools that use FTS_NOSTAT.
40435         Avoid spurious inode-mismatch problems on non-POSIX file systems.
40436         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
40437         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
40438         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
40439         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
40440         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
40441         (fts_set_stat_required): New function.
40442         (fts_open): Defer the calls to fts_stat, if possible or requested.
40443         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
40444         into fts_stat itself.
40445         (fts_read): Perform any required (deferred) fts_stat call.
40446         (fts_build): Likewise, for the directory we're about to open and read.
40447         In the readdir loop, carefully decide whether each entry will require
40448         an eventual call to fts_stat, using dirent.d_type info if available.
40449         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
40450         a command line argument into this function.  Update all callers.
40451         Map a return value of FTS_DOT to FTS_D for a command line argument.
40452         * modules/fts (Depends-on): Add d-type.  Alphabetize.
40453         Thanks to Miklos Szeredi for his tenacity and for the initial
40454         bug report about "find" failing on a FUSE-based file system.
40455
40456         * lib/fts.c (fts_open): Use consistent indentation.
40457
40458 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40459
40460         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
40461         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
40462         reported by Jim Meyering.  All uses of cache variables renamed
40463         to match Autoconf's.
40464         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
40465         the other one.
40466
40467         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
40468         Fix misspelling in diagnostic.
40469
40470 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
40471
40472         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
40473         defined.  Problem reported by Matthew Woehlke.
40474
40475         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
40476         Add support for Tandem NonStop R series.
40477         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
40478         Use new macro.
40479
40480         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
40481         (has_trailing_slash): Omit size arg; all callers changed.
40482         Omit 'inline', since it doesn't help performance and we'd
40483         need to configure it.
40484         Don't count //, ///, etc. as having a trailing slash.
40485         As a side effect, this removes a C99ism reported by Matthew Woehlke.
40486         (rpl_rename_dest_slash): On failure, use rename's errno rather
40487         than (in some cases) an incorrect or junk errno.
40488         Simplify code by removing need to compute length; this does
40489         cause it to make two passes instead of one over the file name,
40490         but it's worth it.
40491
40492         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
40493         change, since Autoconf's version may no longer be appropriate now
40494         that we are using CVS Autoconf's version.  Add support for Tandem.
40495
40496 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
40497             Bruno Haible  <bruno@clisp.org>
40498
40499         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
40500         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
40501         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
40502         gl_AC_TYPE_LONG_LONG.
40503
40504         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
40505         instead of HAVE_LONG_LONG.
40506         * lib/printf-args.c (printf_fetchargs): Likewise.
40507         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
40508         * lib/vasnprintf.c (VASNPRINTF): Likewise.
40509         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
40510         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
40511         gl_AC_TYPE_LONG_LONG.
40512
40513 2006-10-11  Bruno Haible  <bruno@clisp.org>
40514
40515         * m4/longlong.m4: Add comments.
40516         * m4/ulonglong.m4: Likewise.
40517
40518 2006-10-10  Bruno Haible  <bruno@clisp.org>
40519
40520         Make it possible to #define stpcpy, strdup to aliases.
40521         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
40522         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
40523
40524 2006-10-10  Bruno Haible  <bruno@clisp.org>
40525
40526         Make it possible to #define gcd to an alias.
40527         * lib/gcd.c: Include config.h.
40528
40529 2006-10-10  Bruno Haible  <bruno@clisp.org>
40530
40531         Make it possible to #define c_isascii to an alias.
40532         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
40533         defined. Undefine the macros before defining them, to avoid gcc
40534         warnings.
40535         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
40536         define NO_C_CTYPE_MACROS early.
40537
40538 2006-10-10  Bruno Haible  <bruno@clisp.org>
40539
40540         Make it possible to #define set_program_name to an alias.
40541         * lib/progname.c: Don't undefine set_program_name; instead, undefine
40542         ENABLE_RELOCATABLE early.
40543
40544 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
40545
40546         Port to Tandem NSK OSS, which has 64-bit signed int but at most
40547         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
40548         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
40549         More generally, don't assume that 64-bit signed int is available
40550         if unsigned int is, and vice versa.
40551         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
40552         unsigned symbols, not on their signed counterparts.
40553         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
40554         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
40555         (UINT64_C, UINTMAX_C):
40556         Likewise.
40557         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
40558         unsigned counterparts.
40559         (Have_long_long, Unsigned): New macros.
40560         (Int): Renamed from INT.
40561         (strtoimax): Use the new macros.
40562         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
40563         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
40564         * modules/inttypes (inttypes.h): Substitute
40565         HAVE_UNSIGNED_LONG_LONG_INT.
40566         * modules/stdint (stdint.h): Likewise.
40567         (Files): Add m4/ulonglong.m4.
40568
40569 2006-10-10  Bruno Haible  <bruno@clisp.org>
40570
40571         Fix a gcc -Wshadow warning.
40572         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
40573         to 'bucket'.
40574         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
40575         gl_linked_indexof_from_to): Likewise.
40576         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
40577         Likewise.
40578         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
40579         Likewise.
40580         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
40581         Reported by Eric Blake.
40582
40583 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
40584
40585         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
40586         for NetBSD.  Problem reported by Bruno Haible.
40587
40588 2006-10-09  Jim Meyering  <jim@meyering.net>
40589
40590         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
40591         Patch from Bruno Haible.
40592
40593 2006-10-09  Jim Meyering  <jim@meyering.net>
40594
40595         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
40596         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
40597         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
40598
40599 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40600
40601         Don't include <config.h> twice; this doesn't work in some cases,
40602         e.g., when config.h has "#define intmax_t long long int" and
40603         we include <config.h>, <inttypes.h>, <config.h> in that order.
40604         Problem reported by Matthew Woehlke in:
40605         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
40606         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
40607         * lib/fts-cycle.c: Don't include config.h.
40608         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
40609         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
40610         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
40611         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
40612         inttypes.h.
40613         * lib/xstrtoumax.c: Likewise.
40614         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
40615         __strtol and the like, so that this module is more like its siblings.
40616         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
40617         Remove; no longer needed now that we assume gnulib inttypes.h.
40618
40619 2006-10-08  Bruno Haible  <bruno@clisp.org>
40620
40621         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
40622         option.
40623
40624 2006-10-07  Jim Meyering  <jim@meyering.net>
40625
40626         * modules/inttypes (inttypes.h): Revert what seems to have been
40627         an inadvertent part of today's change: use "|", not "/" in the
40628         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
40629
40630 2006-10-07  Bruno Haible  <bruno@clisp.org>
40631
40632         * modules/sublist: New file.
40633
40634 2006-10-07  Bruno Haible  <bruno@clisp.org>
40635
40636         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
40637         * modules/argz (argz.h): Likewise.
40638         * modules/arpa_inet (arpa/inet.h): Likewise.
40639         * modules/byteswap (byteswap.h): Likewise.
40640         * modules/configmake (configmake.h): Likewise.
40641         * modules/fcntl (fcntl.h): Likewise.
40642         * modules/fnmatch (fnmatch.h): Likewise.
40643         * modules/getopt (getopt.h): Likewise.
40644         * modules/glob (glob.h): Likewise.
40645         * modules/inttypes (inttypes.h): Likewise.
40646         * modules/netinet_in (netinet/in.h): Likewise.
40647         * modules/poll (poll.h): Likewise.
40648         * modules/stdbool (stdbool.h): Likewise.
40649         * modules/stdint (stdint.h): Likewise.
40650         * modules/sys_select (sys/select.h): Likewise.
40651         * modules/sys_socket (sys/socket.h): Likewise.
40652         * modules/sys_stat (sys/stat.h): Likewise.
40653         * modules/sysexits (sysexits.h): Likewise.
40654         * modules/unistd (unistd.h): Likewise.
40655         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40656         Add a "DO NOT EDIT" comment to the generated file.
40657         (func_import): Likewise for gnulib-comp.m4.
40658
40659 2006-10-07  Bruno Haible  <bruno@clisp.org>
40660
40661         * lib/gl_sublist.h: New file.
40662         * lib/gl_sublist.c: New file.
40663
40664 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
40665
40666         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
40667         name (relative to the original working directory) and the file
40668         name component (relative to the temporary working directory).  All
40669         callers changed.
40670         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
40671         * lib/mkdir-p.c (make_dir_parents): Likewise.
40672         * lib/mkdir-p.h (make_dir_parents): Likewise.
40673
40674 2006-10-06  Eric Blake  <ebb9@byu.net>
40675
40676         Define several macros for use by the clean-temp module.
40677         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
40678         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
40679         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
40680
40681         * lib/clean-temp.h (close_stream_temp): New declaration.
40682         * lib/clean-temp.c (includes): Pull in headers according to what
40683         other modules are in use.
40684         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
40685
40686 2006-10-06  Bruno Haible  <bruno@clisp.org>
40687
40688         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
40689         instead of fopen, fwriteerror.
40690
40691 2006-10-06  Bruno Haible  <bruno@clisp.org>
40692
40693         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
40694         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
40695         int.
40696         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
40697         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
40698         Return an error indicator.
40699         Suggested by Eric Blake.
40700
40701 2006-10-06  Bruno Haible  <bruno@clisp.org>
40702
40703         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
40704         Reported by Eric Blake.
40705
40706 2006-10-06  Bruno Haible  <bruno@clisp.org>
40707
40708         * modules/closeout (Description): Mention stderr too.
40709
40710 2006-10-06  Bruno Haible  <bruno@clisp.org>
40711         and Paul Eggert  <eggert@cs.ucla.edu>
40712
40713         * lib/closeout.c (close_stdout): Also close stderr.
40714         * lib/closeout.h: Update comment.
40715
40716 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
40717
40718         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
40719         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
40720         * lib/dirchownmod.c: Include lchown.h.
40721         * lib/lchown.c: Don't include files that lchown.h now includes.
40722         Don't declare chown, since lchown.h now does that.
40723         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
40724         (lchown): Define to rpl_chown if lchown is declared but
40725         does not exist.  Declare using a prototype if lchown is not
40726         declared.  Add a copyright notice.
40727         * lib/mkstemp.h: Include <unistd.h>.
40728         * lib/openat.c: Include lchown.h.
40729
40730         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
40731         we now test for that separately.
40732         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
40733         rather than O_NOFOLLOW, when testing whether it's possible to
40734         avoid a race condition reliably.
40735         * lib/savewd.c (savewd_chdir): Likewise.
40736
40737         Remove macros that are no longer needed now that stdint.h is
40738         reliable.
40739         * lib/fsusage.c (UINTMAX_MAX): Remove.
40740         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
40741         * lib/utimecmp.c (SIZE_MAX): Remove.
40742
40743         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
40744
40745         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
40746         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
40747         O_NOATIME works.
40748
40749 2006-10-05  Bruno Haible  <bruno@clisp.org>
40750
40751         * lib/gl_list.h (gl_sortedlist_search_from_to,
40752         gl_sortedlist_indexof_from_to): New declarations.
40753         (gl_list_implementation): New fields sortedlist_search_from_to,
40754         sortedlist_indexof_from_to.
40755         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
40756         inline functions.
40757         * lib/gl_list.c (gl_sortedlist_search_from_to,
40758         gl_sortedlist_indexof_from_to): New functions.
40759         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
40760         function.
40761         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
40762         (gl_array_sortedlist_search_from_to): New function.
40763         (gl_array_list_implementation): Update.
40764         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
40765         function.
40766         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
40767         (gl_carray_sortedlist_search_from_to): New function.
40768         (gl_carray_list_implementation): Update.
40769         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
40770         gl_linked_sortedlist_indexof_from_to): New functions.
40771         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
40772         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
40773         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
40774         gl_tree_sortedlist_indexof_from_to): New functions.
40775         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
40776         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
40777         Update.
40778         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
40779         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
40780         Update.
40781
40782 2006-10-05  Bruno Haible  <bruno@clisp.org>
40783
40784         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
40785         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
40786         (struct gl_list_implementation): Add fields search_from_to,
40787         indexof_from_to. Remove fields search, indexof.
40788         (gl_list_search): Use the search_from_to method.
40789         (gl_list_search_from, gl_list_search_from_to): New functions.
40790         (gl_list_indexof): Use the indexof_from_to method.
40791         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
40792         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
40793         (gl_list_search_from, gl_list_search_from_to): New functions.
40794         (gl_list_indexof): Use the indexof_from_to method.
40795         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
40796         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
40797         gl_array_indexof. Add start_index, end_index arguments.
40798         (gl_array_search_from_to): Renamed from gl_array_search. Add
40799         start_index, end_index arguments.
40800         (gl_array_remove, gl_array_list_implementation): Update.
40801         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
40802         gl_carray_indexof. Add start_index, end_index arguments.
40803         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
40804         start_index, end_index arguments.
40805         (gl_carray_remove, gl_carray_list_implementation): Update.
40806         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
40807         gl_linked_search. Add start_index, end_index arguments.
40808         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
40809         start_index, end_index arguments.
40810         (gl_linked_remove): Update.
40811         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
40812         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
40813         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
40814         field to 'size_t'.
40815         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
40816         gl_tree_search. Add start_index, end_index arguments.
40817         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
40818         start_index, end_index arguments.
40819         (gl_tree_remove): Update.
40820         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
40821         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
40822         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
40823         function.
40824         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
40825         gl_tree_search. Add start_index, end_index arguments.
40826         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
40827         start_index, end_index arguments.
40828         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
40829         Update.
40830         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
40831
40832 2006-10-05  Bruno Haible  <bruno@clisp.org>
40833
40834         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
40835
40836         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
40837         fwriteerror_temp): New declarations.
40838         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
40839         (descriptors): New variable.
40840         (cleanup): First, close the descriptors.
40841         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
40842         fclose_temp, fwriteerror_temp): New functions.
40843
40844 2006-10-04  Jim Meyering  <jim@meyering.net>
40845
40846         * lib/fts.c (fts_open): Tiny comment change.
40847
40848 2006-10-04  Bruno Haible  <bruno@clisp.org>
40849
40850         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
40851         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
40852         gl_LOCK_BODY.
40853         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
40854         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
40855         gl_LOCK_EARLY_BODY.
40856         (gl_LOCK): Require gl_LOCK_BODY.
40857
40858 2006-10-04  Bruno Haible  <bruno@clisp.org>
40859
40860         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
40861         (gl_oset_search_atleast): New declaration.
40862         (struct gl_oset_implementation): Add field 'search_atleast'.
40863         (gl_oset_search_atleast): New inline function.
40864         * lib/gl_oset.c (gl_oset_search_atleast): New function.
40865         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
40866         (gl_array_oset_implementation): Update.
40867         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
40868         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
40869         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
40870
40871 2006-10-04  Bruno Haible  <bruno@clisp.org>
40872
40873         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
40874
40875 2006-10-03  Bruno Haible  <bruno@clisp.org>
40876
40877         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
40878         from gl_avltreehash_list_implementation.
40879
40880 2006-10-03  Bruno Haible  <bruno@clisp.org>
40881
40882         * lib/gl_oset.c (gl_oset_add): Fix return type.
40883
40884 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
40885
40886         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
40887
40888 2006-10-02  Eric Blake  <ebb9@byu.net>
40889
40890         * modules/strnlen (Depends-on): Add extensions.
40891
40892 2006-10-02  Eric Blake  <ebb9@byu.net>
40893
40894         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
40895         definition in 2.60+.
40896
40897 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
40898
40899         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
40900         checks.
40901
40902 2006-10-02  Bruno Haible  <bruno@clisp.org>
40903
40904         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
40905         to the AUTOMAKE_OPTIONS.
40906         Reported by Jim Meyering.
40907
40908 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
40909
40910         Work around bug in Solaris 10 /proc file system:
40911         /proc/self/fd/NNN/.. isn't the parent directory of
40912         the directory whose file descriptor is NNN.  This needs to
40913         be worked around at run time, not compile time, since a
40914         program might be built on Solaris 8, where things work, and
40915         run on Solaris 10.
40916         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
40917         to use the following interface instead:
40918         (OPENAT_BUFFER_SIZE): New macro.
40919         (openat_proc_name): New function.
40920         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
40921         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
40922         Likewise.
40923         * lib/openat-proc.c: New file.
40924         * modules/openat (Files): Add lib/openat-proc.c.
40925         (Depends-on): Add same-inode, stdbool.
40926         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
40927
40928 2006-09-29  Bruno Haible  <bruno@clisp.org>
40929
40930         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
40931         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
40932         argument. Set stdout_closed before testing for ferror, not after.
40933         (fwriteerror, fwriteerror_no_ebadf): New functions.
40934
40935 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40936
40937         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
40938
40939 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
40940
40941         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
40942         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
40943
40944 2006-09-28  Jim Meyering  <jim@meyering.net>
40945
40946         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
40947         Include <unistd.h>.
40948
40949 2006-09-28  Bruno Haible  <bruno@clisp.org>
40950
40951         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
40952         * modules/linkedhash-list (Depends-on): Likewise.
40953         * modules/rbtreehash-list (Depends-on): Likewise.
40954
40955 2006-09-28  Bruno Haible  <bruno@clisp.org>
40956
40957         * lib/strndup.h: Simplify the redefinition of strndup.
40958         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
40959         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
40960
40961 2006-09-28  Bruno Haible  <bruno@clisp.org>
40962
40963         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
40964         * lib/gl_linkedhash_list.c: Likewise.
40965         * lib/gl_rbtreehash_list.c: Likewise.
40966
40967 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
40968
40969         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
40970         getaddrinfo.
40971
40972         * lib/__fpending.h: Don't include <stdio_ext.h> unless
40973         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
40974         it causes <stdio_ext.h> to cause a compile-time error.
40975         Problem reported by Nelson H. F. Beebe.
40976         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
40977         of HAVE_DECL___PENDING.
40978
40979         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
40980         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
40981         declaration.
40982
40983 2006-09-27  Jim Meyering  <jim@meyering.net>
40984
40985         This file could end up with a definition for a function
40986         named __strndup, rather than rpl_strndup on a system with
40987         incomplete weak_alias support.
40988         * lib/strndup.c (strndup): Rename from __strndup.
40989         Remove #defines that used to map __strndup to strndup.
40990         Don't use K&R prototypes.
40991         Remove LIBC-related code, since this file is not sync'd with glibc.
40992         * lib/strndup.h: Revamp, accordingly.
40993         * m4/strndup.m4: Modernize.
40994
40995 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
40996
40997         * modules/savewd (Depends-on): Add 'raise'.
40998         * lib/savewd.c: Include <signal.h>, for 'raise'.
40999
41000 2006-09-26  Jim Meyering  <jim@meyering.net>
41001
41002         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
41003         when we detect Darwin 8.7.0's acl_get_file bug.
41004         Rearrange to perform the new (below) run-test while $LIBS
41005         contains any acl-related library.  Set USE_ACL at the end.
41006         (gl_ACL_GET_FILE): New function.
41007
41008 2006-09-26  Eric Blake  <ebb9@byu.net>
41009
41010         * lib/verror.c: Include <config.h> unconditionally.
41011
41012 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
41013
41014         * modules/clock-time (Maintainer): Add self.
41015         * modules/getlogin_r (Depends-on): Add extensions.
41016
41017 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41018
41019         * modules/clock-time: New module.
41020         * modules/nanosleep (Depends-on): Add clock-time.
41021         * modules/gethrxtime (Depends-on): Likewise.
41022         * modules/gettime (Depends-on): Likewise.
41023         * modules/settime (Depends-on): Likewise.
41024
41025         * modules/fts-lgpl: Depend on openat.
41026         * modules/mkancesdirs: Depend on savewd.
41027         * modules/mkdir-p: Likewise.
41028
41029 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41030
41031         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
41032
41033         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
41034         `gl_have_arbitrary_file_name_length_limit' to
41035         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
41036         actually works between configure runs.
41037
41038 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41039             Bruno Haible  <bruno@clisp.org>
41040
41041         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
41042
41043 2006-09-25  Jim Meyering  <jim@meyering.net>
41044
41045         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
41046         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
41047
41048 2006-09-25  Eric Blake  <ebb9@byu.net>
41049
41050         * gnulib-tool (func_import, func_create_testdir): Fix typos in
41051         exec's in 2006-09-18 patch when shuffling fds.
41052
41053 2006-09-25  Bruno Haible  <bruno@clisp.org>
41054
41055         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
41056         Reported by Jim Meyering.
41057
41058 2006-09-24  Jim Meyering  <jim@meyering.net>
41059
41060         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
41061         compare a pointer against a literal "0".  That caused failures with
41062         at least HP-UX's hpcc.
41063
41064 2006-09-22  Simon Josefsson  <jas@extundo.com>
41065
41066         * modules/gc-sha1:
41067         * modules/gc-md4:
41068         * modules/gc-hmac-sha1:
41069         * modules/gc-hmac-md5:
41070         * modules/gc-des:
41071         * modules/gc-arcfour: Distribute more files.
41072
41073 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41074
41075         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
41076         (gl_linked_iterator_from_to): Initialize struct completely.
41077         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
41078         (gl_tree_iterator_from_to): Likewise
41079         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
41080         * lib/gl_array_list.c [lint] (gl_array_iterator)
41081         (gl_array_iterator_from_to): Likewise.
41082         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
41083         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
41084         (gl_carray_iterator_from_to): Likewise.
41085
41086         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
41087         * lib/md4.c (md4_process_block): Remove unused variable.
41088         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
41089         parentheses for clarity.
41090
41091 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41092
41093         * modules/bison-i18n (Depends-on): Add gettext.
41094
41095 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41096
41097         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
41098         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
41099         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
41100         also add missing comma that caused broken test.
41101         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
41102         stdlib.h, for `abort'.
41103         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
41104         variables.
41105         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
41106         include unistd.h if present, for `rmdir'.
41107         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
41108         variables.
41109         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
41110         in the process include standard headers for prototypes.
41111         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
41112         gets declared on GNU/Linux.
41113         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
41114         unistd.h, for `rmdir'.
41115         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
41116
41117         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
41118         always true.
41119         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
41120
41121         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
41122
41123 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41124
41125         * gnulib-tool (func_version): Create output all at once.  This
41126         may help avoid triggering unnecessary SIGPIPEs, and at any
41127         rate it doesn't hurt.
41128
41129 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41130             Bruno Haible  <bruno@clisp.org>
41131
41132         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
41133         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41134         * m4/signed.m4 (bh_C_SIGNED): Likewise.
41135
41136         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
41137         (gl_FUNC_VASPRINTF): Invoke it.
41138
41139 2006-09-22  Bruno Haible  <bruno@clisp.org>
41140
41141         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
41142         getloadavg.c as first argument.
41143
41144 2006-09-22  Bruno Haible  <bruno@clisp.org>
41145
41146         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
41147         at the beginning of the gl_INIT macro.
41148         * modules/getloadavg (configure.ac): Pass $gl_source_base to
41149         gl_GETLOADAVG.
41150
41151 2006-09-22  Bruno Haible  <bruno@clisp.org>
41152
41153         * gnulib-tool (func_create_megatestdir): Don't include the config-h
41154         module.
41155         Suggested by Ralf Wildenhues.
41156
41157 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41158
41159         Import this patch from libc:
41160
41161         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
41162
41163         * lib/regex_internal.c (re_string_reconstruct): Handle
41164         offset < pstr->valid_raw_len && pstr->offsets_needed case.
41165         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
41166         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
41167         re_string_context_at.
41168
41169         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
41170         now requires it.
41171         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
41172         gl_REGEX now does it for us.
41173         (gl_REGEX): Add test taken from
41174         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
41175
41176         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
41177         Check that large offsets work.  Modernize Autoconf usages.
41178         Prefer "yes" to mean a good thing rather than a bad.
41179         Don't put "#define mkstemp" in config.h, as this might interfere
41180         with standard system headers that "#define mkstemp mkstemp64".
41181
41182         * modules/mkstemp (Depends-on): Add extensions, so that
41183         mkstemp is visible on some platforms.
41184         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
41185         (Include): Change to "mkstemp.h" from <stdlib.h>.
41186         (Files): Add mkstemp.h.
41187
41188         * lib/mkstemp.h: New file, since some standard headers
41189         #define mkstemp.
41190         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
41191         Include "mkstemp.h".
41192         Make the _LIBC code resemble glibc original more,
41193         e.g., use K&R style.
41194         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
41195         (mkstemp): Remove, since mkstemp.h does this for us.
41196         * lib/stdlib--.h: Include mkstemp.h.
41197
41198         Import this patch from libc:
41199
41200         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41201
41202         * lib/tempname.c (__gen_tempname): Change attempts_min
41203         into a macro.  Use preprocessor to decide how to initialize
41204         attempts [Coverity CID 67].
41205
41206 2006-09-20  Bruno Haible  <bruno@clisp.org>
41207
41208         * lib/mkdtemp.c: Import from libc.
41209         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41210                 * sysdeps/posix/tempname.c (__gen_tempname): Change
41211                 attempts_min into a macro.  Use preprocessor to decide how to
41212                 initialize attempts [Coverity CID 67].
41213         2001-11-27  Paul Eggert  <eggert@twinsun.com>
41214                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
41215                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
41216
41217 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41218
41219         * gnulib-tool (func_exit): New function, to allow to pass the
41220         exit status portably through the trap.  Use everywhere.
41221         (--help, --version): Signal a write error.
41222         (trap): catch SIGPIPE, for write errors.
41223         Exit at the end of the trap, with the correct exit status.
41224
41225 2006-09-19  Karl Berry  <karl@gnu.org>
41226
41227         * doc/gnulib.texi: note about the license texinfo files.
41228
41229 2006-09-19  Eric Blake  <ebb9@byu.net>
41230
41231         * gnulib-tool: Avoid space-tab.
41232
41233 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41234
41235         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
41236         that prevented coreutils 6.1 from building.  Problem reported
41237         by Petter Reinholdtsen.
41238
41239 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41240
41241         * gnulib-tool (avoidlist): Fix typo that broke options like
41242         --avoid=lock that are used by coreutils bootstrap.
41243
41244 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
41245
41246         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
41247         more systematically.
41248
41249 2006-09-18  Jim Meyering  <jim@meyering.net>
41250
41251         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
41252
41253 2006-09-18  Bruno Haible  <bruno@clisp.org>
41254
41255         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
41256
41257 2006-09-18  Bruno Haible  <bruno@clisp.org>
41258
41259         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
41260         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
41261         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
41262         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
41263         * m4/gettext.m4: Require autoconf >= 2.52.
41264         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
41265         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
41266         of gl_cv_header_inttypes_h.
41267
41268 2006-09-18  Bruno Haible  <bruno@clisp.org>
41269
41270         * lib/javaversion.c: Include configmake.h.
41271
41272 2006-09-18  Bruno Haible  <bruno@clisp.org>
41273
41274         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
41275         avoid that the while loops be executed in a subshell.
41276
41277 2006-09-18  Bruno Haible  <bruno@clisp.org>
41278
41279         * MODULES.html.sh (func_module): Break long lines.
41280         Suggested by Bruce Korb <bkorb@gnu.org>.
41281
41282 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41283
41284         Speed up by a factor of 1.12.
41285         * gnulib-tool (nl): New variable.
41286         (func_import): Rewrite include directive extraction to only read each
41287         directive once.
41288
41289 2006-09-17  Bruno Haible  <bruno@clisp.org>
41290
41291         * modules/javaversion (Makefile.am): Remove DEFS setting.
41292         (Depends-on): Add configmake, for PKGDATADIR definition.
41293
41294 2006-09-17  Bruno Haible  <bruno@clisp.org>
41295
41296         * gnulib-tool (func_create_testdir): Rewrite all files at once.
41297
41298 2006-09-17  Bruno Haible  <bruno@clisp.org>
41299
41300         * gnulib-tool (func_append): New function, stolen from libtool.m4.
41301         (func_modules_transitive_closure, func_modules_add_dummy,
41302         func_modules_to_filelist, func_import, func_create_testdir,
41303         func_create_megatestdir, ...): Use it wherever possible.
41304         Suggested by Ralf Wildenhues.
41305
41306 2006-09-16  Karl Berry  <karl@gnu.org>
41307
41308         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
41309         to avoid sectioning errors.
41310         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
41311         [ifinfo]: blank line after @center-ed titles.
41312         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
41313         Spell FSF address consistently with others.
41314         (These changes approved by rms.)
41315
41316 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41317
41318         Speed up by a factor of 1.61.
41319         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
41320         already checked module names again.
41321
41322 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41323
41324         Speed up by a factor of 1.13.
41325         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
41326         for new_files, and the input to func_add_or_update.
41327
41328 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41329
41330         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
41331         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
41332
41333 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41334
41335         * modules/mkancesdirs (Depends-on): Add fcntl.
41336         * modules/savewd: New file.
41337         * MODULES.html.sh (File system functions): Add savewd.
41338
41339         * modules/configmake (Makefile.am): Add support for the
41340         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
41341
41342 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41343
41344         * m4/savewd.m4: New file.
41345
41346 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41347
41348         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
41349         (dirchownmod): New arg FD.  All callers changed.
41350         Use FD rather than opening the directory ourself, as opening is
41351         now the caller's responsibility.
41352         * lib/dirchownmod.h: Likewise.
41353         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
41354         hosts that require <sys/types.h> before <sys/stat.h>.  Include
41355         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
41356         (test_dir): Remove.
41357         (mkancesdirs): Return length of prefix of FILE that has already
41358         been made, or -2 if there is a child doing the work.  Redo
41359         algorithm so that it is O(N) rather than O(N**2).  Optimize away
41360         ".", and treat ".." specially since it might stray back into
41361         already-created areas.  Use a subprocess if necessary.  New arg
41362         WD; all users changed.  MAKE_DIR function should now return 1
41363         if it creates a directory that is not readable.  Return -2 if
41364         a child process is spun off.
41365         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
41366         Adjust signature to match code.
41367         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
41368         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
41369         all users changed.
41370         * lib/savewd.c, lib/savewd.h: New files.
41371
41372 2006-09-15  Jim Meyering  <jim@meyering.net>
41373
41374         * modules/rename-dest-slash: New module.
41375         * MODULES.html.sh (posix_compat): Add it here.
41376
41377         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
41378
41379 2006-09-15  Jim Meyering  <jim@meyering.net>
41380
41381         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
41382         file.
41383
41384         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
41385
41386 2006-09-15  Jim Meyering  <jim@meyering.net>
41387
41388         * lib/rename-dest-slash.c (has_trailing_slash): Use
41389         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
41390         (rpl_rename_dest_slash): Perform the cheaper trailing slash
41391         test before testing whether SRC is a directory.
41392         Suggestions from Bruno Haible.
41393
41394         Avoid a warning about an unused variable.
41395         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
41396         into the #ifdef block where it's used.
41397
41398         * lib/rename-dest-slash.c: New file.
41399
41400 2006-09-14  Bruno Haible  <bruno@clisp.org>
41401
41402         * lib/allocsa.c: Include <config.h> unconditionally.
41403         * lib/asnprintf.c: Likewise.
41404         * lib/asprintf.c: Likewise.
41405         * lib/c-strcasecmp.c: Likewise.
41406         * lib/c-strcasestr.c: Likewise.
41407         * lib/c-strncasecmp.c: Likewise.
41408         * lib/c-strstr.c: Likewise.
41409         * lib/classpath.c: Likewise.
41410         * lib/clean-temp.c: Likewise.
41411         * lib/concatpath.c: Likewise.
41412         * lib/copy-file.c: Likewise.
41413         * lib/csharpcomp.c: Likewise.
41414         * lib/csharpexec.c: Likewise.
41415         * lib/execute.c: Likewise.
41416         * lib/fatal-signal.c: Likewise.
41417         * lib/findprog.c: Likewise.
41418         * lib/fwriteerror.c: Likewise.
41419         * lib/gl_array_list.c: Likewise.
41420         * lib/gl_array_oset.c: Likewise.
41421         * lib/gl_avltree_list.c: Likewise.
41422         * lib/gl_avltree_oset.c: Likewise.
41423         * lib/gl_avltreehash_list.c: Likewise.
41424         * lib/gl_carray_list.c: Likewise.
41425         * lib/gl_linked_list.c: Likewise.
41426         * lib/gl_linkedhash_list.c: Likewise.
41427         * lib/gl_list.c: Likewise.
41428         * lib/gl_oset.c: Likewise.
41429         * lib/gl_rbtree_list.c: Likewise.
41430         * lib/gl_rbtree_oset.c: Likewise.
41431         * lib/gl_rbtreehash_list.c: Likewise.
41432         * lib/imaxabs.c: Likewise.
41433         * lib/imaxdiv.c: Likewise.
41434         * lib/javacomp.c: Likewise.
41435         * lib/javaexec.c: Likewise.
41436         * lib/javaversion.c: Likewise.
41437         * lib/linebreak.c: Likewise.
41438         * lib/localcharset.c: Likewise.
41439         * lib/lock.c: Likewise.
41440         * lib/mbchar.c: Likewise.
41441         * lib/mbswidth.c: Likewise.
41442         * lib/mkdtemp.c: Likewise.
41443         * lib/pipe.c: Likewise.
41444         * lib/printf-args.c: Likewise.
41445         * lib/printf-parse.c: Likewise.
41446         * lib/progname.c: Likewise.
41447         * lib/progreloc.c: Likewise.
41448         * lib/readlink.c: Likewise.
41449         * lib/sh-quote.c: Likewise.
41450         * lib/stpcpy.c: Likewise.
41451         * lib/stpncpy.c: Likewise.
41452         * lib/strcasecmp.c: Likewise.
41453         * lib/strcasestr.c: Likewise.
41454         * lib/strcspn.c: Likewise.
41455         * lib/striconv.c: Likewise.
41456         * lib/strncasecmp.c: Likewise.
41457         * lib/strnlen1.c: Likewise.
41458         * lib/strstr.c: Likewise.
41459         * lib/strtok_r.c: Likewise.
41460         * lib/tls.c: Likewise.
41461         * lib/tmpdir.c: Likewise.
41462         * lib/unicodeio.c: Likewise.
41463         * lib/unsetenv.c: Likewise.
41464         * lib/vasnprintf.c: Likewise.
41465         * lib/vasprintf.c: Likewise.
41466         * lib/wait-process.c: Likewise.
41467         * lib/xallocsa.c: Likewise.
41468         * lib/xsetenv.c: Likewise.
41469         * lib/xstriconv.c: Likewise.
41470
41471 2006-09-13  Simon Josefsson  <jas@extundo.com>
41472
41473         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
41474         that internally, suggested by Ralf Wildenhues
41475         <Ralf.Wildenhues@gmx.de>.
41476
41477 2006-09-13  Simon Josefsson  <jas@extundo.com>
41478
41479         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
41480         @LIBOBJS@.
41481         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41482
41483 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41484
41485         * lib/_fpending.c: Include <config.h> unconditionally, since we no
41486         longer worry about uses that don't define HAVE_CONFIG_H.
41487         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
41488         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
41489         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
41490         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
41491         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
41492         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
41493         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
41494         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
41495         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
41496         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
41497         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
41498         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
41499         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
41500         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
41501         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
41502         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
41503         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
41504         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
41505         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
41506         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
41507         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
41508         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
41509         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
41510         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
41511         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
41512         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
41513         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
41514         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
41515         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
41516         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
41517         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
41518         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
41519         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
41520         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
41521         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
41522         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
41523         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
41524         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
41525         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
41526         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
41527         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
41528         Likewise.
41529
41530 2006-09-13  Eric Blake  <ebb9@byu.net>
41531
41532         * lib/getopt.c: Fix typo in last commit.
41533
41534 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
41535
41536         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
41537         dgettext.
41538
41539 2006-09-12  Jim Meyering  <jim@meyering.net>
41540
41541         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
41542         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
41543         Reported by Nelson H. F. Beebe.
41544
41545 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
41546
41547         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
41548         program_invocation_name and program_invocation_short_name are
41549         initialized.
41550         * lib/argp-namefrob.h: Move declarations of program_invocation_name
41551         and program_invocation_short_name to argp.h, so they are visible
41552         to user programs.
41553         * lib/argp.h: Likewise
41554
41555 2006-09-10  Bruno Haible  <bruno@clisp.org>
41556
41557         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
41558         m4/inttypes_h.m4, m4/uintmax_t.m4.
41559
41560 2006-09-10  Bruno Haible  <bruno@clisp.org>
41561
41562         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
41563         gl_AC_TYPE_UINTMAX_T.
41564
41565 2006-09-10  Bruno Haible  <bruno@clisp.org>
41566
41567         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
41568
41569 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41570
41571         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
41572         convention.  Text proposed by Bruno Haible.
41573         (struct argp_option): Document the use of N_() wrappers.
41574
41575         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
41576         '\v', and translate the two parts separately, instead of feeding
41577         the whole string to gettext.  This allows to exclude
41578         '\v' from the strings visible to the translator by writing doc
41579         strings as N_("..") "\v" N_("..").
41580
41581 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
41582
41583         * config/srclist.txt: Undo latest change; the bug was fixed.
41584
41585 2006-09-09  Bruno Haible  <bruno@clisp.org>
41586
41587         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
41588         assignments if building a library without libtool.
41589         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
41590         in func_emit_lib_Makefile_am.
41591         (func_import): When building a static library libfoo.a, arrange to
41592         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
41593         (func_create_testdir): Likewise.
41594         * modules/gc (configure.ac, Makefile.am): If building statically,
41595         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
41596         * modules/iconvme (configure.ac, Makefile.am): Likewise.
41597         * modules/striconv (configure.ac, Makefile.am): Likewise.
41598         Based on a suggestion by Ralf Wildenhues.
41599
41600 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41601
41602         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41603         Check for unistd.h too, since Autoconf doesn't assume POSIX.
41604         Also:
41605
41606         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41607         Add year_2050_test to catch glibc bug 2821
41608         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
41609
41610         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41611         Prefer #ifdef to #if.
41612
41613         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
41614         Return from 'main' instead of calling 'exit'.
41615
41616 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41617
41618         * lib/mktime.c (guess_time_tm): Fix bug where mktime
41619         returned the maximum time_t value rather than (time_t) -1.
41620         Problem originally reported by William Bardwell
41621         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
41622
41623         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
41624         Moved to here ...
41625         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
41626         ... from here.
41627
41628 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41629
41630         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
41631         2821 is fixed.
41632
41633 2006-09-08  Jim Meyering  <jim@meyering.net>
41634
41635         Don't make generated files read-only.  That would bother too many
41636         people.  However, do retain the ability to work when targets are
41637         read-only: remove the destination and temporary files before writing
41638         them (when generated via sed or echo), or by using the -f option for
41639         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
41640         * modules/alloca-opt, modules/argz, modules/arpa_inet:
41641         * modules/byteswap, modules/configmake, modules/fcntl:
41642         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
41643         * modules/localcharset, modules/netinet_in, modules/poll:
41644         * modules/stdbool, modules/stdint, modules/sys_select:
41645         * modules/sys_socket, modules/sys_stat, modules/sysexits:
41646
41647 2006-09-08  Jim Meyering  <jim@meyering.net>
41648
41649         Avoid new build failure on FreeBSD 6.0.
41650         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
41651         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
41652         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
41653
41654 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41655
41656         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
41657
41658 2006-09-07  Jim Meyering  <jim@meyering.net>
41659
41660         Fix global typo in last change: use chmod u-w, not chmod u-x.
41661         Spotted by Paul Eggert and Bruce Korb.
41662         * modules/alloca-opt, modules/argz, modules/arpa_inet:
41663         * modules/byteswap, modules/configmake, modules/fcntl:
41664         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
41665         * modules/localcharset, modules/netinet_in, modules/poll:
41666         * modules/stdbool, modules/stdint, modules/sys_select:
41667         * modules/sys_socket, modules/sys_stat, modules/sysexits:
41668
41669 2006-09-06  Jim Meyering  <jim@meyering.net>
41670
41671         Make generated files be read-only.
41672         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
41673         Ensure that each generated file is now read-only.
41674         * modules/argz: Likewise.
41675         * modules/arpa_inet: Likewise.
41676         * modules/byteswap: Likewise.
41677         * modules/configmake: Likewise.
41678         * modules/fcntl: Likewise.
41679         * modules/fnmatch: Likewise.
41680         * modules/getopt: Likewise.
41681         * modules/glob: Likewise.
41682         * modules/inttypes: Likewise.
41683         * modules/netinet_in: Likewise.
41684         * modules/poll: Likewise.
41685         * modules/stdbool: Likewise.
41686         * modules/stdint: Likewise.
41687         * modules/sys_select: Likewise.
41688         * modules/sys_socket: Likewise.
41689         * modules/sys_stat: Likewise.
41690         * modules/sysexits: Likewise.
41691         * modules/localcharset: Same as above, but continue using temporary
41692         file named "t-$@" (why different?) rather than the "$@-t" used
41693         everywhere else.
41694
41695         * modules/sysexits (Makefile.am): Replace literal occurrences
41696         of "sysexit.h" more readable, and more consistent, "$@".
41697
41698 2006-09-06  Bruno Haible  <bruno@clisp.org>
41699
41700         * modules/striconv: New file.
41701         * modules/xstriconv: New file.
41702         * MODULES.html.sh (Internationalization functions): Add striconv,
41703         xstriconv.
41704
41705 2006-09-06  Bruno Haible  <bruno@clisp.org>
41706
41707         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
41708         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
41709         not using libtool correctly.
41710
41711 2006-09-06  Bruno Haible  <bruno@clisp.org>
41712
41713         * lib/striconv.h: New file.
41714         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
41715         iconvstring.c.
41716         * lib/xstriconv.h: New file.
41717         * lib/xstriconv.c: New file.
41718
41719 2006-09-06  Bruno Haible  <bruno@clisp.org>
41720
41721         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41722         lib_..._LDFLAGS.
41723
41724 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41725
41726         * lib/argz_.h: Sync from Libtool.
41727
41728         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
41729                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41730
41731         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
41732
41733 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
41734
41735         * modules/trim: New file.
41736
41737 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
41738
41739         * lib/trim.h: New file.
41740         * lib/trim.c: New file.
41741
41742 2006-09-05  Bruno Haible  <bruno@clisp.org>
41743
41744         * MODULES.html.sh (String handling): Add trim.
41745
41746 2006-09-04  Karl Berry  <karl@gnu.org>
41747
41748         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
41749         until next release.
41750
41751 2006-09-03  Bruno Haible  <bruno@clisp.org>
41752
41753         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
41754         correctly.
41755
41756 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41757
41758         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
41759         not gl_GETLOADAVG.  Omit unneeded semicolons.
41760         Problems reported by Ralf Wildenhues in
41761         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
41762         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
41763         at the end, which is the usual gnulib style.
41764
41765         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
41766         of doing all the work ourselves.
41767         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
41768         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
41769
41770 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41771
41772         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
41773         Problem reported by Ralf Wildenhues in
41774         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
41775
41776         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
41777         HAVE_STRUCT_STATFS_F_FSTYPENAME.
41778
41779 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41780
41781         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
41782         yesterday's patch by changing test -n to test -z.
41783
41784 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41785
41786         * modules/getloadavg (Files): Add m4/getloadavg.m4.
41787         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
41788         the former is now obsolescent.
41789
41790         * modules/chdir-long (Depends-on): Add fcntl.
41791
41792 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41793
41794         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
41795         obsolescent, and programs should use gnulib instead.
41796         * m4/getloadavg.m4: New file, with contents taken from Autoconf
41797         but with prefixes changed.
41798
41799 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41800
41801         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
41802         or stdbool.h, because they might not exist while configuring.
41803
41804         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
41805         Don't include unistd.h or limits.h; not needed, since chdir-long.h
41806         does that for us.
41807         (O_DIRECTORY): Remove.
41808
41809 2006-08-31  Eric Blake  <ebb9@byu.net>
41810
41811         * gnulib-tool: Don't let emacs change spaces to TAB.
41812
41813 2006-08-31  Bruno Haible  <bruno@clisp.org>
41814
41815         * gnulib-tool: When calling func_import more than once, do it in a
41816         subshell.
41817         Reported by Eric Blake <ebb9@byu.net>.
41818
41819 2006-08-31  Bruno Haible  <bruno@clisp.org>
41820
41821         * gnulib-tool (nl): Remove variable.
41822         (sed_transform_lib_file): Use more robust test for config-h module.
41823         (func_import): Fix typo in 2006-08-25 patch.
41824
41825 2006-08-31  Bruno Haible  <bruno@clisp.org>
41826
41827         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
41828         specified, augment Makefile.am variables instead of assigning them.
41829
41830 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41831
41832         Work around a bug in both the Linux and SunOS 64-bit kernels:
41833         nanosleep mishandles sleeps for longer than 2**31 seconds.
41834         Problem reported by Frank v Waveren in
41835         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
41836         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
41837         Check for nanosleep bug.
41838         (LIB_NANOSLEEP): Append clock_gettime library if needed.
41839
41840 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41841
41842         Work around a bug in both the Linux and SunOS 64-bit kernels:
41843         nanosleep mishandles sleeps for longer than 2**31 seconds.
41844         Problem reported by Frank v Waveren in
41845         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
41846         * lib/nanosleep.c (BILLION): New constant.
41847         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
41848         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
41849         implementation.
41850
41851 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41852
41853         * modules/nanosleep (Depends-on): Add gettime.
41854
41855 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41856         and Simon Josefsson  <jas@extundo.com>
41857         and Oskar Liljeblad  <oskar@osk.mine.nu>
41858
41859         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
41860         * gnulib-tool (func_import): New license type 'unmodifiable license
41861         text'.
41862         * modules/fdl: Use it.  Longer description.
41863         * module/gpl, module/lgpl: New files.
41864
41865 2006-08-30  Jim Meyering  <jim@meyering.net>
41866
41867         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
41868         shadowing the parameter.
41869
41870 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41871
41872         Sync from Libtool:
41873
41874         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41875
41876         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
41877         sharing with gnulib.  Report by Eric Blake.
41878
41879 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41880
41881         * modules/isapipe: New file.
41882         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
41883
41884 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41885
41886         * modules/configmake (Makefile.am): Add a comment, and omit
41887         the CONFIGMAKE_ prefix from generated macro names.  Suggested
41888         by Bruno Haible.
41889
41890 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41891
41892         * m4/isapipe.m4: New file.
41893
41894 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41895
41896         * lib/isapipe.c, lib/isapipe.h: New files.
41897
41898 2006-08-29  Jim Meyering  <jim@meyering.net>
41899
41900         * modules/configmake (Makefile.am): Make configmake.h depend on
41901         Makefile.  Otherwise, a stale configmake.h could hang around.
41902
41903 2006-08-29  Eric Blake  <ebb9@byu.net>
41904
41905         * lib/error.c (error_at_line, print_errno_message): Match libc, after
41906         resolution of upstream bug 3044.
41907
41908 2006-08-29  Bruno Haible  <bruno@clisp.org>
41909
41910         * modules/localcharset (Depends-on): Add configmake.
41911         (Makefile.am): Remove setting of LIBDIR through DEFS.
41912
41913 2006-08-29  Bruno Haible  <bruno@clisp.org>
41914
41915         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
41916         defined.
41917
41918 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41919
41920         * modules/fcntl: New file.
41921         * modules/chdir-safer (Depends-on): Add fcntl.
41922         * modules/fts: Likewise.
41923         * modules/mkdir-p: Likewise.
41924
41925         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
41926         This undoes the most recent change, since we're now addressing the
41927         problem in a different way.
41928
41929         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
41930         into output, since the output might be called Makefile.am even
41931         if $makefile_name is something different.
41932         (func_import): Use $makefile_am rather than
41933         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
41934         empty.
41935
41936         * modules/inttypes (Files): Add m4/inttypes-h.m4.
41937
41938 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41939
41940         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
41941         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
41942         recent change to stdint.m4, since we're now addressing the problem in a
41943         different way.
41944
41945 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41946
41947         * m4/fcntl_h.m4: New file.
41948
41949 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41950
41951         * lib/fcntl_.h: New file.
41952         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
41953         the fcntl module.
41954         * lib/dirchownmod.c: Likewise.
41955         * lib/fts.c: Likewise.
41956
41957         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
41958         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
41959         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
41960         just before including <inttypes.h>, to avoid circular inclusion.
41961
41962 2006-08-28  Jim Meyering  <jim@meyering.net>
41963
41964         * doc/visibility.texi: Actually read and correct the grammar of the
41965         sentence affected by yesterday's change.
41966
41967 2006-08-28  Eric Blake  <ebb9@byu.net>
41968
41969         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
41970         needs wrapper.
41971
41972 2006-08-28  Eric Blake  <ebb9@byu.net>
41973
41974         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
41975
41976 2006-08-28  Eric Blake  <ebb9@byu.net>
41977
41978         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
41979
41980 2006-08-28  Bruno Haible  <bruno@clisp.org>
41981
41982         * modules/c-strstr: New file, from GNU gettext.
41983         * MODULES.html.sh (String handling): Add c-strstr.
41984
41985 2006-08-28  Bruno Haible  <bruno@clisp.org>
41986
41987         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
41988         macros.
41989         Reported by Eric Blake.
41990
41991 2006-08-28  Bruno Haible  <bruno@clisp.org>
41992
41993         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
41994         (VASNPRINTF): Return a string of length > INT_MAX without failing.
41995         * lib/vasprintf.c: Include errno.h, limits.h.
41996         (EOVERFLOW): New fallback definition.
41997         (vasprintf): Test here whether the string length is > INT_MAX.
41998         * lib/vsnprintf.c: Include errno.h, limits.h.
41999         (EOVERFLOW): New fallback definition.
42000         (vsnprintf): Fix bug when generated string was too long for the buffer.
42001         Test here whether the string length is > INT_MAX.
42002
42003 2006-08-28  Bruno Haible  <bruno@clisp.org>
42004
42005         * lib/inttypes_.h (SCNX*): Remove definitions.
42006         Reported by Eric Blake.
42007
42008 2006-08-28  Bruno Haible  <bruno@clisp.org>
42009
42010         * lib/c-strstr.h: New file, from GNU gettext.
42011         * lib/c-strstr.c: New file, from GNU gettext.
42012
42013 2006-08-28  Bruno Haible  <bruno@clisp.org>
42014
42015         * gnulib-tool: Reorder some statements.
42016
42017 2006-08-28  Bruno Haible  <bruno@clisp.org>
42018
42019         * gnulib-tool: New option --makefile-name.
42020         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
42021         $makefile_name.
42022         (func_import): Write $makefile_name to the cache file, and read it from
42023         there unless explicitly specified. Use $makefile_name as file name
42024         instead of Makefile.am. Adjust the recommendations accordingly.
42025
42026 2006-08-28  Bruno Haible  <bruno@clisp.org>
42027
42028         * gnulib-tool (func_verify_module): Check against misapplying patch.
42029
42030 2006-08-28  Bruno Haible  <bruno@clisp.org>
42031
42032         * gnulib-tool (func_relativize, func_relconcat): New functions.
42033         Give an error if --local-dir is given with --update.
42034         Remove trailing slashes from $local_gnulib_dir.
42035         (func_import): Store the relativized $local_gnulib_dir in
42036         gnulib-cache.m4, and read it from there if not specified explicitly.
42037
42038 2006-08-28  Bruno Haible  <bruno@clisp.org>
42039
42040         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
42041         is the current directory. Respect also $local_gnulib_dir.
42042
42043 2006-08-28  Bruno Haible  <bruno@clisp.org>
42044             Simon Josefsson  <jas@extundo.com>
42045
42046         BeOS portability.
42047         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
42048
42049 2006-08-27  Jim Meyering  <jim@meyering.net>
42050
42051         * doc/visibility.texi: Remove duplicate word: "pointer".
42052
42053 2006-08-26  Bruno Haible  <bruno@clisp.org>
42054
42055         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
42056         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
42057         (Makefile.am): Create inttypes.h from inttypes_.h.
42058         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
42059
42060         * modules/imaxabs: New file.
42061
42062         * modules/imaxdiv: New file.
42063
42064 2006-08-26  Bruno Haible  <bruno@clisp.org>
42065
42066         * m4/inttypes.m4: New file.
42067         * m4/_inttypes_h.m4: Remove file.
42068         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
42069         PRI_MACROS_BROKEN.
42070         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
42071
42072         * m4/imaxabs.m4: New file.
42073
42074         * m4/imaxdiv.m4: New file.
42075
42076 2006-08-26  Bruno Haible  <bruno@clisp.org>
42077
42078         * lib/inttypes_.h: New file.
42079         * lib/inttypes.h: Remove file.
42080         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
42081
42082         * lib/imaxabs.c: New file.
42083
42084         * lib/imaxdiv.c: New file.
42085
42086 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42087
42088         New config-h module, so that "make" output needn't be cluttered
42089         by -DHAVE_CONFIG_H.
42090         * MODULES.html.sh (Support for building libraries and executables):
42091         Add config-h.
42092         * modules/config-h: New file.
42093         * gnulib-tool (nl, sed_transform_lib_file): New vars.
42094         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
42095         the config-h module is used.
42096
42097         New configmake module, so that "make" output needn't be cluttered
42098         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
42099         * MODULES.html.sh (Support for building libraries and executables):
42100         Add configmake.
42101         * modules/configmake: New file.
42102
42103 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42104
42105         * m4/config-h.m4: New file.
42106
42107 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42108
42109         * config/srclist.txt: Add elisp-comp.
42110
42111 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42112
42113         * MODULES.html.sh (Support for building libraries and executables):
42114         Add elisp-comp.
42115         * build-aux/elisp-comp: New file.
42116         * modules/elisp-comp: New file.
42117
42118 2006-08-24  Bruno Haible  <bruno@clisp.org>
42119
42120         * gnulib-tool (func_create_testdir): Use non-default values of
42121         sourcebase and m4base.
42122
42123 2006-08-24  Bruno Haible  <bruno@clisp.org>
42124
42125         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
42126         HTML structure.
42127
42128 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42129
42130         * modules/openat (Depends-on): Add lchown.
42131
42132 2006-08-23  Bruno Haible  <bruno@clisp.org>
42133
42134         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
42135         of gl_LOCK_EARLY instead of gl_LOCK.
42136
42137 2006-08-23  Bruno Haible  <bruno@clisp.org>
42138
42139         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
42140         on OSF/1 to no.
42141         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
42142
42143 2006-08-23  Bruno Haible  <bruno@clisp.org>
42144
42145         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
42146         as unusable.
42147
42148         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
42149         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
42150         (gl_LOCK): New macro.
42151
42152 2006-08-22  Simon Josefsson  <jas@extundo.com>
42153
42154         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
42155         to md5 module.
42156
42157 2006-08-22  Simon Josefsson  <jas@extundo.com>
42158
42159         * MODULES.html.sh: Add "Support for maintaining and release
42160         projects".
42161
42162         * build-aux/gnupload: New file, from coreutils.
42163
42164 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42165
42166         Avoid the need for AC_LIBSOURCES in m4 macros.
42167         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
42168         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
42169         * modules/check-version (EXTRA_DIST): Add check-version.h.
42170         * modules/crc (EXTRA_DIST): Add crc.h.
42171         * modules/des (EXTRA_DIST): Add des.h.
42172         * modules/gc (EXTRA_DIST): Add gc.h.
42173         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
42174         * modules/getline (EXTRA_DIST): Add getline.h.
42175         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
42176         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
42177         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
42178         * modules/md2 (EXTRA_DIST): Add md2.h.
42179         * modules/md4 (EXTRA_DIST): Add md4.h.
42180         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
42181         * modules/read-file (EXTRA_DIST): Add read-file.h.
42182         * modules/readline (EXTRA_DIST): Add readline.h.
42183         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
42184         rijndael-api-fst.h.
42185
42186 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42187
42188         * m4/rijndael.m4 (gl_ARCFOUR):
42189         * m4/arctwo.m4 (gl_ARCTWO):
42190         * m4/check-version.m4 (gl_CHECK_VERSION):
42191         * m4/crc.m4 (gl_CRC):
42192         * m4/des.m4 (gl_DES):
42193         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
42194         * m4/gc.m4 (gl_GC):
42195         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
42196         * m4/getline.m4 (gl_FUNC_GETLINE):
42197         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
42198         * m4/hmac-md5.m4 (gl_HMAC_MD5):
42199         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
42200         * m4/md2.m4 (gl_MD2):
42201         * m4/md4.m4 (gl_MD4):
42202         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
42203         * m4/read-file.m4 (gl_FUNC_READ_FILE):
42204         * m4/readline.m4 (gl_FUNC_READLINE):
42205         * m4/rijndael.m4 (gl_RIJNDAEL):
42206         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42207         to get the necessary .h files and whatnot.
42208
42209 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42210
42211         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
42212         gnulib rather than the other way around.
42213         * config/srclistvars.sh (COREUTILS): Remove.
42214
42215 2006-08-22  Jim Meyering  <jim@meyering.net>
42216
42217         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
42218
42219         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
42220
42221 2006-08-22  Eric Blake  <ebb9@byu.net>
42222
42223         * modules/regexprops-generic: New file.
42224         * MODULES.html.sh (Support for building documentation): List it.
42225
42226 2006-08-22  Eric Blake  <ebb9@byu.net>
42227
42228         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
42229         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
42230         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
42231         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
42232
42233 2006-08-22  Bruno Haible  <bruno@clisp.org>
42234
42235         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
42236         and lib_LTLIBRARIES like the other lib_* variables.
42237
42238 2006-08-22  Bruno Haible  <bruno@clisp.org>
42239
42240         * build-aux/x-to-1.in: New file, from GNU gettext.
42241
42242 2006-08-22  Bruno Haible  <bruno@clisp.org>
42243
42244         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
42245         <utmpx.h> exists.
42246
42247 2006-08-22  Bruno Haible  <bruno@clisp.org>
42248
42249         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
42250         <utmpx.h> exists.
42251
42252 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42253
42254         BeOS portability.
42255         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
42256         exist.
42257         Problem reported by Bruno Haible.
42258
42259 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42260
42261         Avoid the need for AC_LIBSOURCES in m4 macros.
42262         * modules/acl (EXTRA_DIST): Add acl.h.
42263         * modules/argmatch (Files): Add m4/argmatch.m4.
42264         (configure.ac): Add gl_ARGMATCH.
42265         (EXTRA_DIST): Renamed from lib_SOURCES, for
42266         consistency with the other modules.  Remove argmatch.c.
42267         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
42268         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
42269         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
42270         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
42271         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
42272         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
42273         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
42274         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
42275         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
42276         * modules/closeout (EXTRA_DIST): Add closeout.h.
42277         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
42278         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
42279         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
42280         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
42281         dirname.h; remove basename.c and stripslash.c.
42282         * modules/exclude (EXTRA_DIST): Add exclude.h.
42283         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
42284         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
42285         * modules/file-type (EXTRA_DIST): Add file-type.h.
42286         * modules/filemode (EXTRA_DIST): Add filemode.h.
42287         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
42288         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42289         * modules/fpending (EXTRA_DIST): Add __fpending.h.
42290         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
42291         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
42292         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
42293         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
42294         * modules/getdate (EXTRA_DIST): Add getdate.c.
42295         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
42296         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
42297         * modules/getpass (EXTRA_DIST): Add getpass.h.
42298         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
42299         * modules/group-member (EXTRA_DIST): Add group-member.h.
42300         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
42301         * modules/hash (EXTRA_DIST): Add hash.h.
42302         * modules/human (EXTRA_DIST): Add human.h.
42303         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
42304         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
42305         * modules/lchown (EXTRA_DIST): Add lchown.h.
42306         * modules/long-options (EXTRA_DIST): Add long-options.h.
42307         * modules/lstat (EXTRA_DIST): Add lstat.h.
42308         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
42309         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
42310         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
42311         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
42312         * modules/memxor (EXTRA_DIST): Add memxor.h.
42313         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
42314         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
42315         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
42316         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
42317         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
42318         * modules/physmem (EXTRA_DIST): Add physmem.h.
42319         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
42320         * modules/posixver (EXTRA_DIST): Add posixver.h.
42321         * modules/quote (EXTRA_DIST): Add quote.h.
42322         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
42323         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
42324         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
42325         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
42326         regex_internal.h regexec.c.
42327         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
42328         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
42329         * modules/same (EXTRA_DIST): Add same.h.
42330         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
42331         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
42332         * modules/savedir (EXTRA_DIST): Add savedir.h.
42333         * modules/sha1 (EXTRA_DIST): Add sha1.h.
42334         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
42335         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
42336         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
42337         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
42338         * modules/strdup (EXTRA_DIST): Add strdup.h.
42339         * modules/strftime (EXTRA_DIST): Add strftime.h.
42340         * modules/strndup (EXTRA_DIST): Add strndup.h.
42341         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
42342         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
42343         * modules/time_r (EXTRA_DIST): Add time_r.h.
42344         * modules/timespec (EXTRA_DIST): Add timespec.h.
42345         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42346         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
42347         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
42348         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
42349         * modules/userspec (EXTRA_DIST): Add userspec.h.
42350         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
42351         * modules/utimens (EXTRA_DIST): Add utimens.h.
42352         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
42353         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
42354         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
42355         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
42356         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
42357         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
42358         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
42359         * modules/yesno (EXTRA_DIST): Add yesno.h.
42360
42361 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42362
42363         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
42364
42365         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
42366         * m4/dev-ino.m4, same-inode.m4: Remove.
42367
42368         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
42369         * m4/acl.m4 (AC_FUNC_ACL):
42370         * m4/backupfile.m4 (gl_BACKUPFILE):
42371         * m4/c-strtod.m4 (gl_C99_STRTOLD):
42372         * m4/canon-host.m4 (gl_CANON_HOST):
42373         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42374         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
42375         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
42376         * m4/cloexec.m4 (gl_CLOEXEC):
42377         * m4/close-stream.m4 (gl_CLOSE_STREAM):
42378         * m4/closeout.m4 (gl_CLOSEOUT):
42379         * m4/dirfd.m4 (gl_FUNC_DIRFD):
42380         * m4/dirname.m4 (gl_DIRNAME):
42381         * m4/exclude.m4 (gl_EXCLUDE):
42382         * m4/exitfail.m4 (gl_EXITFAIL):
42383         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
42384         * m4/file-type.m4 (gl_FILE_TYPE):
42385         * m4/filemode.m4 (gl_FILEMODE):
42386         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
42387         * m4/fpending.m4 (gl_FUNC_FPENDING):
42388         * m4/fprintftime.m4 (gl_FPRINTFTIME):
42389         * m4/fts.m4 (gl_FUNC_FTS):
42390         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
42391         * m4/getdate.m4 (gl_GETDATE):
42392         * m4/gethrxtime.m4 (gl_GETHRXTIME):
42393         * m4/getpagesize.m4 (gl_GETPAGESIZE):
42394         * m4/getpass.m4 (gl_FUNC_GETPASS):
42395         * m4/gettime.m4 (gl_GETTIME):
42396         * m4/getugroups.m4 (gl_GETUGROUPS):
42397         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
42398         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
42399         * m4/hard-locale.m4 (gl_HARD_LOCALE):
42400         * m4/hash.m4 (gl_HASH):
42401         * m4/idcache.m4 (gl_IDCACHE):
42402         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
42403         * m4/lchown.m4 (gl_FUNC_LCHOWN):
42404         * m4/long-options.m4 (gl_LONG_OPTIONS):
42405         * m4/lstat.m4 (gl_FUNC_LSTAT):
42406         * m4/md5.m4 (gl_MD5):
42407         * m4/memcasecmp.m4 (gl_MEMCASECMP):
42408         * m4/memcoll.m4 (gl_MEMCOLL):
42409         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
42410         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
42411         * m4/memxor.m4 (gl_MEMXOR):
42412         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
42413         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
42414         * m4/modechange.m4 (gl_MODECHANGE):
42415         * m4/mountlist.m4 (gl_MOUNTLIST):
42416         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
42417         * m4/openat.m4 (gl_FUNC_OPENAT):
42418         * m4/pathmax.m4 (gl_PATHMAX):
42419         * m4/physmem.m4 (gl_PHYSMEM):
42420         * m4/posixtm.m4 (gl_POSIXTM):
42421         * m4/posixver.m4 (gl_POSIXVER):
42422         * m4/quote.m4 (gl_QUOTE):
42423         * m4/quotearg.m4 (gl_QUOTEARG):
42424         * m4/readtokens.m4 (gl_READTOKENS):
42425         * m4/readutmp.m4 (gl_READUTMP):
42426         * m4/regex.m4 (gl_REGEX):
42427         * m4/safe-read.m4 (gl_SAFE_READ):
42428         * m4/safe-write.m4 (gl_SAFE_WRITE):
42429         * m4/same.m4 (gl_SAME):
42430         * m4/save-cwd.m4 (gl_SAVE_CWD):
42431         * m4/savedir.m4 (gl_SAVEDIR):
42432         * m4/settime.m4 (gl_SETTIME):
42433         * m4/sha1.m4 (gl_SHA1):
42434         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
42435         * m4/stat-macros.m4 (gl_STAT_MACROS):
42436         * m4/stat-time.m4 (gl_STAT_TIME):
42437         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
42438         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
42439         * m4/strdup.m4 (gl_FUNC_STRDUP):
42440         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
42441         * m4/strndup.m4 (gl_FUNC_STRNDUP):
42442         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
42443         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
42444         * m4/time_r.m4 (gl_TIME_R):
42445         * m4/timespec.m4 (gl_TIMESPEC):
42446         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
42447         * m4/unlinkdir.m4 (gl_UNLINKDIR):
42448         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
42449         * m4/userspec.m4 (gl_USERSPEC):
42450         * m4/utimecmp.m4 (gl_UTIMECMP):
42451         * m4/utimens.m4 (gl_UTIMENS):
42452         * m4/xalloc.m4 (gl_XALLOC):
42453         * m4/xgetcwd.m4 (gl_XGETCWD):
42454         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
42455         * m4/xreadlink.m4 (gl_XREADLINK):
42456         * m4/xstrtod.m4 (gl_XSTRTOD):
42457         * m4/yesno.m4 (gl_YESNO):
42458         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42459         to get the necessary .h files and whatnot.
42460
42461 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
42462             Bruno Haible  <bruno@clisp.org>
42463
42464         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
42465         /bin/sh understanding of '!' conditional negation.
42466
42467 2006-08-21  Jim Meyering  <jim@meyering.net>
42468
42469         * modules/openat (Depends-on): Really alphabetize.
42470
42471         * modules/acl (Depends-on): Add error and quote.
42472
42473         * check-module (find_included_lib_files): Add at-func.c to the
42474         ok-to-include-more-than-once white list.
42475
42476         * modules/openat (Depends-on): Add lstat.  Alphabetize.
42477
42478 2006-08-21  Bruno Haible  <bruno@clisp.org>
42479
42480         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42481         Emit a pkgdata_DATA variable only if some snippets add contents to it.
42482         Reported by Martin Lambers <marlam@marlam.de>.
42483
42484 2006-08-21  Bruno Haible  <bruno@clisp.org>
42485
42486         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
42487         specify an installation location, don't emit a noinst_LIBRARIES or
42488         noinst_LTLIBRARIES assignment.
42489
42490 2006-08-21  Bruno Haible  <bruno@clisp.org>
42491
42492         BeOS portability.
42493         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
42494         BeOS has mbrtowc() but no <wctype.h>.
42495
42496 2006-08-21  Bruno Haible  <bruno@clisp.org>
42497
42498         BeOS portability.
42499         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
42500         exist.
42501
42502 2006-08-21  Bruno Haible  <bruno@clisp.org>
42503
42504         BeOS portability.
42505         * lib/mbchar.h: Include <wctype.h> only if it exists.
42506
42507 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42508
42509         Remove files that are no longer needed by their respective modules.
42510         * m4/obstack.m4: Remove.
42511         * m4/strerror_r.m4: Remove.
42512         * m4/uint32_t.m4: Remove.
42513         * m4/uintptr_t.m4: Remove.
42514         * m4/ullong_max.m4: Remove.
42515         * m4/xstrtoimax.m4: Remove.
42516         * m4/xstrtoumax.m4: Remove.
42517
42518         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
42519         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
42520         dependencies now capture this.
42521
42522         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
42523         Do not use AC_LIBSOURCES, since gnulib modules now do this.
42524         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
42525         * m4/human.m4 (gl_HUMAN): Likewise.
42526         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
42527         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
42528
42529         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
42530
42531         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
42532         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
42533         stdint.
42534         * m4/human.m4 (gl_HUMAN): Likewise.
42535         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
42536         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
42537         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
42538         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
42539         * m4/xstrtol (gl_XSTRTOL): Likewise.
42540
42541         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
42542         AC_TYPE_LONG_LONG_INT.
42543         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
42544         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
42545         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
42546         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
42547
42548         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
42549         on stdbool.
42550
42551         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
42552         (gl_PREREQ_XSTRTOUL): Remove.
42553
42554         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
42555
42556         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
42557         mode.
42558
42559 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42560
42561         Add and change modules to make it easier for coreutils to use
42562         gnulib-tool.
42563         * modules/backupfile (Files): Remove m4/d-ino.m4.
42564         (Depends-on): Add d-ino.
42565         * modules/cycle-check (Depends-on): Add stdint.
42566         (lib_SOURCES): Add cycle-check.h.
42567         * modules/d-ino: New module.
42568         * modules/d-type: New module.
42569         * modules/error (Files): Remove m4/strerror_r.m4.
42570         * modules/filemode (Files): Add m4/st_dm_mode.m4.
42571         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
42572         m4/inttypes_h.m4, m4/uintmax_t.m4.
42573         (Depends-on): Add stdint.
42574         (lib_SOURCES): Add fsusage.h.
42575         * modules/getcwd (Files): Remove d-ino.m4.
42576         (Depends-on): Add d-ino.
42577         * modules/getndelim2 (Depends-on): Add stdint.
42578         * modules/glob (Files): Remove m4/d-type.m4.
42579         (Depends-on): Add d-type.
42580         * modules/host-os: New module.
42581         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
42582         m4/inttypes_h.m4, m4/uintmax_t.m4.
42583         * Depends-on: Add stdint.
42584         (lib_SOURCES): Add human.h.
42585         * modules/inttostr (Files): Remove m4/intmax_t.m4,
42586         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
42587         m4/uintmax_t.m4, m4/ulonglong.m4.
42588         (Depends-on): Add stdint.
42589         (EXTRA_DIST): Add inttostr.h.
42590         * modules/lchmod: New module.
42591         * modules/link-follow: New module.
42592         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
42593         (Depends-on): Add lchmod.
42594         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
42595         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
42596         (Depends-on): Add stdint.
42597         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
42598         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
42599         (Depends-on): Add stdint.
42600         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
42601         * modules/perl: New module.
42602         * modules/regex (Depends-on): Add stdint.
42603         * modules/rmdir-errno: New module.
42604         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
42605         m4/intmax_t.m4.
42606         (Depends-on): Add stdint.
42607         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
42608         m4/uintmax_t.m4.
42609         (Depends-on): Add stdint.
42610         * modules/unlink-busy: New module.
42611         * modules/utimecmp (Depends-on): Add stdint.
42612         * modules/uptime: New module.
42613         * modules/winsz-ioctl: New module.
42614         * modules/winsz-termios: New module.
42615         * modules/xnanosleep (Depends-on): Add nanosleep.
42616         * modules/ullong_max: Remove.
42617         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
42618         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
42619         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
42620         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
42621         (Depends-on): Add inttypes.
42622         (lib_SOURCES): Add xstrtol.h.
42623         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
42624         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
42625         * MODULES.html.sh: Move 'assert' into the assert section.
42626         Move 'dummy' into the linking section.
42627         Remove ullong_max.
42628         Add section for compatibility checks for POSIX:2001 functions,
42629         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
42630         winsz-ioctl, and winsz-termios into it.
42631         Add lchmod.
42632         Add top-level Misc section and put host-os, perl, and uptime
42633         into it.
42634
42635 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42636
42637         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
42638         now assume the stdint module.  Do not include inttypes.h.
42639         * lib/fsusage.h: Likewise.
42640         * lib/getndelim2.c: Likewise.
42641         * lib/human.h: Likewise.
42642         * lib/inttostr.h: Likewise.
42643         * lib/obstack.c: Likewise.
42644         * lib/regex_internal.h: Likewise.
42645         * lib/tempname.c: Likewise.
42646         * lib/utimecmp.c: Likewise.
42647         * lib/xstrtol.h: Likewise.
42648
42649         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
42650
42651         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
42652         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
42653         * lib/xtime.h: Likewise.
42654
42655 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42656
42657         * modules/openat (Files): Add lib/fchmodat.c.
42658         Fixes problem reported by Jay Youngman.
42659
42660 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42661
42662         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
42663         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
42664
42665 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
42666             Bruno Haible  <bruno@clisp.org>
42667
42668         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
42669         and is a script that invokes bison. Tighten the code. Add comments.
42670
42671 2006-08-18  Jim Meyering  <jim@meyering.net>
42672
42673         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
42674         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
42675         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
42676         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
42677
42678 2006-08-18  Bruno Haible  <bruno@clisp.org>
42679
42680         * modules/bison-i18n: New file.
42681         * MODULES.html.sh (Internationalization functions): Add it.
42682
42683 2006-08-18  Bruno Haible  <bruno@clisp.org>
42684
42685         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
42686         sys/statvfs.h. When getmntinfo was found, check its declaration and
42687         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
42688
42689 2006-08-18  Bruno Haible  <bruno@clisp.org>
42690
42691         * m4/bison-i18n.m4: New file, from bison.
42692
42693 2006-08-18  Bruno Haible  <bruno@clisp.org>
42694
42695         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
42696         (ME_DUMMY): Treat "kernfs" as a dummy.
42697         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
42698
42699 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42700
42701         Update from coreutils.
42702
42703         2006-08-15  Jim Meyering  <jim@meyering.net>
42704
42705         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
42706
42707         2006-01-17  Jim Meyering  <jim@meyering.net>
42708
42709         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
42710
42711         2006-01-11  Jim Meyering  <jim@meyering.net>
42712
42713         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
42714         Check for the lchmod function.
42715
42716 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42717
42718         Update from coreutils.
42719
42720         * lib/__fpending.h: Add copyright notice.
42721         * lib/fprintftime.h: Likewise.
42722         * lib/savedir.c: Use (C) in copyright notice.
42723         * lib/savedir.h: Likewise.
42724
42725         2006-08-15  Jim Meyering  <jim@meyering.net>
42726
42727         * lib/at-func.c: New file, with the logic of all emulated at-functions.
42728         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
42729         in support of the EXPECTED_ERRNO macro.
42730         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
42731         definitions.  Instead, define the appropriate symbols and include
42732         "at-func.c".
42733         * lib/mkdirat.c (mkdirat): Likewise.
42734         * lib/fchmodat.c (fchmodat): Likewise.
42735         (ENOSYS): Remove definition.
42736         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
42737         it.  Don't include "unistd--.h" -- it wasn't ever used.
42738
42739         2006-01-17  Jim Meyering  <jim@meyering.net>
42740
42741         Rewrite fts.c not to change the current working directory,
42742         by using openat, fstatat, fdopendir, etc..
42743
42744         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
42745         (HAVE_OPENAT_SUPPORT): Define.
42746         [_LIBC] (fchdir): Don't undef or define; no longer used.
42747         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
42748         Now, this `function' always succeeds, and consumes its file descriptor
42749         parameter -- so callers must not close such FDs.  Update callers.
42750         (diropen_fd, opendirat, cwd_advance_fd): New functions.
42751         (diropen): Add parameter, SP.  Adjust all callers.
42752         Implement using diropen_fd, rather than open.
42753         (fts_open): Initialize new member, fts_cwd_fd.
42754         Remove fts_rft-setting code.
42755         (fts_close): Close fts_cwd_fd, if necessary.
42756         (__opendir2): Define in terms of opendir or opendirat,
42757         depending on whether the FST_NOCHDIR flag is set.
42758         (fts_build): Since fts_safe_changedir consumes its FD, and since
42759         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
42760         and close the dup'd file descriptor upon failure.
42761         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
42762         (fts_safe_changedir): Tweak semantics to reflect that this function
42763         now calls cwd_advance_fd and hence consumes its FD argument.
42764         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
42765         [struct FTS] (fts_rft): Remove now-unused member.
42766         [struct FTS] (fts_cycle.state): Improve comment.
42767
42768         * lib/openat.c (openat_needs_fchdir): New function.
42769         * lib/openat.h (openat_needs_fchdir): Declare it.
42770
42771 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
42772
42773         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
42774         Problem and fix reported by Pádraig Brady in
42775         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
42776
42777 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42778
42779         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
42780
42781 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42782
42783         * lib/memcoll.c (memcoll): Optimize for the common case where the
42784         arguments are bytewise equal.
42785
42786 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42787
42788         * doc/regexprops-generic.texi: Add a copyright notice.
42789
42790 2006-08-15  Bruno Haible  <bruno@clisp.org>
42791
42792         * modules/tmpdir (License): Change to LGPL.
42793
42794 2006-08-15  Bruno Haible  <bruno@clisp.org>
42795
42796         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
42797         module.
42798
42799 2006-08-14  Simon Josefsson  <jas@extundo.com>
42800
42801         * config/srclist.txt: Add gnupload.
42802
42803 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42804
42805         Change copyright notice from LGPL 2 to GPL 2, since that's the
42806         standard form used in the gnulib repository.
42807         * tests/test-lock.c: Likewise.
42808         * tests/test-stdint.c: Likewise.
42809         * tests/test-tls.c: Likewise.
42810
42811         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
42812         prelude-manager.  User shorter URLs for GNU projects, without '?'.
42813         Add copyright notice.
42814
42815         * check-module: Add copyright notice.  Output a copyright
42816         notice if "--version" is specified.
42817         * modules/COPYING: New file.
42818         * tests/test-getaddrinfo.c: Add copyright notice.
42819         * tests/test-verify.c: Likewise.
42820
42821 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42822
42823         Change copyright notice from LGPL 2 to GPL 2, since that's the
42824         standard form used in the gnulib repository.
42825         * lib/lock.c: LGPL -> GPL.
42826         * lib/lock.h: Likewise.
42827         * lib/strnlen1.c: Likewise.
42828         * lib/strnlen1.h: Likewise.
42829         * lib/tls.c: Likewise.
42830         * lib/tls.h: Likewise.
42831         * lib/tmpdir.c: Likewise.
42832
42833         * lib/TODO: Remove; this belongs only in coreutils.
42834
42835 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42836
42837         Add copyright notices to long-enough files that lack them, since
42838         otherwise the files aren't clearly free.  Use the same notice that
42839         getdate.texi already uses.
42840         * doc/alloca-opt.texi: Add copyright notice.
42841         * doc/alloca.texi: Likewise.
42842         * doc/ctime.texi: Likewise.
42843         * doc/functions.texi: Likewise.
42844         * doc/gcd.texi: Likewise.
42845         * doc/gnulib-tool.texi: Likewise.
42846         * doc/inet_ntoa.texi: Likewise.
42847         * doc/visibility.texi: Likewise.
42848
42849         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
42850         * doc/quote.texi: Add copyright notice.
42851
42852         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
42853         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
42854         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
42855         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
42856         is now obsolete, and give a pointer to the Sun list.
42857         Add copyright notice.
42858
42859 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42860
42861         * config/srclistvars.sh: Add copyright notice.
42862
42863 2006-08-14  Eric Blake  <ebb9@byu.net>
42864
42865         Import the following change from libc:
42866
42867         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
42868
42869         Upstream bug 2997.
42870         * lib/misc/error.c: Add space between program name and message if file
42871         name is missing.
42872
42873 2006-08-12  Karl Berry  <karl@gnu.org>
42874
42875         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
42876         remove, these originate in gnulib now.
42877
42878 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42879
42880         * doc/Makefile (standards.info standards.html standards.dvi):
42881         Also depend on make-stds.texi.
42882
42883 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
42884
42885         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
42886         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
42887
42888         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
42889         in wchar_t.  Problem reported by Eric Blake.
42890
42891         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
42892         LEN is smaller than SIZE.  Suggested by Bruno Haible.
42893         Also, help the compiler to keep LEN in a register.
42894
42895 2006-08-11  Eric Blake  <ebb9@byu.net>
42896
42897         * users.txt: Sort.  Add tar.
42898
42899 2006-08-11  Bruno Haible  <bruno@clisp.org>
42900
42901         * users.txt: New file.
42902
42903 2006-08-11  Bruno Haible  <bruno@clisp.org>
42904
42905         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
42906         before <wchar.h>. Needed for OSF/1 and BSD/OS.
42907
42908 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
42909
42910         * modules/snprintf (Depends-on): Remove minmax.
42911         (Maintainer): Add self and Bruno.
42912
42913 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
42914
42915         * lib/.cppi-disable: Add snprintf.h, socket_.h.
42916         * lib/snprintf.c: Include <errno.h> and <limits.h>.
42917         (EOVERFLOW): Define if the system does not.
42918         Do not include "minmax.h"; it wasn't used.
42919         (snprintf): Don't assume size_t promotes to an unsigned type.
42920         Fix bug when generated string was too long for the buffer: the
42921         buffer's contents are supposed to be the initial prefix of the
42922         output.  Don't assume vasnprintf returns EOVERFLOW if the size
42923         exceeds INT_MAX; do the check ourselves.
42924
42925         Import the following changes from libc:
42926
42927         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
42928
42929         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
42930         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
42931         set wc to the byte which couldn't be converted.
42932         (re_string_reconstruct): Don't clear valid_raw_len before calling
42933         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
42934         tip_context using re_string_context_at.
42935
42936         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
42937
42938         * lib/posix/regex.h: g++ still cannot handled [restrict].
42939
42940         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
42941
42942         * lib/posix/regex.h: Remove special handling for VMS.
42943
42944 2006-08-10  Jim Meyering  <jim@meyering.net>
42945
42946         * modules/same-inode: New module.
42947         * modules/dev-ino: New module.
42948         * modules/cycle-check: Depend on these modules, rather than simply
42949         including their .h files.
42950         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
42951         required via m4/cycle-check.m4.
42952         * modules/same: Depend on new same-inode module, rather than
42953         including same-inode.h.
42954         * modules/chdir-safer: New file.
42955
42956         * modules/chown (Depends-on): Add stat-macros.
42957
42958 2006-08-10  Jim Meyering  <jim@meyering.net>
42959
42960         * m4/cycle-check.m4: New file.
42961         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
42962         * m4/dev-ino.m4, m4/same-inode.m4: New files.
42963
42964 2006-08-10  Eric Blake  <ebb9@byu.net>
42965
42966         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
42967         in from original proposal.
42968
42969 2006-08-10  Eric Blake  <ebb9@byu.net>
42970         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
42971
42972         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
42973         namespace.
42974
42975 2006-08-10  Bruno Haible  <bruno@clisp.org>
42976
42977         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
42978         as well.
42979
42980 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
42981
42982         Sync from coreutils.
42983
42984         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
42985
42986         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
42987         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
42988
42989 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
42990
42991         * modules/restrict: Remove; no longer needed now that we assume
42992         Autoconf 2.59 or later.
42993         * MODULES.html.sh: Remove 'restrict'.
42994         * modules/argp (Depends-on): Remove 'restrict'.
42995         * modules/base64 (Depends-on): Likewise.
42996         * modules/gc (Depends-on): Likewise.
42997         * modules/getaddrinfo (Depends-on): Likewise.
42998         * modules/glob (Depends-on): Likewise.
42999         * modules/inet_ntop (Depends-on): Likewise.
43000         * modules/inet_pton (Depends-on): Likewise.
43001         * modules/memxor (Depends-on): Likewise.
43002         * modules/regex (Depends-on): Likewise.
43003         * modules/strtok_r (Depends-on): Likewise.
43004         * modules/time_r (Depends-on): Likewise.
43005
43006 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43007
43008         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
43009         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
43010         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
43011         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
43012         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
43013         * m4/memxor.m4 (gl_MEMXOR): Likewise.
43014         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
43015         gl_C_RESTRICT replaced by AC_C_RESTRICT.
43016
43017         Merge from coreutils.
43018         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
43019         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
43020         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
43021         * m4/time_r.m4 (gl_TIME_R): Likewise.
43022
43023 2006-08-09  Karl Berry  <karl@gnu.org>
43024
43025         * config/srclist.txt: no more gettext-tools, per Bruno.
43026
43027 2006-08-08  Eric Blake  <ebb9@byu.net>
43028
43029         * modules/verror: New module.
43030         * MODULES.html.sh: Document it.
43031
43032 2006-08-08  Eric Blake  <ebb9@byu.net>
43033
43034         * lib/verror.h, lib/verror.c: New files.
43035
43036 2006-08-08  Eric Blake  <ebb9@byu.net>
43037
43038         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
43039         verror_at_line output complies with GNU Coding Standards even when
43040         file is NULL.
43041
43042 2006-08-07  Bruno Haible  <bruno@clisp.org>
43043
43044         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
43045         versions of AIX.
43046         Reported by Ralf Wildenhues.
43047
43048 2006-08-07  Bruno Haible  <bruno@clisp.org>
43049
43050         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
43051         in an AC_DEFUN. Needed so that the autoconf snippets can use
43052         AC_REQUIRE.
43053
43054 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43055
43056         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43057         Initialize pkgdata_DATA.
43058         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
43059         overriding it.
43060
43061 2006-08-06  Eric Blake  <ebb9@byu.net>
43062
43063         * lib/error.h: Fold in some upstream changes from glibc.
43064         * lib/error.c: Likewise.
43065
43066 2006-08-04  Bruno Haible  <bruno@clisp.org>
43067
43068         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43069         Make the mostlyclean-local rule depend on mostlyclean-generic.
43070         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
43071
43072 2006-07-31  Bruno Haible  <bruno@clisp.org>
43073
43074         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
43075         <stdlib.h>, <string.h>.
43076
43077 2006-07-30  Bruno Haible  <bruno@clisp.org>
43078
43079         * modules/readlink (License): Change to LGPL.
43080
43081 2006-07-30  Bruno Haible  <bruno@clisp.org>
43082
43083         * modules/javaversion (Makefile.am): Distribute javaversion.java and
43084         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
43085         set PKGDATADIR to point to it.
43086
43087 2006-07-30  Bruno Haible  <bruno@clisp.org>
43088
43089         * modules/csharpexec (configure.ac): Comment out macro invocation.
43090         * modules/javaexec (configure.ac): Likewise.
43091         * modules/javacomp-script (configure.ac): Likewise.
43092
43093         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
43094
43095 2006-07-30  Bruno Haible  <bruno@clisp.org>
43096
43097         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
43098         linked-list.
43099
43100 2006-07-30  Bruno Haible  <bruno@clisp.org>
43101
43102         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
43103
43104 2006-07-30  Bruno Haible  <bruno@clisp.org>
43105
43106         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43107         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
43108         get removed.
43109
43110 2006-07-29  Bruno Haible  <bruno@clisp.org>
43111
43112         Make it possible for gnulib-tool to work with locally modified or
43113         augmented gnulib repositories.
43114         * gnulib-tool (func_usage): Document --local-dir option.
43115         (local_gnulib_dir): New variable.
43116         Handle --local-dir option.
43117         (func_lookup_file): New function.
43118         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
43119         (func_get_description, func_get_filelist, func_get_description,
43120         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
43121         func_get_automake_snippet, func_get_include_directive,
43122         func_get_license, func_get_maintainer): Use func_lookup_file.
43123         (func_import, func_create_testdir): Use func_lookup_file.
43124
43125 2006-07-29  Bruno Haible  <bruno@clisp.org>
43126
43127         * modules/setenv (Depends-on): Add unistd.
43128
43129 2006-07-29  Bruno Haible  <bruno@clisp.org>
43130
43131         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
43132
43133 2006-07-29  Bruno Haible  <bruno@clisp.org>
43134
43135         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
43136
43137 2006-07-29  Bruno Haible  <bruno@clisp.org>
43138
43139         * gnulib-tool (import, update): If there is no Makefile.am, look at
43140         aclocal.m4, instead of bailing out.
43141
43142 2006-07-29  Bruno Haible  <bruno@clisp.org>
43143
43144         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
43145         Categorize the options by when they are useful.
43146
43147 2006-07-29  Bruno Haible  <bruno@clisp.org>
43148
43149         * gnulib-tool (func_usage): Document option --no-libtool.
43150         Handle option --no-libtool.
43151         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
43152         for changed semantics of $libtool variable.
43153         (func_import): Likewise. If libtool is not used, show this through
43154         an option --no-libtool.
43155         (func_create_testdir): Update.
43156
43157 2006-07-29  Bruno Haible  <bruno@clisp.org>
43158
43159         * gnulib-tool (func_import): Extend error message about missing
43160         --doc-base.
43161
43162 2006-07-29  Bruno Haible  <bruno@clisp.org>
43163
43164         * gnulib-tool (func_import): Don't create the $docbase directory if
43165         there is no file to store there.
43166
43167 2006-07-29  Bruno Haible  <bruno@clisp.org>
43168
43169         * gnulib-tool (autoconf_minversion): If a --dir option is given and
43170         relevant, look for configure.ac there, not in the current directory.
43171         Also use a simple search for AC_PREREQ, not "autoconf --trace".
43172
43173 2006-07-29  Bruno Haible  <bruno@clisp.org>
43174
43175         * gnulib-tool (SORT): New variable.
43176         (func_usage): Undocument --assume-autoconf option.
43177         Remove --assume-autoconf option handling.
43178         (autoconf_minversion): Determine from the contents of configure.ac.
43179         (func_import): Remove autoconf_minversion handling.
43180         Suggested by Eric Blake.
43181
43182 2006-07-29  Bruno Haible  <bruno@clisp.org>
43183
43184         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
43185
43186 2006-07-29  Bruno Haible  <bruno@clisp.org>
43187
43188         * config/srclist.txt (*setenv.[ch]): Remove rules.
43189
43190 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43191
43192         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
43193
43194 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43195
43196         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
43197         arpa/inet.h.
43198
43199 2006-07-28  Simon Josefsson  <jas@extundo.com>
43200
43201         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
43202         * modules/inet_pton (Depends-on): Likewise.
43203
43204 2006-07-28  Simon Josefsson  <jas@extundo.com>
43205
43206         * m4/netinet_in_h.m4: New file.
43207
43208 2006-07-28  Simon Josefsson  <jas@extundo.com>
43209
43210         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
43211         #include's.
43212
43213 2006-07-28  Simon Josefsson  <jas@extundo.com>
43214
43215         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
43216         #include's.
43217
43218 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
43219
43220         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
43221         setgid on directories only if they set these bits.
43222         * lib/modechange.h: Remove obsolete comment about masks.
43223
43224 2006-07-28  Eric Blake  <ebb9@byu.net>
43225
43226         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
43227         macro expansion.
43228
43229 2006-07-28  Bruno Haible  <bruno@clisp.org>
43230
43231         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
43232
43233 2006-07-28  Bruno Haible  <bruno@clisp.org>
43234
43235         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
43236
43237 2006-07-28  Bruno Haible  <bruno@clisp.org>
43238
43239         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
43240         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
43241         Define fallbacks.
43242         Avoids link error on FreeBSD 4.x.
43243         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43244
43245         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
43246         encoding.
43247         * lib/mbswidth.c (iswcntrl): Likewise.
43248
43249 2006-07-27  Bruno Haible  <bruno@clisp.org>
43250
43251         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
43252         test.
43253
43254 2006-07-27  Bruno Haible  <bruno@clisp.org>
43255
43256         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
43257         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
43258         defined.
43259
43260 2006-07-26  Eric Blake  <ebb9@byu.net>
43261
43262         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
43263
43264 2006-07-26  Eric Blake  <ebb9@byu.net>
43265
43266         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
43267         like mingw that lack mkstemp.
43268         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
43269         avoid compilation warning on mingw.
43270
43271 2006-07-26  Bruno Haible  <bruno@clisp.org>
43272
43273         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
43274         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
43275         INT_FAST*_MIN, INTPTR_MIN.
43276
43277 2006-07-25  Bruno Haible  <bruno@clisp.org>
43278
43279         * modules/version-etc (Depends-on): Add stdarg.
43280
43281 2006-07-25  Bruno Haible  <bruno@clisp.org>
43282
43283         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
43284         complex commands.
43285
43286 2006-07-25  Bruno Haible  <bruno@clisp.org>
43287
43288         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
43289         defined in <stdarg.h> or config.h.
43290
43291 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43292
43293         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
43294         (gl_STDIO_SAFER): Remove.
43295
43296 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43297
43298         * MODULES.html.sh (File stream based Input/Output):
43299         Add fopen-safer, tmpfile-safer; remove stdio-safer.
43300         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
43301         * modules/fopen-safer, modules/tmpfile-safer: New files.
43302         * modules/stdio-safer: Remove.
43303
43304 2006-07-24  Bruno Haible  <bruno@clisp.org>
43305
43306         * modules/tmpdir: New file.
43307         * MODULES.html.sh (File system functions): Add it.
43308
43309 2006-07-24  Bruno Haible  <bruno@clisp.org>
43310
43311         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
43312         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
43313
43314 2006-07-24  Bruno Haible  <bruno@clisp.org>
43315
43316         * modules/clean-temp: New file.
43317
43318 2006-07-24  Bruno Haible  <bruno@clisp.org>
43319
43320         * m4/tmpdir.m4: New file, from GNU gettext.
43321
43322 2006-07-24  Bruno Haible  <bruno@clisp.org>
43323
43324         * lib/tmpdir.h: New file, from GNU gettext.
43325         * lib/tmpdir.c: New file, from GNU gettext.
43326
43327 2006-07-24  Bruno Haible  <bruno@clisp.org>
43328
43329         * lib/clean-temp.h: New file, from GNU gettext.
43330         * lib/clean-temp.c: New file, from GNU gettext.
43331
43332 2006-07-23  Eric Blake  <ebb9@byu.net>
43333
43334         * modules/stdio-safer (Files): Add tmpfile-safer.c.
43335         (Depends-on): Add binary-io.
43336
43337 2006-07-23  Eric Blake  <ebb9@byu.net>
43338
43339         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
43340
43341 2006-07-23  Eric Blake  <ebb9@byu.net>
43342
43343         * lib/tmpfile-safer.c: New file.
43344         * lib/stdio-safer.h (fopen_safer): Add prototype.
43345         * lib/stdio--.h (tmpfile): Make safer.
43346
43347 2006-07-23  Bruno Haible  <bruno@clisp.org>
43348
43349         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
43350         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
43351         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
43352         gl_linked_remove_at): Use it.
43353
43354 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43355         and Simon Josefsson <jas@extundo.com>
43356
43357         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
43358
43359         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
43360
43361 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43362
43363         * modules/close-stream: New file.
43364         * modules/closeout (Description): Make it clear that it exits
43365         with a diagnostic on error.
43366         (Depends-on): Add close-stream.  Remove fpending, stdbool.
43367         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
43368
43369 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43370
43371         * m4/close-stream.m4: New file.
43372
43373 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43374
43375         * lib/close-stream.c, lib/close-stream.h: New files.
43376
43377 2006-07-22  Bruno Haible  <bruno@clisp.org>
43378
43379         Merge from GNU gettext 0.15.
43380
43381         2006-05-01  Bruno Haible  <bruno@clisp.org>
43382
43383                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
43384
43385         2006-07-22  Bruno Haible  <bruno@clisp.org>
43386
43387                 * modules/javaversion: New file.
43388                 * MODULES.html.sh (Java): Add javaversion.
43389
43390         2006-03-12  Bruno Haible  <bruno@clisp.org>
43391
43392                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
43393
43394         2005-12-04  Bruno Haible  <bruno@clisp.org>
43395
43396                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
43397                 (untested).
43398
43399         2006-06-21  Bruno Haible  <bruno@clisp.org>
43400
43401                 Avoid warnings from recent versions of mcs.
43402                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
43403                 -o, -L, -r any more. Use options documented since mcs-1.0
43404                 instead. Similarly for -g.
43405
43406         2005-12-04  Bruno Haible  <bruno@clisp.org>
43407
43408                 * build-aux/csharpcomp.sh.in: Suffix for resources is
43409                 .resources, not .resource.
43410
43411         2005-07-09  Bruno Haible  <bruno@clisp.org>
43412
43413                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
43414                 add a .dll suffix.
43415                 Reported by Mark Junker <mjscod@gmx.de>.
43416
43417         2006-07-22  Bruno Haible  <bruno@clisp.org>
43418
43419                 * modules/gettext: Upgrade to gettext-0.15.
43420                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
43421                 m4/visibility.m4.
43422                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
43423
43424 2006-07-22  Bruno Haible  <bruno@clisp.org>
43425
43426         Merge from GNU gettext 0.15.
43427
43428         2006-03-25  Bruno Haible  <bruno@clisp.org>
43429
43430                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
43431
43432         2006-07-21  Bruno Haible  <bruno@clisp.org>
43433
43434                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
43435                 "1.1".
43436
43437         2006-05-09  Bruno Haible  <bruno@clisp.org>
43438
43439                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
43440                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
43441                 for the conftestver execution.
43442
43443         2006-05-01  Bruno Haible  <bruno@clisp.org>
43444
43445                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
43446                 optional target-version argument. Verify that the compiler
43447                 groks source of the specified source-version, or add -source
43448                 option as necessary. Verify that the compiler produces
43449                 bytecode in the specified target-version, or add -target and
43450                 -source options as necessary. Make the result of the test
43451                 available as variable CONF_JAVAC. Also log error output in
43452                 config.log.
43453
43454         2006-03-11  Bruno Haible  <bruno@clisp.org>
43455
43456                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
43457
43458         2006-05-09  Bruno Haible  <bruno@clisp.org>
43459
43460                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
43461                 CLASSPATH_SEPARATOR to a semicolon.
43462
43463         2006-03-12  Bruno Haible  <bruno@clisp.org>
43464
43465                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
43466                 available as variable CONF_JAVA, for subsequent autoconf
43467                 tests. Also log error output in config.log.
43468
43469         2006-07-19  Bruno Haible  <bruno@clisp.org>
43470
43471                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
43472                 that getline works on glibc2 systems. Needed to avoid trouble
43473                 in relocatable.c.
43474                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
43475
43476         2005-12-04  Bruno Haible  <bruno@clisp.org>
43477
43478                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
43479                 launcher (untested).
43480
43481         2005-12-04  Bruno Haible  <bruno@clisp.org>
43482
43483                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
43484
43485         2006-07-22  Bruno Haible  <bruno@clisp.org>
43486
43487                 * gettext.m4: Update from GNU gettext-0.15.
43488                 * nls.m4: Likewise.
43489                 * po.m4: Likewise.
43490                 * inttypes-pri.m4: Likewise.
43491                 * inttypes-h.m4: Renamed from inttypes.m4.
43492                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
43493
43494 2006-07-22  Bruno Haible  <bruno@clisp.org>
43495
43496         Merge from GNU gettext 0.15.
43497
43498         2005-07-05  Bruno Haible  <bruno@clisp.org>
43499
43500                 * printf-args.c (printf_fetchargs): Work around broken
43501                 definition of wint_t on mingw.
43502
43503         2005-02-12  Bruno Haible  <bruno@clisp.org>
43504
43505                 * xallocsa.h: Add extern "C" for C++.
43506
43507         2006-05-17  Bruno Haible  <bruno@clisp.org>
43508
43509                 Cygwin portability.
43510                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
43511
43512         2006-04-30  Bruno Haible  <bruno@clisp.org>
43513
43514                 * progreloc.c: Include <mach-o/dyld.h> if available.
43515                 (find_executable): Use _NSGetExecutablePath when possible.
43516
43517         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
43518
43519                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
43520                 function.
43521
43522         2005-12-29  Bruno Haible  <bruno@clisp.org>
43523
43524                 * progreloc.c (set_program_name_and_installdir): Fix
43525                 compilation error.
43526
43527         2005-12-04  Bruno Haible  <bruno@clisp.org>
43528
43529                 Cygwin portability.
43530                 * progreloc.c: Include <windows.h> also on Cygwin.
43531                 (find_executable): Add support for Cygwin.
43532                 (set_program_name_and_installdir): Handle also platforms with
43533                 nonempty EXEEXT.
43534
43535         2006-07-11  Bruno Haible  <bruno@clisp.org>
43536
43537                 * javacomp.c: Fix a comment.
43538                 Reported by Jim Meyering.
43539
43540         2006-04-30  Bruno Haible  <bruno@clisp.org>
43541
43542                 * javacomp.h (compile_java_class): Add source_version,
43543                 target_version arguments.
43544                 * javacomp.c: Rewritten to choose only a compiler that
43545                 respects the specified source_version and target_version.
43546
43547         2006-06-27  Bruno Haible  <bruno@clisp.org>
43548
43549                 Assume correct S_ISDIR macro.
43550                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
43551
43552         2006-07-22  Bruno Haible  <bruno@clisp.org>
43553
43554                 * javaversion.h: New file, from GNU gettext.
43555                 * javaversion.c: New file, from GNU gettext.
43556                 * javaversion.java: New file, from GNU gettext.
43557                 * javaversion.class: New file, from GNU gettext.
43558
43559         2006-05-17  Bruno Haible  <bruno@clisp.org>
43560
43561                 Cygwin portability.
43562                 * javaexec.c (execute_java_class): Test for jview program
43563                 also on Cygwin.
43564
43565         2006-04-09  Bruno Haible  <bruno@clisp.org>
43566
43567                 * fatal-signal.c: Don't include string.h.
43568                 (at_fatal_signal): Use a copying loop instead of memcpy.
43569
43570         2005-12-04  Bruno Haible  <bruno@clisp.org>
43571
43572                 * csharpexec.c: Add support for 'clix' launcher (untested).
43573                 (execute_csharp_using_sscli): New function.
43574                 (execute_csharp_program): Call it.
43575
43576         2006-06-21  Bruno Haible  <bruno@clisp.org>
43577
43578                 Avoid warnings from recent versions of mcs.
43579                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
43580                 -o, -L, -r any more. Use options documented since mcs-1.0
43581                 instead. Similarly for -g.
43582
43583         2005-07-09  Bruno Haible  <bruno@clisp.org>
43584
43585                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
43586                 add a .dll suffix.
43587                 Reported by Mark Junker <mjscod@gmx.de>.
43588
43589         2006-06-17  Bruno Haible  <bruno@clisp.org>
43590
43591                 * config.charset: Update for NetBSD 3.0.
43592
43593         2006-05-17  Bruno Haible  <bruno@clisp.org>
43594
43595                 Cygwin portability.
43596                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
43597
43598         2006-05-16  Bruno Haible  <bruno@clisp.org>
43599
43600                 * localcharset.c [CYGWIN]: Include <windows.h>.
43601                 (get_charset_aliases): For Cygwin, return the same CPxxx
43602                 aliases list as under WIN32.
43603                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
43604                 the environment variables. Fall back to GetACP().
43605
43606         2006-04-05  Bruno Haible  <bruno@clisp.org>
43607
43608                 * config.charset: Update Juan Manuel Guerrero's address.
43609
43610         2005-02-12  Bruno Haible  <bruno@clisp.org>
43611
43612                 * allocsa.h: Add extern "C" for C++.
43613
43614         2005-02-10  Bruno Haible  <bruno@clisp.org>
43615
43616                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
43617                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
43618
43619         2006-07-22  Bruno Haible  <bruno@clisp.org>
43620
43621                 * gettext.h: Update to GNU gettext-0.15.
43622
43623 2006-07-22  Bruno Haible  <bruno@clisp.org>
43624
43625         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
43626         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
43627         lib-prefix.m4, longdouble.m4, ssize_t.m4.
43628
43629 2006-07-21  Eric Blake  <ebb9@byu.net>
43630
43631         * modules/stdlib-safer: New file.
43632         * MODULES.html.sh (File stream based Input/Output): Add
43633         stdlib-safer.
43634
43635 2006-07-21  Eric Blake  <ebb9@byu.net>
43636
43637         * lib/stdlib-safer.h: New file from coreutils, required by
43638         stdlib--.h.
43639
43640 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
43641
43642         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
43643
43644 2006-07-20  Bruno Haible  <bruno@clisp.org>
43645
43646         * gnulib-tool: Recognize new option --assume-autoconf.
43647         (autoconf_minversion): New variable.
43648         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
43649
43650 2006-07-20  Bruno Haible  <bruno@clisp.org>
43651
43652         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
43653
43654 2006-07-19  Derek R. Price  <derek@ximbiot.com>
43655
43656         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
43657         Reindent and repaginate.
43658
43659 2006-07-19  Derek Price  <derek@ximbiot.com>
43660
43661         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
43662         Correct grammar.
43663
43664 2006-07-17  Bruno Haible  <bruno@clisp.org>
43665
43666         * modules/list: New file.
43667         * modules/array-list: New file.
43668         * modules/carray-list, modules/carray-list-tests: New files.
43669         * modules/linked-list, modules/linked-list-tests: New files.
43670         * modules/avltree-list, modules/avltree-list-tests: New files.
43671         * modules/rbtree-list, modules/rbtree-list-tests: New files.
43672         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
43673         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
43674         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
43675         * modules/oset: New file.
43676         * modules/array-oset: New file.
43677         * modules/avltree-oset, modules/avltree-oset-tests: New files.
43678         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
43679         * tests/test-carray_list.c: New file.
43680         * tests/test-linked_list.c: New file.
43681         * tests/test-avltree_list.c: New file.
43682         * tests/test-rbtree_list.c: New file.
43683         * tests/test-linkedhash_list.c: New file.
43684         * tests/test-avltreehash_list.c: New file.
43685         * tests/test-rbtreehash_list.c: New file.
43686         * tests/test-avltree_oset.c: New file.
43687         * tests/test-rbtree_oset.c: New file.
43688         * MODULES.html.sh (Container data structures): New section.
43689
43690 2006-07-17  Bruno Haible  <bruno@clisp.org>
43691
43692         * m4/gl_list.m4: New file.
43693
43694 2006-07-17  Bruno Haible  <bruno@clisp.org>
43695
43696         * lib/gl_list.h: New file.
43697         * lib/gl_list.c: New file.
43698         * lib/gl_array_list.h: New file.
43699         * lib/gl_array_list.c: New file.
43700         * lib/gl_carray_list.h: New file.
43701         * lib/gl_carray_list.c: New file.
43702         * lib/gl_linked_list.h: New file.
43703         * lib/gl_linked_list.c: New file.
43704         * lib/gl_anylinked_list1.h: New file.
43705         * lib/gl_anylinked_list2.h: New file.
43706         * lib/gl_avltree_list.h: New file.
43707         * lib/gl_avltree_list.c: New file.
43708         * lib/gl_anyavltree_list1.h: New file.
43709         * lib/gl_anyavltree_list2.h: New file.
43710         * lib/gl_rbtree_list.h: New file.
43711         * lib/gl_rbtree_list.c: New file.
43712         * lib/gl_anyrbtree_list1.h: New file.
43713         * lib/gl_anyrbtree_list2.h: New file.
43714         * lib/gl_anytree_list1.h: New file.
43715         * lib/gl_anytree_list2.h: New file.
43716         * lib/gl_linkedhash_list.h: New file.
43717         * lib/gl_linkedhash_list.c: New file.
43718         * lib/gl_anyhash_list1.h: New file.
43719         * lib/gl_anyhash_list2.h: New file.
43720         * lib/gl_avltreehash_list.h: New file.
43721         * lib/gl_avltreehash_list.c: New file.
43722         * lib/gl_rbtreehash_list.h: New file.
43723         * lib/gl_rbtreehash_list.c: New file.
43724         * lib/gl_anytreehash_list1.h: New file.
43725         * lib/gl_anytreehash_list2.h: New file.
43726
43727         * lib/gl_oset.h: New file.
43728         * lib/gl_oset.c: New file.
43729         * lib/gl_array_oset.h: New file.
43730         * lib/gl_array_oset.c: New file.
43731         * lib/gl_avltree_oset.h: New file.
43732         * lib/gl_avltree_oset.c: New file.
43733         * lib/gl_rbtree_oset.h: New file.
43734         * lib/gl_rbtree_oset.c: New file.
43735         * lib/gl_anytree_oset.h: New file.
43736
43737 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43738
43739         * m4/mkancesdirs.m4: New file.
43740         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
43741         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
43742         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
43743         it.
43744
43745 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43746
43747         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
43748         * lib/mkancesdirs.h: New files.
43749         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
43750         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
43751         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
43752         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
43753         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
43754         callers changed.  Revamp internals significantly, by not
43755         attempting to create directories that are temporarily more
43756         permissive than the final results.  Do not attempt to use
43757         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
43758         This removes some race conditions, fixes some bugs, and simplifies
43759         things.  Use new dirchownmod function to do owner and mode changes.
43760         * lib/mkdir-p.h: Likewise.
43761         * lib/modechange.c (octal_to_mode): New function.
43762         (struct mode_change): New member mentioned.
43763         (make_node_op_equals): New arg mentioned.  All callers changed.
43764         (mode_compile): Keep track of which mode bits the user has explicitly
43765         mentioned.
43766         (mode_adjust): New arg DIR, so that we implement the X op correctly.
43767         New arg PMODE_BITS, to keep track of which mode bits the user
43768         mentioned; it treats S_ISUID and S_ISGID speciall.
43769         All callers changed.
43770         * lib/modechange.h: Likewise.
43771
43772 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43773
43774         * MODULES.html.sh: Add mkancestors.
43775         * modules/mkancesdirs: New module.
43776         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
43777         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
43778         The chdir-safer and afs files are now orphans; I'll remove them
43779         unless someone speaks up.
43780         Add lib/dirchownmod.c, lib/dirchownmod.h.
43781         (Depends-on): Remove alloca, chown, save-cwd, dirname.
43782         Add lchown, mkancesdirs.
43783         (Maintainer): Add self.
43784
43785 2006-07-15  Karl Berry  <karl@gnu.org>
43786
43787         * gnulib-tool: help message wording/arrangement.
43788
43789 2006-07-14  Simon Josefsson  <jas@extundo.com>
43790
43791         * doc/gnulib.texi (Libtool and Windows): New section.
43792
43793 2006-07-12  Simon Josefsson  <jas@extundo.com>
43794
43795         * modules/gendocs (License): Fix license, approved by Karl.
43796
43797 2006-07-12  Eric Blake  <ebb9@byu.net>
43798
43799         * MODULES.html.sh: Add gendocs.
43800
43801 2006-07-11  Eric Blake  <ebb9@byu.net>
43802
43803         * modules/fdl: New module, to install doc/fdl.texi.
43804         * MODULES.html.sh: Add new section for documentation modules.
43805         * gnulib-tool: Avoid space-tab.
43806         (--doc-base): New option, to manage files from doc.
43807
43808 2006-07-11  Eric Blake  <ebb9@byu.net>
43809
43810         * m4/absolute-header.m4: Fix comments to match recent change.
43811
43812 2006-07-11  Eric Blake  <ebb9@byu.net>
43813
43814         * gnulib-tool: List --doc-base before --tests-base.
43815
43816 2006-07-11  Derek R. Price  <derek@ximbiot.com>
43817
43818         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
43819
43820 2006-07-11  Bruno Haible  <bruno@clisp.org>
43821
43822         * README: Mention where to put documentation.
43823
43824 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43825
43826         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
43827
43828 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
43829
43830         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
43831         to stdint.m4.
43832
43833 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
43834
43835         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
43836         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
43837         "no/such/file/stdint.h" when there is no such file, so that
43838         the resulting C code can be parsed by dodgy compilers.
43839         Problems reported by Bob Proulx.
43840
43841 2006-07-10  Derek R. Price  <derek@ximbiot.com>
43842
43843         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
43844         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
43845         macros into the GNU _D_EXACT_NAMLEN.
43846         * lib/savedir.c:  Likewise.
43847         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
43848
43849 2006-07-10  Derek R. Price  <derek@ximbiot.com>
43850         and Paul Eggert  <eggert@cs.ucla.edu>
43851
43852         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
43853         * m4/savedir.m4:
43854         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
43855         macros into the GNU _D_EXACT_NAMLEN.
43856
43857 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43858
43859         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
43860         around the absolute name, to work around a problem with the HP-UX
43861         11.23 native C compiler, reported by Bob Proulx.
43862
43863 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43864
43865         * doc/maintain.texi, make-stds.texi: Sync from
43866         <http://savannah.gnu.org/projects/gnustandards>.
43867
43868 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43869
43870         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
43871
43872 2006-07-09  Jim Meyering  <jim@meyering.net>
43873
43874         * m4/glob.m4: Remove a doubled word in a comment.
43875
43876 2006-07-09  Jim Meyering  <jim@meyering.net>
43877
43878         * lib/argp-pv.c: Remove a doubled word in a comment.
43879         * lib/check-version.c (check_version): Likewise.
43880         * lib/javacomp.c (compile_java_class): Likewise.
43881
43882 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
43883
43884         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
43885         for the benefit of people using Autoconf 2.60.  If you want to
43886         support older Autoconf versions you can copy m4/onceonly_2_57.m4
43887         (or m4/onceonly.m4, if pre-2.57) manually.
43888
43889 2006-07-08  Jim Meyering  <jim@meyering.net>
43890
43891         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
43892         comment.
43893         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
43894         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
43895         comment.
43896
43897 2006-07-08  Jim Meyering  <jim@meyering.net>
43898
43899         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
43900
43901 2006-07-07  Simon Josefsson  <jas@extundo.com>
43902
43903         * tests/test-crc.c: Change expected crc value, the test vector
43904         were probably computed using the old broken crc.c?
43905
43906 2006-07-06  Simon Josefsson  <jas@extundo.com>
43907
43908         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
43909         now the canonical place for the M4 file).
43910
43911         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
43912         from the sys_socket dependency now.
43913
43914         * modules/inet_pton (Files): Ditto.
43915
43916         * modules/inet_ntop (Files): Ditto.
43917
43918 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43919
43920         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
43921         not gl_PREREQ_GETUSERSHELL.
43922
43923 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43924
43925         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
43926         with only one argument, for Autoconf 2.60.
43927         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
43928         expand to nothing, so add a shell command to avoid syntax error.
43929         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43930
43931 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43932
43933         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
43934
43935 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43936
43937         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
43938         no longer needed.  Check for isblank decl.
43939         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
43940         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
43941         of existence.
43942
43943 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43944
43945         * lib/getloadavg.c: Use __VMS, not VMS.
43946         * lib/getopt.c: Likewise.
43947         * lib/getpagesize.h: Likewise.
43948         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
43949         and probably does not work.
43950
43951 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43952
43953         * lib/.cppi-disable: Add wcwidth.
43954         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
43955         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
43956         (ISGRAPH): Remove.  All uses changed to isgraph.
43957         (FOLD) [!defined _LIBC]: Remove special case.
43958         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
43959         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
43960         HAVE_ISBLANK.
43961         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
43962         case.
43963
43964 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
43965
43966         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
43967         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
43968         brackets.  Other minor changes to suppress some compiler
43969         warnings.
43970
43971 2006-07-06  Derek R. Price  <derek@ximbiot.com>
43972         and Paul Eggert  <eggert@cs.ucla.edu>
43973
43974         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
43975         of invoking obsolescent AC_HEADER_DIRENT macro.
43976         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
43977         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
43978         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
43979         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
43980         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
43981         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
43982         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
43983         * m4/readdir.m4: Remove; no longer needed.
43984
43985 2006-07-06  Derek R. Price  <derek@ximbiot.com>
43986         and Paul Eggert  <eggert@cs.ucla.edu>
43987
43988         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
43989         Don't worry about this obsolete case any more.
43990         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
43991         directories.
43992         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
43993         worry about this obsolete case any more.
43994         * lib/fts.c: Likewise.
43995         * lib/getcwd.c: Likewise.
43996         * lib/glob.h: Likewise.
43997         * lib/savedir.c: Likewise.
43998
43999 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44000
44001         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
44002         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
44003         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
44004         needed.
44005         All uses removed.
44006         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44007         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44008         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
44009         needed.
44010         * m4/getdate.m4 (gl_GETDATE): Likewise.
44011         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44012         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44013         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44014         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44015         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44016         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44017         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
44018         needed.
44019
44020 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44021
44022         * lib/memcasecmp.c: Include <limits.h>.
44023         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
44024         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
44025         Don't assume isdigit succeeds only on '0' through '9'.
44026
44027 2006-07-05  Eric Blake  <ebb9@byu.net>
44028
44029         * modules/getaddrinfo (Depends-on): Add snprintf.
44030
44031 2006-07-05  Eric Blake  <ebb9@byu.net>
44032
44033         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
44034         to avoid 'header present but could not be compiled' on cygwin.
44035
44036 2006-07-05  Eric Blake  <ebb9@byu.net>
44037
44038         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
44039         missing from netdb.h.
44040         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
44041
44042 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44043
44044         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
44045         no longer needed.
44046         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
44047         * m4/getdate.m4 (gl_GETDATE): Likewise.
44048         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44049         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44050         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44051         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44052         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44053
44054 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44055
44056         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
44057         All uses of is_space replaced by isspace.
44058         * lib/exit.h: Don't talk about STDC_HEADERS.
44059         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
44060         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
44061         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
44062         replaced by isprint etc.
44063         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
44064         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44065         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
44066         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
44067         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
44068         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44069
44070 2006-07-05  Bruno Haible  <bruno@clisp.org>
44071
44072         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
44073         the function exists, before testing against AIX.
44074         Reported by Martin Lambers <marlam@marlam.de>.
44075
44076 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44077
44078         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
44079         From Mark D. Baushke.
44080
44081 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44082
44083         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
44084         to the absolute name, not just one, to bypass Sun C 5.8's
44085         "warning: #include of /usr/include/... may be non-portable".
44086
44087 2006-07-04  Eric Blake  <ebb9@byu.net>
44088
44089         * modules/dirname-tests: New test module.
44090         * tests/test-dirname.c: New file, replacing dirname.c
44091         TEST_DIRNAME section that was recently deleted.
44092
44093 2006-07-04  Bruno Haible  <bruno@clisp.org>
44094
44095         Assume ANSI C header files and <ctype.h> functions.
44096         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
44097         (mbsnwidth): Use isprint, iscntrl instead.
44098
44099 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44100
44101         Merge from coreutils.
44102         * MODULES.html.sh: Add xstrtold.
44103         * modules/xstrtold: New file.
44104         * modules/cycle-check (Files): Add lib/same-inode.h.
44105         * modules/dirname (Files): Add m4/double-slash-root.m4.
44106         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
44107         * modules/mkdir-p (Files): Add lib/same-inode.h.
44108         * modules/same (Files): Add lib/same-inode.h.
44109
44110 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44111
44112         * m4/absolute-header.m4: Renamed from full-header-path.m4.
44113         This is to keep the terminology clean; POSIX talks about
44114         "absolute pathnames", not "full pathnames", but the GNU
44115         Coding Standards say to use "path" for something else;
44116         so use "absolute" to keep both sides happy.
44117         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
44118         Set gl_absolute_header, not gl_full_header_path.
44119         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
44120         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
44121         All uses changed.
44122
44123         Merge from coreutils.
44124
44125         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44126
44127         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
44128         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
44129         want to require the building of c-strtod.o.
44130         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
44131         needs -lm directly.
44132         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
44133
44134         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44135
44136         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
44137         --as-needed option if available.  Problem reported by Albert Chin in
44138         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
44139         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
44140         cc merely issues a bunch of annoying warnings for --as-needed
44141         (this problem was reported by Bob Proulx).  Also, try linking with
44142         -lm to detect a bug in binutils 2.16 (this problem was reported
44143         by Ralf Wildenhues).
44144
44145         2006-06-18  Jim Meyering  <jim@meyering.net>
44146
44147         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
44148         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
44149         macro.
44150         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
44151         also check for glibc-2.4's abort-inducing bug.
44152
44153         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
44154         Low-probability clean-up should be to use rmdir to get rid of
44155         the just-created directory, not unlink.
44156
44157         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
44158         configure fail, and request a bug report to inform us about it.
44159         Add a comment that, barring reports to the contrary, in 2007 we'll
44160         assume ftruncate is universally available.
44161
44162         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44163
44164         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
44165
44166         2006-03-12  Jim Meyering  <jim@meyering.net>
44167
44168         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
44169         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
44170         * m4/same.m4 (gl_SAME): Likewise.
44171         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
44172
44173         2006-03-11  Eric Blake  <ebb9@byu.net>
44174
44175         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
44176         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
44177         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
44178         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
44179
44180 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44181
44182         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
44183         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
44184         reported by Mark D. Baushke, one in
44185         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
44186
44187         Merge from coreutils.
44188
44189         * lib/.cppi-disable: Add stdint_.h.
44190         * lib/.cvsignore: Add stdint.h.
44191
44192         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44193
44194         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
44195         both double and long double versions.
44196         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
44197         * lib/xstrtold.c: New file.
44198         * lib/xstrtod.h (xstrtold): New decl.
44199
44200         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44201
44202         * lib/filemode.c (setst): Remove.
44203         (strmode): Rewrite to avoid setst.  This makes the code shorter,
44204         (arguably) clearer, and the generated code is a bit smaller on my
44205         Debian GNU/Linux stable x86 host.
44206
44207         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44208
44209         * lib/filemode.c: Include "filemode.h" first, to test the interface.
44210         Assume that filemode.h includes sys/types.h and sys/stat.h.
44211         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
44212         (ftypelet): Reorder to put common cases first, for efficiency.
44213         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
44214         to do 'M'.
44215         (strmode): Renamed from mode_string, and now stores 12 bytes instead
44216         of 10, for compatibility with FreeBSD.  All callers changed.
44217         (filemodestring): Now stores 12 bytes instead of 10, and sets file
44218         types that can't be deduced solely from st_mode.  First arg is now a
44219         const pointer.
44220         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
44221         (strmode): Renamed from mode_string.
44222         (filemodestring): New decl.
44223         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
44224         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
44225         needed.
44226         (S_ISPORT, S_ISWHT): New macros, if not already defined.
44227
44228         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
44229
44230         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
44231         fsusage.h now does that.  Include fsusage.h first, to test interface.
44232         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
44233         at most one method (the old code could have generated decls that
44234         didn't conform to C89, not that this was ever exercised).
44235         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
44236
44237         2006-03-19  Jim Meyering  <jim@meyering.net>
44238
44239         Work even in a chroot where d_ino values for entries in "/"
44240         don't match the stat.st_ino values for the same names.
44241         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
44242         number, iterate through all entries again, using lstat instead.
44243         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
44244         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
44245
44246         * lib/getcwd.c (__getcwd): Clarify a comment.
44247         Use memcpy in place of a call to strcpy.
44248
44249         2006-03-12  Jim Meyering  <jim@meyering.net>
44250
44251         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
44252         matches that of the current directory (which we're about to chdir ".."
44253         out of), then save the dev-ino of the parent, instead.
44254
44255         * lib/same-inode.h (SAME_INODE): New file/macro.
44256         * lib/chdir-safer.c (SAME_INODE): Remove definition.
44257         Include "same-inode.h", instead.
44258         * lib/same.c: Likewise.
44259         * lib/cycle-check.h: Include "same-inode.h".
44260         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
44261         * lib/cycle-check.c (SAME_INODE): Remove definition.
44262         * lib/root-dev-ino.h: Include "same-inode.h".
44263
44264         2006-03-11  Eric Blake  <ebb9@byu.net>
44265
44266         * lib/same.c (same_name): s/base_name/last_component/
44267         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
44268         * lib/filenamecat.c (file_name_concat): Likewise.
44269
44270         2006-03-11  Eric Blake  <ebb9@byu.net>,
44271                     Paul Eggert  <eggert@cs.ucla.edu>
44272
44273         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
44274         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
44275         drive prefix.
44276         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
44277         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
44278         (last_component): New method.
44279         * lib/dirname.c (dir_len): Determine when drive letters need a
44280         subsequent slash.  Preserve // when it is special.
44281         (dir_name): Don't append dot when drive letter is absolute.
44282         [TEST_DIRNAME]: Move into a full-blown gnulib test.
44283         * lib/basename.c (base_name): New semantics - malloc the result.
44284         Preserve // when it is special.  Preserve relative files that look
44285         like drive letters.
44286         (base_len): Preserve // when it is special.
44287         (last_component): New method, similar to old base_name semantics.
44288         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
44289         base_name.  Strip redundant slashes from ///.
44290
44291 2006-07-03  Jim Meyering  <jim@meyering.net>
44292
44293         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
44294         macro is used before the first cycle_check call.
44295
44296 2006-07-03  Eric Blake  <ebb9@byu.net>
44297
44298         * modules/dirname (Depends-on): Add xstrndup.
44299
44300 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44301
44302         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
44303         test cases, so that config.log is a bit easier to follow.
44304
44305 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44306
44307         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
44308         both are 64 bits, since this seems to be the tradition, and this
44309         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
44310         we ever run into a host that prefers long long to long in this
44311         case, we'll need another configure-time test.  Problem reported by
44312         Jim Meyering.
44313
44314 2006-07-02  Eric Blake  <ebb9@byu.net>
44315
44316         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
44317
44318 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44319
44320         * modules/inttypes (Depends-on): No longer depends on stdint.
44321         * modules/stdint (Description): Say more about assumptions.
44322         Say that the fast types might differ.  Say macros are used.
44323         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
44324         (Makefile.am): Revise list of substituted symbols to match
44325         new stdint.m4.
44326         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
44327         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
44328         * tests/test-stdint.c (verify_same_types)
44329         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
44330         the code conforms to C99/C89.
44331         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
44332         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
44333
44334 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44335
44336         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
44337         but fix a bug, by requiring at least 64 bits.
44338         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
44339         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
44340         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
44341         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
44342
44343         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
44344         changes.  Make 2.59 a prerequisite.  Check and substitute for
44345         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
44346         inttypes.h.  Do not use special include files; just use the
44347         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
44348         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
44349         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
44350         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
44351         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
44352         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
44353         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
44354         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
44355         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
44356         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
44357         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
44358         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
44359         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
44360         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
44361         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
44362         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
44363         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
44364         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
44365         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
44366         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
44367         WINT_MAX.  Check for C99 conformance more strictly, by detecting
44368         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
44369         not check for things that C99 does not require, e.g., int8_t.  If
44370         a test isn't needed unless <stdint.h> isn't working, and is
44371         unlikely to be needed for any other reason, then don't do it
44372         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
44373         size_t, since we assume C89 freestanding at least.  Do not check
44374         for sig_atomic_t, wchar_t, or wint_t, since the code now does
44375         the right thing even if the types are not defined.  Instead use:
44376         (gl_STDINT_TYPE_PROPERTIES): New macro.
44377         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
44378         testing whether <sys/types.h> clashes, as Autoconf does this for
44379         us now.  All uses removed.
44380         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
44381         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
44382         (gl_CHECK_TYPE_SAME):
44383         Remove; no longer needed.
44384         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
44385         exists, since we'll return 0 anyway in that case.
44386         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
44387
44388 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44389
44390         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
44391         possible collision with system files.
44392         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
44393         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
44394         WCHAR_MIN and WCHAR_MAX in this case.
44395         (<stddef.h>): Do not include; no longer needed.
44396         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
44397         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
44398         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
44399         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
44400         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
44401         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
44402         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
44403         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
44404         !defined(__c99))]: Include in this case too, since it's harmless
44405         now.
44406         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
44407         dangerous to do so.
44408         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
44409         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
44410         (_STDINT_MIN, _STDINT_MAX): New macros.
44411         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
44412         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
44413         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
44414         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
44415         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
44416         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
44417         macros, not typedefs; this simplifies things quite a bit.
44418         Use long int for all types narrower than int64_t.
44419         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
44420         Define in terms of long long int or int64_t or long int,
44421         not int64_t or int32_t.  This saves some compile-time testing.
44422         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
44423         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
44424         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
44425         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
44426         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
44427         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
44428         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
44429         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
44430         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
44431         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
44432         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44433         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44434         undef any previous version and define our own version, for
44435         simplicity and consistency with the new macros for types.
44436         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44437         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44438         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
44439         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
44440         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
44441         @WINT_T_SUFFIX@ to keep things simple here.
44442         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
44443         Simplify by assuming typical 8/16/32/64 host, since we're
44444         already doing that elsewhere anyway.
44445         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
44446         and assume long long int is 64 bits if available.  This
44447         speeds up 'configure'.
44448
44449 2006-07-01  Eric Blake  <ebb9@byu.net>
44450
44451         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
44452         Reported by Andreas Buening.
44453
44454 2006-07-01  Eric Blake  <ebb9@byu.net>
44455
44456         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
44457
44458 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
44459
44460         * lib/getaddrinfo.c: fixed typo
44461
44462 2006-06-29  Jim Meyering  <jim@meyering.net>
44463
44464         * modules/strftime (Maintainer): Add my name, since with the
44465         FPRINTFTIME changes strftime.c has forked from glibc.
44466
44467 2006-06-29  Eric Blake  <ebb9@byu.net>
44468
44469         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
44470
44471 2006-06-29  Eric Blake  <ebb9@byu.net>
44472
44473         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
44474
44475 2006-06-29  Eric Blake  <ebb9@byu.net>
44476
44477         * lib/stat_.h: New file.
44478
44479 2006-06-29  Eric Blake  <ebb9@byu.net>
44480
44481         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
44482         unused static function.
44483
44484 2006-06-29  Eric Blake  <ebb9@byu.net>
44485
44486         * doc/functions.texi (Function Portability): Document missing lstat
44487         on mingw.
44488
44489 2006-06-29  Eric Blake  <ebb9@byu.net>
44490
44491         * MODULES.html.sh: Add sys_stat.
44492         * modules/sys_stat: New module.
44493         * modules/mkstemp (Depends-on): Add sys_stat.
44494
44495 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44496
44497         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
44498
44499 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44500
44501         * m4/c-bs-a.m4: Removed.
44502
44503 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44504
44505         * lib/strftime.c: Assume strftime() exists.
44506
44507 2006-06-29  Derek Price  <derek@ximbiot.com>
44508
44509         * modules/c-bs-a: Removed - \a is C89.
44510         * MODULES.html.sh: Remove c-bs-a.
44511
44512 2006-06-29  Bruno Haible  <bruno@clisp.org>
44513
44514         * modules/wcwidth (License): Change to LGPL.
44515
44516 2006-06-28  Simon Josefsson  <jas@extundo.com>
44517
44518         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
44519         on _WIN32.
44520
44521         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
44522         getnameinfo.
44523
44524 2006-06-28  Simon Josefsson  <jas@extundo.com>
44525
44526         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
44527
44528 2006-06-28  Simon Josefsson  <jas@extundo.com>
44529
44530         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
44531         functions there.  It will succeed on Windows XP, but on Windows
44532         2000 and (presumably) earlier, it will fail, and use the internal
44533         re-implementation.
44534         (use_win32_p): New function.
44535         (getaddrinfo): Use strtoul on servname, to support numeric ports.
44536         Support AI_NUMERICSERV to disable getservbyname.
44537         (getnameinfo): New function, only supports
44538         NI_NUMERICHOST|NI_NUMERICSERV for now.
44539
44540         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
44541         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
44542         getnameinfo.
44543
44544 2006-06-28  Eric Blake  <ebb9@byu.net>
44545
44546         * modules/wcwidth: New file.
44547         * modules/mbchar (Depends-on): Add wcwidth.
44548         * modules/mbswidth (Depends-on): Add wcwidth.
44549         * MODULES.html.sh: Add wcwidth.
44550
44551 2006-06-28  Eric Blake  <ebb9@byu.net>
44552
44553         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
44554         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
44555
44556 2006-06-28  Eric Blake  <ebb9@byu.net>
44557
44558         * lib/xvasprintf.h: Fix comments.
44559
44560 2006-06-28  Eric Blake  <ebb9@byu.net>
44561
44562         * lib/mbchar.h (wcwidth): Include wcwidth.h.
44563         * lib/mbswidth.c (wcwidth): Move from here...
44564         * lib/wcwidth.h: ...to this new file.
44565
44566 2006-06-28  Derek R. Price  <derek@ximbiot.com>
44567
44568         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
44569
44570         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
44571         it's obsolete.
44572         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
44573
44574 2006-06-28  Derek R. Price  <derek@ximbiot.com>
44575
44576         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
44577         Autoconf 2.60 says this stuff was obsolete.
44578
44579 2006-06-28  Bruno Haible  <bruno@clisp.org>
44580
44581         * modules/wcwidth (Files): Add m4/wchar_t.m4.
44582
44583 2006-06-28  Bruno Haible  <bruno@clisp.org>
44584
44585         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
44586         gt_TYPE_WCHAR_T.
44587
44588 2006-06-28  Bruno Haible  <bruno@clisp.org>
44589
44590         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
44591         declaration for wcwidth.
44592         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
44593
44594 2006-06-28  Bruno Haible  <bruno@clisp.org>
44595
44596         * lib/mkdtemp.c [MINGW]: Include <io.h>.
44597         (mkdir): Define using _mkdir.
44598
44599 2006-06-28  Bruno Haible  <bruno@clisp.org>
44600
44601         * lib/getaddrinfo.h: Fix POSIX URL.
44602         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
44603         _WIN32.
44604         (use_win32_p): Make static.
44605         (getaddrinfo): Reject service name if it is empty or does not consist
44606         solely of decimal digits, or if its value is > 65535.
44607         (getnameinfo): Remove useless casts.
44608
44609 2006-06-27  Simon Josefsson  <jas@extundo.com>
44610
44611         * modules/sys_select: New file, suggested by Bruno Haible, Paul
44612         Eggert and Martin Lambers.
44613
44614 2006-06-27  Simon Josefsson  <jas@extundo.com>
44615
44616         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
44617         Eggert and Martin Lambers.
44618
44619 2006-06-27  Bruno Haible  <bruno@clisp.org>
44620
44621         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
44622         result to 0, not to empty.
44623         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
44624
44625 2006-06-27  Bruno Haible  <bruno@clisp.org>
44626
44627         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
44628
44629 2006-06-26  Simon Josefsson  <jas@extundo.com>
44630
44631         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
44632         present.
44633
44634 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
44635
44636         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
44637         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
44638         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
44639
44640 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
44641
44642         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
44643
44644 2006-06-26  Bruno Haible  <bruno@clisp.org>
44645
44646         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
44647
44648 2006-06-26  Bruno Haible  <bruno@clisp.org>
44649
44650         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
44651
44652 2006-06-26  Bruno Haible  <bruno@clisp.org>
44653
44654         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
44655         SGI C compiler in pre-C99 mode.
44656         Suggested by Mark D. Baushke and Larry Jones.
44657
44658 2006-06-26  Bruno Haible  <bruno@clisp.org>
44659
44660         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
44661         WCHAR_MAX.
44662         Reported by Mark D. Baushke and Larry Jones.
44663
44664 2006-06-26  Bruno Haible  <bruno@clisp.org>
44665
44666         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
44667         in pre-C99 mode.
44668         Suggested by Mark D. Baushke and Larry Jones.
44669
44670 2006-06-23  Simon Josefsson  <jas@extundo.com>
44671             Bruno Haible  <bruno@clisp.org>
44672
44673         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
44674         Emit mostlyclean-local rule.
44675         (func_emit_tests_Makefile_am): Likewise.
44676         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
44677
44678 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
44679
44680         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
44681
44682 2006-06-23  Bruno Haible  <bruno@clisp.org>
44683
44684         * tests/test-stdint.c: Update to match ISO C 99 Technical
44685         Corrigendum 1.
44686
44687 2006-06-23  Bruno Haible  <bruno@clisp.org>
44688
44689         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
44690
44691 2006-06-23  Bruno Haible  <bruno@clisp.org>
44692
44693         * lib/stdint_.h: Treat IRIX like OpenBSD.
44694
44695 2006-06-23  Bruno Haible  <bruno@clisp.org>
44696
44697         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
44698         ISO C 99 Technical Corrigendum 1.
44699
44700 2006-06-22  Simon Josefsson  <jas@extundo.com>
44701
44702         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
44703         MinGW.
44704
44705 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44706
44707         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
44708         needed.  Some compiler complained about some of them.  Problem reported
44709         by Larry Jones in
44710         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
44711
44712 2006-06-21  Simon Josefsson  <jas@extundo.com>
44713
44714         * tests/test-getaddrinfo.c: New file.
44715
44716         * modules/getaddrinfo-tests: New file.
44717
44718         * MODULES.html.sh: Add inet_pton.
44719
44720         * modules/inet_pton: New file.
44721
44722 2006-06-21  Simon Josefsson  <jas@extundo.com>
44723
44724         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
44725         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
44726         of using the (limited) gnulib implementation on Windows XP.
44727
44728         * m4/inet_pton.m4: New file.
44729
44730 2006-06-21  Simon Josefsson  <jas@extundo.com>
44731
44732         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
44733         variable.
44734
44735         * lib/socket_.h: Don't define WINVER.
44736
44737         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
44738         slightly modified to work in gnulib.
44739
44740 2006-06-21  Simon Josefsson  <jas@extundo.com>
44741
44742         * doc/gnulib.texi (Windows sockets): Add.
44743
44744 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
44745
44746         * lib/read-file.c (fread_file): Start with buffer allocation of
44747         0 bytes rather than 1 byte; this simplifies the code.
44748         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
44749         code to free buffer and save/restore errno.
44750         (internal_read_file): Remove unused local.
44751
44752 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
44753
44754         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
44755         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
44756         Problem reported by Denis Excoffier in
44757         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
44758
44759 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44760
44761         * modules/sys_socket, modules/socklen: Include sys/types since
44762         FreeBSD 4.x's sys/socket.h needs it.
44763
44764 2006-06-19  Simon Josefsson  <jas@extundo.com>
44765
44766         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
44767
44768 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44769
44770         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
44771
44772 2006-06-19  Bruno Haible  <bruno@clisp.org>
44773
44774         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
44775         and FULL_PATH_INTTYPES_H in angle brackets.
44776         Reported by Mark D. Baushke <mdb@gnu.org>.
44777
44778 2006-06-17  Eric Blake  <ebb9@byu.net>
44779
44780         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
44781         errno.
44782
44783 2006-06-17  Bruno Haible  <bruno@clisp.org>
44784
44785         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
44786         <sys/inttypes.h>.
44787
44788 2006-06-17  Bruno Haible  <bruno@clisp.org>
44789
44790         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
44791         whether errno is declared. Assume <errno.h> declares errno.
44792
44793 2006-06-17  Bruno Haible  <bruno@clisp.org>
44794
44795         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
44796
44797 2006-06-17  Bruno Haible  <bruno@clisp.org>
44798
44799         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
44800         problem on Solaris 2.5.1.
44801
44802 2006-06-16  Eric Blake  <ebb9@byu.net>
44803
44804         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
44805         * lib/unicodeio.c [!defined errno]: Likewise.
44806         * lib/strtol.c [!defined errno]: Likewise.
44807         * lib/strtod.c [!defined errno]: Likewise.
44808
44809 2006-06-15  Eric Blake  <ebb9@byu.net>
44810
44811         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
44812
44813 2006-06-15  Eric Blake  <ebb9@byu.net>
44814
44815         * config/srclist.txt (ssize_t.m4): Lose sync.
44816
44817 2006-06-15  Bruno Haible  <bruno@clisp.org>
44818
44819         * modules/stdint (Files): Include m4/full-header-path.m4,
44820         m4/size_max.m4, m4/wchar_t.m4.
44821         (Makefile.am): Many more substitutions.
44822         * modules/stdint-tests: New file.
44823         * tests/test-stdint.c: New file.
44824
44825 2006-06-15  Bruno Haible  <bruno@clisp.org>
44826
44827         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
44828         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
44829         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
44830         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
44831         gl_CHECK_TYPE_SAME): New macros.
44832
44833 2006-06-15  Bruno Haible  <bruno@clisp.org>
44834
44835         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
44836
44837 2006-06-15  Bruno Haible  <bruno@clisp.org>
44838
44839         * lib/stdint_.h: Rewritten to be fully auto-configured.
44840         Fixes bug on HP-UX/IA64.
44841
44842 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
44843
44844         * lib/getdate.y (__attribute__): Don't define if already defined.
44845         Problem reported by Larry Jones.
44846         * lib/utimens.c (__attribute__): Likewise.
44847
44848 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
44849
44850         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
44851         reported by Andreas Schwab.
44852
44853 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44854             Bruno Haible  <bruno@clisp.org>
44855
44856         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
44857         check for the declaration of strnlen and a run test that exposes the
44858         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
44859         rpl_strndup.
44860
44861 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44862             Bruno Haible  <bruno@clisp.org>
44863
44864         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
44865
44866 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44867
44868         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
44869         compile test, for Tru64 4.0D.
44870
44871 2006-05-28  Karl Berry  <karl@gnu.org>
44872
44873         * config/srclist.txt (printf-args.c): lose sync.
44874
44875 2006-05-26  Martin Lambers  <marlam@marlam.de>
44876
44877         * lib/getpass.c: Updates the test for the native W32 API, and adds
44878         missing includes, thus fixing compilation warnings.
44879
44880 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
44881
44882         * lib/exclude.c (exclude_fnmatch): New function.
44883         (excluded_file_name): Call exclude_fnmatch.
44884         * lib/exclude.h (excluded_file_name): New prototype
44885
44886 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
44887
44888         * lib/tempname.c (small_open, large_open): New macros.
44889         (__open, __open64) [!_LIBC]: Remove.
44890         (__gen_tempname): Use small_open and large_open instead of __open
44891         and __open64.  This fixes a portability bug on HP-UX 11.11i
44892         reported by Simon Wing-Tang in
44893         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
44894
44895 2006-05-24  Bruno Haible  <bruno@clisp.org>
44896
44897         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
44898         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
44899         Reported by Thorsten Maerz <torte@netztorte.de> via
44900         Aaron Stone <aaron@serendipity.cx>.
44901
44902 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44903
44904         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
44905         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
44906         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
44907         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
44908         not really conditional on the cache.
44909         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
44910
44911 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44912
44913         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
44914         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
44915         (my_usleep): Don't mishandle maximum value.
44916
44917 2006-05-19  Jim Meyering  <jim@meyering.net>
44918
44919         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
44920
44921 2006-05-17  Bruno Haible  <bruno@clisp.org>
44922
44923         Cygwin portability.
44924         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
44925
44926 2006-05-17  Bruno Haible  <bruno@clisp.org>
44927
44928         * lib/stdint_.h: Fix recognition of Cygwin.
44929
44930 2006-05-15  Bruno Haible  <bruno@clisp.org>
44931
44932         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
44933         on libtool patch by Ralf Wildenhues.
44934
44935 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
44936
44937         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
44938         test for C99 conformance; (bool) 0.5 is an integer constant
44939         expression, but (bool) -0.5 is not.  Problem reported by Fedor
44940         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
44941
44942 2006-05-11  Simon Josefsson  <jas@extundo.com>
44943
44944         * m4/xvasprintf.m4: Fix obvious typo.
44945
44946 2006-05-11  Jim Meyering  <jim@meyering.net>
44947
44948         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
44949         James Lemley.
44950
44951 2006-05-10  Simon Josefsson  <jas@extundo.com>
44952
44953         * lib/md4.c: Typo fix, update copyright years.
44954         (K1, K2): Don't use L because it turn computations into 64-bit on
44955         64-bit platforms.
44956
44957 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44958
44959         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
44960         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
44961         unwanted sign propagation, e.g., on hosts with 64-bit int.
44962         There still are some problems with reeelly weird theoretical hosts
44963         (e.g., 33-bit int) but it's not worth worrying about now.
44964         * lib/sha1.c (rol): Likewise.
44965         (K1, K2, K3, K4): Remove unnecessary L suffix.
44966
44967 2006-05-10  Bruno Haible  <bruno@clisp.org>
44968
44969         * lib/des.c: Cast to avoid warnings.
44970
44971 2006-05-09  Bruno Haible  <bruno@clisp.org>
44972
44973         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
44974         (Depends-on): Depend also on xsize, stdarg.
44975         (configure.ac): Add gl_XVASPRINTF.
44976
44977 2006-05-09  Bruno Haible  <bruno@clisp.org>
44978
44979         * m4/xvasprintf.m4: New file.
44980
44981 2006-05-09  Bruno Haible  <bruno@clisp.org>
44982
44983         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
44984         (EOVERFLOW): Define fallback value.
44985         (xstrcat): New function.
44986         (xvasprintf): Recognize the special case of a string concatenation.
44987
44988 2006-05-08  Eric Blake  <ebb9@byu.net>
44989
44990         * gnulib-tool (func_version): Base copyright year on CVS date.
44991         (func_emit_copyright_notice): New function.
44992         (func_emit_lib_Makefile_am): Use it.
44993         (func_emit_tests_Makefile_am): Likewise.
44994         (func_import): Likewise.
44995
44996 2006-05-08  Bruno Haible  <bruno@clisp.org>
44997
44998         * modules/stdarg: New file.
44999         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
45000
45001 2006-05-08  Bruno Haible  <bruno@clisp.org>
45002
45003         * m4/stdarg.m4: New file, from GNU gettext.
45004
45005 2006-05-08  Bruno Haible  <bruno@clisp.org>
45006
45007         * config/srclist.txt (build-aux/config.rpath): different from latest
45008         release.
45009
45010 2006-05-08  Bruno Haible  <bruno@clisp.org>
45011
45012         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
45013
45014 2006-05-05  Jim Meyering  <jim@meyering.net>
45015
45016         * m4/warning.m4: New file, derived from bison's file by the same name.
45017
45018 2006-05-03  Bruno Haible  <bruno@clisp.org>
45019
45020         * lib/stdint_.h: Shorter URL.
45021         * lib/inttypes.h: Likewise.
45022
45023 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45024
45025         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
45026
45027 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45028
45029         * lib/verify.h: Document the internals better.  Most of this change
45030         was written by Bruno Haible.
45031
45032 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45033
45034         * doc/verify.texi: New file, partly based on a proposal by
45035         Bruno Haible.
45036
45037 2006-05-02  Bruno Haible  <bruno@clisp.org>
45038
45039         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
45040         test from here...
45041         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
45042
45043 2006-04-29  Bruno Haible  <bruno@clisp.org>
45044
45045         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
45046         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
45047
45048 2006-04-29  Bruno Haible  <bruno@clisp.org>
45049
45050         * gnulib-tool: Make --update option actually work.
45051
45052 2006-04-29  Bruno Haible  <bruno@clisp.org>
45053
45054         * doc/gcd.texi: New file.
45055         * doc/gnulib.texi: Include it.
45056
45057 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
45058
45059         * lib/getdate.y (get_date): When adding relative date, start with the
45060         initial time, not with the result of the first mktime call.
45061
45062 2006-04-25  Bruno Haible  <bruno@clisp.org>
45063
45064         * gnulib-tool (func_import): Output the include directives in three
45065         blocks, sorted separately.
45066         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45067
45068 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45069
45070         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
45071         to define main with arguments, for C++.  Reported by Eric Blake.
45072         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
45073         Prefer 'int main ()' to 'int main (void)', for C++.
45074         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
45075         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
45076         for 'main', for C99 and C++.
45077
45078 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45079
45080         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
45081         Don't assume that exit status -1 is valid.
45082         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45083         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
45084         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
45085         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
45086         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
45087         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
45088         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
45089         functions can be used without declaring them, or that you can
45090         exit with status -1.
45091         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
45092
45093 2006-04-24  Karl Berry  <karl@gnu.org>
45094
45095         * config/srclist.txt (longdouble.m4): sync lost.
45096
45097 2006-04-24  Eric Blake  <ebb9@byu.net>
45098
45099         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
45100
45101 2006-04-24  Bruno Haible  <bruno@clisp.org>
45102
45103         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
45104         poll() implementation in AIX.
45105         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45106
45107 2006-04-24  Bruno Haible  <bruno@clisp.org>
45108
45109         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
45110         assigned exactly once.
45111
45112 2006-04-23  Claudio Fontana  <claudio@gnu.org>
45113             Bruno Haible  <bruno@clisp.org>
45114
45115         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
45116         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
45117         for AM_CPPFLAGS.
45118
45119 2006-04-23  Bruno Haible  <bruno@clisp.org>
45120
45121         * modules/copy-file: Depend on unistd.
45122         * modules/execute: Likewise.
45123         * modules/fatal-signal: Likewise.
45124         * modules/findprog: Likewise.
45125         * modules/mkdtemp : Likewise.
45126         * modules/pipe: Likewise.
45127         * modules/wait-process: Likewise.
45128
45129 2006-04-23  Bruno Haible  <bruno@clisp.org>
45130
45131         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
45132         condition was already detected.
45133         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45134
45135 2006-04-23  Bruno Haible  <bruno@clisp.org>
45136
45137         * lib/copy-file.c: Include <unistd.h> unconditionally.
45138         * lib/execute.c: Likewise.
45139         * lib/fatal-signal.c: Likewise.
45140         * lib/findprog.c: Likewise.
45141         * lib/mkdtemp.c: Likewise.
45142         * lib/pipe.h: Likewise.
45143         * lib/pipe.c: Likewise.
45144         * lib/wait-process.h: Likewise.
45145
45146 2006-04-23  Bruno Haible  <bruno@clisp.org>
45147
45148         * gnulib-tool (func_usage): Fix --import description. Document
45149         --update.
45150         (func_import): Create temporary file in a temporary directory, if
45151         --dry-run is specified. Silence errors from 'grep' when there are no
45152         m4 files in $m4dir.
45153         (func_create_testdir): Silence errors from 'grep' when there are no
45154         m4 files in $m4dir.
45155         Reported by Karl Berry <karl@freefriends.org>.
45156
45157 2006-04-20  Bruno Haible  <bruno@clisp.org>
45158
45159         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
45160         one argument, so that the code will be portable to Autoconf 2.60.
45161         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
45162         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45163         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
45164
45165 2006-04-19  Derek Price  <derek@ximbiot.com>
45166             Eric Blake  <ebb9@byu.net>
45167
45168         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
45169         rather than "/full/path.h".  Update comment to match.  Shorten &
45170         generalize m4_translit call via AS_TR_CPP.
45171
45172 2006-04-19  Derek Price  <derek@ximbiot.com>
45173             Eric Blake  <ebb9@byu.net>
45174
45175         * lib/inttypes.h: Correct grammar in comment.
45176
45177 2006-04-18  Derek Price  <derek@ximbiot.com>
45178             Paul Eggert  <eggert@cs.ucla.edu>
45179
45180         * modules/inttypes: New file.
45181         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
45182
45183 2006-04-18  Derek Price  <derek@ximbiot.com>
45184             Paul Eggert  <eggert@cs.ucla.edu>
45185
45186         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
45187         New files.
45188
45189 2006-04-18  Derek Price  <derek@ximbiot.com>
45190             Paul Eggert  <eggert@cs.ucla.edu>
45191
45192         * lib/inttypes.h: New file.
45193         * lib/strtoimax.c: Assume <inttypes.h>.
45194
45195 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
45196
45197         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
45198         isn't mounted.  Problem reported by Kir Kolyshkin.
45199
45200 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
45201
45202         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
45203         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
45204         Derek R. Price.
45205         * lib/regex.h (RE_DUP_MAX): Update comment to match current
45206         implementation.
45207
45208 2006-04-12  Eric Blake  <ebb9@byu.net>
45209
45210         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
45211         is now done automatically by the corresponding Autoconf macro.
45212
45213 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
45214
45215         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
45216         time_r.h.
45217
45218 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45219
45220         Merge regex changes from libc, removing some of our
45221         POSIX-conformance changes that were rejected and redoing them in a
45222         less-intrusive way.
45223
45224         * lib/regcomp.c (re_compile_internal, init_dfa):
45225         Length arg is now size_t, not Idx.  All uses changed.
45226         (peek_token): Forward decl now says internal_function.
45227         (__re_error_msgid, __re_error_msgid_idx):
45228         Now static rather than extern with attribute_hidden.
45229         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
45230         For some reason libc prefers K&R style defns for external functions.
45231         (regerror) [!defined _LIBC]: Likewise.
45232         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
45233         (seek_collating_symbol_entry, lookup_collation_sequence_value):
45234         (build_range_exp, build_collating_symbol):
45235         Use K&R-style defn.
45236         (re_compile_fastmap): Use '\0' to memset, not 0.
45237         (utf8_sb_map): Make the calculations more obvious.
45238         (init_dfa, parse_bracket_exp, build_charclass_op):
45239         Call calloc and cast result, as glibc does.
45240         (init_word_char, fetch_token, peek_token, peek_token_bracket):
45241         (build_range_exp, build_collating_symbol):
45242         Now internal functions.
45243
45244         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
45245
45246         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
45247         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
45248         Don't depend on VMS; depend on __VMS instead, for POSIX
45249         namespace cleanness.
45250         (regoff_t): Define to ssize_t, not long int.
45251
45252         Remove the REG_ macros named below.  Instead, make the old names
45253         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
45254         __USE_GNU_REGEX.
45255         (REG_BACKSLASH_ESCAPE_IN_LISTS):
45256         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
45257         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
45258         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
45259         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
45260         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
45261         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
45262         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
45263         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
45264         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
45265         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
45266         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
45267         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
45268         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
45269         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
45270         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
45271         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
45272         (REG_NREGS):
45273         Remove.  All uses replaced by the old RE_* names.
45274         (RE_BACKSLASH_ESCAPE_IN_LISTS):
45275         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
45276         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
45277         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
45278         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
45279         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
45280         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
45281         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
45282         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
45283         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
45284         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
45285         Don't bother having these macros be independent of each others'
45286         values, since they no longer exist in the POSIX name space.
45287
45288         Rename the following member names back to their old names,
45289         unless !__USE_GNU_REGEX.  All uses changed back.
45290         (buffer): Renamed from re_buffer.
45291         (allocated): Renamed from re_allocated.
45292         (used): Renamed from re_used.
45293         (syntax): Renamed from re_syntax.
45294         (fastmap): Renamed from re_fastmap.
45295         (translate): Renamed from re_translate.
45296         (can_be_null): Renamed from re_can_be_null.
45297         (regs_allocated): Renamed from re_regs_allocated.
45298         (fastmap_accurate): Renamed from re_fastmap_accurate.
45299         (no_sub): Renamed from re_no_sub.
45300         (not_bol): Renamed from re_not_bol.
45301         (not_eol): Renamed from re_not_eol.
45302         (newline_anchor): Renamed from re_newline_anchor.
45303         (num_regs): Renamed from rm_num_regs.
45304         (start): Renamed from rm_start.
45305         (end): Renamed from rm_end.
45306
45307         (free_state): Move up a bit.
45308
45309         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
45310         #define to be empty.
45311         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
45312         when that is what is intended.
45313         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
45314         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
45315         (MAX): New macro.
45316         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
45317         All uses changed back to re_malloc, etc.  It's now the caller's
45318         responsibility to check for overflow; all callers changed.
45319         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
45320         (re_x2nrealloc): Remove.
45321         (free_state): Remove decl.
45322
45323         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
45324         (re_set_registers, re_exec):
45325         Use K&R-style defn.
45326
45327         2006-01-31  Roland McGrath  <roland@redhat.com>
45328
45329         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
45330         Reported by Mike Frysinger <vapier@gentoo.org>.
45331
45332         2006-01-15  Andreas Jaeger  <aj@suse.de>
45333
45334         [BZ #1950]
45335         * lib/regex_internal.c (re_string_reconstruct): Adjust for
45336         build_wcs_upper_buffer change.
45337         (build_wcs_upper_buffer): Change return type.
45338
45339         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
45340
45341         * lib/regex_internal.h: Include <stdint.h> if available.
45342
45343         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
45344
45345         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
45346
45347         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
45348
45349         * lib/regcomp.c: Adjust for changed secondary hash function.
45350
45351         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
45352
45353         * lib/regex.h: Pretty printing.
45354         Clean up namespace a bit.
45355
45356         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
45357
45358         * lib/regexec.c (update_cur_sifted_state, check_arrival,
45359         check_arrival_add_next_nodes): Avoid using uninitialized variable.
45360
45361         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45362                     Ulrich Drepper  <drepper@redhat.com>
45363
45364         [BZ #1302]
45365         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
45366         changed.
45367         (bitset_word_t): Renamed from bitset_word.  All uses changed.
45368
45369         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
45370
45371         [BZ #281]
45372         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
45373         * lib/regcomp.c: Remove unnecessary uses of
45374         unsigned RE_TRANSLATE_TYPE.
45375         * lib/regex_internal.h: Likewise.
45376         * lib/regex_internal.c: Likewise.
45377         * lib/regexec.c: Likewise.
45378         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
45379
45380         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
45381
45382         * lib/regexec.c (find_recover_state): Remove unnecessary
45383         initialization.
45384         (transit_state_bkref): Make DFA a const pointer.
45385         (get_subexp): Likewise.
45386         (check_arrival): Likewise.
45387         (update_cur_sifted_state): Likewise.
45388         (re_search_internal): Likewise.
45389         (prune_impossible_nodes): Likewise.
45390         (acquire_init_state_context): Likewise.
45391         (proceed_next_node): Likewise.
45392         (set_regs): Likewise.
45393         (free_fail_stack_return): Likewise.
45394         (check_arrival_expand_ecl): Mark DFA parameter as const.
45395         (check_arrival_expand_ecl_sub): Likewise.
45396         (check_subexp_limits): Likewise.
45397         (sub_epsilon_src_nodes):  Likewise.
45398         (add_epsilon_src_nodes):  Likewise.
45399         (merge_state_array): Likewise.
45400         (update_regs): Likewise.
45401         (build_trtable): Likewise.
45402         (sift_states_backward): Mark MCTX parameter as const.
45403         (build_sifted_states): Likewise.
45404         (update_cur_sifted_state): Likewise.
45405         (sift_states_mkref): Likewise.
45406         (check_arrival_expand_ecl): Mark eclosure as const.
45407         (check_dst_limits_calc_pos_1): Likewise.
45408         * lib/regex_internal.h (re_match_context_t): Make dfa a const
45409         pointer.
45410
45411         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
45412
45413         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
45414         (transit_state_sb): Likewise.
45415         (transit_state_mb): Likewise.
45416         (sift_states_iter_mb): Likewise.
45417         (check_arrival_add_next_nodes): Likewise.
45418         (check_node_accept_bytes): Change first parameter to pointer-to-const.
45419         [_LIBC] (re_search_2_stub): Use mempcpy.
45420
45421         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
45422         mbrtowc for very simple UTF-8 case.
45423
45424         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
45425         a pointer-to-const.
45426         (re_acquire_state_context): Likewise.
45427         * lib/regex_internal.h: Adjust prototypes.
45428
45429         * lib/regex.c: Prevent using C++ compilers.
45430
45431         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
45432         (re_acquire_state_context): Likewise.
45433
45434 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45435
45436         * modules/regex (Depends-on): Add ssize_t.
45437
45438 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45439
45440         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
45441         translation table.
45442
45443 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45444
45445         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
45446
45447 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
45448             Bruno Haible  <bruno@clisp.org>
45449
45450         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
45451         <sys/types.h> and <inttypes.h>.
45452
45453 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45454
45455         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
45456         `__error_t_defined', so argp.h will not typedef the former.
45457
45458 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
45459
45460         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
45461         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
45462         glibc names.  Even if glibc is changed to conform to POSIX, the
45463         traditional names will be available anyway, since regex depends on
45464         the extensions module.  Also, fix a longstanding typo in the
45465         implementation of Spencer ERE test #75 from grep 2.3.  Problems
45466         reported by Emanuele Giaquinta.  Also, change sense of cached
45467         variable, so that the message makes sense.
45468
45469 2006-03-24  Simon Josefsson  <jas@extundo.com>
45470
45471         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
45472         including some doc fixes.
45473         (base64_encode_alloc): Fix +1 bug on allocation failures.
45474
45475 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45476
45477         * lib/base64.c (base64_encode): Do not read past end of array with
45478         unsanitized input on systems with CHAR_BIT > 8.
45479
45480 2006-03-24  Eric Blake  <ebb9@byu.net>
45481
45482         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
45483
45484 2006-03-22  Karl Berry  <karl@gnu.org>
45485
45486         * config/srclist.txt (*setenv.[ch]): get from coreutils.
45487         * config/srclistvars.sh (COREUTILS): new var.
45488
45489 2006-03-17  Jim Meyering  <jim@meyering.net>
45490
45491         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
45492         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
45493
45494 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
45495
45496         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
45497         no longer needs it.  Instead, check that regoff_t is as least
45498         as wide as ptrdiff_t.
45499
45500         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
45501         so that our regex.h stays compatible with the installed regex.
45502         This is helpful for installers who configure --without-included-regex.
45503         Problem reported by Emanuele Giaquinta.
45504
45505 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
45506
45507         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
45508         Typedef to long int, not to off_, as POSIX will likely change
45509         in that direction.
45510
45511 2006-03-15  Eric Blake  <ebb9@byu.net>
45512
45513         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
45514
45515 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
45516
45517         * lib/argp-help.c (validate_uparams): Fix typo
45518         * lib/argp-parse.c (argp_default_options): Consistently begin help
45519         messages with a lowercase letter.
45520
45521 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
45522
45523         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
45524         overrun buffers and shouldn't be used (much as gets shouldn't be
45525         used).
45526         * lib/time_r.c (asctime_r, ctime_r): Likewise.
45527
45528 2006-03-08  Simon Josefsson  <jas@extundo.com>
45529
45530         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
45531         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45532
45533 2006-03-08  Simon Josefsson  <jas@extundo.com>
45534
45535         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
45536         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45537
45538 2006-03-08  Simon Josefsson  <jas@extundo.com>
45539
45540         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
45541         signal that configure disabled the device.
45542
45543 2006-03-08  Simon Josefsson  <jas@extundo.com>
45544
45545         * build-aux/maint.mk: Fix refresh-po, to handle no translated
45546         languages.
45547
45548 2006-03-07  Simon Josefsson  <jas@extundo.com>
45549
45550         * modules/getopt (Depends-on): Add unistd.
45551
45552         * modules/unistd: New file.
45553
45554 2006-03-07  Simon Josefsson  <jas@extundo.com>
45555
45556         * modules/gc-random: New file.
45557
45558 2006-03-07  Simon Josefsson  <jas@extundo.com>
45559
45560         * m4/unistd_h.m4: New file.
45561
45562 2006-03-07  Simon Josefsson  <jas@extundo.com>
45563
45564         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
45565         test to be side-effect free by storing the result in the cache
45566         variable gl_cv_lib_readline, and moving the assignment of
45567         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
45568         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45569
45570 2006-03-07  Simon Josefsson  <jas@extundo.com>
45571
45572         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
45573         error on missing devices (the functions will return an error).
45574
45575         * m4/gc.m4: Move random stuff to gc-random.m4
45576
45577 2006-03-07  Simon Josefsson  <jas@extundo.com>
45578
45579         * lib/unistd_.h: New file.
45580
45581 2006-03-07  Simon Josefsson  <jas@extundo.com>
45582
45583         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
45584
45585 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45586
45587         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
45588         Problem reported by Juan Manuel Guerrero.
45589
45590 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45591
45592         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
45593         the unistd module.
45594         * lib/getlogin_r.c: Likewise.
45595         * lib/getlogin_r.h: Likewise.
45596         * lib/glob.c: Likewise.
45597         * lib/pagealign_alloc.c: Likewise.
45598         * lib/unistd_.h: Remove; no longer needed.
45599
45600 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45601
45602         * MODULES.html.sh (Support for systems lacking POSIX:2001):
45603         Add unistd.
45604         * modules/c-stack (Depends-on): Add unistd.
45605         * modules/getlogin_r: Likewise.
45606         * modules/glob: Likewise.
45607         * modules/pagealign_alloc: Likewise.
45608         * modules/unistd (Files): Remove lib/unistd_.h.
45609         (EXTRA_DIST): Remove.
45610         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
45611         need unistd_.h.
45612         (MOSTLYCLEANFILES): Remove unistd.h-t.
45613
45614 2006-03-03  Simon Josefsson  <jas@extundo.com>
45615
45616         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
45617
45618 2006-03-03  Simon Josefsson  <jas@extundo.com>
45619
45620         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
45621         libidn and bison.
45622
45623 2006-03-03  Simon Josefsson  <jas@extundo.com>
45624
45625         * build-aux/maint.mk: Add indent target.
45626
45627 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
45628
45629         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
45630         our replacement poll.h in any case, to avoid a differing
45631         declaration from a system header.  Seen on AIX.
45632
45633 2006-03-01  Simon Josefsson  <jas@extundo.com>
45634
45635         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
45636         <kasal@ucw.cz>.
45637
45638 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45639
45640         * modules/gettime (Depends-on): Add extensions module.
45641         * modules/nanosleep (Depends-on): Likewise.
45642         * modules/settime (Depends-on): Likewise.
45643
45644 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45645
45646         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
45647         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
45648         pedantically.
45649         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45650         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
45651
45652         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
45653         not "==".  Reported by Ralf Wildenhues.
45654
45655 2006-03-01  Karl Berry  <karl@gnu.org>
45656
45657         * doc/Copyright/request-*: new files, synced from gnuorg.
45658
45659 2006-03-01  Karl Berry  <karl@gnu.org>
45660
45661         * config/srclist.txt (Copyright/*): new entries.
45662
45663 2006-02-28  Simon Josefsson  <jas@extundo.com>
45664
45665         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
45666
45667 2006-02-27  Simon Josefsson  <jas@extundo.com>
45668
45669         * lib/base64.h: Indent #define's.  From Jim Meyering
45670         <jim@meyering.net>.
45671
45672 2006-02-27  Jim Meyering  <jim@meyering.net>
45673
45674         Revert the change of 2006-02-24, so these files can continue
45675         to be sync'd from gettext.
45676         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
45677         of `config.h'.
45678
45679 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
45680
45681         * modules/intprops: New file.
45682         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
45683         Add intprops.
45684         * modules/getloadavg (Files): Remove lib/intprops.h.
45685         (Depends-on): Add intprops.
45686         * modules/human: Likewise.
45687         * modules/inttostr: Likewise.
45688         * modules/openat: Likewise.
45689         * modules/sig2str: Likewise.
45690         * modules/userspec: Likewise.
45691         * modules/utimecmp: Likewise.
45692         * modules/xnanosleep: Likewise.
45693         * modules/xstrtol: Likewise.
45694
45695 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
45696
45697         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
45698         * modules/lock-tests (TESTS): Use $(EXEEXT).
45699         * modules/tls-tests: Likewise.
45700         * modules/argp-tests: Likewise.
45701         (check_PROGRAMS): New var, replacing...
45702         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
45703
45704 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45705
45706         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
45707         `config.h'.
45708
45709 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
45710
45711         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
45712
45713 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45714
45715         Sync from coreutils.
45716         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
45717         gl_CHDIR_SAFER.
45718
45719 2006-02-22  Jim Meyering  <jim@meyering.net>
45720
45721         Sync from coreutils.
45722         * m4/chdir-safer.m4: New file.
45723
45724 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
45725
45726         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
45727         AT_FDCWD exceeds INT_MAX.
45728         * lib/openat.h (AT_FDCWD): Likewise.
45729
45730 2006-02-17  Eric Blake  <address@hidden>
45731
45732         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
45733
45734 2006-02-16  Simon Josefsson  <jas@extundo.com>
45735
45736         * modules/getaddrinfo (Depends-on): Add sys_socket.
45737
45738 2006-02-15  Simon Josefsson  <jas@extundo.com>
45739
45740         * build-aux/maint.mk: Add dsyntax-check rule.
45741
45742 2006-02-15  Eric Blake  <ebb9@byu.net>
45743
45744         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
45745         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
45746         'present but cannot compile' warnings on cygwin.
45747         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
45748         use ws2tcpip.h if sys/socket.h works.
45749         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
45750         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
45751
45752 2006-02-14  Simon Josefsson  <jas@extundo.com>
45753
45754         * modules/maintainer-makefile (Files): Rename.
45755
45756         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
45757         and (the local) Makefile.cfg to maint-cfg.mk.
45758
45759         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
45760         to the latter.
45761
45762         * modules/maintainer-makefile: New module.
45763
45764         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
45765         severaly stripped to make it possible to build it up from scratch
45766         with reliable tests.
45767
45768         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
45769         fixes to permit overriding the default actions when configure and
45770         makefile are not available.
45771
45772 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
45773
45774         Sync from coreutils.
45775         * modules/lstat (Depends-on): Don't depend on xalloc.
45776         (License): Change from GPL to LGPL, since this is now simply a
45777         replacement for a libc function.
45778
45779 2006-02-14  Jim Meyering  <jim@meyering.net>
45780
45781         Sync from coreutils.
45782
45783         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
45784         failure on deficient systems, and simplify gnulib lgpl dependencies.
45785         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
45786         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
45787
45788         * lib/xalloc-die.c: Remove unused definition of N_.
45789
45790 2006-02-14  Jim Meyering  <jim@meyering.net>
45791
45792         Sync from coreutils.
45793         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
45794         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
45795         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
45796         double-quote uses of that variable, to accommodate the rare case in
45797         which getmntent is available in none of the libraries checked.  This
45798         happens at least on FreeBSD 5.0.
45799
45800 2006-02-13  Simon Josefsson  <jas@extundo.com>
45801
45802         * gnulib-tool (Usage): Fix --import, from
45803         karl@freefriends.org (Karl Berry).
45804
45805 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
45806
45807         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
45808
45809 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
45810
45811         * lib/argp-namefrob.h: Restore changes accidentally lost during the
45812         "autoupdate" on 2005-12-12.
45813
45814 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
45815
45816         * modules/closeout (Depends-on): Remove atexit.
45817
45818 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
45819
45820         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
45821         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
45822
45823 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
45824
45825         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
45826         __EXTENSIONS__ if this causes compilation to fail.  Problem
45827         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
45828         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
45829
45830 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
45831
45832         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
45833         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
45834         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
45835         All uses changed.
45836
45837 2006-01-26  Simon Josefsson  <jas@extundo.com>
45838
45839         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
45840         prototype is visible on mingw32.
45841
45842         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
45843         for mingw32.
45844
45845         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
45846         mingw32).
45847
45848 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
45849
45850         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
45851         attempt to open for write; this always fails, at least on POSIX
45852         hosts.  This reinstates the 2006-01-09 change, which was
45853         inadvertently removed.
45854
45855 2006-01-26  Bruno Haible  <bruno@clisp.org>
45856
45857         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
45858         Reported by Paul Eggert.
45859
45860 2006-01-26  Bruno Haible  <bruno@clisp.org>
45861             Paul Eggert  <eggert@cs.ucla.edu>
45862
45863         * lib/stdbool_.h (_Bool)
45864         [(! (defined __cplusplus || defined __BEOS__)
45865           && !defined __GNUC__
45866           && !(defined __HP_cc || defined __xlc__
45867                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
45868                || defined __sgi))]:
45869         #define to signed char in these cases too; this simplifies
45870         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
45871         etc., separately) and makes it more conservative.
45872
45873 2006-01-25  Simon Josefsson  <jas@extundo.com>
45874
45875         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
45876         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
45877         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
45878
45879 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
45880
45881         * lib/argp-namefrob.h: Bugfix. Remove stray #
45882
45883 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
45884
45885         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
45886         so that we test the test.
45887         Check for yet another HP-UX cc bug involving *bool |= bool.
45888
45889 2006-01-25  Karl Berry  <karl@gnu.org>
45890
45891         * config/srclist.txt (vasnprintf.c): sync lost.
45892
45893 2006-01-25  Jim Meyering  <jim@meyering.net>
45894
45895         Sync from the stable (b5) branch of coreutils:
45896
45897         * lib/fts.c (fts_children): Don't let close() clobber errno from
45898         failed fchdir().
45899
45900         * lib/fts.c (fts_stat): When following a symlink-to-directory,
45901         don't necessarily interpret stat-fails+lstat-succeeds as indicating
45902         a dangling symlink.  That can also happen at least for ELOOP.
45903         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
45904         FYI, this bug predates the inclusion of fts.c in coreutils.
45905
45906         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
45907         in their own block, so pre-c99 compilers don't object.
45908
45909         Avoid the double-free (first in fts_read, second in fts_close) that
45910         would occur when an `active' directory is made inaccessible (e.g.,
45911         via chmod a-x) during a traversal.
45912         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
45913         before returning.  Reproduce this failure by
45914         mkdir -p a/b; cd a; chmod a-x . b
45915         Reported by Stavros Passas.
45916
45917 2006-01-25  Jim Meyering  <jim@meyering.net>
45918
45919         * lib/fileblocks.c: Remove more useless parentheses.
45920         * lib/readutmp.h: Likewise.
45921
45922 2006-01-25  Bruno Haible  <bruno@clisp.org>
45923
45924         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
45925         warnings.
45926         Reported by Paul Eggert.
45927
45928 2006-01-25  Bruno Haible  <bruno@clisp.org>
45929
45930         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
45931         rid of a trap command. For Solaris sh.
45932         Reported by Mark D. Baushke <mdb@gnu.org>.
45933
45934 2006-01-24  Simon Josefsson  <jas@extundo.com>
45935
45936         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
45937         Bruno.
45938
45939 2006-01-24  Karl Berry  <karl@gnu.org>
45940
45941         * config/srclist.txt (argp-namefrob.h): sync lost.
45942
45943 2006-01-24  Jim Meyering  <jim@meyering.net>
45944
45945         * modules/openat (Files): Add lib/intprops.h.
45946         From Mark D. Baushke.
45947
45948 2006-01-24  Jim Meyering  <jim@meyering.net>
45949
45950         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
45951         Reported by Mark D. Baushke.
45952
45953 2006-01-24  Jim Meyering  <jim@meyering.net>
45954
45955         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
45956
45957 2006-01-24  Bruno Haible  <bruno@clisp.org>
45958
45959         * modules/strnlen (Maintainer): Change from glibc to all.
45960
45961 2006-01-24  Bruno Haible  <bruno@clisp.org>
45962
45963         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
45964         Patch by Paul Eggert.
45965
45966 2006-01-24  Bruno Haible  <bruno@clisp.org>
45967
45968         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
45969         already has it.
45970         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
45971         2005-11-26.
45972
45973         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
45974         'signed char' to avoid problems with the built-in _Bool type.
45975         Reported by Paul Eggert on 2005-11-26.
45976
45977 2006-01-24  Bruno Haible  <bruno@clisp.org>
45978
45979         * gnulib-tool (func_import): Avoid constructing complicated sed
45980         expressions inside backquote.
45981         Report and solution by Mark D. Baushke <mdb@gnu.org>.
45982
45983 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
45984
45985         These changes imported from libc.
45986         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
45987         test and two separate function calls.
45988         * lib/strndup.c (__strndup): Add libc_hidden_def.
45989
45990 2006-01-23  Simon Josefsson  <jas@extundo.com>
45991
45992         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
45993         Remove the test_*_SOURCES variable: automake infers it by default.
45994         * modules/tls-tests: Likewise.
45995
45996 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
45997
45998         Work around porting bugs reported by Dieter in
45999         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
46000         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
46001         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
46002         Include "getopt.h" first, to check interface.
46003         (getenv): Declare only if defined HAVE_DECL_GETENV &&
46004         !HAVE_DECL_GETENV.
46005         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
46006         (__strndup): Revert to K&R-style function dfns, the glibc style.
46007         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
46008         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
46009         Include strnlen.h first, to get prototype properly.
46010         (strnlen): Renamed from __strnlen.
46011         Remove weak alias.
46012
46013 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46014
46015         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
46016
46017 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46018
46019         * config/srclist.txt: Adjust to reflect glibc reorganization.
46020         This affects only comments.
46021
46022 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46023
46024          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
46025          Reported by Bruce Korb <bkorb@gnu.org>.
46026
46027 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
46028
46029         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
46030         to pacify gcc -Wswitch-default.
46031
46032 2006-01-22  Bruno Haible  <bruno@clisp.org>
46033
46034         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
46035         temporary buffer for sprintf, take into account the precision also
46036         for 'd', 'i', 'u', 'o', 'x', 'X'.
46037
46038 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46039
46040         * modules/argp-tests: New module
46041         * tests/test-argp.c: New file
46042         * tests/test-argp-2.sh: New file
46043
46044 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46045
46046         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
46047         (__argp_base_name): Removed
46048         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
46049         typo.
46050         (__argp_base_name): Provide macro definition or extern declaration
46051         depending on the configuration
46052
46053 2006-01-20  Simon Josefsson  <jas@extundo.com>
46054
46055         * modules/inet_ntop (Depends-on): Depend on sys_socket.
46056
46057 2006-01-20  Simon Josefsson  <jas@extundo.com>
46058
46059         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
46060
46061 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46062
46063         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
46064         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
46065         Suggested by Bruno Haible.
46066
46067 2006-01-20  Karl Berry  <karl@gnu.org>
46068
46069         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
46070         until changes propagate, I guess.
46071
46072 2006-01-19  Simon Josefsson  <jas@extundo.com>
46073
46074         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
46075
46076 2006-01-19  Simon Josefsson  <jas@extundo.com>
46077
46078         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
46079
46080 2006-01-19  Simon Josefsson  <jas@extundo.com>
46081
46082         * gnulib-tool: Set check_PROGRAMS.
46083
46084         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46085         modules/des-tests, modules/gc-arcfour-tests,
46086         modules/gc-arctwo-tests, modules/gc-des-tests,
46087         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46088         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46089         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46090         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46091         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46092         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
46093         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
46094         test_*_SOURCES.
46095
46096 2006-01-18  Simon Josefsson  <jas@extundo.com>
46097
46098         * modules/socklen (Depends-on): Depend on sys_socket.
46099
46100 2006-01-18  Simon Josefsson  <jas@extundo.com>
46101
46102         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46103         modules/des-tests, modules/gc-arcfour-tests,
46104         modules/gc-arctwo-tests, modules/gc-des-tests,
46105         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46106         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46107         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46108         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46109         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46110         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
46111         $(EXEEXT) to automake TESTS variable, for mingw32.
46112
46113 2006-01-17  Simon Josefsson  <jas@extundo.com>
46114
46115         * modules/socklen (Include): Need sys/socket.h.
46116
46117 2006-01-17  Bruno Haible  <bruno@clisp.org>
46118
46119         * modules/ssize_t (Include): Add <sys/types.h>.
46120
46121 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
46122
46123         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
46124         it's not portable and it doesn't work with cross-compiles.
46125         Problem reported by Bruno Haible.  Fix missing-$ typo in
46126         'test "gl_cv_ignore_unused_libraries" ...' that prevented
46127         -zignore from being used with Sun's C compiler.
46128
46129 2006-01-12  Simon Josefsson  <jas@extundo.com>
46130
46131         * lib/base64.c: Fix warning, reported by Bruno Haible
46132         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
46133
46134 2006-01-12  Bruno Haible  <bruno@clisp.org>
46135
46136         * modules/ldd: New file.
46137         * build-aux/ldd.sh.in: New file.
46138         * MODULES.html.sh (Support for building libraries and executables): Add
46139         ldd.
46140
46141 2006-01-12  Bruno Haible  <bruno@clisp.org>
46142
46143         * m4/ldd.m4: New file.
46144
46145 2006-01-12  Bruno Haible  <bruno@clisp.org>
46146
46147         * gnulib-tool (func_import, func_create_testdir): Don't go into an
46148         endless loop while replacing $auxdir with build-aux.
46149
46150 2006-01-11  Simon Josefsson  <jas@extundo.com>
46151
46152         * lib/stdint_.h (SIZE_MAX): Add missing (.
46153
46154 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
46155
46156         Sync from coreutils.
46157         * lib/md5.c: Fix commentary typos.
46158         (alignof, UNALIGNED_P): No need for a GCC-specific version.
46159         * lib/md5.h (__attribute__): Remove; unused.
46160         * lib/sha1.c: Fix commentary to match md5 better.
46161         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
46162         so that we don't need to worry about alignment.  All uses changed.
46163         This merges the 2005-10-28 md5 change into sha1.
46164
46165 2006-01-11  Jim Meyering  <jim@meyering.net>
46166
46167         Sync from coreutils.
46168         * lib/md5.c (OP): Fix spacing.
46169
46170 2006-01-11  Bruno Haible  <bruno@clisp.org>
46171
46172         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46173         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
46174         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
46175
46176 2006-01-11  Bruno Haible  <bruno@clisp.org>
46177
46178         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46179         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
46180         the "early" section as well.
46181
46182 2006-01-11  Bruno Haible  <bruno@clisp.org>
46183
46184         Avoid "ar: no archive members specified" error on MacOS X.
46185         * gnulib-tool (func_modules_add_dummy): New function.
46186         (func_import, func_create_testdir): Invoke it.
46187
46188 2006-01-11  Bruno Haible  <bruno@clisp.org>
46189
46190         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
46191         with $auxdir in AC_CONFIG_FILES statements.
46192
46193 2006-01-11  Bruno Haible  <bruno@clisp.org>
46194
46195         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46196         Initialize also noinst_HEADERS to empty.
46197
46198 2006-01-11  Bruno Haible  <bruno@clisp.org>
46199
46200         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
46201         variables.
46202         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
46203         autoreconf.
46204
46205 2006-01-11  Bruno Haible  <bruno@clisp.org>
46206
46207         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
46208         overridable by the user.
46209         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46210
46211 2006-01-10  Simon Josefsson  <jas@extundo.com>
46212
46213         * modules/sys_socket: New file.
46214
46215 2006-01-10  Simon Josefsson  <jas@extundo.com>
46216
46217         * m4/sys_socket_h.m4: New file.
46218
46219 2006-01-10  Simon Josefsson  <jas@extundo.com>
46220
46221         * lib/socket_.h: New file.
46222
46223 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46224
46225         * modules/readutmp (Maintainer): Add myself.
46226
46227 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46228
46229         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
46230         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
46231         People who are still concerned with buggy memcmp implementations
46232         can invoke gl_FUNC_MEMCMP themselves.
46233
46234 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46235
46236         * lib/regex_internal.h (BITSET_WORD_BITS):
46237         Work around a bug in 64-bit PGC (before version 6.1-2), where the
46238         preprocessor mishandles large unsigned values as if they were signed.
46239         Problem reported by Claudio Fontana in
46240         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
46241
46242 2006-01-10  Jim Meyering  <jim@meyering.net>
46243
46244         Avoid the double-free (first in fts_read, second in fts_close) that
46245         would occur when an `active' directory is made inaccessible (e.g.,
46246         via chmod a-x) during a traversal.
46247         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
46248         before returning.  Reproduce this failure by
46249         mkdir -p a/b; cd a; chmod a-x . b
46250         Reported by Stavros Passas.
46251
46252         Sync from coreutils.
46253         * lib/sha1.c: Tweak grammar in a comment.
46254
46255 2006-01-10  Jim Meyering  <jim@meyering.net>
46256
46257         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
46258         Patch by Joerg Sonnenberger.
46259
46260 2006-01-10  Bruno Haible  <bruno@clisp.org>
46261
46262         * modules/readutmp: Depend on module free.
46263         * modules/strtok_r: Depend on module restrict.
46264
46265 2006-01-10  Bruno Haible  <bruno@clisp.org>
46266
46267         * modules/gettext (configure.ac): Add an invocation of
46268         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
46269
46270 2006-01-10  Bruno Haible  <bruno@clisp.org>
46271
46272         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
46273         Reported by Werner Lemberg <wl@gnu.org>.
46274
46275 2006-01-10  Bruno Haible  <bruno@clisp.org>
46276
46277         * lib/localcharset.c: Update from GNU gettext.
46278
46279 2006-01-10  Bruno Haible  <bruno@clisp.org>
46280
46281         * lib/argp.h (__const): Remove macro. Use const instead.
46282         * lib/argp-fmtstream.h (__const): Likewise.
46283         * lib/glob_.h (__const): Remove macro.
46284         * lib/glob-libc.h: Use const instead of __const.
46285
46286 2006-01-10  Bruno Haible  <bruno@clisp.org>
46287
46288         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
46289         variable.
46290         Needed to avoid an automake error regarding the 'gettext' module.
46291
46292 2006-01-09  Simon Josefsson  <jas@extundo.com>
46293
46294         * modules/inet_ntop (Depends-on): Add restrict.
46295
46296 2006-01-09  Simon Josefsson  <jas@extundo.com>
46297
46298         * modules/gc-rijndael-tests (License): Put under LGPL.
46299
46300         * modules/gc-des-tests (License): Likewise.
46301
46302         * modules/gc-arcfour-tests (License): Likewise.
46303
46304         * modules/gc-arctwo-tests (License): Likewise.
46305
46306         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
46307
46308         * modules/gc-hmac-sha1-tests (Files): Likewise.
46309
46310         * modules/gc-hmac-md5-tests (License): Likewise.
46311
46312         * modules/gc-sha1-tests (License): Likewise.
46313
46314         * modules/gc-md5-tests (License): Likewise.
46315
46316         * modules/gc-md4-tests (License): Likewise.
46317
46318         * modules/gc-md2-tests (License): Likewise.
46319
46320         * modules/gc-tests (License): Likewise.
46321
46322         * modules/des-tests (License): Likewise.
46323
46324         * modules/md4-tests (License): Likewise.
46325
46326         * modules/md2-tests (License): Likewise.
46327
46328 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46329
46330         Sync from coreutils:
46331
46332         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
46333         * modules/lib-ignore: New file.
46334         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
46335         chdir-safer.m4, lchmod.m4.
46336         * modules/openat: Add mkdirat.c, openat-priv.h.
46337
46338 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46339
46340         Sync from coreutils.
46341         * m4/lib-ignore.m4: New file.
46342         * m4/lchmod.m4: New file.
46343
46344 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46345
46346         Sync from coreutils.
46347         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
46348         for write access: POSIX says that must fail.
46349         * lib/fts.c (diropen): Likewise.
46350         * lib/save-cwd.c (save_cwd): Likewise.
46351         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
46352         well, for minor improvements on hosts that lack O_DIRECTORY.
46353         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
46354         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
46355         Fall back on chown if open failed with EACCES.
46356
46357         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
46358         Report an error at compile-time if only a 1-second nominal clock
46359         resolution is found.
46360
46361         * lib/lchmod.h: New file.
46362         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
46363         (make_dir_parents): Use lchown rather than chown, and
46364         lchmod rather than chmod.
46365
46366         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
46367         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
46368         "proc" reported by n0dalus.
46369
46370         * lib/mountlist.c: Include <limits.h>.
46371         (dev_from_mount_options)
46372         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
46373         New function.  It no longer assumes "dev=" has the System V meaning
46374         on Linux (since it doesn't).  It also parses "dev=" more carefully.
46375         (read_file_system_list)
46376         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
46377         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
46378         dev= in that case.
46379
46380         * lib/posixtm.h (PDS_PRE_2000): New macro.
46381         * lib/posixtm.c (year): Arg is now syntax_bits rather than
46382         allow_century.  All usages changed.  Reject dates outside the range
46383         1969-1999 if PDS_PRE_2000 is used.
46384
46385 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46386
46387         Sync from coreutils.
46388         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
46389         (Time of day items): Mention the possibility of leap seconds.
46390         Problem reported by Dr. David Alan Gilbert.
46391
46392 2006-01-09  Jim Meyering  <jim@meyering.net>
46393
46394         Sync from coreutils.
46395
46396         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
46397
46398         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
46399
46400         * lib/modechange.c (mode_compile): Reject an invalid mode string
46401         that starts with an octal digit.  From Andreas Gruenbacher.
46402
46403         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
46404         and dup to open_safer and dup_safer, respectively.
46405         (openat_permissive): Fix typo in comment.
46406
46407         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
46408         "gettext.h"; either no longer needed or are guaranteed by openat.h.
46409         (_): Remove; no longer needed.
46410         (openat): Renamed from rpl_openat; no need for rpl_openat
46411         since openat.h renames openat for us.
46412         Replace most of the body with a call to openat_permissive,
46413         to avoid duplicate code.
46414         Port to (probably hypothetical) environments were mode_t is
46415         wider than int.
46416         (openat_permissive): Require mode arg, so that we can check
46417         types better.  Put it just after flags.  Change cwd failure
46418         indicator from pointer-to-bool to pointer-to-errno-value.
46419         All callers changed.
46420         Invoke openat_save_fail and/or openat_restore_fail if
46421         cwd_errno is null, so that openat can call us.
46422         (openat_permissive, fdopendir, fstatat, unlinkat):
46423         Simplify errno handling to avoid some duplicate code,
46424         as it's OK to set errno on success.
46425         * lib/openat.h: Revamp code so that function macros depend on
46426         __OPENAT_PREFIX only, not also on AT_FDCWD.
46427         (openat_ro): Remove.  Caller changed to use openat_permissive.
46428         (openat_permissive): Now a macro, if not a function.
46429         (openat_restore_fail, openat_save_fail): Now always functions,
46430         since mkdirat needs them even if __OPENAT_PREFIX is defined.
46431
46432         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
46433         and openat.c.
46434         * lib/mkdirat.c: Include openat-priv.h.
46435         Remove definitions of macros defined therein.
46436         * lib/openat.c: Likewise.
46437
46438         * lib/mkdirat.c (mkdirat): New file and function.
46439         * lib/openat.h (mkdirat): Declare.
46440
46441         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
46442
46443         * lib/openat.h (openat_permissive): Declare.
46444         (openat_ro): Define.
46445
46446         * lib/openat.c (EXPECTED_ERRNO): New macro.
46447         (openat_permissive): New function -- used in remove.c rewrite.
46448         (all functions): Set errno just before returning, only if there
46449         was an actual failure.
46450         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
46451
46452         Emulate openat-family functions using Linux's procfs, if possible.
46453         Idea and some code based on Ulrich Drepper's glibc changes.
46454
46455         * lib/openat.c: (BUILD_PROC_NAME): New macro.
46456         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
46457         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
46458         before falling back on save_cwd and restore_cwd.
46459         (fdopendir, fstatat, unlinkat): Likewise.
46460
46461         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
46462         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
46463
46464         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
46465         as second argument to va_arg.  Otherwise, some versions of gcc
46466         warn that `if this code is reached, the program will abort'.
46467
46468 2006-01-09  Jim Meyering  <jim@meyering.net>
46469
46470         Sync from coreutils.
46471         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
46472         Require openat-priv.h.
46473
46474 2006-01-09  Bruno Haible  <bruno@clisp.org>
46475
46476         * modules/strnlen (Include): Use strnlen.h.
46477
46478 2006-01-09  Bruno Haible  <bruno@clisp.org>
46479
46480         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
46481
46482 2006-01-09  Bruno Haible  <bruno@clisp.org>
46483
46484         * lib/sysexit_.h (EX_OK): New macro.
46485         Suggested by Martin Lambers <marlam@marlam.de>.
46486
46487 2006-01-09  Bruno Haible  <bruno@clisp.org>
46488
46489         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
46490         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
46491
46492 2006-01-09  Bruno Haible  <bruno@clisp.org>
46493
46494         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
46495         numbers.
46496
46497 2006-01-09  Bruno Haible  <bruno@clisp.org>
46498
46499         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
46500         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
46501         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
46502         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
46503
46504 2006-01-09  Bruno Haible  <bruno@clisp.org>
46505
46506         * build-aux/javacomp.sh.in: New file, moved from lib/.
46507         * modules/javacomp-script (Files): Update.
46508         (configure.ac): Add AC_CONFIG_FILES invocation.
46509         (EXTRA_DIST): Remove variable.
46510
46511         * build-aux/javaexec.sh.in: New file, moved from lib/.
46512         * modules/javaexec (Files): Update.
46513         (configure.ac): Add AC_CONFIG_FILES invocation.
46514         (EXTRA_DIST): Remove javaexec.sh.in.
46515
46516         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
46517         * modules/csharpcomp-script (Files): Update.
46518         (configure.ac): Add AC_CONFIG_FILES invocation.
46519         (EXTRA_DIST): Remove variable.
46520
46521         * build-aux/csharpexec.sh.in: New file, moved from lib/.
46522         * modules/csharpexec (Files): Update.
46523         (configure.ac): Add AC_CONFIG_FILES invocation.
46524         (EXTRA_DIST): Remove csharpexec.sh.in.
46525
46526 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
46527
46528         Sync from coreutils.
46529
46530         Add POSIX ACL support
46531         * lib/acl.h (copy_acl, set_acl): Add declarations.
46532         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
46533         systems other than Linux.
46534         (chmod_or_fchmod): New function: use fchmod when possible,
46535         and chmod otherwise.
46536         (file_has_acl): Add a POSIX ACL implementation, with a
46537         Linux-specific subcase.
46538         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
46539         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
46540         acls are unsupported.
46541         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
46542         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
46543         are unsupported.
46544
46545 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
46546
46547         Sync from coreutils.
46548         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
46549
46550 2006-01-07  Bruno Haible  <bruno@clisp.org>
46551
46552         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
46553         gl_EARLY.
46554
46555 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46556
46557         * lib/strftime.c (tzname): Don't declare if it is already #defined.
46558         Problem reported for Mingw by Mark Junker.
46559
46560 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46561
46562         * README: Gnulib normally doesn't generate a tarball.
46563
46564 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
46565
46566         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
46567         long int, not int, for nanosecond counts, so that people who are
46568         used to POSIX struct timespec won't be surprised.  Reported by Jim
46569         Meyering.
46570
46571 2005-12-28  Bruno Haible  <bruno@clisp.org>
46572
46573         * build-aux/config.rpath: Update from GNU gettext.
46574
46575 2005-12-16  Jim Meyering  <jim@meyering.net>
46576
46577         * modules/fprintftime: New module.
46578         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
46579
46580 2005-12-16  Jim Meyering  <jim@meyering.net>
46581
46582         * m4/fprintftime.m4: New file.
46583
46584 2005-12-16  Jim Meyering  <jim@meyering.net>
46585
46586         * lib/fprintftime.c, lib/fprintftime.h: New files.
46587
46588 2005-12-15  Simon Josefsson  <jas@extundo.com>
46589
46590         * modules/socklen (configure.ac): Fix M4 macro name, to align with
46591         new m4/socklen.m4.
46592
46593 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
46594
46595         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
46596         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
46597
46598 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
46599
46600         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
46601         * lib/argp-help.c (fill_in_uparams): Check if the constructed
46602         struct uparams is valid. Fall back to the default values if it is
46603         not.
46604
46605 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46606
46607         * modules/argp (Files): Add argp-pin.c
46608         (Depends-on): dirname
46609         (lib_SOURCES): Add argp-pin.c
46610
46611 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46612
46613         * m4/argp.m4:  Check if program_invocation_name and
46614         program_invocation_short_name are declared and define appropriate
46615         macros if they are not.
46616
46617 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46618
46619         * lib/argp-help.c (__argp_base_name): New function
46620         (__argp_short_program_name): Rewrite using __argp_base_name
46621         * lib/argp-namefrob.h: Define program_invocation_name and
46622         program_invocation_short_name if requested
46623         (__argp_base_name): Add prototype
46624         * lib/argp-parse.c (argp_def): Use gettext wrappers
46625         (argp_default_parser): Use __argp_base_name
46626         * lib/argp-pin.c: New file. Defines program_invocation_name and
46627         program_invocation_short_name on systems that lack them.
46628
46629 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
46630
46631         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
46632         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
46633         porting problem reported by Georg Schwarz in
46634         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
46635
46636 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
46637
46638         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
46639         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
46640         porting problem reported by Georg Schwarz in
46641         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
46642
46643 2005-12-05  Bruno Haible  <bruno@clisp.org>
46644
46645         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
46646         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
46647         Reported by Mark Junker <mjscod@gmx.de>.
46648
46649 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
46650
46651         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
46652         Use implementation from Albert Chin, with some
46653         comments/corrections by Stepan Kasal and myself.
46654
46655 2005-12-02  Bruno Haible  <bruno@clisp.org>
46656
46657         * gnulib-tool (func_import): Accept GPLed build tool modules when
46658         --lgpl is given.
46659         * modules/csharpcomp-script: New file.
46660         * modules/csharpcomp: Depend on it.
46661         * modules/javacomp-script: New file.
46662         * modules/javacomp: Depend on it.
46663         Suggested by Simon Josefsson.
46664
46665 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
46666
46667         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
46668         statement, to work around an HP-UX 10.20 compiler bug reported by
46669         Peter O'Gorman.
46670
46671 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
46672
46673         * modules/savedir (Depends-on): Add openat.
46674
46675 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
46676
46677         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
46678         (uintmax_t) [defined uintmax_t]: Do not declare.
46679         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
46680         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
46681         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
46682         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
46683         sake of portability to weird hosts that C allows (though we don't
46684         know of any practical examples).
46685
46686         * lib/savedir.h (fdsavedir): New decl.
46687         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
46688         contains most of the former guts of savedir.
46689         (savedir): Use savedirstream.
46690         Include "openat.h".
46691
46692 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
46693
46694         * modules/obstack (Files): Add m4/ulonglong.m4.
46695         Problem reported by Davide Angelocola.
46696
46697 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
46698
46699         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
46700         coreutils no longer futzes with rounding modes.
46701
46702 2005-11-14  Jim Meyering  <jim@meyering.net>
46703
46704         * lib/mkstemp-safer.c: Include <config.h>, required for possible
46705         replacement of mkstemp.
46706
46707 2005-11-10  Simon Josefsson  <jas@extundo.com>
46708
46709         * lib/readline.c: Remove EOL.
46710
46711 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46712
46713         * modules/gethrxtime (Depends-on): Add gettime.
46714
46715 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46716
46717         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
46718         or gettimeofday; no longer needed.
46719
46720 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46721
46722         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
46723         time business.
46724         (gethrxtime) [! (HAVE_NANOUPTIME
46725         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
46726         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
46727         our own approximation.
46728
46729 2005-11-08  Eric Blake  <ebb9@byu.net>
46730
46731         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
46732
46733 2005-11-08  Eric Blake  <ebb9@byu.net>
46734
46735         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
46736
46737 2005-11-04  Bruno Haible  <bruno@clisp.org>
46738
46739         * gnulib-tool: Implement --update mode.
46740
46741 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46742
46743         Fix porting problem reported by Theodoros V. Kalamatianos.
46744         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
46745         Don't assume that futimes failing means we must fail.
46746
46747 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46748
46749         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
46750         variables to suggest the intended function of the PATH_MAX check.
46751
46752 2005-10-30  Kean Johnston  <jkj@sco.com>
46753
46754         Trivial changes to support SCO systems.
46755         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
46756         as PATH_MAX.
46757         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
46758         where __ptr is null when no I/O is pending.
46759
46760 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
46761
46762         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
46763         leave errno alone.  Problem reported by Dmitry V. Levin.
46764
46765 2005-10-28  Simon Josefsson  <jas@extundo.com>
46766
46767         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
46768         Test more.
46769
46770         * tests/test-gc-md2.c, tests/test-md2.c: New files.
46771
46772         * modules/md2, modules/md2-tests: New files.
46773
46774 2005-10-28  Simon Josefsson  <jas@extundo.com>
46775
46776         * m4/inet_ntop.m4: More tests.
46777
46778         * m4/gc-md2.m4, md2.m4: New file.
46779
46780 2005-10-28  Simon Josefsson  <jas@extundo.com>
46781
46782         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
46783         "restrict" keywords, as per POSIX.  Protect the function
46784         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
46785         Don't use K&R prototypes.  Check the sprintf return values.
46786         Re-define EAFNOSUPPORT if not present.  Indent.
46787
46788         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
46789         suggested by Bruno Haible <bruno@clisp.org>.
46790
46791         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
46792
46793         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
46794
46795         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
46796         libgcrypt).
46797
46798         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
46799
46800         * lib/md2.h, lib/md2.c: New files.
46801
46802 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
46803
46804         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
46805         errno alone.  Problem reported by Frederic Jolliton.
46806
46807 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
46808
46809         * modules/verify (License): Change from GPL to LGPL.  This is a
46810         tiny module and there are apparently near-equivalents that are
46811         under the BSD license.
46812
46813 2005-10-24  Simon Josefsson  <jas@extundo.com>
46814
46815         * modules/sha1: Relicense to LGPL.
46816
46817 2005-10-24  Simon Josefsson  <jas@extundo.com>
46818
46819         * lib/md4.h: Shrink buffer size, now that we changed the type.
46820
46821 2005-10-23  Simon Josefsson  <jas@extundo.com>
46822
46823         * gnulib-tool (func_import): Fix --tests-base.
46824
46825 2005-10-22  Simon Josefsson  <jas@extundo.com>
46826
46827         * modules/arcfour (Depends-on): Need stdint.
46828
46829 2005-10-22  Simon Josefsson  <jas@extundo.com>
46830
46831         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
46832         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
46833
46834 2005-10-22  Simon Josefsson  <jas@extundo.com>
46835
46836         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
46837         suggested by Bruno Haible <bruno@clisp.org>.
46838
46839 2005-10-22  Simon Josefsson  <jas@extundo.com>
46840
46841         * lib/crc.h: Include stddef.h, for size_t.
46842
46843 2005-10-22  Simon Josefsson  <jas@extundo.com>
46844
46845         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
46846         arcfour_context struct (simplify test vector testing in GNU
46847         Shishi).
46848
46849 2005-10-21  Simon Josefsson  <jas@extundo.com>
46850
46851         * modules/des, modules/des-tests: New files.
46852
46853         * modules/gc-des, modules/gc-des-tests: New files.
46854
46855         * tests/test-des.c, tests/test-gc-des.c: New file.
46856
46857 2005-10-21  Simon Josefsson  <jas@extundo.com>
46858
46859         * modules/arctwo, modules/arctwo-tests: New files.
46860
46861         * tests/test-arctwo.c: New file.
46862
46863         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
46864
46865         * tests/test-gc-arctwo.c: New file.
46866
46867 2005-10-21  Simon Josefsson  <jas@extundo.com>
46868
46869         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
46870         Bruno Haible <bruno@clisp.org>.
46871
46872         * m4/gc-des.m4: New file.
46873
46874 2005-10-21  Simon Josefsson  <jas@extundo.com>
46875
46876         * m4/arctwo.m4: New file.
46877
46878         * m4/gc-arctwo.m4: New file.
46879
46880 2005-10-21  Simon Josefsson  <jas@extundo.com>
46881
46882         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
46883         block.
46884
46885 2005-10-21  Simon Josefsson  <jas@extundo.com>
46886
46887         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
46888         <bruno@clisp.org>.
46889
46890         * lib/hmac-sha1.c (hmac_sha1): Likewise.
46891
46892         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
46893         Bruno Haible <bruno@clisp.org>.
46894
46895         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
46896         <bruno@clisp.org>.
46897
46898 2005-10-21  Simon Josefsson  <jas@extundo.com>
46899
46900         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
46901
46902 2005-10-21  Simon Josefsson  <jas@extundo.com>
46903
46904         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
46905
46906 2005-10-21  Simon Josefsson  <jas@extundo.com>
46907
46908         * lib/des.h, lib/des.c: New files.
46909
46910         * lib/gc-gnulib.c: Support DES.c
46911
46912 2005-10-21  Simon Josefsson  <jas@extundo.com>
46913
46914         * lib/arctwo.h, lib/arctwo.c: New files.
46915
46916         * lib/gc-gnulib.c: Support ARCTWO.
46917
46918 2005-10-21  Simon Josefsson  <jas@extundo.com>
46919
46920         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
46921         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46922
46923 2005-10-21  Simon Josefsson  <jas@extundo.com>
46924
46925         * gnulib-tool (func_import, func_create_testdir): Define automake
46926         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
46927         Makefile.am snippet),
46928         suggested by Bruno Haible <bruno@clisp.org>.
46929
46930         * modules/gc (Makefile.am): Use it.
46931
46932 2005-10-21  Bruno Haible  <bruno@clisp.org>
46933
46934         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
46935         patch.
46936
46937 2005-10-19  Simon Josefsson  <jas@extundo.com>
46938
46939         * tests/test-gc-rijndael.c: New file.
46940
46941         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
46942
46943 2005-10-19  Simon Josefsson  <jas@extundo.com>
46944
46945         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
46946         interface too.
46947
46948 2005-10-19  Simon Josefsson  <jas@extundo.com>
46949
46950         * tests/test-gc-arcfour.c: New file.
46951
46952         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
46953
46954 2005-10-19  Simon Josefsson  <jas@extundo.com>
46955
46956         * modules/gc-md4, modules/gc-md4-tests: New file.
46957
46958         * tests/test-gc-md4.c: New file.
46959
46960 2005-10-19  Simon Josefsson  <jas@extundo.com>
46961
46962         * m4/gc-md4.m4: New file.
46963
46964 2005-10-19  Simon Josefsson  <jas@extundo.com>
46965
46966         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
46967         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
46968         <kasal@ucw.cz>.
46969
46970 2005-10-19  Simon Josefsson  <jas@extundo.com>
46971
46972         * m4/gc-arcfour.m4: New file.
46973
46974         * m4/gc-rijndael.m4: New file.
46975
46976 2005-10-19  Simon Josefsson  <jas@extundo.com>
46977
46978         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
46979
46980 2005-10-19  Simon Josefsson  <jas@extundo.com>
46981
46982         * lib/gc-gnulib.c: Support ARCFOUR.
46983
46984 2005-10-19  Simon Josefsson  <jas@extundo.com>
46985
46986         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
46987         support.
46988
46989         * lib/gc.h: Add ECB enum type.
46990
46991         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
46992
46993 2005-10-18  Simon Josefsson  <jas@extundo.com>
46994
46995         * tests/test-md5.c: New file.
46996
46997         * modules/md5-tests: New file.
46998
46999 2005-10-18  Simon Josefsson  <jas@extundo.com>
47000
47001         * tests/test-md4.c: New file.
47002
47003         * modules/md4, modules/md4-tests: New files.
47004
47005 2005-10-18  Simon Josefsson  <jas@extundo.com>
47006
47007         * m4/md4.m4: New file.
47008
47009 2005-10-18  Simon Josefsson  <jas@extundo.com>
47010
47011         * lib/md4.h, lib/md4.c: New files, based on md5.?.
47012
47013 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
47014
47015         * gnulib-tool (func_create_testdir): Omit the second check whether
47016         BUILT_SOURCES in nonempty.
47017
47018 2005-10-17  Simon Josefsson  <jas@extundo.com>
47019
47020         * tests/test-rijndael.c: New file.
47021
47022 2005-10-17  Simon Josefsson  <jas@extundo.com>
47023
47024         * modules/sha1: Depend on stdint instead of md5.
47025
47026         * modules/md5: Depend on stdint, remove uint32_t.
47027
47028 2005-10-17  Simon Josefsson  <jas@extundo.com>
47029
47030         * modules/gc-sha1-tests: New file.
47031
47032         * tests/test-gc-sha1.c: New file.
47033
47034 2005-10-17  Simon Josefsson  <jas@extundo.com>
47035
47036         * m4/md5.m4: Remove call to uint32_t.m4.
47037
47038 2005-10-17  Simon Josefsson  <jas@extundo.com>
47039
47040         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
47041
47042         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
47043         md5.h.
47044
47045         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
47046
47047         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
47048
47049 2005-10-17  Simon Josefsson  <jas@extundo.com>
47050
47051         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
47052
47053 2005-10-17  Simon Josefsson  <jas@extundo.com>
47054
47055         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
47056
47057 2005-10-17  Simon Josefsson  <jas@extundo.com>
47058
47059         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
47060
47061         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
47062
47063 2005-10-17  Bruno Haible  <bruno@clisp.org>
47064
47065         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
47066         that it can also be used in a test.
47067
47068 2005-10-16  Bruno Haible  <bruno@clisp.org>
47069
47070         * gnulib-tool (func_emit_tests_Makefile_am): Also define
47071         TESTS_ENVIRONMENT, so that individual tests can augment it.
47072
47073         * gnulib-tool (func_create_testdir): Use an intermediate target for
47074         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
47075         macros, like $(ALLOCA_H), which cannot be passed through the command
47076         line.
47077
47078 2005-10-15  Simon Josefsson  <jas@extundo.com>
47079
47080         * modules/rijndael-tests: New file.
47081
47082         * modules/rijndael: New file.
47083
47084 2005-10-15  Simon Josefsson  <jas@extundo.com>
47085
47086         * m4/rijndael.m4: New file.
47087
47088 2005-10-15  Simon Josefsson  <jas@extundo.com>
47089
47090         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
47091
47092         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
47093
47094 2005-10-14  Simon Josefsson  <jas@extundo.com>
47095
47096         * tests/test-arcfour.c: New file.
47097
47098         * modules/arcfour, modules/arcfour-tests: New files.
47099
47100 2005-10-14  Simon Josefsson  <jas@extundo.com>
47101
47102         * m4/arcfour.m4: New file.
47103
47104 2005-10-14  Simon Josefsson  <jas@extundo.com>
47105
47106         * lib/arcfour.h, lib/arcfour.c: New files.
47107
47108 2005-10-14  Roland McGrath  <roland@redhat.com>
47109
47110         Import from libc.  [BZ #1331]
47111         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
47112         macro argument.
47113         Reported by Matej Vela <vela@debian.org>.
47114
47115 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47116
47117         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
47118         include <wchar.h>; no longer needed.
47119
47120 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47121
47122         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
47123
47124 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
47125         and  Ulrich Drepper  <drepper@redhat.com>
47126
47127         Import from libc.
47128         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
47129         instead of inline stream orientation test and two separate
47130         function calls.  Pay no attention to USE_IN_LIBIO.
47131
47132 2005-10-13  Simon Josefsson  <jas@extundo.com>
47133
47134         * modules/gc-hmac-md5-tests: New file.
47135
47136         * tests/test-gc-hmac-sha1.c: New file.
47137
47138         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
47139
47140         * modules/gc-hmac-md5-tests: New file.
47141
47142         * tests/test-gc-md5.c: New file.
47143
47144         * modules/gc-md5-tests: New file.
47145
47146 2005-10-13  Simon Josefsson  <jas@extundo.com>
47147
47148         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
47149         Move memory allocation outside of loop.
47150
47151 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
47152
47153         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
47154         intermediate directory is in a read-only file system.  Problem
47155         reported by Eric Blake.
47156
47157 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
47158
47159         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
47160
47161 2005-10-12  Simon Josefsson  <jas@extundo.com>
47162
47163         * tests/test-hmac-sha1.c: New file.
47164
47165         * modules/hmac-sha1-tests: New file.
47166
47167         * modules/hmac-sha1: New file.
47168
47169 2005-10-12  Simon Josefsson  <jas@extundo.com>
47170
47171         * modules/gc-sha1: New file.
47172
47173 2005-10-12  Simon Josefsson  <jas@extundo.com>
47174
47175         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
47176
47177         * tests/test-gc-pbkdf2-sha1.c: New file.
47178
47179 2005-10-12  Simon Josefsson  <jas@extundo.com>
47180
47181         * modules/gc-md5, modules/gc-hmac-md5: New files.
47182
47183         * modules/gc (Files): Remove md5, memxor and hmac files.
47184
47185 2005-10-12  Simon Josefsson  <jas@extundo.com>
47186
47187         * m4/gc-pbkdf2-sha1.m4: New file.
47188
47189         * m4/gc-hmac-sha1.m4: New file.
47190
47191         * m4/gc-sha1: New file.
47192
47193         * m4/hmac-sha1.m4: New file.
47194
47195 2005-10-12  Simon Josefsson  <jas@extundo.com>
47196
47197         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
47198
47199         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
47200
47201 2005-10-12  Simon Josefsson  <jas@extundo.com>
47202
47203         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
47204         suggested by Bruno Haible <bruno@clisp.org>.
47205
47206 2005-10-12  Simon Josefsson  <jas@extundo.com>
47207
47208         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
47209
47210 2005-10-12  Simon Josefsson  <jas@extundo.com>
47211
47212         * lib/gc-pbkdf2-sha1.c: New file.
47213
47214         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
47215
47216 2005-10-12  Simon Josefsson  <jas@extundo.com>
47217
47218         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
47219
47220         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
47221
47222 2005-10-12  Simon Josefsson  <jas@extundo.com>
47223
47224         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
47225         GC_USE_HMAC_MD5, respectively.
47226
47227         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
47228         (gc_md5): Fix typo.
47229
47230         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
47231
47232         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
47233
47234         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
47235
47236 2005-10-12  Bruno Haible  <bruno@clisp.org>
47237
47238         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
47239         Reported by Stepan Kasal <kasal@ucw.cz>.
47240
47241 2005-10-11  Simon Josefsson  <jas@extundo.com>
47242
47243         * tests/test-crc.c: New file.
47244
47245         * modules/crc, modules/crc-tests: New files.
47246
47247 2005-10-11  Simon Josefsson  <jas@extundo.com>
47248
47249         * m4/crc.m4: New file.
47250
47251 2005-10-11  Simon Josefsson  <jas@extundo.com>
47252
47253         * lib/gc.h: Add gc_hash and gc_hash_buffer.
47254
47255         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
47256
47257         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
47258
47259 2005-10-11  Simon Josefsson  <jas@extundo.com>
47260
47261         * lib/crc.h, lib/crc.c: New files.
47262
47263         * lib/gc.h (gc_hash_buffer): Add doc.
47264
47265 2005-10-11  Bruno Haible  <bruno@clisp.org>
47266
47267         * modules/c-strcasestr: New file.
47268         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
47269
47270 2005-10-11  Bruno Haible  <bruno@clisp.org>
47271
47272         * modules/c-strcase: New file.
47273         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
47274
47275 2005-10-11  Bruno Haible  <bruno@clisp.org>
47276
47277         * lib/strcasecmp.c: Include limits.h.
47278         (strcasecmp): Avoid integer overflow on exotic platforms.
47279         * lib/strncasecmp.c: Include limits.h.
47280         (strncasecmp): Avoid integer overflow on exotic platforms.
47281         Reported by Paul Eggert.
47282
47283 2005-10-11  Bruno Haible  <bruno@clisp.org>
47284
47285         * lib/c-strcasestr.h: New file, from GNU gettext.
47286         * lib/c-strcasestr.c: New file, from GNU gettext.
47287
47288 2005-10-11  Bruno Haible  <bruno@clisp.org>
47289
47290         * lib/c-strcase.h: New file, from GNU gettext.
47291         * lib/c-strcasecmp.c: New file, from GNU gettext.
47292         * lib/c-strncasecmp.c: New file, from GNU gettext.
47293
47294 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
47295
47296         * modules/mempcpy (License): GPL -> LGPL.
47297         * modules/strchrnul (License): Likewise.
47298         * modules/sysexits (License): Likewise.
47299
47300 2005-10-08  Simon Josefsson  <jas@extundo.com>
47301
47302         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
47303
47304 2005-10-07  Simon Josefsson  <jas@extundo.com>
47305
47306         * m4/memxor.m4: Remove gl_C_RESTRICT call.
47307
47308 2005-10-06  Simon Josefsson  <jas@extundo.com>
47309
47310         * tests/test-hmac-md5.c: New file.
47311
47312         * modules/hmac-md5-tests: New file.
47313
47314         * modules/hmac-md5: New file.
47315
47316 2005-10-06  Simon Josefsson  <jas@extundo.com>
47317
47318         * m4/hmac-md5.m4: New file.
47319
47320         * m4/memxor.m4: Require gl_C_RESTRICT.
47321
47322 2005-10-06  Simon Josefsson  <jas@extundo.com>
47323
47324         * lib/memxor.c (memxor): Avoid casts and warnings.
47325
47326 2005-10-06  Simon Josefsson  <jas@extundo.com>
47327
47328         * lib/hmac-md5.c: New file.
47329
47330         * lib/hmac.h: New file.
47331
47332 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
47333
47334         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
47335         promotes to int, not unsigned int, to catch the AIX 5.3
47336         compiler bug.
47337
47338 2005-10-05  Simon Josefsson  <jas@extundo.com>
47339
47340         * modules/memxor: New file.
47341
47342         * modules/iconv (Files): Move config.rpath to havelib, it is used
47343         there.
47344
47345         * modules/havelib (Files): Add config.rpath.
47346
47347 2005-10-05  Simon Josefsson  <jas@extundo.com>
47348
47349         * m4/memxor.m4: New file.
47350
47351 2005-10-05  Simon Josefsson  <jas@extundo.com>
47352
47353         * lib/memxor.c (memxor): Fix compiler error.
47354
47355         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
47356         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
47357
47358         * lib/memxor.h, lib/memxor.c: New files.
47359
47360         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
47361         we assume all systems have it, suggested by Jim Meyering
47362         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
47363         any systems lack sys/socket.h; mingw32 is known to lack it, but we
47364         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
47365         same reasons.
47366
47367 2005-10-05  Simon Josefsson  <jas@extundo.com>
47368
47369         * config/srclist.txt: Add glibc bug 1423 for md5.h.
47370
47371 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
47372
47373         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
47374         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
47375         needed, since the source code now assumes these .h files.
47376
47377 2005-10-05  Derek Price  <derek@ximbiot.com>
47378
47379         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
47380
47381 2005-10-05  Bruno Haible  <bruno@clisp.org>
47382
47383         * modules/stdint (License): Change to LGPL.
47384
47385 2005-10-04  Simon Josefsson  <jas@extundo.com>
47386
47387         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
47388         D. Baushke" <mdb@gnu.org>.
47389
47390 2005-10-04  Bruno Haible  <bruno@clisp.org>
47391
47392         * lib/verify.h (verify_true): Provide alternative definition for C++.
47393
47394 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
47395
47396         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
47397         (SSIZE_MAX): New macro, if not already defined.
47398         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
47399         than 2 GiB.
47400
47401 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47402
47403         Sync from coreutils.
47404         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
47405         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
47406         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
47407         ULLONG_MAX doesn't work with 2.7.2.1.
47408
47409 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47410
47411         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
47412         From Ben Pfaff.
47413
47414         * modules/exclude (Depends-on): Depend on verify.
47415         * modules/strtoimax (Depends-on): Likewise.
47416         * modules/utimecmp (Depends-on): Likewise.
47417
47418 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47419
47420         * lib/exclude.c: Include verify.h.
47421         (verify): Remove.  All callers changed to use verify.h's version.
47422         * lib/strtoimax.c: Likewise.
47423         * lib/utimecmp.c: Likewis.e
47424
47425         Sync from coreutils.
47426         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
47427         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
47428         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
47429         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
47430         bother returning ENOSYS if settimeofday or stime fails; just let
47431         them return whatever errno they want to return.
47432         * lib/utimens.c: Include unistd.h, for dup2.
47433         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
47434         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
47435
47436 2005-10-02  Jim Meyering  <jim@meyering.net>
47437
47438         Sync from coreutils.
47439         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
47440         from glibc-2.2.5 that fails for read-only files.
47441
47442 2005-10-02  Jim Meyering  <jim@meyering.net>
47443
47444         Sync from coreutils.
47445         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
47446         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
47447         `#if HAVE_CONFIG_H'.
47448         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
47449         Remove AT_FDCWD test.
47450         Do not consume the fd unless successful.
47451         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
47452         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
47453         block, so that we don't even try to compile it if settimeofday is
47454         available.  This works around a compilation failure on OSF1 V5.1,
47455         due to stime requiring a `long int*' while tv_sec is `int'.
47456
47457 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
47458
47459         Sync from coreutils.
47460         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
47461         against `yes', rather than just testing for nonempty.
47462
47463 2005-10-01  Simon Josefsson  <jas@extundo.com>
47464
47465         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
47466         and Darwin.
47467
47468         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
47469         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
47470         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
47471         freeaddrinfo and gai_strerror are declared by the POSIX headers.
47472         Check if struct addrinfo is declared.
47473
47474 2005-10-01  Simon Josefsson  <jas@extundo.com>
47475
47476         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
47477         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
47478         AI_* and EAI_* definitions.  Protect function declarations.
47479
47480 2005-10-01  Jim Meyering  <jim@meyering.net>
47481
47482         Sync from coreutils.
47483
47484         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
47485         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
47486         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
47487         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
47488         in the inet and nsl libraries.  Required on Solaris 5.7.
47489
47490 2005-10-01  Jim Meyering  <jim@meyering.net>
47491
47492         Sync from coreutils.
47493         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
47494         in the inet and nsl libraries.  Required on Solaris 5.7.
47495
47496 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
47497
47498         * lib/getdelim.c (getdelim): Remove unused variables.
47499
47500 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
47501
47502         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
47503         so that the code works even with ancient cpp.  Portability problem
47504         with GCC 2.7.2.1 reported by Thomas M.Ott.
47505
47506 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
47507
47508         * modules/regex (Depends-on): Add strcase.
47509
47510         * modules/gethostname (Licence): Change from GPL to LGPL, since
47511         gethostname.c is a trivial implementation of a standard library
47512         function.
47513         * modules/poll (License): Change from GPL to LGPL, since it's
47514         derived from LGPL code.
47515
47516 2005-09-27  Jim Meyering  <jim@meyering.net>
47517
47518         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
47519         HAVE_CONFIG_H.
47520
47521         * lib/intprops.h (signed_type_or_expr__): Define.
47522         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
47523         for unsigned types.
47524
47525 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
47526
47527         * lib/verify.h (verify_expr): Remove, replacing with:
47528         (verify_true): New macro that returns true instead of void.
47529         (verify_type__): Remove.
47530         (verify): Use verify_true rather than verify_type__.
47531
47532 2005-09-26  Bruno Haible  <bruno@clisp.org>
47533
47534         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
47535         is necessary.
47536         (lib_SOURCES): Remove mbchar.c.
47537         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
47538         (Files): Add m4/mbrtowc.m4.
47539         * modules/mbiter: Likewise.
47540         * modules/mbuiter: Likewise.
47541
47542 2005-09-26  Bruno Haible  <bruno@clisp.org>
47543
47544         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
47545         compile mbchar.c if they are not both present.
47546         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
47547         * m4/mbiter.m4 (gl_MBITER): Likewise.
47548         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
47549         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
47550         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
47551
47552 2005-09-25  Jim Meyering  <jim@meyering.net>
47553
47554         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
47555         also uses socklen_t.
47556
47557 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
47558
47559         * lib/utimens.c (ENOSYS): Define if not already defined.
47560         (futimens): Support having a null PATH if the file descriptor
47561         is nonnegative.
47562
47563         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
47564         Remove.
47565         (__attribute): Define to empty unless GCC 3.1 or later.
47566         This works around a core dump on OpenBSD 3.4, which has GCC
47567         2.95.3, which dumps core when given __attribute__(()).  It also
47568         simplifies other tests, since we really don't want to bother with
47569         worrying about which ancient version of GCC supported what.
47570         Original problem reported by Yoann Vandoorselaere, with part of
47571         the fix suggested by Derek Price.
47572
47573 2005-09-24  Jim Meyering  <jim@meyering.net>
47574
47575         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
47576         so we can once again use a positive bitfield width of 1 -- now we
47577         don't have to explain why we were using a bitfield width of 2.
47578
47579 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
47580
47581         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
47582         and similarly for the other external symbols.  Problem reported
47583         by James Gallager.
47584
47585         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
47586         bug reported by Jim Meyering.
47587
47588         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
47589         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
47590         not needed, since socklen is a prerequisite module.
47591
47592 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
47593
47594         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
47595         Problem reported by Eric Blake.
47596         (getaddrinfo): Initialize se so that it's not garbage.
47597         Redo internal storage allocation so that it doesn't make unportable
47598         assumptions about alignment.
47599         Fix a memory leak.
47600
47601         * lib/utimens.c (futimens): Use futimesat if available.
47602         Prefer it to futimes since it doesn't have the futimes bug.
47603
47604         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
47605         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
47606         Instead, declare a function that returns a pointer to an array,
47607         and use verify_type__ to declare the size of the array.
47608         Problem and germ of a solution reported by Bruno Haible.
47609         (verify_type__): Use 2, not 1, for bitfield size, to avoid
47610         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
47611
47612 2005-09-23  Jim Meyering  <jim@meyering.net>
47613
47614         Sync from coreutils.
47615         Correct build failure (socklen_t not defined) on at least
47616         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
47617         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
47618
47619 2005-09-23  Jim Meyering  <jim@meyering.net>
47620
47621         * modules/getaddrinfo (Depends-on): Add socklen.
47622
47623 2005-09-23  Bruno Haible  <bruno@clisp.org>
47624
47625         * tests/test-verify.c: New file.
47626
47627 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47628
47629         Sync from coreutils.
47630
47631         * modules/argmatch (Depends-on): Add verify.
47632         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
47633         unistd-safer.
47634         * modules/save-cwd (Depends-on): Likewise.
47635
47636         * modules/openat (Files): Add lib/openat-die.c.
47637         (Depends-on): Remove error, exitfail.
47638         Add dirname.
47639
47640         * modules/verify: New file.
47641         * MODULES.html.sh (Diagnostics <assert.h>): New section,
47642         with "verify" module.
47643
47644 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47645
47646         Sync from coreutils.
47647
47648         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
47649         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
47650         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
47651         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
47652         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
47653         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
47654         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
47655         Don't bother checking for string.h, stdlib.h, unistd.h.
47656         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
47657         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
47658         module's job.
47659         * m4/jm-macros.m4 (gl_MACROS): Likewise.
47660         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
47661
47662         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
47663         (gl_GETDATE): Use it.
47664
47665         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
47666
47667 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47668
47669         Sync from coreutils.
47670
47671         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
47672         stat-time.h.
47673         * lib/argmatch.h: Include verify.h
47674         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
47675         (ARGMATCH_ASSERT): Remove; unused.
47676         * lib/canonicalize.c: Assume STDC_HEADERS.
47677         * lib/exclude.c: Include "strcase.h".
47678         * lib/regex_internal.h [!defined _LIBC]: Likewise.
47679         * lib/getusershell.c: Include stdio--.h rather than stdio.h
47680         and stdio-safer.h.
47681         (getusershell): Call fopen, not fopen_safer.
47682         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
47683         Do not include unistd-safer.h.
47684         (save_cwd): Don't call fd_safer; no longer needed
47685         now that we include fcntl--.h.
47686
47687         * lib/getdate.y (relative_time): New type.
47688         (RELATIVE_TIME_0): New constant.
47689         (parser_control): Use relative_time instead of doing it ourselves.
47690         (%union): Add new relative_time rel member.
47691         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
47692         Now typeless.
47693         (relunit, relunit_snumber): Now of type rel.
47694         (zone, rel, relunit, get_date): Adjust to above changes.
47695
47696         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
47697         Do not include unistd-safer.h.
47698         (getloadavg): Don't call fd_safer; no longer needed
47699         now that we include fcntl--.h.
47700
47701         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
47702         (make_dir_parents): Treat ENOSYS like EEXIST.
47703
47704         Improve quality of diagnostics on restore_cwd failure.
47705         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
47706         (make_dir_parents): Last arg is now int * (for errno), not bool *.
47707         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
47708         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
47709         each time through the loop.  Do not diagnose restore_cwd failure;
47710         that is the caller's job (and perhaps the caller does not care).
47711
47712         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
47713         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
47714         If the file already exists but is not a directory, don't bother
47715         to try to make its parents.
47716         Close potential file descriptor leak if we can't chdir("/") (!).
47717         Don't always return true if chdir($PWD) fails; return true only
47718         if the requested action was done successfully (except for the
47719         chdir($PWD)).
47720         Don't log final directory unless we actually made it.
47721         Refactor to avoid duplicate code to fix up permissions.
47722         Don't attempt to fix up parent permissions if chdir($PWD) fails.
47723
47724         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
47725         to make it a bit faster and (I hope) clearer.
47726         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
47727         Fix bug in formats like %2N.
47728
47729         * lib/verify.h: New file.
47730
47731 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47732
47733         Sync from coreutils.
47734         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
47735
47736 2005-09-22  Jim Meyering  <jim@meyering.net>
47737
47738         Sync from coreutils.
47739
47740         * m4/lstat.m4 (gl_FUNC_LSTAT):
47741         Use AC_LIBSOURCES to require lstat.c and lstat.h.
47742         Remove obsolete comment.
47743         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
47744         * m4/xstrtod.m4: Likewise.
47745
47746         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
47747
47748 2005-09-22  Jim Meyering  <jim@meyering.net>
47749
47750         Sync from coreutils.
47751
47752         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
47753
47754         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
47755         the .tm_year member, since otherwise gcc-4.0 would now warn about
47756         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
47757
47758         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
47759         order to avoid an unsuppressible warning from gcc on 64-bit systems.
47760
47761         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
47762         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
47763         when run in a time zone for which daylight savings time is in effect
47764         for the starting date.
47765
47766         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
47767         stop us from restricting permissions of just-created absolute-named
47768         directories.
47769         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
47770         to restore initial working directory.
47771         * lib/mkdir-p.c (make_dir_parents): New parameter:
47772         different_working_dir, to tell caller if/when we change the working
47773         directory and are unable to return to the initial one.
47774         * lib/mkdir-p.h (make_dir_parents): Update prototype.
47775         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
47776         `return false'.  This fixes a bug introduced on 2004-07-30.
47777
47778         * lib/openat.c (fdopendir): Be sure to close the supplied
47779         file descriptor before returning.  This makes our replacement
47780         implementation a little closer to Solaris's, where fdopendir
47781         ties the file descriptor to the returned DIR* pointer.
47782         * lib/openat.c (unlinkat): New function.
47783         * lib/openat.h (unlinkat): Add prototype.
47784         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
47785         (openat_restore_fail): Rename from openat_restore_die.
47786         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
47787
47788         Provide an alternative to exiting immediately upon save_cwd or
47789         restore_cwd failure.  Now, an application can arrange e.g.,
47790         to perform a longjump in that case.
47791         * lib/openat.c: Include dirname.h.
47792         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
47793         (rpl_openat, fdopendir, fstatat): Call openat_save_die
47794         and openat_restore_die rather than calling error directly.
47795         Don't include "error.h" or "exitfail.h"; they're no longer needed.
47796
47797         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
47798         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
47799         define.
47800
47801         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
47802         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
47803                             int utc, int nanoseconds);
47804         Background:
47805         date should not have to allocate a megabyte of virtual memory to
47806         handle a format argument like +%1048575T.  When implemented with
47807         strftime, it must allocate such a buffer, use strftime to fill it
47808         in, print it, then free it.
47809         With fprintftime, it simply prints everything and exits.
47810         With no need for memory allocation, that's one fewer way to fail.
47811         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
47812         optional field width, not before, so we accept %9:z, not %:9z.
47813         (my_strftime): Be sure to use L_('x') for literals.
47814
47815         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
47816         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
47817         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
47818         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
47819         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
47820         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
47821         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
47822         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
47823         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
47824         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
47825         * lib/xgethostname.c, lib/xreadlink.c:
47826         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
47827
47828         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
47829         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
47830         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
47831         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
47832         and don't include <sys/file.h>).
47833
47834 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
47835
47836         Sync from coreutils.
47837
47838         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
47839         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
47840         [!LDAV_DONE]: Avoid unused variable warning.
47841
47842 2005-09-21  Bruno Haible  <bruno@clisp.org>
47843
47844         * lib/unicodeio.h (unicode_to_mb): New declaration.
47845
47846 2005-09-20  Derek Price  <derek@ximbiot.com>
47847
47848         * lib/getaddrinfo.c: Don't include <netdb.h> included from
47849         getaddrinfo.h.
47850
47851 2005-09-20  Bruno Haible  <bruno@clisp.org>
47852
47853         * gnulib-tool: Remove trailing slashes from the values specified for
47854         --source-base, --m4-base, --tests-base, --aux-dir.
47855         Suggested by Simon Josefsson <jas@extundo.com>.
47856
47857 2005-09-20  Bruno Haible  <bruno@clisp.org>
47858
47859         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
47860         func_modules_to_filelist, func_import, func_create_testdir): Make all
47861         sorting results locale-independent, so that gnulib-cache.m4 doesn't
47862         change when gnulib-tool is invoked in a different locale.
47863
47864 2005-09-19  Simon Josefsson  <jas@extundo.com>
47865
47866         * m4/socklen.m4: Fix typo.
47867
47868 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47869
47870         Use a consistent style for including <config.h>.
47871         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
47872         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
47873         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
47874         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
47875         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
47876         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
47877         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
47878         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
47879         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
47880         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
47881         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
47882         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
47883         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
47884         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
47885         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
47886         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
47887         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
47888         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
47889         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
47890         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
47891         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
47892         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
47893         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
47894         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
47895         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
47896         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
47897         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
47898         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
47899         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
47900         lib/xstrtoumax.c, lib/yesno.c:
47901         Standardize inclusion of config.h.
47902         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
47903         lib/inttostr.h:  Removed inclusion of config.h from header files.
47904         * lib/inttostr.c:  Adjusted in-tree users.
47905         * lib/timespec.h: Remove superfluous warning to include config.h.
47906         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
47907         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
47908         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
47909         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
47910         config.h with HAVE_CONFIG_H.
47911
47912 2005-09-19  Jim Meyering  <jim@meyering.net>
47913
47914         * modules/pathmax (License): Change to LGPL.
47915
47916 2005-09-19  Derek Price  <derek@ximbiot.com>
47917
47918         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
47919
47920 2005-09-19  Bruno Haible  <bruno@clisp.org>
47921
47922         * gnulib-tool (import): Provide default for --tests-base.
47923
47924 2005-09-19  Bruno Haible  <bruno@clisp.org>
47925
47926         * doc/quote.texi: New file, extracted from gnulib.texi.
47927         * doc/ctime.texi: New file, extracted from gnulib.texi.
47928         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
47929         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
47930         * doc/gnulib.texi: Include them.
47931
47932 2005-09-18  Bruno Haible  <bruno@clisp.org>
47933
47934         Portability fix.
47935         * gnulib-tool (func_readlink): New function.
47936         (func_ln_if_changed): Use it.
47937
47938 2005-09-18  Bruno Haible  <bruno@clisp.org>
47939
47940         * gnulib-tool: Support --with-tests also with --import.
47941         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
47942         (func_import): Use variables $testsbase and $inctests. Emit a
47943         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
47944         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
47945         SUBDIRS += $testsdir.
47946         (func_create_testdir): Update.
47947
47948 2005-09-18  Bruno Haible  <bruno@clisp.org>
47949
47950         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
47951         instead of $dry_run.
47952         (func_cp_if_changed, func_mv_if_changed): Remove functions.
47953         (func_ln_if_changed): Don't handle dry-run here.
47954         (func_import): In dry-run mode, detect more precisely which actions
47955         would be performed, and don't use "...ing" verbs.
47956
47957 2005-09-18  Bruno Haible  <bruno@clisp.org>
47958
47959         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
47960         (func_import): Use join on two temporary files instead of three nested
47961         loops, in order to determine which files are new or old.
47962
47963 2005-09-18  Bruno Haible  <bruno@clisp.org>
47964
47965         * gnulib-tool (func_import): Comment out code that spits out the
47966         new files with --dry-run.
47967
47968 2005-09-18  Bruno Haible  <bruno@clisp.org>
47969
47970         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
47971
47972 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
47973
47974         * lib/stat-time.h: New file.
47975         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
47976         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
47977         in a different way.
47978         (timespec_cmp): New function.
47979         * lib/utimecmp.c: Include stat-time.h.
47980         (SYSCALL_RESOLUTION): Depend on whether various struct stat
47981         members exist, not on the obsolescent ST_MTIM_NSEC.
47982         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
47983
47984 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
47985
47986         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
47987
47988 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
47989
47990         * MODULES.html.sh (File system functions): Add stat-time.
47991         * modules/stat-time: New file.
47992         * modules/timespec (Files): Remove m4/st_mtim.m4; this
47993         is now done in a different way, by the stat-time module.
47994         * modules/utimecmp (Depends-on): Add stat-time.
47995
47996 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
47997
47998         * m4/st_mtim.m4: Remove.  Superseded by...
47999         * m4/stat-time.m4: New file.
48000         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
48001         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
48002
48003 2005-09-15  Derek Price  <derek@ximbiot.com>
48004
48005         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
48006
48007 2005-09-15  Derek Price  <derek@ximbiot.com>
48008
48009         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
48010         * lib/regex_internal.c: Ditto, using this...
48011         (__GNUC_PREREQ): ...new macro.
48012         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
48013         using...
48014         (__GNUC_PREREQ): ...this new macro.
48015
48016         * lib/strstr.h: Include string.h. Define strstr as a macro here.
48017
48018 2005-09-15  Derek Price  <derek@ximbiot.com>
48019             Paul Eggert  <eggert@cs.ucla.edu>
48020
48021         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
48022         changes, consolidating in...
48023         * lib/regex_internal.h: ...this file.
48024
48025 2005-09-13  Jim Meyering  <jim@meyering.net>
48026
48027         * lib/canon-host.c: Filter through gnu indent and reword comments
48028         slightly.
48029         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
48030
48031 2005-09-13  Derek Price  <derek@ximbiot.com>
48032
48033         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
48034         failure.
48035         Reported by Jim Meyering  <jim@meyering.net>.
48036
48037 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48038
48039         * lib/base64.c: Typo.
48040         (base64_encode): Put b64str in initialized data section.
48041
48042 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
48043
48044         Merge glibc and coreutils changes into gnulib, plus a few
48045         extra fixes.
48046         * lib/md5.c: Use #error rather than a string.
48047         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
48048         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
48049         (__attribute__): Define to empty for non recent-GCC.
48050         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
48051         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
48052         Renamed from their non-__ counterparts, with new macros replacing
48053         them if not _LIBC.  Add __THROW attribute.
48054         (rol): Remove.
48055         (struct md5_ctx): Align buffer if using GCC.
48056         * lib/sha1.h (struct sha1_ctx): Likewise.
48057         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
48058         The old name was backwards.
48059         (NOTSWAP): Remove; not used.
48060         (rol): New macro, moved here from md5.h.
48061         (sha1_process_block): Remove a FIXME that doesn't make sense.
48062
48063 2005-09-12  Derek Price  <derek@ximbiot.com>
48064
48065         Return usable errors from canon-host.
48066         * lib/canon-host.h: New file.
48067         * lib/canon-host.c (canon_host): Wrap...
48068         (canon_host_r): ...this new function, which now relies exclusively on
48069         getaddrinfo.
48070         (ch_strerror): New function.
48071         (last_cherror): New global.
48072         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
48073         interface.
48074         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
48075         void *.
48076         (freeaddrinfo): Free ai->ai_canonname when set.
48077
48078 2005-09-12  Derek Price  <derek@ximbiot.com>
48079
48080         Make canon-host require getaddrinfo.
48081         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
48082         AC_LIBSOURCE canon-host.h.  Call...
48083         (gl_PREREQ_CANON_HOST): ...this new function, which requires
48084         gl_GETADDRINFO.
48085         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
48086
48087 2005-09-12  Derek Price  <derek@ximbiot.com>
48088
48089         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
48090         LGPL.
48091         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
48092
48093 2005-09-12  Derek Price  <derek@ximbiot.com>
48094
48095         * lib/gai_strerror.c: Include config.h when available.  Include
48096         getaddrinfo.h before other headers to test interface.
48097         Reported by Larry Jones <lawrence.jones@ugs.com>.
48098
48099 2005-09-12  Derek Price  <derek@ximbiot.com>
48100             Paul Eggert  <eggert@cs.ucla.edu>
48101
48102         * modules/glob (Files): Add glob-libc.h.
48103
48104 2005-09-12  Derek Price  <derek@ximbiot.com>
48105             Paul Eggert  <eggert@cs.ucla.edu>
48106
48107         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
48108         glob_.h, glob-libc.h.
48109         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
48110
48111 2005-09-12  Derek Price  <derek@ximbiot.com>
48112             Paul Eggert  <eggert@cs.ucla.edu>
48113
48114         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
48115         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
48116         protecting things that should be done only in gnulib contexts.
48117         * lib/glob_.h: New file, containing only the glob things needed for
48118         gnulib.
48119         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
48120         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
48121         (glob, globfree, glob_pattern_p): Now defined simply in terms of
48122         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
48123         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
48124         and to respect the namespace rules better.
48125
48126 2005-09-08  Simon Josefsson  <jas@extundo.com>
48127
48128         * modules/socklen: New file.
48129
48130 2005-09-08  Simon Josefsson  <jas@extundo.com>
48131
48132         * m4/socklen.m4: New file.
48133
48134 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48135
48136         * modules/utimens (Files): Add m4/utimbuf.m4, since
48137         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
48138         Reported by Sergey Poznyakoff.
48139
48140 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48141
48142         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
48143         definitions, since that's the preferred style in glibc.
48144         Fix a minor spacing issue, and update copyright notice to match
48145         glibc's.
48146
48147 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48148
48149         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
48150
48151 2005-09-06  Simon Josefsson  <jas@extundo.com>
48152
48153         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
48154         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
48155
48156 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48157
48158         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
48159         warning.
48160
48161 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48162
48163         * config/srclist.txt: Add glibc bug 1302.
48164
48165 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
48166
48167         Change bitset word type from unsigned int to unsigned long int,
48168         as this has better performance on typical 64-bit hosts.
48169         Port bitset code to hosts with unusual word sizes.
48170         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
48171         (build_collating_symbol):
48172         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
48173         argument is a bitset.  This is merely a style issue, but it makes
48174         it clearer that an entire array is expected.
48175         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
48176         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
48177         Port to the case where bitset_word is not the same as unsigned int.
48178         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48179         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
48180         Likewise.
48181         * lib/regexec.c (check_dst_limits_calc_pos_1,
48182         check_subexp_matching_top):
48183         (build_trtable, group_nodes_into_DFAstates):
48184         Likewise.
48185         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
48186         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
48187         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
48188         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
48189         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
48190         * lib/regcomp.c (optimize_subexps, lower_subexp):
48191         Work even if bitset_word has holes in its bitwise representation.
48192         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
48193         * lib/regexec.c (check_dst_limits_calc_pos_1,
48194         check_subexp_matching_top):
48195         Likewise.
48196         * lib/regex_internal.c (re_string_reconstruct):
48197         Don't assume UCHAR_MAX == 255.
48198         * lib/regex_internal.h (bitset_set_all): Likewise.
48199         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
48200         All uses changed.
48201         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
48202         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
48203         All uses changed.
48204         (BITSET_WORD_MAX): New macro.
48205         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
48206         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
48207         (bitset_empty, bitset_copy):
48208         Prefer sizeof (bitset) to multiplying it out ourselves.
48209         (bitset_not_merge): Remove; unused.
48210         (bitset_contain): Return bool, not unsigned int with one bit on.
48211         All callers changed.
48212         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
48213         alignment than re_node_set; do this by defining a new internal
48214         type struct dests_alloc and using it to allocate memory.
48215
48216 2005-09-05  Bruno Haible  <bruno@clisp.org>
48217
48218         * gnulib-tool (func_import): Fix comparison in handling of symbolic
48219         links.
48220
48221 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
48222
48223         * modules/size_max (Makefile.am): Add size_max.h
48224
48225 2005-09-04  Derek Price  <derek@ximbiot.com>
48226
48227         * gnulib-tool (func_import): Fix reversed $symbolic logic.
48228
48229 2005-09-03  Simon Josefsson  <jas@extundo.com>
48230
48231         * gnulib-tool: Fix typo.
48232
48233 2005-09-03  Simon Josefsson  <jas@extundo.com>
48234
48235         * config/srclist.txt: Add glibc bug 1293.
48236
48237 2005-09-03  Derek Price  <derek@ximbiot.com>
48238
48239         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
48240         From Larry Jones <lawrence.jones@ugs.com>.
48241
48242 2005-09-02  Simon Josefsson  <jas@extundo.com>
48243
48244         * modules/socklen: New file.
48245
48246 2005-09-02  Simon Josefsson  <jas@extundo.com>
48247
48248         * modules/havelib: New module.
48249
48250         * modules/gettext, modules/iconv, modules/lock, modules/readline:
48251         Use havelib.
48252
48253 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48254
48255         Check for arithmetic overflow when calculating sizes, to prevent
48256         some buffer-overflow issues.  These patches are conservative, in the
48257         sense that when I couldn't determine whether an overflow was possible,
48258         I inserted a run-time check.
48259         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
48260         macros.
48261         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
48262         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
48263         (re_xnrealloc, re_x2nrealloc): New inline functions.
48264         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
48265         parse_bracket_exp):
48266         (build_equiv_class, build_charclass): Check for arithmetic overflow
48267         in size expression calculations.
48268         * lib/regex_internal.c (re_string_realloc_buffers):
48269         (build_wcs_upper_buffer, re_node_set_add_intersect):
48270         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
48271         (re_dfa_add_node, register_state): Likewise.
48272         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
48273         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
48274         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
48275         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
48276
48277 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48278
48279         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48280         m4/ulonglong.m4.  Problem reported by Martin Lambers.
48281
48282 2005-09-02  Bruno Haible  <bruno@clisp.org>
48283
48284         Support for lib vs. lib64 distinction on biarch platforms.
48285         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
48286         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
48287         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
48288
48289 2005-09-02  Bruno Haible  <bruno@clisp.org>
48290
48291         * gnulib-tool (import): In the other first-use case, provide defaults
48292         as well.
48293
48294 2005-09-02  Bruno Haible  <bruno@clisp.org>
48295
48296         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
48297         patches not yet found in the latest gettext release.
48298
48299 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48300
48301         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
48302         to avoid a collision with bits/local_lim.h in glibc.
48303         All uses changed.  Problem reported by Dmitry V. Levin in
48304         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
48305
48306         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
48307         bugs in int versus size_t comparisons.
48308         (re_string_context_at): Fix bug where the code assumed that
48309         Idx is signed.
48310
48311         Use bool where appropriate.
48312         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
48313         All callers changed.
48314         (calc_eclosure_iter): Likewise, for ROOT arg.
48315         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
48316         (build_charclass_op): Likewise, for NON_MATCH arg.
48317         * lib/regex_internal.c (re_string_allocate, re_string_construct):
48318         (re_string_construct_common): Likewise, for ICASE arg.
48319         * lib/regexec.c (re_search_2_stub, re_search_stub):
48320         Likewise, for RET_LEN arg.
48321         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
48322         (set_regs): Likewise, for FL_BACKTRACK arg.
48323         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
48324         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
48325         (calc_eclosure_iter, parse_bracket_exp):
48326         Use bool for internal variables that are booleans.
48327         * lib/regexec.c (re_search_internal, check_matching,
48328         proceed_next_node):
48329         (set_regs, build_sifted_states, sift_states_bkref):
48330         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
48331         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
48332         (find_collation_sequence_value):
48333         Likewise.
48334         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
48335         (re_node_set_compare):
48336         Return bool, not int. All callers changed.
48337         * lib/regexec.c (check_halt_node_context, check_dst_limits):
48338         (build_trtable, check_node_accept): Likewise.
48339         * lib/regex_internal.h: Include stdbool.h.
48340
48341         Fix bugs uncovered when converting to bool.
48342         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
48343         failure instead of charging ahead blindly.
48344         * lib/regex_internal.c (register_state): Likewise.
48345         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
48346         for freeing internal storage.
48347         (group_nodes_into_DFA_states): Use unsigned int, not int, for
48348         bitset pieces used as boolean, to avoid undefined behavior
48349         on hosts that do int overflow checking.
48350
48351 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48352
48353         * config/srclist.txt: Add glibc bugs 1285-1287.
48354
48355 2005-09-01  Jim Meyering  <jim@meyering.net>
48356
48357         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
48358         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
48359         Require gl_STAT_MACROS, too.
48360
48361 2005-09-01  Bruno Haible  <bruno@clisp.org>
48362
48363         * gnulib-tool (import): In the first-use case, provide defaults.
48364
48365 2005-09-01  Bruno Haible  <bruno@clisp.org>
48366
48367         * gnulib-tool (func_import): Remove the .tmp files.
48368
48369 2005-09-01  Bruno Haible  <bruno@clisp.org>
48370
48371         * gnulib-tool (func_import): Fix handling of symbolic links.
48372
48373 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48374
48375         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
48376         old glibc regex code mishandles strings longer than 2**31 bytes.
48377         This patch fixes this when the regex code is used in gnulib
48378         (i.e., outside glibc).
48379
48380         This patch should not affect the use of the regex code inside
48381         glibc.  No doubt this problem also needs to be handled for glibc
48382         as well, but the result will be an incompatible change to the
48383         glibc ABI, and the old ABI will have to be supported too.  That
48384         can be the the subject for another patch.
48385
48386         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
48387         governing whether the rest of this patch is active.  By default,
48388         the macro is disabled and the patch has no effect.
48389         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
48390         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
48391         (struct re_pattern_buffer, re_search, re_search_2, re_match):
48392         (re_match_2, re_set_registers): Use the new types.
48393         * lib/regex_internal.h (Idx, re_hashval_t): New types.
48394         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
48395         New macros.
48396         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
48397         (re_string_context_at, bin_tree_t, re_dfastate_t):
48398         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
48399         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
48400         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
48401         (re_string_char_size_at, re_string_wchar_at):
48402         (re_string_elem_size_at):
48403         Use the new types and macros to port to 64-bit hosts.
48404         Use unsigned types for internal values, so that the code
48405         mostly works even for arrays larger than SSIZE_MAX.
48406         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
48407         (search_duplicated_node, calc_eclosure_iter, fetch_number):
48408         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
48409         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
48410         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
48411         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
48412         (calc_inveclosure, parse_dup_op, build_range_exp):
48413         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
48414         (fetch_number, create_token_tree, mark_opt_subexp):
48415         Likewise.
48416         * lib/regex_internal.c (re_string_construct_common,
48417         create_ci_newstate):
48418         (create_cd_newstate, re_string_allocate, re_string_construct):
48419         (re_string_realloc_buffers, build_wcs_upper_buffer):
48420         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
48421         (re_string_reconstruct, re_string_peek_byte_case):
48422         (re_string_fetch_byte_case, re_string_context_at):
48423         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
48424         (re_node_set_init_copy, re_node_set_add_intersect):
48425         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
48426         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
48427         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
48428         (re_acquire_state, re_acquire_state_context, register_state):
48429         Likewise.
48430         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
48431         search_cur_bkref_entry):
48432         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
48433         (re_search_internal, re_search_2_stub, re_search_stub)
48434         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
48435         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
48436         (update_cur_sifted_state, check_dst_limits):
48437         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
48438         (check_subexp_limits, sift_states_bkref, merge_state_array):
48439         (check_subexp_matching_top, get_subexp, get_subexp_sub):
48440         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
48441         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
48442         (expand_bkref_cache, check_node_accept_bytes):
48443         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
48444         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
48445         (acquire_init_state_context, check_halt_node_context):
48446         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
48447         (sift_states_backward, clean_state_log_if_needed):
48448         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
48449         (find_recover_state, transit_state_sb, transit_state_mb):
48450         (transit_state_bkref, build_trtable, match_ctx_clean):
48451         Likewise.
48452         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
48453         to work around an assumption that REG_MISSING is negative.
48454
48455         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
48456         (seek_collating_symbol_entry) [defined _LIBC]:
48457         (lookup_collation_sequence_value) [defined _LIBC]:
48458         (build_range_exp, build_collating_symbol) [defined _LIBC]:
48459         Use prototypes rather than old-style function definitions.
48460         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
48461         (transit_state_sb) [0]:
48462         (find_collation_sequence_value) [defined _LIBC]: Likewise.
48463
48464         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
48465         rm_eo.
48466
48467         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
48468         (optimize_subexps, lower_subexp):
48469         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
48470         since the signed shift might overflow.  Use 1u<<31 instead.
48471         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48472         Likewise.
48473         * lib/regexec.c (check_dst_limits_calc_pos_1,
48474         check_subexp_matching_top): Likewise.
48475
48476         * lib/regcomp.c (optimize_subexps, lower_subexp):
48477         Use CHAR_BIT rather than 8, for clarity.
48478         * lib/regexec.c (check_dst_limits_calc_pos_1):
48479         (check_subexp_matching_top): Likewise.
48480         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
48481         have to worry about portability issues when shifting it left.
48482         Remove no-longer-needed test for table_size > 0.
48483         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
48484         in a word, as the resulting behavior is undefined.
48485         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
48486         in one case, a <= should have been an <, and in another case the
48487         whole test was missing.
48488         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
48489         the standard name CHAR_BIT.
48490         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
48491         this is not true on one's complement and signed-magnitude hosts.
48492
48493         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
48494         next_last_offset.
48495         (struct re_dfa_t): Remove unused member states_alloc.
48496         * lib/regcomp.c (init_dfa): Don't initialize unused members.
48497
48498 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48499
48500         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
48501         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
48502         and large-file glibc and in 32-bit large-file Solaris.
48503
48504 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48505
48506         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
48507         lengths fit in regoff_t; this isn't true if regoff_t is the same
48508         width as size_t.
48509         * lib/regex.c (re_search_internal): 5th arg is LAST_START
48510         (= START + RANGE) instead of RANGE.  This avoids overflow
48511         problems when regoff_t is the same width as size_t.
48512         All callers changed.
48513         (re_search_2_stub): Check for overflow when adding the
48514         sizes of the two strings.
48515         (re_search_stub): Check for overflow when adding START
48516         to RANGE; if it occurs, substitute the extreme value.
48517
48518 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48519
48520         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
48521
48522 2005-08-31  Jim Meyering  <jim@meyering.net>
48523
48524         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
48525         a pointer-to-const.
48526         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
48527         (register_state): Likewise.
48528         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
48529         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
48530         (group_nodes_into_DFAstates): Likewise.
48531
48532 2005-08-31  Jim Meyering  <jim@meyering.net>
48533
48534         * check-module: Add a FIXME comment.
48535
48536 2005-08-31  Eric Blake  <ebb9@byu.net>
48537
48538         * modules/unistd-safer (Files): Add unistd--.h.
48539         * modules/stdio-safer (Files): Add stdio--.h.
48540
48541 2005-08-31  Derek Price  <derek@ximbiot.com>
48542
48543         * lib/getdelim.c (getdelim): Return EOF on EOF.
48544         Reported by Larry Jones <lawrence.jones@ugs.com>.
48545
48546 2005-08-31  Bruno Haible  <bruno@clisp.org>
48547
48548         Avoid unnecessary diffs in the generated lib/Makefile.am.
48549         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
48550         the generated files.
48551         (func_import): Don't set cmd.
48552
48553 2005-08-31  Bruno Haible  <bruno@clisp.org>
48554
48555         * lib/strstr.c: Include <stddef.h>, for NULL.
48556         * lib/strcasestr.c: Likewise.
48557         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48558
48559 2005-08-31  Bruno Haible  <bruno@clisp.org>
48560
48561         * gnulib-tool: New option --macro-prefix.
48562         (func_import): Use macro_prefix.
48563         (import): Handle option --macro-prefix.
48564
48565 2005-08-31  Bruno Haible  <bruno@clisp.org>
48566
48567         * gnulib-tool (import): Rename most ac_* variables to cached_*.
48568         Also use new variables cached_lgpl, cached_libtool.
48569
48570 2005-08-31  Bruno Haible  <bruno@clisp.org>
48571
48572         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
48573         always instantiating them.
48574
48575 2005-08-31  Bruno Haible  <bruno@clisp.org>
48576
48577         * gnulib-tool (func_import): Read the previous cached settings
48578         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
48579         earlier added by gnulib but are now dropped. Warn when a gnulib file
48580         overwrites a non-gnulib file.
48581
48582 2005-08-31  Bruno Haible  <bruno@clisp.org>
48583
48584         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
48585         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
48586         projects that don't keep autogenerated files in CVS. Put into
48587         actioncmd only the specified modules, not the transitive closure.
48588
48589 2005-08-31  Bruno Haible  <bruno@clisp.org>
48590
48591         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
48592         Create directories that shall be filled.
48593         (import): Don't look for gl_* macros in configure.ac. Recurse across
48594         all directories containing a gnulib-cache.m4 files, if meaningful.
48595
48596 2005-08-31  Bruno Haible  <bruno@clisp.org>
48597
48598         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
48599         (import): Set seen_libtool when we see gl_LIBTOOL.
48600
48601 2005-08-31  Bruno Haible  <bruno@clisp.org>
48602
48603         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
48604         declaration macro definitions from generated gnulib.m4.
48605
48606 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
48607
48608         * lib/iconvme.h: Add prototype for iconv_alloc.
48609
48610 2005-08-29  Simon Josefsson  <jas@extundo.com>
48611
48612         * lib/iconvme.c: Fix errno.
48613
48614 2005-08-29  Bruno Haible  <bruno@clisp.org>
48615
48616         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
48617         that it works when the directory contains spaces.
48618
48619 2005-08-29  Bruno Haible  <bruno@clisp.org>
48620
48621         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
48622
48623 2005-08-29  Bruno Haible  <bruno@clisp.org>
48624
48625         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
48626         Emit more advice.
48627
48628 2005-08-29  Bruno Haible  <bruno@clisp.org>
48629         and Stepan Kasal  <kasal@ucw.cz>
48630
48631         * check-module: If more parameters are given, check each of them
48632         separately; add more exceptions, as noted by Jim Meyering.
48633         (check_module): New procedure.
48634         (%exempt_header): Now contains all exceptions.
48635
48636 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
48637
48638         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
48639
48640 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
48641
48642         * lib/iconvme.c: Split iconv_string into iconv_alloc.
48643
48644 2005-08-28  Bruno Haible  <bruno@clisp.org>
48645
48646         * m4/gnulib-tool.m4: New file.
48647
48648 2005-08-27  Jim Meyering  <jim@meyering.net>
48649
48650         * modules/unistd-safer (Files): Add pipe-safer.c.
48651         * modules/fcntl-safer (Files): Add creat-safer.c.
48652
48653 2005-08-27  Jim Meyering  <jim@meyering.net>
48654
48655         * m4/stdlib-safer.m4: New file.  From coreutils.
48656         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
48657         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
48658         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
48659         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
48660         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
48661
48662 2005-08-27  Jim Meyering  <jim@meyering.net>
48663
48664         * lib/fopen-safer.c: Merge minor changes from coreutils.
48665         * lib/dup-safer.c: Likewise.
48666         * lib/fd-safer.c: Likewise.
48667
48668         Merge from coreutils.
48669         * lib/stdio--.h: New file.
48670         * lib/stdlib--.h: New file.
48671         * lib/mkstemp-safer.c: New file.
48672
48673         GNU tar needs these.
48674         * lib/pipe-safer.c: New file.
48675         * lib/creat-safer.c: New file.
48676         * lib/fcntl--.h (creat): Define to creat_safer.
48677         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
48678         * lib/unistd--.h (pipe): Define to pipe_safer.
48679         * lib/unistd-safer.h: Declare pipe_safer.
48680
48681 2005-08-26  Simon Josefsson  <jas@extundo.com>
48682
48683         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
48684         Haible <bruno@clisp.org>.
48685
48686 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
48687
48688         * lib/regex_internal.h: Remove all references to
48689         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
48690         or better.
48691         (bitset_not, bitset_merge, bitset_not_merge):
48692         (bitset_mask, re_string_allocate, re_string_construct):
48693         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
48694         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
48695         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
48696         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
48697         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
48698         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
48699         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
48700         (re_acquire_state_context):
48701         Remove unnecessary forward decls.
48702         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
48703         Put __attribute at function definition,
48704         now that the function decl has been removed.
48705         * lib/regex_internal.c (re_string_peek_byte_case):
48706         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
48707         Likewise.
48708
48709 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
48710
48711         * m4/regex.m4: Add AC_PREREQ(2.50).
48712         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
48713
48714 2005-08-25  Simon Josefsson  <jas@extundo.com>
48715
48716         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
48717         __fsetlocking.
48718
48719 2005-08-25  Simon Josefsson  <jas@extundo.com>
48720
48721         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
48722         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
48723         GLIBC specific code.
48724
48725 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48726
48727         Make regex safe for g++.  This fixes one real bug (an "err"
48728         that should have been "*err").  g++ problem reported by
48729         Sam Steingold.
48730         * lib/regex_internal.h (re_calloc): New macro, consistent with
48731         re_malloc etc.  All callers of calloc changed to use re_calloc.
48732         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
48733         not int.  All callers changed.
48734         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
48735         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
48736         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
48737         (find_recover_state): Change "err" to "*err"; this fixes what
48738         appears to be a real bug.
48739         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
48740         versus int.
48741
48742 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48743
48744         * modules/regex (Depends-on): Add malloc, since the code
48745         assumes that !malloc(0) means failure.
48746
48747 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48748
48749         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
48750
48751         alloca modernization/simplification for regex.
48752         * lib/regex.c: Remove portability cruft for alloca.  This no longer
48753         needs to be at the start of the file, and can be moved into
48754         regex_internal.h and simplified.
48755         * lib/regex_internal.h: Include <alloca.h>.
48756         (__libc_use_alloca) [!defined _LIBC]: New macro.
48757         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
48758         now works outside glibc.
48759
48760 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48761
48762         * config/srclist.txt: Add glibc bugs 1241, 1245.
48763
48764 2005-08-25  Jim Meyering  <jim@meyering.net>
48765
48766         * lib/open-safer.c: Include <config.h>.
48767         Otherwise, we'd lose LARGEFILE support in any file using
48768         e.g. "fcntl--.h"
48769
48770 2005-08-25  Bruno Haible  <bruno@clisp.org>
48771
48772         * m4/minmax.m4: Require autoconf 2.52.
48773         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
48774         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
48775         alternatives of translit over the alphabet.
48776         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
48777
48778 2005-08-24  Simon Josefsson  <jas@extundo.com>
48779
48780         * tests/test-getpass.c: New file.
48781
48782 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48783
48784         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
48785         for GNU regex features.
48786
48787 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48788
48789         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
48790         * lib/regex.h (regerror): Likewise.
48791
48792         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
48793         requires this.  (The code never needed it.)
48794
48795         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
48796         All uses of recently-renamed identifiers changed to use the new,
48797         POSIX-compliant names.  The code will build and run just fine
48798         without these changes, but it's better to eat our own dog food
48799         and use the standard-conforming names.
48800
48801         * lib/regex.h: Fix a multitude of POSIX name space violations.
48802         These changes have an effect only for programs that define
48803         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
48804         do not change anything for programs compiled in the normal way.
48805         Also, there is no effect on the ABI.
48806
48807         (_REGEX_SOURCE): New macro.
48808         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
48809         defined and _GNU_SOURCE is not; this fixes a name space violation.
48810
48811         Rename the following macros to obey POSIX requirements.
48812         The old names are still visible as macros if _REGEX_SOURCE is defined.
48813         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
48814         RE_BACKSLASH_ESCAPE_IN_LISTS.
48815         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
48816         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
48817         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
48818         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
48819         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
48820         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
48821         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
48822         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
48823         (REG_INTERVALS): renamed from RE_INTERVALS.
48824         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
48825         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
48826         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
48827         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
48828         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
48829         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
48830         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
48831         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
48832         RE_UNMATCHED_RIGHT_PAREN_ORD.
48833         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
48834         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
48835         (REG_DEBUG): renamed from RE_DEBUG.
48836         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
48837         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
48838         unusual, since we can't clash with the POSIX REG_ICASE.
48839         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
48840         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
48841         (REG_NO_SUB): renamed from RE_NO_SUB.
48842         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
48843         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
48844         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
48845         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
48846         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
48847         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
48848         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
48849         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
48850         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
48851         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
48852         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
48853         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
48854         RE_SYNTAX_POSIX_MINIMAL_BASIC.
48855         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
48856         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
48857         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
48858         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
48859         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
48860         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
48861         (REG_FIXED): Renamed from REGS_FIXED.
48862         (REG_NREGS): Renamed from RE_NREGS.
48863
48864         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
48865         of other REG_* macros, since POSIX says the user is allowed to
48866         #undef these macros selectively.
48867
48868         (reg_errcode_t): Update comment stating what other tables need
48869         to be consistent.
48870
48871         Rename the following enum values to obey POSIX requirements.
48872         The old names are still visible as macros.
48873         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
48874         is not defined, since GNU is supposed to be a superset of POSIX as
48875         much as possible, and since we want reg_errcode_t to be a signed
48876         type for implementation consistency.
48877         (_REG_NOERROR): Renamed from REG_NOERROR.
48878         (_REG_NOMATCH): Renamed from REG_NOMATCH.
48879         (_REG_BADPAT): Renamed from REG_BADPAT.
48880         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
48881         (_REG_ECTYPE): Renamed from REG_ECTYPE.
48882         (_REG_EESCAPE): Renamed from REG_EESCAPE.
48883         (_REG_ESUBREG): Renamed from REG_ESUBREG.
48884         (_REG_EBRACK): Renamed from REG_EBRACK.
48885         (_REG_EPAREN): Renamed from REG_EPAREN.
48886         (_REG_EBRACE): Renamed from REG_EBRACE.
48887         (_REG_BADBR): Renamed from REG_BADBR.
48888         (_REG_ERANGE): Renamed from REG_ERANGE.
48889         (_REG_ESPACE): Renamed from REG_ESPACE.
48890         (_REG_BADRPT): Renamed from REG_BADRPT.
48891         (_REG_EEND): Renamed from REG_EEND.
48892         (_REG_ESIZE): Renamed from REG_ESIZE.
48893         (_REG_ERPAREN): Renamed from REG_ERPAREN.
48894         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
48895         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
48896         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
48897         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
48898
48899         (_REG_RE_NAME, _REG_RM_NAME): New macros.
48900         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
48901         changed.  But support the old name if the new one is not defined
48902         and if _REGEX_SOURCE.
48903
48904         Change the following member names in struct re_pattern_buffer.
48905         The old names are still supported if !_REGEX_SOURCE.
48906         The new names are always supported, regardless of _REGEX_SOURCE.
48907         (re_buffer): Renamed from buffer.
48908         (re_allocated): Renamed from allocated.
48909         (re_used): Renamed from used.
48910         (re_syntax): Renamed from syntax.
48911         (re_fastmap): Renamed from fastmap.
48912         (re_translate): Renamed from translate.
48913         (re_can_be_null): Renamed from can_be_null.
48914         (re_regs_allocated): Renamed from regs_allocated.
48915         (re_fastmap_accurate): Renamed from fastmap_accurate.
48916         (re_no_sub): Renamed from no_sub.
48917         (re_not_bol): Renamed from not_bol.
48918         (re_not_eol): Renamed from not_eol.
48919         (re_newline_anchor): Renamed from newline_anchor.
48920
48921         Change the following member names in struct re_registers.
48922         The old names are still supported if !_REGEX_SOURCE.
48923         The new names are always supported, regardless of _REGEX_SOURCE.
48924         (rm_num_regs): Renamed from num_regs.
48925         (rm_start): Renamed from start.
48926         (rm_end): Renamed from end.
48927
48928         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
48929         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
48930         Prepend __ to parameter names.
48931
48932         Undo yesterday's changes.
48933
48934 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48935
48936         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
48937         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
48938         lib/regex.c.
48939
48940 2005-08-24  Jim Meyering  <jim@meyering.net>
48941
48942         Sync from coreutils.
48943         * m4/fcntl-safer.m4: New file.
48944
48945         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
48946         and object files for this module.
48947
48948 2005-08-24  Jim Meyering  <jim@meyering.net>
48949
48950         Sync from coreutils.
48951         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
48952
48953 2005-08-24  Jim Meyering  <jim@meyering.net>
48954
48955         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
48956         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
48957
48958 2005-08-24  Jim Meyering  <jim@meyering.net>
48959
48960         * modules/fcntl-safer: New module.
48961         * modules/fts (Depends-on): Add fcntl-safer.
48962         * MODULES.html.sh (File descriptor based Input/Output):
48963         Add fcntl-safer.
48964
48965 2005-08-24  Bruno Haible  <bruno@clisp.org>
48966
48967         Support for unit test modules.
48968         * modules/README: Mention tests modules.
48969         * modules/TEMPLATE-TESTS: New file.
48970         * gnulib-tool: New options --extract-tests-module, --with-tests and
48971         --tests-base (unused for the moment).
48972         (testsbase, inctests): New variables.
48973         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
48974         (func_verify_module): Exclude TEMPLATE-TESTS.
48975         (func_verify_nontests_module, func_verify_tests_module): New functions.
48976         (func_get_dependencies): Add implicit dependency for tests modules.
48977         (func_get_tests_module): New function.
48978         (func_modules_transitive_closure): When --with-tests was specified,
48979         include the unit tests as well, unless explicitly avoided.
48980         (func_emit_lib_Makefile_am): Ignore the tests modules here.
48981         (func_emit_tests_Makefile_am): New function.
48982         (func_create_testdir): When --with-tests was specified, emit a
48983         tests/ directory.
48984         * MODULES.html.sh (Future developments): Update.
48985
48986 2005-08-24  Bruno Haible  <bruno@clisp.org>
48987
48988         * modules/tls-tests: New file.
48989         * tests/test-tls.c: New file, from GNU gettext.
48990
48991 2005-08-24  Bruno Haible  <bruno@clisp.org>
48992
48993         * modules/lock-tests: New file.
48994         * tests/test-lock.c: New file, from GNU gettext.
48995
48996 2005-08-24  Bruno Haible  <bruno@clisp.org>
48997
48998         * lib/lock.h: Add multiple inclusion guard.
48999         * lib/tls.h: Add multiple inclusion guard.
49000
49001 2005-08-24  Bruno Haible  <bruno@clisp.org>
49002
49003         * gnulib-tool: Add support for the --aux-dir option to
49004         --create-testdir, --create-megatestdir, --test, --megatest.
49005         (func_create_testdir, func_create_megatestdir): Optionally emit a
49006         AC_CONFIG_AUX_DIR directive.
49007         (create-testdir, create-megatestdir, test, megatest): Provide a
49008         default value for $auxdir.
49009
49010 2005-08-24  Bruno Haible  <bruno@clisp.org>
49011
49012         * gnulib-tool (import): Use compound statement instead of subshell
49013         where possible.
49014
49015 2005-08-24  Bruno Haible  <bruno@clisp.org>
49016
49017         * gnulib-tool (import): Change --aux-dir default to "build-aux".
49018
49019 2005-08-24  Bruno Haible  <bruno@clisp.org>
49020
49021         * gnulib-tool (func_version): Update.
49022
49023 2005-08-24  Bruno Haible  <bruno@clisp.org>
49024
49025         * gnulib-tool (func_import, func_create_testdir,
49026         func_create_megatestdir): Quote all autoconf macro arguments.
49027
49028 2005-08-24  Bruno Haible  <bruno@clisp.org>
49029
49030         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
49031         option --force, because --force causes the aclocal.m4 of each
49032         subdirectory to be newer than the corresponding config.h.in.
49033
49034 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49035
49036         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
49037         All contents moved to gl_REGEX.
49038         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
49039         assume that it does.
49040
49041 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49042
49043         * lib/regex.h (REG_NOSYS)
49044         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
49045         Define, since POSIX requires it as of 2001.
49046         (_REG_ENOSYS)
49047         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
49048         New private symbol, used to keep the enum signed in all cases.
49049         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
49050         Youngman in
49051         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
49052
49053         * lib/regex_internal.c (re_string_skip_chars, register_state):
49054         (calc_state_hash):
49055         Remove forward decls; no longer needed now that we use prototypes.
49056         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
49057         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
49058         (clean_state_log_if_needed): Likewise.
49059
49060 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49061
49062         * config/srclist.txt: Add glibc bugs 1231-1233.
49063
49064 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49065
49066         Fix problems reported by Sam Steingold in
49067         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
49068         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
49069         assumed that reg_errcode_t is a signed type, which is not
49070         necessarily true if _XOPEN_SOURCE is not defined.
49071         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
49072         since some compilers warn about it otherwise.
49073
49074 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49075
49076         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
49077         (init_word_char, create_initial_state, duplicate_node_closure):
49078         (fetch_token, peek_token_bracket, build_range_exp):
49079         (build_collating_symbol): Remove forward decls; no longer needed
49080         now that we use prototypes.
49081
49082         * lib/regcomp.c:
49083         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
49084         (re_compile_fastmap_iter, regcomp, regerror, regfree):
49085         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
49086         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
49087         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
49088         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
49089         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
49090         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
49091         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
49092         (build_range_exp, build_collating_symbol, parse_bracket_exp):
49093         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
49094         (build_charclass, build_charclass_op, fetch_number, create_tree):
49095         (create_token_tree, mark_opt_subexp, duplicate_tree):
49096         Use prototypes rather than old-style definitions.
49097
49098         * lib/regex_internal.c:
49099         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
49100         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
49101         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
49102         (re_string_reconstruct, re_string_peek_byte_case):
49103         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
49104         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
49105         (re_node_set_init_copy, re_node_set_add_intersect):
49106         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49107         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49108         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
49109         (re_acquire_state, re_acquire_state_context, register_state):
49110         (create_ci_newstate, create_cd_newstate, free_state):
49111         Likewise.
49112         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
49113         re_search_2):
49114         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
49115         (re_search_internal, prune_impossible_nodes):
49116         (acquire_init_state_context, check_matching, static):
49117         (check_halt_node_context, check_halt_state_context, proceed_next_node):
49118         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
49119         (update_regs, sift_states_backward, build_sifted_states):
49120         (clean_state_log_if_needed, merge_state_array):
49121         (update_cur_sifted_state, add_epsilon_src_nodes):
49122         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
49123         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
49124         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
49125         (find_recover_state, check_subexp_matching_top, transit_state_mb):
49126         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
49127         (check_arrival, check_arrival_add_next_nodes):
49128         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
49129         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49130         (check_node_accept_bytes, check_node_accept, extend_buffers):
49131         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
49132         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
49133         (sift_ctx_init):
49134         Likewise.
49135
49136         * lib/regex_internal.h:
49137         (re_string_allocate, re_string_construct, re_string_reconstruct):
49138         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
49139         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
49140         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
49141         (re_string_context_at, re_string_peek_byte_case):
49142         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
49143         is defined, since we now use prototypes always.
49144
49145         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
49146         C89 or better.  All uses removed.
49147
49148 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49149
49150         * config/srclist.txt: Add glibc bugs 1220-1227.
49151
49152 2005-08-20  Jim Meyering  <jim@meyering.net>
49153
49154         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
49155         of unused local, dfa.
49156
49157 2005-08-20  Bruno Haible  <bruno@clisp.org>
49158
49159         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
49160
49161 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49162
49163         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
49164         (re_node_set_insert_last, re_dfa_add_node):
49165         Rename local variables to avoid GCC shadowing warnings.
49166
49167 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49168
49169         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
49170         [defined lint]: Suppress bogus uninitialized-variable warnings.
49171
49172         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
49173         and let the caller return REG_ESPACE if out of space.  This
49174         removes an uninitialied-variable warning with GCC 4.0.1, and also
49175         avoids taking the address of a local variable.  All callers
49176         changed.
49177
49178 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49179
49180         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
49181         $LIBCSRC/posix/regexec.c.
49182         Add glibc bug 1217 for regcomp.c.
49183
49184 2005-08-19  Jim Meyering  <jim@meyering.net>
49185
49186         * lib/regexec.c (proceed_next_node): Redo local variables to
49187         avoid GCC shadowing warnings.
49188
49189 2005-08-18  Bruno Haible  <bruno@clisp.org>
49190
49191         * lib/strstr.c (strstr): Fix return value in multibyte case.
49192         * lib/strcasestr.c (strcasestr): Likewise.
49193
49194 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
49195
49196         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
49197
49198 2005-08-17  Jim Meyering  <jim@meyering.net>
49199
49200         Make the %s format (seconds since the epoch) work for a negative
49201         number and when used with a zero-padded field width, e.g. %015s.
49202
49203         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
49204         label so that it precedes the code to set `digits'.  Otherwise,
49205         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
49206         print `00-22'.  Now, it prints `-0022', as it should.
49207
49208 2005-08-17  Bruno Haible  <bruno@clisp.org>
49209
49210         * modules/strstr (Files): Add m4/mbrtowc.m4.
49211         (Depends-on): Add mbuiter.
49212
49213 2005-08-17  Bruno Haible  <bruno@clisp.org>
49214
49215         * modules/strcasestr: New file.
49216         * MODULES.html.sh (String handling, based on ANSI C 89): Add
49217         strcasestr.
49218
49219 2005-08-17  Bruno Haible  <bruno@clisp.org>
49220
49221         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
49222
49223 2005-08-17  Bruno Haible  <bruno@clisp.org>
49224
49225         * modules/mbuiter: New file.
49226         * MODULES.html.sh (Extended multibyte and wide character utilities):
49227         Add mbuiter.
49228
49229 2005-08-17  Bruno Haible  <bruno@clisp.org>
49230
49231         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
49232         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
49233
49234 2005-08-17  Bruno Haible  <bruno@clisp.org>
49235
49236         * m4/strcasestr.m4: New file.
49237
49238 2005-08-17  Bruno Haible  <bruno@clisp.org>
49239
49240         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
49241         * lib/strstr.c: Completely rewritten, with multibyte locale support.
49242
49243 2005-08-17  Bruno Haible  <bruno@clisp.org>
49244
49245         * lib/strcasestr.h: New file.
49246         * lib/strcasestr.c: New file.
49247
49248 2005-08-17  Bruno Haible  <bruno@clisp.org>
49249
49250         * lib/strcasecmp.c: Use mbuiter.h.
49251
49252 2005-08-17  Bruno Haible  <bruno@clisp.org>
49253
49254         * lib/mbuiter.h: New file.
49255
49256 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
49257
49258         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
49259         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
49260         and gl_GETOPT are both invoked via different paths (as happens
49261         with GNU tar CVS because it uses both argp and getopt), the former
49262         wins.
49263
49264 2005-08-16  Bruno Haible  <bruno@clisp.org>
49265
49266         * modules/tls: New file.
49267         * MODULES.html.sh (Multithreading): Add tls.
49268
49269 2005-08-16  Bruno Haible  <bruno@clisp.org>
49270
49271         * modules/strnlen1: New file.
49272         * MODULES.html.sh (String handling): Add strnlen1.
49273
49274 2005-08-16  Bruno Haible  <bruno@clisp.org>
49275
49276         * modules/strcase (Files): Add m4/mbrtowc.m4.
49277         (Depends-on): Add strnlen1, mbchar.
49278
49279 2005-08-16  Bruno Haible  <bruno@clisp.org>
49280
49281         * modules/mbiter: New file.
49282         * MODULES.html.sh (Extended multibyte and wide character utilities):
49283         Add mbiter.
49284
49285 2005-08-16  Bruno Haible  <bruno@clisp.org>
49286
49287         * modules/mbfile: New file.
49288         * MODULES.html.sh (Extended multibyte and wide character utilities):
49289         Add mbfile.
49290
49291 2005-08-16  Bruno Haible  <bruno@clisp.org>
49292
49293         * modules/mbchar: New file.
49294         * MODULES.html.sh (Extended multibyte and wide character utilities):
49295         New section.
49296
49297 2005-08-16  Bruno Haible  <bruno@clisp.org>
49298
49299         * m4/tls.m4: New file, from GNU gettext.
49300
49301 2005-08-16  Bruno Haible  <bruno@clisp.org>
49302
49303         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
49304         always.
49305         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
49306
49307 2005-08-16  Bruno Haible  <bruno@clisp.org>
49308
49309         * m4/mbiter.m4: New file.
49310
49311 2005-08-16  Bruno Haible  <bruno@clisp.org>
49312
49313         * m4/mbfile.m4: New file.
49314
49315 2005-08-16  Bruno Haible  <bruno@clisp.org>
49316
49317         * m4/mbchar.m4: New file.
49318
49319 2005-08-16  Bruno Haible  <bruno@clisp.org>
49320
49321         * lib/tls.h: New file, from GNU gettext.
49322         * lib/tls.c: New file, from GNU gettext.
49323
49324 2005-08-16  Bruno Haible  <bruno@clisp.org>
49325
49326         * lib/strnlen1.h: New file.
49327         * lib/strnlen1.c: New file.
49328
49329 2005-08-16  Bruno Haible  <bruno@clisp.org>
49330
49331         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
49332         (mbi_init): Update.
49333         (mbi_avail, mbi_advance): Let the iteration end before the terminating
49334         NUL byte, not after it.
49335
49336 2005-08-16  Bruno Haible  <bruno@clisp.org>
49337
49338         * lib/strcase.h (strcasecmp): Add note in comments.
49339         * lib/strncasecmp.c: Use code from strcasecmp.c.
49340         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
49341         (strcasecmp): Work correctly in multibyte locales.
49342
49343 2005-08-16  Bruno Haible  <bruno@clisp.org>
49344
49345         * lib/mbiter.h: New file.
49346
49347 2005-08-16  Bruno Haible  <bruno@clisp.org>
49348
49349         * lib/mbfile.h: New file.
49350
49351 2005-08-16  Bruno Haible  <bruno@clisp.org>
49352
49353         * lib/mbchar.h: New file.
49354         * lib/mbchar.c: New file.
49355
49356 2005-08-16  Bruno Haible  <bruno@clisp.org>
49357
49358         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
49359         the valid ones. Makes the comparison operations transitive:
49360         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
49361         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
49362
49363 2005-08-15  Simon Josefsson  <jas@extundo.com>
49364
49365         * modules/ssize_t (License): Change to 'unlimited'.
49366
49367         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
49368
49369 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
49370
49371         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
49372         Add comments for each pending glibc patch.
49373
49374 2005-08-15  Bruno Haible  <bruno@clisp.org>
49375
49376         * lib/regex.h (__restrict_arr): Don't define to __restrict if
49377         __cplusplus is defined.
49378
49379 2005-08-14  Jim Meyering  <jim@meyering.net>
49380
49381         Sync from coreutils.
49382
49383         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
49384         Use the hash-table-based cycle-detection code not just when
49385         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
49386         Reported by James Youngman in
49387         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
49388         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
49389         FTS_TIGHT_CYCLE_CHECK.
49390         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
49391         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
49392         once again.
49393         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
49394         * lib/fts.c (fd_safer): Remove decl.
49395         Include fcntl--.h rather than unistd-safer.h
49396         (fts_safe_changedir): Don't call fd_safer; no longer needed
49397         now that we include fcntl--.h.
49398
49399 2005-08-12  Simon Josefsson  <jas@extundo.com>
49400
49401         * modules/getndelim2: Use ssize_t module.
49402         * modules/getnline: Likewise.
49403         * modules/safe-read: Likewise.
49404         * modules/xreadlink: Likewise.
49405
49406         * modules/ssize_t: New file.
49407
49408 2005-08-12  Simon Josefsson  <jas@extundo.com>
49409
49410         * m4/readline.m4: Look for termcap, curses or ncurses if required.
49411
49412 2005-08-12  Simon Josefsson  <jas@extundo.com>
49413
49414         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49415         ssize_t.
49416
49417 2005-08-12  Simon Josefsson  <jas@extundo.com>
49418
49419         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
49420         readline, getdelim and check_version.
49421         (Support for systems lacking ISO C 99: Sizes of integer types):
49422         Add size_max.
49423
49424 2005-08-12  Bruno Haible  <bruno@clisp.org>
49425
49426         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
49427
49428 2005-08-11  Simon Josefsson  <jas@extundo.com>
49429
49430         * modules/readline: New file.
49431
49432         * modules/strnlen (Files): Add strnlen.h.
49433
49434 2005-08-11  Simon Josefsson  <jas@extundo.com>
49435
49436         * m4/readline.m4: New file.
49437
49438 2005-08-11  Simon Josefsson  <jas@extundo.com>
49439
49440         * lib/readline.h, readline.c: New file.
49441
49442 2005-08-11  Simon Josefsson  <jas@extundo.com>
49443
49444         * doc/gnulib.texi (Initial import, Finishing touches): Mention
49445         gl_AVOID.
49446
49447 2005-08-11  Bruno Haible  <bruno@clisp.org>
49448
49449         * lib/strnlen.h (strnlen): Change parameter name to match comment.
49450
49451 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
49452
49453         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
49454
49455 2005-08-10  Simon Josefsson  <jas@extundo.com>
49456
49457         * tests/test-iconvme.c: New file.
49458
49459 2005-08-10  Simon Josefsson  <jas@extundo.com>
49460
49461         * m4/strnlen.m4: New file.
49462
49463         * m4/strndup.m4: Don't check for strnlen declaration, done in
49464         strnlen.m4.
49465
49466 2005-08-10  Simon Josefsson  <jas@extundo.com>
49467
49468         * lib/strndup.c: Use strnlen.h.
49469
49470         * lib/strnlen.h: New file.
49471
49472 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49473
49474         * README: Typos.
49475
49476 2005-08-02  Simon Josefsson  <jas@extundo.com>
49477
49478         * modules/readline: New file.
49479
49480 2005-08-02  Simon Josefsson  <jas@extundo.com>
49481
49482         * modules/getdelim: New file.
49483
49484         * modules/getline: Rewrite, don't use getndelim2.
49485
49486 2005-08-02  Simon Josefsson  <jas@extundo.com>
49487
49488         * m4/getline.m4: Separate out getdelim stuff into separate module.
49489
49490         * m4/getdelim.m4: New file.
49491
49492 2005-08-02  Simon Josefsson  <jas@extundo.com>
49493
49494         * lib/getline.h, getline.c: Rewrite.
49495
49496         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
49497
49498 2005-07-31  Bruno Haible  <bruno@clisp.org>
49499
49500         * lib/lock.h (gl_lock_initializer): New macro.
49501         (gl_lock_define_initialized): Use it.
49502         (gl_rwlock_initializer): New macro.
49503         (gl_rwlock_define_initialized): Use it.
49504         (gl_recursive_lock_initializer): New macro.
49505         (gl_recursive_lock_define_initialized): Use it.
49506
49507 2005-07-30  Karl Berry  <karl@gnu.org>
49508
49509         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
49510         Report from Ben Pfaff, regarding getopt.
49511
49512 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
49513
49514         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
49515         normal way.
49516         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
49517         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
49518         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
49519         (gl_GETOPT): Use the new macros.  Most of the implementation
49520         is moved to the new macros.  This is for programs like Emacs
49521         that don't want all the functionality of gl_GETOPT.
49522
49523 2005-07-26  Bruno Haible  <bruno@clisp.org>
49524
49525         * m4/lock.m4: Update from GNU gettext.
49526
49527 2005-07-26  Bruno Haible  <bruno@clisp.org>
49528
49529         * lib/lock.h: Update from GNU gettext.
49530         * lib/lock.c: Update from GNU gettext.
49531
49532 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
49533
49534         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
49535         obsolescent AC_TRY_RUN.  Include the default includes files, for
49536         'exit'.
49537
49538 2005-07-24  Bruno Haible  <bruno@clisp.org>
49539
49540         * modules/visibility: New file.
49541         * MODULES.html.sh (Misc): Add visibility.
49542
49543 2005-07-24  Bruno Haible  <bruno@clisp.org>
49544
49545         * m4/visibility.m4: New file.
49546
49547 2005-07-24  Bruno Haible  <bruno@clisp.org>
49548
49549         * doc/visibility.texi: New file.
49550
49551 2005-07-22  Bruno Haible  <bruno@clisp.org>
49552
49553         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
49554         $(ALLOCA_H), redundant through BUILT_SOURCES.
49555         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
49556         redundant through BUILT_SOURCES.
49557         * modules/byteswap (Makefile.am): Remove explicit dependency on
49558         $(BYTESWAP_H), redundant through BUILT_SOURCES.
49559         * modules/fnmatch (Makefile.am): Remove explicit dependency on
49560         $(FNMATCH_H), redundant through BUILT_SOURCES.
49561         * modules/getopt (Makefile.am): Remove explicit dependency on
49562         $(GETOPT_H), redundant through BUILT_SOURCES.
49563         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
49564         redundant through BUILT_SOURCES.
49565         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
49566         redundant through BUILT_SOURCES.
49567         * modules/stdbool (Makefile.am): Remove explicit dependency on
49568         $(STDBOOL_H), redundant through BUILT_SOURCES.
49569         * modules/stdint (Makefile.am): Remove explicit dependency on
49570         $(STDINT_H), redundant through BUILT_SOURCES.
49571         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
49572         Remove explicit dependency on $(SYSEXITS_H).
49573         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
49574
49575 2005-07-18  Simon Josefsson  <jas@extundo.com>
49576
49577         * lib/check-version.c (check_version): Accept identical versions too.
49578
49579 2005-07-18  Bruno Haible  <bruno@clisp.org>
49580
49581         * modules/lock: New file.
49582         * MODULES.html.sh (Multithreading): New section.
49583
49584 2005-07-18  Bruno Haible  <bruno@clisp.org>
49585
49586         * m4/lock.m4: New file, from GNU gettext.
49587
49588 2005-07-18  Bruno Haible  <bruno@clisp.org>
49589
49590         * lib/lock.h: New file, from GNU gettext.
49591         * lib/lock.c: New file, from GNU gettext.
49592
49593 2005-07-18  Bruno Haible  <bruno@clisp.org>
49594
49595         * lib/lock.h (gl_once_t): New type.
49596         (gl_once_define, gl_once): New macros.
49597         * lib/lock.c (fresh_once): New variable.
49598         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
49599         functions.
49600
49601 2005-07-16  Simon Josefsson  <jas@extundo.com>
49602
49603         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
49604         workaround, suggested by Bruno.
49605
49606 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
49607
49608         * modules/xalloc (Depends-on): Add xalloc-die.
49609         * modules/xvasprintf (Depends-on): Add xalloc-die.
49610
49611 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
49612
49613         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
49614         with a minor change.
49615
49616 2005-07-15  Bruno Haible  <bruno@clisp.org>
49617
49618         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
49619         When using lib/poll.c, define poll as rpl_poll.
49620
49621 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
49622
49623         * modules/argp (Depends-on): Remove unlocked-io.
49624
49625 2005-07-14  Derek Price  <derek@ximbiot.com>
49626
49627         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
49628         for glob symlink bug.
49629
49630 2005-07-14  Bruno Haible  <bruno@clisp.org>
49631
49632         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
49633         Instead, test for *_unlocked function declarations directly.
49634
49635 2005-07-11  Simon Josefsson  <jas@extundo.com>
49636
49637         * modules/size_max: New file.
49638
49639         * modules/xsize: Depend on size_max module for size_max.m4.
49640
49641 2005-07-11  Simon Josefsson  <jas@extundo.com>
49642
49643         * lib/size_max.h: New file.
49644
49645 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
49646
49647         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
49648         copyright symbol and the year.
49649         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
49650         (version_etc_va): Use parameterized copyright notice.
49651         Reword to conform to the current GNU coding standards.
49652
49653 2005-07-11  Karl Berry  <karl@gnu.org>
49654
49655         * doc/gnulib.texi (Quoting): new node.
49656         (Initial import): more info, from Patrice.
49657
49658 2005-07-11  Bruno Haible  <bruno@clisp.org>
49659
49660         * gnulib-tool (func_usage): Document option --avoid.
49661         (Command line options): Handle --avoid.
49662         (func_acceptable): New function.
49663         (func_modules_transitive_closure): Use it.
49664
49665 2005-07-11  Bruno Haible  <bruno@clisp.org>
49666
49667         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
49668         Reported by Jim Meyering.
49669
49670 2005-07-10  Bruno Haible  <bruno@clisp.org>
49671
49672         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
49673         Needed when size_t is smaller than 'unsigned int'.
49674         Reported by Paul Eggert.
49675
49676 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49677
49678         * modules/argp (Depends-on): Add unlocked-io
49679
49680 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49681
49682         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
49683         block of defines.
49684
49685 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
49686
49687         * config/srclist.txt: Comment out regcomp.c, since we have a porting
49688         fix now.
49689
49690 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
49691         and Paul Eggert  <eggert@cs.ucla.edu>
49692
49693         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
49694         in wint_t, not wchar_t.  Remove now-unnecessary cast.
49695
49696 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49697
49698         * modules/regex (Files): Add lib/regex_internal.c,
49699         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
49700         (Depends-on): Add extensions.
49701         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
49702
49703 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49704
49705         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
49706         pathconf.
49707         * m4/same.m4 (gl_SAME): Likewise.
49708         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
49709
49710         * m4/regex.m4: Adjust to new libc regex implementation.
49711         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
49712         all the .c and .h parts of (the new) regex.
49713         Quote the m4 stuff better.
49714         Check for RE_ICASE bug of old gnulib.
49715         Check for REG_STARTEND of recent libc.
49716         Rename local variables from jm_* to gl_*.
49717         Quote operand of "test -f".
49718         Say "recent enough" version of libc, not "version 2".
49719         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
49720         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
49721         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
49722         Remove check for btowc, isascii.
49723         Require AM_LANGINFO_CODESET.
49724
49725 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49726
49727         * lib/regex.c, regex.h: Sync from libc.
49728         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
49729         * lib/regexec.c:
49730         New files, synced from libc, except that regex_internal.h
49731         currently has a small porting fix.
49732
49733 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49734
49735         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
49736         regex_internal.c, regexec.c.
49737         Add regex_internal.h too, but as a comment, since the libc version
49738         is currently broken in gnulib mode.
49739
49740 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
49741
49742         Support programs like Emacs that use gnulib but not gettext.
49743         * MODULES.html.sh (Internationalization functions): Add gettext-h.
49744         * modules/gettext-h: New file.
49745         * modules/gettext (Files): Remove lib/gettext.h.
49746         (Depends-on): Add gettext-h.
49747         (Makefile.am): Remove lib_SOURCES.
49748         * modules/argmatch, modules/c-stack, modules/closeout:
49749         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
49750         * modules/execute, modules/file-type, modules/getaddrinfo:
49751         * modules/getopt, modules/human, modules/javacomp:
49752         * modules/javaexec, modules/mkdir-p, modules/obstack:
49753         * modules/openat, modules/pagealign_alloc, modules/pipe:
49754         * modules/quotearg, modules/regex, modules/rpmatch:
49755         * modules/unicodeio, modules/userspec, modules/version-etc:
49756         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
49757         * modules/xsetenv:
49758         Depend on gettext-h, not gettext.
49759
49760 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
49761
49762         * gnulib-tool (func_import): Add support for 'public domain' license.
49763         * modules/alloca, modules/atexit, modules/memmove:
49764         Now public domain, not GPL.
49765         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
49766         * modules/realloc, modules/strerror, modules/strtod:
49767         Now LGPL, not GPL.
49768
49769 2005-07-05  Bruno Haible  <bruno@clisp.org>
49770
49771         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
49772         autoconf CVS. Needed for mingw.
49773
49774 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49775
49776         Remove the dependency of the strftime module on the tzset module.
49777         * modules/strftime (Depends-on): Remove dependency on tzset.
49778
49779 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49780
49781         Remove the dependency of the strftime module on the tzset module.
49782         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
49783         gl_FUNC_TZSET_CLOBBER.
49784
49785 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49786
49787         Remove the dependency of the strftime module on the tzset module.
49788         * lib/strftime.c (my_strftime)
49789         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
49790         Copy the input structure, to work around some of the bug with
49791         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
49792         Solaris releases, you should also use the tzset module, but we won't
49793         require it as a dependency any more since we don't want LGPLed code
49794         to depend on GPLed code.
49795
49796 2005-07-02  Jim Meyering  <jim@meyering.net>
49797
49798         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
49799         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
49800         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
49801         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
49802
49803 2005-07-02  Jim Meyering  <jim@meyering.net>
49804
49805         * lib/backupfile.c (backup_args): Change a `0' to NULL.
49806
49807 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
49808
49809         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
49810         declares only 'struct timespec;' (!).
49811
49812 2005-07-01  Jim Meyering  <jim@meyering.net>
49813
49814         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
49815         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
49816         * lib/save-cwd.c, tempname.c:
49817         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49818         and don't include <sys/file.h>).
49819
49820 2005-06-29  Jim Meyering  <jim@meyering.net>
49821
49822         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
49823         type name.  Use the variable name instead.
49824         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
49825         Likewise.
49826
49827 2005-06-28  Simon Josefsson  <jas@extundo.com>
49828
49829         * modules/check-version (Files): Add check-version.m4.
49830
49831 2005-06-28  Simon Josefsson  <jas@extundo.com>
49832
49833         * m4/check-version.m4: New file, suggested by Jim Meyering
49834         <jim@meyering.net>.
49835
49836 2005-06-28  Simon Josefsson  <jas@extundo.com>
49837
49838         * lib/check-version.h, lib/check-version.c: New files.
49839
49840 2005-06-28  Simon Josefsson  <jas@extundo.com>
49841
49842         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
49843         collision with global variable.  Better indentation.  Don't
49844         increment buffer pointer beyond buffer end.  Based on comments
49845         from Paul Eggert <eggert@cs.ucla.edu>.
49846
49847         * lib/base64.h: Indent.
49848
49849 2005-06-28  Simon Josefsson  <jas@extundo.com>
49850
49851         * doc/gnulib.texi (Library version handling): New section.
49852
49853 2005-06-28  Jim Meyering  <jim@meyering.net>
49854
49855         * check-module (find_included_lib_files): Hard-code another
49856         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
49857         but modules/fts-lgpl (correctly) does not list those files.
49858
49859         * modules/canonicalize (Files): Add lib/pathmax.h.
49860
49861 2005-06-25  Simon Josefsson  <jas@extundo.com>
49862
49863         * modules/check-version: New file.
49864
49865 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
49866
49867         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
49868         initializer of struct addrinfo, as an indication that we don't
49869         care how many members the structure has.
49870
49871 2005-06-24  Derek Price  <derek@ximbiot.com>
49872         and Bruno Haible  <bruno@clisp.org>
49873
49874         Remove stat module & update lstat.
49875         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
49876         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49877         * m4/stat.m4: Remove this file.
49878
49879 2005-06-24  Derek Price  <derek@ximbiot.com>
49880         and Bruno Haible  <bruno@clisp.org>
49881
49882         Remove stat module & update lstat.
49883         * lib/stat.c: Remove this file...
49884         (slash_aware_lstat): ...moving this content and its support...
49885         * lib/lstat.c (rpl_lstat): ...into here.
49886         * lib/lstat.h: New file.
49887
49888 2005-06-24  Derek Price  <derek@ximbiot.com>
49889         and Bruno Haible  <bruno@clisp.org>
49890
49891         Remove stat module & update lstat.
49892         * config/srclist.txt (libc sources): Remove stat.
49893
49894 2005-06-24  Derek Price  <derek@ximbiot.com>
49895         and Bruno Haible  <bruno@clisp.org>
49896
49897         Remove stat module & update lstat.
49898         * MODULES.html.sh (stat): Remove.
49899         * MODULES.html: Regenerated.
49900         * modules/lstat (Description): Correct function name.
49901         (Files): Add "lstat.h".
49902         (Depends-on): Remove stat, add xalloc, stat-macros.
49903         * modules/stat: Remove this file.
49904         (Include): Add "lstat.h", remove <sys/stat.h>.
49905
49906 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
49907
49908         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
49909         (ranged_convert): Don't save conversion in a temporary struct.
49910         This causes a warning with GCC 4.0.0, and anyway in the typical
49911         case it's not worth the extra 100 bytes or so of code.
49912         (ranged_convert, __mktime_internal): When calling a function via a
49913         pointer P, use P () rather than (*P) (), as we now assume C89 or
49914         better.
49915
49916 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
49917
49918         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
49919         "who -r" failed to give output.  Problem reported by Tim Waugh.
49920
49921         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
49922         (xcalloc): Use it to avoid needless tests.
49923         Problem reported by Jim Meyering.
49924
49925 2005-06-20  Derek Price  <derek@ximbiot.com>
49926
49927         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
49928         unnecessary for Autoconfs > 2.59c.
49929
49930 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49931
49932         * lib/argp.h (__option_is_short): Check upper limit of
49933         __key. Isprint() requires its argument to have the value
49934         of an unsigned char or EOF.
49935
49936 2005-06-16  Jim Meyering  <jim@meyering.net>
49937
49938         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
49939         when either N or S is zero.
49940
49941 2005-06-16  Derek Price  <derek@ximbiot.com>
49942
49943         * m4/bison.m4: Declare YACC & YFLAGS precious.
49944
49945 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
49946
49947         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
49948         multibyte string or pattern, fall back on unibyte matching.
49949         Problem reported by James Youngman.
49950
49951 2005-06-08  Bruno Haible  <bruno@clisp.org>
49952
49953         * modules/csharpcomp: New file.
49954         * MODULES.html.sh (C#): Add csharpcomp.
49955
49956 2005-06-08  Bruno Haible  <bruno@clisp.org>
49957
49958         * m4/csharpcomp.m4: New file, from GNU gettext.
49959
49960 2005-06-08  Bruno Haible  <bruno@clisp.org>
49961
49962         * lib/csharpcomp.h: New file, from GNU gettext.
49963         * lib/csharpcomp.c: New file, from GNU gettext.
49964         * lib/csharpcomp.sh.in: New file, from GNU gettext.
49965
49966 2005-06-08  Bruno Haible  <bruno@clisp.org>
49967
49968         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
49969         warning on mingw.
49970
49971 2005-06-07  Derek Price  <derek@ximbiot.com>
49972
49973         Sync from CVS.
49974         * lib/glob_.h: Indent nested #ifdef.
49975
49976 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
49977
49978         Sync from coreutils.
49979         Use "file name" when talking about file names, instead of "filename"
49980         or "path", as per the GNU coding standards.
49981         * lib/mkdir-p.c: Renamed from makepath.c.
49982         (make_dir_parents): Renamed from make_path.  All callers changed.
49983         * lib/mkdir-p.h: Likewise.  All includers changed.
49984         * lib/filenamecat.c: Renamed from path-concat.c.
49985         (file_name_concat): Renamed from path_concat.  All callers changed.
49986         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
49987         * lib/filenamecat.h: Likewise.  All includers changed.
49988         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
49989         in comments or local variable names.
49990         * lib/basename.c: Likewise.
49991         * lib/canonicalize.c, canonicalize.h: Likewise.
49992         * lib/dirname.c, dirname.h: Likewise.
49993         * lib/euidaccess.c: Likewise.
49994         * lib/exclude.c: Likewise
49995         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
49996         * lib/fsusage.c, fsuage.h: Likewise.
49997         * lib/fts.c, fts_.h: Likewise.
49998         * lib/getcwd.c: Likewise.
49999         * lib/getloadavg.c: Likewise.
50000         * lib/mkstemp.c: Likewise.
50001         * lib/mountlist.c, mountlist.h: Likewise.
50002         * lib/openat.c, openat.h: Likewise.
50003         * lib/readlink-stub.c: Likewise.
50004         * lib/readutmp.c, readutmp.h: Likewise.
50005         * lib/rename.c: Likewise.
50006         * lib/rmdir.c: Likewise.
50007         * lib/same.c: Likewise.
50008         * lib/savedir.c: Likewise.
50009         * lib/stripslash.c: Likewise.
50010         * lib/tempname.c: Likewise.
50011         * lib/xreadlink.c: Likewise.
50012         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
50013         All uses changed.
50014         * lib/exclude.h: Likewise.
50015
50016         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
50017         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50018         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
50019         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50020         * lib/pathmax.h: Include <limits.h> unconditionally, since other
50021         files have been getting away with it for years (MORE/BSD 4.3
50022         is extinct now).
50023         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
50024         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50025
50026         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
50027         Define to 256, not 255, as per modern POSIX.
50028
50029 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50030
50031         Sync from coreutils.
50032         Use "file name" when talking about file names, instead of "filename"
50033         or "path", as per the GNU coding standards.
50034         * MODULES.html.sh: mkdir-p renamed from makepath.
50035         filenamecat renamed from path-concat.
50036         * modules/filenamecat: Renamed from modules/path-concat.
50037         (Files): filenamecat.h and filenamecat.c renamed from
50038         path-concat.h and path-concat.c.
50039         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
50040         (Include): filenamecat.h, not path-concat.h.
50041         * modules/mkdir-p: Renamed from modules/makepath.
50042         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
50043         makepath.c.
50044         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
50045         (Include): mkdir-p.h, not makepath.h.
50046
50047 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50048
50049         Sync from coreutils.
50050         * m4/mkdir-p.m4: Renamed from makepath.m4.
50051         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
50052         Rename files from makepath.c to mkdir-p.c, and from
50053         makepath.h to mkdir-p.h.
50054         * m4/filenamecat.m4: Renamed from path-concat.m4.
50055         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
50056         Rename files from path-concat.c to filenamecat.c,
50057         and from path-concat.h to filenamecat.h.
50058         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
50059         "file name" in local variables or comments.
50060         * m4/rename.m4: Likewise.
50061
50062 2005-06-01  Bruno Haible  <bruno@clisp.org>
50063
50064         * modules/csharpexec: New file.
50065         * MODULES.html.sh (C#): New section.
50066
50067 2005-06-01  Bruno Haible  <bruno@clisp.org>
50068
50069         * m4/csharp.m4: New file, from GNU gettext.
50070         * m4/csharpexec.m4: New file, from GNU gettext.
50071
50072 2005-06-01  Bruno Haible  <bruno@clisp.org>
50073
50074         * lib/csharpexec.h: New file, from GNU gettext.
50075         * lib/csharpexec.c: New file, from GNU gettext.
50076         * lib/csharpexec.sh.in: New file, from GNU gettext.
50077
50078 2005-05-31  Derek Price  <derek@ximbiot.com>
50079             Paul Eggert  <eggert@cs.ucla.edu>
50080
50081         Sync from cvs.
50082         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50083
50084 2005-05-31  Derek Price  <derek@ximbiot.com>
50085             Paul Eggert  <eggert@cs.ucla.edu>
50086
50087         Sync from cvs.
50088         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50089
50090 2005-05-29  Derek Price  <derek@ximbiot.com>
50091
50092         * config/srclist.txt (glob_.h, glob.c): Add these files.
50093
50094 2005-05-29  Derek Price  <derek@ximbiot.com>
50095
50096         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
50097         * modules/glob: New file.
50098         * modules/getlogin_r: Add link to POSIX spec in description.
50099
50100 2005-05-29  Derek Price  <derek@ximbiot.com>
50101             Paul Eggert  <eggert@cs.ucla.edu>
50102
50103         * m4/glob.m4: New file.
50104
50105 2005-05-29  Derek Price  <derek@ximbiot.com>
50106             Paul Eggert  <eggert@cs.ucla.edu>
50107
50108         * lib/glob_.h, lib/glob.c: New files.
50109
50110 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50111
50112         * modules/fts (Files): Remove m4/inttypes-pri.m4.
50113         * modules/fts-lgpl (Depends-on): Remove gettext.
50114
50115 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50116
50117         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
50118         and don't require gt_INTTYPES_PRI.
50119
50120 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50121
50122         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
50123
50124         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
50125         the configuration hassle isn't worth it.
50126         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
50127         (LONGEST_MODIFIER, PRIuMAX): Remove.
50128
50129 2005-05-27  Bruno Haible  <bruno@clisp.org>
50130
50131         * lib/getlogin_r.h: Remove second include of <stddef.h>.
50132
50133 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
50134
50135         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
50136         _POSIX_PTHREAD_SEMANTICS for Solaris.
50137
50138 2005-05-25  Derek Price  <derek@ximbiot.com>
50139
50140         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
50141
50142 2005-05-25  Derek Price  <derek@ximbiot.com>
50143             Paul Eggert  <eggert@cs.ucla.edu>
50144
50145         * modules/getlogin_r, m4/getlogin_r.m4: New files.
50146         * lib/getlogin_r.c, getlogin_r.h: New files.
50147
50148 2005-05-25  Bruno Haible  <bruno@clisp.org>
50149             Derek Price  <derek@ximbiot.com>
50150
50151         * lib/getlogin_r.h: Simplify API documentation.
50152
50153 2005-05-23  Derek Price  <derek@ximbiot.com>
50154
50155         * modules/minmax (Files): Add m4/minmax.m4.
50156         (configure.ac): Add gl_MINMAX.
50157
50158 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
50159
50160         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
50161         so that unistd-safer.h (GPL'ed code) need not be included.
50162
50163 2005-05-22  Bruno Haible  <bruno@clisp.org>
50164
50165         * m4/minmax.m4: New file.
50166         Based on a patch by Derek Price <derek@ximbiot.com>.
50167
50168 2005-05-22  Bruno Haible  <bruno@clisp.org>
50169
50170         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
50171         (INT64_MIN): Fix definition.
50172         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
50173
50174         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
50175         NEED_SIGNED_INT_TYPES.
50176
50177         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
50178         HAVE_SYSTEM_INTTYPES.
50179
50180 2005-05-22  Bruno Haible  <bruno@clisp.org>
50181
50182         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
50183         Also include <sys/param.h> if it defines MIN, MAX.
50184         Based on a patch by Derek Price <derek@ximbiot.com>.
50185
50186 2005-05-21  Jim Meyering  <jim@meyering.net>
50187
50188         * modules/fts (Files): Add m4/inttypes-pri.m4.
50189         (Depends-on): Add lstat and remove gettext.  Alphabetize.
50190
50191 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50192
50193         New fts module.
50194         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
50195         (setup_dir, free_dir): New functions.
50196         (enter_dir, leave_dir): Define trivial
50197         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
50198         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
50199         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
50200         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
50201         Move to fts-cycle.c.
50202         (fts_open): Use setup_dir.
50203         (fts_close): Use free_dir.
50204         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
50205         This adds a label and some gotos, but the alternatives were messier.
50206         Check for memory allocation failure when entering a dir.
50207         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
50208         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
50209         (FTS): New member fts_cycle, that is a union that contains the
50210         old active_dir_ht and cycle_state.  All uses changed to mention
50211         fts_cycle.ht and fts_cycle.state.
50212         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
50213         fts.c, with the following changes:
50214         (setup_dir, free_dir): New functions.
50215         (enter_dir): Now returns bool.  Return true if successful, false
50216         if memory exhausted.  All callers changed.
50217         Do not bother partly cleaning up on
50218         memory allocation failure; that is free_dir's job.
50219         However, free ad if hash_insert fails, to avoid memory leak.
50220         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
50221         fts->fts_options to see which union member to use.
50222
50223 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50224
50225         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
50226         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
50227
50228 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50229
50230         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
50231
50232 2005-05-20  Jim Meyering  <jim@meyering.net>
50233
50234         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
50235         Now a macro, to pacify GCC.
50236
50237 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50238
50239         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
50240         of -1.
50241
50242 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50243
50244         * lib/chown.c (rpl_chown): Return -1 on failure.
50245
50246 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50247
50248         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
50249         Don't check for stddef.h.
50250         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
50251         don't use its results.
50252         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
50253         since we include them unconditionally.  Don't require
50254         AM_STDBOOL_H, since stdbool is a prerequisite.
50255         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
50256         since we assume C89 or better.
50257         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
50258         as we don't use their results.
50259         Don't check for fchdir, memmove, memset, strrchr, as we use
50260         them unconditionally.
50261         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
50262         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
50263
50264 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50265
50266         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
50267         Include <stddef.h> unconditionally, since we assume C89 now.
50268         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
50269         * lib/fts.c: Include fts_.h first, to check interface.
50270         Do not include intprops.h; no longer needed.
50271         Include cycle-check.h and hash.h, since fts_.h no longer does.
50272         Remove unnecessary casts of closedir to void.
50273         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
50274         decide whether to decrement nlinks.
50275         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
50276         (FTS): Use struct hash_table * instead of Hash_table, so that
50277         we no longer need to include hash.h here.
50278
50279 2005-05-18  Jim Meyering  <jim@meyering.net>
50280
50281         * modules/dirfd (License): Change to LGPL.  Most of the code
50282         is already in the public domain.
50283
50284 2005-05-18  Jim Meyering  <jim@meyering.net>
50285
50286         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
50287         Reported by Yoann Vandoorselaere.
50288
50289 2005-05-17  Jim Meyering  <jim@meyering.net>
50290
50291         * m4/fts.m4: New file, from coreutils.
50292
50293 2005-05-17  Jim Meyering  <jim@meyering.net>
50294
50295         * lib/fts.c, lib/fts_.h: New files, from coreutils.
50296
50297 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50298
50299         Sync from coreutils.
50300         * m4/unlinkdir.m4: New file.
50301
50302 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50303
50304         Sync from coreutils.
50305         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
50306         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
50307         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
50308         White space changes only.
50309         * lib/makepath.c (make_path): Port to hosts where leading "//" is
50310         special.
50311         * lib/yesno.c: Include getline.h, not ctype.h.
50312         (yesno): Don't remove leading white space; POSIX doesn't allow it.
50313         Use getline to remove arbitrary restriction on response length.
50314
50315 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50316
50317         * config/srclist-update: Spell out "Street" in FSF postal
50318         mail address; this is the style the FSF seems to prefer.
50319
50320         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
50321         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
50322         this updates FSF postal mail address.
50323
50324         Sync from coreutils.
50325         * modules/unlinkdir: New file.
50326         * modules/yesno (Depends-on): Add getline.
50327         * MODULES.html.sh (File system functions): Add unlinkdir.
50328
50329 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50330
50331         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
50332         lib/strsep.h:
50333         Change the initial comment to refer to GPL, not LGPL.
50334         gnulib-tool will change it to LGPL as needed.
50335
50336         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
50337         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
50338         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
50339         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
50340         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
50341         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
50342         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
50343         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
50344         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
50345         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
50346         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
50347         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
50348         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
50349         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
50350         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
50351         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
50352         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
50353         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
50354         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
50355         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
50356         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
50357         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
50358         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
50359         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
50360         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
50361         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
50362         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
50363         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
50364         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
50365         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
50366         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
50367         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
50368         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
50369         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
50370         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
50371         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
50372         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
50373         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
50374         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
50375         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
50376         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
50377         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
50378         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
50379         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
50380         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
50381         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
50382         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
50383         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
50384         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
50385         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
50386         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
50387         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
50388         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
50389         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
50390         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
50391         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
50392         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
50393         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
50394         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
50395         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
50396         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
50397         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
50398         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
50399         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
50400         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
50401         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
50402         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
50403         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
50404         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
50405         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
50406         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
50407         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
50408         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
50409         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
50410         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
50411         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
50412         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
50413         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
50414         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
50415         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
50416         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
50417         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
50418         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
50419         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
50420         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
50421         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
50422         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
50423         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
50424         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
50425         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
50426         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
50427         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
50428         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
50429         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
50430         lib/yesno.c, lib/yesno.h:
50431         Update FSF postal mail address.
50432
50433 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50434
50435         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
50436         tests/test-memmem.c, tests/test-stpncpy.c:
50437         Update FSF postal mail address.
50438
50439 2005-05-13  Bruno Haible  <bruno@clisp.org>
50440
50441         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
50442         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
50443         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
50444         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
50445         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
50446         Add support for 64-bit integers in the MSVC compiler.
50447
50448 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50449
50450         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
50451
50452 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
50453
50454         * gnulib-tool (func_import): Sort and uniquify recommended includes.
50455
50456 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
50457
50458         * doc/getdate.texi (General date syntax): Don't say that date
50459         date --iso-8601=ns generates acceptable dates; it doesn't yet.
50460         Problem reported by Nic Ferrier.
50461
50462 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50463
50464         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
50465         specified in ai_socktype. Fix invalid ai_protocol
50466         check. ai_protocol is usually set to 0 or depending on
50467         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
50468         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
50469         ai_socktype / ai_protocol in the returned addrinfo structure.
50470
50471 2005-05-10  Simon Josefsson  <jas@extundo.com>
50472
50473         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
50474         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50475
50476 2005-05-10  Karl Berry  <karl@gnu.org>
50477
50478         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
50479         (from http://www.gnu.org/licenses).
50480         * doc/COPYING.LIB: also rename to COPYING.LESSER.
50481         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
50482         fdl.texi suffices.
50483
50484 2005-05-10  Karl Berry  <karl@gnu.org>
50485
50486         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
50487         (COPYING.DOC): remove.
50488
50489         * config/srclist-update: new FSF address.
50490
50491 2005-05-10  Derek Price  <derek@ximbiot.com>
50492
50493         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
50494         possible.
50495
50496 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50497             Bruno Haible  <bruno@clisp.org>
50498
50499         * modules/inet_ntop: New file.
50500         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50501         inet_ntop.
50502
50503 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50504             Bruno Haible  <bruno@clisp.org>
50505
50506         * m4/inet_ntop.m4: New file.
50507
50508 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50509             Bruno Haible  <bruno@clisp.org>
50510
50511         * lib/inet_ntop.h: New file.
50512         * lib/inet_ntop.c: New file, from glibc with modifications.
50513
50514 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
50515
50516         * modules/time_r (License): Change to LGPL.
50517         * modules/extensions (License): Change to LGPL.  Actually,
50518         the license is more permissive than that, but currently gnulib-tool
50519         doesn't know how to handle more-permissive licenses.
50520
50521         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
50522         Problem reported by Dave Love.
50523
50524 2005-05-08  Jim Meyering  <jim@meyering.net>
50525
50526         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
50527         blank.
50528
50529 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
50530
50531         * modules/argmatch (Depends-on): Add stdbool.
50532         * modules/backupfile (Depends-on): Likewise.
50533         * modules/chdir-long (Depends-on): Likewise.
50534         * modules/closeout (Depends-on): Likewise.
50535         * modules/cycle-check (Depends-on): Likewise.
50536         * modules/dirname (Depends-on): Likewise.
50537         * modules/fnmatch (Depends-on): Likewise.
50538         * modules/fsusage (Depends-on): Likewise.
50539         * modules/fwriteerror (Depends-on): Likewise.
50540         * modules/getcwd (Depends-on): Likewise.
50541         * modules/getloadavg (Depends-on): Likewise.
50542         * modules/hard-locale (Depends-on): Likewise.
50543         * modules/makepath (Depends-on): Likewise.
50544         * modules/mountlist (Depends-on): Likewise.
50545         * modules/nanosleep (Depends-on): Likewise.
50546         * modules/posixtm (Depends-on): Likewise.
50547         * modules/quotearg (Depends-on): Likewise.
50548         * modules/readtokens (Depends-on): Likewise.
50549         * modules/readtokens0 (Depends-on): Likewise.
50550         * modules/readutmp (Depends-on): Likewise.
50551         * modules/save-cwd (Depends-on): Likewise.
50552         * modules/strftime (Depends-on): Likewise.
50553         * modules/userspec (Depends-on): Likewise.
50554         * modules/utimecmp (Depends-on): Likewise.
50555         * modules/xgetcwd (Depends-on): Likewise.
50556         * modules/xnanosleep (Depends-on): Likewise.
50557         * modules/xstrtod (Depends-on): Likewise.
50558         * modules/yesno (Depends-on): Likewise.
50559
50560 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
50561
50562         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
50563         needless checks.
50564
50565 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50566
50567         Merge from coreutils.  Among other things,
50568         add bulletproofing for cases where stdin, stdout, or stderr are closed.
50569         * lib/fd-safer.c: New file.
50570         * lib/fcntl-safer.h, open-safer.c: Remove.
50571         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
50572         * lib/dup-safer.c: Include unistd-safer.h first.
50573         Don't include errno.h.
50574         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
50575         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
50576         * lib/file-type.c: Rely on file-type.h change.
50577         * lib/getloadavg.c: Include unistd-safer.h.
50578         (getloadavg): Use safer open.
50579         * lib/getusershell.c: Include "stdio-safer.h".
50580         (getusershell): Use safer fopen.
50581         * lib/long-options.c (long_options): Use NULL rather than 0.
50582         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
50583         'free'.
50584         * lib/modechange.c: Likewise.
50585         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
50586         (MODE_DONE): New constant.
50587         (struct mode_change): Remove 'next' member.
50588         (make_node_op_equals): New function; like the old one of the
50589         same name, except it allocates an array.
50590         (mode_compile, mode_create_from_ref): Use it.
50591         (mode_compile): Allocate result as an array, not a linked list.
50592         Parse octal string ourself, so that we catch mistakes like "+0".
50593         (mode_adjust): Arg is an array, not a linked list.
50594         * lib/modechange.c: Include stat-macros.h, xalloc.h.
50595         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
50596         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
50597         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
50598         Remove.  This is now stat-macros.h's job.
50599         (talloc): Remove.  All callers replaced by xalloc, so that
50600         our invokers don't have to worry about reporting memory failures.
50601         (make_node_op_equals): Remove.
50602         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
50603         New constants.
50604         (struct mode_change): Moved here from modechange.h.
50605         (mode_append_entry): Remove.
50606         (mode_compile): Remove MASKED_OPS arg, since it encouraged
50607         apps to have incorrect behavior.  Use simpler algorithm for head
50608         and tail.  Don't futz with umask; that's now the job of mode_adjust.
50609         Detect more invalid usages rather than having somewhat-random behavior.
50610         Don't insert an "a=" action, as that leads to incorrect behavior.
50611         (mode_compile, mode_create_from_ref): Return NULL on error instead
50612         of an enum, since now there's only one way to have an error.  All
50613         callers changed.
50614         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
50615         at the correct time.  Simplify calculation of "+u" and its ilk.
50616         Don't mishandle "+X".
50617         (mode_free): Remove "register" and localize decls.
50618         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
50619         (struct mode_change): Move to modechange.c; callers don't
50620         need to see this stuff.
50621         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
50622         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
50623         (mode_change, mode_adjust): Reflect the new signatures noted above.
50624         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
50625         that might redefine system include files.
50626         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
50627         (my_usleep): Use NULL rather than (void *) 0.
50628         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
50629         Use siginterrupt to specify that system calls should be interrupted.
50630         (rpl_nanosleep): Move initialization of suspended closer to call of
50631         my_usleep.
50632         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
50633         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
50634         (desirable_utmp_entry): New function.
50635         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
50636         using x2nrealloc, to simplify logic.
50637         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
50638         size calculation.  Do not assume utmp file is a regular file.
50639         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
50640         (READ_UTMP_CHECK_PIDS): New constant.
50641         * lib/save-cwd.c: Include unistd-safer.h.
50642         (save_cwd): Use fd_safer.
50643         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
50644         [!_LIBC] Include "stat-macros.h" instead.
50645         * lib/unistd-safer.h (fd_safer): New decl.
50646
50647 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50648
50649         * modules/getloadavg (Depends-on): Add unistd-safer.
50650         * modules/getusershell (Depends-on): Add stdio-safer.
50651         * modules/lstat (Depends-on): Remove xalloc.
50652         * modules/mkstemp (Depends-on): Add stat-macros.
50653         * modules/modechange (Depends-on): Remove xstrtol.
50654         Add stat-macros, xalloc.
50655         * modules/save-cwd (Depends-on): Add unistd-safer.
50656         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
50657         * modules/unistd-safer (Files): Add lib/fd-safer.c
50658         (Makefile.am): Remove lib_SOURCES.
50659
50660         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
50661         Remove fcntl-safer; unistd-safer supersedes it.
50662
50663 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50664
50665         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
50666         AC_HEADER_STAT.
50667         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
50668         (gl_PREREQ_CHOWN): Remove.
50669         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
50670         it.  Don't require AC_HEADER_STAT.
50671         (gl_PREREQ_LSTAT): Remove.
50672         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
50673         Don't require AC_HEADER_STAT.
50674         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
50675         (gl_PREREQ_RMDIR): Remove.
50676         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
50677         mention stat-macros.h or AC_HEADER_STAT, since we'll make
50678         the stat-macros module a prerequisite.
50679         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
50680         * m4/filemode.m4 (gl_FILEMODE): Likewise.
50681         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
50682         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
50683         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
50684         variable names.
50685         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
50686         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
50687         variable prefixes.
50688         * m4/fcntl-safer.m4: Remove.
50689         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
50690         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
50691         Invoke gl_PREREQ_FD_SAFER.
50692         (gl_PREREQ_FD_SAFER): New macro.
50693         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
50694         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
50695         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
50696         Remove duplicate call to AC_LIBOBJ(readutmp).
50697         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
50698
50699         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
50700         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
50701
50702 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50703
50704         * MODULES.html.sh (Misc): Add byteswap.
50705
50706 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50707
50708         * modules/getcwd (Depends-on): Add extensions.
50709         * modules/openat (Depends-on): Likewise.
50710
50711 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50712
50713         * modules/byteswap: New file.
50714
50715 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50716
50717         * m4/byteswap.m4: New file.
50718
50719 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50720
50721         * lib/byteswap_.h: New file.
50722
50723 2005-04-25  Karl Berry  <karl@gnu.org>
50724
50725         * m4/gettext.m4: Update from GNU gettext 0.14.4.
50726
50727 2005-04-25  Albert Chin  <china@thewrittenword.com>
50728
50729         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
50730         Toolkit C bug.
50731
50732 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
50733
50734         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
50735         (func_ln_if_changed) Remove forcibly for no error message
50736         in case file does not exist.
50737
50738 2005-04-19  Simon Josefsson  <jas@extundo.com>
50739
50740         * gnulib-tool (Options): Make --symlink mean --symbolic.
50741
50742 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
50743
50744         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
50745
50746 2005-04-16  Simon Josefsson  <jas@extundo.com>
50747
50748         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
50749
50750 2005-04-15  Simon Josefsson  <jas@extundo.com>
50751
50752         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
50753
50754 2005-04-15  Simon Josefsson  <jas@extundo.com>
50755
50756         * gnulib-tool: Rename --symlink to --symbolic.
50757
50758 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
50759
50760         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
50761         symbolic links to files instead of copying/moving.  Add --aux-dir,
50762         specifying directory relative --dir where auxiliary build tools
50763         are placed.
50764
50765 2005-04-14  Bruno Haible  <bruno@clisp.org>
50766
50767         * modules/allocsa (License): Change to LGPL.
50768         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
50769
50770 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
50771
50772         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
50773         that "UTC +1 second" continues to work.  Problem reported
50774         by Dmitry V. Levin.
50775         (relunit_snumber): New rule.
50776         (relunit): Use it.
50777
50778 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
50779
50780         * lib/getdate.y (universal_time_zone_table): New constant.
50781         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
50782         universal_time_zone_table.
50783         (lookup_zone): Prefer universal_time_zone_table to
50784         local_time_zone_table, so that "GMT" time stamps are allowed in
50785         London during the summer.  Problem reported by Ian Abbott.
50786
50787 2005-04-12  Jim Meyering  <jim@meyering.net>
50788
50789         * lib/human.c (humblock): Set *options even when returning due to
50790         xstrtoumax conversion failure.  Thanks to a used-uninitialized
50791         warning from gcc-4.
50792
50793 2005-04-09  Jim Meyering  <jim@meyering.net>
50794
50795         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
50796         -Wuninitialized: initialize tm0.tm_year.
50797
50798 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
50799
50800         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
50801         count, since there's no maximum.  All uses changed.
50802         Add member dsts_seen.
50803         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
50804         not being INT_MAX.
50805         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
50806         Use pc_rels_seen to decide whther a date is absolute.
50807
50808         * lib/getdate.y (number): Don't overwrite year.
50809         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
50810         check.
50811
50812 2005-04-02  Simon Josefsson  <jas@extundo.com>
50813
50814         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
50815         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
50816
50817 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
50818
50819         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
50820         where no absolute path name can be longer than PATH_MAX.
50821
50822 2005-03-27  Jim Meyering  <jim@meyering.net>
50823
50824         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
50825
50826 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
50827
50828         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
50829         "one's complement" -> "ones' complement" in comment, as per Knuth.
50830         "value of type" -> "type or expression" in comment.
50831         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
50832
50833 2005-03-26  Jim Meyering  <jim@meyering.net>
50834
50835         Comment nits.
50836         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
50837         Correct typos: s/or/of/.
50838
50839 2005-03-26  Jim Meyering  <jim@meyering.net>
50840
50841         * modules/check-include-files: Move to ../ and rename to...
50842         * check-module: ...this.
50843
50844 2005-03-25  Jim Meyering  <jim@meyering.net>
50845
50846         * modules/xvasprintf (Files): Add xalloc.h.
50847
50848 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
50849
50850         * modules/gettext (Files): config/config.rpath ->
50851         build-aux/config.rpath
50852         * modules/iconv (Files): Likewise.
50853         Problem reported by Oskar Liljeblad.
50854
50855 2005-03-23  Jim Meyering  <jim@meyering.net>
50856
50857         * modules/check-include-files: New script to check for
50858         missing dependencies, multiple includes, etc.
50859
50860         * modules/c-strtold (Depends-on): Add xalloc.
50861         * modules/c-strtod (Depends-on): Add xalloc.
50862         * modules/hash (Depends-on): Add xalloc.
50863         (Files): Remove lib/xalloc.h.
50864
50865         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
50866         * modules/userspec (Files): Add lib/inttostr.h.
50867
50868 2005-03-23  Jim Meyering  <jim@meyering.net>
50869
50870         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
50871
50872 2005-03-22  Jim Meyering  <jim@meyering.net>
50873
50874         * modules/stat-macros: New module.
50875         * modules/canonicalize, modules/euidaccess, modules/file-type,
50876         * modules/filemode, modules/lchown, modules/makepath,
50877         * modules/rmdir, modules/stat: Depend on new stat-macros module
50878         rather than listing lib/stat-macros.h manually.
50879         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
50880
50881 2005-03-22  Jim Meyering  <jim@meyering.net>
50882
50883         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
50884
50885 2005-03-22  Bruno Haible  <bruno@clisp.org>
50886
50887         * config/srclist.txt: Replace target directory 'config' with
50888         'build-aux'.
50889         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
50890         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
50891         ../build-aux/.
50892
50893 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
50894
50895         * modules/chdir-long (Depends-on): Add mempcpy.
50896
50897         * modules/acl, modules/backupfile, modules/c-strtod,
50898         modules/c-strtold, modules/canon-host, modules/canonicalize,
50899         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
50900         modules/exclude, modules/exitfail, modules/file-type,
50901         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
50902         modules/getdate, modules/getline, modules/getpagesize,
50903         modules/getpass, modules/getugroups, modules/group-member,
50904         modules/hard-locale, modules/hash, modules/human, modules/idcache,
50905         modules/inttostr, modules/long-options, modules/makepath,
50906         modules/md5, modules/memcasecmp, modules/memcoll,
50907         modules/modechange, modules/mountlist, modules/path-concat,
50908         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
50909         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
50910         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
50911         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
50912         modules/strftime, modules/strndup, modules/strverscmp,
50913         modules/timespec, modules/unlocked-io, modules/userspec,
50914         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
50915         modules/yesno:
50916         Remove lib_SOURCES line from Makefile.am section, as this is now
50917         done automatically by the corresponding Autoconf macro.
50918
50919 2005-03-21  Jim Meyering  <jim@meyering.net>
50920
50921         Changes imported from coreutils.
50922
50923         * lib/cycle-check.c: Don't include xalloc.h.
50924
50925         * lib/path-concat.c: Don't include assert.h.
50926         (path_concat): Remove assertion that would have triggered
50927         for ABASE starting with more than one slash.
50928         Reported by Andreas Schwab.
50929
50930         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
50931         properly when ABASE is an absolute file name.
50932         Correct the description of this function.
50933         Include <assert.h>.
50934         Add an assertion and a test driver.
50935         This fixes a bug introduced on 2004-07-02.
50936         Andreas Schwab reported the resulting failure of cp --parents:
50937         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
50938
50939 2005-03-21  Jim Meyering  <jim@meyering.net>
50940
50941         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
50942         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
50943
50944 2005-03-21  Jim Meyering  <jim@meyering.net>
50945         and  Paul Eggert  <eggert@cs.ucla.edu>
50946
50947         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
50948         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
50949         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
50950         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
50951         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
50952         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
50953         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
50954         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
50955         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
50956         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
50957         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
50958         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
50959         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
50960         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
50961         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
50962         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
50963         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
50964         for these modules.
50965
50966 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
50967
50968         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
50969         (which shouldn't happen), generate nothing instead of returning 0
50970         immediately, so that nstrftime (NULL, ...) doesn't return 0.
50971
50972 2005-03-16  Bruno Haible  <bruno@clisp.org>
50973
50974         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
50975         HAVE_LONGLONG_64BIT.
50976
50977 2005-03-16  Bruno Haible  <bruno@clisp.org>
50978
50979         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
50980         HAVE_LONGLONG_64BIT.
50981
50982 2005-03-16  Bruno Haible  <bruno@clisp.org>
50983
50984         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
50985         HAVE_LONGLONG_64BIT.
50986
50987 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
50988
50989         * lib/strftime.c (my_strftime): Prepend space to format so that we can
50990         reliably distinguish strftime failure from empty output on POSIX
50991         hosts.
50992
50993 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
50994
50995         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
50996         (iconv_string): Don't guess a size-zero buffer, as that might cause
50997         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
50998         result would be 'too large', where 'too large' is (heuristically)
50999         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
51000         overflow concerns.  This will prevent some unwanted malloc failures
51001         when the inputs are very large.
51002
51003 2005-03-15  Karl Berry  <karl@gnu.org>
51004
51005         * config/srclist.txt (config.rpath): from gettext.
51006         * config/config.rpath: update.
51007
51008 2005-03-15  Bruno Haible  <bruno@clisp.org>
51009
51010         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
51011         to 'negate'.
51012
51013         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
51014         variable.
51015
51016         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
51017         results.
51018
51019 2005-03-14  Simon Josefsson  <jas@extundo.com>
51020
51021         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
51022         <fx@gnu.org>.
51023
51024 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
51025
51026         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
51027         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
51028         intprops.h.
51029         * lib/strtol.c: Likewise.
51030
51031 2005-03-14  Jim Meyering  <jim@meyering.net>
51032
51033         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
51034         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
51035         to be nonzero so that we (and caller) can detect the difference
51036         between a valid zero-length expansion and an error return, even
51037         when the underlying strftime fails before writing anything into
51038         that location.
51039
51040 2005-03-14  Bruno Haible  <bruno@clisp.org>
51041
51042         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
51043         Update from GNU gettext 0.14.3.
51044
51045 2005-03-10  Jim Meyering  <jim@meyering.net>
51046
51047         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
51048
51049 2005-03-10  Jim Meyering  <jim@meyering.net>
51050
51051         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
51052         so that this module works on systems without fchdir.
51053
51054 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
51055
51056         Factor int-properties macros into a single file, except for
51057         glibc-related files.
51058         * lib/intprops.h: New file.
51059         * lib/getloadavg.c: Include it instead of limits.h.
51060         (INT_STRLEN_BOUND): Remove.
51061         * lib/human.c: Include intprops.h.
51062         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
51063         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
51064         302/1000.
51065         * lib/inttostr.h: Include intprops.h instead of limits.h.
51066         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
51067         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
51068         for consistency with intprops.h.
51069         (time_t_is_integer, twos_complement_arithmetic): Use them.
51070         * lib/sig2str.h: Include <signal.h>, intprops.h.
51071         (INT_STRLEN_BOUND): Remove.
51072         * lib/strftime.c (TYPE_SIGNED): Remove.
51073         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
51074         * lib/strtol.c: Adjust comments to match intprops.h.
51075         * lib/userspec.c: Include intprops.h.
51076         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
51077         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
51078         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
51079         instead of rolling our own expressions.
51080         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
51081
51082         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
51083         instead of int.
51084         (my_strftime): Do not mishandle years close to INT_MAX, by doing
51085         the right thing even if adding 1900 would overflow.  Similarly
51086         for tm_mon + 1 and tm_yday + 1.
51087         Make %Y always equivalent to %C%y, and similarly for %G and %g.
51088         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
51089         (DO_SIGNED_NUMBER): New macro.
51090         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
51091
51092 2005-03-07  Bruno Haible  <bruno@clisp.org>
51093
51094         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
51095
51096 2005-03-07  Bruno Haible  <bruno@clisp.org>
51097
51098         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
51099
51100 2005-03-04  Derek R. Price  <derek@ximbiot.com>
51101
51102         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
51103         (func_import): Only replace files via --import when they have actually
51104         changed.
51105
51106 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51107
51108         * m4/mmap-anon.m4: New file.
51109         * m4/pagealign_alloc.m4: New file.
51110
51111 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51112             Bruno Haible  <bruno@clisp.org>
51113
51114         * modules/pagealign_alloc: New file.
51115         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
51116
51117 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51118             Bruno Haible  <bruno@clisp.org>
51119
51120         * lib/pagealign_alloc.h: New file.
51121         * lib/pagealign_alloc.c: New file.
51122
51123 2005-03-03  Bruno Haible  <bruno@clisp.org>
51124
51125         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
51126         Use an all-permissive copyright notice, recommended by RMS.
51127
51128 2005-03-02  Bruno Haible  <bruno@clisp.org>
51129
51130         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
51131         of AIX, the replacement has to be done only after <string.h> is
51132         included, therefore not in config.h. stpncpy.h does the replacement,
51133         and stpncpy.c uses it.
51134
51135 2005-03-02  Bruno Haible  <bruno@clisp.org>
51136
51137         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
51138         stpncpy.c uses it.
51139
51140 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51141
51142         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
51143         The workaround isn't strictly needed for POSIX conformance, and
51144         it's too much of a pain to configure and maintain.  We'll ask
51145         people to fix their kernels instead.
51146         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
51147         (NANOSLEEP_BUG_WORKAROUND): Remove.
51148         (xnanosleep): Remove the workaround.
51149
51150 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51151
51152         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
51153         Reported by Derek Price.
51154         (Include): Add "timespec.h".
51155
51156         * modules/xnanosleep (Depends-on): Remove gethrxtime.
51157
51158 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51159
51160         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
51161         to detect nanosleep bug.
51162
51163 2005-03-01  Bruno Haible  <bruno@clisp.org>
51164
51165         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
51166
51167 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
51168
51169         * modules/gethrxtime: New file.
51170         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
51171         (Depends-on): Add gethrxtime.
51172         (configure.ac): Add gl_XNANOSLEEP.
51173         (Makefile.am): Remove lib_SOURCES line.
51174
51175 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51176
51177         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
51178         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
51179
51180 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51181
51182         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
51183         * lib/timespec.h (gettime): Return void, since it always
51184         succeeds now.  All uses changed.
51185         * lib/gettime.c (gettime) Likewise.
51186         [HAVE_NANOTIME]: Prefer nanotime.
51187         Assume gettimeofday succeeds, as POSIX requires.
51188         Assime time () succeeds, since other code already does.
51189         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
51190         (timespec_subtract): Remove.
51191         (NANOSLEEP_BUG_WORKAROUND): New constant.
51192         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
51193         things considerably.  Use it only on GNU/Linux hosts, since the
51194         workaround shouldn't be needed elsewhere.
51195
51196 2005-02-24  Bruno Haible  <bruno@clisp.org>
51197
51198         * modules/gettext (Files): Add m4/glibc2.m4.
51199
51200 2005-02-24  Bruno Haible  <bruno@clisp.org>
51201
51202         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
51203         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
51204         * m4/progtest.m4:
51205         Update from GNU gettext 0.14.2.
51206         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
51207
51208 2005-02-24  Bruno Haible  <bruno@clisp.org>
51209
51210         * lib/localcharset.c: Update from GNU gettext 0.14.2.
51211         * lib/config.charset: Update from GNU gettext 0.14.2.
51212
51213 2005-02-24  Bruno Haible  <bruno@clisp.org>
51214
51215         * lib/gettext.h: Update from GNU gettext 0.14.2.
51216
51217 2005-02-23  Simon Josefsson  <jas@extundo.com>
51218
51219         * m4/iconvme.m4: New file.
51220
51221 2005-02-23  Jim Meyering  <jim@meyering.net>
51222
51223         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
51224         change.
51225         Thanks to Bruno Haible for catching it.
51226
51227 2005-02-22  Simon Josefsson  <jas@extundo.com>
51228
51229         * modules/iconvme: New file.
51230
51231         * MODULES.html.sh: Add iconvme.
51232
51233 2005-02-22  Simon Josefsson  <jas@extundo.com>
51234
51235         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
51236
51237 2005-02-22  Simon Josefsson  <jas@extundo.com>
51238
51239         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
51240
51241 2005-02-22  Jim Meyering  <jim@meyering.net>
51242
51243         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
51244         s/ifndef/ifdef/.
51245
51246 2005-02-20  Neil Conway  <neilc@samurai.com>
51247
51248         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
51249         returned by OSX/Darwin if the specified buffer is not large
51250         enough for the hostname.
51251
51252 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51253
51254         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
51255         pass it to _help, otherwise the latter coredumps trying to
51256         dereference state.root_argp.
51257
51258 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51259
51260         * modules/chdir-long (Depends-on): Add memrchr.
51261         * modules/memrchr (Files): Add lib/memrchr.h.
51262         (Include): "memrchr.h".
51263
51264 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51265
51266         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
51267
51268 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51269
51270         * lib/memrchr.h: New file.
51271         * lib/chdir-long.c: Include it.
51272         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
51273         Don't bother including stddef.h.
51274
51275 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
51276
51277         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
51278         inclusion.
51279         Include <sys/types.h>, for dev_t.
51280         (ME_DUMMY, ME_REMOTE): Move from here....
51281         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
51282         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
51283         Dmitry V. Levin.
51284         Include mountlist.h first, to test the interface.
51285
51286 2005-01-29  Bruno Haible  <bruno@clisp.org>
51287
51288         * lib/progname.c (program_name): Initialize.
51289         Needed when linking statically on MacOS X.
51290
51291 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51292
51293         Sync from coreutils.
51294         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
51295         (Depends-on): Add c-strtod.
51296         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
51297
51298 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51299
51300         Sync from coreutils.
51301         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
51302
51303         Remove files that are specific to coreutils.
51304         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
51305
51306 2005-01-28  Bruno Haible  <bruno@clisp.org>
51307
51308         * modules/javacomp: New file.
51309         * MODULES.html.sh (Java): Add javacomp.
51310
51311 2005-01-28  Bruno Haible  <bruno@clisp.org>
51312
51313         * m4/javacomp.m4: New file, from GNU gettext.
51314
51315 2005-01-28  Bruno Haible  <bruno@clisp.org>
51316
51317         * lib/javacomp.sh.in: New file, from GNU gettext.
51318         * lib/javacomp.h: New file, from GNU gettext.
51319         * lib/javacomp.c: New file, from GNU gettext.
51320
51321 2005-01-26  Simon Josefsson  <jas@extundo.com>
51322
51323         * lib/gai_strerror.c: Use GPL in header.
51324
51325 2005-01-26  Bruno Haible  <bruno@clisp.org>
51326
51327         * modules/javaexec: New file.
51328         * MODULES.html.sh (Java): Add javaexec.
51329
51330 2005-01-26  Bruno Haible  <bruno@clisp.org>
51331
51332         * m4/javaexec.m4: New file, from GNU gettext.
51333
51334 2005-01-26  Bruno Haible  <bruno@clisp.org>
51335
51336         * lib/javaexec.sh.in: New file, from GNU gettext.
51337         * lib/javaexec.h: New file, from GNU gettext.
51338         * lib/javaexec.c: New file, from GNU gettext.
51339
51340 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51341
51342         * modules/lchown (Depends-on): Remove lchown.h
51343
51344 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51345
51346         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
51347         must be defined if the header file was not found, in order
51348         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
51349
51350 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51351
51352         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
51353         initializers for struct pentry_state.
51354         (__argp_error): Check return value of __asprintf
51355         (__argp_failure): Translate error message
51356
51357         * lib/argp-parse.c: Removed braces around the expansion of N_()
51358
51359 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
51360
51361         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
51362         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
51363         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
51364         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
51365         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
51366         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
51367         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
51368         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
51369         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
51370         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
51371         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
51372         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
51373         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
51374         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
51375         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
51376         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
51377         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
51378         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
51379         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
51380         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
51381         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
51382         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
51383         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
51384         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
51385         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
51386         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
51387         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
51388         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
51389         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
51390         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
51391         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
51392         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
51393         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
51394         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
51395         xstrtol.m4, xstrtoumax.m4, yesno.m4:
51396         Use an all-permissive copyright notice, recommended by RMS.
51397
51398 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
51399
51400         * modules/chdir-long (Depends-on): Remove mempcpy.
51401
51402 2005-01-21  Jim Meyering  <jim@meyering.net>
51403
51404         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
51405         same value as for Solaris 9.
51406
51407         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
51408         component length.  This included changing the parameter to be
51409         of type `char *' rather than `char const *'.
51410         * lib/chdir-long.h (chdir_long): Update prototype.
51411
51412         * lib/openat.c (fdopendir, fstatat): New functions.
51413         * lib/openat.h: Include headers required for use of DIR and struct
51414         stat.
51415         [AT_SYMLINK_NOFOLLOW]: Define.
51416         (fdopendir, fstatat): Add prototypes.
51417
51418 2005-01-21  Bruno Haible  <bruno@clisp.org>
51419
51420         * modules/classpath: New file.
51421         * MODULES.html.sh (Java): Add classpath.
51422
51423 2005-01-21  Bruno Haible  <bruno@clisp.org>
51424
51425         * lib/classpath.h: New file, from GNU gettext.
51426         * lib/classpath.c: New file, from GNU gettext.
51427
51428 2005-01-20  Simon Josefsson  <jas@extundo.com>
51429
51430         * modules/version-etc-fsf: New file.
51431
51432 2005-01-20  Simon Josefsson  <jas@extundo.com>
51433
51434         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
51435         * lib/version-etc.c: Remove version_etc_copyright.
51436         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
51437         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
51438
51439 2005-01-20  Simon Josefsson  <jas@extundo.com>
51440
51441         * lib/base64.h (isbase64): Add.
51442
51443         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
51444         using a unsigned prototype, don't inline.
51445         (base64_decode): Use it.
51446
51447 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51448
51449         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
51450         it.
51451
51452 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51453
51454         * lib/save-cwd.c (save_cwd): Remove code to support the case
51455         where fchdir is missing or flaky.
51456
51457 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51458
51459         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
51460
51461 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
51462
51463         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
51464         AC_LIBSOURCES now does this.
51465         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
51466         with new ullong_max module.
51467
51468 2005-01-19  Bruno Haible  <bruno@clisp.org>
51469
51470         * modules/sh-quote: New file.
51471         * MODULES.html.sh (Executing programs): Add sh-quote.
51472
51473 2005-01-19  Bruno Haible  <bruno@clisp.org>
51474
51475         * lib/sh-quote.h: New file, from GNU gettext.
51476         * lib/sh-quote.c: New file, from GNU gettext.
51477
51478 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51479
51480         Merge from coreutils.
51481         * m4/ullong_max.m4: New file.
51482         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
51483         (gl_MACROS): Assume localeconv exists.
51484
51485 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51486
51487         Merge changes from coreutils, as described below in several
51488         changelogs dated today.
51489
51490         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
51491         (O_DIRECTORY): Remove; not needed here, since "." must be
51492         a directory.  All uses removed.
51493         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
51494         universal on Suns, and we also need to test for IRIX.
51495         Revamp code to use 'if' rather than '#if'.
51496         Avoid unnecessary comparison of cwd->desc to 0.
51497
51498         * lib/utimens.c (futimens): Robustify the previous patch, by checking
51499         for known valid error numbers rather than observed invalid ones.
51500
51501 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51502
51503         * modules/ullong_max: New file.
51504
51505         * modules/chdir-long, modules/openat: New files.
51506         * modules/save-cwd (Depends-on): Depend on chdir-long.
51507         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
51508
51509 2005-01-18  Jim Meyering  <jim@meyering.net>
51510
51511         Merge from coreutils.
51512         * m4/chdir-long.m4, m4/openat.m4: New files.
51513         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
51514         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
51515         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
51516         is sane and DOES follow symlinks.  Besides, testing 20 different
51517         systems found no broken chown implementations.
51518         Prompted by a change in rsync's copy of this macro.
51519         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
51520
51521         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
51522
51523         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
51524         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
51525         NULL-means-set-to-current-time semantics.
51526         Remove temporary file immediately, rather than waiting
51527         for configure's at-exit trap code to do it.
51528
51529 2005-01-18  Jim Meyering  <jim@meyering.net>
51530
51531         * lib/version-etc.c (version_etc_copyright): Update copyright date.
51532
51533         * lib/utimens.c (futimens): Account for the fact that futimes
51534         can also fail with errno == ENOSYS or errno == ENOENT.
51535         Patch from Dmitry V. Levin.
51536
51537         Change the name of the robust chdir function from chdir to chdir_long.
51538         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
51539         (restore_cwd): Use chdir_long, not chdir.
51540         * lib/chdir-long.c: Renamed from chdir.c.
51541         * lib/chdir-long.h: Renamed from chdir.h.
51542         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
51543         Hurd.
51544
51545 2005-01-18  Bruno Haible  <bruno@clisp.org>
51546
51547         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
51548         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
51549         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
51550         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
51551         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
51552         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
51553         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
51554         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
51555         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
51556         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
51557         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
51558         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
51559         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
51560         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
51561         Use an all-permissive copyright notice, recommended by RMS.
51562
51563 2005-01-18  Bob Proulx  <bob@proulx.com>
51564
51565         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
51566         simplify offsetof() macro construct to avoid compile failure with
51567         native HP-UX 11.0 ANSI C compiler.
51568
51569 2005-01-17  Bruno Haible  <bruno@clisp.org>
51570
51571         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
51572         redundant because stpncpy.m4 takes care of it.
51573
51574 2005-01-17  Bruno Haible  <bruno@clisp.org>
51575
51576         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
51577
51578 2005-01-17  Bruno Haible  <bruno@clisp.org>
51579
51580         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
51581         used.
51582
51583 2005-01-17  Bruno Haible  <bruno@clisp.org>
51584
51585         * lib/fwriteerror.h (fwriteerror): Change specification to include
51586         fclose.
51587         * lib/fwriteerror.c: Include <stdbool.h>.
51588         (fwriteerror): At the end, close the file stream. Record whether
51589         stdout was already closed.
51590
51591 2005-01-17  Bruno Haible  <bruno@clisp.org>
51592
51593         * lib/execute.c (environ): Declare if needed.
51594         * lib/pipe.c (environ): Likewise.
51595         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
51596
51597 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51598
51599         * modules/argp: Depend on vsnprintf
51600
51601 2005-01-10  Jim Meyering  <jim@meyering.net>
51602
51603         * modules/closeout (Depends-on): Add atexit.
51604
51605 2005-01-06  Bruno Haible  <bruno@clisp.org>
51606
51607         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
51608
51609 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
51610
51611         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
51612         definitions to be after all include files, to avoid collisions.
51613         Problem reported by Bob Proulx.
51614
51615 2005-01-04  Jim Meyering  <jim@meyering.net>
51616
51617         Changes imported from coreutils.
51618         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
51619         as the mkstemp template, use a temporary directory and an
51620         8.3-friendly template to avoid trouble on systems like DJGPP.
51621         Reported by Juan M. Guerrero via Stepan Kasal.
51622         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
51623         close. Remove the temporary directory right away, rather than waiting
51624         for configure's at-exit trap code to do it.
51625         Suggestion from Stepan Kasal.
51626
51627 2005-01-01  Simon Josefsson  <jas@extundo.com>
51628
51629         * gnulib-tool: Print #include directives when --import'ing.
51630
51631 2004-12-28  Simon Josefsson  <jas@extundo.com>
51632
51633         * tests/test-base64.c: Include required header files.  Remove
51634         unused variables.
51635
51636 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
51637
51638         * modules/error (Depends-on): Remove gettext.
51639
51640 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
51641
51642         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
51643         not needed.  This removes a dependency on the gettext module.
51644         [defined _LIBC]: Do not include <libintl.h>; not needed.
51645
51646 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
51647
51648         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
51649         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
51650
51651 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
51652
51653         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
51654         HAVE_DECL_STRTOLD.
51655
51656 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51657
51658         * modules/getdate (Depends-on): Remove alloca-opt.
51659
51660 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51661
51662         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
51663
51664 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51665
51666         * lib/argp-parse.c: Include <stddef.h>.
51667         (alignof, alignto): New macros.
51668         (parser_init): Don't assume that void * is aligned sufficiently
51669         for struct option.
51670
51671         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
51672         need to extend the stack.
51673         (YYINITDEPTH): New macro, so that the initial stack isn't overly
51674         large.
51675
51676 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51677
51678         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
51679
51680 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
51681
51682         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
51683         (2004-10-24) change.  Apparently this was a false alarm.
51684
51685         * modules/getdate: Depend on alloca-opt, not alloca.
51686
51687 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
51688
51689         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
51690         Remove now-obsolete comment about AIX.
51691         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
51692         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
51693         (YYMAXDEPTH): New macro.
51694
51695 2004-12-18  Simon Josefsson  <jas@extundo.com>
51696
51697         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
51698
51699 2004-12-18  Bruno Haible  <bruno@clisp.org>
51700
51701         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
51702
51703 2004-12-18  Bruno Haible  <bruno@clisp.org>
51704
51705         * lib/fatal-signal.c (fatal_signals): Make non-const.
51706         (init_fatal_signals): New function.
51707         (uninstall_handlers, install_handlers): Ignore signals that were set to
51708         SIG_IGN.
51709         (at_fatal_signal): Call init_fatal_signals.
51710         (init_fatal_signal_set): Likewise. Ignore signals that were set to
51711         SIG_IGN.
51712         Reported by Paul Eggert.
51713
51714 2004-12-18  Bruno Haible  <bruno@clisp.org>
51715
51716         * doc/alloca.texi: New file.
51717         * doc/alloca-opt.texi: New file.
51718
51719 2004-12-17  Jim Meyering  <jim@meyering.net>
51720
51721         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
51722         Otherwise, install-sh could exit with improper exit status when
51723         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
51724
51725 2004-12-16  Simon Josefsson  <jas@extundo.com>
51726
51727         * tests/test-base64.c: Add license.
51728
51729 2004-12-15  Stepan Kasal  <address@hidden>
51730
51731         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
51732
51733 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
51734
51735         * modules/getcwd (Files): Add m4/d-ino.m4.
51736         Suggested by Mark D. Baushke.
51737
51738 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
51739
51740         * lib/getdate.y (textint): New member "negative".
51741         (time_zone_hhmm): New function.
51742         Expect 14 shift-reduce conflicts, not 13.
51743         (o_colon_minutes): New rule.
51744         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
51745         (yylex): Set the "negative" member of signed numbers.
51746
51747 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
51748
51749         * doc/getdate.texi (Time of day items, Time zone items):
51750         Describe new formats +00:00, UTC+00:00.
51751
51752 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
51753
51754         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
51755         spurious "-l"s.  Problem reported by Stepan Kasal.
51756
51757 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
51758
51759         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
51760         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
51761
51762 2004-12-04  Simon Josefsson  <jas@extundo.com>
51763
51764         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
51765         Vandoorselaere <yoann@prelude-ids.org>.
51766
51767 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51768
51769         Changes imported from coreutils.
51770         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
51771         exist.
51772         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
51773
51774 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51775
51776         Changes imported from coreutils.
51777         * lib/hard-locale.c: Assume <locale.h> exists.
51778         Include "strdup.h".
51779         (GLIBC_VERSION): New macro.
51780         (hard_locale): Assume setlocale exists.
51781         Rewrite to avoid #ifdef.
51782         Use strdup rather than malloc + strcpy.
51783         * lib/human.c: Assume <locale.h> exists.
51784         (human_readable): Assume localeconv exists.
51785
51786 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51787
51788         * modules/hard-locale (Depends-on): Add strdup.
51789
51790 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
51791
51792         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
51793         convert T2, not T.  (Imported from libc.)
51794
51795 2004-11-30  Simon Josefsson  <jas@extundo.com>
51796
51797         * modules/restrict (License): Change to LGPL.
51798
51799 2004-11-30  Simon Josefsson  <jas@extundo.com>
51800
51801         * m4/restrict.m4: Add copyright and copying conditions.
51802
51803 2004-11-30  Simon Josefsson  <jas@extundo.com>
51804
51805         * m4/base64.m4: New file.
51806
51807 2004-11-30  Simon Josefsson  <jas@extundo.com>
51808
51809         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
51810         base64.
51811
51812         * tests/test-base64.c: New file.
51813
51814         * modules/base64: New file.
51815
51816 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
51817
51818         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
51819         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
51820
51821         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
51822
51823 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
51824
51825         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
51826         (__getcwd.c): Don't restore errno; glibc doesn't.
51827         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
51828         first, falling back to our code only if its results look suspicious.
51829         Ensure that the resulting buffer is only as large as necessary.
51830
51831         * lib/readutmp.c: Include readutmp.h first.
51832         Include <errno.h>, since readutmp.h no longer does that.
51833         * lib/readutmp.h: Don't include <errno.h>,
51834         <sys/param.h>, <time.h>; not needed to establish interface.
51835         (errno): Remove decl.
51836         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
51837         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
51838         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
51839
51840 2004-11-28  Simon Josefsson  <jas@extundo.com>
51841
51842         * lib/base64.h, base64.c: New file.
51843
51844 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
51845
51846         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
51847
51848 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
51849
51850         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
51851         (Depends-on): Remove pathmax, same.  Add mempcpy.
51852         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
51853         (Makefile.am): Append getcwd.h to lib_SOURCES.
51854         (Include): Add getcwd.h.
51855         (Maintainer): Change from Jim Meyering to "all, glibc",
51856         since getdate now uses intended-for-glibc code.
51857         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
51858         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
51859
51860 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
51861
51862         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
51863         HP's ANSI C compiler.
51864         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
51865         Declaring int functions causes warnings on some modern systems and
51866         shouldn't be needed to compile on ancient ones.
51867         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
51868         defined.
51869
51870         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
51871         with the following changes.
51872         (__set_errno): Parenthesize properly.
51873         Include <stdbool.h>.
51874         (MIN, MAX, MATCHING_INO): New macros.
51875         (__getcwd): Define with prototype, not K&R form.
51876         Use heuristics to allocate default buffer on stack if possible.
51877         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
51878         behavior, and to avoid the PATH_MAX limit when computing
51879         ../../../../...
51880         Use MATCHING_INO to compare inode number to file.
51881         Check for arithmetic overflow in size calculations.
51882         Fix bug in reallocation of dot array that caused getcwd to fail
51883         on directories nested deeper than 75.
51884         Be more careful about saving errno on error.
51885         Do not use realloc; use only free+malloc, as this is a bit
51886         more flexible and avoids a needless copy operation.
51887         Do not inspect st_dev and st_ino for symbolic links; POSIX
51888         doesn't specify the latter.
51889         Check for closedir errors.
51890         Avoid needless casts.
51891         Use "#ifdef weak_alias" around weak_alias, to be like other
51892         glibc code.
51893         The following changes to getcwd.c have effect only when used in
51894         gnulib; they have no effect inside glibc proper.
51895         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
51896         as alloca isn't used.
51897         (alloca, __alloca): Likewise.
51898         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
51899         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
51900         unconditionally, as gnulib assumes C89 or better.
51901         Do not include <sys/param.h>.
51902         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
51903         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
51904         better.
51905         (NULL) [!defined NULL]: Remove; we assume C89 or better.
51906         Include <dirent.h> in a way that is compatible with modern Autoconf.
51907         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
51908         New macros, if not already defined.
51909         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
51910         Use "_LIBC", not "defined _LIBC", for consistency.
51911         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
51912         a mempcpy module.
51913         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
51914         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
51915         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
51916         credit only to Jim Meyering and adjust the copyright dates.
51917         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
51918         <stdlib.h>, <unistd.h>, "pathmax.h".
51919         Instead, include "xgetcwd.h" (first) and "getcwd.h".
51920         (INITIAL_BUFFER_SIZE): Remove.
51921         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
51922
51923 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
51924
51925         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
51926         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
51927         Use the _ONCE methods, for efficiency.
51928         Check for fcntl.h.  In test program, include <errno.h>
51929         and <fcntl.h> if available.  Remove old K&R cruft from
51930         test program.  Check for common errors in GNU/Linux,
51931         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
51932         don't do AC_LIBOBJ, as that's getcwd.m4's job.
51933         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
51934         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
51935         name accordingly.
51936         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
51937         accommodate new getcwd.c.
51938         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
51939         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
51940         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
51941         that's all we need now.
51942
51943 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51944
51945         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
51946         argp-parse.c depends on getopt internals, that means we should
51947         always use our getopt, to be on the safe side.
51948         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
51949         order not to spoil the result of an eventual previous invocation
51950         of gl_GETOPT_SUBSTITUTE.
51951
51952 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51953
51954         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
51955         redefinition warnings. To avoid them, include the defines
51956         in `#if !defined __need_getopt ... #endif'. The only place
51957         where __getopt_argv_const is used is in definitions
51958         of getopt_long and getopt_long_only below, which are as well
51959         protected by `#ifndef __need_getopt'.
51960         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
51961         __need_getopt after including <stdio.h> and <unistd.h> These
51962         headers might have defined it.
51963
51964 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
51965
51966         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
51967
51968 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
51969
51970         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
51971         (futimens): New function, which uses futimes if available.
51972         (futimens, utimens): Support timespec==NULL, with same semantics
51973         as utime and utimens.
51974         * lib/utimens.h (futimens): New decl.
51975
51976 2004-11-23  Jim Meyering  <jim@meyering.net>
51977
51978         * lib/getopt_.h: Remove trailing blanks.
51979
51980 2004-11-23  Jim Meyering  <jim@meyering.net>
51981
51982         * lib/__fpending.c: Add comment.
51983
51984 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
51985
51986         * modules/canonicalize (Depends-on): Add xreadlink.
51987         Problem reported by James Youngman.
51988
51989 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
51990
51991         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
51992         New macros.
51993         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
51994         optopt): Use them instead of invoking ## directly; otherwise, the
51995         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
51996
51997 2004-11-19  Bruno Haible  <bruno@clisp.org>
51998
51999         * lib/strtok_r.c: Move comments from here...
52000         * lib/strtok_r.h: ... to here.
52001
52002 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52003
52004         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
52005         implementations that mishandle size_t overflow.
52006
52007 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52008
52009         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
52010         might fail.  Problem reported by Yoann Vandoorselaere.
52011         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
52012         implementations that mishandle size_t overflow.
52013
52014 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52015
52016         * modules/canon-host (Depends-on): Add strdup.
52017
52018 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52019
52020         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
52021
52022 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52023
52024         * lib/canon-host.c: Include "strdup.h".
52025         (canon_host): Use getaddrinfo if available, so that IPv6 works.
52026         Use strdup instead of malloc/strcpy to duplicate strings.
52027
52028         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
52029         (human_space_before_unit): New constant.
52030         * lib/human.c (human_readable): Support it.
52031
52032         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
52033         (xgetcwd): Set errno correctly when failing.
52034         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
52035         the failure is actually due to a PATH_MAX problem.
52036
52037         Further getopt changes to make it more likely that glibc will
52038         buy the changes back.
52039         * lib/getopt.c (POSIXLY_CORRECT): New constant.
52040         (getopt): Use it, so to preserve glibc semantic
52041         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
52042         when compiling for libc.
52043         * lib/getopt_.h (__getopt_argv_const): Bring it back.
52044         (getopt_long, getopt_long_only): Use it.
52045
52046         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52047         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
52048         (getopt): Argv is now char * const *, as per standard.
52049         (_getopt_internal_r, _getopt_internal): Argv is now char **,
52050         not char *__getopt_argv_const *.
52051         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52052         _getopt_long_only_r): Likewise.
52053         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
52054         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52055         _getopt_long_r, _getopt_long_only_r): Likewise.
52056         * lib/getopt_.h (__getopt_argv_const): Remove.
52057         (getopt): Argv is now char * const *, as per standard.
52058
52059         * lib/getdate.y (tORDINAL): New token.
52060         (day, relunit): Allow it for relative times.
52061         (relative_time_table): Use tORDINAL for ordinals.
52062
52063 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52064
52065         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
52066         Document that "second" isn't allowed as an ordinal number.
52067
52068 2004-11-16  Jim Meyering  <jim@meyering.net>
52069
52070         * modules/closeout (Depends-on): Add fpending.
52071
52072 2004-11-15  Jim Meyering  <jim@meyering.net>
52073
52074         * lib/closeout.c: Include "__fpending.h" once again.
52075         Include <stdbool.h>.
52076         (close_stdout): Don't fail just because stdout was closed initially,
52077         since some programs don't write to stdout in the normal course of
52078         operation (other than --version and --help), and we don't want this
52079         function to make e.g. `touch file >&-' fail.
52080         But do fail if it was closed and someone has tried to write to it.
52081         E.g., `printf foo >&-' must fail.
52082
52083 2004-11-13  Jim Meyering  <jim@meyering.net>
52084
52085         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
52086
52087 2004-11-12  Simon Josefsson  <jas@extundo.com>
52088
52089         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
52090         small doc fix is still pending.
52091
52092 2004-11-11  Simon Josefsson  <jas@extundo.com>
52093
52094         * modules/strtok_r: New file.
52095
52096         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52097         strtok_r.
52098
52099 2004-11-11  Simon Josefsson  <jas@extundo.com>
52100
52101         * m4/strtok_r.m4: New file.
52102
52103         * m4/getopt.m4: Replace opterr.
52104
52105 2004-11-11  Simon Josefsson  <jas@extundo.com>
52106
52107         * lib/strtok_r.h, strtok_r.c: New file.
52108
52109 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52110
52111         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
52112         of replacing opterr, getopt, etc.  This should handle the
52113         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
52114
52115 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52116
52117         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
52118         we can stop lying to compilers about the constness of argv when we
52119         are compiled outside glibc.
52120         (getopt, getopt_long, getopt_long_only): Use it.
52121         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52122         _getopt_internal, getopt): Likewise.
52123         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52124         _getopt_long_only_r): Likewise.
52125         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52126         _getopt_long_r, _getopt_long_only_r): Likewise.
52127
52128         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
52129         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
52130         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
52131         the other external symbols.
52132         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
52133         declaration, since the above renaming now works around collisions.
52134
52135 2004-11-11  Jim Meyering  <jim@meyering.net>
52136
52137         * lib/linebreak.c: Remove trailing blanks.
52138         * lib/alloca_.h: Likewise.
52139         * lib/acosl.c: Likewise.
52140         * lib/euidaccess.c: Likewise.
52141         * lib/allocsa.h: Likewise.
52142
52143 2004-11-10  Simon Josefsson  <jas@extundo.com>
52144
52145         * m4/getaddrinfo.m4: New file.
52146
52147 2004-11-10  Simon Josefsson  <jas@extundo.com>
52148
52149         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
52150
52151 2004-11-10  Simon Josefsson  <jas@extundo.com>
52152
52153         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52154         getaddrinfo.
52155
52156         * modules/getaddrinfo: New file.
52157
52158 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52159
52160         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
52161
52162 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52163
52164         * lib/mktime.c (SHR): New macro, which is a portable
52165         substitute for >> that should work even on Crays.
52166         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
52167         Problem reported by Mark D. Baushke in
52168         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
52169         * lib/getdate.y (SHR): Likewise.
52170         (tm_diff): Use it.
52171         * lib/strftime.c (SHR): Likewise.
52172         (tm_diff): Use it.
52173         * lib/quotearg.c (struct quoting_options): Use unsigned int for
52174         quote_these_too, so that right shifts are well defined.  All uses
52175         changed.
52176
52177 2004-11-10  Jim Meyering  <jim@meyering.net>
52178
52179         Ensure that no close failure goes unreported.
52180         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
52181         return early when it seems there's nothing to flush.
52182         Don't include __fpending.h.
52183
52184 2004-11-10  Jim Meyering  <jim@meyering.net>
52185
52186         * modules/closeout (Depends-on): Remove fpending.
52187
52188 2004-11-10  Jim Meyering  <jim@meyering.net>
52189
52190         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
52191
52192 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52193
52194         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
52195         gl_FUNC_STRFTIME.
52196         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
52197         and AC_REQUIRE when possible, to avoid duplicate checks.
52198         Check for <wchar.h>.
52199
52200 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52201
52202         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
52203
52204 2004-11-09  Bruno Haible  <bruno@clisp.org>
52205
52206         * m4/sockpfaf.m4: New file.
52207
52208 2004-11-05  Bruno Haible  <bruno@clisp.org>
52209
52210         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
52211         Reported by Mark D. Baushke <mdb@cvshome.org>.
52212
52213 2004-11-04  Bruno Haible  <bruno@clisp.org>
52214
52215         2004-09-11  Bruno Haible  <bruno@clisp.org>
52216                 * allocsa.valgrind: New file.
52217         2004-02-06  Bruno Haible  <bruno@clisp.org>
52218                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
52219                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
52220                 Reported by Christopher Seip <chris.seip@hp.com>.
52221
52222 2004-11-04  Bruno Haible  <bruno@clisp.org>
52223
52224         * modules/allocsa (Files): Add lib/allocsa.valgrind.
52225         (Makefile.am): Distribute it.
52226
52227 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
52228
52229         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
52230         with errno == ERANGE if the buffer is too small.
52231         Problem reported by Mark D. Baushke.
52232
52233 2004-11-03  Albert Chin  <china@thewrittenword.com>
52234             Paul Eggert  <eggert@cs.ucla.edu>
52235
52236         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
52237         equivalent, substitute $ac_type for equivalent type rather than
52238         blindly using uint32_t *always* which won't work if uint32_t is not
52239         available.  Define _UINT32_T to work around typedef of uint32_t if
52240         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
52241         2.5.1.
52242
52243 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52244
52245         * m4/jm-macros.m4: Sync from coreutils.
52246         (gl_MACROS): Check for mbrlen, for pathchk.
52247         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
52248
52249 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52250
52251         * lib/xreadlink.c (MAXSIZE): New macro.
52252         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
52253         size does not exceed MAXSIZE.  Avoid cast.
52254         As suggested by Mark D. Baushke in
52255         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
52256         if readlink fails with buffer size just under MAXSIZE, try again
52257         with MAXSIZE.
52258
52259 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52260
52261         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
52262
52263 2004-11-02  Derek R. Price  <derek@ximbiot.com>
52264         and  Paul Eggert  <eggert@cs.ucla.edu>
52265
52266         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
52267         (get_date): Overparenthesize to avoid GCC warning.
52268
52269 2004-11-02  Bruno Haible  <bruno@clisp.org>
52270
52271         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
52272         returns void.
52273
52274 2004-11-02  Bruno Haible  <bruno@clisp.org>
52275
52276         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
52277         function returns void.
52278
52279 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52280
52281         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
52282         fflush_unlocked, flockfile, funlockfile, funlockfile,
52283         fputs_unlocked, putc_unlocked.
52284
52285 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52286
52287         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52288         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
52289         already declared.
52290
52291 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52292
52293         * modules/getdate (Files): Add doc/getdate.texi.
52294         (Depends-on): Add setenv, xalloc.
52295
52296 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52297
52298         * lib/getdate.y: Add support for TZ="foo" within a date string.
52299         Fix some bugs near time_t boundaries.  Reject dates with
52300         out-of-range components, e.g., "Sept 31".
52301         Include <stdlib.h>, "setenv.h", "xalloc.h".
52302         (ISDIGIT_LOCALE): Remove; unused.
52303         Note that the TZ and time functions used here are not reentrant.
52304         (mktime_ok, get_tz): New functions.
52305         (TZBUFSIZE): New constant.
52306         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
52307         This requires that we sometimes generate our own TZ="XXX..." setting.
52308
52309 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52310
52311         * doc/getdate.texi: New file, from coreutils with modifications for
52312         the new TZ parsing.
52313
52314 2004-10-27  Derek R. Price  <derek@ximbiot.com>
52315
52316         * lib/mktime.c (not_equal_tm): Remove redundant check.
52317
52318 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52319
52320         * modules/regex (lib_SOURCES): Add regex.c.
52321         Reported by James Youngman in
52322         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
52323
52324 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52325
52326         * lib/getdate.y: Use Bison 1.875 features, and some minor
52327         code cleanups.  This change does not affect semantics.
52328         Don't include <stdlib.h>; no longer needed.
52329         Don't include unlocked-io.h; only the "#if TEST" code uses
52330         stdio, and performance isn't crucial there.
52331         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
52332         Bison 1.875 features as described below.
52333         All uses of "PC." replaced by "pc->".
52334         (YYSTYPE): Add a forward declaration.
52335         (yylex, yyerror): Use full prototypes in forward decls.
52336         Use "%pure-parser" rather than obsolescent "%pure_parser".
52337         Use %parse-param and %lex-param instead of obsolescent
52338         YYPARSE_PARAM and YYLEX_PARAM.
52339         (meridian_table, month_and_day_table, time_units_table,
52340         relative_time_table, time_zone_table, military_table,
52341         lookup_zone, lookup_word, get_date):
52342         Use NULL instead of 0 where appropriate.
52343         (to_hour): Avoid abort (), to avoid a dependency on
52344         stdlib.h.
52345         (yyerror, yylex): Now accepts parser_control * arg.
52346         (main) [TEST]: Use '\0' rather than 0 for char.
52347
52348 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52349
52350         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
52351
52352 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52353
52354         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
52355         It's now the caller's responsibility to handle the case where
52356         !HAVE_GETPAGESIZE && !defined getpagesize.
52357
52358         * lib/mktime.c (leapyear): Arg is long int, not int.
52359
52360 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
52361
52362         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
52363
52364 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
52365
52366         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
52367         missing.  Problem reported by James Youngman.
52368
52369 2004-10-16  Simon Josefsson  <jas@extundo.com>
52370
52371         * gnulib-tool: Fix comments.  Fix parse problem.
52372         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
52373
52374 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
52375
52376         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
52377         implementation of getopt_long.  Problem reported by Alexander Taler in:
52378         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
52379
52380 2004-10-15  Bruno Haible  <bruno@clisp.org>
52381
52382         * gnulib-tool: Untabify. Initialize supplied_libname.
52383         (func_usage): More homogenous output.
52384         (func_modules_transitive_closure, func_modules_to_filelist,
52385         func_emit_lib_Makefile_am): New functions.
52386         (func_import): New function, extracted from big case statement. Use
52387         func_get_license, func_modules_transitive_closure,
52388         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
52389         opt_lgpl. Don't use test -a, as it's not portable.
52390         (func_create_testdir): Use func_modules_transitive_closure,
52391         func_modules_to_filelist, func_emit_lib_Makefile_am.
52392
52393 2004-10-15  Bruno Haible  <bruno@clisp.org>
52394
52395         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
52396
52397 2004-10-15  Bruno Haible  <bruno@clisp.org>
52398
52399         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
52400         the portions belonging to each module.
52401         Suggested by Derek Robert Price <derek@ximbiot.com>.
52402
52403 2004-10-12  Simon Josefsson  <jas@extundo.com>
52404
52405         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52406         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
52407         to real functions.
52408
52409 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52410
52411         * modules/vsnprintf: New file.
52412
52413 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52414
52415         * m4/vsnprintf.m4: New file.
52416
52417 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52418
52419         * lib/vsnprintf.h: New file.
52420         * lib/vsnprintf.c: New file.
52421
52422 2004-10-11  Bruno Haible  <bruno@clisp.org>
52423
52424         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
52425         vsnprintf.
52426
52427 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
52428
52429         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
52430
52431 2004-10-07  Bruno Haible  <bruno@clisp.org>
52432
52433         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
52434         fits into the provided buffer.
52435
52436 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
52437
52438         * lib/diacrit.c, diacrit.h: Add GPL notice.
52439
52440         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
52441         notice.
52442         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
52443         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
52444         This avoids a potential constant-folding bug.
52445
52446 2004-10-05  Bruno Haible  <bruno@clisp.org>
52447
52448         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
52449         for the declaration of strsep.
52450
52451 2004-10-05  Bruno Haible  <bruno@clisp.org>
52452
52453         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
52454
52455 2004-10-04  Simon Josefsson  <jas@extundo.com>
52456
52457         * modules/memmem: New file.
52458         * tests/test-memmem.c: New file.
52459         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
52460
52461 2004-10-04  Simon Josefsson  <jas@extundo.com>
52462
52463         * m4/memmem.m4: New file.
52464
52465 2004-10-04  Simon Josefsson  <jas@extundo.com>
52466
52467         * lib/memmem.h: New file.
52468         * lib/memmem.c: New file, taken from glibc.
52469
52470 2004-10-04  Simon Josefsson  <jas@extundo.com>
52471
52472         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
52473         '#ifdef USE_UNLOCKED_IO'.
52474
52475 2004-10-04  Simon Josefsson  <jas@extundo.com>
52476
52477         * config/srclist.txt: Add memmem from glibc.
52478
52479 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52480
52481         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
52482
52483         * modules/argmatch, modules/argp, modules/closeout, modules/error,
52484         modules/exclude, modules/getdate, modules/getline,
52485         modules/getndelim2, modules/getpass, modules/getpass-gnu,
52486         modules/getusershell, modules/linebuffer, modules/md5,
52487         modules/mountlist, modules/posixtm, modules/readtokens,
52488         modules/readutmp, modules/regex, modules/sha1,
52489         modules/version-etc, modules/yesno:
52490         Remove dependency on unlocked-io.
52491
52492 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52493
52494         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
52495
52496         * m4/unlocked-io.m4: Add copyright notice.
52497         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
52498
52499 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52500
52501         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
52502         * lib/xmalloc.c (xmemdup): Likewise.
52503         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
52504         XFREE): Remove these long-obsolescent macros.
52505         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
52506         * lib/xstrdup.c: Remove.
52507
52508         * lib/regex.c (re_comp): Cast gettext return value to char *,
52509         Problem reported by Martin Neitzel via Mark D. Baushke.
52510
52511 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52512
52513         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
52514         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
52515         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
52516         regex.c, sha1.c, version-etc.c, yesno.c:
52517         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
52518         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
52519         the includer's responsibility.
52520
52521         Sync from coreutils.
52522
52523         * lib/modechange.c (mode_compile): Don't decrement a pointer that
52524         points to the start of a string, as the C Standard says the
52525         resulting behavior is undefined.
52526
52527         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
52528         simple -> simple_backups, numbered_existing ->
52529         numbered_existing_backups, numbered -> numbered_backups
52530         to avoid shadowing problems.  All uses changed.
52531         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
52532         * lib/backupfile.c (check_extension, numbered_backup):
52533         Rename locals to avoid shadowing 'basename'.
52534         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
52535         once.
52536
52537         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
52538         * lib/.cvsignore: Add getopt.h.
52539
52540 2004-10-04  Bruno Haible  <bruno@clisp.org>
52541
52542         * modules/README: New file.
52543         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
52544         not a module.
52545
52546 2004-10-02  Jim Meyering  <jim@meyering.net>
52547
52548         * lib/dirfd.h, getpagesize.h: Add copyright notice.
52549
52550 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52551
52552         * modules/strsep: New file.
52553
52554 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52555
52556         * m4/strsep.m4: New file.
52557
52558 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52559
52560         * lib/strsep.h: New file.
52561         * lib/strsep.c: New file.
52562
52563 2004-10-01  Simon Josefsson  <jas@extundo.com>
52564
52565         * lib/snprintf.c (snprintf): Handle size==0.
52566
52567 2004-10-01  Simon Josefsson  <jas@extundo.com>
52568             Bruno Haible  <bruno@clisp.org>
52569
52570         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
52571         (snprintf): Declare 'args'.
52572
52573 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
52574
52575         * lib/snprintf.c: Remove comments as to why each header is needed.
52576
52577 2004-10-01  Bruno Haible  <bruno@clisp.org>
52578
52579         * MODULES.html.sh: Add strsep.
52580
52581 2004-09-30  Simon Josefsson  <jas@extundo.com>
52582
52583         * modules/snprintf: New file.
52584
52585 2004-09-30  Simon Josefsson  <jas@extundo.com>
52586
52587         * m4/snprintf.m4: New file.
52588
52589 2004-09-30  Simon Josefsson  <jas@extundo.com>
52590
52591         * lib/snprintf.h, lib/snprintf.c: New files.
52592
52593 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52594
52595         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
52596         (hol_entry_help): Never translate an empty string.
52597         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
52598         * lib/argp.h (OPTION_NO_TRANS): New option.
52599
52600 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52601
52602         * modules/argp (Maintainer): Replace Simon Josefsson
52603         by Sergey Poznyakoff.
52604
52605 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52606
52607         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
52608         changes merged back into glibc.
52609
52610 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52611
52612         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
52613
52614 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
52615
52616         * lib/xvasprintf.c: Include xalloc.h.
52617         (xvasprintf): Use xalloc_die, not xmalloc_die.
52618
52619 2004-09-29  Bruno Haible  <bruno@clisp.org>
52620
52621         * modules/alloca-opt: New file, derived from modules/alloca.
52622         * modules/allocsa: Depend on alloca-opt instead of alloca.
52623         * modules/setenv: Likewise.
52624         * modules/vasnprintf: Likewise.
52625         * MODULES.html.sh: Add alloca-opt.
52626
52627 2004-09-28  Simon Josefsson  <jas@extundo.com>
52628
52629         * gnulib-tool: New parameter --lgpl, to asseert that modules are
52630         LGPL, and to replace license template from GPL to LGPL.
52631
52632 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
52633
52634         * modules/dummy: Change license to LGPL.
52635
52636 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
52637
52638         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
52639
52640 2004-09-24  Simon Josefsson  <jas@extundo.com>
52641
52642         * modules/minmax (License): Change from GPL to LGPL.
52643
52644 2004-09-23  Simon Josefsson  <jas@extundo.com>
52645
52646         * gnulib-tool (--import): Typo.
52647
52648 2004-09-23  Simon Josefsson  <jas@extundo.com>
52649
52650         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
52651
52652 2004-09-22  Bruno Haible  <bruno@clisp.org>
52653
52654         * modules/*: Add 'License' field.
52655         * gnulib-tool: Accept --extract-license option.
52656         (func_get_license): New function.
52657
52658 2004-09-21  Bruno Haible  <bruno@clisp.org>
52659
52660         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
52661         Reported by Simon Josefsson.
52662
52663 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
52664
52665         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
52666         gl_AC_TYPE_LONG_LONG.
52667
52668 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
52669
52670         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
52671
52672 2004-09-18  Simon Josefsson  <jas@extundo.com>
52673         and  Paul Eggert  <eggert@cs.ucla.edu>
52674
52675         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
52676         calls with autoreconf.  Define GL_LIB.
52677
52678 2004-09-14  Karl Berry  <karl@gnu.org>
52679
52680         * config/srclist.txt: unsync setenv.c, sigh.
52681
52682 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
52683
52684         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
52685         Problem reported by Bruno Haible in:
52686         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
52687
52688 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
52689
52690         * config/srclist.txt: Comment out argp-pvh.c.
52691
52692 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
52693
52694         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
52695         in case some system header has #define'd it.  Problem reported by
52696         Soeren D. Schulze in
52697         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
52698
52699 2004-09-09  Karl Berry  <karl@gnu.org>
52700
52701         * regex.[ch]: delete from the root.  These were supposed to be
52702                 synced with emacs cvs, but this has not happened for about
52703                 a year, and anyway nothing else uses emacs regex.[ch].
52704                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
52705                 lib/regex[.ch] is untouched.
52706
52707 2004-09-09  Bruno Haible  <bruno@clisp.org>
52708
52709         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
52710
52711 2004-09-09  Bruno Haible  <bruno@clisp.org>
52712
52713         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
52714         modifications.
52715         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
52716
52717 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
52718
52719         * modules/xvasprintf: New file.
52720         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
52721
52722 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
52723
52724         * lib/xvasprintf.h: New file.
52725         * lib/xvasprintf.c: New file.
52726         * lib/xasprintf.c: New file.
52727
52728 2004-09-08  Bruno Haible  <bruno@clisp.org>
52729
52730         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
52731
52732 2004-09-08  Bruno Haible  <bruno@clisp.org>
52733
52734         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
52735         length is > INT_MAX.
52736         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
52737         more.
52738
52739 2004-09-08  Bruno Haible  <bruno@clisp.org>
52740
52741         * lib/stdint_.h: New file, taken from GNU clisp.
52742
52743 2004-09-08  Bruno Haible  <bruno@clisp.org>
52744             Oskar Liljeblad  <oskar@osk.mine.nu>
52745
52746         * modules/stdint: New file.
52747         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
52748
52749 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52750
52751         Import from coreutils.
52752         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
52753         strings on unbounded length.  alloca's performance benefits aren't
52754         that important here.
52755         (V_STRDUP): Remove.
52756         (parse_with_separator): New function, with most of the internals
52757         of the old parse_user_spec.  Allow user to omit both user and group,
52758         for compatibility with FreeBSD.
52759         Clone only the user name, not the entire spec.
52760         Do not set *uid, *gid unless entirely successful.
52761         Avoid memory leak in some failing cases.
52762         Fix regression for USER.GROUP reported by Dmitry V. Levin in
52763         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
52764         (parse_user_spec): Rewrite to use parse_with_separator.
52765
52766 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52767
52768         * modules/userspec: Don't depend on alloca.
52769
52770 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52771
52772         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
52773
52774 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52775
52776         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
52777         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
52778         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
52779
52780 2004-08-16  Simon Josefsson  <jas@extundo.com>
52781
52782         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
52783         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
52784         Add --dry-run for --import.
52785         Let user provided command line parameters override configure.ac
52786         settings.
52787
52788 2004-08-12  Simon Josefsson  <jas@extundo.com>
52789
52790         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
52791         as discussed with Paul Eggert in threads rooted at
52792         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
52793         and
52794         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
52795         Before, the test was empty, and relied on ELIDE_CODE in source
52796         code.)
52797         (gl_PREREQ_GETOPT): New macro.
52798         (gl_GETOPT): Use them.
52799
52800 2004-08-12  Simon Josefsson  <jas@extundo.com>
52801
52802         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
52803         * lib/getopt_.h: Renamed from getopt.h.
52804
52805 2004-08-12  Simon Josefsson  <jas@extundo.com>
52806
52807         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
52808         Change default library name from libfoo to libgnu.
52809         Now, if you have a configure.ac that says:
52810                 gl_SOURCE_BASE(gl)
52811                 gl_M4_BASE(gl/m4)
52812                 gl_MODULES(error getopt etcetera)
52813                 gl_INIT
52814         you can import all you need by running:
52815                 ../gnulib/gnulib-tool --import
52816
52817         * modules/getopt (Files): Rename getopt.h to getopt_.h.
52818         (Makefile.am): Rewrite, use logic from argz.
52819         (Include): Use <getopt.h> instead of "getopt.h".
52820
52821 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52822
52823         * modules/argp (Files): Add m4/unlocked-io.m4.
52824         (Depends-on): Add extensions.
52825
52826 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52827
52828         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
52829         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
52830         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
52831         Check for program_invocation_name, program_invocation_short_name,
52832         flockfile, funlockfile, features.h, _getopt_long_only_r.
52833
52834 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52835
52836         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
52837         its complicated substitute.
52838         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
52839         and program_invocation_name.
52840         (__argp_basename) [!_LIBC]: Remove; the only use was
52841         replaced by its body.
52842         (__argp_short_program_name): Change condition from
52843         !defined __argp_short_program_name to
52844         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
52845         to match argp-namefrob.h.
52846         (__argp_failure): Don't assume strerror_r returns char *.
52847         * lib/argp-parse.c (N_): Define unconditionally.
52848         (argp_default_options): Fill out initializers with 0 to avoid
52849         gcc warnings.
52850
52851 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52852
52853         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
52854         getopt1.c.
52855
52856 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52857
52858         Merge from coreutils.
52859
52860         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
52861
52862         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
52863         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
52864
52865 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52866
52867         Merge from coreutils.
52868
52869         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
52870         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
52871         for Reliant Unix 5.43.
52872
52873         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
52874         (union fooround): Use uintmax_t, not long int.
52875         The rest is a merge from libc:
52876         [defined _LIBC]: Include <shlib-compat.h>.
52877         (_obstack) [defined _LIBC]: Remove after 2.3.4.
52878
52879         * lib/settime.c (settime): Recode to avoid warning with
52880         Sun Forte C 6U2.
52881
52882         * lib/strverscmp.c: Convert to UTF-8.
52883
52884 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52885
52886         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
52887         m4/uintmax_t.m4.
52888
52889 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52890
52891         * modules/xalloc-die: New file.
52892         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
52893
52894         * modules/md5 (Files): Add m4/uint32_t.m4.
52895         * modules/sha1: Renamed from modules/sha.
52896         (Files):
52897         Rename lib/sha.h to lib/sha1.h.
52898         Rename lib/sha.c to lib/sha1.c.
52899         Rename m4/sha.m4 to m4/sha1.m4.
52900         (lib_SOURCES): Likewise.
52901         (configure.ac): Rename gl_SHA to gl_SHA1.
52902         (Include): sha.h -> sha1.h.
52903
52904 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52905
52906         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
52907         * m4/sha1.m4: Renamed from sha.m4.
52908         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
52909
52910 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52911
52912         * lib/obstack.h (obstack_empty_p):
52913         Don't assume that chunk->contents is suitably aligned.
52914         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
52915         Likewise. Problem reported by Benno in
52916         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
52917
52918         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
52919         readable.  This could be improved further but it'd take some work.
52920
52921 2004-08-08  Simon Josefsson  <jas@extundo.com>
52922
52923         * modules/xgethostname (Depends-on): Remove exit and error (not
52924         used).
52925
52926         * modules/getpass-gnu: Add getpass.h.
52927         (Depends-on): Add stdbool.
52928         * modules/getpass: Add getpass.h.
52929
52930 2004-08-08  Simon Josefsson  <jas@extundo.com>
52931
52932         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
52933         Check getpass declaration.
52934
52935 2004-08-08  Simon Josefsson  <jas@extundo.com>
52936
52937         * lib/xgethostname.c: Don't include error.h (not used).
52938
52939         * lib/getpass.h: Add.
52940         * lib/getpass.c: Include getpass.h first.
52941
52942 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
52943
52944         * lib/xalloc-die.c: New file.
52945         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
52946         All uses removed.
52947         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
52948         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
52949         xalloc-die.c.
52950         (_, N_, xalloc_die): Move to xalloc-die.c.
52951         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
52952         so that we needn't mess with xalloc_msg_memory_exhausted.
52953
52954         * lib/sha1.h: Renamed from sha.h.
52955         (SHA1_H): Renamed from _SHA_H.
52956         (sha1_ctx): Renamed from sha_ctx.
52957         (sha1_init_ctx): Renamed from sha_init_ctx.
52958         (sha1_process_block): Renamed from sha_process_block.
52959         (sha1_process_bytes): Renamed from sha_process_bytes.
52960         (sha1_finish_ctx): Renamed from sha_finish_ctx.
52961         (sha1_read_ctx): Renamed from sha_read_ctx.
52962         (sha1_stream): Renamed from sha_stream.
52963         (sha1_buffer): Renamed from sha_buffer.
52964         * lib/sha1.c: Likewise; renamed from sha.c.
52965         Do not include <sys/types.h>.
52966         Include <stddef.h> rather than <stdlib.h>.
52967
52968 2004-08-08  Bruno Haible  <bruno@clisp.org>
52969
52970         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
52971         FILESYSTEM_PREFIX_LEN.
52972         * lib/progreloc.c: Likewise.
52973         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
52974
52975 2004-08-06  Simon Josefsson  <jas@extundo.com>
52976
52977         * modules/progname (Depends-on): Don't depend on stdbool.
52978
52979 2004-08-06  Simon Josefsson  <jas@extundo.com>
52980
52981         * modules/getsubopt: New file.
52982         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52983         getsubopt.
52984
52985 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
52986
52987         More merge from coreutils.
52988
52989         * m4/utimens.m4, m4/utimecmp.m4: New files.
52990         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
52991         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
52992         prereq.m4, sha.m4: Import changes from coreutils.
52993
52994 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
52995
52996         More merge from coreutils.
52997         * modules/raise, modules/readtokens0, modules/utimens:
52998         * modules/utimecmp, module/xnanosleep: New files.
52999         * modules/strftime: Add lib/strftime.h.
53000         Change include from <time.h> to "strftime.h".
53001         * modules/yesno: Add lib/yesno.h.
53002         * modules/backupfile: Remove lib/addext.c.
53003         * modules/euidaccess: Add stat-macros.h.
53004         * modules/canonicalize, modules/euidaccess,
53005         modules/filemode, modules/lchown, modules/makepath,
53006         modules/rmdir, modules/stat: Likewise.
53007
53008 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53009
53010         Merge from tar.
53011         * lib/argp-help.c (make_hol, hol_append): Don't assume that
53012         SIZE_MAX is a valid preprocessor constant.
53013         (__argp_basename): Change from "#ifndef _LIBC"
53014         to "#ifndef __argp_short_program_name", so that
53015         we don't compile these functions for tar.
53016
53017         More merges from coreutils.
53018         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
53019         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
53020         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
53021         * lib/addext.c: Remove; no longer needed.
53022         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
53023         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
53024         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
53025         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
53026         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
53027         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
53028         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
53029         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
53030         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
53031         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53032         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
53033         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
53034         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
53035         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
53036         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
53037         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
53038         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
53039         Import changes from coreutils.
53040
53041 2004-08-05  Simon Josefsson  <jas@extundo.com>
53042
53043         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
53044
53045 2004-08-05  Simon Josefsson  <jas@extundo.com>
53046
53047         * m4/getsubopt.m4: New file.
53048
53049 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53050
53051         Merge from coreutils.
53052
53053         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
53054         * m4/getcwd-path-max.m4: New files.
53055
53056         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
53057         FILESYSTEM_PREFIX_LEN ->
53058         FILE_SYSTEM_PREFIX_LEN.
53059         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
53060         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
53061         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
53062         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
53063
53064         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
53065         prerequisite modules now handle the DOS stuff.
53066         Don't check for unistd.h.
53067
53068 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53069
53070         Merge from coreutils.
53071
53072         * lib/.gdb-history: Remove; this doesn't belong here.
53073
53074         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
53075         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
53076         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
53077         * lib/getcwd.c: New files.
53078
53079         * lib/dirname.h: Include <stdbool.h>.
53080         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
53081         for consistency with POSIX terminology.  All uses changed.
53082         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
53083         (strip_trailing_slashes): Use bool for booleans.
53084         * lib/stripslash.c (strip_trailing_slashes): Likewise.
53085
53086         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
53087         sometimes returns a positive errno value even when it succeeds.
53088         (print_errno_message) [!LIBC]: Fall back on strerror if
53089         __strerror_r fails.
53090
53091         * lib/path-concat.c (mempcpy): Don't define if a system header defines
53092         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
53093         (longest_relative_suffix): New function.
53094         (path_concat): Use it.  Assume first argument is not NULL.
53095         Port to DOS.  Omit redundant separators.
53096         Report an error instead of returning NULL.
53097         Use mempcpy instead of memcpy.
53098         (xpath_concat): Remove: not declared or used.
53099
53100         * lib/same.h: Include <stdbool.h>
53101         (same_name): Return bool, not int.
53102         * lib/same.c (same_name): Likewise.
53103         (errno): Don't declare; we assume C89 or better now.
53104
53105         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
53106         if not already defined.
53107
53108         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
53109         * lib/dup-safer.c (errno): Likewise.
53110
53111 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53112
53113         Merge from coreutils.
53114         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
53115         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
53116         * modules/path-concat: Don't depend on strdup.
53117
53118 2004-08-03  Simon Josefsson  <jas@extundo.com>
53119
53120         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
53121         * lib/progname.h: Don't include stdbool.h.
53122
53123 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53124
53125         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
53126         * MODULES.html.sh (func_all_modules): Remove fatal.
53127
53128 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53129
53130         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
53131
53132 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53133
53134         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
53135         working.
53136
53137 2004-08-02  Simon Josefsson  <jas@extundo.com>
53138
53139         * lib/getsubopt.h: New file, with comments from Bruno Haible.
53140         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
53141         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
53142
53143 2004-08-01  Simon Josefsson  <jas@extundo.com>
53144
53145         * lib/xgetdomainname.c: Include stdlib.h, for free().
53146
53147 2004-07-19  Bruno Haible  <bruno@clisp.org>
53148
53149         * MODULES.html.sh (func_all_modules): Add dummy.
53150
53151 2004-07-16  Simon Josefsson  <jas@extundo.com>
53152
53153         * modules/dummy: New file.
53154
53155 2004-07-16  Simon Josefsson  <jas@extundo.com>
53156
53157         * lib/dummy.c: New file.
53158
53159 2004-07-16  Bruno Haible  <bruno@clisp.org>
53160
53161         * lib/backupfile.h: Add extern "C" for C++.
53162         * lib/closeout.h: Likewise.
53163         * lib/copy-file.h: Likewise.
53164         * lib/findprog.h: Likewise.
53165         * lib/full-write.h: Likewise.
53166         * lib/pathname.h: Likewise.
53167         * lib/progname.h: Likewise.
53168         * lib/stpcpy.h: Likewise.
53169         * lib/stpncpy.h: Likewise.
53170         * lib/strcase.h: Likewise.
53171         * lib/strstr.h: Likewise.
53172         * lib/xalloc.h: Likewise.
53173
53174         * lib/mbswidth.h: Add extern "C" for C++.
53175         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
53176
53177 2004-07-13  Robert Millan  <robertmh@gnu.org>
53178
53179         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
53180
53181 2004-07-09  Simon Josefsson  <jas@extundo.com>
53182
53183         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
53184         failed without this.)
53185
53186 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53187
53188         * modules/chown (Files): Add lib/fchown-stub.c, since
53189         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
53190
53191 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53192
53193         * lib/fchown-stub.c: New file.
53194
53195 2004-06-24  Jim Meyering  <jim@meyering.net>
53196
53197         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
53198
53199 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53200
53201         * modules/argz: Omit "#include".
53202
53203         * MODULES.html.sh (func_all_modules): Add calloc, to match
53204         2004-06-01 addition of calloc module.
53205
53206 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53207
53208         * m4/argz.m4: New file, which is autoupdated from libtool.
53209
53210 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53211
53212         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
53213         libtool.
53214
53215 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53216
53217         * config/srclist-update: Don't insist on "USA." before the
53218         close-comment, as libtool omits the period and puts the */ on a
53219         separate line.
53220         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
53221         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
53222
53223 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
53224
53225         * modules/argz: New file.
53226         * MODULES.html.sh (func_all_modules): Add argz.
53227
53228 2004-06-12  Jim Meyering  <jim@meyering.net>
53229         and  Paul Eggert  <eggert@cs.ucla.edu>
53230
53231         * modules/hash (Files): Add lib/xalloc.h.
53232         * modules/pipe (Depends-on): Add wait-process.
53233         * modules/stat (Depends-on): Add xalloc.
53234         * modules/userspec (Files): Add lib/userspec.h.
53235         * modules/xstrto
53236
53237         Upgrade from gettext-0.13.
53238         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
53239         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
53240         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
53241
53242 2004-06-10  Jim Meyering  <jim@meyering.net>
53243
53244         * lib/calloc.c: New file.
53245
53246 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
53247
53248         * lib/getdate.y (yylex): Allow space between sign and number.
53249         Problem reported by Dan Jacobson.
53250
53251 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53252
53253         Merge from coreutils CVS.
53254
53255         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
53256         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
53257         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
53258         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
53259         xstrtol.m4: Fix copyright date and/or serial number.
53260
53261         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
53262         See if we need an fchown replacement.
53263         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
53264         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
53265         and use the replacement function if we detect either defect.
53266
53267         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
53268         gl_UTIMECMP.
53269
53270 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53271         and  Jim Meyering  <jim@meyering.net>
53272
53273         Merge from coreutils CVS.
53274
53275         * lib/stat-macros.h: New file, with contents from file-type.h
53276         and coreutils' system.h.
53277         * lib/file-type.c: Include "stat-macros.h".
53278         * lib/file-type.h (file_type): Move all macro definitions to new file,
53279         stat-macros.h.
53280
53281         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
53282         Wrap old code with this conditional.
53283         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
53284         function that does not dereference symlinks.
53285         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
53286
53287         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
53288         dependency problems.
53289         (xreadlink): Accept new arg SIZE, for efficiency.
53290         All decls and uses changed.
53291         * lib/xreadlink.h: Include <stddef.h>, for size_t.
53292
53293         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
53294         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
53295
53296         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
53297         sysexits.h.
53298
53299 2004-06-01  Jim Meyering  <jim@meyering.net>
53300
53301         * m4/calloc.m4: New file.
53302
53303 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
53304
53305         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
53306         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
53307         Also, fix a typo in a diagnostic.
53308
53309 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53310
53311         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
53312         or AC_FUNC_REALLOC.
53313
53314 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53315
53316         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
53317         macros to be defined.
53318         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
53319         the allocator returns NULL because the requested size is zero.
53320
53321 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53322
53323         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
53324         var.  Add comment explaining why libc still defines it.  This
53325         merges the following patch from glibc:
53326         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
53327
53328 2004-05-20  Andreas Schwab  <schwab@suse.de>
53329
53330         * m4/free.m4: Replace free if it not known to work, not the other
53331         way round.
53332
53333 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
53334
53335         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
53336         present in glibc since revision 1.1 of this file.
53337         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
53338         obstack_alignment_mask, obstack_alloc, obstack_base,
53339         obstack_blank, obstack_blank_fast, obstack_chunk_size,
53340         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
53341         obstack_grow0, obstack_init, obstack_int_grow,
53342         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
53343         obstack_next_free, obstack_object_size, obstack_ptr_grow,
53344         obstack_ptr_grow_fast, obstack_room): Remove declarations of
53345         nonexistent functions.
53346
53347 2004-05-18  Karl Berry  <karl@gnu.org>
53348
53349         * config/srclist.txt: break link for vasnprintf.c.
53350
53351 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53352
53353         Port obstack to the AS/400, where pointers are 16 bytes wide and
53354         you cannot cast an integer to a valid pointer.  This patch is
53355         currently waiting to be integrated into glibc; see
53356         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
53357
53358         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
53359         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
53360         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
53361         (struct obstack): temp member is now a union of a pointer and
53362         an integer, instead of an integer.  All integer uses changed.
53363         This does not affect the physical layout of struct obstack,
53364         except on hosts (like the AS/400) where the size or alignment of
53365         void * is greater than that of ptrdiff_t.
53366         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
53367         __STDC__)]: Store temporary in pointer member of union, not
53368         integer member.
53369         * lib/obstack.c: Include <stddef.h>, for offsetof.
53370         (struct fooalign): Remove; it doesn't need a name.
53371         (union fooround): Change double to long double, and add void *.
53372         (DEFAULT_ALIGNMENT): Use offsetof to compute.
53373         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
53374         not a macro.  Hence the values are always int; so remove all
53375         casts-to-int in uses.
53376
53377 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53378
53379         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
53380         we can get this patch merged into glibc.
53381
53382 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53383             Paul Eggert  <eggert@cs.ucla.edu>
53384
53385         * m4/argp: Depend on alloca.
53386
53387 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53388             Paul Eggert  <eggert@cs.ucla.edu>
53389
53390         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
53391         freecoding.
53392
53393 2004-05-17  Bruno Haible  <bruno@clisp.org>
53394
53395         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
53396         precision that consists of a '.' followed by an empty digit string.
53397         Patch by Tor Lillqvist <tml@iki.fi>.
53398
53399 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53400
53401         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
53402         for backward compatibility with older code.  We need our own
53403         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
53404         it under some other name, and our alloca.h will define it.
53405
53406 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53407             Derek Price  <derek@ximbiot.com>
53408
53409         * lib/alloca.c: Include <alloca.h>, to get our interface.
53410         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
53411         include <alloca.h> first.  Use C89 prototype for alloca; this
53412         requires including <stddef.h> for size_t.  Use extern "C" if C++.
53413         Use #elif for simplicity, since we can assume C89 now.
53414         Don't try to source the system alloca.h since it will not be found
53415         and to prevent recursively including its replacement.
53416         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
53417         * lib/regex.c: Likewise.
53418
53419 2004-05-16  Derek Price  <derek@ximbiot.com>
53420             Paul Eggert  <eggert@cs.ucla.edu>
53421
53422         getline cleanup.  This changes the getndelim2 API: both order of
53423         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
53424         no delimiter).
53425
53426         * lib/getline.c: Don't include stddef.h or stdio.h, since our
53427         interface does that.
53428         (getline): Always use getdelim, so that we don't have two
53429         copies of this code.
53430         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
53431         if available.
53432         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
53433         (GETNDELIM2_MAXIMUM): New macro.
53434         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
53435         instead of the old practice of delim2==0.  All callers changed.
53436         Return -1 on overflow, instead of returning junk.
53437         Do not set *linesize unless allocation succeeds.
53438         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
53439         that we include sys/types.h.
53440         * lib/getnline.h: Likewise.
53441         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
53442         (getndelim2): Reorder arguments.
53443         * lib/getnline.c (getnline, getndelim):
53444         Don't discard the NMAX argument.
53445         (getnline): Invoke getndelim, to avoid code duplication.
53446         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
53447         of (size_t) -1 by callers of the getnline family.
53448
53449 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53450
53451         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
53452         Check for gettimeofday.
53453         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
53454         Check for settimeofday, stime.
53455
53456 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53457
53458         * lib/nanosleep.c (suspended): Change its type from int to
53459         sig_atomic_t volatile.
53460         (first_call): Make it private to rpl_nanosleep, and have it
53461         be zero initially as that's a bit faster.
53462         (my_usleep): Round up fractional times instead of truncating them,
53463         as this is the usual meaning for 'sleep'.
53464
53465         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
53466         doesn't work.
53467         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
53468         (ENOSYS): Define if not defined.
53469         (settime): Fall back on stime if it exists and settimeofday fails.
53470         But don't bother with fallbacks if a method fails with errno == EPERM.
53471
53472 2004-05-11  Jim Meyering  <jim@meyering.net>
53473
53474         Prior to this change, the save_cwd caller required read access to the
53475         current directory on most systems (ones with the fchdir function).
53476
53477         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
53478         fails, try write-only, and finally, resort to using xgetcwd.
53479
53480 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53481
53482         * lib/obstack.c, obstack.h: Import changes from libc.
53483
53484 2004-04-28  Bruno Haible  <bruno@clisp.org>
53485
53486         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
53487         also implicitly appends .exe to executables.
53488         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
53489         accepts Windows pathnames.
53490         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
53491         Treat Cygwin like Windows, since it now accepts Windows pathnames.
53492         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
53493         Treat Cygwin like Windows, since it now accepts Windows pathnames.
53494         Reported by Derek Robert Price <derek@ximbiot.com>.
53495
53496 2004-04-21  Karl Berry  <karl@gnu.org>
53497
53498         * config/srclist.txt (localcharset.c): break sync.
53499
53500 2004-04-20  Paul Eggert  <eggert@twinsun.com>
53501
53502         * m4/host-os.m4: Add a copyright notice.
53503
53504 2004-04-20  Jim Meyering  <jim@meyering.net>
53505
53506         Change UTILS_ to gl_ in AC_DEFINE'd names.
53507         Change utils_- and jm_-prefixed variables, too.
53508         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
53509         UTILS_FUNC_MKDIR_TRAILING_SLASH.
53510         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
53511
53512         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
53513         Don't emit trailing blanks.
53514         Also rename jm_-prefixed variables to have gl_ prefix.
53515
53516         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
53517         Also rename jm_-prefixed variables to have gl_ prefix.
53518
53519         * m4/jm-macros.m4: Reflect the renamings.
53520         * m4/prereq.m4: Likewise.
53521
53522 2004-04-20  Jim Meyering  <jim@meyering.net>
53523
53524         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
53525         memory.
53526
53527 2004-04-20  Jim Meyering  <jim@meyering.net>
53528             Bruno Haible  <bruno@clisp.org>
53529
53530         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
53531         memory when realloc fails.
53532
53533 2004-04-19  Jim Meyering  <jim@meyering.net>
53534
53535         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
53536         now that readutmp.c may call `free (0)'.
53537
53538 2004-04-19  Bruno Haible  <bruno@clisp.org>
53539
53540         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
53541         * m4/inttypes_h.m4: Likewise.
53542         * m4/stdint_h.m4: Likewise.
53543         * m4/intmax_t.m4: Likewise.
53544         * m4/uintmax_t.m4: Likewise.
53545
53546 2004-04-18  Jim Meyering  <jim@meyering.net>
53547
53548         * m4/prereq.m4: Don't forbid jm_ prefix.
53549
53550         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
53551         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
53552         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
53553         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
53554         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
53555         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
53556         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
53557         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
53558         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
53559         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
53560         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
53561         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
53562         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
53563         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
53564         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
53565         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
53566         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
53567         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
53568         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
53569
53570 2004-04-18  Jim Meyering  <jim@meyering.net>
53571
53572         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
53573         failure, don't leak memory and do call END_UTMP_ENT.
53574
53575 2004-04-16  Jim Meyering  <jim@meyering.net>
53576
53577         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
53578         coreutils' stat program.
53579         (gl_PREREQ): Don't require jm_PREREQ_STAT.
53580
53581 2004-04-11  Paul Eggert  <eggert@twinsun.com>
53582
53583         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
53584         C89.
53585         (CHAR_BIT): Remove, since we assume C89.
53586         Include <stdint.h> if available, as per current Autoconf CVS advice.
53587
53588 2004-03-31  Jim Meyering  <jim@meyering.net>
53589
53590         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
53591         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
53592         * m4/xalloc.m4: Likewise.
53593
53594 2004-03-30  Paul Eggert  <eggert@twinsun.com>
53595
53596         Merge from coreutils.
53597
53598         * m4/inttostr.m4: New file.
53599         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
53600         Require AM_STDBOOL_H and gl_TIMESPEC instead.
53601         Require gl_CLOCK_TIME.
53602         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
53603
53604 2004-03-30  Paul Eggert  <eggert@twinsun.com>
53605
53606         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
53607         not bool, to be more consistent with Unix conventions.
53608         Suggested by Bruno Haible.
53609
53610         Merge from coreutils.
53611
53612         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
53613         * lib/umaxtostr.c: New files.
53614
53615         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
53616         the usual <time.h> dance.
53617         (get_date): Change signature to support fractional time stamps.
53618         All callers changed.
53619         * lib/getdate.y: Include "getdate.h" first, as we can now
53620         assume C89 and don't need to worry about 'const'.
53621         Similarly, include "unlocked-io.h" near start, not in middle.
53622         Include <limits.h>.
53623         (textint.value): Use long int rather than int.
53624         (textint.digits): Use size_t rather than int.
53625         (BILLION, LOG10_BILLION): New constants.
53626         (parser_control): New member rel_ns.  Members day_ordinal,
53627         time_zone, month, day, hour, minutes, rel_year, rel_month,
53628         rel_day, rel_hour, rel_minutes, rel_seconds
53629         are now long int, not int.  Member seconds is now struct timespec,
53630         not int.  New member timespec_seen.  Members dates_seen, days_seen,
53631         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
53632         not int.
53633         (%union.intval): Now long int, not int.
53634         New member timespec.
53635         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
53636         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
53637         (spec): Now is a timespec or an item list.
53638         (timespec, items): New nonterminals.
53639         (time, rel, relunit, number, get_date):
53640         Add support for fractional seconds.
53641         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
53642         (gmtime, localtime, mktime): Remove decls; not needed with C89.
53643         (to_hour): First arg is now long int, not int.
53644         (to_year): Returns long int, not int.
53645         Don't treat year -70 like 70.
53646         (tm_diff): Returns long int, not int.
53647         (lookup_word): Use bool instead of int when appropriate.
53648         (yylex): Use size_t for count, not int.
53649         Detect overflow when parsing large integer constants.
53650         Add support for fractions.
53651         (get_date): Make pointers 'const' if possible.
53652         Use more-portable code to detect integer overflow.
53653         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
53654         Don't use ctime; it's not reliable if the year has >4 digits.
53655
53656         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
53657         This is for compatibility with BSD.
53658
53659         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
53660         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
53661         From coreutils' system.h.
53662
53663         * lib/userspec.c: Don't include "posixver.h".
53664         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
53665         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
53666         compatible extension.  Simplify code by removing a boolean int
53667         that was always nonzero if a string was nonnull.
53668
53669 2004-03-30  Jim Meyering  <jim@meyering.net>
53670
53671         Merge from coreutils.
53672
53673         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
53674         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
53675         on some systems one must include <grp.h> before it.
53676         Reported by Christian Krackowizer.
53677
53678 2004-03-30  Jim Meyering  <jim@meyering.net>
53679
53680         Merge from coreutils.
53681
53682         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
53683
53684         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
53685         an empty input stream.
53686
53687         * lib/readtokens.c: Include <stdbool.h>.
53688         (readtoken): Use `size_t' rather than int/long.
53689         All callers adjusted.
53690         Use `bool' rather than `int' where appropriate.
53691         Use memset rather than an explicit loop.
53692         Use x2nrealloc rather than xrealloc.
53693         Allow the use of `\0' as a delimiter.
53694         (readtokens): Likewise.
53695         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
53696
53697 2004-03-30  Jim Meyering  <jim@meyering.net>
53698
53699         * m4/realloc.m4: Remove file, since now it does no more than
53700         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
53701         the `configure.ac' section of module/realloc.
53702         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
53703
53704 2004-03-30  Bruno Haible  <bruno@clisp.org>
53705
53706         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
53707         nonnull.
53708
53709 2004-03-29  Paul Eggert  <eggert@twinsun.com>
53710
53711         Merge changes to getloadavg.c from coreutils and Emacs.
53712
53713         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
53714         Define to an expression, not to the empty string.
53715         Include cloexec.h and xalloc.h.
53716         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
53717         Use set_cloexec_flag rather than rolling our own.
53718         * lib/cloexec.c, lib/cloexec.h: New files.
53719
53720 2004-03-29  Paul Eggert  <eggert@twinsun.com>
53721
53722         * m4/cloexec.m4: New file.
53723
53724 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53725
53726         * lib/getopt.h: Sync with libc CVS.
53727
53728 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53729             Bruno Haible  <bruno@clisp.org>
53730
53731         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
53732         mbswidth.
53733
53734 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53735             Bruno Haible  <bruno@clisp.org>
53736
53737         * lib/mbswidth.h: Include <wchar.h> only if
53738         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
53739         <wchar.h>.
53740         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
53741
53742 2004-03-09  Paul Eggert  <eggert@twinsun.com>
53743
53744         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
53745         Sync with libc CVS.
53746         * lib/getopt_int.h: New file, also synced from libc.
53747
53748 2004-03-09  Paul Eggert  <eggert@twinsun.com>
53749
53750         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
53751         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
53752         Bring back getopt.c, getopt.h, getopt1.c.
53753
53754 2004-03-07  Paul Eggert  <eggert@twinsun.com>
53755
53756         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
53757         All uses changed.  Check for sa_sigaction member; this fixes
53758         a bug first reported by Jason Andrade in
53759         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
53760
53761 2004-03-07  Paul Eggert  <eggert@twinsun.com>
53762
53763         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
53764         '#if' expressions.  Unlike the code it replaces, it does not
53765         depend on (defined _SC_PAGESIZE).  However, it does depend on
53766         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
53767         first reported by Jason Andrade in
53768         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
53769
53770 2004-02-25  Simon Josefsson  <jas@extundo.com>
53771
53772         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
53773
53774 2004-02-25  Simon Josefsson  <jas@extundo.com>
53775
53776         * lib/strdup.h: New file.
53777         * lib/strdup.c: Include it.
53778         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
53779         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
53780
53781 2004-02-23  Karl Berry  <karl@gnu.org>
53782
53783         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
53784         (from fencepost.gnu.org:/gd/gnuorg).
53785
53786 2004-02-23  Karl Berry  <karl@gnu.org>
53787
53788         * config/srclistvars.sh (GNUORG) [karl]: redefine.
53789         * config/srclist.txt: add maintain/standards documents.
53790
53791 2004-02-18  Bruno Haible  <bruno@clisp.org>
53792
53793         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
53794         Reported by Derek Robert Price <derek@ximbiot.com>.
53795
53796 2004-02-16  Karl Berry  <karl@gnu.org>
53797
53798         * config/mkinstalldirs, install-sh: update from automake.
53799
53800 2004-02-06  Karl Berry  <karl@gnu.org>
53801
53802         * m4/po.m4: update from gettext 0.14.1.
53803
53804 2004-02-06  Karl Berry  <karl@gnu.org>
53805
53806         * lib/config.charset: update from gettext 0.14.1.
53807
53808 2004-02-05  Paul Eggert  <eggert@twinsun.com>
53809
53810         Add comments and code, prompted by suggestions from Bruno Haible
53811         for sh-quote.
53812         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
53813         describing the enum quoting_style values.
53814         * lib/quotearg.c (quotearg_alloc): New function.
53815         (quotearg_buffer_restyled): Treat lone { and } as special.
53816         Treat = as special.  Work around bug with older shells
53817         that "see" a '\' that is really the 2nd byte of a multibyte char.
53818         Quote empty string with shell_quoting_style.
53819
53820 2004-02-03  Bruno Haible  <bruno@clisp.org>
53821
53822         * m4/pipe.m4: New file, from GNU gettext.
53823
53824 2004-02-03  Bruno Haible  <bruno@clisp.org>
53825
53826         * lib/pipe.h: New file, from GNU gettext.
53827         * lib/pipe.c: New file, from GNU gettext.
53828
53829 2004-01-27  Bruno Haible  <bruno@clisp.org>
53830
53831         * m4/execute.m4: New file, from GNU gettext.
53832
53833 2004-01-27  Bruno Haible  <bruno@clisp.org>
53834
53835         * lib/execute.h: New file, from GNU gettext.
53836         * lib/execute.c: New file, from GNU gettext.
53837         * lib/w32spawn.h: New file, from GNU gettext.
53838
53839 2004-01-24  Paul Eggert  <eggert@twinsun.com>
53840
53841         Merge from diffutils.
53842
53843         * lib/file-type.c (file_type): Add typed memory objects.
53844         * lib/file-type.h (S_TYPEISTMO): New macro.
53845
53846         * lib/c-stack.h (c_stack_action): Remove argv argument.
53847         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
53848         (die): Don't calculate message unless segv_action returns.
53849         (get_stack_location, min_address_from_argv, max_address_from_argv,
53850         volatile stack_base, volatile_stack_size): Remove.
53851         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
53852         that every segmentation violation is a stack overflow.  (Ouch!)
53853         See Debian bug 136249 (still outstanding) for more info about why
53854         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
53855
53856 2004-01-24  Paul Eggert  <eggert@twinsun.com>
53857
53858         Exit-status fix from coreutils.
53859
53860         Use exit_failure consistently in place of EXIT_FAILURE,
53861         so that program exit statuses are consistent on failure.
53862
53863         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
53864         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
53865         * lib/argmatch.h: Comment fix to match the above.
53866         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
53867         Now a macro referring to exit_failure, instead of a separate
53868         variable.  Include "exitfail.h" to get it.
53869         * lib/xstrtol.h: Include "exitfail.h".
53870         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
53871
53872         * lib/long-options.c (parse_long_options): Use prototype
53873         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
53874         for clarity.
53875
53876 2004-01-21  Jim Meyering  <jim@meyering.net>
53877
53878         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
53879         so as not to conflict with a different-sized __mktime_internal
53880         function in GNU libc.
53881         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
53882         Problem building statically-linked `ls' reported by Michael Brunnbauer.
53883
53884 2004-01-20  Karl Berry  <karl@gnu.org>
53885
53886         * config/config.guess: update from config.
53887
53888         * config/srclistvars.sh: GNUWWWLICENSES for karl.
53889
53890 2004-01-20  Bruno Haible  <bruno@clisp.org>
53891
53892         Safer stack allocation.
53893         * lib/setenv.c: Include allocsa.h.
53894         (alloca): Remove fallback definition.
53895         (freea): Remove macro.
53896         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
53897         instead of freea.
53898
53899 2004-01-20  Bruno Haible  <bruno@clisp.org>
53900
53901         * m4/eealloc.m4: New file, from GNU gettext.
53902
53903 2004-01-20  Bruno Haible  <bruno@clisp.org>
53904
53905         * m4/allocsa.m4: New file, from GNU gettext.
53906
53907 2004-01-20  Bruno Haible  <bruno@clisp.org>
53908
53909         * lib/xallocsa.h: New file, from GNU gettext.
53910         * lib/xallocsa.c: New file, from GNU gettext.
53911
53912 2004-01-20  Bruno Haible  <bruno@clisp.org>
53913
53914         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
53915
53916 2004-01-20  Bruno Haible  <bruno@clisp.org>
53917
53918         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
53919         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
53920         specially.
53921
53922 2004-01-20  Bruno Haible  <bruno@clisp.org>
53923
53924         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
53925         patch.
53926
53927 2004-01-20  Bruno Haible  <bruno@clisp.org>
53928
53929         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
53930
53931 2004-01-20  Bruno Haible  <bruno@clisp.org>
53932
53933         * lib/eealloc.h: New file.
53934
53935 2004-01-20  Bruno Haible  <bruno@clisp.org>
53936
53937         * lib/binary-io.h: Avoid warnings on Cygwin.
53938
53939 2004-01-20  Bruno Haible  <bruno@clisp.org>
53940
53941         * lib/allocsa.h: New file, from GNU gettext.
53942         * lib/allocsa.c: New file, from GNU gettext.
53943
53944 2004-01-18  Karl Berry  <karl@gnu.org>
53945
53946         * doc/gpl.texi, doc/lgpl.texi: new files.
53947
53948 2004-01-18  Karl Berry  <karl@gnu.org>
53949
53950         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
53951         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
53952
53953 2004-01-15  Paul Eggert  <eggert@twinsun.com>
53954
53955         Merge from coreutils.
53956
53957         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
53958         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
53959         (gl_DEFAULT_POSIX2_VERSION): Move
53960         the documentation from 'configure' into 'config.hin',
53961         so that 'configure --help' isn't burdened by it and
53962         we don't have to worry about its formatting there.
53963         Reword the documentation so that it's more succinct
53964         and can be run together into a single paragraph.
53965         * m4/same.m4 (gl_SAME): Check for pathconf.
53966
53967 2004-01-15  Paul Eggert  <eggert@twinsun.com>
53968
53969         Merge from coreutils.
53970
53971         * lib/posixver.c: Include posixver.h.
53972
53973         * lib/same.c: Include <stdbool.h>, <limits.h>.
53974         (_POSIX_NAME_MAX): Define if not defined.
53975         (MIN): New macro.
53976         (same_name): If file names are silently truncated, report
53977         that the file names are the same if they are the same after
53978         the silent truncation.
53979
53980         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
53981         conversion function.
53982         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
53983         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
53984         longer needed.
53985
53986 2004-01-15  Jim Meyering  <jim@meyering.net>
53987
53988         Merge from coreutils.
53989
53990         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
53991         if no library is required.
53992         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
53993         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
53994         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
53995         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
53996         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
53997         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
53998         value, $ac_cv_search_crypt, if it's "none required".
53999         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
54000         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
54001         not gl_FUNC_GETLOADAVG.
54002         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
54003         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
54004
54005 2004-01-15  Jim Meyering  <jim@meyering.net>
54006
54007         Merge from coreutils.
54008
54009         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
54010         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
54011         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
54012
54013         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
54014         optional configure-time default.
54015
54016         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54017
54018         * lib/xreadlink.c (xreadlink): Correct outdated comment.
54019
54020 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
54021
54022         Merge from coreutils.
54023
54024         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
54025         value, $ac_cv_search_nanosleep, if it's "none required".
54026
54027 2004-01-14  Paul Eggert  <eggert@twinsun.com>
54028
54029         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
54030         with like-named macro in fnmatch.c.
54031         (EXT): Use an internal constant instead.
54032
54033         Merge fnmatch patches from glibc.
54034         * lib/fnmatch.c (mbsinit): Remove define.
54035         Add libc_hidden_ver (__fnmatch, fnmatch).
54036         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
54037         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
54038
54039 2004-01-14  Karl Berry  <karl@gnu.org>
54040
54041         * config/install-sh: update from automake.
54042
54043 2004-01-13  Karl Berry  <karl@gnu.org>
54044
54045         * config/install-sh: update from automake.
54046
54047 2004-01-09  Karl Berry  <karl@gnu.org>
54048
54049         * config/install-sh: update from automake.
54050
54051 2004-01-05  Karl Berry  <karl@gnu.org>
54052
54053         * config/config.{sub,guess}: update from config.
54054
54055 2003-12-31  Karl Berry  <karl@gnu.org>
54056
54057         * config/depcomp: update from automake.
54058
54059 2003-12-14  Karl Berry  <karl@gnu.org>
54060
54061         * lib/config.charset: update from gettext-runtime.
54062
54063 2003-12-03  Paul Eggert  <eggert@twinsun.com>
54064
54065         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
54066         Bug reported by Alfred M. Szmidt.
54067
54068 2003-12-03  Bruno Haible  <bruno@clisp.org>
54069
54070         * m4/gettext.m4: Upgrade from gettext-0.13.
54071         * m4/po.m4: Upgrade from gettext-0.13.
54072         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
54073         * m4/intmax.m4: New file, from gettext-0.13.
54074         * m4/printf-posix.m4: New file, from gettext-0.13.
54075
54076 2003-11-29  Karl Berry  <karl@gnu.org>
54077
54078         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
54079
54080 2003-11-25  Paul Eggert  <eggert@twinsun.com>
54081             Bruno Haible  <bruno@clisp.org>
54082
54083         * lib/printf-parse.h: Don't include sys/types.h.
54084         (ARG_NONE): New macro.
54085         (char_directive): Change type of *arg_index fields to size_t.
54086         * lib/printf-parse.c: Don't include sys/types.h.
54087         (SSIZE_MAX): Remove macro.
54088         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
54089         Remove unnecessary overflow check.
54090         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
54091         fields.
54092
54093 2003-11-25  Bruno Haible  <bruno@clisp.org>
54094
54095         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
54096
54097 2003-11-25  Bruno Haible  <bruno@clisp.org>
54098
54099         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
54100         gt_TYPE_SSIZE_T.
54101
54102 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54103
54104         * modules/alloca: Remove dependency on xalloc.
54105
54106 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54107
54108         * lib/alloca.c: Remove dependency on xalloc module.
54109         (xalloc_die): Remove.
54110         (memory_full) [!defined emacs]: New macro.
54111         [!defined emacs]: Don't include xalloc.h.
54112         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
54113         address arithmetic overflows.  Change datatypes a bit to avoid
54114         unnecessary casts.
54115
54116 2003-11-22  Jim Meyering  <jim@meyering.net>
54117
54118         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
54119         s/size/size_t/.
54120
54121 2003-11-21  Karl Berry  <karl@gnu.org>
54122
54123         * config/config.{sub,guess}: update from config.
54124
54125 2003-11-18  Karl Berry  <karl@gnu.org>
54126
54127         * config/config.{sub,guess}: update from config.
54128
54129         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
54130
54131 2003-11-17  Paul Eggert  <eggert@twinsun.com>
54132
54133         * README: Mention that S+T cannot overflow if S is the size of
54134         an existing object and T is sufficiently small.
54135
54136 2003-11-17  Jim Meyering  <jim@meyering.net>
54137
54138         On systems without utime and without a utimes function capable of
54139         dealing with a NULL struct utimbuf* argument, this utime replacement
54140         could -- in unusual circumstances -- leak a file descriptor.
54141         * lib/utime.c: Include <unistd.h> and <errno.h>.
54142         (utime_null): Be sure to close `fd' and to preserve errno.
54143         Reported by Geoff Collyer via Arnold Robbins.
54144
54145 2003-11-17  Bruno Haible  <bruno@clisp.org>
54146
54147         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
54148         (Depends-on): Add xsize.
54149
54150 2003-11-17  Bruno Haible  <bruno@clisp.org>
54151
54152         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
54153
54154 2003-11-17  Bruno Haible  <bruno@clisp.org>
54155
54156         * lib/vasnprintf.c (alloca): Remove fallback definition.
54157         (freea): Remove definition.
54158         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
54159         Reported by Paul Eggert.
54160
54161 2003-11-16  Paul Eggert  <eggert@twinsun.com>
54162             Bruno Haible  <bruno@clisp.org>
54163
54164         Protect against address arithmetic overflow.
54165         * lib/printf-args.h: Include stddef.h.
54166         (arguments): Change type of field 'count' to size_t.
54167         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
54168         'unsigned int' where appropriate.
54169         * lib/printf-parse.h: Include sys/types.h.
54170         (char_directive): Change type of *arg_index fields to ssize_t.
54171         (char_directives): Change type of fields 'count', max_*_length to
54172         size_t.
54173         * lib/printf-parse.c: Include sys/types.h and xsize.h.
54174         (SSIZE_MAX): Define fallback value.
54175         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
54176         instead of 'int' where appropriate. Check a_allocated, d_allocated
54177         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
54178         * lib/vasnprintf.c: Include xsize.h.
54179         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
54180         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
54181         overflow. Avoid wraparound when converting a width or precision from
54182         decimal to binary.
54183
54184 2003-11-16  Bruno Haible  <bruno@clisp.org>
54185
54186         Update from GNU gettext.
54187         * lib/printf-parse.c: Generalize to it can be compiled for wide
54188         strings.
54189         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
54190         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
54191         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
54192         SNPRINTF): New macros.
54193         Don't include <alloca.h> if the file is used inside libintl.
54194         (local_wcslen): New function, for Solaris 2.5.1.
54195         (VASNPRINTF): Use it instead of wcslen.
54196
54197 2003-11-16  Bruno Haible  <bruno@clisp.org>
54198
54199         * lib/xsize.h (xmax): New function.
54200         (xsum, xsum3, xsum4): Declare as "pure" functions.
54201
54202 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54203
54204         * modules/xalloc (Files): Undo latest change, since xalloc.h
54205         no longer needs SIZE_MAX or PTRDIFF_MAX.
54206
54207 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54208
54209         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
54210         gl_PTRDIFF_MAX.
54211
54212 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54213
54214         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
54215         "return", to pacify some unknown compiler.  Problem reported
54216         by Joerg Schilling.
54217
54218 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54219
54220         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
54221         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
54222         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
54223         heuristic is just as accurate as far as we know, and it removes a
54224         dependency on size_max.m4 and ptrdiff_max.m4.
54225
54226 2003-11-11  Bruno Haible  <bruno@clisp.org>
54227
54228         * modules/xsize (Files): Add m4/size_max.m4.
54229         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
54230
54231 2003-11-11  Bruno Haible  <bruno@clisp.org>
54232
54233         * m4/size_max.m4: New file.
54234         * m4/ptrdiff_max.m4: New file.
54235         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
54236         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
54237         (gl_XALLOC): Invoke it.
54238
54239 2003-11-11  Bruno Haible  <bruno@clisp.org>
54240
54241         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
54242         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
54243         defined.
54244
54245 2003-11-10  Paul Eggert  <eggert@twinsun.com>
54246
54247         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
54248         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
54249         rejected some allocations of exactly SIZE_MAX - 2 bytes.
54250         From Bruno Haible.
54251         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
54252         not (size_t) -1, since it's defined here.
54253
54254 2003-11-09  Karl Berry  <karl@gnu.org>
54255
54256         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
54257
54258 2003-11-06  Paul Eggert  <eggert@twinsun.com>
54259
54260         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
54261         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
54262         Reject sizes of exactly SIZE_MAX bytes.
54263         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
54264         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
54265
54266 2003-11-05  Bruno Haible  <bruno@clisp.org>
54267
54268         * lib/xsize.h: Include limits.h, to avoid a possible collision with
54269         SIZE_MAX defined in <limits.h> on Solaris.
54270
54271 2003-11-04  Jim Meyering  <jim@meyering.net>
54272
54273         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
54274         variable names, rather than @VAR@.
54275         * modules/poll: Likewise.
54276
54277 2003-11-04  Bruno Haible  <bruno@clisp.org>
54278
54279         * modules/xsize: New file.
54280         * modules/linebreak: Depend on xsize.
54281         * MODULES.html.sh (func_all_modules): Add xsize.
54282
54283 2003-11-04  Bruno Haible  <bruno@clisp.org>
54284
54285         * m4/xsize.m4: New file.
54286
54287 2003-11-04  Bruno Haible  <bruno@clisp.org>
54288
54289         * lib/xsize.h: New file.
54290         * lib/linebreak.c: Include xsize.h.
54291         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
54292         argument for overflow.
54293         Suggested by Paul Eggert.
54294
54295 2003-11-03  Karl Berry  <karl@gnu.org>
54296
54297         * config/config.{guess,sub}: update from config.
54298
54299 2003-11-03  Jim Meyering  <jim@meyering.net>
54300
54301         * modules/userspec (lib_SOURCES): Add userspec.h.
54302         (Include): Add "userspec.h".
54303         Improve description.
54304
54305 2003-11-03  Jim Meyering  <jim@meyering.net>
54306
54307         * lib/userspec.c: Include "userspec.h".
54308         * lib/userspec.h: New file.
54309
54310 2003-11-03  Bruno Haible  <bruno@clisp.org>
54311
54312         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
54313
54314 2003-11-03  Bruno Haible  <bruno@clisp.org>
54315
54316         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
54317         available, to avoid (extremely rare) race condition.
54318         Suggested by Paul Eggert.
54319
54320 2003-11-02  Karl Berry  <karl@gnu.org>
54321
54322         * config/srclist.txt (vasprintf.c): sync broken, sigh.
54323
54324 2003-10-31  Paul Eggert  <eggert@twinsun.com>
54325
54326         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
54327         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
54328         (read_filesystem_list): Set and use me_type_malloced.
54329         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
54330         whatever the type happens to be), for brevity and consistency.
54331         Check for size calculation overflow on Alphas running OSF/1.
54332
54333 2003-10-31  Jim Meyering  <jim@meyering.net>
54334
54335         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
54336
54337         * lib/linebuffer.c: Include <string.h> for declaration of memset.
54338
54339 2003-10-30  Paul Eggert  <eggert@twinsun.com>
54340             Bruno Haible  <bruno@clisp.org>
54341
54342         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
54343         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
54344
54345 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
54346
54347         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
54348         netbsd*-gnu*.  Suggested by Robert Millan.
54349
54350 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54351
54352         * modules/group-member: Depend on stdbool.
54353
54354 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54355
54356         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
54357
54358 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54359
54360         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
54361         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
54362         after the 'gnu' in these cases.  This fixes some bugs in the
54363         previous change, and is based on suggestions by Robert Millan.
54364
54365 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54366
54367         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
54368         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
54369         no longer needed.
54370         * lib/quotearg.c (quotearg_n_options): Use it.
54371         * lib/group-member.c: Include <stdbool.h>.
54372         (free_group_info): Arg is now const *; don't free arg.
54373         (get_group_info): Now returns bool and accepts struct group_info *,
54374         rather than returning a malloc'ed struct group_info *.
54375         All uses changed.  Check for overflow in internal size calculation.
54376
54377         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
54378         rather than xmalloc/xrealloc.
54379         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
54380         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
54381         conformance bug: the old code used a pointer after freeing the
54382         storage that it addressed.
54383         * lib/hash.c (hash_initialize): Simplify the code by using
54384         xalloc_oversized rather than doing it by hand.
54385         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
54386         the buffer preserved.  Use free and xmalloc instead.
54387         * lib/quotearg.c (quotearg_n_options): Likewise.
54388         Use a simpler test for size overflow.  Don't use xalloc_oversized
54389         because unsigned int might be wider than size_t (!); this suggests
54390         that we should switch from unsigned int to size_t for slot numbers.
54391
54392 2003-10-28  Paul Eggert  <eggert@twinsun.com>
54393
54394         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
54395         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
54396         NetBSD kernels.  Requested by Richard Stallman.
54397
54398 2003-10-27  Paul Eggert  <eggert@twinsun.com>
54399
54400         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
54401         to allocate the returned structure.  Do not allocate a subarray,
54402         as x2nrealloc will do that.
54403         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
54404         instead of xnrealloc.
54405         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
54406
54407 2003-10-27  Bruno Haible  <bruno@clisp.org>
54408
54409         * lib/stdbool_.h: Better support for BeOS.
54410
54411 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54412
54413         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
54414         now uses inline.
54415
54416 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54417
54418         * lib/xalloc.h (xalloc_oversized): New static inline function, for
54419         callers that want to do their own size-overflow checking.  Include
54420         <stdbool.h>, since xalloc_oversized returns bool.
54421         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
54422         to use xalloc_oversized.
54423
54424         Add two functions x2realloc, x2nrealloc, for programs that grow
54425         arrays dynamically by doubling their sizes.
54426         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
54427         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
54428         New functions.
54429
54430         Port to C99 semantics for 'inline' of external functions.
54431         Bug reported by Bruno Haible.
54432         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
54433         with the old contents of xnmalloc.
54434         (xnmalloc, xmalloc): Use it.
54435         (xnrealloc_inline): New static inline function,
54436         with the old contents of xnrealloc.
54437         (xnrealloc, xrealloc): Use it.
54438
54439         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
54440         that.
54441
54442 2003-10-26  Karl Berry  <karl@gnu.org>
54443
54444         * config/srclist.txt (COPYING.DOC): no longer available from
54445         /gd/gnuorg; don't know where the ultimate source is.
54446
54447 2003-10-25  Paul Eggert  <eggert@twinsun.com>
54448
54449         Fix several address-calculation bugs in the hash modules,
54450         plus some minor code cleanup.
54451
54452         * lib/hash.h: Include <stdbool.h>, for bool.
54453         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
54454         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
54455         hash_get_n_entries, hash_get_max_bucket_length,
54456         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
54457         hash_rehash): Use size_t rather than unsigned.
54458         * lib/hash.c (struct hash_table, hash_get_n_buckets,
54459         hash_get_n_buckets_used, hash_get_n_entries,
54460         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
54461         hash_get_entries, hash_do_for_each, hash_string, is_prime,
54462         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
54463         Likewise.
54464         (SIZE_MAX): Define if not defined.
54465         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
54466         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
54467         hash_print):
54468         Use const * when possible.
54469         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
54470         (check_tuning): Fix bug: if tuning parameters were very close to
54471         0 or 1, rounding errors could have caused subscript violations.
54472         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
54473         (hash_initialize): Add 'fail:' label
54474         to free table and return NULL, and use it to simplify code.
54475         Use calloc rather than clearing the storage ourself.
54476         (hash_initialize, hash_rehash): Check for arithmetic overflow in
54477         buffer size calculations.
54478         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
54479         Include <stddef.h>, for size_t.
54480         * lib/hash-pjw.c (hash_pjw): Likewise.
54481         Switch to method described by Bruno Haible.
54482         Include <limits.h>, for CHAR_BIT.
54483         (SIZE_BITS): New macro.
54484
54485 2003-10-23  Paul Eggert  <eggert@twinsun.com>
54486
54487         * m4/getline.m4 (AM_FUNC_GETLINE):
54488         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
54489         hosts.  Problem reported by Derek Robert Price in
54490         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
54491         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
54492         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
54493
54494 2003-10-21  Paul Eggert  <eggert@twinsun.com>
54495
54496         * lib/getndelim2.c (getndelim2): When size calculation overflows,
54497         ceiling the allocation at NMAX bytes rather than silently
54498         discarding input bytes before NMAX is reached.  This makes
54499         a difference only if NMAX exceeds SIZE_MAX / 2.
54500
54501         * lib/obstack.c: Merge from glibc.
54502         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
54503         Add libc_hidden_def (_obstack_newchunk).
54504         (_obstack_free) [! defined _LIBC]: Remove.
54505         [defined _LIBC]: Make a strong alias from obstack_free, rather than
54506         a clone of the function body.
54507         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
54508         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
54509
54510         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
54511         glibc.
54512         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
54513         arg to memcpy.
54514
54515         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
54516         (obstack_ptr_grow_fast, obstack_int_grow_fast):
54517         Don't use lvalue casts, as GCC plans to remove support for them
54518         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
54519         was also present in the non-GCC version, indicating that this
54520         code had always been buggy and had never been widely used.
54521         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
54522         Use the fast variant of each macro, rather than copying the
54523         definiens of the fast variant; that way, we'll be more likely to
54524         catch future bugs in the fast variants.
54525
54526 2003-10-20  Bruno Haible  <bruno@clisp.org>
54527
54528         * modules/wait-process: New file.
54529         * MODULES.html.sh (func_all_modules): Add wait-process.
54530
54531 2003-10-20  Bruno Haible  <bruno@clisp.org>
54532
54533         * m4/wait-process.m4: New file.
54534
54535 2003-10-20  Bruno Haible  <bruno@clisp.org>
54536
54537         * lib/wait-process.h: New file, from GNU gettext.
54538         * lib/wait-process.c: New file, from GNU gettext.
54539
54540 2003-10-19  Jim Meyering  <jim@meyering.net>
54541
54542         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
54543         HPUX 10.20.
54544
54545 2003-10-18  Karl Berry  <karl@gnu.org>
54546
54547         * config/config.guess: update from config.
54548
54549 2003-10-16  Paul Eggert  <eggert@twinsun.com>
54550
54551         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
54552         (getgroups): First arg is int, not size_t.
54553         Don't let 'free' mangle errno.
54554
54555 2003-10-16  Paul Eggert  <eggert@twinsun.com>
54556
54557         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
54558
54559 2003-10-16  Karl Berry  <karl@gnu.org>
54560
54561         * config/config.{guess,sub}: update from config.
54562
54563 2003-10-16  Jim Meyering  <jim@meyering.net>
54564
54565         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
54566         memcpy.
54567
54568 2003-10-15  Paul Eggert  <eggert@twinsun.com>
54569
54570         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
54571         (SIZE_MAX): Remove.
54572         (new_exclude, add_exclude_file): Initial size no longer needs to
54573         be a power of 2.
54574         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
54575         our own address arithmetic overflow checking.
54576
54577         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
54578         (fnmatch): Do not alloca more than 2000 wide characters;
54579         instead, use malloc for large buffers.
54580         Check for address arithmetic overflow, and return -1
54581         with errno set to ENOMEM in that case.
54582         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
54583         (NEW_PATTERN): Do not alloca more than 8000 bytes;
54584         instead, return -1.  Check for address arithmetic overflow.
54585
54586 2003-10-14  Paul Eggert  <eggert@twinsun.com>
54587
54588         Handle invalid suffixes and overflow independently, so that
54589         callers can treat them independently as needed.  Fix some bugs in
54590         suffix handling, e.g., "100k@" was not diagnosed as an invalid
54591         suffix for a human-readable blocksize.  The major caller-visible
54592         change is the addition of a new
54593         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
54594         that both overflow and suffix chars were found.
54595
54596         * lib/human.c (humblock): Don't check separately for invalid suffix
54597         char; that is xstrtoumax's job (now that its bug is fixed).
54598         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
54599         INTMAX_MAX]: New macros.
54600         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
54601         TYPE_MAXIMUM): New macros.
54602         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
54603         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
54604         if overflow occurs, as it's what __strtol does and it's more useful
54605         in practice.
54606         (__xstrtol): If __strtol reports some error other than ERANGE,
54607         reflect it to the caller as LONGINT_INVALID.  If it reports
54608         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
54609         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
54610         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
54611         value.
54612         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
54613         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
54614         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
54615         [defined UINTMAX_MAX]: New macros.
54616
54617 2003-10-14  Bruno Haible  <bruno@clisp.org>
54618
54619         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
54620
54621 2003-10-14  Bruno Haible  <bruno@clisp.org>
54622
54623         * m4/sig_atomic_t: New file, from GNU gettext.
54624         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
54625
54626 2003-10-14  Bruno Haible  <bruno@clisp.org>
54627
54628         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
54629         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
54630         Also use volatile where needed.
54631
54632 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54633
54634         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
54635         Change maintainer from Bruno Haible to 'all'.
54636
54637 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54638
54639         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
54640
54641 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54642
54643         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
54644         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
54645         and define in terms of the other primitives.
54646         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
54647         (SIZE_MAX): Define if not already defined.
54648         (array_size_overflow): New function.
54649         (xalloc_die): Abort instead of exiting if 'error' returns.
54650         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
54651         (xmalloc, xrealloc): Use them.
54652         (xcalloc): Check for address arithmetic overflow.
54653         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
54654         a bit faster than strcpy.
54655
54656 2003-10-10  Simon Josefsson  <jas@extundo.com>
54657
54658         * modules/argp (Depends-on): Add restrict and strcase.
54659
54660 2003-10-10  Simon Josefsson  <jas@extundo.com>
54661
54662         * m4/argp.m4: Add AC_C_INLINE.
54663
54664 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54665
54666         Merge getpass from libc, plus a few fixes.
54667
54668         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
54669         Include <stdbool.h>.
54670         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
54671         __fsetlocking to empty.
54672         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
54673         do include <bits/libc-lock.h>.
54674         Do not include <fcntl.h>; not needed.
54675         [_LIBC]: Include <wchar.h>.
54676         (NOTCANCEL_MODE): New macro.
54677         (flockfile, funlockfile) [_LIBC]: New macros.
54678         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
54679         [!_LIBC]: New macros.
54680         (call_fclose): New function.
54681         (getpass): Use it.  Save tty stream separately; this simplifies the
54682         code and makes it more reliable if stdin happens to equal stdout.
54683         Invoke __fsetlocking on tty.
54684         Handle thread cancellation if needed.
54685         Namespace cleanup (use __tcgetattr, __getline).
54686         Use bool for Booleans.
54687         [USE_IN_LIBIO]: Handle wide streams.
54688         [!_LIBC]: Unconditionally do the fseek, since we don't know what
54689         stream might go where.
54690
54691         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
54692         doesn't have to include <stdio.h> before us.
54693         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
54694         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
54695         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
54696         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
54697         if not declared, so that we can use getpass.c code from libc without
54698         rewriting it.
54699         (flockfile, ftrylockfile, funlockfile): New macros.
54700
54701 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54702
54703         * modules/getpass: Depend on stdbool.
54704
54705 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54706
54707         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
54708
54709 2003-10-07  Karl Berry  <karl@gnu.org>
54710
54711         * config/config.{guess,sub}: update from config.
54712
54713 2003-10-06  Jim Meyering  <jim@meyering.net>
54714             Bruno Haible  <bruno@clisp.org>
54715
54716         This lets translators provide better translations for the
54717         "Written by ..." part of --version output.
54718         * lib/version-etc.h: Include stdarg.h.
54719         (version_etc_copyright): Declare as readonly.
54720         (version_etc): Make this function variadic with a NULL-terminated list
54721         of author name strings.
54722         (version_etc_va): New declaration.
54723         * lib/version-etc.c: Include stdarg.h, stdlib.h.
54724         (version_etc_copyright): Declare as readonly.
54725         (version_etc_va): New function. Provide a different translatable string
54726         for each possible number of authors < 10. Abbreviate when there are 10
54727         authors or more.
54728         (version_etc): Make this function variadic. Call version_etc_va.
54729         Suggestion from Gary V. Vaughan.
54730
54731         * lib/long-options.h (parse_long_options): Change prototype: the
54732         authors string is moved to the end and becomes variadic.
54733         * lib/long-options.c: Include stdarg.h.
54734         (parse_long_options): Make this function variadic, too.
54735         Call version_etc_va, not version_etc.
54736
54737 2003-10-06  Bruno Haible  <bruno@clisp.org>
54738
54739         * modules/version-etc-2: Remove file.
54740         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
54741
54742 2003-10-06  Bruno Haible  <bruno@clisp.org>
54743
54744         * modules/fatal-signal: New file.
54745         * MODULES.html.sh (func_all_modules): Add fatal-signal.
54746
54747 2003-10-06  Bruno Haible  <bruno@clisp.org>
54748
54749         * m4/fatal-signal.m4: New file.
54750         * m4/signalblocking.m4: New file, from GNU gettext.
54751
54752 2003-10-06  Bruno Haible  <bruno@clisp.org>
54753
54754         * lib/version-etc-2.h: Remove file.
54755         * lib/version-etc-2.c: Remove file.
54756
54757 2003-10-06  Bruno Haible  <bruno@clisp.org>
54758
54759         * lib/fatal-signal.h: New file, from GNU gettext.
54760         * lib/fatal-signal.c: New file, from GNU gettext.
54761
54762 2003-10-05  Paul Eggert  <eggert@twinsun.com>
54763
54764         * README: Rework advice for preventing empty .o files.
54765         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
54766         not <sys/types.h>.
54767
54768 2003-10-04  Karl Berry  <karl@gnu.org>
54769
54770         * lib/argp*: update from libc.
54771
54772 2003-10-04  Karl Berry  <karl@gnu.org>
54773
54774         * config/config.{guess,sub}: update from config.
54775
54776 2003-10-02  Bruno Haible  <bruno@clisp.org>
54777
54778         * modules/lchown (Include): Add lchown.h.
54779         * modules/time_r (Include): Use "..." syntax.
54780         * modules/xgetdomainname (Include): Add xgetdomainname.h.
54781
54782 2003-10-01  Simon Josefsson  <jas@extundo.com>
54783
54784         * MODULES.html.sh (func_all_modules): Move gethostname from section
54785         'based on' to section 'lacking' POSIX:2001.
54786
54787 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
54788
54789         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
54790         to output mode on the same stream.
54791
54792 2003-09-29  Paul Eggert  <eggert@twinsun.com>
54793
54794         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
54795         Fix arg typo in previous patch.
54796
54797 2003-09-28  Jim Meyering  <jim@meyering.net>
54798
54799         * lib/error.c: Correct cpp indentation.
54800
54801 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54802
54803         * modules/free: New file.
54804
54805 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54806
54807         * m4/free.m4: New file.
54808
54809 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54810
54811         * lib/minmax.h (MIN, MAX)
54812         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
54813         Omit the special code that used __typeof__, since we worry that
54814         it could be more trouble than it's worth.  See:
54815         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
54816         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
54817
54818         * lib/free.c: New file.
54819
54820 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
54821
54822         Trivial fixes to Makefile.am parts of module listings.
54823         * modules/strstr: Append strstr.h to lib_SOURCES.
54824         * modules/strcase: Likewise, for strcase.h.
54825
54826 2003-09-27  Karl Berry  <karl@gnu.org>
54827
54828         * config/mkinstalldirs: update from automake.
54829
54830 2003-09-26  Paul Eggert  <eggert@twinsun.com>
54831
54832         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
54833         (error_tail): Do not loop, reallocating temporary buffer, since
54834         the output cannot contain more wide characters than the input
54835         contains bytes, the size must be big enough already.  This avoids
54836         one potential size overflow calculation.  Check for size overflow
54837         when calculating temporary buffer size.  Free temporary buffer
54838         when done, if it was allocated with malloc; this plugs a memory
54839         leak.  Remove casts from void * to pointers, that are no longer
54840         needed now that we're assuming C89 or better.
54841
54842         Merge error changes from glibc.
54843
54844         * lib/error.c, error.h: Update copyright notice header to match glibc.
54845         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
54846         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
54847         Disable cancellation while printing error.
54848         * lib/error.h: Prepend __ to parameter names.
54849
54850 2003-09-26  Jim Meyering  <jim@meyering.net>
54851
54852         * lib/error.c (error_tail): Move some declarations
54853         into inner scope where the local variables are used.
54854
54855 2003-09-26  Bruno Haible  <bruno@clisp.org>
54856
54857         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
54858         stpncpy().
54859         Don't define stpncpy through config.h; it's now done through stpncpy.h.
54860
54861 2003-09-26  Bruno Haible  <bruno@clisp.org>
54862
54863         * lib/stpncpy.h (gnu_stpncpy): New declaration.
54864         (stpncpy): Define as alias for gnu_stpncpy.
54865         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
54866
54867 2003-09-25  Simon Josefsson  <jas@extundo.com>
54868
54869         * lib/xgetdomainname.h: New file.
54870         * lib/xgetdomainname.c: New file.
54871
54872 2003-09-25  Simon Josefsson  <jas@extundo.com>
54873             Bruno Haible  <bruno@clisp.org>
54874
54875         * modules/getdomainname: New file.
54876         * modules/xgetdomainname: New file.
54877         * MODULES.html.sh (func_all_modules): Add getdomainname,
54878         xgetdomainname.
54879
54880 2003-09-25  Simon Josefsson  <jas@extundo.com>
54881             Bruno Haible  <bruno@clisp.org>
54882
54883         * m4/getdomainname.m4: New file.
54884
54885 2003-09-25  Simon Josefsson  <jas@extundo.com>
54886             Bruno Haible  <bruno@clisp.org>
54887
54888         * lib/getdomainname.h: New file.
54889         * lib/getdomainname.c: New file.
54890
54891 2003-09-25  Karl Berry  <karl@gnu.org>
54892
54893         * lib/argp-fmtstream.c, argp-help.c: update from libc.
54894
54895 2003-09-25  Karl Berry  <karl@gnu.org>
54896
54897         * config/install-sh: update from automake.
54898
54899 2003-09-25  Bruno Haible  <bruno@clisp.org>
54900
54901         * modules/version-etc-2: New file, from modules/version-etc with
54902         modifications.
54903         * MODULES.html.sh (func_all_modules): Add version-etc-2.
54904
54905 2003-09-25  Bruno Haible  <bruno@clisp.org>
54906
54907         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
54908         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
54909
54910 2003-09-24  Simon Josefsson  <jas@extundo.com>
54911
54912         * modules/xgethostname: Add xgethostname.h.
54913
54914 2003-09-24  Paul Eggert  <eggert@twinsun.com>
54915
54916         * lib/linebuffer.c (freebuffer): Don't free the argument, just
54917         the buffer associated with the argument.  Bug reported by
54918         Simon Josefsson.
54919
54920 2003-09-24  Paul Eggert  <eggert@twinsun.com>
54921
54922         * README: Document assumptions that 'int' is at least 32 bits
54923         wide, that integer arithmetic is 2's complement without overflow,
54924         that there are no holes in integer values, that adding sizes of
54925         two nonoverlapping objects can't overflow, and that all-bits-zero
54926         yields scalar zero.  Fix spelling and capitalization typos.
54927
54928 2003-09-19  Karl Berry  <karl@gnu.org>
54929
54930         * lib/argp.h: update from libc.
54931
54932 2003-09-17  Paul Eggert  <eggert@twinsun.com>
54933
54934         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
54935         to avoid spurious warnings like "AC_RUN_IFELSE was called before
54936         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
54937
54938 2003-09-17  Paul Eggert  <eggert@twinsun.com>
54939
54940         * gnulib-tool: Use "test -h", not "test -L", for portability
54941         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
54942         (tags_regexp): Remove, since \| doesn't conform to POSIX.
54943         (sed_extract_prog): Issue s commands one-by-one, rather than
54944         using \| in one s command.
54945
54946 2003-09-16  Paul Eggert  <eggert@twinsun.com>
54947
54948         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
54949         input error, instead of returning NULL the next time we are called
54950         (and therefore losing track of errno).
54951
54952 2003-09-16  Bruno Haible  <bruno@clisp.org>
54953
54954         * gnulib-tool (func_create_testdir): Warn about duplicated
54955         dependencies.
54956
54957 2003-09-15  Paul Eggert  <eggert@twinsun.com>
54958
54959         * modules/argmatch, modules/fatal, modules/obstack,
54960         modules/xalloc, modules/xgethostname: Sort dependencies by
54961         importance, not alphabetically.
54962
54963 2003-09-15  Paul Eggert  <eggert@twinsun.com>
54964
54965         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
54966         fails, so that the caller gets the proper errno.
54967
54968         * lib/readutmp.c (read_utmp): Likewise.
54969         Check for fstat error.  Close stream and free storage
54970         when failing.
54971
54972 2003-09-14  Karl Berry  <karl@gnu.org>
54973
54974         * config/srclist.txt (strdup.c): disable for c89 changes.
54975
54976 2003-09-14  Jim Meyering  <jim@meyering.net>
54977
54978         * lib/getloadavg.c: Correct cpp indentation.
54979         * lib/strdup.c: Likewise.
54980         * lib/vasnprintf.c: Likewise.
54981
54982 2003-09-14  Bruno Haible  <bruno@clisp.org>
54983
54984         * modules/fwriteerror: New file.
54985         * MODULES.html.sh (func_all_modules): Add fwriteerror.
54986
54987 2003-09-14  Bruno Haible  <bruno@clisp.org>
54988
54989         * lib/fwriteerror.h: New file.
54990         * lib/fwriteerror.c: New file.
54991
54992 2003-09-12  Paul Eggert  <eggert@twinsun.com>
54993
54994         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
54995         modules/xgethostname, modules/xalloc: Depend on exit.
54996
54997 2003-09-12  Paul Eggert  <eggert@twinsun.com>
54998
54999         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
55000
55001         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
55002         and AC_MINIX, too, so that their extensions are available.
55003
55004         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
55005         This macro has been superseded by gl_BACKUPFILE.
55006
55007         More patches to assume C89 or better.
55008
55009         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
55010
55011         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
55012         unconditionally.
55013         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
55014         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
55015         Include <string.h>, <stdlib.h> unconditionally.
55016         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
55017         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
55018         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
55019         headers or for string.h.
55020         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
55021         or strtoul.
55022
55023         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
55024         headers.
55025         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
55026         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55027         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
55028         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
55029         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55030         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
55031         memcpy, memset.
55032         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
55033         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
55034         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
55035         strtol.
55036         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
55037         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
55038         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
55039         strtoul.
55040
55041 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55042
55043         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
55044         * lib/obstack.c [!defined _LIBC]: Likewise.
55045         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
55046         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
55047         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
55048
55049         More changes to assume C89 or better.
55050
55051         * lib/error.c (error_tail): Assume vprintf.
55052
55053         * lib/argmatch.c (getenv): Remove decl.
55054         * lib/progreloc.c (get_full_program_name): Define via prototype.
55055         * lib/setenv.c (clearenv): Likewise.
55056         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
55057         needed.
55058         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
55059         (malloc, memcpy): Remove decls.
55060         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
55061         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
55062         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55063         (memcpy): Remove macro.
55064         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
55065         (__P): Remove.  All uses removed.
55066         (PTR): Remove.  All uses changed to void *.
55067         (CHAR_BIT, NULL): Remove.
55068         (spaces, zeros, memset_space, memset_zero)
55069         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
55070         Remove.
55071         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
55072         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
55073         Define with prototype.
55074         Remove now-unnecessary prototype decl.
55075         (extra_args_spec): Assume ANSI C.  All uses changed.
55076         (extra_args_spec_iso): Remove.
55077         (my_strftime, emacs_strftimeu): Define via prototype.
55078         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
55079         unconditionally.
55080         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
55081         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
55082         (strtoul, strtol): Remove decls.
55083         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
55084         LONG_MAX): Remove.
55085         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55086         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
55087         (LOCALE_PARAM_PROTO): New macro.
55088         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
55089         (INTERNAL (strtol), strtol): Define with a prototype.
55090         (PARAMS): Remove.  All uses removed.
55091         * lib/tempname.c: Include <string.h> unconditionally.
55092         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
55093         * lib/xgethostname.c (main): Define with a prototype.
55094         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
55095         Include <stdlib.h> unconditionally.
55096         (calloc, malloc, realloc, free): Remove decls.
55097         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
55098         Include <stdlib.h> unconditionally.  Sort include file names.
55099         (strtod): Remove.
55100         (xstrtod): Define with a prototype.
55101         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
55102         (strtol, strtoul): Remove decls.
55103
55104 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55105
55106         More patches to assume C89 or better.
55107         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
55108         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
55109         string.h, memchr, STDC_HEADERS.
55110
55111 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55112
55113         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
55114         Include <stdlib.h>, <string.h> unconditionally.
55115         Remove now-unnecessary cast to char *.
55116         * lib/strnlen.c: Include <string.h> unconditionally.
55117         * lib/yesno.c (yesno): Define with a prototype.
55118
55119 2003-09-11  Bruno Haible  <bruno@clisp.org>
55120
55121         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
55122
55123 2003-09-10  Jim Meyering  <jim@meyering.net>
55124
55125         * lib/error.c: Correct indentation of cpp directives.
55126
55127 2003-09-10  Bruno Haible  <bruno@clisp.org>
55128
55129         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
55130         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
55131         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
55132         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
55133         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
55134         <stdlib.h> and <string.h> checks.
55135         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
55136         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
55137
55138 2003-09-10  Bruno Haible  <bruno@clisp.org>
55139
55140         * lib/strcspn.c: Include <string.h> unconditionally.
55141         * lib/strpbrk.c: Include <string.h> unconditionally.
55142         * lib/strstr.c: Include <string.h> unconditionally.
55143         * lib/unicodeio.c: Include <string.h> unconditionally.
55144         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
55145         * lib/unsetenv.c: Likewise.
55146         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
55147         * lib/yesno.c: Include <stdlib.h> unconditionally.
55148         (rpmatch): Add prototype.
55149
55150 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55151
55152         More patches to assume C89 or better.
55153         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
55154         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
55155         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
55156         or for string.h.
55157         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
55158         stdlib.h.
55159         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
55160         C headers.
55161         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
55162         string.h.
55163         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
55164         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
55165         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
55166         or for string.h.
55167         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
55168         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
55169         C headers.
55170         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
55171         memcpy.
55172         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
55173         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
55174         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
55175         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
55176         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
55177         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
55178         string.h, free.
55179         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
55180         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
55181         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
55182         C headers, or for string.h.
55183         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
55184         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
55185         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
55186         headers, memory.h, stdlib.h, string.h, strings.h.
55187         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
55188         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
55189         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
55190         strchr.
55191         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
55192         headers, memory.h, string.h.
55193         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
55194         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
55195         free.
55196         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
55197         headers.
55198         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
55199         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
55200         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
55201         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
55202         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
55203
55204 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55205
55206         More K&R removal.
55207
55208         * lib/acosl.c (main): Use a prototype.
55209         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
55210         tanl.c: Likewise.
55211
55212         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
55213
55214         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
55215         (getopt, etopt_long, getopt_long_only, _getopt_internal)
55216         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
55217         with a prototype.
55218         * lib/getopt.c (const): Remove macro.
55219         Include <string.h> unconditionally.
55220         (my_index): Remove; all uses changed to strchr.
55221         (strlen): Remove decl.
55222         (exchange): Remove forward decl; no longer needed.
55223         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
55224         Define with prototype.
55225         * lib/getopt1.c (const): Remove macro.
55226         (getopt_long, getopt_long_only, main): Define with prototype.
55227
55228         * lib/getugroups.c: Include <string.h> unconditionally.
55229
55230         * lib/getusershell.c: Include <stdlib.h> unconditionally.
55231         (getusershell, setusershell, endusershell, readname, main):
55232         Define with prototypes.
55233
55234         * lib/group-member.c: Include group-member.h first.
55235         Include <stdlib.h> unconditionally.
55236
55237         * lib/hard-locale.c: Include hard-locale.h first.
55238         Include <stdlib.h>, <string.h> unconditionally.
55239
55240         * lib/hash.c (free, malloc): Remove decls.
55241         Include <stdlib.h> unconditionally.
55242
55243         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
55244         (getenv): Do not declare.
55245
55246         * lib/idcache.c: Include <string.h> unconditionally.
55247
55248         * lib/long-options.c: Include long-options.h first, to test interface.
55249         Include <stdlib.h> unconditionally.
55250
55251         * lib/makepath.c: Include makepath.h first, to test interface.
55252         Include <stdlib.h> and <string.h> unconditionally.
55253
55254         * lib/linebuffer.c: Include <stdlib.h>.
55255         (free): Remove decl.
55256
55257         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
55258         stddef.h. rpl_malloc returns void *, not char *.
55259         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
55260         prototype.
55261
55262         * lib/md5.h: Include <limits.h> unconditionally.
55263         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
55264         (__P): Remove; all uses removed.
55265         * lib/md5.c: Include "md5.h" first.
55266         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
55267         md5_buffer, md5_process_bytes, md5_process_block):
55268         Define with prototypes.
55269         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
55270         * lib/sha.c: Include "sha.h" first.
55271         Include <stdlib.h>, <string.h> unconditionally.
55272
55273         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
55274         * lib/memcmp.c (__ptr_t): Likewise.
55275         * lib/memrchr.c (__ptr_t): Likewise.
55276         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
55277         Include <string.h> unconditionally.
55278         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
55279         * lib/memchr.c: Include <stdlib.h> unconditionally.
55280         * lib/memchr.c (LONG_MAX): Remove.
55281         * lib/memrchr.c (LONG_MAX): Likewise.
55282         * lib/memchr.c (__memchr): Define via a prototype.
55283         * lib/memrchr.c (__memrchr): Likewise.
55284         * lib/memcmp.c (__P): Remove, and remove all uses.
55285         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
55286         Remove forward decls; no longer needed.
55287         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
55288         Use types required by C89 in prototype.
55289
55290         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
55291         * lib/savedir.c: Likewise.
55292         * lib/mkdir.c (free): Remove decl.
55293         * lib/rmdir.c (rmdir): Define with a prototype.
55294         * lib/savedir.c: Include savedir.h first, to test interface.
55295
55296         * lib/mktime.c (STDC_HEADERS): Remove.
55297         Include <stdlib.h>, <string.h> unconditionally.
55298
55299         * lib/modechange.c: Include <stdlib.h> unconditionally.
55300         (malloc): Remove decl.
55301
55302         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
55303         (free): Remove decl.
55304
55305         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
55306         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
55307         (This type really should be intptr_t, but that's a C99ism.)
55308         (_obstack_memcpy): Remove: all uses changed to memcpy.
55309         Include <string.h> unconditionally.
55310         (struct obstack): Assume __STDC__ for types of members
55311         chunkfun, freefun, extra_arg.
55312         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
55313         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
55314         obstack_begin, obstack_specify_allocation,
55315         obstack_specify_allocation_with_arg, obstack_chunkfun,
55316         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
55317         Remove unprototyped decls and the macros that use them.
55318         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
55319         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
55320         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
55321         (defined __STDC__ && __STDC__)]:
55322         Remove nonprototyped code.
55323         Include <stdlib.h> unconditionally.
55324         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
55325         _obstack_allocated_p, _obstack_free, obstack_free,
55326         _obstack_memory_used, print_and_abort):
55327         Define using prototypes.
55328         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
55329         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
55330         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
55331         obstack_next_free, obstack_object_size, obstack_room) [0]:
55332         Remove unused, unprototyped code.
55333
55334         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
55335
55336         * lib/physmem.c (physmem_total, physmem_available, main): Define
55337         with prototypes.
55338
55339         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
55340         (main): Define with a prototype.
55341
55342         * lib/posixver.c (getenv): Remove decl.
55343
55344         * lib/putenv.c (malloc): Returns void *, not char *.
55345         Include <string.h> unconditionally.
55346         (strchr, memcpy, NULL): Do not define.
55347
55348         * lib/readtokens.c: Include readtokens.h first, to test interface.
55349         Include <stdlib.h>, <string.h> unconditionally.
55350         (init_tokenbuffer): Define with a prototype.
55351
55352         * lib/regex.c (PARAMS): Remove.  All uses removed.
55353         All uses of _RE_ARGS removed, too.
55354         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
55355         unconditionally.
55356         (bzero): Assume memset exists.
55357         (memcmp, memcpy, NULL): Remove.
55358         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
55359         char, or assignments to local vars of type signed char.
55360         (init_syntax_once, PREFIX(extract_number_and_incr),
55361         PREFIX(print_partial_compiled_pattern),
55362         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
55363         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
55364         PREFIX(regex_grow_registers), PREFIX(regex_compile),
55365         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
55366         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
55367         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
55368         wcs_compile_range, byte_compile_range, truncate_wchar,
55369         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
55370         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
55371         count_mbs_length, wcs_re_match_2_internal,
55372         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
55373         PREFIX(alt_match_null_string_p),
55374         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
55375         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
55376         regfree, PREFIX(extract_number)): Define with prototype.  Remove
55377         now-unnecessary declaration, if any.
55378         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
55379         regcomp, regexec):
55380         Remove now-unnecessary casts among pointer types.
55381         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
55382
55383         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
55384         (free): Remove decl.
55385
55386         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
55387
55388         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
55389         (free): Remove decl.
55390
55391         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
55392         * lib/xgetcwd.c: Likewise.
55393
55394         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
55395         (free): Remove decl.
55396
55397         * lib/strchrnul.c (strchrnul): Define with a prototype.
55398         Fix bug: c_in was not converted to char before searching.
55399
55400         The following changes are not K&R related:
55401
55402         * lib/group-member.h: Include <sys/types.h>, so that this file is
55403         self-contained.
55404         * lib/makepath.h: Likewise.
55405
55406         * lib/getusershell.c (readname, default_index, line_size, readname):
55407         Use size_t, not int, for sizes.
55408         (readname): If the size overflows, report an error instead of
55409         looping forever.
55410
55411 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55412
55413         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
55414         libc.
55415
55416 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55417
55418         * README: New section: portability guidelines.
55419
55420 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55421
55422         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
55423         C89 spec.
55424
55425 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55426
55427         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
55428
55429 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55430
55431         Assume C89 or better; remove K&R cruft.
55432         A few of these changes were first proposed by Derek Robert Price
55433         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
55434
55435         * lib/addext.c: Include <string.h> unconditionally.
55436         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
55437         Don't declare getenv or malloc.
55438
55439         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
55440         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
55441         (NULL): Remove.
55442         (find_stack_direction, alloca): Use prototypes.
55443
55444         * lib/atexit.c (atexit): Define using a prototype.
55445
55446         * lib/basename.c, dirname.c, stripslash.c:
55447         Include <string.h> unconditionally.
55448
55449         * lib/bcopy.c: Include <stddef.h>.
55450         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
55451
55452         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
55453
55454         * lib/error.h (error, error_at_line, error_print_progname)
55455         [! (defined (__STDC__) && __STDC__)]: Remove decls.
55456         * lib/error.c: Include error.h first, to check interface.
55457         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55458         (VA_START): Remove; all uses changeed to va_start.
55459         (exit, strerror): Remove decls.
55460         (error_print_progname): Prototype uncondionally.
55461         Don't include <errno.h>; no longer needed.
55462         (private_strerror): Remove.
55463         (error_tail): Always define.
55464         (error, error_at_line): Assume C89 or better; always use prototypes.
55465         * lib/fatal.c: Include "fatal.h" first, to test interface.
55466         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55467         (VA_START): Remove; all uses changed to va_start.
55468         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
55469         this case.
55470         (exit): Remove decl.
55471         (fatal): Prototype unconditionally.  Assume va_start works.
55472         Abort at end, to pacify gcc.
55473
55474         * lib/euidaccess.c (main): Define with a prototype.
55475
55476         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
55477
55478         * lib/exitfail.c: Include <stdlib.h> unconditionally.
55479
55480         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
55481         prototypes.
55482         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
55483         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
55484         (getenv): Remove decl.
55485         (fnmatch): Define using a prototype.
55486         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
55487         (FCT): Define using a prototype.
55488
55489         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
55490
55491         * lib/gethostname.c: Include <stddef.h>.
55492         (gethostname): Define with prototype.  Length is size_t, not int.
55493
55494 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55495
55496         Assume C89 or better; remove K&R cruft.
55497         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
55498         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
55499         string.h, getenv, malloc.
55500         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
55501         headers.
55502         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
55503         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
55504         do not check for strerror.
55505         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
55506         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
55507         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
55508         do not check for doprnt or vprintf.
55509         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
55510         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
55511
55512 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55513
55514         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
55515         getversion.c should have been removed then, but was accidentally
55516         preserved.
55517
55518         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
55519         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
55520
55521 2003-09-08  Karl Berry  <karl@gnu.org>
55522
55523         * config/config.sub, config.guess, srclistvars.sh: update from savannah
55524                 config, forget about prep.
55525
55526         * config/depcomp, missing: update from automake.
55527
55528 2003-09-07  Paul Eggert  <eggert@twinsun.com>
55529
55530         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
55531         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
55532
55533 2003-09-07  Paul Eggert  <eggert@twinsun.com>
55534
55535         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
55536         copy_tm_result.  Bug reported by Simon Josefsson in
55537         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
55538
55539 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55540
55541         * m4/time_r.m4: New file.
55542         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
55543         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
55544         is. Check for timegm declaration.
55545         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
55546         Do not check for gmtime_r.
55547         Replace mktime if __mktime_internal does not exist and if mktime
55548         hasn't been replaced already.
55549
55550 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55551
55552         * lib/time_r.c, lib/time_r.h: New files.
55553
55554         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
55555         __localtime_r.
55556         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
55557         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
55558
55559         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
55560         __gmtime_r.
55561         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
55562         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
55563         Include <time_r.h>.
55564
55565         * lib/timegm.c: Switch to glibc implementation, with the following
55566         changes:
55567         [defined HAVE_CONFIG_H]: Include <config.h>.
55568         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
55569         (__mktime_internal) [!defined _LIBC]: New decl.
55570         (__gmtime_r) [!defined _LIBC]: New macro and function.
55571         (timegm): Use a prototype, since gnulib assumes C89.
55572         Do not bother declaring tmp to be const, as it's not really usefu.
55573         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
55574         (timegm): Declare only if HAVE_DECL_TIMEGM.
55575
55576 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55577
55578         * MODULES.html.sh (func_all_modules): Add time_r.
55579         * modules/time_r: New file.
55580         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
55581         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
55582
55583 2003-09-03  Paul Eggert  <eggert@twinsun.com>
55584
55585         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
55586         Bug reported by Lute Kamstra in
55587         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
55588
55589         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
55590         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
55591         course with correspondingly smaller numbers for tomorrow and
55592         yesterday.  From Tadayoshi Funaba.  Originally installed into
55593         sh-utils on 1999-08-07, but the patch got lost (I guess during the
55594         coreutils merge?).
55595
55596 2003-08-31  Simon Josefsson  <jas@extundo.com>
55597
55598         * modules/timegm: New file.
55599         * MODULES.html.sh (func_all_modules): Add timegm.
55600
55601 2003-08-31  Simon Josefsson  <jas@extundo.com>
55602
55603         * m4/timegm.m4: New file.
55604
55605 2003-08-31  Simon Josefsson  <jas@extundo.com>
55606
55607         * lib/timegm.h: New file.
55608         * lib/timegm.c: New file.  Based on
55609         wget-1.8.2/src/http.c:mktime_from_utc.
55610
55611 2003-08-31  Karl Berry  <karl@gnu.org>
55612
55613         * lib/argp.h: update from libc.
55614
55615 2003-08-28  Bruno Haible  <bruno@clisp.org>
55616
55617         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
55618         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
55619         followed by '#define fnmatch fnmatch_posix' gives an error.
55620
55621 2003-08-28  Bruno Haible  <bruno@clisp.org>
55622
55623         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
55624         warning on QNX, which defines O_BINARY to 000000.
55625
55626 2003-08-27  Jim Meyering  <jim@meyering.net>
55627
55628         * m4/mkstemp.m4: Require that the system mkstemp be able to create
55629         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
55630         would fail after 32.  Reported by Danny Levinson.  Details here:
55631         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
55632
55633 2003-08-24  Bruno Haible  <bruno@clisp.org>
55634
55635         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
55636         MSVC7 <stdio.h> is included later.
55637
55638 2003-08-22  Simon Josefsson  <jas@extundo.com>
55639
55640         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
55641
55642 2003-08-20  Karl Berry  <karl@gnu.org>
55643
55644         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
55645
55646 2003-08-20  Bruno Haible  <bruno@clisp.org>
55647
55648         * modules/progname: New file.
55649         * MODULES.html.sh (func_all_modules): Add progname.
55650
55651 2003-08-20  Bruno Haible  <bruno@clisp.org>
55652
55653         * lib/progname.h: New file, from GNU gettext.
55654         * lib/progname.c: New file, from GNU gettext.
55655         * lib/progreloc.c: New file, from GNU gettext.
55656
55657 2003-08-19  Jim Meyering  <jim@meyering.net>
55658
55659         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
55660         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
55661
55662 2003-08-19  Bruno Haible  <bruno@clisp.org>
55663
55664         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
55665         more.
55666
55667 2003-08-19  Bruno Haible  <bruno@clisp.org>
55668
55669         * lib/xstrdup.c: Assume <string.h> exists.
55670
55671 2003-08-18  Paul Eggert  <eggert@twinsun.com>
55672
55673         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
55674         in makefile rules.
55675
55676 2003-08-18  Jim Meyering  <jim@meyering.net>
55677
55678         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
55679         * m4/lib-ld.m4: Likewise.
55680
55681 2003-08-18  Jim Meyering  <jim@meyering.net>
55682
55683         * lib/setenv.h: Indent nested cpp directive.
55684         * lib/vasnprintf.c: Remove trailing blanks.
55685
55686 2003-08-17  Simon Josefsson  <jas@extundo.com>
55687
55688         * modules/xstrndup: New file.
55689         * MODULES.html.sh (func_all_modules): Add xstrndup.
55690
55691 2003-08-17  Simon Josefsson  <jas@extundo.com>
55692
55693         * modules/argp: Fix autoconf macro name. Add more dependencies.
55694
55695 2003-08-17  Simon Josefsson  <jas@extundo.com>
55696
55697         * m4/xstrndup.m4: New file.
55698
55699 2003-08-17  Simon Josefsson  <jas@extundo.com>
55700
55701         * m4/argp.m4: New file.
55702
55703 2003-08-17  Simon Josefsson  <jas@extundo.com>
55704             Bruno Haible  <bruno@clisp.org>
55705
55706         * lib/xstrndup.h: New file.
55707         * lib/xstrndup.c: New file.
55708
55709 2003-08-17  Bruno Haible  <bruno@clisp.org>
55710
55711         * modules/strndup (Files, Include): Add lib/strndup.h.
55712
55713 2003-08-17  Bruno Haible  <bruno@clisp.org>
55714
55715         * modules/euidaccess (Files): Add lib/euidaccess.h.
55716
55717 2003-08-17  Bruno Haible  <bruno@clisp.org>
55718
55719         * lib/strndup.h: New file.
55720
55721 2003-08-17  Bruno Haible  <bruno@clisp.org>
55722
55723         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
55724         like AC_GNU_SOURCE.
55725         * modules/extensions (configure.ac): Comment out the invocation of
55726         gl_USE_SYSTEM_EXTENSIONS.
55727
55728 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55729
55730         Merges from coreutils, etc.
55731         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
55732         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
55733         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
55734         fixing a typo.
55735         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
55736         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
55737
55738 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55739
55740         Document merge from coreutils.
55741         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
55742         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
55743         * modules/utime: Add m4/utimes-null.m4.
55744
55745 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55746
55747         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
55748         space, undoing this 2003-08-12 change:
55749         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
55750
55751 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55752
55753         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
55754         strtoul.c from libc, undoing this 2003-08-12 change:
55755         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
55756
55757 2003-08-16  Jim Meyering  <jim@meyering.net>
55758
55759         Merges from coreutils.
55760         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
55761         prefix.  Adjust cache variables similarly.  Create 500 rather than
55762         just 300 files, to exercise bug on Darwin6.5, too.
55763         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
55764         $missing_dir.
55765         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
55766         AM_SYS_POSIX_TERMIOS.
55767         Reported by mkc@mathdogs.com.
55768         Also change use of $am_cv_sys_posix_termios
55769         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
55770         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
55771         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
55772         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
55773         in /proc/mounts until it finds one with matching device number.  This
55774         is unnecessary when the FILE argument *is* a mount point.  No stat call
55775         is necessary in that case.  So, disable the statvfs-testing code on
55776         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
55777         as RedHat bug# 84846.
55778         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
55779         to 1MB, so as not to render systems with no stack size limit (e.g.,
55780         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
55781         Include <unistd.h>.  On some systems,
55782         it is required for the definition of _SC_PAGESIZE.
55783
55784 2003-08-16  Jim Meyering  <jim@meyering.net>
55785
55786         Merge from coreutils.
55787         * lib/xstrtoimax.c: #else #if -> #elif.
55788         * lib/xstrtoumax.c: Likewise.
55789
55790 2003-08-16  Jim Meyering  <jim@meyering.net>
55791
55792         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
55793         * m4/utimes.m4: Removed.
55794         * m4/utimes-null.m4: Renamed from utimes.m4.
55795
55796         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
55797         to 1MB, so as not to render systems with no stack size limit (e.g.,
55798         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
55799         Include <unistd.h>.  On some systems,
55800         it is required for the definition of _SC_PAGESIZE.
55801
55802 2003-08-16  Jim Meyering  <jim@meyering.net>
55803         and Paul Eggert  <eggert@cs.ucla.edu>
55804
55805         Merges from coreutils, etc.
55806
55807         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
55808         using the latest version from cvs.  This avoids problems with #line
55809         directives using a vendor (Sun) compiler.
55810         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
55811         Don't set GETGROUPS_LIB here; now it's
55812         done via getgroups.m4's wrapper function.
55813         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
55814         rather than just in sh-util/configure.in, so that the
55815         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
55816         same.
55817         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
55818         AC_FUNC_GETLOADAVG where to find getloadavg.c.
55819         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
55820         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
55821         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
55822         Remove code that is now done by the newly-required macros.
55823         Append $(EXEEXT) to DF_PROG.
55824         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
55825         Do not invoke or require the following here,
55826         since prereq.m4 or some gnulib .m4 now does this for us:
55827         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
55828         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
55829         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
55830         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
55831         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
55832         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
55833         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
55834         AC_FUNC_OBSTACK.
55835         Do not replace the following functions, as this is now the job
55836         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
55837         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
55838         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
55839         atexit getpass, strdup, getpagesize.
55840         Replace 'raise'.
55841         Do not check for the following functions, as this is now the job
55842         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
55843         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
55844         setregid.
55845         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
55846         Check for sys/sysctl.h.
55847         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
55848         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
55849         of checking for ssize_t ourselves.
55850
55851         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
55852         Require every macro that gnulib/modules/* suggests for us.
55853         (jm_PREREQ_ADDEXT): New macro.
55854         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
55855         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
55856
55857         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
55858         (gl_PHYSMEM): Use it.
55859         Also check for `table' function.
55860         Check for new headers and functions.
55861         Add check for sys/sysmp.h.
55862         With suggestions from Kaveh Ghazi.
55863         Ignore headers that are present but cannot be compiled.  This
55864         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
55865         C 5.4.
55866
55867 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55868
55869         Document merge from coreutils.
55870         * modules/userspec: Depend on posixver.
55871         * modules/strftime: Depend on tzset.
55872
55873 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55874
55875         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
55876         rather than tab, after '#' in shell-script copyright notices.
55877         Suggested by Bruno Haible.
55878
55879 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55880
55881         * config/srclist-update: Use three spaces, rather than tab, after '#'
55882         in shell-script copyright notices.  Suggested by Bruno Haible.
55883         Remove unnecessary parenthesization in regular expression.
55884
55885 2003-08-15  Jim Meyering  <jim@meyering.net>
55886
55887         Merge from coreutils.
55888         * lib/xgethostname.c: Include <stdlib.h>.
55889         (xghostname): Don't exit for anything other than memory-related
55890         failure; just return NULL.
55891         * lib/userspec.c: Include "posixver.h".
55892         (parse_user_spec): Accept `.' as a separator only
55893         in pre-POSIX-200112 mode.
55894         * lib/strtoimax.c: Use #elif rather than #else #if.
55895         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
55896         Remove function, now that we can rely on a working tzset function.
55897         [!_LIBC]: Ensure that the required autoconf test has been run.
55898         [!defined _NL_CURRENT && HAVE_STRFTIME]:
55899         Use underlying_strftime for %r.
55900         * lib/sha.c: Merge in some clean-up and optimization changes from
55901         glibc.
55902         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
55903         Ensure that it is a multiple of 64.
55904         Rearrange loop exit tests so as to avoid performing an
55905         additional fread after encountering an error or EOF.
55906         * lib/realloc.c: Update copyright date.
55907
55908 2003-08-15  Jim Meyering  <jim@meyering.net>
55909         and Paul Eggert  <eggert@twinsun.com>
55910
55911         Merge from coreutils.
55912         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
55913         member but strut utmpx does not.  Needed for AIX 4.3.3.
55914         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
55915
55916 2003-08-15  Jim Meyering  <jim@meyering.net>
55917         and Paul Eggert  <eggert@cs.ucla.edu>
55918
55919         Merges from coreutils, etc.
55920         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
55921         Require gl_FUNC_TZSET_CLOBBER.
55922         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
55923         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
55924         members.
55925
55926 2003-08-14  Paul Eggert  <eggert@twinsun.com>
55927
55928         Help the merge from coreutils.
55929         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
55930         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
55931         * m4/tzset.m4: Use it too.
55932
55933 2003-08-14  Paul Eggert  <eggert@twinsun.com>
55934
55935         * modules/tzset: New file.
55936
55937 2003-08-14  Jim Meyering  <jim@meyering.net>
55938
55939         Merges from coreutils.
55940         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
55941         variable names, rather than @FNMATCH_H@.
55942         * modules/alloca: Likewise for $(ALLOCA_H).
55943
55944         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
55945         the three copies of the literal target, `fnmatch.h'.
55946         * modules/alloca (alloca.h): Likewise.
55947
55948 2003-08-14  Jim Meyering  <jim@meyering.net>
55949
55950         Merge from coreutils.
55951         * m4/tzset.m4: New file.
55952         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
55953         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
55954         otherwise, AIX 5.1 systems would end up using the latter.
55955         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
55956         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
55957         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
55958         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
55959
55960 2003-08-14  Jim Meyering  <jim@meyering.net>
55961
55962         Merge from coreutils.
55963         * lib/obstack.h: Whitespace changes.
55964         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
55965         and xcalloc return values.
55966         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
55967         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
55968         hang on OSF/1 5.1 for DIR on both local and remote file systems.
55969         Reported by (and fix confirmed by) Nelson H. F. Beebe.
55970         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
55971         error from mntctl.
55972         Use mntctl's return value to drive the entry-processing loop, since
55973         we can't rely on the value of the vmt_length member in the last
55974         entry.  On some systems doing so could result in exhausting
55975         virtual memory.  Based in part on a patch from Mike Jetzer.
55976
55977 2003-08-14  Jim Meyering  <jim@meyering.net>
55978         and Paul Eggert  <eggert@twinsun.com>
55979
55980         Merges from coreutils, plus other fixes.
55981         * lib/physmem.c: Merge in portability changes from gcc/libiberty
55982         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
55983         for credits and details.  Thanks to Kaveh Ghazi for helping
55984         to keep these files in sync.
55985         (ARRAY_SIZE): Define it.
55986         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
55987         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
55988         (memcasecmp): Don't assume size_t fits in unsigned int.
55989         Remove casts and duplicate code.
55990         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
55991         (memcpy): Remove definition.
55992         Merge in some clean-up and optimization changes from glibc.
55993         [BLOCKSIZE]: Move definition to top of file.
55994         Ensure that it is a multiple of 64.
55995         Rearrange loop exit tests so as to avoid performing an
55996         additional fread after encountering an error or EOF.
55997         * lib/md5.h (md5_uintptr): Define.
55998         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
55999         return to the initial working directory.  Preserve errno
56000         for caller.
56001         * lib/idcache.c: Include "xalloc.h".
56002         (xmalloc, xrealloc): Remove decls.
56003         (getuser): Remove casts no longer required in C89.
56004         * lib/human.c: Include stdio.h, for sprintf.
56005         * lib/group-member.c: Include "xalloc.h".
56006         (xmalloc, xrealloc): Remove decls.
56007         (get_group_info): Remove casts no longer required in C89.
56008         * lib/getusershell.c (readname): Remove casts no longer required in
56009         C89.
56010         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
56011         * lib/getline.c: Whitespace fix, from coreutils.
56012
56013 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56014
56015         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
56016         Check for isascii.
56017
56018         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56019         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56020         Undo previous (whitespace-only) change.
56021
56022 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56023
56024         * lib/exclude.c: Include <ctype.h>
56025         (IN_CTYPE_DOMAIN): New macro.
56026         (is_space): New fn.
56027         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
56028         and empty lines.
56029
56030         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56031         Undo previous (whitespace-only) change.
56032
56033 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56034
56035         * config/srclist-update: Change update back to the old behavior,
56036         leaving whitespace alone.  Use one 'sed' command rather than a
56037         pipeline.
56038         (fixlicense): Now a variable, not a function.
56039         (remove_trailing_blanks): Remove.
56040         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
56041         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56042         Undo previous (whitespace-only) change.
56043
56044 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56045
56046         Merge from coreutils.
56047         * modules/euidaccess: Add lib_SOURCES, include for new
56048         file euidaccess.h
56049
56050 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56051
56052         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56053         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56054         Normalize leading white space and remove trailing white space.
56055
56056         Merge from coreutils
56057         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
56058
56059         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
56060         0.12.1.  These files are now being upgraded automatically by
56061         ../config/srclist-update.
56062
56063 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56064
56065         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56066         Normalize leading white space and remove trailing white space.
56067         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
56068         notice, as per ../config/srclist-update.
56069
56070         Merge from coreutils.
56071         * lib/euidaccess.h: New file.
56072         * lib/euidaccess.c: Include it.
56073         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
56074         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
56075         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
56076
56077 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56078
56079         * config/srclist-update: Add copyright notice.
56080         (remove_id_lines, remove_trailing_blanks): New constants.
56081         (fixfile): Use them to normalize spacing a bit in copied files.
56082         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56083         Normalize leading white space and remove trailing white space.
56084
56085         * config/texinfo.tex: Sync with texinfo.
56086
56087         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
56088         strtoul.c from libc, to merge coreutils whitespace changes.
56089
56090         * config/srclist.txt: Get the following m4 files from gettext:
56091         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
56092         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
56093         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
56094         wint_t.m4.
56095
56096 2003-08-12  Karl Berry  <karl@gnu.org>
56097
56098         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
56099         been made.
56100
56101 2003-08-11  Paul Eggert  <eggert@twinsun.com>
56102
56103         * modules/gnu-source, m4/gnu-source.m4:
56104         Remove; we're assuming Autoconf 2.54 or later now.
56105         Suggested by Bruno Haible.
56106         * MODULES.html.sh (func_all_modules): Remove gnu-source.
56107
56108 2003-08-11  Bruno Haible  <bruno@clisp.org>
56109
56110         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
56111
56112 2003-08-11  Bruno Haible  <bruno@clisp.org>
56113
56114         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
56115         (vasnprintf): Use it instead of wcslen.
56116
56117 2003-08-11  Bruno Haible  <bruno@clisp.org>
56118
56119         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
56120         value to ensure that _Bool promotes to int. Use #define for _Bool when
56121         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
56122
56123 2003-08-10  Karl Berry  <karl@gnu.org>
56124
56125         * lib/regex.h: update from libc (whitespace fix).
56126
56127 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56128
56129         Merge some files from coreutils.  These changes were
56130         originally made by Jim Meyering.
56131         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
56132         many older Unixes require this.
56133         * lib/alloca.c (alloca): Remove cast to argument of free;
56134         no longer needed in C89.
56135         * lib/alloca_.h, regex.h: Fix white space to match
56136         what GNU indent does.
56137
56138 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56139
56140         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
56141         apparently Emacs's Unicode mode got confused before my 2003-08-05
56142         checkin.
56143
56144 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56145
56146         * m4/extensions.m4: New file.
56147         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
56148         Require gl_USE_SYSTEM_EXTENSIONS.
56149         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
56150         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
56151
56152 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56153
56154         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
56155         * modules/extensions, modules/gnu-source: New files.
56156         * modules/timespec, modules/unlocked-io: Depend on extensions.
56157
56158 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56159
56160         * modules/restrict: New file.
56161         * MODULES.html.sh (func_all_modules): Add restrict.
56162         * modules/regex: Depend on restrict.
56163
56164 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56165
56166         * m4/restrict.m4: New file.
56167         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
56168
56169 2003-08-07  Bruno Haible  <bruno@clisp.org>
56170
56171         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
56172         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
56173
56174 2003-08-07  Bruno Haible  <bruno@clisp.org>
56175
56176         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
56177         makes the module 'getndelim2' compatible with the module 'getline'.
56178
56179 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56180
56181         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
56182         byte with "\201" to avoid glitches when editing that source file
56183         with multi-gnome-terminal.
56184
56185 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56186
56187         * lib/bumpalloc.h: Remove.
56188
56189 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56190
56191         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
56192         * modules/bumpalloc: Remove.
56193
56194 2003-08-04  Paul Eggert  <eggert@twinsun.com>
56195
56196         * lib/getloadavg.c: Change copyright notice and spacing to conform to
56197         GNU coding style.
56198
56199         Merge from coreutils.
56200         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
56201         1. From glibc.
56202         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
56203         from Karl Berry, implemented by Jim Meyering.
56204         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
56205         from Dmitry V. Levin.
56206         Remove anachronistic cast of xrealloc.
56207         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
56208         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
56209         type. Otherwise, it wouldn't compile with at least /bin/cc on
56210         ymp-cray-unicos9.0.2.X.
56211         Combine two mostly-identical uses of alloca into one.
56212         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
56213
56214 2003-08-04  Dave Love  <d.love@dl.ac.uk>
56215
56216         [From Emacs.]
56217
56218         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
56219         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
56220         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
56221         obsolete NLIST_NAME_UNION.
56222         [__GNU__]: Undef BSD and FSCALE.
56223         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
56224
56225 2003-08-03  Paul Eggert  <eggert@twinsun.com>
56226
56227         * lib/stdbool_.h (_Bool): Make it signed char, instead of
56228         an enum type, so that it's guaranteed to promote to int.  See:
56229         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
56230
56231 2003-08-03  Karl Berry  <karl@gnu.org>
56232
56233         * config/depcomp: update from automake.
56234
56235 2003-07-31  Paul Eggert  <eggert@twinsun.com>
56236
56237         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
56238         (strerror): Don't assume that a printable int fits in 14 bytes.
56239
56240 2003-07-31  Bruno Haible  <bruno@clisp.org>
56241
56242         * modules/getpass-gnu: New file.
56243         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
56244
56245 2003-07-31  Bruno Haible  <bruno@clisp.org>
56246
56247         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
56248
56249 2003-07-24  Karl Berry  <karl@gnu.org>
56250
56251         * config/missing: update from automake.
56252
56253 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
56254             Bruno Haible  <bruno@clisp.org>
56255
56256         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
56257         * lib/getline.c (getline, getdelim): Likewise.
56258         Remove _GNU_SOURCE define; now it's defined in config.h through
56259         m4/getline.m4.
56260
56261 2003-07-23  Karl Berry  <karl@gnu.org>
56262
56263         * config/config.sub: update from prep.
56264
56265 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56266
56267         * modules/xalloc (Depends-on): Add exitfail.
56268         * modules/xmemcoll: Likewise.
56269
56270 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56271
56272         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
56273         over-parenthesization in macros.
56274
56275         Sync with coreutils.
56276
56277         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
56278         required by C99.
56279
56280         Use `exit_failure' for xalloc and xmemcoll instead of their own
56281         private exit-failure variables.
56282         * lib/xalloc.h (xalloc_exit_failure): Remove.
56283         * lib/xmalloc.c: Likewise.  Include exitfail.h.
56284         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
56285         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
56286         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
56287         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
56288
56289 2003-07-20  Jim Meyering  <jim@meyering.net>
56290
56291         * modules/closeout (Depends-on): Add exitfail.
56292         Suggestion from Bruno Haible.
56293
56294 2003-07-19  Karl Berry  <karl@gnu.org>
56295
56296         * config/config.sub: update from prep.
56297
56298 2003-07-18  Paul Eggert  <eggert@twinsun.com>
56299
56300         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
56301         Remove.
56302         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
56303         to test that it can stand by itself.  Include "exitfail.h".
56304         Clients should set exit_failure instead.
56305         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
56306
56307 2003-07-18  Bruno Haible  <bruno@clisp.org>
56308
56309         * modules/getndelim2: New file.
56310         * modules/getline: Share files with module getndelim2.
56311         * modules/getnline: Depend on getndelim2 instead of sharing files with
56312         it. Add getnline.c to lib_SOURCES.
56313         * MODULES.html.sh (func_all_modules): Add getndelim2.
56314
56315 2003-07-18  Bruno Haible  <bruno@clisp.org>
56316
56317         * m4/getndelim2.m4: New file.
56318         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
56319         invoke gl_PREREQ_GETNDELIM2.
56320         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
56321         gl_PREREQ_GETNDELIM2.
56322         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
56323         gl_GETNDELIM2.
56324
56325 2003-07-18  Bruno Haible  <bruno@clisp.org>
56326
56327         * lib/getndelim2.h: New file.
56328         * lib/getndelim2.c: Make into a module of its own. Include config.h,
56329         getndelim2.h.
56330         (getndelim2): Make non-static. Change return type to ssize_t.
56331         * lib/getline.h: Change argument names.
56332         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
56333         * lib/getnline.c: Include getndelim2.h.
56334
56335 2003-07-18  Andreas Schwab  <schwab@suse.de>
56336
56337         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
56338
56339 2003-07-17  Karl Berry  <karl@gnu.org>
56340
56341         * config/config.sub: update from prep.
56342
56343 2003-07-17  Bruno Haible  <bruno@clisp.org>
56344
56345         * modules/getnline: New file.
56346         * modules/getline: Add lib/getndelim2.c to source file list.
56347         * MODULES.html.sh (func_all_modules): Add getnline.
56348
56349 2003-07-17  Bruno Haible  <bruno@clisp.org>
56350
56351         * m4/getnline.m4: New file.
56352
56353 2003-07-17  Bruno Haible  <bruno@clisp.org>
56354
56355         * m4/Makefile.am.in: Remove file.
56356         * m4/Makefile.am: Remove file.
56357         * m4/Makefile.in: Remove file.
56358
56359 2003-07-17  Bruno Haible  <bruno@clisp.org>
56360
56361         * lib/getnline.h: New file.
56362         * lib/getnline.c: New file.
56363         * lib/getndelim2.c: New file, extracted from getline.c.
56364         (getndelim2): Renamed from getdelim2, with added nmax argument.
56365         * lib/getline.c: Include getndelim2.c.
56366         (getdelim2): Moved out to getndelim2.c.
56367         (getline, getdelim): Update.
56368
56369 2003-07-17  Bruno Haible  <bruno@clisp.org>
56370
56371         * lib/Makefile.am: Remove file.
56372         * lib/Makefile.in: Remove file.
56373
56374 2003-07-17  Bruno Haible  <bruno@clisp.org>
56375
56376         * configure.in: Remove file.
56377         * Makefile.in: Remove file.
56378
56379 2003-07-17  Bruno Haible  <bruno@clisp.org>
56380
56381         * MODULES.html.sh: Put the </BODY> right before </HTML>.
56382
56383 2003-07-16  Karl Berry  <karl@gnu.org>
56384
56385         * config/srclist-update: was running fixlicense twice, which caused
56386                 texinfo.tex to be nullified for some reason.  Simplify,
56387                 $gplsrc is no longer needed as far as I can see?
56388
56389 2003-07-16  Jim Meyering  <jim@meyering.net>
56390
56391         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
56392
56393 2003-07-15  Paul Eggert  <eggert@twinsun.com>
56394
56395         * config/srclist.txt: Get the following files from gettext-runtime/intl
56396         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
56397         ref-del.sin.  From Bruno Haible.
56398         * config/srclist-update (fixfile): Change grep pattern again, since the
56399         previous fix didn't work (there was another trailing $).  Use
56400         '[$]' to escape the $s.
56401
56402 2003-07-15  Karl Berry  <karl@gnu.org>
56403
56404         * lib/vasnprintf.c: update from gettext.
56405
56406 2003-07-15  Karl Berry  <karl@gnu.org>
56407
56408         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
56409         gets expanded when surrounded by '$'.
56410
56411 2003-07-15  Jim Meyering  <jim@meyering.net>
56412
56413         * modules/save-cwd: Don't depend on error.  From Derek Price.
56414
56415 2003-07-15  Jim Meyering  <jim@meyering.net>
56416
56417         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
56418
56419 2003-07-14  Simon Josefsson  <jas@extundo.com>
56420
56421         * modules/mempcpy: New file.
56422         * MODULES.html.sh (func_all_modules): Add mempcpy.
56423
56424 2003-07-14  Simon Josefsson  <jas@extundo.com>
56425
56426         * m4/mempcpy.m4: New file.
56427
56428 2003-07-14  Simon Josefsson  <jas@extundo.com>
56429
56430         * lib/mempcpy.h: New file.
56431         * lib/mempcpy.c: New file.
56432
56433 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56434
56435         * modules/getdate, modules/posixtm: Depend on mktime.
56436
56437 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56438
56439         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
56440         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
56441         unicodeio.c, unicodeio.h, unlocked-io.h:
56442         Switch from LGPL to GPL.
56443
56444 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56445
56446         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
56447         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
56448         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
56449         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
56450         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
56451         updated automatically by ../config/srclist-update.  This changes
56452         their license from LPGL to GPL.
56453
56454 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56455
56456         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
56457         assumed to refer to the root of the most recent stable gettext version.
56458         * config/srclistvars.sh: Add defaults for eggert.
56459         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
56460         Match "This program" as well as "The program".  This is needed
56461         for gettext.
56462
56463 2003-07-14  Jim Meyering  <jim@meyering.net>
56464
56465         Don't emit diagnostics.  Let callers do that.
56466         * lib/save-cwd.c: Don't include "error.h".
56467         (save_cwd): Don't call error.  Ensure that errno is valid
56468         when returning nonzero.
56469
56470         * lib/save-cwd.h (restore_cwd): Update prototype.
56471         * lib/save-cwd.c (restore_cwd): Remove two parameters.
56472         Simplify.  Don't call error upon failure.  Let callers do that.
56473         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
56474         when auditing is enabled.  But don't bother updating the #if.
56475
56476 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
56477
56478         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
56479         it breaks C++ compilation.
56480         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
56481
56482 2003-07-10  Simon Josefsson  <jas@extundo.com>
56483
56484         * modules/strchrnul (Makefile.am): Add strchrnul.h.
56485
56486 2003-07-10  Jim Meyering  <jim@meyering.net>
56487
56488         * m4/clock_time.m4: Remove trailing blank.
56489         * m4/intmax_t.m4: Likewise.
56490
56491 2003-07-10  Jim Meyering  <jim@meyering.net>
56492
56493         * lib/vasnprintf.c: Remove trailing blanks.
56494         Make cpp indentation consistent.
56495
56496 2003-07-09  Paul Eggert  <eggert@twinsun.com>
56497
56498         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
56499         posixver.c, strftime.c, strnlen.c, strverscmp.c:
56500         Switch from LGPL to GPL.
56501
56502 2003-07-09  Paul Eggert  <eggert@twinsun.com>
56503
56504         * config/srclist.txt: Sort sublists.  Add
56505         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
56506         that differ from gnulib for one reason or another; we'd like this list
56507         to be smaller but for now let's document what we have.
56508
56509 2003-07-08  Paul Eggert  <eggert@twinsun.com>
56510
56511         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
56512         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
56513         and sweeter "eval x=$x".
56514         * config/srclist.txt: Get lib/argp* from glibc.
56515
56516 2003-07-07  Paul Eggert  <eggert@twinsun.com>
56517
56518         * lib/mktime.c: Fix some boundary cases and remove need for floating
56519         point.
56520
56521         Issue a compile-time diagnostic if time_t is floating point, or if
56522         two's complement arithmetic is not in effect, or if arithmetic
56523         right shift does not propagate the sign.  These assumptions were
56524         all in the original code but they weren't checked.
56525
56526         (TIME_T_MIDPOINT, verify): New macros.
56527         (__isleap): Remove; it has integer overflow problems.
56528         (leapyear): New function, without those problems.
56529         (ydhms_tm_diff): Remove; splitting into two parts.
56530         (ydhms_diff): New function, containing the arithmetic part of
56531         the old ydhms_tm_diff function.  Issue a compile-time
56532         diagnostic if we are not using C99 integer division.
56533         Avoid casts when possible.
56534         (guess_time_tm): New function, containing the checking part of
56535         the old ydhms_tm_diff function.  Return the new value, rather than
56536         the difference between it and the old.  Accept a new argument T
56537         so that *T specifies the old value.  Check for overflow in the result.
56538
56539         (__mktime_internal): Use a time_t offset, not a long int offset.
56540         This undoes the 2003-06-04 change, which is no longer needed now
56541         that we have better overflow checking.
56542         (localtime_offset): Likewise.
56543
56544         (__mktime_internal): Avoid harmful overflow on hosts where time_t
56545         and long are 64-bit but int is only 32-bit.
56546         (ydhms_diff): Use long int to store year1 and yday1.
56547         Issue a compile-time diagnostic if long int is not wide enough.
56548
56549         (__mktime_internal): Use long int to store adjusted year and yday.
56550         Use plain C rather than preprocessor commands, if that doesn't
56551         affect efficiency.
56552         Check for overflow (and try to repair) after each probe
56553         rather than checking only at the very end.  This avoids some bugs
56554         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
56555         does not equal GMT offset at maximum time).
56556         Use integer to check for overflow rather than floating point; this
56557         is more portable to non-IEEE hosts, and is a tad faster.
56558         When we detect that we are oscillating between two values,
56559         don't check whether tm_isdst has the requested value, since
56560         we already know the answer.  When tm_isdst has the wrong value,
56561         use a different heuristic to find the right one, based on the
56562         extreme values actually observed in practice in tz2003a,
56563         rather than the (overly optimistic) "previous 3 calendar quarters".
56564
56565         (not_equal_tm, print_tm, check_result): Use "const T" rather than
56566         "T const" to accommodate glibc style.
56567         (check_result): Use less-confusing report format.  "long" -> "long int.
56568         (main): Likewise.
56569         Don't loop if the iteration overflows time_t.
56570         Allow a negative step in the iteration.
56571
56572 2003-07-06  Karl Berry  <karl@gnu.org>
56573
56574         * config/depcomp: update from automake.
56575         * config/config.sub: update from prep.
56576
56577 2003-07-03  Karl Berry  <karl@gnu.org>
56578
56579         * config/config.guess: update from prep.
56580
56581 2003-07-01  Paul Eggert  <eggert@twinsun.com>
56582
56583         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
56584         xreadlink.c now includes it unconditionally.
56585
56586 2003-07-01  Paul Eggert  <eggert@twinsun.com>
56587
56588         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
56589         having it depend on HAVE_SYS_TYPES_H.
56590
56591 2003-07-01  Bruno Haible  <bruno@clisp.org>
56592
56593         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
56594         <sys/types.h> should be sufficient.
56595         Reported by Paul Eggert.
56596
56597 2003-06-26  Karl Berry  <karl@gnu.org>
56598
56599         * config/depcomp: update from automake.
56600
56601 2003-06-26  Bruno Haible  <bruno@clisp.org>
56602
56603         * modules/human: Depend on module stdbool.
56604
56605 2003-06-25  Bruno Haible  <bruno@clisp.org>
56606
56607         * modules/readlink: New file.
56608         * modules/xreadlink: Depend on it.
56609         * MODULES.html.sh (func_all_modules): Add readlink.
56610
56611 2003-06-25  Bruno Haible  <bruno@clisp.org>
56612
56613         * m4/readlink.m4: New file.
56614
56615 2003-06-25  Bruno Haible  <bruno@clisp.org>
56616
56617         * lib/readlink.c: New file.
56618
56619 2003-06-22  Karl Berry  <karl@gnu.org>
56620
56621         * config/srclist.txt: update mkinstalldirs from automake.
56622         * config/mkinstalldirs: update.
56623
56624 2003-06-22  Bruno Haible  <bruno@clisp.org>
56625
56626         Portability to mingw32.
56627         * m4/ssize_t.m4: New file, from GNU gettext.
56628         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
56629         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
56630
56631 2003-06-22  Bruno Haible  <bruno@clisp.org>
56632
56633         * modules/safe-read: Add m4/ssize_t.m4.
56634         * modules/xreadlink: Add m4/ssize_t.m4.
56635
56636 2003-06-20  Bruno Haible  <bruno@clisp.org>
56637
56638         Assume C89, so PARAMS isn't needed.
56639         * lib/unicodeio.h (PARAMS): Remove.
56640         * lib/unicodeio.c: Don't use PARAMS.
56641
56642 2003-06-18  Karl Berry  <karl@gnu.org>
56643
56644         * config/config.{guess,sub}: update from prep.
56645
56646 2003-06-18  Jim Meyering  <jim@meyering.net>
56647
56648         Merge changes from coreutils.
56649         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
56650         Remove explicit declarations of xmalloc and realloc.
56651         Include xalloc.h.
56652         (read_utmp): Remove anachronistic cast of xmalloc.
56653
56654 2003-06-17  Paul Eggert  <eggert@twinsun.com>
56655
56656         Assume C89, so PARAMS isn't needed.
56657         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
56658         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
56659         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
56660         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
56661         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
56662         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
56663         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
56664         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
56665         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
56666         lib/xstrtod.h, lib/xstrtol.h: Likewise.
56667         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
56668         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
56669         no longer needed. Anyway, config.h should always be included before any
56670         other file.
56671
56672 2003-06-11  Simon Josefsson  <jas@extundo.com>
56673
56674         * modules/sysexits: New file.
56675         * MODULES.html.sh (func_all_modules): Add sysexits.
56676
56677 2003-06-11  Simon Josefsson  <jas@extundo.com>
56678
56679         * lib/sysexit_.h: New file.
56680
56681 2003-06-11  Derek Price  <derek@ximbiot.com>
56682
56683         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
56684         necessary.
56685
56686 2003-06-11  Bruno Haible  <bruno@clisp.org>
56687
56688         * m4/sysexits.m4: New file.
56689
56690 2003-06-10  Simon Josefsson  <jas@extundo.com>
56691
56692         * lib/argp.h: New file, from glibc.
56693         * lib/argp-ba.c: New file, from glibc.
56694         * lib/argp-eexst.c: New file, from glibc.
56695         * lib/argp-fmtstream.c: New file, from glibc.
56696         * lib/argp-fmtstream.h: New file, from glibc.
56697         * lib/argp-fs-xinl.c: New file, from glibc.
56698         * lib/argp-help.c: New file, from glibc.
56699         * lib/argp-namefrob.h: New file, from glibc.
56700         * lib/argp-parse.c: New file, from glibc.
56701         * lib/argp-pv.c: New file, from glibc.
56702         * lib/argp-pvh.c: New file, from glibc.
56703         * lib/argp-xinl.c: New file, from glibc.
56704
56705 2003-06-10  Simon Josefsson  <jas@extundo.com>
56706
56707         * modules/strchrnul: New file.
56708
56709 2003-06-10  Simon Josefsson  <jas@extundo.com>
56710
56711         * modules/argp: New file.
56712
56713 2003-06-10  Simon Josefsson  <jas@extundo.com>
56714
56715         * m4/strchrnul.m4: New file.
56716
56717 2003-06-10  Simon Josefsson  <jas@extundo.com>
56718
56719         * lib/strchrnul.h: New file.
56720         * lib/strchrnul.c: New file.
56721
56722 2003-06-10  Bruno Haible  <bruno@clisp.org>
56723
56724         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
56725
56726 2003-06-07  Karl Berry  <karl@gnu.org>
56727
56728         * config/config.{guess,sub}: update from prep.
56729
56730 2003-06-07  Jim Meyering  <jim@meyering.net>
56731
56732         * modules/strtod: Use $(...) notation, not @...@ for
56733         AC_REPLACE'd variables.
56734         * modules/localcharset: Likewise.
56735
56736 2003-06-07  Jim Meyering  <jim@meyering.net>
56737
56738         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
56739         in place of my name in the copyright comment.
56740         Remove definition and uses of __P.
56741
56742         From coreutils.
56743         * lib/stat.c: Don't declare xmalloc explicitly.
56744         Instead, include "xalloc.h".
56745         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
56746         xrealloc, and xcalloc return values.
56747         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
56748         Improve comment.
56749         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
56750
56751 2003-06-07  Bruno Haible  <bruno@clisp.org>
56752
56753         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
56754         avoid AC_CONFIG_LINKS.
56755         * modules/fnmatch (Makefile.am): Use explicit creation rule for
56756         fnmatch.h, to avoid AC_CONFIG_LINKS.
56757         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
56758
56759 2003-06-07  Bruno Haible  <bruno@clisp.org>
56760
56761         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
56762         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
56763         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
56764         directory.
56765         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
56766         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
56767         directory.
56768
56769 2003-06-06  Jim Meyering  <jim@meyering.net>
56770
56771         Merge from coreutils.
56772         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
56773         Consolidate declarations and initializations of *_base* locals.
56774
56775         Merge from coreutils.
56776         This avoids a core dump on systems without GNU putenv,
56777         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
56778         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
56779         (unsetenv): New static function, from GNU libc.
56780         (rpl_putenv): Use it.
56781
56782         * lib/modechange.c: Remove trailing blanks.
56783
56784         Merge from coreutils.
56785         * lib/fsusage.c: Remove declaration of statfs.
56786         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
56787
56788         * lib/posixtm.c: Include <stdbool.h> unconditionally.
56789
56790 2003-06-06  Jim Meyering  <jim@meyering.net>
56791
56792         * lib/stdbool_.h: Renamed from stdbool.h.in.
56793
56794 2003-06-06  Jim Meyering  <jim@meyering.net>
56795             Bruno Haible  <bruno@clisp.org>
56796
56797         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
56798         Adjust Makefile.am snippet not to redirect directly to target.
56799         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
56800
56801 2003-06-05  Paul Eggert  <eggert@twinsun.com>
56802
56803         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
56804         mismatch, look in future quarters as well as past.  This fixes a
56805         bug when processing fall-backwards gaps immediately after a long
56806         period of daylight-saving time.
56807
56808         * lib/mktime.c: Assume freestanding C89 or better.
56809         (HAVE_LIMITS_H): Remove.  Assume it's 1.
56810         (__P): Remove; not used.
56811         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
56812         (mktime, not_equal_tm, print_tm, check_result,
56813         main): Use prototypes.  Use const * where appropriate.
56814         (main): Fix typo in testing code that uncovered by above changes.
56815         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
56816
56817 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56818
56819         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
56820         locale.h, localeconv.  This merges changes from coreutils.
56821
56822         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
56823         It can be removed after the next Autoconf is released.
56824         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
56825         needed.
56826
56827 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56828
56829         * lib/mktime.c: Fix Debian bug 177940
56830         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
56831         (localtime_offset): Now long int, not time_t, because we want it
56832         to be guaranteed to be signed.  All uses changed.
56833         (__mktime_internal): If overflow would occur when adding offset,
56834         don't add it.
56835
56836         Merge 'human' changes from coreutils.  Rewrite to support
56837         locale-specific notations like thousands separators.
56838         * lib/human.c: Simplify authorship notice.
56839         Include human.h immediately after config.h.
56840         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
56841         <limits.h>: Do not include, since human.h does.
56842         (SIZE_MAX, UINTMAX_MAX): New macros.
56843         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
56844         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
56845         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
56846         (power_letter): Renamed from suffixes.
56847         (generate_suffix_backwards): Remove.
56848         (adjust_value): Now takes int style (because of human.h changes)
56849         and long double value (for greater precision on some platforms).
56850         (group_number): New function.
56851         (human_readable): Use it.  Use integer options, not enum.
56852         Put the options before the sizes in the arg list.
56853         Support all the new options.
56854         The old human_readable function has been removed;
56855         use inttostr.h instead.
56856         (human_readable, default_block_size, humblock):
56857         Use uintmax_t, not int, for block sizes.
56858         (human_readable_inexact, block_size_types): Remove.
56859         (block_size_opts): New constant.
56860         (human_options): Renamed from human_block_size, with new signature
56861         that allows block sizes up to UINTMAX_MAX.  All callers changed.
56862         * lib/human.h: Add copyright and authorship notice.
56863         Include <limits.h> and <stdbool.h> unconditionally.
56864         (PARAMS): Remove.  All uses removed.
56865         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
56866         (enum human_inexact_style): Remove tag; now a nameless enum.
56867         (human_floor, human_ceiling, human_round_to_even): Now have
56868         values 2, 0, 1 rather than -1, 1, 0.
56869         (human_group_digits, human_suppress_point_zero, human_autoscale,
56870         human_base_1024, human_SI, human_B): New constants.
56871         (human_readable_inexact, human_block_size): Remove.
56872         (human_readable): Size args are now uintmax_t, not int.
56873         (human_options): New decl.
56874
56875         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
56876         unnecessary now that we assume C89 or better.  This change
56877         imported from coreutils.
56878
56879         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
56880         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
56881         in the 2003-05-30 sync from glibc.
56882
56883         .h files should stand alone, but we shouldn't include <sys/types.h>
56884         if we can get away with just <stddef.h>.
56885
56886         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
56887         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
56888         rather than <sys/types.h>, as we merely need size_t.
56889         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
56890         to get size_t.
56891         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
56892         Include <stdio.h>, to get FILE.
56893         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
56894         memcasecmp.h has included <stddef.h> and all we need is size_t.
56895         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
56896         our interface, instead of including <sys/types.h>
56897
56898 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56899
56900         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
56901         now, as glibc mktime is buggy on non-glibc systems.
56902
56903 2003-06-03  Karl Berry  <karl@gnu.org>
56904
56905         * config/config.sub: update from prep.
56906
56907 2003-06-02  Paul Eggert  <eggert@twinsun.com>
56908
56909         [from coreutils]
56910         Fix some minor time-related bugs with POSIX time arguments.
56911         Some valid time stamps were being rejected (notably -1, and
56912         time stamps before 1900 on 64-bit hosts).  And some invalid
56913         time stamps were being accepted, e.g. September 31.
56914
56915         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
56916         that we can return (time_t) -1 successfully.
56917         * lib/posixtm.c: Likewise.
56918         [HAVE_STDBOOL_H]: Include <stdbool.h>.
56919         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
56920         (t): Remove static var.
56921         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
56922         of static var.  All uses changed.
56923         (year): Do not reject years before 1900; they can occur with
56924         64-bit time_t.
56925         (posix_time_parse): Do not check for out-of-range components;
56926         that is now the caller's responsibility, since our checks were
56927         only approximations.
56928         (posixtime): Use mktime to check for out-of-range components,
56929         since it knows them exactly.
56930         If mktime returns (time_t) -1, check whether an error actually occurred
56931         by invoking localtime on -1.
56932         (main) [TEST_POSIXTIME]: Check for input data errors, and report
56933         posixtime failures better.
56934         Improve the test data (in comments only).
56935
56936 2003-06-02  Karl Berry  <karl@gnu.org>
56937
56938         * config/mkinstalldirs (version): new variable.
56939         (--version): new option.
56940         (usage): improve message.
56941
56942 2003-05-30  Karl Berry  <karl@gnu.org>
56943
56944         * lib/mktime.c: update from libc.
56945
56946 2003-05-30  Bruno Haible  <bruno@clisp.org>
56947
56948         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
56949         * config/config.rpath: Upgrade to gettext-0.12.1.
56950
56951 2003-05-30  Bruno Haible  <bruno@clisp.org>
56952
56953         * m4/gettext.m4: Upgrade to gettext-0.12.1.
56954         * m4/nls.m4: New file, from gettext-0.12.1.
56955         * m4/po.m4: New file, from gettext-0.12.1.
56956         * m4/progtest.m4: Upgrade to gettext-0.12.1.
56957
56958 2003-05-30  Bruno Haible  <bruno@clisp.org>
56959
56960         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
56961         * lib/localcharset.h: Likewise.
56962         * lib/localcharset.c: Likewise.
56963
56964 2003-05-29  Karl Berry  <karl@gnu.org>
56965
56966         * config/config.rpath: update from gettext.
56967
56968 2003-05-28  Paul Eggert  <eggert@twinsun.com>
56969
56970         Assume the headers required for C89 freestanding compilers.
56971         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
56972         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
56973         * m4/human.m4 (gl_HUMAN): Likewise.
56974         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
56975         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
56976         * m4/userspec.m4 (gl_USERSPEC): Likewise.
56977         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
56978         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
56979         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
56980
56981 2003-05-28  Paul Eggert  <eggert@twinsun.com>
56982
56983         Assume the headers required for C89 freestanding compilers.
56984         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
56985         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
56986         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
56987         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
56988         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
56989         define, since <limits.h> is guaranteed to do that.
56990         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
56991         * lib/exclude.c: Include <stdbool.h> unconditionally.
56992         * lib/tempname.c: Include <stddef.h> unconditionally.
56993         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
56994         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
56995         <stddef.h> does that.
56996         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
56997         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
56998         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
56999         needed.
57000         * lib/xstrtol.c: Likewise.
57001         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
57002         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
57003
57004         * lib/addext.c (addext): Use assignment rather than cast, to avoid
57005         warnings on some platforms.
57006
57007         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
57008         arbitrarily.
57009
57010 2003-05-26  Jim Meyering  <jim@meyering.net>
57011
57012         Merge in a change from coreutils:
57013         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
57014         that is guaranteed to be `no'.  Use `no_such_member' to indicate
57015         that condition, rather than `-1' which is slightly misleading.
57016         Change the name of the cache variable to have the gl_ prefix.
57017         Prompted by a patch from Richard Dawe for DJGPP.
57018
57019 2003-05-24  Karl Berry  <karl@gnu.org>
57020
57021         * config/config.guess: update from prep.
57022
57023 2003-05-22  Karl Berry  <karl@gnu.org>
57024
57025         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
57026
57027 2003-05-20  Karl Berry  <karl@gnu.org>
57028
57029         * config/config.guess: update from prep.
57030
57031 2003-05-18  Karl Berry  <karl@gnu.org>
57032
57033         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
57034         might actually be set by the user.
57035
57036         * config/depcomp, install-sh, mdate-sh: update from automake.
57037
57038 2003-05-17  Bruno Haible  <bruno@clisp.org>
57039
57040         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
57041         invalid expansion for AC_EGREP_CPP.
57042         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
57043         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
57044         Suggested by Akim Demaille <akim@epita.fr> in
57045         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
57046
57047 2003-05-12  Jim Meyering  <jim@meyering.net>
57048
57049         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
57050         the space-padded-by-default conversion specifiers, %e, %k, %l.
57051
57052 2003-05-12  Bruno Haible  <bruno@clisp.org>
57053
57054         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
57055         the string is longer than 4 KB.
57056
57057 2003-05-11  Karl Berry  <karl@gnu.org>
57058
57059         * config/config.{guess,sub}: update from prep.
57060
57061 2003-05-09  Bruno Haible  <bruno@clisp.org>
57062
57063         * modules/error: Add m4/strerror_r.m4 to file list.
57064
57065 2003-05-03  Bruno Haible  <bruno@clisp.org>
57066
57067         Upgrade to Unicode-4.0.
57068         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
57069         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
57070         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
57071         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
57072         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
57073         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
57074         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
57075         Change width of U+E0100..U+E01EF from 1 to 0.
57076
57077 2003-04-25  Jim Meyering  <jim@meyering.net>
57078
57079         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
57080         of type size_t, not int.
57081
57082 2003-04-25  Bruno Haible  <bruno@clisp.org>
57083
57084         * lib/copy-file.c: Include <stddef.h>, for size_t.
57085
57086 2003-04-21  Paul Eggert  <eggert@twinsun.com>
57087
57088         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
57089         code which expansion is under static control.  Patch imported from
57090         Akim Demaille's patch to Bison; see
57091         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
57092
57093 2003-04-14  Bruno Haible  <bruno@clisp.org>
57094
57095         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
57096
57097 2003-04-11  Jim Meyering  <jim@meyering.net>
57098
57099         Merge changes from Coreutils.
57100
57101         2003-03-22  Jim Meyering  <jim@meyering.net>
57102
57103         * lib/strftime.c (widen): Cast alloca return value to proper type.
57104
57105         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
57106
57107         From GNU libc.
57108         * lib/strftime.c (my_strftime): Handle very large width
57109         specifications for numeric values correctly.  Improve checks for
57110         overflow.
57111
57112         2003-01-19  Jim Meyering  <jim@meyering.net>
57113
57114         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
57115         definitions.
57116         (nl_get_alt_digit) [! defined my_strftime]: Define.
57117         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
57118         _nl_get_alt_digit and _nl_get_walt_digit.
57119
57120         * lib/strftime.c (my_strftime): Merge in locale-related changes from
57121         libc. These changes have no effect outside of _LIBC.
57122
57123 2003-04-10  Bruno Haible  <bruno@clisp.org>
57124
57125         * modules/findprog: New file.
57126         * MODULES.html.sh (func_all_modules): Add it.
57127
57128 2003-04-10  Bruno Haible  <bruno@clisp.org>
57129
57130         * m4/findprog.m4: New file.
57131         * m4/eaccess.m4: New file.
57132
57133 2003-04-10  Bruno Haible  <bruno@clisp.org>
57134
57135         * lib/findprog.h: New file, from GNU gettext.
57136         * lib/findprog.c: New file, from GNU gettext.
57137
57138 2003-04-05  Jim Meyering  <jim@meyering.net>
57139
57140         Merge changes from Coreutils.
57141
57142         * lib/exclude.h (PARAMS): Remove definition and uses.
57143         * lib/exclude.c: Remove uses of `PARAMS'.
57144
57145         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
57146         Add test-cases for DOS filenames. Declare program_name.
57147         (main): Set up program_name.  Patch by Rich Dawe.
57148
57149         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57150         error from mntctl.
57151         Use mntctl's return value to drive the entry-processing loop, since
57152         we can't rely on the value of the vmt_length member in the last
57153         entry.  On some systems doing so could result in exhausting
57154         virtual memory.  Based in part on a patch from Mike Jetzer.
57155
57156 2003-04-04  Bruno Haible  <bruno@clisp.org>
57157
57158         * modules/linebreak: New file.
57159         * MODULES.html.sh (func_all_modules): Add it.
57160
57161 2003-04-04  Bruno Haible  <bruno@clisp.org>
57162
57163         * m4/linebreak.m4: New file.
57164
57165 2003-04-04  Bruno Haible  <bruno@clisp.org>
57166
57167         * lib/linebreak.h: New file, from GNU gettext.
57168         * lib/linebreak.c: New file, from GNU gettext with slight
57169         modifications.
57170         * lib/lbrkprop.h: New file, from GNU gettext.
57171
57172 2003-04-03  Bruno Haible  <bruno@clisp.org>
57173
57174         * modules/utf8-ucs4: New file.
57175         * modules/utf16-ucs4: New file.
57176         * modules/ucs4-utf8: New file.
57177         * modules/ucs4-utf16: New file.
57178         * MODULES.html.sh (func_all_modules): Add them.
57179
57180 2003-04-03  Bruno Haible  <bruno@clisp.org>
57181
57182         * m4/utf-ucs4.m4: New file.
57183         * m4/ucs4-utf.m4: New file.
57184
57185 2003-04-03  Bruno Haible  <bruno@clisp.org>
57186
57187         * lib/utf8-ucs4.h: New file, from GNU gettext.
57188         * lib/utf16-ucs4.h: New file, from GNU gettext.
57189         * lib/ucs4-utf8.h: New file, from GNU gettext.
57190         * lib/ucs4-utf16.h: New file, from GNU gettext.
57191
57192 2003-04-02  Bruno Haible  <bruno@clisp.org>
57193
57194         * modules/binary-io: New file.
57195         * MODULES.html.sh (func_all_modules): Add it.
57196
57197 2003-04-02  Bruno Haible  <bruno@clisp.org>
57198
57199         * lib/binary-io.h: New file, from GNU gettext.
57200
57201 2003-04-01  Bruno Haible  <bruno@clisp.org>
57202
57203         * modules/pathname: New file.
57204         * MODULES.html.sh (func_all_modules): Add it.
57205
57206 2003-04-01  Bruno Haible  <bruno@clisp.org>
57207
57208         * lib/pathname.h: New file, from GNU gettext.
57209         * lib/concatpath.c: New file, from GNU gettext.
57210
57211 2003-03-30  Bruno Haible  <bruno@clisp.org>
57212
57213         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
57214
57215 2003-03-30  Bruno Haible  <bruno@clisp.org>
57216
57217         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
57218         function chown() doesn't exist.
57219
57220 2003-03-28  Bruno Haible  <bruno@clisp.org>
57221
57222         * modules/copy-file: New file.
57223         * MODULES.html.sh (func_all_modules): Add it.
57224
57225 2003-03-28  Bruno Haible  <bruno@clisp.org>
57226
57227         * m4/copy-file.m4: New file.
57228
57229 2003-03-28  Bruno Haible  <bruno@clisp.org>
57230
57231         * lib/copy-file.h: New file, from GNU gettext.
57232         * lib/copy-file.c: New file, from GNU gettext.
57233
57234 2003-03-18  Jim Meyering  <jim@meyering.net>
57235
57236         * lib/quote.c (quote_n): Fix typo in comment.
57237
57238 2003-03-18  Bruno Haible  <bruno@clisp.org>
57239
57240         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
57241         checking.
57242         * m4/onceonly_2_57.m4: Likewise.
57243
57244 2003-03-17  Bruno Haible  <bruno@clisp.org>
57245
57246         * m4/onceonly.m4: Require autoconf 2.54 or newer.
57247         (m4_quote): Remove macro.
57248         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
57249
57250 2003-03-14  Jim Meyering  <jim@meyering.net>
57251
57252         Merge changes from Coreutils.
57253         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
57254         to be const, in order to avoid warnings.
57255         (obstack_room): Likewise.
57256         (obstack_empty_p): Likewise.
57257
57258 2003-03-14  Bruno Haible  <bruno@clisp.org>
57259
57260         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
57261         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
57262
57263 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57264
57265         Merge changes from Bison.
57266         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
57267         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
57268         when compiling Bison 1.875's `bitset bset = obstack_alloc
57269         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
57270         * lib/hash.c: Include <stdbool.h> unconditionally.
57271
57272 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57273
57274         * m4/onceonly.m4 (m4_quote): New macro.
57275         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
57276         Quote AC_FOREACH variable-expansions properly.
57277
57278 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57279
57280         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
57281
57282 2003-03-09  Paul Eggert  <eggert@twinsun.com>
57283
57284         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
57285         Reported by Bruce Becker; see:
57286         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
57287
57288 2003-03-03  Paul Eggert  <eggert@twinsun.com>
57289             Bruno Haible  <bruno@clisp.org>
57290
57291         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
57292         Reported by John Hughes, see
57293         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
57294
57295 2003-02-20  Bruno Haible  <bruno@clisp.org>
57296
57297         * MODULES.html.sh (func_all_modules): Add poll.
57298
57299 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57300
57301         * modules/poll: New file.
57302
57303 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57304
57305         * lib/poll_.h: New file.
57306         * lib/poll.c: New file.
57307
57308 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57309
57310         * m4/poll.m4: New file.
57311
57312 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57313
57314         * modules/mathl: New file.
57315
57316 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57317
57318         * lib/mathl.h: New file.
57319         * lib/acosl.c: New file.
57320         * lib/asinl.c: New file.
57321         * lib/atanl.c: New file.
57322         * lib/ceill.c: New file.
57323         * lib/cosl.c: New file.
57324         * lib/expl.c: New file.
57325         * lib/floorl.c: New file.
57326         * lib/frexpl.c: New file.
57327         * lib/ldexpl.c: New file.
57328         * lib/logl.c: New file.
57329         * lib/sincosl.c: New file.
57330         * lib/sinl.c: New file.
57331         * lib/sqrtl.c: New file.
57332         * lib/tanl.c: New file.
57333         * lib/trigl.c: New file.
57334         * lib/trigl.h: New file.
57335
57336 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57337
57338         * m4/mathl.m4: New file.
57339
57340 2003-02-18  Bruno Haible  <bruno@clisp.org>
57341
57342         * MODULES.html.sh (func_all_modules): Add mathl.
57343
57344 2003-02-17  Bruno Haible  <bruno@clisp.org>
57345
57346         * modules/mkdtemp: New module.
57347         * MODULES.html.sh (func_all_modules): Add it.
57348
57349 2003-02-17  Bruno Haible  <bruno@clisp.org>
57350
57351         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
57352
57353 2003-02-17  Bruno Haible  <bruno@clisp.org>
57354
57355         * lib/mkdtemp.h: New file, from GNU gettext.
57356         * lib/mkdtemp.c: New file, from GNU gettext.
57357
57358 2003-02-02  Jim Meyering  <jim@meyering.net>
57359
57360         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
57361         e.g. glibc-2.2.93.
57362
57363 2003-01-31  Bruno Haible  <bruno@clisp.org>
57364
57365         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
57366         'rpl_rename'.
57367         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
57368         'rpl_strnlen'.
57369         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
57370         'rpl_strtod'.
57371         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
57372         'rpl_utime'.
57373
57374 2003-01-31  Bruno Haible  <bruno@clisp.org>
57375
57376         * lib/rename.c: #undef rename before defining rpl_rename.
57377         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
57378
57379 2003-01-30  Bruno Haible  <bruno@clisp.org>
57380
57381         * modules/vasnprintf, modules/vasprintf: New modules.
57382         * MODULES.html.sh (func_all_modules): Add them.
57383
57384 2003-01-30  Bruno Haible  <bruno@clisp.org>
57385
57386         * m4/signed.m4: New file, from GNU gettext.
57387         * m4/longdouble.m4: New file, from GNU gettext.
57388         * m4/wchar_t.m4: New file, from GNU gettext.
57389         * m4/wint_t.m4: New file, from GNU gettext.
57390         * m4/vasnprintf.m4: New file.
57391         * m4/vasprintf.m4: New file.
57392
57393 2003-01-30  Bruno Haible  <bruno@clisp.org>
57394
57395         * lib/printf-args.h: New file, from GNU gettext.
57396         * lib/printf-args.c: New file, from GNU gettext.
57397         * lib/printf-parse.h: New file, from GNU gettext.
57398         * lib/printf-parse.c: New file, from GNU gettext.
57399         * lib/vasnprintf.h: New file, from GNU gettext.
57400         * lib/vasnprintf.c: New file, from GNU gettext.
57401         * lib/asnprintf.c: New file, from GNU gettext.
57402         * lib/vasprintf.h: New file, from GNU gettext with modifications.
57403         * lib/vasprintf.c: New file, from GNU gettext.
57404         * lib/asprintf.c: New file, from GNU gettext.
57405
57406 2003-01-29  Bruno Haible  <bruno@clisp.org>
57407
57408         * modules/stpncpy: New module.
57409         * MODULES.html.sh (func_all_modules): Add it.
57410
57411 2003-01-29  Bruno Haible  <bruno@clisp.org>
57412
57413         * m4/stpncpy.m4: New file.
57414
57415 2003-01-29  Bruno Haible  <bruno@clisp.org>
57416
57417         * lib/stpncpy.h: New file, from GNU gettext with modifications.
57418         * lib/stpncpy.c: New file, from GNU gettext with modifications.
57419
57420 2003-01-28  Bruno Haible  <bruno@clisp.org>
57421
57422         * modules/c-ctype: New module.
57423         * MODULES.html.sh (func_all_modules): Add it.
57424
57425 2003-01-28  Bruno Haible  <bruno@clisp.org>
57426
57427         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
57428         Paul Eggert.
57429         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
57430         Paul Eggert.
57431
57432 2003-01-27  Bruno Haible  <bruno@clisp.org>
57433
57434         * modules/xsetenv: New module.
57435         * MODULES.html.sh (func_all_modules): Add it.
57436
57437 2003-01-27  Bruno Haible  <bruno@clisp.org>
57438
57439         * lib/xsetenv.h: New file, from GNU gettext.
57440         * lib/xsetenv.c: New file, from GNU gettext.
57441
57442 2003-01-23  Jim Meyering  <jim@meyering.net>
57443
57444         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
57445         from working on systems without dirfd (at least Irix and OSF1/Tru64).
57446
57447 2003-01-23  Bruno Haible  <bruno@clisp.org>
57448
57449         * modules/minmax: New module.
57450         * MODULES.html.sh (func_all_modules): Add it.
57451
57452 2003-01-23  Bruno Haible  <bruno@clisp.org>
57453
57454         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
57455         Eggert.
57456
57457 2003-01-22  Bruno Haible  <bruno@clisp.org>
57458
57459         * modules/exit: New module.
57460         * MODULES.html.sh (func_all_modules): Add it.
57461
57462 2003-01-22  Bruno Haible  <bruno@clisp.org>
57463
57464         * lib/exit.h: New file, from GNU gettext.
57465
57466 2003-01-19  Bruno Haible  <bruno@clisp.org>
57467
57468         * gnulib-tool: Recognize option --extract-maintainer.
57469         (func_get_maintainer): New function.
57470         * modules/*: Add Maintainer entry.
57471
57472 2003-01-16  Jim Meyering  <jim@meyering.net>
57473
57474         * m4/regex.m4: The `regex' struct is both input and output.
57475         Initialize it before each use.  Patch by Tim Waugh.
57476
57477 2003-01-16  Bruno Haible  <bruno@clisp.org>
57478
57479         * MODULES.html.sh: Add a table of contents. Add the module name as
57480         leftmost column. Add hyperlinks.
57481
57482 2003-01-15  Bruno Haible  <bruno@clisp.org>
57483
57484         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
57485
57486 2003-01-15  Bruno Haible  <bruno@clisp.org>
57487
57488         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
57489         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
57490         suffix.
57491
57492 2003-01-15  Bruno Haible  <bruno@clisp.org>
57493
57494         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
57495
57496 2003-01-15  Bruno Haible  <bruno@clisp.org>
57497
57498         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
57499         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
57500
57501 2003-01-14  Jim Meyering  <jim@meyering.net>
57502
57503         * lib/same.c (same_name): Tweak a comment.
57504
57505 2003-01-14  Bruno Haible  <bruno@clisp.org>
57506
57507         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
57508         when a string comparison is sufficient.
57509
57510 2003-01-14  Bruno Haible  <bruno@clisp.org>
57511
57512         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
57513         'unsigned int'.
57514
57515 2003-01-14  Bruno Haible  <bruno@clisp.org>
57516
57517         * lib/hash-pjw.c: Add comment about low quality of this function.
57518
57519 2003-01-13  Bruno Haible  <bruno@clisp.org>
57520
57521         * modules/stpcpy: Distribute lib/stpcpy.h.
57522         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
57523
57524 2003-01-13  Bruno Haible  <bruno@clisp.org>
57525
57526         * modules/*: Add a description.
57527         * modules/strpbrk: Fix Makefile.am snippet.
57528         * modules/strtoimax: Fix dependencies.
57529         * modules/strtoumax: Likewise.
57530
57531 2003-01-13  Bruno Haible  <bruno@clisp.org>
57532
57533         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
57534         * modules/alloca (Makefile.am): All object files depend on alloca.h.
57535         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
57536
57537 2003-01-13  Bruno Haible  <bruno@clisp.org>
57538
57539         * gnulib-tool (func_create_testdir): Store config/* files in the main
57540         directory.
57541         * config.rpath: Move to ...
57542         * config/config.rpath: ... here.
57543         * modules/gettext: Contains config/config.rpath, not config.rpath.
57544         * modules/iconv: Likewise.
57545
57546 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57547
57548         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57549         to avoid collisions with libcurses and libreadline.
57550
57551         * m4/getstr.m4: Remove.
57552         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
57553
57554 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57555
57556         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57557         to avoid collisions with libcurses and libreadline.
57558
57559         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
57560         * lib/getstr.h, getstr.c: Remove.
57561         * lib/getline.c: Include "getline.h", to check interface.
57562         Move body of old getstr.c here: this defines MIN_CHUNK and
57563         declares getdelim2, which is renamed from getstr.
57564         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
57565
57566         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
57567         All uses changed.
57568         * lib/linebuffer.h: Likewise.
57569         (readline): Remove backward-compatibility macro.
57570
57571 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57572
57573         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57574         to avoid collisions with libcurses and libreadline.
57575         * getstr: Remove.
57576         * MODULES.html.sh: Remove getstr.
57577         * modules/getline: Depend on unlocked-io, not getstr.
57578
57579 2003-01-12  Jim Meyering  <jim@meyering.net>
57580
57581         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
57582
57583 2003-01-10  Bruno Haible  <bruno@clisp.org>
57584
57585         * modules/alloca: Change Makefile.am requirements. Simplify Include
57586         requirements. Add lib/alloca_.h to file list.
57587
57588 2003-01-10  Bruno Haible  <bruno@clisp.org>
57589
57590         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
57591
57592 2003-01-10  Bruno Haible  <bruno@clisp.org>
57593
57594         * lib/alloca_.h: New file.
57595         * lib/getdate.y: Unconditionally include alloca.h.
57596         * lib/makepath.c: Likewise.
57597         * lib/setenv.c: Likewise.
57598         * lib/userspec.c: Likewise.
57599
57600 2003-01-09  Karl Berry  <karl@gnu.org>
57601
57602         * MODULES.html.sh: include `dirname $0` in PATH, to find
57603         gnulib-tool.
57604
57605 2003-01-09  Bruno Haible  <bruno@clisp.org>
57606
57607         * modules/stdbool: Change configure.ac, Makefile.am requirements.
57608         Simplify Include requirements. Add lib/stdbool.h.in to file list.
57609
57610 2003-01-09  Bruno Haible  <bruno@clisp.org>
57611
57612         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
57613
57614 2003-01-09  Bruno Haible  <bruno@clisp.org>
57615
57616         * lib/stdbool.h.in: New file.
57617
57618 2003-01-09  Bruno Haible  <bruno@clisp.org>
57619
57620         * gnulib-tool (func_all_modules): Ignore files ending in ~.
57621         * MODULES.html.sh: Likewise.
57622
57623 2003-01-08  Jim Meyering  <jim@meyering.net>
57624
57625         * lib/full-write.c: Undefine and define-away `const' after inclusion
57626         of errno.h, not before.  Suggestion from Bruno Haible.
57627
57628 2003-01-08  Bruno Haible  <bruno@clisp.org>
57629
57630         * modules/full-read: Depend on full-write.
57631
57632 2003-01-08  Bruno Haible  <bruno@clisp.org>
57633
57634         * lib/safe-read.c: Include specification header first, to ensure its
57635         selfcontainedness.
57636         * lib/full-write.c: Likewise.
57637
57638 2003-01-07  Jim Meyering  <jim@meyering.net>
57639
57640         * lib/full-write.c: Rework so that it may serve to define full_read,
57641         too.
57642         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
57643
57644 2003-01-07  Bruno Haible  <bruno@clisp.org>
57645
57646         * lib/strtoimax.c: Include <stdint.h> as an alternative to
57647         <inttypes.h>.
57648         * lib/xstrtol.h: Likewise.
57649         * lib/xstrtoimax.c: Likewise.
57650         * lib/xstrtoumax.c: Likewise.
57651         * lib/human.h: Likewise.
57652
57653         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
57654         on systems that have <inttypes.h> but not <stdint.h>.
57655
57656 2003-01-07  Bruno Haible  <bruno@clisp.org>
57657
57658         * MODULES.html.sh: Add copyright notice.
57659         (missed_files): Omit CVS directory entries.
57660         (func_module): Make it work with sed-3.02.
57661         * MODULES.txt: Remove file.
57662
57663 2003-01-06  Jim Meyering  <jim@meyering.net>
57664
57665         * lib/version-etc.c: Update year in translatable copyright string.
57666
57667 2003-01-03  Karl Berry  <karl@gnu.org>
57668
57669         * config/config.{guess,sub}: update from prep.
57670
57671 2003-01-02  Karl Berry  <karl@gnu.org>
57672
57673         * doc/COPYING.DOC: belatedly updated to 1.2.
57674
57675 2003-01-01  Karl Berry  <karl@gnu.org>
57676
57677         * gnulib-tool (func_verify_module): report module name $module in
57678         error message, not $1.
57679         * gnulib-tool (create-testdir): don't complain if destdir couldn't
57680         be created, only if it doesn't exist.
57681         * gnulib-tool (last_checkin_date): don't expand the $Date here.
57682
57683 2002-12-31  Paul Eggert  <eggert@twinsun.com>
57684
57685         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
57686
57687 2002-12-31  Paul Eggert  <eggert@twinsun.com>
57688
57689         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
57690         memcmp if strcoll doesn't work.
57691
57692 2002-12-31  Bruno Haible  <bruno@clisp.org>
57693
57694         * lib/utime.c (utime_null): No need to call ftruncate if the file was
57695         nonempty.
57696
57697 2002-12-31  Bruno Haible  <bruno@clisp.org>
57698
57699         * lib/memcoll.c (STRCOLL): New macro.
57700         (memcoll): Use it.
57701
57702 2002-12-31  Bruno Haible  <bruno@clisp.org>
57703
57704         * lib/localcharset.h: New file.
57705         * lib/localcharset.c: Include it.
57706         * lib/unicodeio.c: Likewise.
57707
57708 2002-12-31  Bruno Haible  <bruno@clisp.org>
57709
57710         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
57711         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
57712
57713 2002-12-31  Bruno Haible  <bruno@clisp.org>
57714
57715         * lib/getline.h: Include <stddef.h>, for size_t.
57716
57717         * lib/unicodeio.h: Include <stddef.h>, for size_t.
57718         * lib/unicodeio.c: Don't include <stddef.h>.
57719
57720 2002-12-31  Bruno Haible  <bruno@clisp.org>
57721
57722         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
57723         HAVE_TM_ZONE.
57724
57725 2002-12-24  Karl Berry  <karl@gnu.org>
57726
57727         * config/config.guess: update from prep.
57728
57729 2002-12-24  Bruno Haible  <bruno@clisp.org>
57730
57731         General infrasructure.
57732         * m4/README: Rewritten.
57733         * m4/onceonly.m4: New file.
57734         * m4/onceonly_2_57.m4: New file.
57735
57736         Module atexit.
57737         * m4/atexit.m4: New file.
57738
57739         Module strtod.
57740         * m4/strtod.m4: New file.
57741
57742         Module strtol.
57743         * m4/strtol.m4: New file.
57744
57745         Module strtoul.
57746         * m4/strtoul.m4: New file.
57747
57748         Module memchr.
57749         * m4/memchr.m4: New file.
57750
57751         Module memcmp.
57752         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
57753         (jm_FUNC_MEMCMP): Invoke it.
57754
57755         Module memcpy.
57756         * m4/memcpy.m4: New file.
57757
57758         Module memmove.
57759         * m4/memmove.m4: New file.
57760
57761         Module memset.
57762         * m4/memset.m4: New file.
57763
57764         Module strcspn.
57765         * m4/strcspn.m4: New file.
57766
57767         Module strpbrk.
57768         * m4/strpbrk.m4: New file.
57769
57770         Module strstr.
57771         * m4/strstr.m4: New file.
57772
57773         Module strerror.
57774         * m4/strerror.m4: New file.
57775
57776         Module mktime.
57777         * m4/mktime.m4: Renamed from jm-mktime.m4.
57778         (gl_PREREQ_MKTIME): New macro.
57779         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
57780
57781         Module malloc.
57782         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
57783         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
57784         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
57785
57786         Module realloc.
57787         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
57788         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
57789         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
57790
57791         Module strftime.
57792         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
57793         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
57794         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
57795         gl_TM_GMTOFF.
57796         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
57797
57798         Module xalloc.
57799         * m4/xalloc.m4: New file.
57800
57801         Module alloca.
57802         * m4/alloca.m4: New file.
57803
57804         Module putenv.
57805         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
57806         (jm_FUNC_PUTENV): Invoke it.
57807
57808         Module setenv.
57809         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
57810         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
57811         when invoked twice.
57812         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
57813         gt_FUNC_SETENV.
57814
57815         Module memrchr.
57816         * m4/memrchr.m4: New file.
57817
57818         Module stpcpy.
57819         * m4/stpcpy.m4: New file.
57820
57821         Module strcase.
57822         * m4/strcase.m4: New file.
57823
57824         Module strdup.
57825         * m4/strdup.m4: New file.
57826
57827         Module strnlen.
57828         * m4/strnlen.m4: New file.
57829
57830         Module strndup.
57831         * m4/strndup.m4: New file.
57832
57833         Module xstrtod.
57834         * m4/xstrtod.m4: New file.
57835
57836         Module xstrtol.
57837         * m4/xstrtol.m4: New file.
57838
57839         Module getdate.
57840         * m4/getdate.m4: New file.
57841
57842         Module unlocked-io.
57843         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
57844         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
57845         * m4/jm-glibc-io.m4n: Remove file.
57846
57847         Module long-options.
57848         * m4/long-options.m4: New file.
57849
57850         Module md5.
57851         * m4/md5.m4: New file.
57852
57853         Module sha.
57854         * m4/sha.m4: New file.
57855
57856         Module getstr.
57857         * m4/getstr.m4: New file.
57858
57859         Module getline.
57860         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
57861         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
57862         <sys/types.h>, for size_t. Use the function name gnu_getline, not
57863         simply getline. Infoke gl_PREREQ_GETLINE.
57864
57865         Module obstack.
57866         * m4/obstack.m4: New file.
57867
57868         Module hash.
57869         * m4/hash.m4: New file.
57870
57871         Module readtokens.
57872         * m4/readtokens.m4: New file.
57873
57874         Module strverscmp.
57875         * m4/strverscmp.m4: New file.
57876
57877         Module stdbool.
57878         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
57879         OSF/1.
57880
57881         Module strtoll.
57882         * m4/strtoll.m4: New file.
57883
57884         Module strtoull.
57885         * m4/strtoull.m4: New file.
57886
57887         Module strtoimax.
57888         * m4/strtoimax.m4: New file.
57889
57890         Module strtoumax.
57891         * m4/strtoumax.m4: New file.
57892
57893         Module xstrtoimax.
57894         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
57895         jm_AC_PREREQ_XSTRTOIMAX.
57896         Moved the strtol prerequisites to strtol.m4.
57897         Moved the strtoll prerequisites to strtoll.m4.
57898         Moved the strtoimax prerequisites to strtoimax.m4.
57899
57900         Module xstrtoumax.
57901         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
57902         jm_AC_PREREQ_XSTRTOUMAX.
57903         Moved the strtoul prerequisites to strtoul.m4.
57904         Moved the strtoull prerequisites to strtoull.m4.
57905         Moved the strtoumax prerequisites to strtoumax.m4.
57906
57907         Module chown.
57908         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
57909         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
57910
57911         Module dup2.
57912         * m4/dup2.m4: New file.
57913
57914         Module ftruncate.
57915         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
57916         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
57917
57918         Module getgroups.
57919         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
57920         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
57921
57922         Module gettimeofday.
57923         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
57924         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
57925         gl_PREREQ_GETTIMEOFDAY.
57926
57927         Module mkdir.
57928         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
57929         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
57930
57931         Module mkstemp.
57932         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
57933         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
57934         jm_AC_TYPE_UINTMAX_T.
57935         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
57936
57937         Module stat.
57938         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
57939         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
57940
57941         Module lstat.
57942         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
57943         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
57944
57945         Module timespec.
57946         * m4/timespec.m4 (gl_TIMESPEC): New macro.
57947         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
57948         * m4/st_mtim.m4: Indentation.
57949
57950         Module nanosleep.
57951         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
57952         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
57953         gl_PREREQ_NANOSLEEP.
57954
57955         Module regex.
57956         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
57957         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
57958         (gl_REGEX): New macro.
57959
57960         Module rename.
57961         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
57962         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
57963
57964         Module rmdir.
57965         * m4/rmdir.m4: New file.
57966
57967         Module utime.
57968         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
57969         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
57970         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
57971
57972         Module dirname.
57973         * m4/dirname.m4: New file.
57974
57975         Module getopt.
57976         * m4/getopt.m4: New file.
57977
57978         Module unistd-safer.
57979         * m4/unistd-safer.m4: New file.
57980
57981         Module fnmatch.
57982         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
57983         declaration.
57984         (gl_PREREQ_FNMATCH_EXTRA): New macro.
57985         (gl_FUNC_FNMATCH_POSIX): New macro.
57986         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
57987         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
57988         simply fnmatch.
57989
57990         Module exclude.
57991         * m4/exclude.m4: New file.
57992
57993         Module human.
57994         * m4/human.m4: New file.
57995
57996         Module acl.
57997         * m4/acl.m4: Nop.
57998
57999         Module backupfile.
58000         * m4/backupfile.m4: New file.
58001         * m4/d-ino.m4: Indentation.
58002
58003         Module fsusage.
58004         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
58005         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
58006         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
58007
58008         Module dirfd.
58009         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
58010         requirements.
58011
58012         Module euidaccess.
58013         * m4/euidaccess.m4: New file.
58014
58015         Module file-type.
58016         * m4/file-type.m4: New file.
58017
58018         Module fileblocks.
58019         * m4/fileblocks.m4: New file.
58020
58021         Module filemode.
58022         * m4/filemode.m4: New file.
58023
58024         Module isdir.
58025         * m4/isdir.m4: New file.
58026
58027         Module lchown.
58028         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
58029         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
58030
58031         Module makepath.
58032         * m4/makepath.m4: New file.
58033
58034         Module modechange.
58035         * m4/modechange.m4: New file.
58036
58037         Module mountlist.
58038         * m4/mountlist.m4: New file.
58039         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
58040         Indentation.
58041
58042         Module path-concat.
58043         * m4/path-concat.m4: New file.
58044
58045         Module pathmax.
58046         * m4/pathmax.m4: New file.
58047
58048         Module same.
58049         * m4/same.m4: New file.
58050
58051         Module save-cwd.
58052         * m4/save-cwd.m4: New file.
58053
58054         Module savedir.
58055         * m4/savedir.m4: New file.
58056
58057         Module xgetcwd.
58058         * m4/xgetcwd.m4: New file.
58059         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
58060
58061         Module xreadlink.
58062         * m4/xreadlink.m4: New file.
58063
58064         Module safe-read.
58065         * m4/safe-read.m4: New file.
58066
58067         Module safe-write.
58068         * m4/safe-write.m4: New file.
58069
58070         Module closeout.
58071         * m4/closeout.m4: New file.
58072
58073         Module stdio-safer.
58074         * m4/stdio-safer.m4: New file.
58075
58076         Module getpass.
58077         * m4/getpass.m4: New file.
58078
58079         Module getugroups.
58080         * m4/getugroups.m4: New file.
58081
58082         Module group-member.
58083         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
58084         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
58085
58086         Module idcache.
58087         * m4/idcache.m4: New file.
58088
58089         Module userspec.
58090         * m4/userspec.m4: New file.
58091
58092         Module gettime.
58093         * m4/clock_time.m4: New file.
58094         * m4/gettime.m4: New file.
58095
58096         Module settime.
58097         * m4/settime.m4: New file.
58098
58099         Module posixtm.
58100         * m4/posixtm.m4: New file.
58101
58102         Module gethostname.
58103         * m4/gethostname.m4: New file.
58104
58105         Module canon-host.
58106         * m4/canon-host.m4: New file.
58107
58108         Module gettext.
58109         * m4/codeset.m4: New file, from gettext-0.11.5.
58110         * m4/gettext.m4: New file, from gettext-0.11.5.
58111         * m4/glibc21.m4: New file, from gettext-0.11.5.
58112         * m4/iconv.m4: New file, from gettext-0.11.5.
58113         * m4/intdiv0.m4: New file, from gettext-0.11.5.
58114         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
58115         * m4/inttypes.m4: New file, from gettext-0.11.5.
58116         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
58117         * m4/isc-posix.m4: New file, from gettext-0.11.5.
58118         * m4/lcmessage.m4: New file, from gettext-0.11.5.
58119         * m4/lib-ld.m4: New file, from gettext-0.11.5.
58120         * m4/lib-link.m4: New file, from gettext-0.11.5.
58121         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
58122         * m4/progtest.m4: New file, from gettext-0.11.5.
58123         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
58124         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
58125         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
58126
58127         Module localcharset.
58128         * m4/localcharset.m4: New file.
58129
58130         Module hard-locale.
58131         * m4/hard-locale.m4: New file.
58132
58133         Module mbswidth.
58134         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
58135         onceonly macros.
58136         * m4/mbrtowc.m4: Add comment.
58137
58138         Module memcasecmp.
58139         * m4/memcasecmp.m4: New file.
58140
58141         Module memcoll.
58142         * m4/memcoll.m4: New file.
58143
58144         Module unicodeio.
58145         * m4/unicodeio.m4: New file.
58146
58147         Module rpmatch.
58148         * m4/rpmatch.m4: New file.
58149
58150         Module yesno.
58151         * m4/yesno.m4: New file.
58152
58153         Module exitfail.
58154         * m4/exitfail.m4: New file.
58155
58156         Module c-stack.
58157         * m4/c-stack.m4 (gl_C_STACK): New macro.
58158         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
58159
58160         Module error.
58161         * m4/error.m4 (gl_ERROR): New macro.
58162         (jm_PREREQ_ERROR): Use onceonly macros.
58163
58164         Module fatal.
58165         * m4/fatal.m4: New file.
58166
58167         Module getloadavg.
58168         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
58169         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
58170
58171         Module getpagesize.
58172         * m4/getpagesize.m4: New file.
58173
58174         Module getusershell.
58175         * m4/getusershell.m4: New file.
58176
58177         Module physmem.
58178         * m4/physmem.m4: New file.
58179
58180         Module posixver.
58181         * m4/posixver.m4: New file.
58182
58183         Module quotearg.
58184         * m4/quotearg.m4: New file.
58185
58186         Module quote.
58187         * m4/quote.m4: New file.
58188
58189         Module readutmp.
58190         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
58191
58192         Module sig2str.
58193         * m4/sig2str.m4: New file.
58194
58195         Other.
58196         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
58197         ulonglong.m4.
58198         * m4/intmax_t.m4: New file.
58199         * m4/d-type.m4: Indentation.
58200         * m4/jm-macros.m4: Update.
58201         * m4/prereq.m4 (jm_PREREQ): Update.
58202         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
58203         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
58204         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
58205         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
58206         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
58207         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
58208         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
58209         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
58210         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
58211         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
58212         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
58213         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
58214         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
58215         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
58216         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
58217         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
58218         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
58219         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
58220         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
58221
58222 2002-12-24  Bruno Haible  <bruno@clisp.org>
58223
58224         * MODULES.txt: Update according to m4/ changes.
58225
58226         Module gettext.
58227         * config.rpath: New file, from gettext-0.11.5.
58228
58229         * modules/*: New module descriptions.
58230         * gnulib-tool: New file.
58231         * MODULES.html.sh: New file.
58232
58233 2002-12-21  Karl Berry  <karl@gnu.org>
58234
58235         * doc/fdl.texi: update to version 1.2.
58236
58237 2002-12-19  Karl Berry  <karl@gnu.org>
58238
58239         * config/config.guess: update from prep.
58240
58241 2002-12-18  Bruno Haible  <bruno@clisp.org>
58242
58243         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
58244         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
58245
58246 2002-12-17  Bruno Haible  <bruno@clisp.org>
58247
58248         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
58249         stdlib.h, string.h.
58250
58251 2002-12-17  Bruno Haible  <bruno@clisp.org>
58252
58253         * lib/canon-host.c (strdup): Remove unused declaration.
58254
58255         * lib/fsusage.c: Include full_read.h.
58256         (get_fs_usage): Use full_read instead of safe_read.
58257
58258         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
58259
58260 2002-12-12  Karl Berry  <karl@gnu.org>
58261
58262         * config/config.guess: update from prep.
58263
58264 2002-12-11  Bruno Haible  <bruno@clisp.org>
58265
58266         * m4/setenv.m4: New file, from gettext-0.11.5.
58267
58268 2002-12-11  Bruno Haible  <bruno@clisp.org>
58269
58270         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
58271         not unsetenv().
58272         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
58273         modifications:
58274
58275         2002-12-11  Bruno Haible  <bruno@clisp.org>
58276
58277                 * setenv.c (alloca): Fall back to malloc.
58278                 (freea): New macro.
58279                 (setenv): Use freea() to free memory allocated with alloca().
58280
58281         2002-11-13  Bruno Haible  <bruno@clisp.org>
58282
58283                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
58284                 function declarations.
58285                 * unsetenv.c (unsetenv): Likewise.
58286
58287         2002-03-04  Bruno Haible  <bruno@clisp.org>
58288
58289                 Portability to AIX 4.3.3.
58290                 * unsetenv.c: New file, extracted from setenv.c.
58291                 * setenv.c: Move the unsetenv() function to unsetenv.c.
58292
58293         2001-12-20  Bruno Haible  <bruno@clisp.org>
58294
58295                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
58296                 use malloc instead. For SunOS 4.
58297
58298         2001-12-11  Bruno Haible  <bruno@clisp.org>
58299
58300                 * setenv.c: Declare alloca.
58301                 (compar_fn_t): New typedef.
58302                 (KNOWN_VALUE, STORE_VALUE): Use it.
58303
58304         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
58305         setenv.h.
58306
58307 2002-12-10  Paul Eggert  <eggert@twinsun.com>
58308
58309         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
58310         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
58311         Choose values that are less likely to collide with system fnmatch
58312         options.
58313         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
58314         defined (e.g., a pure POSIX system).
58315         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
58316         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
58317
58318 2002-12-06  Paul Eggert  <eggert@twinsun.com>
58319
58320         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
58321         a pain in practice to deal with generated m4 files.  This change
58322         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
58323
58324         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
58325         and jm-glibc-io.m4, as they are no longer a special case.
58326         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
58327         kludge and the auto-generation stuff.  Check only whether the
58328         functions are declared, not whether they exist, since older hosts
58329         that don't declare the functions can't use the optimization anyway.
58330
58331 2002-12-06  Jim Meyering  <jim@meyering.net>
58332
58333         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
58334
58335         Merge in changes from libc's misc/error.c, in preparation
58336         for the merge of gnulib's changes back into libc.
58337
58338         * lib/error.c (_): Define only if not already defined.
58339         Move definition to follow all #include directives.
58340         Include unlocked-io.h only if !_LIBC.
58341         [_LIBC]: Include <libio/libioP.h>.
58342         [USE_IN_LIBIO]: Include <libio/iolibio.h>
58343         (fflush): Tweak definition to use INTUSE.
58344         (putc): Define.
58345
58346 2002-12-05  Paul Eggert  <eggert@twinsun.com>
58347
58348         * lib/alloca.c [defined emacs]: Include "lisp.h".
58349         (xalloc_die) [defined emacs]: New macro.
58350         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
58351         [! defined emacs]: Include <xalloc.h>.
58352         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
58353         (pointer): Typedef to POINTER_TYPE *.
58354         (malloc): Remove decl; we now always use xmalloc.
58355         (alloca): Use old-style definition, since Emacs needs this.
58356         Check for arithmetic overflow when computing combined size.
58357
58358 2002-12-04  Paul Eggert  <eggert@twinsun.com>
58359
58360         Do not generate unlocked-io.h automatically, since it's easier to
58361         maintain it by hand.
58362
58363         * lib/unlocked-io.h: New file, from GNU diffutils,
58364         but with proper copyright notice and attribution.
58365         * lib/gen-uio: Remove.
58366         * lib/Makefile.am: Add copyright notice.
58367         (libfetish_a_SOURCES): Add unlocked-io.h.
58368         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
58369         (DISTCLEANFILES, io_functions): Remove macros.
58370         (EXTRA_DIST): Remove gen_uio.
58371         (unlocked-io.h): Remove rule.
58372
58373 2002-12-04  Jim Meyering  <jim@meyering.net>
58374
58375         Reflect the fact that stat.c and lstat.c are no longer generated.
58376         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
58377         (DISTCLEANFILES): Likewise.
58378         (EXTRA_DIST): Likewise.
58379         (all_local): Don't depend on stat.c or lstat.c.
58380         (stat.c, lstat.c): Remove rules.
58381         (EXTRA_DIST): Remove xstat.in.
58382
58383         * lib/xstat.in: Remove file.  Contents moved into stat.c.
58384         * lib/stat.c: New file.  Contents mostly from xstat.in.
58385         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
58386         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
58387
58388         * lib/safe-read.c: Rework so that it may serve to define safe_write,
58389         too.
58390         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
58391
58392 2002-12-03  Jim Meyering  <jim@meyering.net>
58393
58394         * lib/safe-read.c, safe-write.c: Change variable names and comments,
58395         but not semantics, to minimize the differences between these two files.
58396         (safe_read): Change comment to mention SAFE_READ_ERROR.
58397
58398         * lib/safe-read.c (IS_EINTR): Define.
58399         (safe_read): Use IS_EINTR in place of in-function cpp directives.
58400
58401 2002-12-02  Jim Meyering  <jim@meyering.net>
58402
58403         * lib/safe-read.c (EINTR): Define.
58404         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
58405         (INT_MAX): Provide fallback.
58406         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
58407
58408         * lib/safe-read.h (SAFE_READ_ERROR): Define.
58409
58410 2002-12-02  Bruno Haible  <bruno@clisp.org>
58411
58412         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
58413         Define, taken from safe-read.c.
58414         (INT_MAX): Provide fallback.
58415         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
58416         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
58417
58418         * lib/safe-read.c (EINTR): Remove definition.
58419         (safe_read): Don't use EINTR if it is absent.
58420
58421 2002-12-01  Jim Meyering  <jim@meyering.net>
58422
58423         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
58424         zero.
58425         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
58426
58427 2002-11-27  Paul Eggert  <eggert@twinsun.com>
58428
58429         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
58430         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
58431         with `if (! (value < limit)) abort ();', for readability.
58432
58433 2002-11-26  Karl Berry  <karl@gnu.org>
58434
58435         * lib/strdup.c: copy from libc again, with jim's ok.
58436         * lib/.cppi-disable: re-add strdup.c
58437
58438 2002-11-25  Karl Berry  <karl@gnu.org>
58439
58440         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
58441         instead of "strtol.c".
58442
58443 2002-11-25  Karl Berry  <karl@gnu.org>
58444
58445         * config/install-sh: update from automake for variable quoting, $0 in
58446         error msgs, etc.
58447
58448         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
58449         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
58450         entry.
58451
58452 2002-11-25  Jim Meyering  <jim@meyering.net>
58453
58454         * lib/mktime.c: Sync from libc, now that it has the latest fix.
58455
58456 2002-11-24  Karl Berry  <karl@gnu.org>
58457
58458         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
58459         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
58460
58461 2002-11-24  Jim Meyering  <jim@meyering.net>
58462
58463         Update from coreutils:
58464
58465         * lib/mktime.c: Merge in changes from libc.
58466
58467         Avoid a link-time failure on some Linux systems.
58468         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
58469         (otherwise).
58470         (__mon_yday): Declare with the STATIC attribute.
58471         (__mktime_internal): Likewise.
58472         Based on a report from Greg Schafer.
58473
58474 2002-11-23  Jim Meyering  <jim@meyering.net>
58475
58476         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
58477         Use `unsigned', not `int', as type of index.
58478
58479         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
58480
58481         * lib/fsusage.c: Remove unneeded parentheses around operands of
58482         `defined'.
58483
58484 2002-11-22  Paul Eggert  <eggert@twinsun.com>
58485
58486         * lib/quotearg.h: Allow multiple inclusion by surrounding with
58487         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
58488         so that we can be included first.
58489         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
58490         * lib/quotearg.c: Include quotearg.h immediately after config.h.
58491         No need to include stddef.h or sys/types.h any more.
58492         Surround local include files with "", not "<>".
58493         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
58494         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
58495         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
58496         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
58497         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
58498         (ISPRINT): Remove; no longer needed now that we assume C89.
58499
58500         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
58501         Preserve errno.
58502
58503         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
58504         quotearg_char): Use SIZE_MAX rather than
58505         (size_t) -1 when we are talking about "infinity".
58506
58507         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
58508
58509 2002-11-22  Paul Eggert  <eggert@twinsun.com>
58510
58511         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
58512         hint that one should use `if (! x) abort ();' rather than `assert
58513         (x);', and anyway it's one less thing to worry about configuring.
58514         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
58515         hash_rehash, hash_insert): Use abort rather than assert.
58516
58517 2002-11-22  Bruno Haible  <bruno@clisp.org>
58518
58519         * lib/safe-read.h: Assume C89. Add comments.
58520         (safe_read): Change return type to size_t.
58521         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
58522         byte counts > SSIZE_MAX correctly.
58523         * lib/safe-write.h: New file.
58524         * lib/safe-write.c: New file.
58525         * lib/full-read.h: New file.
58526         * lib/full-read.c: New file.
58527         * lib/full-write.h: Assume C89. Add comments.
58528         * lib/full-write.c: Include safe-write.h.
58529         (full_write): Rewritten to use safe_write.
58530         Suggested by Jim Meyering and Paul Eggert.
58531
58532 2002-11-21  Jim Meyering  <jim@meyering.net>
58533
58534         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
58535
58536         Merge in changes from the coreutils.
58537
58538         2002-09-25  Paul Eggert  <eggert@twinsun.com>
58539         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
58540         <stdint.h>.
58541         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
58542         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
58543         int.  Work more efficiently if X is the same width as uintmax_t.
58544         Do not compare X to -1, to avoid bogus compiler warning.
58545         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
58546         Don't assume that f_frsize and f_bsize are the same type.
58547
58548         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
58549         warning on FreeBSD.
58550
58551         * lib/makepath.c (make_path): Restore umask *before* creating the final
58552         component.
58553         (make_path): Minor reformatting.
58554
58555         * lib/xmalloc.c: Adjust to work with new autoconf macros,
58556         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
58557         HAVE_MALLOC/HAVE_REALLOC.
58558
58559         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
58560         dummy ones.  At least on GNU/Linux systems, `auto' means something
58561         else.
58562         From Michael Stone.
58563
58564 2002-11-21  Bruno Haible  <bruno@clisp.org>
58565
58566         Remove case insensitive option matching.
58567         * lib/argmatch.h (argcasematch): Remove declaration.
58568         (ARGCASEMATCH): Remove macro.
58569         (__xargmatch_internal): Remove case_sensitive argument.
58570         (XARGMATCH): Update.
58571         (XARGCASEMATCH): Remove macro.
58572         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
58573         case_sensitive argument.
58574         (argcasematch): Remove function.
58575         (__xargmatch_internal): Remove case_sensitive argument.
58576         (main): Use XARGMATCH instead of XARGCASEMATCH.
58577
58578         * lib/xmalloc.c: Change compile-time error message. Add comment about
58579         required autoconf version.
58580
58581 2002-11-20  Paul Eggert  <eggert@twinsun.com>
58582
58583         Merge argmatch cleanups from Bison.  Assume C89.
58584
58585         * lib/argmatch.c: Include config.h here, not in argmatch.h.
58586         Include stdlib.h, for EXIT_FAILURE.
58587         Always include <string.h>, since we assume C89.
58588         (EXIT_FAILURE): Remove pre-C89 bug workaround.
58589         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
58590         Include <stddef.h> instead, since it's all we need for size_t.
58591         (PARAMS): Remove.  All uses removed.
58592         (ARRAY_CARDINALITY): Do not bother to #undef.
58593         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
58594         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
58595         Remove unnecessary parentheses.
58596         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
58597         Insert necessary parentheses.
58598         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
58599         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
58600
58601 2002-11-19  Bruno Haible  <bruno@clisp.org>
58602
58603         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
58604         * lib/mbswidth.h: Include <stddef.h>, for size_t.
58605
58606         * lib/mbswidth.h (PARAMS): Remove macro.
58607         (mbswidth, mbsnwidth): Use ANSI C function declarations.
58608         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
58609
58610         * lib/gcd.h (PARAMS): Remove macro.
58611         (gcd): Use ANSI C function declarations.
58612         * lib/gcd.c (gcd): Likewise.
58613
58614 2002-11-15  Bruno Haible  <bruno@clisp.org>
58615
58616         * lib/strcspn.c: Include <stddef.h>.
58617         (strcspn): Use ANSI C function declaration. Change return type to
58618         size_t. Use NULL.
58619         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
58620         (strpbrk): Use NULL.
58621         * lib/strpbrk.h (PARAMS): Remove macro.
58622         (strpbrk): Use ANSI C function declaration.
58623         * lib/strstr.c: Don't include <sys/types.h>.
58624         * lib/strstr.h (PARAMS): Remove macro.
58625         (strstr): Use ANSI C function declarations.
58626
58627 2002-11-14  Karl Berry  <karl@gnu.org>
58628
58629         * config/mkinstalldirs: `do' on separate line, instead of
58630         `for var; do'.
58631
58632 2002-11-06  Bruno Haible  <bruno@clisp.org>
58633
58634         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
58635         * lib/gcd.c (gcd): Likewise.
58636
58637 2002-11-05  Bruno Haible  <bruno@clisp.org>
58638
58639         * lib/gcd.h: New file, from gettext-0.11.5.
58640         * lib/gcd.c: New file, from gettext-0.11.5.
58641
58642 2002-11-05  Bruno Haible  <bruno@clisp.org>
58643
58644         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58645         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58646         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58647         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58648
58649         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
58650         <libintl.h>.
58651         * lib/makepath.c: Include gettext.h instead of <locale.h> and
58652         <libintl.h>.
58653
58654         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
58655         * lib/human.c: Include gettext.h instead of <libintl.h>.
58656         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
58657         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
58658         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
58659         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
58660         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
58661         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
58662         (textdomain): Remove definition.
58663         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
58664
58665         * lib/long-options.c: Remove include of <libintl.h> and definition of
58666         _.
58667         * lib/same.c: Remove include of <libintl.h> and definition of _.
58668
58669 2002-11-04  Owen Taylor  <otaylor@redhat.com>
58670
58671         * lib/config.charset: A few additions for Solaris.
58672
58673 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
58674
58675         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
58676         * lib/localcharset.c (locale_charset): Declare as extern "C".
58677
58678 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
58679
58680         * lib/config.charset: msdos in uk_UA uses CP1125.
58681
58682 2002-11-04  Bruno Haible  <bruno@clisp.org>
58683
58684         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
58685         * lib/strcase.h: New file, from GNU gettext-0.11.5.
58686         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
58687         * lib/strstr.h: New file, from GNU gettext-0.11.5.
58688         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
58689
58690 2002-11-04  Bruno Haible  <bruno@clisp.org>
58691
58692         * lib/localcharset.c (locale_charset): Don't return an empty string.
58693
58694 2002-11-04  Bruno Haible  <bruno@clisp.org>
58695
58696         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
58697         aliases.
58698
58699 2002-11-04  Bruno Haible  <bruno@clisp.org>
58700
58701         * lib/config.charset: Update for newest glibc. Add canonical names
58702         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
58703
58704 2002-11-04  Bruno Haible  <bruno@clisp.org>
58705
58706         * lib/config.charset: Add support for NetBSD.
58707
58708 2002-11-04  Bruno Haible  <bruno@clisp.org>
58709
58710         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
58711
58712 2002-11-01  Bruno Haible  <bruno@clisp.org>
58713
58714         * configure.in: Add AC_CONFIG_AUX_DIR call.
58715         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
58716         test/Makefile.
58717         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
58718
58719 2002-09-28  Karl Berry  <karl@gnu.org>
58720
58721         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
58722         installed automake until the next release, since changes have been
58723         made.
58724
58725 2002-09-25  Karl Berry  <karl@gnu.org>
58726
58727         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
58728         * lib/getopt*: copy from libc/posix.
58729         * lib/gettext.h: copy from gettext.
58730         * lib/.cppi-disable: add strdup.c, gettext.h.
58731
58732 2002-09-25  Karl Berry  <karl@gnu.org>
58733
58734         * config/srclist.txt: enable gettext.h check.
58735         * config/config.{guess,sub}: update from prep.
58736         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
58737                 from automake 1.6.3.
58738         See srclist*.
58739
58740 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
58741
58742         * regex.c (PATFETCH): Remove the translating fetch.
58743         (PATFETCH_RAW): Rename to PATFETCH.
58744         (set_image_of_range): New fun.
58745         (SET_RANGE_TABLE_WORK_AREA): Use it.
58746         (regex_compile): Don't translate the pattern chars so eagerly.
58747         Only do it when inserting an `exactn' bytecode or when handling
58748         a char-range.
58749         (mutually_exclusive_p): Avoid empty statement.
58750
58751 2002-07-06  Jim Meyering  <meyering@lucent.com>
58752
58753         * m4/README: Don't mention Makefile.am.in.
58754         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
58755
58756 2002-07-01  Jim Meyering  <meyering@lucent.com>
58757
58758         * lib/c-stack.c: Include sys/time.h.
58759         From Volker Borchert.
58760
58761 2002-06-26  Paul Eggert  <eggert@twinsun.com>
58762
58763         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
58764
58765 2002-06-26  Paul Eggert  <eggert@twinsun.com>
58766
58767         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
58768         New macro.  Use it uniformly instead of
58769         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
58770         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
58771         reported by Vin Shelton.
58772
58773 2002-06-22  Paul Eggert  <eggert@twinsun.com>
58774
58775         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
58776         Do not assume SA_SIGINFO behavior.
58777         Bug reported by Jim Meyering on NetBSD 1.5.2.
58778
58779 2002-06-22  Jim Meyering  <meyering@lucent.com>
58780
58781         * m4/c-stack.m4: New file, from diffutils-2.8.2.
58782         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
58783
58784         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
58785         now that configure.ac uses AC_GNU_SOURCE.
58786         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
58787         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
58788
58789         Update to latest tools.  Suggestions from Paul Eggert.
58790         * m4/stdbool.m4: New file, from diffutils-2.8.2.
58791         * m4/gnu-source.m4: Update from diffutils-2.8.2.
58792         * m4/fnmatch.m4: Likewise.
58793         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
58794         to AC_HEADER_STDBOOL
58795
58796 2002-06-22  Jim Meyering  <meyering@lucent.com>
58797
58798         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
58799         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
58800
58801 2002-06-22  Jim Meyering  <meyering@lucent.com>
58802
58803         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
58804
58805         * lib/exitfail.c, exitfail.h: Likewise.
58806         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
58807
58808         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
58809         of fnmatch.h.
58810         (EXTRA_DIST): Add fnmatch_loop.c.
58811         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
58812
58813         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
58814         * lib/fnmatch.c: Update from diffutils-2.8.2.
58815         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
58816         * lib/fnmatch.h: Remove file.
58817
58818 2002-06-21  Jim Meyering  <meyering@lucent.com>
58819
58820         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
58821         * m4/mbrtowc.m4: Likewise.
58822
58823         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
58824         * m4/mbswidth.m4: Reflect name change:
58825         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
58826         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58827
58828         * m4/lib-link.m4: Update from gettext-0.11.2.
58829         * m4/gettext.m4: Likewise.
58830
58831         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
58832         From Alfred M. Szmidt.
58833
58834 2002-06-18  Paul Eggert  <eggert@twinsun.com>
58835
58836         * lib/file-type.h: Report an error if neither S_ISREG nor
58837         S_IFREG is defined, instead of using a test specific to glibc
58838         2.2.  This should be safe, since POSIX requires S_ISREG and
58839         Unix Version 7 had S_IFREG.  We don't need to check for
58840         <sys/types.h> since we don't use any symbols that it defines.
58841
58842 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
58843
58844         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
58845         $@-t, so that each temporary file name is unique and valid in the first
58846         8 characters, for operation under DOS.
58847
58848 2002-06-15  Paul Eggert  <eggert@twinsun.com>
58849
58850         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
58851
58852 2002-06-15  Jim Meyering  <meyering@lucent.com>
58853
58854         Work even with DJGPP 2.03, which lacks support for symlinks.
58855         From Richard Dawe.
58856         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
58857         is defined.
58858         * lib/lchown.c (S_ISLNK): Likewise.
58859
58860 2002-06-15  Jim Meyering  <meyering@lucent.com>
58861
58862         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
58863         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
58864         have been included before this file.
58865
58866 2002-06-14  Jim Meyering  <meyering@lucent.com>
58867
58868         * lib/file-type.h: Use the version from diffutils-2.8.2.
58869         * lib/file-type.c: Likewise.
58870
58871 2002-06-07  Jim Meyering  <meyering@lucent.com>
58872
58873         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
58874         They're needed at least for NetBSD 1.5.2.
58875         ($statxfs_includes): Include those same headers.
58876         ($statxfs_includes): Include sys/vfs.h if available.
58877         ($statxfs_includes): Likewise for sys/statvfs.h.
58878         Check for the following members in both structs statfs and statvfs:
58879         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
58880
58881 2002-06-01  Jim Meyering  <meyering@lucent.com>
58882
58883         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
58884         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
58885
58886 2002-05-28  Jim Meyering  <meyering@lucent.com>
58887
58888         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
58889         Reported by Volker Borchert.
58890
58891 2002-05-27  Jim Meyering  <meyering@lucent.com>
58892
58893         Fix a problem seen only on nonconforming systems whereby ls.c's
58894         use of localtime, and then of gettimeofday would cause trouble:
58895         the localtime call used to initialize rpl_gettimeofday's save
58896         mechanism would clobber ls's current local time information so
58897         that in any long listing the first file would always be listed
58898         with date 1970-01-01.  Analysis by Volker Borchert.
58899
58900         * lib/gettimeofday.c (localtime): Undefine.
58901         (rpl_localtime): New function.
58902
58903 2002-05-27  Jim Meyering  <meyering@lucent.com>
58904
58905         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
58906         localtime.
58907
58908         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
58909         use the replacement function; it wouldn't resolve at link time.
58910         Reported by Volker Borchert.
58911
58912 2002-05-22  Jim Meyering  <meyering@lucent.com>
58913
58914         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
58915         file-type.h.
58916         * lib/file-type.h: New file.
58917         * lib/file-type.c (file_type): New file/function.  Extracted from
58918         diffutils.
58919
58920 2002-04-30  Jim Meyering  <meyering@lucent.com>
58921
58922         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
58923
58924 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58925
58926         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
58927
58928 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58929
58930         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
58931         Do not check for alloca.h (no longer used) or stdbool.h (was never
58932         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
58933
58934 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58935
58936         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
58937
58938 2002-04-29  Jim Meyering  <meyering@lucent.com>
58939
58940         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
58941         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
58942         Use AC_FUNC_STRNLEN here instead.
58943
58944         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
58945         With autoconf-2.53a, it's part of AC_PROG_CC.
58946
58947 2002-04-28  Paul Eggert  <eggert@twinsun.com>
58948
58949         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
58950         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
58951
58952 2002-04-28  Paul Eggert  <eggert@twinsun.com>
58953
58954         * lib/sig2str.h, lib/sig2str.c: New files.
58955         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
58956
58957 2002-04-28  Paul Eggert  <eggert@twinsun.com>
58958
58959         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
58960         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
58961         of 127, since 64 is the largest conceivable number for ancient
58962         nonstandard hosts.
58963         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
58964
58965 2002-04-28  Jim Meyering  <meyering@lucent.com>
58966
58967         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
58968
58969 2002-04-24  Jim Meyering  <meyering@lucent.com>
58970
58971         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
58972         (jm_PREREQ): Use it.
58973
58974         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
58975         mach/mach.h fcntl.h.
58976         Check for this function: setlocale.
58977
58978 2002-04-24  Jim Meyering  <meyering@lucent.com>
58979
58980         * lib/gettext.h: New file, from Gettext.
58981         * lib/Makefile.am (INCLUDES): Remove -I../intl.
58982         (libfetish_a_SOURCES): Add gettext.h.
58983
58984 2002-04-16  Jim Meyering  <meyering@lucent.com>
58985
58986         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
58987         ut_pid, ut_id, ut_exit.
58988
58989 2002-04-16  Jim Meyering  <meyering@lucent.com>
58990
58991         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
58992         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
58993         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
58994
58995 2002-04-12  Jim Meyering  <meyering@lucent.com>
58996
58997         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
58998         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
58999         existence of the getmntinfo function.  Needed for Darwin 5.3.
59000
59001         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
59002         This is necessary at least on Darwin 5.3.
59003
59004         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
59005         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
59006         strnlen.o in the library, and that makes some versions of ranlib
59007         object.
59008
59009 2002-04-12  Jim Meyering  <meyering@lucent.com>
59010
59011         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
59012
59013 2002-04-09  Jim Meyering  <meyering@lucent.com>
59014
59015         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
59016         to be more precise.  Rather than saying we're checking whether the
59017         function `works', say what we're testing.
59018         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
59019         Reported by Bruno Haible.
59020
59021 2002-03-10  Jim Meyering  <meyering@lucent.com>
59022
59023         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
59024         Suggestion from Santiago Vila.
59025
59026 2002-03-08  Jim Meyering  <meyering@lucent.com>
59027
59028         * lib/rename.c: Mention that this wrapper is needed also on
59029         mips-dec-ultrix4.4 systems.
59030
59031 2002-03-02  Jim Meyering  <meyering@lucent.com>
59032
59033         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
59034         not HAVE_CLOCK_SETTIME.
59035
59036 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59037
59038         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
59039         Check for clock_settime.
59040
59041 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59042
59043         * lib/nanosleep.h: Rename to....
59044         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
59045
59046         * lib/gettime.c: New file.
59047         * lib/settime.c: New file.
59048         * lib/stime.c: Remove.
59049
59050         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
59051         timespec.h.  Remove nanosleep.h.
59052
59053 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59054
59055         * m4/acl.m4: New file.
59056         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
59057         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
59058
59059 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59060
59061         * lib/acl.c, lib/acl.h: New files.
59062         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
59063
59064 2002-02-24  Jim Meyering  <meyering@lucent.com>
59065
59066         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
59067         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
59068         cause trouble.  Reported by Nelson Beebe.
59069
59070 2002-02-23  Paul Eggert  <eggert@twinsun.com>
59071
59072         * lib/path-concat.c (xpath_concat): Reorder code to pacify
59073         compilers that don't know that xalloc_die never returns.
59074
59075 2002-02-20  Jim Meyering  <meyering@lucent.com>
59076
59077         * lib/getdate.c: Regenerate using bison-1.33.
59078
59079 2002-02-17  Jim Meyering  <meyering@lucent.com>
59080
59081         * config/config.guess (main): Don't use `head -1'; it's no longer
59082         portable. Use `sed 1q' instead.
59083
59084 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
59085
59086         * m4/codeset.m4: Upgrade to gettext-0.11.
59087         * m4/gettext.m4: Upgrade to gettext-0.11.
59088         * m4/glibc21.m4: Upgrade to gettext-0.11.
59089         * m4/iconv.m4: Upgrade to gettext-0.11.
59090         * m4/isc-posix.m4: Upgrade to gettext-0.11.
59091         * m4/lcmessage.m4: Upgrade to gettext-0.11.
59092         * m4/lib-ld.m4: New file, from gettext-0.11.
59093         * m4/lib-link.m4: New file, from gettext-0.11.
59094         * m4/lib-prefix.m4: New file, from gettext-0.11.
59095         * m4/progtest.m4: Upgrade to gettext-0.11.
59096
59097 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59098
59099         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
59100         (jm_PREREQ): Use it.
59101
59102 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59103
59104         * lib/posixver.c, lib/posixver.h: New files.
59105         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59106
59107 2002-02-02  Paul Eggert  <eggert@twinsun.com>
59108             Bruno Haible  <bruno@clisp.org>
59109
59110         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
59111         (fwrite_success_callback): New declaration.
59112         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
59113         print_unicode_char. Call failure callback instead of error.
59114         (fwrite_success_callback): New function.
59115         (exit_failure_callback): New function.
59116         (fallback_failure_callback): New function.
59117         (print_unicode_char): Call unicode_to_mb.
59118
59119 2002-01-26  Jim Meyering  <meyering@lucent.com>
59120
59121         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
59122         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
59123
59124 2002-01-26  Jim Meyering  <meyering@lucent.com>
59125
59126         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
59127
59128 2002-01-22  Paul Eggert  <eggert@twinsun.com>
59129
59130         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
59131
59132 2002-01-22  Jim Meyering  <meyering@lucent.com>
59133
59134         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
59135         Otherwise, some versions of automake would omit the rule that makes
59136         Makefile from Makefile.in.
59137
59138 2002-01-21  Paul Eggert  <eggert@twinsun.com>
59139
59140         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
59141         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59142         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
59143         (memcoll): Set errno to zero if there is no error.
59144
59145         * lib/quotearg.c (quotearg_buffer_restyled):
59146         Fix bug with quoting buffers containing NUL when backslashing escapes.
59147         This bug was exposed by the other changes in this patch.
59148         (quotearg_n_options): New arg ARGSIZE.
59149         All callers changed.
59150         (quoting_options_from_style): New function.
59151         (quotearg_n_style): Use it.
59152         (quotearg_n_style_mem): New function.
59153
59154         * lib/quotearg.h (quotearg_n_style_mem): New function.
59155
59156 2002-01-19  Jim Meyering  <meyering@lucent.com>
59157
59158         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
59159         Remove useless quotes: DF_PROG="df".
59160         * m4/strnlen.m4: New file.
59161
59162 2002-01-16  Paul Eggert  <eggert@twinsun.com>
59163
59164         * lib/backupfile.c (ISDIGIT): Comment fix.
59165         * lib/getdate.y (ISDIGIT): Likewise.
59166         * lib/posixtm.c (ISDIGIT, year): Likewise.
59167         * lib/strverscmp.c (ISDIGIT): Likewise.
59168         * lib/userspec.c (ISDIGIT): Likewise.
59169
59170 2002-01-16  Jim Meyering  <meyering@lucent.com>
59171
59172         * lib/getdate.y: Add three semicolons, each just before a closing
59173         brace. Bison (as of version 1.31) no longer papers over that mistake.
59174
59175 2002-01-05  Jim Meyering  <meyering@lucent.com>
59176
59177         * lib/version-etc.c (version_etc_copyright): Update copyright year.
59178
59179 2001-12-19  Paul Eggert  <eggert@twinsun.com>
59180
59181         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
59182         not silently exit merely because the output buffer happens to
59183         have nothing pending.
59184
59185 2001-12-18  Paul Eggert  <eggert@twinsun.com>
59186
59187         See the big note in ../ChangeLog.
59188         * lib/human.c (suffixes): Prefer K to k for 1024.
59189         (generate_suffix_backwards): New function.
59190         (human_readable_inexact): Use it.
59191         * lib/xstrtol.c (__xstrtol): If there is no number but there
59192         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
59193         Accept 'K' as well as 'k'.
59194
59195 2001-12-15  Jim Meyering  <meyering@lucent.com>
59196
59197         * lib/regex.h (__restrict_arr): Update from libc.
59198
59199         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
59200         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
59201         (STREQ): Define.
59202
59203 2001-12-14  Jim Meyering  <meyering@lucent.com>
59204
59205         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
59206         Suggestion from Bruno Haible.
59207
59208 2001-12-10  Jim Meyering  <meyering@lucent.com>
59209
59210         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
59211         xrealloc, Instead, include "xalloc.h".
59212         (initbuffer): Don't cast xmalloc return value to char*.
59213         (readline): Reword comment.
59214         Don't cast xrealloc return value to char*
59215         Return NULL, not 0.
59216
59217 2001-12-09  Jim Meyering  <meyering@lucent.com>
59218
59219         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
59220         about `signed and unsigned type in conditional expression'.
59221         * lib/posixtm.c (posix_time_parse): Likewise.
59222
59223         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
59224
59225         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
59226         to avoid a pedantic warning.
59227
59228         * lib/getstr.c: Don't include assert.h.
59229         (getstr): Remove warning-evoking assertions.
59230         Return -1 if offset parameter is out of bounds.
59231         Change the type of a local from int to size_t.
59232
59233         * lib/strftime.c (my_strftime_localtime_r): Include this function
59234         definition in the `#if ! HAVE_TM_GMTOFF' block.
59235
59236         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
59237         Include xalloc.h instead.
59238
59239 2001-12-02  Jim Meyering  <meyering@lucent.com>
59240
59241         * lib/tempname.c: Don't declare getenv, thus reverting the change of
59242         2001-11-18.  It's no longer necessary, now that stdlib.h is always
59243         included.
59244
59245         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
59246         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
59247
59248 2001-11-30  Akim Demaille  <akim@epita.fr>
59249
59250         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
59251         before being defined.
59252
59253 2001-11-27  Paul Eggert  <eggert@twinsun.com>
59254
59255         * lib/quotearg.h (quotearg_n, quotearg_n_style):
59256         First arg is int, not unsigned.
59257         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
59258         (SIZE_MAX, UINT_MAX): New macros.
59259         (quotearg_n_options): Abort if N is negative.
59260         Avoid overflow check on hosts where size_t is 64 bits and int
59261         is 32 bits, as overflow is impossible there.
59262         Fix off-by-one typo that caused unnecessary reallocation.
59263
59264 2001-11-27  Jim Meyering  <meyering@lucent.com>
59265
59266         * lib/tempname.c: Merge with version from libc.
59267         * lib/regex.c: Likewise.
59268
59269         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
59270         systems for which STDC_HEADERS is 0, it was not included, resulting in
59271         a warning about an integer-to-pointer conversion problem with getenv.
59272         Reported by Volker Borchert.
59273
59274 2001-11-26  Jim Meyering  <meyering@lucent.com>
59275
59276         * lib/gtod.h: Remove file.
59277         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
59278         * lib/gettimeofday.c: Don't include gtod.h.
59279         (GTOD_init): Remove function.
59280         (rpl_gettimeofday): Do its job here instead, rather than aborting.
59281         Suggestion from Volker Borchert.
59282
59283 2001-11-23  Jim Meyering  <meyering@lucent.com>
59284
59285         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
59286         it.
59287         * lib/hash.c (struct hash_table): Define it here instead.
59288
59289 2001-11-22  Jim Meyering  <meyering@lucent.com>
59290
59291         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
59292
59293 2001-11-20  Jim Meyering  <meyering@lucent.com>
59294
59295         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
59296         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
59297
59298 2001-11-19  Jim Meyering  <meyering@lucent.com>
59299
59300         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
59301         directory.  Use "conftestXXXXXX" as the template.
59302         Suggestion from Paul Eggert.
59303
59304         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
59305         immediately, so the test doesn't mistakenly hit the max-open-files
59306         limit.
59307
59308 2001-11-18  Paul Eggert  <eggert@twinsun.com>
59309
59310         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
59311         (TEMPORARIES): New macro.
59312         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
59313         removes an artificial limitation (e.g. HP-UX 10.20, where
59314         TMP_MAX is 17576).
59315
59316 2001-11-18  Jim Meyering  <meyering@lucent.com>
59317
59318         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
59319
59320 2001-11-18  Jim Meyering  <meyering@lucent.com>
59321
59322         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
59323         on SunOS 4.
59324
59325         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
59326         files will be created before anything else.
59327
59328 2001-11-17  Paul Eggert  <eggert@twinsun.com>
59329
59330         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
59331         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
59332
59333 2001-11-17  Jim Meyering  <meyering@lucent.com>
59334
59335         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
59336         Prompted by a report from Bob Proulx.
59337
59338         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
59339         Instead, require UTILS_FUNC_MKSTEMP.
59340
59341 2001-11-17  Jim Meyering  <meyering@lucent.com>
59342
59343         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
59344         Now, that's done as part of AC_FUNC_STRTOD.
59345
59346 2001-11-17  Jim Meyering  <meyering@lucent.com>
59347
59348         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
59349         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
59350         rather than group writable.  Patch by Juan F. Codagnone.
59351
59352         * lib/readtokens.c: Remove explicit declarations of xmalloc and
59353         xrealloc, Instead, include "xalloc.h".
59354
59355         * lib/mountlist.c: Include unlocked-io.h after all system headers.
59356         Remove explicit declarations of xmalloc, xrealloc,
59357         and xstrdup.  Instead, include "xalloc.h".
59358
59359         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
59360         unlocked-io.h.
59361         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
59362         Likewise.
59363         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
59364
59365         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
59366         Reported by Padraig Brady.
59367
59368         * lib/mkstemp.c: #undef mkstemp.
59369         Include config.h.
59370         (rpl_mkstemp): Rename from mkstemp.
59371         Protoize.
59372
59373 2001-11-16  Jim Meyering  <meyering@lucent.com>
59374
59375         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
59376         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
59377         determine the amount of total physical memory, use pstat_getstatic.
59378         HPUX-11 doesn't define _SC_PHYS_PAGES.
59379         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
59380         If sysconf couldn't be used to determine the amount of available
59381         physical memory, use both pstat_getstatic and pstat_getdynamic.
59382         Based on a patch from Bob Proulx.
59383
59384 2001-11-10  Jim Meyering  <meyering@lucent.com>
59385
59386         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
59387         (jm_PREREQ): Use it.
59388
59389 2001-11-09  Jim Meyering  <meyering@lucent.com>
59390
59391         * m4/jm-macros.m4: Require autoconf-2.52f.
59392         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
59393         Use these AC_-prefixed names, not the AM_-prefixed ones.
59394
59395         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
59396
59397 2001-11-05  Jim Meyering  <meyering@lucent.com>
59398
59399         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
59400
59401 2001-11-04  Jim Meyering  <meyering@lucent.com>
59402
59403         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
59404         $DEFS.
59405
59406 2001-11-03  Jim Meyering  <meyering@lucent.com>
59407
59408         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
59409         of AC_DEFUN.
59410
59411         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
59412         know the name of the variable in the macro definition.
59413
59414 2001-11-03  Jim Meyering  <meyering@lucent.com>
59415
59416         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
59417         in argmatch_to_argument call.
59418
59419         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
59420         argument.
59421
59422         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
59423         e.g., a fault due to an attempt to free a NULL pointer.
59424
59425 2001-11-01  Jim Meyering  <meyering@lucent.com>
59426
59427         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
59428         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
59429
59430 2001-11-01  Jim Meyering  <meyering@lucent.com>
59431
59432         * lib/dirfd.c, lib/dirfd.h: New files.
59433         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
59434
59435         * lib/hash.c (hash_print) [TESTING]: Clean up.
59436
59437 2001-10-22  Paul Eggert  <eggert@twinsun.com>
59438
59439         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
59440         to avoid a warning if -Wall.
59441
59442 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
59443
59444         * README: New file
59445         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
59446         (per RMS's instructions, this is now the canonical source)
59447         * lgpl/, gpl/: New directories.
59448
59449 2001-10-21  Paul Eggert  <eggert@twinsun.com>
59450
59451         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
59452
59453 2001-10-21  Jim Meyering  <meyering@lucent.com>
59454
59455         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
59456         this code would end up calling gettext even in packages built
59457         with --disable-nls.
59458         * lib/getopt.c (_): Likewise.
59459         * lib/regex.c (_): Likewise.
59460
59461 2001-10-20  Paul Eggert  <eggert@twinsun.com>
59462
59463         * m4/error.m4 (jm_PREREQ_ERROR):
59464         Do not invoke AC_CHECK_FUNCS with strerror_r, as
59465         AC_FUNC_STRERROR_R does that.
59466         Check for strerror declaration.
59467
59468         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
59469         are supposed to have them these days.
59470         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
59471         Merge changes from latest Autoconf CVS.
59472         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
59473         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
59474         POSIX decided to standardize on the int flavor of strerror_r.
59475
59476 2001-10-20  Paul Eggert  <eggert@twinsun.com>
59477
59478         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
59479         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
59480         Use strerror_r that is only a macro, even if it is not a function.
59481         (strerror): Check for HAVE_DECL_STRERROR before declaring.
59482         (private_strerror): Use prototypes, not old-style function definition.
59483         (print_errno_message): New function.
59484         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
59485         char*-flavored one.
59486         (error_tail, error, error_at_line): Use it.
59487
59488 2001-10-11  Jim Meyering  <meyering@lucent.com>
59489
59490         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
59491         and quote_n (1, ... to avoid clobbering a buffer.
59492
59493 2001-10-05  Jim Meyering  <meyering@lucent.com>
59494
59495         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
59496         hash-pjw.h.
59497         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
59498         * lib/hash-pjw.h: New file.
59499
59500 2001-09-30  Jim Meyering  <meyering@lucent.com>
59501
59502         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
59503         `struct fsstat' has the `f_fstypename' member.
59504         Use that to define FS_TYPE, which is now used to make
59505         the getfsstat link test tighter.
59506
59507 2001-09-30  Jim Meyering  <meyering@lucent.com>
59508
59509         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
59510         Include <sys/ucred.h>, for Apple Darwin.
59511         Include sys/mount.h and sys/fs_types.h only if available.
59512         (FS_TYPE): Define.
59513         (read_filesystem_list): Use FS_TYPE.
59514
59515 2001-09-29  Paul Eggert  <eggert@twinsun.com>
59516
59517         * lib/exclude.c (excluded_filename): 0 -> false, since it's
59518         a boolean context.
59519
59520 2001-09-29  Jim Meyering  <meyering@lucent.com>
59521
59522         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
59523         [one-argument getmntent function]): Include stdio.h before mntent.h.
59524         SunOS 4.1.x needs it for the declaration of `FILE'.
59525         Patch by Volker Borchert.
59526
59527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
59528         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
59529         sys/fs_types.h, and make the link-test for getfsstat guard #include
59530         directives with appropriate #if HAVE_*_H tests so that we can
59531         detect getfsstat on Apple Darwin1.3.7 systems.
59532         Reported by Nelson Beebe.
59533         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
59534
59535 2001-09-28  Paul Eggert  <eggert@twinsun.com>
59536
59537         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
59538         #defines strtoimax.  Also treat the other strto* functions
59539         like strtoimax.
59540
59541         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
59542         Check for strtoul and strtoumax,
59543         as those declarations are made even in the signed case.
59544         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
59545         Likewise, for strtol and strtoimax.
59546
59547 2001-09-28  Paul Eggert  <eggert@twinsun.com>
59548
59549         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
59550         #defines strtoimax.  Also treat the other strto* functions
59551         like strtoimax.
59552
59553         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
59554         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
59555         (strtoimax, strtoumax): Do not declare if already defined as a macro.
59556
59557 2001-09-26  Jim Meyering  <meyering@lucent.com>
59558
59559         Most macros in unlocked-io.h had the wrong number of arguments.
59560         * lib/gen-uio: New script.
59561         (USE_UNLOCKED_IO): Define to 1 if not already defined.
59562         * lib/unlocked-io.hin: Remove file.
59563         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
59564         rather than trying to embed it here.
59565         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
59566         Reported by Padraig Brady.
59567
59568 2001-09-25  Volker Borchert  <bt@teknon.de>
59569
59570         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
59571         `result'.
59572
59573 2001-09-24  Jim Meyering  <meyering@lucent.com>
59574
59575         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
59576
59577 2001-09-23  Jim Meyering  <meyering@lucent.com>
59578
59579         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
59580         instead of the mere test for existence of mntent.h.  The latter
59581         would get a false-positive on AIX 3.4 systems.
59582         In the outer getmntent if-block, don't die if neither of the getmntent
59583         tests succeeds.  Instead, just fall through and continue with the
59584         remaining tests.
59585
59586 2001-09-23  Jim Meyering  <meyering@lucent.com>
59587
59588         * lib/mountlist.c: Remove useless parentheses in #if directives.
59589         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
59590         the deprecated MOUNTED symbol is no longer defined in mntent.h.
59591
59592 2001-09-22  Jim Meyering  <meyering@lucent.com>
59593
59594         * m4/gettext.m4: New file.  From gettext.
59595         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
59596         * m4/progtest.m4: Likewise
59597         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
59598         * m4/glibc21.m4: Likewise.
59599
59600         * m4/libintl.m4: Remove.  No longer used.
59601
59602 2001-09-22  Jim Meyering  <meyering@lucent.com>
59603
59604         * lib/localcharset.c: Update from latest gettext.
59605         * lib/config.charset: Likewise.
59606
59607 2001-09-20  Jim Meyering  <meyering@lucent.com>
59608
59609         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
59610         strtoimax.
59611         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
59612         strtoumax.
59613
59614 2001-09-20  Jim Meyering  <meyering@lucent.com>
59615
59616         * lib/xstrtol.c (strtoimax): Guard declaration with
59617         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
59618         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
59619         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
59620         (strtoumax): Likewise, for completeness (it wasn't necessary).
59621
59622 2001-09-17  Paul Eggert  <eggert@twinsun.com>
59623
59624         * lib/strtoimax.c (HAVE_LONG_LONG):
59625         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
59626         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
59627         to work around bug in IBM C compiler.
59628
59629 2001-09-17  Jim Meyering  <meyering@lucent.com>
59630
59631         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
59632         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
59633         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
59634         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
59635         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
59636         whenever the right hand side need not be expanded by the shell.
59637
59638 2001-09-16  Paul Eggert  <eggert@twinsun.com>
59639
59640         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
59641         library.  It's not correct, as some older glibcs are buggy.
59642         fnmatch wasn't fixed until glibc 2.2.
59643
59644         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
59645         special shell magic here.
59646
59647 2001-09-16  Jim Meyering  <meyering@lucent.com>
59648
59649         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
59650         * m4/jm-macros.m4: Require it.
59651
59652 2001-09-16  Jim Meyering  <meyering@lucent.com>
59653
59654         * lib/mkdir.c: New file.
59655
59656 2001-09-15  Jim Meyering  <meyering@lucent.com>
59657
59658         * m4/jm-macros.m4: Check for help2man.
59659
59660 2001-09-11  Jim Meyering  <meyering@lucent.com>
59661
59662         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
59663         The body, by Paul Eggert, was moved here from configure.in.
59664         * m4/jm-macros.m4: Require UTILS_HOST_OS.
59665
59666 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59667
59668         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
59669         (jm_PREREQ): Use it.
59670
59671 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59672
59673         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
59674         Use ssize_t, not int, to store result of readlink.
59675         Check for ssize_t overflow as well as size_t overflow,
59676         as POSIX says the result of readlink is implementation-defined
59677         when ssize_t overflows.
59678         Remove unnecessary cast to char*.
59679         Use free+malloc instead of realloc, as the storage doesn't need
59680         to be preserved and it's clearer and can be more efficient that way.
59681         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
59682         * lib/xreadlink.h (xreadlink): Update prototype.
59683
59684 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59685
59686         * lib/xgetcwd.c: Revert some of the previous change; intead,
59687         fix the HAVE_GETCWD_NULL code to behave more like the
59688         !HAVE_GETCWD_NULL code used to.
59689
59690         Include "xalloc.h".
59691         (xgetcwd): Do not return NULL when memory is exhausted; instead,
59692         invoke xalloc_die.
59693
59694 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59695
59696         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
59697         sys/param.h, as pathmax.h includes them.
59698
59699 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59700
59701         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
59702         (jm_PREREQ_XGETCWD): New macro.
59703
59704         * m4/getcwd.m4: New file.
59705
59706 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59707
59708         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
59709         like the HAVE_GETCWD_NULL code.
59710         Include pathmax.h if not HAVE_GETCWD.
59711         Do not include xalloc.h.
59712         (INITIAL_BUFFER_SIZE): New symbol.
59713         Do not use xmalloc / xrealloc, since the caller is responsible for
59714         handling errors.  Preserve errno around `free' during failure.
59715         Do not overrun buffer when using getwd.
59716
59717 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59718
59719         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
59720         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
59721         getcwd (NULL, 0).
59722
59723 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59724
59725         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
59726         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
59727         spotted by Jim Meyering.
59728
59729 2001-09-03  Jim Meyering  <meyering@lucent.com>
59730
59731         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
59732         failure.
59733
59734 2001-09-02  Jim Meyering  <meyering@lucent.com>
59735
59736         * lib/error.c: Update from GNU libc.
59737
59738 2001-09-01  Jim Meyering  <meyering@lucent.com>
59739
59740         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
59741         Used by df.
59742
59743 2001-09-01  Jim Meyering  <meyering@lucent.com>
59744
59745         * lib/xreadlink.c: New file.
59746         * lib/xreadlink.h: New file.
59747         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
59748         xreadlink.h.
59749
59750         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
59751         doesn't conflict with sparc Solaris 7's definition in
59752         /usr/include/sys/int_types.h.
59753
59754         * lib/exclude.c: Use `""', not `<>' to #include non-system header
59755         files.
59756         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
59757         and strncasecmp as r-values.  Unixware didn't have declarations.
59758
59759 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59760
59761         * lib/xstrtol.h: Add copyright notice.
59762         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
59763         LONGINT_INVALID_SUFFIX_CHAR.
59764
59765 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59766
59767         * lib/xstrtol.c (strtoimax): New decl.
59768
59769 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59770
59771         * lib/xgetcwd.c: Don't include pathmax.h.
59772         Include stdlib.h and unistd.h if available.
59773         Include xalloc.h.
59774         (xmalloc, xstrdup, free): Remove decls.
59775         (xgetcwd): Don't assume sizes fit in unsigned.
59776         Check for overflow when computing sizes.
59777         Simplify reallocation code.
59778
59779 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59780
59781         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
59782         a directory's st_size can have an arbitrary value, so the old
59783         usage could waste an arbitrary amount of memory.  All uses
59784         changed.
59785         * lib/savedir.h: Update prototype.
59786
59787 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59788
59789         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
59790
59791         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
59792         old strtoimax.c.
59793
59794         Also, make the following further changes to make this file's
59795         configuration more similar to that of strtol.c:
59796         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
59797         (strtoumax, uintmax_t, strtoull, strtol): Remove.
59798         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
59799         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
59800         changed to signed values.
59801
59802         And make the following changes as well:
59803         Fix copyright notice, as 1999 was missing.
59804         (verify): New macro.
59805         (strtoimax): Check sizes at compile-time, not run-time.
59806         Prefer strtol to strtoll if both work.
59807         (main): Remove; it was not that useful and was a pain to maintain.
59808
59809         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
59810
59811 2001-08-31  Jim Meyering  <meyering@lucent.com>
59812
59813         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
59814         Use an initial, malloc'd, buffer of length 128 rather than
59815         a statically allocated one of length 1024.
59816
59817 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59818
59819         Simplify code, partly by assuming autoconf 2.52 semantics.
59820
59821         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
59822
59823         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
59824         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
59825         All uses removed.
59826         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
59827         Move AC_REQUIRE to next-to-top level, to avoid confusion.
59828         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
59829         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
59830         jm_AC_HEADER_INTTYPES_H.
59831         * m4/jm-macros.m4 (jm_MACROS): Likewise.
59832
59833         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
59834
59835         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
59836         Quote first arg of AC_DEFUN.
59837         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
59838         since they are needed to parse the include file even if we need
59839         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
59840         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
59841         but with opposite signedness.
59842
59843 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59844
59845         Merge 'exclude' changes from tar 1.13.22.
59846         This fixes one or two unlikely storage allocation overflow bugs,
59847         but doesn't change user-visible behavior otherwise.
59848
59849 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59850
59851         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
59852         (jm_PREREQ_EXCLUDE): New macro.
59853
59854 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59855
59856         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
59857         tm to be declared.
59858
59859 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59860
59861         * lib/hash.c: Remove '2001' from copyright notice.
59862
59863 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59864
59865         * lib/full-write.h: New file.
59866         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
59867         * lib/full-write.c: Correct credits, as cccp.c no longer
59868         exists and anyway it was so heavily changed from the old cccp
59869         code as to be unrecognizable.  Include full-write.h.
59870         (full_write) Return size_t, with short writes meaning failure.
59871         All callers changed.  This fixes a bug with large buffers
59872         on 64-bit hosts.
59873         * lib/utime.c: Include full-write.h.
59874
59875 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59876
59877         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
59878         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
59879         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
59880         Include if available.
59881         (<xalloc.h>): Include
59882         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
59883         (verify): New macro.  Use it to verify that EXCLUDE macros do not
59884         collide with FNM macros.
59885         (struct patopts): New struct.
59886         (struct exclude): Use it, as exclude patterns now come with options.
59887         (new_exclude): Support above changes.
59888         (new_exclude, add_exclude_file):
59889         Initial size must now be a power of two to simplify overflow checking.
59890         (free_exclude, fnmatch_no_wildcards): New function.
59891         (excluded_filename): No longer requires options arg, as the options
59892         are determined by add_exclude.  Now returns bool, not int.
59893         (excluded_filename, add_exclude):
59894         Add support for the fancy new exclusion options.
59895         (add_exclude, add_exclude_file): Now takes int options arg.
59896         Check for arithmetic overflow when computing sizes.
59897         (add_exclude_file): xrealloc might modify errno, so don't
59898         realloc until after errno might be used.
59899
59900         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
59901         New macros.
59902         (free_exclude): New decl.
59903         (add_exclude, add_exclude_file): Now takes int options arg.
59904         (excluded_filename): No longer requires options arg, as the options
59905         are determined by add_exclude.  Now returns bool, not int.
59906
59907 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59908
59909         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
59910
59911 2001-08-27  Jim Meyering  <meyering@lucent.com>
59912
59913         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
59914
59915         * lib/version-etc.c (N_): Remove definition.
59916         Revert most of last change.
59917         Instead, simply don't mark the `Copyright...' string for translation.
59918         Based on advice from Paul Eggert.
59919
59920         * lib/strtoxmax.c: Tweak comment.
59921
59922 2001-08-26  Jim Meyering  <meyering@lucent.com>
59923
59924         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
59925
59926         * m4/xstrtoimax.m4: New file.
59927         * m4/xstrtoumax.m4: Add comments explaining why we
59928         AC_REPLACE_FUNCS(strtol).
59929
59930 2001-08-26  Jim Meyering  <meyering@lucent.com>
59931
59932         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
59933         of copyright with `%s' so translators don't get an untranslated
59934         message in 2002.
59935         (COPYRIGHT_YEAR): Define.
59936         (version_etc): Use fprintf rather than fputs.
59937         Suggestion from Ulrich Drepper.
59938
59939         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
59940
59941         * lib/strtoll.c: New file, from GNU libc.
59942         * lib/xstrtoimax.c: New file.
59943
59944         * lib/xstrtol.h: Add xstrtoimax.
59945         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
59946         * lib/strtoimax.c: New file.  Likewise, but first define
59947         STRTOUXMAX_SIGNED.
59948
59949         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
59950         ...
59951         * lib/strtoxmax.c: ... then renamed to this.
59952
59953 2001-08-18  Paul Eggert  <eggert@twinsun.com>
59954
59955         * m4/inttypes.m4: Add AC_PREREQ(2.13).
59956         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
59957         (jm_AC_TYPE_INTMAX_T): New macro.
59958         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
59959
59960         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
59961
59962         * m4/longlong.m4: Renamed from ulonglong.m4.
59963         * m4/inttypes.m4: Renamed from inttypes_h.m4.
59964         * m4/uintmax_t.m4: Removed.
59965
59966 2001-08-13  Paul Eggert  <eggert@twinsun.com>
59967
59968         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
59969         Port to Solaris 8, where 'sed' requires a space after the 'r'
59970         command, and where sh dislikes "$/".  Clean up the spacing a bit.
59971         Redirect output to $tmp just once.
59972
59973 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
59974
59975         * lib/addext.c (<errno.h>): Include.
59976         (errno): Declare if not defined.
59977         (addext): Work correctly when pathconf returns -1 and leaves
59978         errno alone because there is no limit.  Also, work even if
59979         pathconf returns a value greater than SIZE_MAX.
59980
59981 2001-08-12  Jim Meyering  <meyering@lucent.com>
59982
59983         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
59984         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
59985         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
59986         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
59987         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
59988         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
59989         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
59990         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
59991         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
59992         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
59993         utime.m4, utimes.m4, xstrtoumax.m4:
59994         Quote the first argument in each use of AC_DEFUN.
59995
59996 2001-08-12  Jim Meyering  <meyering@lucent.com>
59997
59998         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
59999         Simply `return getcwd (NULL, 0);'.
60000         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
60001         Use 1300 as initial value for length, not PATH_MAX.
60002
60003         * lib/pathmax.h: Clean up cpp syntax.
60004
60005 2001-08-12  Jim Meyering  <meyering@lucent.com>
60006
60007         * lib/gettimeofday.c: New file.
60008         * lib/gtod.h: New file.
60009         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
60010
60011 2001-08-05  Jim Meyering  <meyering@lucent.com>
60012
60013         * m4/jm-macros.m4: Require autoconf-2.52.
60014
60015 2001-08-04  Jim Meyering  <meyering@lucent.com>
60016
60017         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
60018         stmt, to get in sync with glibc.
60019
60020 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60021
60022         The following changes are from gettext 0.10.39 as maintained by
60023         Bruno Haible.
60024
60025         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
60026         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
60027         with inverted sense.  All uses changed.
60028
60029         * lib/mbswidth.c: Don't include <limits.h>.
60030         Include <stdlib.h> and <string.h> unconditionally.
60031         (iswcntrl, mbsinit, ISCNTRL): New macros.
60032         (mbsnwidth): Use K&R style function declarations.
60033         Don't bother checking for MB_LEN_MAX == 1, since the compiler
60034         can optimize it when MB_CUR_MAX == 1.
60035         The width of control characters is zero, not 1.
60036
60037 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60038
60039         The following changes are from gettext 0.10.39 as maintained by
60040         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
60041
60042         * m4/codeset.m4: Upgrade to serial AM1.
60043         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
60044         all uses changed.  Quote first arg of AC_DEFUN.
60045         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
60046
60047         * m4/iconv.m4: Upgrade to serial AM2.
60048         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
60049         Add --with-libconv-prefix.
60050         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
60051         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
60052         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
60053         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
60054         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
60055
60056         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
60057         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
60058         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
60059         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
60060         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
60061         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
60062         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
60063         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
60064         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
60065
60066         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
60067         string.h any more.
60068
60069         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
60070         not the default value.
60071
60072         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
60073         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
60074         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
60075         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
60076         Also check for iswcntrl, used for wcwidth fallback.
60077         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
60078         to Autoconf 2.13.
60079
60080 2001-08-03  Jim Meyering  <meyering@lucent.com>
60081
60082         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
60083         as it was in the original.  Reported by Paul Eggert.
60084
60085 2001-07-16  Jim Meyering  <meyering@lucent.com>
60086
60087         * m4/gettimeofday.m4: New file.
60088         Prompted by a report from Bernhard Baehr.
60089
60090 2001-07-15  Jim Meyering  <meyering@lucent.com>
60091
60092         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
60093         stuff. Now it's in ../Makefile.cfg.
60094
60095 2001-07-15  Jim Meyering  <meyering@lucent.com>
60096
60097         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
60098         (BUILT_SOURCES): Add unlocked-io.h.
60099         (io_functions): Define.
60100         (unlocked-io.h): New rule.
60101         (DISTCLEANFILES): Add unlocked-io.h.
60102         (all-local): Depend on unlocked-io.h, to ensure it is created.
60103
60104         * lib/unlocked-io.hin: New file
60105
60106         * lib/regex.c: Update from glibc.
60107
60108 2001-07-05  Jim Meyering  <meyering@lucent.com>
60109
60110         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
60111         recommendation.
60112         (libfetish_a_SOURCES): Put all .h files here instead.
60113         Remove a thus-exposed (better checks in automake) duplicate and
60114         two unnecessary .h files.
60115
60116 2001-07-04  Jim Meyering  <meyering@lucent.com>
60117
60118         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
60119         that generates jm-glibc-io.m4 so that it doesn't trigger any make
60120         distcheck failure.
60121
60122 2001-07-02  Jim Meyering  <meyering@lucent.com>
60123
60124         The following changes were prompted by suggestions from Bruno Haible.
60125
60126         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
60127         is now generated.
60128         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
60129         definition of EXTRA_DIST.
60130         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
60131         ensure that the generated file is created/updated whenever the list
60132         of $(unlocked_functions) is changed.
60133         (jm-glibc-io.m4): New rule.
60134         (unlocked-io.h): New rule -- currently unused.
60135
60136 2001-06-24  Jim Meyering  <meyering@lucent.com>
60137
60138         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
60139         unmatched right bracket, rather than kludging it with an extra,
60140         falsely-matching quote in a comment.  Patch by Akim Demaille.
60141
60142 2001-06-11  Jim Meyering  <meyering@lucent.com>
60143
60144         * lib/regex.c: Update from GNU libc.
60145
60146 2001-05-27  Jim Meyering  <meyering@lucent.com>
60147
60148         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
60149         Check for ut_type in struct utmp.
60150
60151 2001-05-27  Jim Meyering  <meyering@lucent.com>
60152
60153         * lib/readutmp.h (UT_TYPE): Define.
60154
60155 2001-05-24  Jim Meyering  <meyering@lucent.com>
60156
60157         * lib/argmatch.c: Include "quote.h".
60158         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
60159         quote function.  Reported by Göran Uddeborg.
60160
60161 2001-05-22  Jim Meyering  <meyering@lucent.com>
60162
60163         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
60164         now that we use the package-supplied version unconditionally.
60165         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
60166
60167 2001-05-21  Jim Meyering  <meyering@lucent.com>
60168
60169         * m4/regex.m4: Change a couple backticks to single quotes to avoid
60170         shell syntax errors.
60171
60172 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60173
60174         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
60175
60176 2001-05-20  Paul Eggert  <eggert@twinsun.com>
60177
60178         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
60179         Don't bother to check library strftime, since
60180         we'll be using our own my_strftime function anyway.
60181         Define my_strftime instead of strftime.
60182
60183 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
60184
60185         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
60186         which is not yet declared.
60187
60188 2001-05-15  Jim Meyering  <meyering@lucent.com>
60189
60190         * m4/regex.m4: Use proper quoting so brackets appear in the test
60191         program.
60192         Reported by, and with help from, Bruno Haible.
60193
60194 2001-05-13  Jim Meyering  <meyering@lucent.com>
60195
60196         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
60197         undefined.
60198
60199 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60200
60201         dirname code cleanup.  base_name now behaves more compatibly
60202         with POSIX basename when given file names that have trailing
60203         slashes, and similarly for dir_name.  Add new primitives
60204         base_len and dir_len.  Put the directory-name-related decls
60205         into dirname.h.
60206
60207         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
60208         * lib/backupfile.c (base_name): Likewise.
60209         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
60210         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
60211         * lib/makepath.c (strip_trailing_slashes): Likewise.
60212         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
60213         ISSLASH): Likewise.
60214         * lib/rename.c (strip_trailing_slashes): Likewise.
60215         * lib/same.c (base_name): Likewise.
60216         * lib/stripslash.c (ISSLASH): Likewise.
60217
60218         * lib/addext.c: Include <dirname.h> after size_t is defined.
60219         * lib/backupfile.c: Likewise.
60220
60221         * lib/addext.c (addext): Use base_len to trim redundant
60222         trailing slashes instead of doing it ourselves.
60223         But do not trim the last slash if it is not redundant.
60224
60225         * lib/backupfile.c (find_backup_file_name,
60226         max_backup_version): Use base_len instead of rolling it ourselves.
60227         Handle the case of "" and (on DOS) "C:" correctly.
60228
60229         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
60230         needed. Include <string.h>, <dirname.h>.
60231         (base_name): Allow file names ending in slashes, other than names
60232         that are all slashes.  In this case, return the basename followed
60233         by the slashes.  This is more general, and can be used in places
60234         where the original base_name purposely had an assertion failure.
60235         (base_len): New function.
60236
60237         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
60238         Do not include <assert.h>; no longer needed.
60239         Include xalloc.h.
60240         (memrchr): Remove decl.
60241         (dir_name_r): Remove.
60242         (dir_len): Renamed from dirlen.  All callers changed.
60243         Rewrite in terms of base_name, for simplicity and consistency.
60244         (dir_name): Never return NULL.  All callers changed.
60245         Do not include <stdlib.h> in test program; no longer needed.
60246         return 0; is fine for test program.
60247
60248         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
60249         New macros.
60250         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
60251
60252         * lib/path-concat.c (path_concat): Use base_len to compute
60253         base length, not strlen; this means we cannot rely on memcpy
60254         to null-terminate.
60255
60256         * lib/same.c (STREQ): Remove.
60257         (same_name): Handle the case where the basename ends in trailing '/'.
60258
60259         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
60260         a slash was stripped.  Do not strip the last slash after a
60261         file system prefix.
60262
60263 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60264
60265         * lib/Makefile.am (libfetish_a_SOURCES):
60266         Add strftime.c, since we now compile it on all hosts.
60267
60268         * lib/strftime.c (my_strftime):
60269         Define to nstrftime if emacs, but only if my_strftime is not defined.
60270         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
60271         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
60272         Add one more extra argument: a nanoseconds value.
60273         All uses changed.
60274         (ns): New macro.
60275         (my_strftime function): Add %N format.
60276         (emacs_strftimeu): Renamed from emacs_strftime,
60277         with extra ut argument.
60278
60279 2001-05-09  Paul Eggert  <eggert@twinsun.com>
60280
60281         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
60282
60283 2001-04-21  Jim Meyering  <meyering@lucent.com>
60284
60285         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
60286         doesn't interfere.
60287
60288 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60289
60290         * m4/ftruncate.m4: Check for chsize.
60291         Link with ftruncate.o unconditionally if ftruncate is missing.
60292         This was required when cross-compiling to i586-mingw32msvc.
60293
60294 2001-04-08  Jim Meyering  <meyering@lucent.com>
60295
60296         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
60297         recomputed; that's necessary when the offset spans a DST transition.
60298         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
60299
60300 2001-04-02  Jim Meyering  <meyering@lucent.com>
60301
60302         * lib/regex.h, regex.c: Update from GNU libc.
60303
60304 2001-03-24  Jim Meyering  <meyering@lucent.com>
60305
60306         * m4/jm-macros.m4: Require autoconf-2.49d.
60307
60308 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
60309
60310         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
60311
60312 2001-03-19  Paul Eggert  <eggert@twinsun.com>
60313
60314         * lib/version-etc.c (version_etc_copyright): Update to 2001.
60315
60316 2001-03-17  Jim Meyering  <meyering@lucent.com>
60317
60318         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
60319         now that the version in autoconf is equivalent.
60320         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
60321
60322         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
60323         Suggestion from Akim Demaille.
60324
60325         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
60326         (jm_PREREQ_TEMPNAME): New function.
60327
60328 2001-03-16  Paul Eggert  <eggert@twinsun.com>
60329
60330         * lib/tempname.c (uint64_t): Define to uintmax_t if
60331         not defined, and if UINT64_MAX is not defined.
60332         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
60333         Reported by John David Anglin.
60334
60335 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
60336
60337         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
60338         resolve alias if codeset is empty.
60339         * lib/config.charset (BeOS): Use wildcard syntax.
60340
60341 2001-03-13  Jim Meyering  <meyering@lucent.com>
60342
60343         * lib/path-concat.c (path_concat)
60344         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
60345         concatenating e.g., `C:' and `foo'.
60346         From Bruno Haible.
60347
60348 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60349
60350         * lib/localcharset.c (locale_charset): Don't use
60351         setlocale(LC_CTYPE,NULL). Don't return NULL.
60352         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
60353
60354 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60355
60356         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
60357         support for DOS/DJGPP.
60358
60359 2001-03-01  Paul Eggert  <eggert@twinsun.com>
60360
60361         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
60362         lacks mkstemp.  Compile our own tempname.c if we compile our own
60363         mkstemp.c, as mkstemp relies on tempname.
60364
60365 2001-03-01  Jim Meyering  <meyering@lucent.com>
60366
60367         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
60368         AH_VERBATIM really does output its argument verbatim.
60369
60370 2001-02-28  Paul Eggert  <eggert@twinsun.com>
60371
60372         * lib/Makefile.am (libfetish_a_SOURCES):
60373         Add dup-safer.c, fopen-safer.c.
60374         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
60375
60376         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
60377         * lib/unistd-safer.h: New files.
60378
60379 2001-02-25  Paul Eggert  <eggert@twinsun.com>
60380
60381         The mkstemp replacement is taken from glibc 2.2.2, with some
60382         portability fixes for use outside glibc, as follows:
60383
60384         * lib/tempname.c (struct_stat64): New macro.
60385         (direxists, __gen_tempname): Use it.
60386         This avoids a portability problem with Solaris 8.
60387
60388         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
60389         (<stddef.h>, <stdint.h>, <string.h>):
60390         Include only if STDC_HEADERS || _LIBC.
60391         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
60392         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
60393         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
60394         (__set_errno): Define this macro if <errno.h> doesn't.
60395         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
60396         Define these macros if <stdio.h> doesn't.
60397         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
60398         Define these macros if <sys/stat.h>
60399         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
60400         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
60401         __xstat64): Define if not _LIBC.
60402         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
60403         (__gen_tempname): Invoke gettimeofday only if
60404         HAVE_GETTIMEOFDAY || _LIBC;
60405         otherwise, fall back on plain "time".
60406         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
60407
60408         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
60409
60410         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
60411
60412 2001-02-18  Paul Eggert  <eggert@twinsun.com>
60413
60414         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
60415
60416 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60417
60418         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
60419         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
60420         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
60421         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60422
60423 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60424
60425         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
60426         Remove workaround macros for hosts that have mbrtowc but not
60427         mbstate_t, as we now insist on proper declarations for both
60428         before using mbrtowc.
60429
60430 2001-02-17  Jim Meyering  <meyering@lucent.com>
60431
60432         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
60433         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
60434         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
60435         UnixWare 7.1.1.
60436
60437         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
60438         rather than AC_CACHE_VAL.
60439
60440 2001-02-17  Jim Meyering  <meyering@lucent.com>
60441
60442         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
60443         around included file name.
60444
60445         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
60446
60447         * lib/strftime.c: Update from GNU libc (the only changes were to
60448         comments).
60449
60450 2001-02-17  Jim Meyering  <meyering@lucent.com>
60451
60452         * lib/regex.c: Update from libc.
60453
60454 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
60455
60456         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
60457         clash.
60458
60459 2001-02-16  Paul Eggert  <eggert@twinsun.com>
60460
60461         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
60462         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
60463         Reported by Mark Hounschell via Paul Eggert.
60464
60465 2001-02-07  Jim Meyering  <meyering@lucent.com>
60466
60467         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
60468
60469 2001-02-05  Jim Meyering  <meyering@lucent.com>
60470
60471         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
60472         it includes the patch required for `large file' support with at least
60473         HP-UX's 10.20 /bin/cc.
60474
60475 2001-02-03  Jim Meyering  <meyering@lucent.com>
60476
60477         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
60478         AS_IF, now that it works once again (mysteriously).
60479         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
60480
60481 2001-01-30  Jim Meyering  <meyering@lucent.com>
60482
60483         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
60484         * m4/chown.m4: Rename conftestchown to conftest.chown.
60485         * m4/rename.m4: s/conftestdir/conftest.d1/ and
60486         s/conftestdir2/conftest.d2/.
60487         * m4/utimes.m4: s/conftestdata/conftest.data/
60488         Inspired by Pavel Roskin's change in autoconf.
60489
60490 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
60491
60492         * lib/config.charset: Update for FreeBSD 4.2.
60493
60494 2001-01-27  Jim Meyering  <meyering@lucent.com>
60495
60496         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
60497         a use of AS_IF.
60498         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
60499
60500 2001-01-26  Jim Meyering  <meyering@lucent.com>
60501
60502         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
60503         quotearg.c includes it.
60504
60505 2001-01-26  Jim Meyering  <meyering@lucent.com>
60506
60507         * lib/quotearg.c: Include stddef.h.
60508         * lib/quote.c: Include stddef.h.
60509         Reported by Axel Kittenberger.
60510
60511         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
60512         line in double quotes so that it evokes a better diagnostic.
60513         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
60514         Reported by Axel Kittenberger.
60515
60516 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
60517
60518         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
60519         as if it was a `charset'.
60520
60521 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
60522
60523         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
60524         has const.
60525
60526 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
60527
60528         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
60529         to avoid a warning.  Add back 'const' to inptr.
60530
60531 2001-01-20  Jim Meyering  <meyering@lucent.com>
60532
60533         Be sure that headers are checked before used in code compiled
60534         for the type checks.
60535         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
60536         In place of that, invoke jm_CHECK_ALL_TYPES.
60537         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
60538         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
60539         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
60540         The check for ssize_t was mistakenly run before the test for unistd.h.
60541
60542         The configure-time check for stdbool.h was missing.
60543         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
60544         (jm_PREREQ_HASH): New function.
60545
60546 2001-01-17  Jim Meyering  <meyering@lucent.com>
60547
60548         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
60549         for autoconf-2.49c.
60550         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
60551
60552 2001-01-16  Jim Meyering  <meyering@lucent.com>
60553
60554         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
60555         From Bruno Haible.
60556
60557 2001-01-14  Jim Meyering  <meyering@lucent.com>
60558
60559         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
60560         foo and bar.  Create conftestdir/ in the script, not in the C code.
60561         Remove directories in the script, not in the C code.
60562         Remove conftestdir{,2} before trying to create the directory.
60563         Make the entire configure script fail if the mkdir fails.
60564
60565 2001-01-14  Jim Meyering  <meyering@lucent.com>
60566
60567         * lib/rename.c: New file.  From Volker Borchert.
60568         Include stdlib.h, string.h or strings.h, and xalloc.h.
60569         Use strip_trailing_slashes rather than open-coding it.
60570
60571 2001-01-03  Paul Eggert  <eggert@twinsun.com>
60572
60573         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
60574
60575 2001-01-03  Jim Meyering  <meyering@lucent.com>
60576
60577         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
60578         of local `inptr' to avoid warning with some system declarations of
60579         iconv.
60580
60581 2001-01-02  Volker Borchert  <bt@teknon.de>
60582
60583         * m4/rename.m4: New file.
60584         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
60585
60586 2001-01-01  Jim Meyering  <meyering@lucent.com>
60587
60588         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
60589         even on systems with utmpx.h.  It's necessary for the declaration of
60590         utmp's ut_user member.  Reported by Andreas Jaeger.
60591
60592         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
60593         available. They are required for the declarations of getgrgid and
60594         getpwuid resp.
60595         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
60596         Reported by Andreas Jaeger.
60597
60598 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
60599
60600         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
60601         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
60602         so `make install' also works in VPATH builds.
60603
60604 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
60605
60606         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
60607         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
60608         can be used in subdirectories.
60609
60610 2000-12-29  Paul Eggert  <eggert@twinsun.com>
60611
60612         * lib/modechange.c: Do not assume that mode_t uses the
60613         traditional octal encoding.  E.g. "chmod 1 FOO" should set
60614         the other-execute bit of FOO even if S_IXOTH != 1.
60615
60616         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
60617         WOTH, XOTH, ALLM): New macros.
60618         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
60619          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
60620         Use them.
60621         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
60622         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
60623         (mode_compile):
60624         No need to use uintmax_t; unsigned long is long enough.
60625         Don't bother to get suffix since we don't use it.
60626
60627 2000-12-26  Jim Meyering  <meyering@lucent.com>
60628
60629         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
60630         better with autoheader.
60631
60632 2000-12-24  Jim Meyering  <meyering@lucent.com>
60633
60634         * lib/hash.c (is_prime): Return explicit boolean values.
60635         (hash_get_first): Return NULL to appease Irix5.6's 89.
60636         Reported by Nelson Beebe.
60637
60638 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
60639
60640         * lib/localcharset.c (locale_charset): Add support for Win32.
60641
60642 2000-12-18  Paul Eggert  <eggert@twinsun.com>
60643
60644         * lib/physmem.h, lib/physmem.c: New files.
60645
60646         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
60647         (noinst_HEADERS): Add physmem.h.
60648
60649         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
60650         't' for compatibility with Solaris 8 sort.
60651
60652 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
60653
60654         * lib/config.charset: Add support for BeOS.
60655
60656 2000-12-17  Jim Meyering  <meyering@lucent.com>
60657
60658         * m4/dos.m4 (jm_AC_DOS): New file and macro.
60659         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
60660
60661 2000-12-16  Jim Meyering  <meyering@lucent.com>
60662
60663         This bug had a serious impact on chown: `chown N:M FILE' (for integer
60664         N and M) would have treated it like `chown N:N FILE'.
60665
60666         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
60667
60668 2000-12-16  Jim Meyering  <meyering@lucent.com>
60669
60670         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
60671         SHELLS_FILE to a file name that's useful on djgpp systems.
60672         Include stdlib.h.
60673         (ADDITIONAL_DEFAULT_SHELLS): Define.
60674         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
60675         Based mostly on a patch from Prashant TR.
60676
60677 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
60678
60679         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
60680         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
60681         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
60682
60683 2000-12-08  Andreas Schwab  <schwab@suse.de>
60684
60685         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
60686         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
60687
60688 2000-12-07  Jim Meyering  <meyering@lucent.com>
60689
60690         * lib/stripslash.c (ISSLASH): Define.
60691         (strip_trailing_slashes): Use ISSLASH rather than comparing against
60692         `/'.
60693         From Prashant TR.
60694
60695         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
60696         (dir_name_r): Declare this function as static.
60697         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
60698         manifest itself on a name containing a mix of slashes and
60699         backslashes.
60700         Make this function work with names starting with a DOS-style
60701         drive letter and colon prefix.
60702         (dir_name): Append `.' if necessary.
60703         Based mostly on patches from Prashant TR and Eli Zaretskii.
60704
60705         * lib/dirname.h (dir_name_r): Remove prototype.
60706
60707 2000-12-06  Paul Eggert  <eggert@twinsun.com>
60708
60709         * m4/off_t-format.m4: Remove this file.
60710         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
60711
60712 2000-12-06  Jim Meyering  <meyering@lucent.com>
60713
60714         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
60715         replacement strtoull, we may well need the replacement strtoul, too.
60716         Check for declarations of strtoul and strtoull.
60717         Check for strtol.  Mainly as a cue to cause automake to include
60718         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
60719         Check for limits.h -- strtol.c needs it.
60720
60721 2000-12-05  Jim Meyering  <meyering@lucent.com>
60722
60723         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
60724
60725 2000-12-04  Jim Meyering  <meyering@lucent.com>
60726
60727         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
60728         Also include memory.h, stdlib.h, unistd.h if appropriate.
60729         Reported by Andreas Jaeger (conflicting declaration of malloc).
60730
60731 2000-12-02  Jim Meyering  <meyering@lucent.com>
60732
60733         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
60734         * m4/jm-macros.m4 (jm_MACROS): require it.
60735
60736 2000-12-02  Jim Meyering  <meyering@lucent.com>
60737
60738         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
60739
60740 2000-12-01  Paul Eggert  <eggert@twinsun.com>
60741
60742         * lib/memrchr.c: Include <config.h> before any system include file.
60743
60744 2000-11-30  Jim Meyering  <meyering@lucent.com>
60745
60746         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
60747
60748 2000-11-30  Jim Meyering  <meyering@lucent.com>
60749
60750         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
60751
60752 2000-11-29  Paul Eggert  <eggert@twinsun.com>
60753
60754         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
60755
60756 2000-11-26  Jim Meyering  <meyering@lucent.com>
60757
60758         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
60759
60760 2000-11-22  Paul Eggert  <eggert@twinsun.com>
60761
60762         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
60763         size of (size_t) -1; it's not portable.
60764
60765 2000-11-17  Jim Meyering  <meyering@lucent.com>
60766
60767         * lib/strstr.c: Update from GNU libc.
60768
60769 2000-11-17  Akim Demaille  <akim@epita.fr>
60770
60771         * lib/obstack.h: Formatting changes.
60772         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
60773         prevent type checking.
60774         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
60775         cast the value to (void *): assigning a `foo *' to a `void *'
60776         variable is valid.
60777         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
60778
60779 2000-11-16  Jim Meyering  <meyering@lucent.com>
60780
60781         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
60782
60783 2000-11-11  Jim Meyering  <meyering@lucent.com>
60784
60785         * lib/error.c: Add a couple #includes, merging from GNU libc version.
60786
60787 2000-11-10  Jim Meyering  <meyering@lucent.com>
60788
60789         * lib/obstack.h: Update from GNU libc.
60790         * lib/obstack.c: Likewise.
60791
60792 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
60793
60794         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
60795
60796 2000-11-06  Paul Eggert  <eggert@twinsun.com>
60797
60798         * lib/getusershell.c (setusershell): Use rewind rather than
60799         fseek/fseeko, to avoid configuration hassles with fseeko.
60800         Don't bother opening SHELLS_FILE if shellstream is NULL;
60801         it's not necessary.
60802
60803 2000-11-05  Jim Meyering  <meyering@lucent.com>
60804
60805         * lib/makepath.h (make_dir): Declare.
60806         * lib/makepath.c (make_dir): Remove `static' attribute.
60807         Tweak a comment.
60808
60809 2000-11-04  Jim Meyering  <meyering@lucent.com>
60810
60811         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
60812
60813 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
60814
60815         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
60816         last one in a bucket, advance to the next bucket.
60817
60818 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
60819
60820         * lib/fnmatch.c: Do not comment out all the code if we are using
60821         the GNU C library, because in some cases we are replacing buggy
60822         code in the GNU C library itself.
60823
60824 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
60825
60826         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
60827         (regex_compile): Catch bogus \(\1\).
60828
60829 2000-10-30  Paul Eggert  <eggert@twinsun.com>
60830
60831         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
60832         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
60833         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
60834
60835 2000-10-30  Paul Eggert  <eggert@twinsun.com>
60836
60837         * lib/error.h, getline.h, modechange.h:
60838         Remove "2000" from Copyright line, as the file hasn't been
60839         changed this year other than in the copyright notice.
60840
60841         * lib/xalloc.h: Add "2000" to Copyright line, as this file
60842         was changed this year.
60843
60844 2000-10-29  Jim Meyering  <meyering@lucent.com>
60845
60846         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
60847         renaming.
60848         * m4/ls-mntd-fs.m4: Likewise
60849
60850 2000-10-29  Jim Meyering  <meyering@lucent.com>
60851
60852         * lib/xstat.in: Fix grammar in comment.
60853
60854 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
60855
60856         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
60857         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
60858         doesn't define __restrict_arr.
60859
60860 2000-10-28  Jim Meyering  <meyering@lucent.com>
60861
60862         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
60863         (jm_PREREQ_MEMCHR): New function.
60864
60865 2000-10-28  Jim Meyering  <meyering@lucent.com>
60866
60867         * lib/memchr.c: Update from libc.
60868         Adjust for portability:
60869         [HAVE_STDLIB_H]: Include stdlib.h.
60870         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
60871         Undef __memchr, too.
60872         [!weak_alias]: Define __memchr to memchr.
60873
60874         * lib/regex.c: Update from libc.
60875         * lib/regex.h: Likewise.
60876         * lib/getopt1.c: Likewise.
60877         * lib/memcmp.c: Likewise.
60878
60879         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
60880         Avoid using fseek, when possible -- it's broken by design.
60881         Patch by Ulrich Drepper.
60882
60883 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
60884
60885         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
60886         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
60887         Giving in to popular pressure to shut up the compiler with casts.
60888
60889 2000-10-26  Jim Meyering  <meyering@lucent.com>
60890
60891         * lib/strftime.c: Update from libc.
60892
60893 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
60894
60895         * regex.c: More `unsigned char' -> `re_char' changes.
60896         Also change several `int' into `re_wchar_t'.
60897         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
60898         (PUSH_FAILURE_POINTER): Don't cast any more.
60899         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
60900         We want GCC to complain, since this piece of code makes
60901         re_match non-reentrant, which *should* be fixed.
60902         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
60903         (EXTEND_BUFFER): Use RETALLOC.
60904         (SET_LIST_BIT): Don't cast.
60905         (re_wchar_t): New type.
60906         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
60907         that those two functions will always properly return.
60908         (IMMEDIATE_QUIT_CHECK): Cast to void.
60909         (analyse_first): Use recursion rather than an explicit stack.
60910         (re_compile_fastmap): Can't fail anymore.
60911         (re_search_2): Don't check re_compile_fastmap for failure.
60912         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
60913         Now also sets the new value (passed in a new argument).
60914         (re_match_2_internal): Use it.
60915         Also, use a new var `reg' of type size_t when looping through regs
60916         rather than reuse the inappropriate `mcnt'.
60917
60918 2000-10-25  Jim Meyering  <meyering@lucent.com>
60919
60920         * lib/obstack.c: Update from libc.
60921
60922 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
60923
60924         * regex.c (regex_compile): Change the way of handling a range from
60925         a char less than 256 to a char not less than 256.
60926
60927 2000-10-24  Andrew Innes  <andrewi@gnu.org>
60928
60929         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
60930         NT-Emacs only.
60931         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
60932         so that re_search functions only quit when callers expect them to.
60933
60934 2000-10-23  Jim Meyering  <meyering@lucent.com>
60935
60936         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
60937         wrong.  That set_locale call must not have any side effects.
60938         From Paul Eggert.
60939
60940 2000-10-22  Jim Meyering  <meyering@lucent.com>
60941
60942         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
60943         [CYCLIC]: Remove now-unused definition.
60944
60945         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
60946         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
60947         Suggestion from Ulrich Drepper.
60948
60949 2000-10-21  Jim Meyering  <meyering@lucent.com>
60950
60951         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
60952         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
60953         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
60954
60955 2000-10-21  Jim Meyering  <meyering@lucent.com>
60956
60957         * lib/dirname.c (memrchr): Declare if necessary.
60958         (dir_name): Remove the restriction that there be no
60959         trailing slashes.  Now, this code skips past them, effectively
60960         ignoring them.
60961         [TEST_DIRNAME] (main): New unit tests.
60962
60963         * lib/memrchr.c: New file from GNU libc.
60964         Undef __memrchr, too.
60965         [!weak_alias]: Define __memrchr to memrchr.
60966         Guard weak_alias use with `#ifdef weak_alias'.
60967
60968 2000-10-21  Jim Meyering  <meyering@lucent.com>
60969
60970         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
60971         (dir_name): Use dir_name_r.
60972         * lib/dirname.h (dir_name_r): Declare it.
60973
60974 2000-10-17  Jim Meyering  <meyering@lucent.com>
60975
60976         * lib/quote.h (PARAMS): Define and use.
60977         Reported by Akim Demaille.
60978
60979         * lib/getopt.c: Update from libc.
60980
60981 2000-10-16  Jim Meyering  <meyering@lucent.com>
60982
60983         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
60984         setlocale.
60985         From Jan Fedak.
60986
60987 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
60988
60989         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
60990
60991 2000-09-25  Jim Meyering  <meyering@lucent.com>
60992
60993         * lib/md5.h (rol): Define (from GnuPG).
60994
60995         * lib/sha.c: Give credit (GnuPG) where due.
60996         (M): Use rol rather than open-coding it.
60997         Add a FIXME comment.
60998
60999 2000-09-21  Jim Meyering  <meyering@lucent.com>
61000
61001         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
61002         Reported by Michael Stone.
61003
61004 2000-09-20  Jim Meyering  <meyering@lucent.com>
61005
61006         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
61007         (noinst_HEADERS): Add sha.h.
61008         Based on code from Scott G. Miller and from GnuPG.
61009
61010 2000-09-18  Jim Meyering  <meyering@lucent.com>
61011
61012         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
61013         LIBS. Otherwise, everyone ends up linking with -lelf for some
61014         configurations.
61015         Reported by Mike Stone.
61016
61017 2000-09-15  Jim Meyering  <meyering@lucent.com>
61018
61019         * lib/regex.c: Update from libc.
61020
61021 2000-09-10  Jim Meyering  <meyering@lucent.com>
61022
61023         * lib/getopt.c (_getopt_internal): Update from glibc.
61024
61025 2000-09-09  Jim Meyering  <meyering@lucent.com>
61026
61027         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
61028         think it should be used as a general replacement for isascii.
61029         * lib/fnmatch.c: Likewise.
61030         * lib/mbswidth.c: Likewise
61031         * lib/regex.c: Likewise.
61032
61033         Don't use atoi.
61034         * lib/userspec.c: Include sys/param.h and limits.h.
61035         Include xstrtol.h.
61036         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61037         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
61038         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
61039         UID, GID.  Check range.
61040
61041 2000-09-06  Jim Meyering  <meyering@lucent.com>
61042
61043         * lib/getopt.c (_getopt_internal): Update from glibc.
61044
61045 2000-08-30  Jim Meyering  <meyering@lucent.com>
61046
61047         * lib/strftime.c: Merge in changes from GNU libc.
61048
61049 2000-08-26  Jim Meyering  <meyering@lucent.com>
61050
61051         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
61052         * m4/fpending.m4: New file.
61053
61054 2000-08-26  Jim Meyering  <meyering@lucent.com>
61055
61056         * lib/closeout.c: Include "__fpending.h".
61057         (close_stdout_status): Return right away if there's nothing to flush.
61058
61059         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
61060         * lib/__fpending.c: New file.
61061         * lib/__fpending.h: New file.
61062
61063 2000-08-20  Jim Meyering  <meyering@lucent.com>
61064
61065         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
61066         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
61067         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
61068
61069 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
61070
61071         Improve fileutils installation on systems where running
61072         programs (like install) can't be unlinked.
61073         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
61074         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
61075
61076 2000-08-07  Paul Eggert  <eggert@twinsun.com>
61077
61078         Standardize on "memory exhausted" instead of "Memory exhausted"
61079         or "virtual memory exhausted".
61080         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
61081         "virtual memory exhausted".
61082         * lib/same.c (same_name): Invoke xalloc_die instead of printing
61083         our own message.
61084         * lib/userspec.c (parse_user_spec): Likewise.
61085         * lib/bumpalloc.h: comment fix
61086         * lib/same.c, userspec.c: Include xalloc.h.
61087
61088         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
61089         not char *const and pointing to a constant array.
61090         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
61091         (xrealloc): Comment fix.
61092
61093         * lib/userspec.c (parse_user_spec):
61094         Don't translate a message until just before returning,
61095         to avoid unnecessary translation.
61096
61097 2000-08-07  Jim Meyering  <meyering@lucent.com>
61098
61099         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
61100         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
61101         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
61102         getgroups.c, gethostname.c, getopt.h, group-member.c,
61103         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
61104         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
61105         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
61106         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
61107         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
61108         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
61109         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
61110         yesno.c: Back out Copyright date changes for each file with no change
61111         this year.  This eases coordination with other programs using the same
61112         source code modules.  From Paul Eggert.
61113
61114 2000-08-06  Paul Eggert  <eggert@twinsun.com>
61115
61116         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
61117         not char, for compatibility with glibc 2.1.3 strftime.c.
61118
61119 2000-08-03  Greg McGary  <greg@mcgary.org>
61120
61121         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
61122         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
61123         (EXTEND_BUFFER): Use them.
61124
61125 2000-08-01  Jim Meyering  <meyering@lucent.com>
61126
61127         * lib/dirname.c (ISSLASH): Define.
61128         (BACKSLASH_IS_PATH_SEPARATOR): Define.
61129         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
61130         both `\' and `/' may be use as path separators.
61131         Based on a patch from Prashant TR.
61132
61133 2000-07-31  Paul Eggert  <eggert@twinsun.com>
61134
61135         * lib/quotearg.c (quotearg_n_options): Don't make the initial
61136         slot vector a constant, since it might get modified.
61137
61138 2000-07-31  Jim Meyering  <meyering@lucent.com>
61139
61140         * lib/xmalloc.c: Use `virtual memory exhausted', not
61141         `Memory exhausted'.
61142         * lib/obstack.c (print_and_abort): Likewise.
61143
61144 2000-07-30  Paul Eggert  <eggert@twinsun.com>
61145
61146         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
61147         buffer, so that the caller can always quote one small
61148         component of a "memory exhausted" message in slot 0.
61149         From a suggestion by Jim Meyering.
61150
61151 2000-07-30  Jim Meyering  <meyering@lucent.com>
61152
61153         * lib/makepath.c (make_path): Quote the other instance, too.
61154
61155         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
61156         (STATIC_BUF_SIZE): Define.
61157         (quotearg_n_options): Use only statically allocated storage when
61158         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
61159         than STATIC_BUF_SIZE.
61160
61161 2000-07-29  Jim Meyering  <meyering@lucent.com>
61162
61163         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
61164         * lib/dirname.c (dir_name): Likewise.
61165
61166         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
61167         `/'.
61168
61169         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
61170         (dir_name): Assert that there are no trailing slashes.
61171
61172 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
61173
61174         * lib/mbswidth.h (mbswidth): Add a flags argument.
61175         (mbswidth): New declaration.
61176         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
61177         * lib/mbswidth.c (mbswidth): Add a flags argument.
61178         (mbsnwidth): New function.
61179
61180 2000-07-24  Jim Meyering  <meyering@lucent.com>
61181
61182         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
61183
61184 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61185
61186         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
61187
61188 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61189
61190         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
61191         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
61192         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
61193         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
61194         invoke multibyte primitives.
61195
61196 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61197
61198         * lib/quotearg.c:
61199         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
61200         so that mbstate_t is always defined.
61201
61202         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
61203         be 1 in at least one GCC installation, and this configuration
61204         error is likely to be common.  Ignoring MB_LEN_MAX hurts
61205         performance on hosts that have mbrtowc but have only unibyte
61206         locales, but I assume these hosts are rare.
61207
61208 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61209
61210         * lib/mbswidth.c (_XOPEN_SOURCE):
61211         Don't define; this causes problems on Solaris 7.
61212         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
61213
61214 2000-07-23  Jim Meyering  <meyering@lucent.com>
61215
61216         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
61217         too: getgrgid, getpwuid, getuid.
61218
61219 2000-07-23  Jim Meyering  <meyering@lucent.com>
61220
61221         * lib/basename.c (base_name): Add an assertion.
61222
61223 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
61224
61225         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
61226         shadow its mbsinit function.
61227
61228 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61229
61230         * lib/mbswidth.h: New file.
61231         * lib/mbswidth.c: New file.
61232         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
61233         (noinst_HEADERS): Add mbswidth.h.
61234
61235 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61236
61237         * lib/config.charset: Add support for FreeBSD. Improve support for
61238         HP-UX and IRIX 6.
61239
61240 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
61241
61242         * m4/mbswidth.m4: New file.
61243         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
61244
61245 2000-07-15  Jim Meyering  <meyering@lucent.com>
61246
61247         * lib/makepath.c: Include quote.h.
61248         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
61249         corresponding argument in a `quote (...)' call.
61250         Give better diagnostics.
61251
61252         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
61253         (noinst_HEADERS): Add quote.h.
61254
61255         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
61256         from tar's src/misc.c.
61257         * lib/quote.h: New file.  Prototypes for same.
61258
61259 2000-07-14  Paul Eggert  <eggert@twinsun.com>
61260
61261         From a suggestion by Bruno Haible.
61262         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
61263         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
61264         to decide whether to define the BeOS workaround macro;
61265         this adjusts to the change to AC_MBSTATE_T.
61266
61267 2000-07-14  Jim Meyering  <meyering@lucent.com>
61268
61269         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
61270         jm_AC_TYPE_UINTMAX_T.
61271
61272 2000-07-13  Paul Eggert  <eggert@twinsun.com>
61273
61274         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
61275
61276         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
61277         quotearg_buffer_restyled): Add support for
61278         clocale_quoting_style.  Undo previous change to
61279         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
61280         and "{RIGHT QUOTATION MARK}" msgids.
61281
61282 2000-07-10  Paul Eggert  <eggert@twinsun.com>
61283
61284         From a suggestion by Bruno Haible.
61285         * m4/mbstate_t.m4 (AC_MBSTATE_T):
61286         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
61287         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
61288         and mbstate_t, to a single-part test that simply defines mbstate_t.
61289         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
61290         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
61291
61292 2000-07-10  Jim Meyering  <meyering@lucent.com>
61293
61294         * m4/strerror_r.m4: Mirror the correction made in autoconf.
61295
61296         * m4/gnu-source.m4: Output to confdefs.h directly.
61297         Suggestion from Akim Demaille.
61298
61299 2000-07-09  Paul Eggert  <eggert@twinsun.com>
61300
61301         The old behavior of quoting `like this' doesn't look good with
61302         newer, ISO-style fonts.  See:
61303         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
61304
61305         Instead, quote "like this" by default.  Let the translator
61306         tailor the locale-specific quoting behavior by providing
61307         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
61308
61309         * lib/quotearg.c (N_): New macro.
61310         (gettext_default): New function.
61311         (quotearg_buffer_restyled): Use
61312         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
61313         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
61314
61315 2000-07-09  Jim Meyering  <meyering@lucent.com>
61316
61317         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
61318         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
61319
61320         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
61321         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
61322
61323 2000-07-09  Jim Meyering  <meyering@lucent.com>
61324
61325         * lib/Most files: Update copyright dates to include 2000.
61326
61327 2000-07-08  Jim Meyering  <meyering@lucent.com>
61328
61329         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
61330         if not defined.
61331         (xgethostname): Remove now-unnecessary #ifdef.
61332         Move declaration of `err' into loop where it's used.
61333
61334 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61335         and Bruno Haible  <haible@clisp.cons.org>
61336
61337         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
61338         only if the test for an object-type mbstate_t fails.  This
61339         prevents us from mistakenly reporting that mbstate_t is a
61340         system object type after we "#define mbstate_t int" to work
61341         around its lack.
61342
61343 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61344         and Bruno Haible  <haible@clisp.cons.org>
61345
61346         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
61347
61348 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61349
61350         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
61351         to strerror_r.
61352         Include <ctype.h> for use of isalpha.
61353
61354 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61355
61356         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
61357         by allocating a larger buffer. Test the gethostname return value for
61358         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
61359         returns an error and ENAMETOOLONG isn't defined.
61360
61361 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61362
61363         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
61364         dimension.
61365
61366 2000-07-04  Jim Meyering  <meyering@lucent.com>
61367
61368         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
61369         of the deprecated AC_CHECKING.
61370
61371 2000-07-04  Jim Meyering  <meyering@lucent.com>
61372
61373         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
61374         Reported by Bruno Haible.
61375
61376 2000-07-04  Jim Meyering  <meyering@lucent.com>
61377
61378         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
61379         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
61380         lacks mbrtowc.
61381
61382 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61383
61384         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
61385         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
61386
61387 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61388         and Bruno Haible  <haible@clisp.cons.org>
61389
61390         * lib/quotearg.c (mbrtowc):
61391         Assign to *pwc, and return 1 only if result is nonzero.
61392         (iswprint): Use ISPRINT when substituting our own mbrtowc.
61393
61394 2000-07-03  Jim Meyering  <meyering@lucent.com>
61395
61396         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
61397
61398 2000-07-03  Jim Meyering  <meyering@lucent.com>
61399
61400         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
61401         This is necessary to get a definition of e.g., UTMP_FILE on
61402         HP-UX 10.20.
61403         From Bob Proulx.
61404
61405 2000-07-02  Jim Meyering  <meyering@lucent.com>
61406
61407         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
61408
61409         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
61410         AC_LIBOBJ(function_name).
61411         * m4/chown.m4: Likewise.
61412         * m4/fnmatch.m4: Likewise.
61413         * m4/ftruncate.m4: Likewise.
61414         * m4/getgroups.m4: Likewise.
61415         * m4/getline.m4: Likewise.
61416         * m4/group-member.m4: Likewise.
61417         * m4/jm-macros.m4: Likewise.
61418         * m4/lstat.m4: Likewise.
61419         * m4/malloc.m4: Likewise.
61420         * m4/memcmp.m4: Likewise.
61421         * m4/nanosleep.m4: Likewise.
61422         * m4/putenv.m4: Likewise.
61423         * m4/realloc.m4: Likewise.
61424         * m4/regex.m4: Likewise.
61425         * m4/stat.m4: Likewise.
61426         * m4/strftime.m4: Likewise.
61427
61428 2000-07-02  Jim Meyering  <meyering@lucent.com>
61429
61430         * lib/quotearg.c (mbstate_t): Don't define here.
61431
61432 2000-07-02  Jim Meyering  <meyering@lucent.com>
61433
61434         * lib/nanosleep.c (SIGCONT): Define if not already defined.
61435
61436 2000-07-01  Jim Meyering  <meyering@lucent.com>
61437
61438         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
61439
61440 2000-07-01  Jim Meyering  <meyering@lucent.com>
61441
61442         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
61443         problem.
61444
61445 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61446
61447         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
61448         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
61449
61450 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61451
61452         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
61453         per change in ../m4/ls-mntd-fs.m4.
61454         (read_filesystem_list): Ignore symbolic links.
61455
61456 2000-06-29  Jim Meyering  <meyering@lucent.com>
61457
61458         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
61459         for declaration of strcmp.
61460
61461         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
61462
61463         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
61464         Avoid warning by casting result to `char *' to remove `const'.
61465
61466 2000-06-28  Jim Meyering  <meyering@lucent.com>
61467
61468         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
61469         included by quotearg.c, for which we perform this test.  From
61470         Bruno Haible.
61471
61472 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
61473
61474         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
61475         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
61476         <utmpx.h> exists, put readutmp.o into LIBOBJS.
61477
61478 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
61479
61480         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
61481
61482 2000-06-26  Paul Eggert  <eggert@twinsun.com>
61483
61484         savedir now sets errno on failure and invokes xmalloc to get memory.
61485         Fix a couple of other minor bugs while we're at it.
61486
61487         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
61488         (NAMLEN): Remove macro.
61489         (malloc, realloc): Remove decls.
61490         (stpcpy): Likewise.
61491         ("xalloc.h"): Include.
61492         (NAME_SIZE_DEFAULT): New macro.
61493         (savedir): Use xmalloc / xrealloc to allocate memory.
61494         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
61495         Skip "" directory entries.
61496         Use strlen to calculate directory entry length, since the old method
61497         is rarely used these days and isn't worth supporting.
61498         Don't use a pointer after freeing it.
61499         Check for integer overflow when calculating allocation size.
61500         Use memcpy to copy entries, instead of stpcpy.
61501         Set errno properly when returning NULL.
61502         Check for readdir error.
61503
61504 2000-06-26  Jim Meyering  <meyering@lucent.com>
61505
61506         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
61507
61508 2000-06-25  Jim Meyering  <meyering@lucent.com>
61509
61510         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
61511         Linux header bug when _XOPEN_SOURCE is defined to 500.
61512
61513 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
61514
61515         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
61516         deficiency.
61517
61518 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
61519
61520         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
61521         Include xalloc.h.
61522         Don't include <stdlib.h>.  Don't declare malloc, realloc.
61523
61524 2000-06-24  Jim Meyering  <meyering@lucent.com>
61525
61526         * m4/strerror_r.m4: Revive this file -- to try out an experimental
61527         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
61528         for which strerror does return char*, but which lacks a conveniently
61529         accessible declaration of the function.  If the compile-test says
61530         strerror_r doesn't work, then resort to a `run'-test that works on
61531         BeOS and segfaults on DEC Unix.
61532
61533 2000-06-24  Jim Meyering  <meyering@lucent.com>
61534
61535         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
61536
61537 2000-06-23  Paul Eggert  <eggert@twinsun.com>
61538
61539         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
61540         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
61541
61542 2000-06-23  Paul Eggert  <eggert@twinsun.com>
61543
61544         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
61545         (mbrtowc, mbstate_t): Define substitutes if
61546         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
61547         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
61548         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
61549
61550 2000-06-23  Jim Meyering  <meyering@lucent.com>
61551
61552         * m4/afs.m4: Add missing AC_MSG_RESULT.
61553         Reported by Bruno Haible.
61554
61555         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
61556         Suggestion from Bruno Haible.
61557
61558 2000-06-23  Jim Meyering  <meyering@lucent.com>
61559
61560         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
61561
61562 2000-06-21  Jim Meyering  <meyering@lucent.com>
61563
61564         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
61565
61566 2000-06-21  Jim Meyering  <meyering@lucent.com>
61567
61568         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
61569         (noinst_HEADERS): Add getstr.h.
61570
61571         * lib/getline.c (getstr): Move into a separate file.
61572         * lib/getstr.c (getstr): New file, extracted from getline.c, with
61573         the following changes: new parameter, delim2; both delim[12]
61574         parameters have type `int', not `char'.  The latter would lose
61575         with 8-bit delimiters.
61576         * lib/getstr.h: New file.
61577
61578 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61579
61580         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
61581         than 1024, return a memory chunk of least possible size, instead
61582         of size PATH_MAX + 2. In the loop, increment the size proportionally.
61583         Use free/xmalloc instead of xrealloc to avoid copying for very long
61584         paths.
61585
61586 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61587
61588         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
61589         the empty string.
61590
61591 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61592
61593         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
61594         address, not strdup.  Include <stdlib.h> and don't declare free().
61595
61596 2000-06-19  Jim Meyering  <meyering@lucent.com>
61597
61598         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
61599
61600 2000-06-18  Jim Meyering  <meyering@lucent.com>
61601
61602         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
61603
61604         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
61605         `checking whether...' message to be consistent with that of the
61606         lstat test.
61607
61608 2000-06-18  Jim Meyering  <meyering@lucent.com>
61609
61610         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
61611         Besides, these days every porting target provides a mkdir function.
61612
61613         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
61614         needed. (this snippet comes from src/system.h).
61615
61616 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
61617
61618         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
61619
61620 2000-06-15  Paul Eggert  <eggert@twinsun.com>
61621
61622         * lib/human.c (adjust_value): New function.
61623         (human_readable_inexact): Apply rounding style even when
61624         printing approximate values.
61625
61626 2000-06-14  Paul Eggert  <eggert@twinsun.com>
61627
61628         * lib/human.c (human_readable_inexact): Allow an input block
61629         size that is not a multiple of the output block size, and vice versa.
61630         Reported by Piergiorgio Sartor.
61631
61632 2000-06-14  Paul Eggert  <eggert@twinsun.com>
61633
61634         * lib/getdate.y (get_date): Apply relative times after time
61635         zone indicator, not before.  Reported by Todd A. Jacobs.
61636
61637 2000-06-13  Jim Meyering  <meyering@lucent.com>
61638
61639         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
61640
61641         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
61642
61643 2000-06-12  Paul Eggert  <eggert@twinsun.com>
61644
61645         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
61646
61647 2000-06-12  Jim Meyering  <meyering@lucent.com>
61648
61649         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
61650         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
61651         optional argument.
61652         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
61653         the optional argument, `lib'.
61654
61655 2000-06-08  Jim Meyering  <meyering@lucent.com>
61656
61657         * m4/largefile.m4: Remove file (now that it's part of autoconf).
61658
61659 2000-06-04  Paul Eggert  <eggert@twinsun.com>
61660
61661         Rewrite largefile configuration so that we don't need to run
61662         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
61663         AC_CANONICAL_HOST in configure.in -- jmm]
61664
61665         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
61666         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
61667         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
61668         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
61669         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
61670         All uses changed.
61671         Instead of inspecting the output of getconf, try to compile the
61672         test program without and with the macro definition.
61673         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
61674         for getconf.  Instead, check for the needed flags by compiling
61675         test programs.
61676
61677 2000-06-04  Paul Eggert  <eggert@twinsun.com>
61678
61679         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
61680
61681 2000-06-04  Jim Meyering  <meyering@lucent.com>
61682
61683         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
61684         SunOS 4.1.4 for which gid_t is an unsigned type.
61685
61686 2000-06-03  Jim Meyering  <meyering@lucent.com>
61687
61688         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
61689         now that autoconf requires that.
61690
61691         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
61692         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
61693         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
61694
61695 2000-06-03  Jim Meyering  <meyering@lucent.com>
61696
61697         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
61698
61699 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
61700
61701         * m4/glibc21.m4: New file.
61702         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
61703
61704 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
61705
61706         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
61707         newer, don't install charset.alias.
61708         * lib/config.charset: Change the Linux/glibc rules so they become empty
61709         on glibc-2.1 or newer.
61710
61711 2000-06-02  Jim Meyering  <meyering@lucent.com>
61712
61713         * lib/mountlist.c: Back out last change.  Instead, do this...
61714         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
61715         me_dummy member using the same `ignore'-testing code.
61716         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
61717         fs_type strings.
61718         From Mark D. Roth.
61719
61720 2000-05-29  Jim Meyering  <meyering@lucent.com>
61721
61722         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
61723         mounts with the `ignore' attribute.  Based on a patch from
61724         Mark D. Roth.
61725
61726 2000-05-28  Jim Meyering  <meyering@lucent.com>
61727
61728         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
61729         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61730         * m4/stat.m4: Likewise.
61731         * m4/lstat.m4: Likewise.
61732         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
61733
61734         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
61735         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
61736
61737 2000-05-26  Jim Meyering  <meyering@lucent.com>
61738
61739         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
61740
61741 2000-05-24  Jim Meyering  <meyering@lucent.com>
61742
61743         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
61744         autoconf requires that.
61745         * m4/lib-check.m4: Likewise.
61746         * m4/jm-macros.m4: Likewise.
61747         * m4/strftime.m4: Likewise.
61748
61749         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
61750         AC_CHECK_DECLS, now that autoconf requires that.
61751
61752 2000-05-22  Jim Meyering  <meyering@lucent.com>
61753
61754         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61755         * m4/lstat.m4: Likewise.
61756
61757 2000-05-22  Jim Meyering  <meyering@lucent.com>
61758
61759         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
61760
61761 2000-05-20  Jim Meyering  <meyering@lucent.com>
61762
61763         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
61764         (jm_PREREQ): Use it.
61765
61766 2000-05-18  Jim Meyering  <meyering@lucent.com>
61767
61768         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
61769         back, too, since it may have been modified by allocate_entry.
61770         (hash_delete): Rewrite to use neither the assignment operator
61771         nor the comma operator in an if-expression.
61772
61773 2000-05-15  Paul Eggert  <eggert@twinsun.com>
61774
61775         * lib/closeout.c:
61776         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
61777         Remove; no longer needed.
61778         "quotearg.h": Add include.
61779         (file_name): Do not bother to explicitly initialize to NULL; it's less
61780         efficient on some hosts.
61781         (close_stdout_status): Remove test as to whether stdout was already
61782         closed; it breaks for the case "echo x | sort >&-".
61783         Quote file name colons.
61784         Do not assume that _("write error") lacks format strings.
61785
61786 2000-05-15  Jim Meyering  <meyering@lucent.com>
61787
61788         * lib/version-etc.c (version_etc_copyright): Update the copyright
61789         string used in all --version output.
61790
61791 2000-05-14  Jim Meyering  <meyering@lucent.com>
61792
61793         * lib/closeout.c (close_stdout_set_file_name): New function.
61794         (close_stdout_status): Use new file-scoped global.
61795         Return right away if fstat says the stdout file descriptor is invalid.
61796         * lib/closeout.h (close_stdout_set_file_name): Declare.
61797
61798 2000-05-10  Jim Meyering  <meyering@lucent.com>
61799
61800         * lib/closeout.c [default_exit_status]: New file-scoped variable.
61801         (close_stdout_set_status): New function.
61802         * lib/closeout.h (close_stdout_set_status): Declare.
61803
61804 2000-05-09  Jim Meyering  <meyering@lucent.com>
61805
61806         * m4/gettext.m4: Rename this...
61807         * m4/libintl.m4: ...to this.
61808
61809 2000-05-08  Jim Meyering  <meyering@lucent.com>
61810
61811         * lib/long-options.c: Don't include closeout.h.
61812         (parse_long_options): Don't call close_stdout for --version.
61813
61814 2000-05-06  Paul Eggert  <eggert@twinsun.com>
61815
61816         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
61817         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
61818         2.1.3 bug.  This avoids a clash when files like regex.c define
61819         _GNU_SOURCE.
61820
61821 2000-05-06  Jim Meyering  <meyering@lucent.com>
61822
61823         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
61824         (AC_REPLACE_FUNCS): Add strnlen.
61825
61826         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
61827         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
61828
61829         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
61830         AC_SEARCH_LIBS call for nanosleep.
61831         (LIB_NANOSLEEP): Set and AC_SUBST.
61832
61833 2000-05-06  Jim Meyering  <meyering@lucent.com>
61834
61835         * lib/strnlen.c: Undefine __strnlen and strnlen.
61836         [!weak_alias]: Define __strnlen to strnlen.
61837
61838         * lib/atexit.c: New file, from libiberty.
61839
61840 2000-05-06  Jim Meyering  <meyering@lucent.com>
61841
61842         * lib/closeout.c (close_stdout_status): Also check for errors on the
61843         stderr stream.
61844
61845 2000-05-05  Jim Meyering  <meyering@lucent.com>
61846
61847         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
61848         AC_SEARCH_LIBS call for clock_gettime.
61849         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
61850
61851         * m4/search-libs.m4: Update from autoconf.
61852
61853         su doesn't work on Solaris 2.6.
61854         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
61855         <shadow.h>.  Reported by Dragos Harabor.
61856
61857 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
61858
61859         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
61860         memcpy instead of xmalloc, xrealloc, path_concat.
61861         (locale_charset): Treat empty environment variables as absent.
61862         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
61863
61864 2000-05-04  Jim Meyering  <meyering@lucent.com>
61865
61866         * lib/getopt.c: Update from glibc.
61867         * lib/obstack.c: Likewise.
61868         * lib/obstack.h: Likewise.
61869         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
61870         file
61871
61872         * lib/regex.h: Likewise.
61873         * lib/strndup.c: Likewise.
61874         * lib/strnlen.c: New file, from glibc.
61875
61876 2000-05-03  Jim Meyering  <meyering@lucent.com>
61877
61878         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
61879
61880 2000-05-02  Paul Eggert  <eggert@twinsun.com>
61881
61882         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
61883         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
61884         compile-time test, rather than inspecting host and OS, to
61885         decide whether to define _LARGEFILE_SOURCE.
61886
61887 2000-05-01  Jim Meyering  <meyering@lucent.com>
61888
61889         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
61890
61891         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
61892         Based on a patch from Bruno Haible.
61893
61894 2000-05-01  Jim Meyering  <meyering@lucent.com>
61895
61896         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
61897
61898 2000-04-29  Jim Meyering  <meyering@lucent.com>
61899
61900         * lib/path-concat.c: Declare strdup only if it's not defined.
61901         * lib/canon-host.c: Likewise.
61902
61903 2000-04-28  Jim Meyering  <meyering@lucent.com>
61904
61905         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
61906         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
61907         is included first, then limits.h is included by locale.h by libintl.h.
61908         From John David Anglin.
61909
61910 2000-04-25  Jim Meyering  <meyering@lucent.com>
61911
61912         * lib/makepath.c (S_IRWXUGO): Define.
61913         (make_path): Always perform explicit chmod if MODE specifies any
61914         of the `special' permission bits.  Prompted by a bug report against
61915         install from Mate Wierdl and Joost van Baal.
61916
61917 2000-04-18  Jim Meyering  <meyering@lucent.com>
61918
61919         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
61920         (jm_PREREQ): Use it.
61921
61922 2000-04-18  Jim Meyering  <meyering@lucent.com>
61923
61924         * lib/README: New file.
61925
61926         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
61927         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
61928
61929 2000-04-17  Jim Meyering  <meyering@lucent.com>
61930
61931         Get it right :-)
61932         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
61933         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
61934         Suggestion from Akim Demaille.
61935
61936 2000-04-17  Jim Meyering  <meyering@lucent.com>
61937
61938         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
61939         the definition of it to rpl_strftime also defined-away the system's
61940         declaration.
61941
61942 2000-04-15  Jim Meyering  <meyering@lucent.com>
61943
61944         Use `C' to denote so-called `contiguous' files, the same way
61945         that tar does.
61946         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
61947         (ftypelet): Use S_ISCTG.
61948         From Michael Deutschmann.
61949
61950 2000-04-14  Jim Meyering  <meyering@lucent.com>
61951
61952         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
61953         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
61954         clobbered.
61955
61956 2000-04-14  Jim Meyering  <meyering@lucent.com>
61957
61958         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
61959
61960 2000-04-13  Jim Meyering  <meyering@lucent.com>
61961
61962         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
61963         AH_VERBATIM to insert required #ifndef into config.h.in.
61964         Suggestion from Akim Demaille.
61965
61966 2000-04-12  Jim Meyering  <meyering@lucent.com>
61967
61968         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
61969         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
61970         Christian Krackowizer.
61971
61972         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
61973         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
61974         (AC_SYS_LARGEFILE): Require.
61975         (AM_C_PROTOTYPES): Require.
61976
61977 2000-04-08  Jim Meyering  <meyering@lucent.com>
61978
61979         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
61980         names don't conflict.  Reported by Eli Zaretskii.
61981
61982 2000-04-07  Jim Meyering  <meyering@lucent.com>
61983
61984         * lib/putenv.c: Move inclusion of errno.h so it follows that of
61985         sys/types.h, to work around system header problems on AIX 3.2.5.
61986         From Bruno Haible.
61987
61988 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
61989
61990         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
61991         bug.  Deal with the different error behavior of Irix iconv.
61992
61993 2000-04-05  Paul Eggert  <eggert@twinsun.com>
61994
61995         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
61996         IRIX if the installer said otherwise.
61997
61998 2000-04-05  Jim Meyering  <meyering@lucent.com>
61999
62000         Portability tweaks required for ultrix4.3.
62001         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
62002         (jm_CHECK_DECLS): Add getutent to the list of functions.
62003         (_jm_DECL_HEADERS): Add utmpx.h.
62004         From John David Anglin.
62005
62006         * m4/strftime.m4: Back out the 2000-04-02 change.
62007         Instead of that change, simply undefine putenv in the test program.
62008
62009 2000-04-05  Jim Meyering  <meyering@lucent.com>
62010
62011         Portability tweaks required for ultrix4.3.
62012         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
62013         getutent.
62014         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
62015         * lib/canon-host.c: Declare strdup.
62016         * lib/path-concat.c: Likewise.
62017         From John David Anglin.
62018
62019 2000-04-04  Jim Meyering  <meyering@lucent.com>
62020
62021         Be more DOS 8.3-friendly.
62022         * lib/ref-add.sin: Renamed from ref-add.sed.in.
62023         * lib/ref-del.sin: Renamed from ref-del.sed.in.
62024         * lib/Makefile.am: Reflect renaming.
62025         Reported by Eli Zaretskii.
62026
62027         Use a temporary file name that won't clash with `charset.alias'
62028         in the DOS 8.3 name space.
62029         * lib/Makefile.am (charset_tmp): Define.
62030         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
62031         (uninstall-local): Likewise.
62032         Reported by Eli Zaretskii.
62033
62034 2000-04-03  Jim Meyering  <meyering@lucent.com>
62035
62036         * m4/gettext.m4: Fix typo in comment.
62037
62038         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
62039         textutils/configure.in).  Suggestion from Paul Eggert.
62040         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
62041
62042 2000-04-02  Paul Eggert  <eggert@twinsun.com>
62043
62044         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
62045         variable in the shell rather than using putenv, which isn't
62046         portable.  This avoids the configure-time inter-test dependency
62047         on the potentially-renamed putenv function.
62048
62049 2000-03-30  Paul Eggert  <eggert@twinsun.com>
62050
62051         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
62052         before checking struct stat.st_blksize, so that
62053         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
62054
62055 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62056
62057         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
62058         since strftime.c uses HAVE_STRFTIME to decide whether to use
62059         the underlying strftime.
62060
62061 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62062
62063         * lib/time/strftime.c (my_strftime): Make sure we call the system
62064         strftime, not ourselves, when invoking the underlying strftime.
62065
62066 2000-03-24  Jim Meyering  <meyering@lucent.com>
62067
62068         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
62069         (charset_alias): Define.
62070         (install-exec-local): Factor out common code.
62071         (uninstall-local): Split lines longer than 80.
62072         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
62073         (SUFFIXES): Define.
62074         (.sed.in.sed): New rule.  Don't redirect directly to $@.
62075         (CLEANFILES): Add ref-add.sed and ref-del.sed.
62076
62077 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
62078
62079         * lib/config.charset: Output a line containing "Packages using this
62080         file".
62081         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
62082         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
62083         ref-del.sed): New rules.
62084
62085 2000-03-17  Jim Meyering  <meyering@lucent.com>
62086
62087         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
62088         Otherwise, include <strings.h>
62089
62090 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
62091
62092         * lib/unicodeio.c (utf8_wctomb): New function.
62093         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
62094         format instead of in UCS-4 with platform dependent endianness.
62095
62096 2000-03-10  Jim Meyering  <meyering@lucent.com>
62097
62098         * m4/lib-check.m4: Look for getspnam in -lgen, too.
62099         From Marco Franzen.
62100
62101 2000-03-07  Paul Eggert  <eggert@twinsun.com>
62102
62103         * lib/savedir.c (savedir): Work even if directory size is
62104         negative; this can happen with some screwy NFS configurations.
62105
62106 2000-03-06  Jim Meyering  <meyering@lucent.com>
62107
62108         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
62109         if it's NULL (because we ran out of memory).  From Bruno Haible.
62110
62111 2000-03-05  Jim Meyering  <meyering@lucent.com>
62112
62113         * lib/localcharset.c ("path-concat.h"): Include.
62114         (get_charset_aliases): Use path_concat instead of ANSI string
62115         concatenation.
62116
62117         * lib/unicodeio.h (PARAMS): Define.
62118         Use it to guard prototype.
62119
62120 2000-03-04  Jim Meyering  <meyering@lucent.com>
62121
62122         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
62123         for lib/localcharset.c.
62124
62125 2000-03-04  Jim Meyering  <meyering@lucent.com>
62126
62127         * lib/Makefile.am (install-exec-local): Create $(libdir) before
62128         installing into it.
62129         (uninstall-local): Uncomment this rule so `make distcheck' works
62130         once again.
62131
62132         * lib/unicodeio.c (<errno.h>): Include it.
62133         (errno): Declare if not defined.
62134
62135         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
62136
62137         * lib/config.charset: New version, incorporating remarks from a linux
62138         i18n mailing list.  From Bruno Haible.
62139
62140 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
62141
62142         * m4/codeset.m4: New file.
62143         * m4/iconv.m4: New file.
62144         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
62145
62146 2000-03-03  Jim Meyering  <meyering@lucent.com>
62147
62148         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
62149
62150 2000-03-02  Jim Meyering  <meyering@lucent.com>
62151
62152         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
62153         the messages come out on separate lines.
62154
62155         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
62156         rather than jm_CHECK_DECLARATIONS.
62157         * m4/decl.m4: Remove now-unused file.
62158
62159         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
62160         geteuid.
62161
62162 2000-03-02  Jim Meyering  <meyering@lucent.com>
62163
62164         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
62165
62166 2000-03-01  Jim Meyering  <meyering@lucent.com>
62167
62168         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
62169         * lib/unicodeio.c: Likewise.
62170
62171 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
62172
62173         * lib/config.charset: New file.
62174         * lib/localcharset.c: New file.
62175         * lib/unicodeio.h, lib/unicodeio.c: New files.
62176         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
62177         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
62178         (noinst_HEADERS): Add unicodeio.h.
62179         (all-local, install-exec-local, charset.alias): New targets.
62180
62181 2000-02-28  Paul Eggert  <eggert@twinsun.com>
62182
62183         * lib/quotearg.c (ALERT_CHAR): New macro.
62184         (quotearg_buffer_restyled): Use it.
62185
62186 2000-02-27  Jim Meyering  <meyering@lucent.com>
62187
62188         * m4/check-decl.m4: Add getenv to the list.
62189
62190 2000-02-27  Jim Meyering  <meyering@lucent.com>
62191
62192         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
62193         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
62194
62195         * lib/backupfile.c: Guard inclusion of stdlib.h with
62196         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
62197         Declare malloc if needed.
62198
62199         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
62200         `#ifndef HAVE_DECL..'
62201         now that autoconf always defines the HAVE_DECL_ symbols.
62202         * lib/human.c: Likewise.
62203         * lib/same.c: Likewise.
62204         * lib/strtoumax.c: Likewise.
62205
62206         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
62207         declaration check was not run.
62208         * lib/hash.c: Likewise.
62209         * lib/human.c: Likewise.
62210         * lib/same.c: Likewise.
62211         * lib/strtoumax.c: Likewise.
62212
62213         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
62214         `.', then first look up the entire `.'-containing string as a login
62215         name.
62216
62217 2000-02-23  Jim Meyering  <meyering@lucent.com>
62218
62219         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
62220         in place of my hack.
62221
62222 2000-02-18  Paul Eggert  <eggert@twinsun.com>
62223
62224         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
62225         (textint): New typedef.
62226         (parser_control): Member year changed from int to textint.
62227         All uses changed.
62228         (YYSTYPE): Removed; replaced by %union with int and textint members.
62229         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
62230         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
62231         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
62232         (tSNUMBER, tUNUMBER): Now of type <textintval>.
62233         (date, number, to_year): Use width of number in digits, not its value,
62234         to determine whether it's a 2-digit year, or a 2-digit time.
62235         (yylex): Store number of digits of numeric tokens.
62236         Reported by John Kendall.
62237
62238         (parser_control): Changed from struct parser_control to typedef (for
62239         consistency).  All uses changed.
62240
62241         (tID): Removed; not used.
62242         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
62243
62244 2000-02-14  Paul Eggert  <eggert@twinsun.com>
62245
62246         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
62247         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
62248
62249 2000-02-12  Jim Meyering  <meyering@lucent.com>
62250
62251         * lib/userspec.c (ISDIGIT): Define it.
62252         (isdigit): Remove definition.
62253         (is_number): Use ISDIGIT, not isdigit.
62254         <libintl.h>: Include.
62255         (_ and N_): Define.
62256         (parse_user_spec): Mark translatable strings.
62257
62258 2000-02-10  Jim Meyering  <meyering@lucent.com>
62259
62260         With these changes, nanosleep.[ch] are finally enough like the other
62261         lib/* replacement files to compile on a few more losing systems.
62262
62263         * lib/nanosleep.h: Don't include config.h.
62264         Remove prototype from declaration of nanosleep.
62265         (PARAMS): Remove now-unneeded definition.
62266         * lib/nanosleep.c: #undef nanosleep.
62267         (rpl_nanosleep): Rename from nanosleep.
62268
62269 2000-02-10  Jim Meyering  <meyering@lucent.com>
62270
62271         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
62272         gnu_nanosleep to rpl_nanosleep.
62273
62274 2000-02-09  Jim Meyering  <meyering@lucent.com>
62275
62276         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
62277         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
62278
62279 2000-02-08  Akim Demaille  <akim@epita.fr>
62280
62281         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
62282         `[' and `]' and remove uses of `changequote'.
62283         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
62284         (AC_SYS_LARGEFILE): Likewise.
62285         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
62286         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
62287         of changequote.
62288         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
62289         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
62290         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
62291         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
62292
62293 2000-02-05  Jim Meyering  <meyering@lucent.com>
62294
62295         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
62296         Remove explicit use of AC_HEADER_TIME.  It is required by
62297         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
62298         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
62299         in autoconf whereby the expansion of the latter ended up preceding
62300         the expansion of its prerequisite, AC_HEADER_TIME.
62301         Reported by Volker Borchert.
62302
62303 2000-02-03  Jim Meyering  <meyering@lucent.com>
62304
62305         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
62306
62307 2000-02-03  Jim Meyering  <meyering@lucent.com>
62308
62309         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
62310         rather than with `#if HAVE_UTMPNAME'.
62311
62312 2000-02-02  Jim Meyering  <meyering@lucent.com>
62313
62314         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
62315         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
62316         Reported by Eli Zaretskii.
62317
62318 2000-02-01  Jim Meyering  <meyering@lucent.com>
62319
62320         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
62321
62322 2000-01-31  Jim Meyering  <meyering@lucent.com>
62323
62324         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
62325         functions.  Add the time.h and sys/time.h headers along with the
62326         AC_REQUIRE'ment of AC_HEADER_TIME.
62327
62328 2000-01-31  Jim Meyering  <meyering@lucent.com>
62329
62330         * lib/nanosleep.h (nanosleep): Guard declaration with
62331         `#if ! HAVE_DECL_NANOSLEEP'.
62332         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
62333         the declaration in that vendor's sys/timers.h.
62334         Reported by Christian Krackowizer.
62335
62336         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
62337         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
62338         (ISPRINT): Likewise.
62339         Reported by Tom Tromey.
62340
62341 2000-01-30  Jim Meyering  <meyering@lucent.com>
62342
62343         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
62344
62345         * m4/prereq.m4 (utmp_includes): Define.
62346         Check for ut_user and ut_name members in both struct utmpx
62347         and struct utmp.
62348
62349 2000-01-30  Jim Meyering  <meyering@lucent.com>
62350
62351         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
62352         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
62353         header files where only utmpx.ut_user is declared.
62354
62355         * lib/readutmp.h (UT_USER): Define.
62356
62357 2000-01-29  Jim Meyering  <meyering@lucent.com>
62358
62359         * m4/lib-check.m4: New file containing library-related checks from
62360         fileutils and sh-utils (textutils had none).
62361
62362 2000-01-28  Jim Meyering  <meyering@lucent.com>
62363
62364         * m4/perl.m4: Change format of warning message to look more like that
62365         from the missing script.  Suggestion from François Pinard.
62366
62367 2000-01-25  Jim Meyering  <meyering@lucent.com>
62368
62369         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
62370         well as time.h in the compile check.
62371         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
62372         Fix typo in cross-compiling case: s/yes/no/.
62373
62374 2000-01-23  Jim Meyering  <meyering@lucent.com>
62375
62376         * m4/jm-macros.m4: Move df-related tests here from
62377         fileutils/configure.in
62378
62379         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
62380         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
62381
62382         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
62383         s/space/ac_fsusage_space/.
62384         (jm_FILE_SYSTEM_USAGE): Take two parameters.
62385
62386         * m4/ftruncate.m4: New file (derived from part of
62387         fileutils/configure.in).
62388         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
62389         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
62390
62391         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
62392         AC_SUBST these here, rather than just in sh-util/configure.in, so
62393         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
62394         all the same.
62395         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
62396         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
62397         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
62398         (AC_SUBST(POW_LIBM)): Likewise.
62399         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
62400
62401 2000-01-23  Jim Meyering  <meyering@lucent.com>
62402
62403         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
62404         obstack.c.
62405
62406 2000-01-22  Jim Meyering  <meyering@lucent.com>
62407
62408         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
62409
62410         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
62411
62412         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
62413         configure.in
62414         (AC_CHECK_HEADERS): Likewise for sh-utils.
62415         (AC_CHECK_HEADERS): Likewise for textutils.
62416         Merge the three lists of headers.
62417
62418         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
62419         from fileutils' configure.in.
62420
62421         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
62422         code. Moved tests into their own function (_jm_DECL_HEADERS) in
62423         check-decl.m4.
62424
62425         * m4/check-decl.m4: Use #if rather than #ifdef.
62426         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
62427         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
62428         (_jm_DECL_HEADERS): Define new function.
62429         (jm_CHECK_DECLARATIONS): Require it.
62430
62431 2000-01-22  Jim Meyering  <meyering@lucent.com>
62432
62433         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
62434         [! HAVE_DECL_STRTOULL]: Declare strtoull.
62435         Required for some AIX systems.  Reported by Christian Krackowizer.
62436         [TESTING] (main): New function.
62437
62438         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
62439         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
62440         letters.
62441
62442         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
62443         iswprint.
62444
62445         * lib/strverscmp.c (ISDIGIT): Define.
62446         (strverscmp): Use ISDIGIT, not isdigit.
62447
62448 2000-01-19  Jim Meyering  <meyering@lucent.com>
62449
62450         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
62451         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
62452         defines `struct timespec' in <sys/time.h>
62453
62454         * m4/c-bs-a.m4: Remove uses of changequote altogether.
62455         Thanks to Akim for explaining.
62456
62457 2000-01-17  Paul Eggert  <eggert@twinsun.com>
62458
62459         * lib/nanosleep.c (nanosleep):
62460         Don't use SA_INTERRUPT to decide whether to call sigaction, as
62461         POSIX.1 doesn't require SA_INTERRUPT and some systems
62462         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
62463         it's been part of POSIX.1 since day 1 (in 1988).
62464
62465 2000-01-17  Jim Meyering  <meyering@lucent.com>
62466
62467         * lib/interlock: Remove unused file.  Reported by François Pinard.
62468
62469 2000-01-16  Paul Eggert  <eggert@twinsun.com>
62470
62471         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
62472         alert, backslash, formfeed, and vertical tab unnecessarily in
62473         shell quoting style.
62474
62475 2000-01-16  Jim Meyering  <meyering@lucent.com>
62476
62477         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
62478         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
62479         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
62480         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
62481
62482 2000-01-16  Jim Meyering  <meyering@lucent.com>
62483
62484         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
62485         because the latter didn't work.
62486
62487 2000-01-15  Jim Meyering  <meyering@lucent.com>
62488
62489         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
62490         (AC_REPLACE_FUNCS): Add memcpy and memset.
62491         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
62492         Add strpbrk.
62493         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
62494
62495 2000-01-12  Jim Meyering  <meyering@lucent.com>
62496
62497         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
62498         (jm_PREREQ): Use it.
62499         (jm_PREREQ_READUTMP): New macro.
62500         (jm_PREREQ): Use it.
62501
62502 2000-01-11  Paul Eggert  <eggert@twinsun.com>
62503
62504         Quote multibyte characters correctly.
62505         * m4/c-bs-a.m4: New file.
62506         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
62507         (jm_PREREQ): Use it.
62508
62509 2000-01-11  Paul Eggert  <eggert@twinsun.com>
62510
62511         * m4/uintmax_t.m4: Port to autoconf 2.13.
62512
62513 2000-01-08  Jim Meyering  <meyering@ascend.com>
62514
62515         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
62516         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
62517
62518 2000-01-04  Jim Meyering  <meyering@ascend.com>
62519
62520         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
62521         jm_STRUCT_DIRENT_D_TYPE.
62522         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
62523         jm_STRUCT_DIRENT_D_INO.
62524         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
62525         jm_STRUCT_UTIMBUF.
62526         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
62527         renamings.
62528         * m4/utime.m4: Likewise.
62529
62530         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
62531         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
62532
62533 2000-01-03  Paul Eggert  <eggert@twinsun.com>
62534
62535         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
62536         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
62537
62538 2000-01-02  Jim Meyering  <meyering@ascend.com>
62539
62540         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
62541         remember if this is necessary.
62542
62543 1999-12-26  Jim Meyering  <meyering@ascend.com>
62544
62545         * m4/jm-macros.m4: Use it here.
62546         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
62547
62548 1999-12-23  Jim Meyering  <meyering@ascend.com>
62549
62550         * m4/jm-macros.m4: Check for clock_gettime (moved from
62551         fileutils/configure.in)
62552         Check for gettimeofday.
62553
62554 1999-12-20  Jim Meyering  <meyering@ascend.com>
62555
62556         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
62557         autoconf-2.14a-1999-12-20.
62558
62559 1999-12-19  Jim Meyering  <meyering@ascend.com>
62560
62561         * m4/lstat-slash.m4: New file.
62562         * m4/jm-macros.m4: Use the new macro:
62563         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
62564
62565 1999-12-07  Jim Meyering  <meyering@ascend.com>
62566
62567         * m4/perl.m4: Require that File::Compare be available, too.
62568         Too many systems seem to lack it.
62569
62570         * m4/strftime.m4: Add checks for most of the cpp macros tested in
62571         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
62572
62573 1999-11-18  Paul Eggert  <eggert@twinsun.com>
62574
62575         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
62576         problem with the QNX 4.25 shell, which doesn't propagate exit
62577         status of failed commands inside shell assignments.
62578
62579 1999-11-17  Jim Meyering  <meyering@ascend.com>
62580
62581         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
62582
62583 1999-11-07  Jim Meyering  <meyering@ascend.com>
62584
62585         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
62586
62587 1999-11-06  Jim Meyering  <meyering@ascend.com>
62588
62589         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
62590         * m4/jm-macros.m4 (jm_MACROS): Use it here.
62591
62592 1999-11-05  Jim Meyering  <meyering@ascend.com>
62593
62594         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
62595         configure.in of textutils, fileutils, and sh-utils into this one
62596         (shared between those packages) file.
62597         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
62598         AC_STRUCT_ST_BLKSIZE.
62599
62600 1999-11-03  Jim Meyering  <meyering@ascend.com>
62601
62602         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
62603         of AC_CHECK_TYPE checks includes unistd.h.
62604         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
62605         Suggestion from Akim Demaille.
62606
62607 1999-10-30  Jim Meyering  <meyering@ascend.com>
62608
62609         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
62610         m4-quoted string.
62611         * m4/ls-mntd-fs.m4: Likewise.
62612         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
62613         * m4/jm-winsz1.m4: Likewise.
62614
62615         * m4/const.m4: Remove file, since the fix made it into the experimental
62616         version of autoconf.
62617         * m4/mktime.m4: Likewise.
62618
62619         * m4/check-type.m4: Remove file, now that the latest version of
62620         AC_CHECK_TYPE takes a third arg to specify additional #includes.
62621
62622         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
62623         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
62624         AC_CHECK_TYPE.
62625
62626 1999-10-04  Jim Meyering  <meyering@ascend.com>
62627
62628         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
62629
62630 1999-09-22  Paul Eggert  <eggert@twinsun.com>
62631
62632         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
62633         2.95.1 bug with HP-UX 10.20.
62634
62635 1999-09-17  Jim Meyering  <meyering@ascend.com>
62636
62637         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
62638         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
62639         due to missing strdup (against sh-utils-2.0).
62640
62641 1999-08-29  Jim Meyering  <meyering@ascend.com>
62642
62643         * m4/jm-macros.m4: Require jm_BISON.
62644         * m4/bison.m4: New file.
62645
62646 1999-08-17  Paul Eggert  <eggert@twinsun.com>
62647
62648         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
62649         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
62650
62651 1999-08-05  Jim Meyering  <meyering@ascend.com>
62652
62653         * m4/getline.m4: Rename test file from conftestdata to conftest.data
62654         to avoid conflicts with `conftest' on 8+3 filesystems.
62655         Suggestion from Eli Zaretskii.
62656
62657 1999-08-04  Jim Meyering  <meyering@ascend.com>
62658
62659         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
62660         fileutils and sh-utils (textutils's getline test was inadequate).
62661         (AM_FUNC_GETLINE): Run this test.
62662         (AC_CHECK_FUNCS): Check for getdelim.
62663         Reported by Bob Proulx.
62664
62665 1999-08-02  Jim Meyering  <meyering@ascend.com>
62666
62667         * m4/jm-macros.m4: Add a comment.
62668
62669 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62670
62671         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
62672         <inttypes.h> defines strtoumax as a macro (and not as a
62673         function).
62674
62675 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62676
62677         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
62678         that we can shift, multiply and divide unsigned long long
62679         values; Ultrix cc can't do it.
62680
62681 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62682
62683         * m4/mktime.m4: New file, which is a preview of what should appear
62684         in the next public autoconf release.
62685
62686 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62687
62688         * m4/lfs.m4: Remove this file.
62689         * m4/largefile.m4: New file.  It contains the old contents of
62690         lfs.m4, except that all names with prefix AC_LFS have been
62691         changed to use the prefix AC_SYS_LARGEFILE instead, to be
62692         compatible with future autoconf versions.  Also, some minor m4
62693         quoting problems have been fixed.
62694
62695 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62696
62697         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
62698         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
62699         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
62700         and simplify the shell code.
62701
62702 1999-08-01  Jim Meyering  <meyering@ascend.com>
62703
62704         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
62705         m4.
62706
62707 1999-07-20  Jim Meyering  <meyering@ascend.com>
62708
62709         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
62710
62711 1999-07-15  Jim Meyering  <meyering@ascend.com>
62712
62713         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
62714
62715 1999-05-22  Jim Meyering  <meyering@ascend.com>
62716
62717         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
62718
62719 1999-05-20  Jim Meyering  <meyering@ascend.com>
62720
62721         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
62722         Add a colon after each `then' in case $4 is empty.
62723
62724 1999-05-16  Jim Meyering  <meyering@ascend.com>
62725
62726         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
62727
62728 1999-05-10  Jim Meyering  <meyering@ascend.com>
62729
62730         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
62731
62732         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
62733         AC_FUNC_MKTIME.
62734
62735 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
62736
62737         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
62738
62739 1999-05-04  Paul Eggert  <eggert@twinsun.com>
62740
62741         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
62742         not CPPFLAGS, so that linking works correctly in IRIX.
62743
62744 1999-04-30  Paul Eggert  <eggert@twinsun.com>
62745
62746         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
62747
62748 1999-04-20  Paul Eggert  <eggert@twinsun.com>
62749
62750         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
62751         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
62752         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
62753         jm_AC_TYPE_UNSIGNED_LONG_LONG.
62754         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
62755
62756         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
62757
62758 1999-04-20  Jim Meyering  <meyering@ascend.com>
62759
62760         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
62761         AC_REPLACE xstroull if necessary.  From Paul Eggert.
62762         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
62763
62764 1999-04-18  Jim Meyering  <meyering@ascend.com>
62765
62766         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
62767         * m4/jm-macros.m4: Use it.
62768
62769 1999-04-06  Jim Meyering  <meyering@ascend.com>
62770
62771         * m4/strftime.m4: Remove test for %f.
62772
62773 1999-03-29  Jim Meyering  <meyering@ascend.com>
62774
62775         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
62776         superset of the AC_TYPE_* checks in the textutils, fileutils,
62777         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
62778         AC_TYPE_PID_T.
62779
62780 1999-03-28  Jim Meyering  <meyering@ascend.com>
62781
62782         * m4/jm-macros.m4: Define GNU_PACKAGE here.
62783         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
62784         replaced e.g., in the *.sh files of the sh-utils.
62785
62786 1999-03-20  Jim Meyering  <meyering@ascend.com>
62787
62788         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
62789         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
62790         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
62791
62792 1999-03-19  Jim Meyering  <meyering@ascend.com>
62793
62794         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
62795
62796 1999-03-12  Jim Meyering  <meyering@ascend.com>
62797
62798         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
62799
62800 1999-03-07  Jim Meyering  <meyering@ascend.com>
62801
62802         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
62803         declared.
62804
62805 1999-02-17  Jim Meyering  <meyering@ascend.com>
62806
62807         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
62808         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
62809
62810 1999-02-07  Jim Meyering  <meyering@ascend.com>
62811
62812         * m4/group-member.m4: New file -- extracted from sh-utils'
62813         configure.in.
62814
62815         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
62816         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
62817
62818 1999-02-06  Jim Meyering  <meyering@ascend.com>
62819
62820         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
62821         * m4/fnmatch.m4: Likewise.
62822         * m4/getgroups.m4: Likewise.
62823         * m4/lstat.m4: Likewise.
62824         * m4/malloc.m4: Likewise.
62825         * m4/putenv.m4: Likewise.
62826         * m4/realloc.m4: Likewise.
62827         * m4/regex.m4: Likewise.
62828         * m4/stat.m4: Likewise.
62829         * m4/strftime.m4: Likewise.
62830         Suggestion from Alain Magloire.
62831
62832         * m4/chown.m4: Use `.$ac_objext', not `.o'.
62833         * m4/fnmatch.m4: Likewise.
62834         * m4/getgroups.m4: Likewise.
62835         * m4/getline.m4: Likewise.
62836         * m4/lstat.m4: Likewise.
62837         * m4/malloc.m4: Likewise.
62838         * m4/memcmp.m4: Likewise.
62839         * m4/putenv.m4: Likewise.
62840         * m4/realloc.m4: Likewise.
62841         * m4/regex.m4: Likewise.
62842         * m4/stat.m4: Likewise.
62843         * m4/strftime.m4: Likewise.
62844         Suggestion from Alain Magloire.
62845
62846         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
62847         an argument.
62848
62849         * m4/regex.m4: Add a run-time Test for proper operation of
62850         re_compile_pattern.
62851
62852 1999-01-31  Jim Meyering  <meyering@ascend.com>
62853
62854         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
62855
62856 1999-01-30  Jim Meyering  <meyering@ascend.com>
62857
62858         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
62859
62860         * m4/jm-mktime.m4: Make this a wrapper around the official
62861         AM_FUNC_MKTIME rather than my private copy, now that the official one
62862         is up to date.
62863         * m4/mktime.m4: Remove file.
62864
62865         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
62866         * m4/uptime.m4: Likewise.
62867         * m4/uintmax_t.m4: Likewise.
62868
62869 1999-01-28  Jim Meyering  <meyering@ascend.com>
62870
62871         * m4/jm-macros.m4: Use jm_AFS.
62872         * m4/afs.m4: New file (from fileutils' configure.in).
62873
62874         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
62875         * m4/chown.m4: Likewise.
62876         * m4/d-ino.m4: Likewise.
62877         * m4/d-type.m4: Likewise.
62878         * m4/fnmatch.m4: Likewise.
62879         * m4/getgroups.m4: Likewise.
62880         * m4/gettext.m4: Likewise.
62881         * m4/jm-mktime.m4: Likewise.
62882         * m4/jm-winsz2.m4: Likewise.
62883         * m4/lcmessage.m4: Likewise.
62884         * m4/ls-mntd-fs.m4: Likewise.
62885         * m4/malloc.m4: Likewise.
62886         * m4/memcmp.m4: Likewise.
62887         * m4/putenv.m4: Likewise.
62888         * m4/realloc.m4: Likewise.
62889         * m4/st_mtim.m4: Likewise.
62890         * m4/strftime.m4: Likewise.
62891
62892 1999-01-16  Jim Meyering  <meyering@ascend.com>
62893
62894         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
62895         (ARGMATCH_DIE_DECL): Define.
62896
62897 1999-01-12  Jim Meyering  <meyering@ascend.com>
62898
62899         * m4/Makefile.am.in: Rewrite to avoid using fmt.
62900         Reported by Lars Hecking.
62901
62902 1999-01-10  Jim Meyering  <meyering@ascend.com>
62903
62904         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
62905         gross kludge.
62906         * m4/inttypes_h.m4: Likewise.
62907         * m4/lstat.m4: Likewise.
62908         * m4/malloc.m4: Likewise.
62909         * m4/readdir.m4: Likewise.
62910         * m4/realloc.m4: Likewise.
62911         * m4/st_dm_mode.m4: Likewise.
62912         * m4/stat.m4: Likewise.
62913         * m4/utimbuf.m4: Likewise.
62914         * m4/utimes.m4: Likewise.
62915
62916         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
62917         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
62918         comments in config.h.in are meaningful.
62919
62920         * m4/jm-macros.m4: Require autoconf-2.13 here.
62921
62922         * m4/regex.m4: By default, don't use the included regex.c on systems
62923         with glibc 2.  Suggestion from Uli Drepper.
62924
62925 1999-01-02  Jim Meyering  <meyering@ascend.com>
62926
62927         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
62928
62929 1998-12-18  Jim Meyering  <meyering@ascend.com>
62930
62931         * m4/Makefile.am.in (Makefile.am): Simplify rule.
62932         Based on a suggestion from Lars Hecking.
62933
62934 1998-11-16  Paul Eggert  <eggert@twinsun.com>
62935
62936         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
62937
62938 1998-11-16  Jim Meyering  <meyering@ascend.com>
62939
62940         * m4/lfs.m4: Double-quote the `uname...` expression.
62941
62942 1998-11-14  Jim Meyering  <meyering@ascend.com>
62943
62944         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
62945         * m4/stat.m4: Likewise.
62946
62947 1998-11-03  Jim Meyering  <meyering@ascend.com>
62948
62949         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
62950         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
62951
62952 1998-10-18  Jim Meyering  <meyering@ascend.com>
62953
62954         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
62955
62956 1998-10-17  Jim Meyering  <meyering@ascend.com>
62957
62958         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
62959         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
62960         calls for those previously hard-coded headers.  Instead, take a new
62961         parameter.
62962         (jm_CHECK_DECLARATIONS): Reflect interface change.
62963         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
62964         (jm_CHECK_DECL_LOCALTIME_R): New macro.
62965
62966         * m4/mktime.m4: Test for spring-forward gap before long-running test.
62967
62968 1998-10-14  Jim Meyering  <meyering@ascend.com>
62969
62970         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
62971         instead of "TZ=America/Vancouver".  From Paul Eggert.
62972
62973 1998-10-11  Jim Meyering  <meyering@ascend.com>
62974
62975         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
62976         This adds a test for a recently added compatibility fix for mktime.c.
62977         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
62978
62979 1998-09-27  Jim Meyering  <meyering@ascend.com>
62980
62981         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
62982
62983         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
62984         ../configure.in, including a change from Gordon Matzigkeit to allow
62985         cross-compiling for the Hurd.
62986
62987         * m4/glibc.m4: New file/macro to test for the GNU C Library
62988         versions 1 and 2.  From Gordon Matzigkeit.
62989         Indent.
62990
62991 1998-09-21  Jim Meyering  <meyering@ascend.com>
62992
62993         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
62994
62995 1998-08-18  Paul Eggert  <eggert@twinsun.com>
62996
62997         Port nanosecond-resolution times to UnixWare 2.1.2 and
62998         pedantic Solaris 2.6.
62999
63000         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
63001         AC_STRUCT_ST_MTIM.
63002         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
63003         Generate name of ns member, instead of just 1 or undef.
63004         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
63005
63006 1998-08-15  Jim Meyering  <meyering@ascend.com>
63007
63008         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
63009         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
63010         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
63011         instead of jm_TYPE_SSIZE_T.
63012
63013 1998-08-12  Jim Meyering  <meyering@ascend.com>
63014
63015         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
63016
63017 1998-08-02  Jim Meyering  <meyering@ascend.com>
63018
63019         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
63020         in acconfig.h manually.
63021
63022 1998-07-31  Paul Eggert  <eggert@twinsun.com>
63023
63024         * m4/st_mtim.m4: New file.
63025
63026 1998-07-28  Jim Meyering  <meyering@ascend.com>
63027
63028         * m4/utimes.m4: Undef stat.
63029
63030 1998-07-25  Jim Meyering  <meyering@ascend.com>
63031
63032         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
63033         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
63034
63035 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
63036
63037         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
63038         uid and gid actually remain unchanged.
63039
63040 1998-07-07  Jim Meyering  <meyering@ascend.com>
63041
63042         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
63043
63044 1998-07-04  Jim Meyering  <meyering@ascend.com>
63045
63046         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
63047         to prove that this macro can be used in packages without regex.c.
63048
63049 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
63050
63051         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
63052         is to be used.
63053
63054 1998-07-03  Jim Meyering  <meyering@ascend.com>
63055
63056         * m4/gettext.m4: Add -lintl if it's found to be necessary.
63057
63058         * m4/gettext.m4: New file -- from gettext-0.10.35.
63059         * m4/lcmessage.m4: Likewise.
63060         * m4/progtest.m4: Likewise.
63061
63062         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
63063         * m4/jm-macros.m4: Require the new macro.
63064
63065 1998-06-29  Jim Meyering  <meyering@ascend.com>
63066
63067         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
63068         for the definition of NGROUPS (used in a system header included
63069         by sys/mount.h).
63070
63071 1998-06-28  Jim Meyering  <meyering@ascend.com>
63072
63073         * m4/ls-mntd-fs.m4: New file.
63074         * m4/fstypename.m4: New file.
63075
63076         * m4/jm-macros.m4: Require the new macro.
63077         * m4/jm-glibc-io.m4: New file.
63078
63079 1998-05-19  Jim Meyering  <meyering@ascend.com>
63080
63081         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
63082         * m4/lchown.m4: New file.
63083
63084         * m4/Makefile.am.in: New file.
63085         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
63086
63087 1998-05-14  Jim Meyering  <meyering@ascend.com>
63088
63089         * m4/Makefile.am (EXTRA_DIST): Add them.
63090         * m4/jm-macros.m4: New file.
63091         * m4/utimbuf.m4: New file.
63092
63093 1998-05-12  Jim Meyering  <meyering@ascend.com>
63094
63095         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
63096
63097 1998-05-11  Jim Meyering  <meyering@ascend.com>
63098
63099         * m4/isc-posix.m4: New file.
63100
63101 1998-05-10  Jim Meyering  <meyering@ascend.com>
63102
63103         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
63104
63105 1998-05-09  Jim Meyering  <meyering@ascend.com>
63106
63107         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
63108         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
63109         with automake.
63110
63111         * m4/ssize_t.m4: New file.
63112         * m4/mktime.m4: Remove file -- the new automake has this now.
63113
63114 1998-04-26  Jim Meyering  <meyering@ascend.com>
63115
63116         * m4/assert.m4: New file.
63117         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
63118
63119 1998-04-05  Jim Meyering  <meyering@ascend.com>
63120
63121         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
63122         (jm_PREREQ): Use it here.
63123
63124 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
63125
63126         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
63127         in acconfig.h.
63128
63129 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
63130
63131         * m4/prereq.m4: New file.
63132         * m4/error.m4: New file.
63133         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
63134
63135 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
63136
63137         * m4/getline.m4: Don't set am_cv_func_working_getline before the
63138         cache-check for the same variable -- that defeated the purpose of
63139         the test; the test program was never run.  This was a problem only
63140         on systems with losing getline functions -- HP-UX 10.20 is one.
63141         Reported by Bjorn Helgaas.
63142
63143 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
63144
63145         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
63146
63147 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
63148
63149         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
63150
63151         * m4/const.m4: New file.  Use an initializer in this declaration
63152         typedef int charset[2]; const charset x;
63153         Reported by Bob Glickstein.
63154
63155 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
63156
63157         * m4/chown.m4: Fix reversed types on -1 args to chown.
63158         From Kaveh Ghazi.
63159
63160 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
63161
63162         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
63163         Add lseek and memchr.
63164
63165         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
63166         T.E.Dickey <dickey@clark.net> said that some older preprocessors
63167         have a 20-character limit on names.
63168
63169 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
63170
63171         * m4/inttypes_h.m4: New file.
63172         * m4/uintmax_t.m4: New file.
63173         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
63174
63175
63176         -----
63177
63178         Local Variables:
63179         coding: utf-8
63180         End:
63181
63182         Copyright (C) 1997-2010 Free Software Foundation, Inc.
63183
63184         Copying and distribution of this file, with or without
63185         modification, are permitted provided the copyright notice
63186         and this notice are preserved.