Fix test-dirent-safer link error. Correct last commit.
[gnulib.git] / ChangeLog
1 2010-03-07  Bruno Haible  <bruno@clisp.org>
2
3         Fix test-dirent-safer link error.
4         * modules/dirent-safer-tests (Makefile.am): Define
5         test_dirent_safer_LDADD.
6
7 2010-03-07  Bruno Haible  <bruno@clisp.org>
8
9         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
10         among default module list.
11
12 2010-03-07  Bruno Haible  <bruno@clisp.org>
13
14         Fix link error on platforms with GNU libiconv.
15         * modules/unistr/u8-strcoll-tests (Makefile): Define
16         test_u8_strcoll_LDADD.
17         * modules/unistr/u16-strcoll-tests (Makefile): Define
18         test_u16_strcoll_LDADD.
19         * modules/unistr/u32-strcoll-tests (Makefile): Define
20         test_u32_strcoll_LDADD.
21
22 2010-03-06  Bruno Haible  <bruno@clisp.org>
23
24         Clarify access, euidaccess, faccessat.
25         * doc/posix-functions/faccessat.texi: Mention security problem under
26         "Other problems", not "Portability problems".
27         * doc/posix-functions/access.texi: Likewise. Mention a related security
28         problem.
29         * doc/glibc-functions/euidaccess.texi: Mention security problems.
30         * lib/euidaccess.c: Add comments about platforms.
31         * lib/unistd.in.h (access, euidaccess): Add warnings.
32
33 2010-03-07  Bruno Haible  <bruno@clisp.org>
34
35         Fix incorrect Makefile.am generation in German locale.
36         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
37         Execute sed command with character range in C locale.
38
39 2010-03-06  Jim Meyering  <meyering@redhat.com>
40
41         euidaccess: relax license to LGPLv2+
42         * modules/euidaccess (License): Relax to LGPLv2+.
43
44 2010-03-06  Bruno Haible  <bruno@clisp.org>
45
46         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
47         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
48         (Makefile.am): Augment lib_SOURCES instead.
49
50 2010-03-05  Simon Josefsson  <simon@josefsson.org>
51
52         * modules/exit (License): Relax license to LGPLv2+.
53         (Status): Mark as obsolete.
54         * NEWS: Mention deprecated 'exit' module.
55         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
56         of now obsolete 'exit'.
57
58 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
59
60         copy-acl: enhance Solaris ACL error handling
61         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
62         * lib/set-mode-acl.c (qset_acl): Likewise.
63
64 2010-03-02  Bruno Haible  <bruno@clisp.org>
65
66         spawn: Don't override the system defined values on FreeBSD 8.
67         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
68         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
69         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
70         if HAVE_POSIX_SPAWN is 1.
71         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
72
73 2010-03-01  Bruno Haible  <bruno@clisp.org>
74
75         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
76         regarding Automake.
77
78 2010-02-25  Bruno Haible  <bruno@clisp.org>
79
80         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
81         * gnulib-tool: Define 'echo' as a function only before the ksh alias
82         setting, not afterwards.
83         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
84
85 2010-02-24  Eric Blake  <eblake@redhat.com>
86
87         bootstrap, git-version-gen: use timestamp
88         * build-aux/git-version-gen (scriptversion): Force UTC.
89         * build-aux/bootstrap (scriptversion): New variable.
90
91         bootstrap: allow older git
92         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
93         older than 1.6.4.  Requested by the libvirt project.
94
95 2010-02-23  Eric Blake  <eblake@redhat.com>
96
97         warn-on-use: work with old autoconf
98         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
99         AS_VAR semantics of autoconf 2.60.
100         Reported by Bruno Haible.
101
102         bootstrap: improve some comments
103         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
104         clarification comments.
105
106         gettimeofday: provide correct function
107         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
108         when replacement is declared, otherwise provide gettimeofday.
109         Reported by Michael Goffioul.
110
111 2010-02-23  Jim Meyering  <meyering@redhat.com>
112
113         lib-ignore: relax license to "unlimited", not LGPLv2+
114         * modules/lib-ignore (License): Relax to "unlimited".
115
116 2010-02-23  Jim Meyering  <meyering@redhat.com>
117
118         lib-ignore: relax license to LGPLv2+
119         * modules/lib-ignore (License): Relax to LGPLv2+.
120
121 2010-02-22  Eric Blake  <eblake@redhat.com>
122
123         lseek: avoid bash 3.2 broken pipe bug
124         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
125         warning from bash 3.2.
126         Reported by Ben Pfaff, with analysis from Bruno Haible.
127
128         bootstrap: support non-FSF copyright holder
129         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
130         bootstrap.conf override of COPYRIGHT_HOLDER.
131         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
132
133         bootstrap: interoperate with gettext 0.14.1
134         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
135
136         bootstrap: allow for alternate submodule location
137         * build-aux/bootstrap (gnulib_path): New variable; use instead of
138         hardcoding submodule location.
139         (gnulib_mk): Allow direct use of Makefile.am.
140
141         bootstrap: use GNULIB_SRCDIR to reduce disk usage
142         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
143         rather than reconfiguring where the submodule points.
144
145         gettimeofday: restore support for platforms that lack function
146         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
147         replacement if function is missing.
148         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
149         * modules/sys_time (Makefile.am): Substitute it.
150         * lib/sys_time.in.h (gettimeofday): Check it.
151         Reported by Michael Goffioul.
152
153 2010-02-21  Bruno Haible  <bruno@clisp.org>
154
155         * lib/stdio.in.h (obstack_printf): Fix typo.
156
157 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
158
159         vc-list-files: use bzr ls's -R option
160         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
161         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
162
163 2010-02-21  Jim Meyering  <meyering@redhat.com>
164
165         init.sh: fix EXEEXT shims to work also for names like test-prog
166         * tests/init.sh: Re-exec a better shell, when needed.
167         If the current shell lacks support for posix $(...), an init.sh-using
168         test will now try to find a shell that supports that.  If EXEEXT is
169         nonempty, we also require support for hyphen-in-alias-name and shell
170         substitutions like ${var#glob}.  Failure to find such a shell results
171         in a skipped test.
172
173 2010-02-21  Bruno Haible  <bruno@clisp.org>
174
175         Really work around around "broken pipe" error message from bash 3.2.
176         * gnulib-tool (func_reset_sigpipe): Remove function.
177         (echo): In bash 3.2, define to a function that uses printf.
178         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
179
180 2010-02-20  Bruno Haible  <bruno@clisp.org>
181
182         Restore support for automake 1.9.6 with autoconf 2.61.
183         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
184         Reported by James Youngman <jay@gnu.org>.
185
186 2010-02-20  Bruno Haible  <bruno@clisp.org>
187
188         Improve *printf warning condition.
189         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
190         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
191         and the function is overridden due to SIGPIPE emulation.
192
193 2010-02-20  Bruno Haible  <bruno@clisp.org>
194
195         * lib/stdio.in.h: Tweak comments.
196
197 2010-02-19  Bruno Haible  <bruno@clisp.org>
198
199         Make it easier to find modules. New gnulib-tool option '--find'.
200         * gnulib-tool: New option --find.
201         (func_usage): Document it.
202         (func_sanitize_modulelist): New function, extracted from
203         func_all_modules.
204         (func_all_modules): Invoke it.
205         * doc/gnulib-tool.texi (Which modules?): New node.
206
207 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
208
209         * lib/sys_select.in.h: Provide select replacement even if
210         sys/select.h exists on a system, for Interix.
211
212 2010-02-18  Jim Meyering  <meyering@redhat.com>
213
214         init.sh: don't use $(...) just yet
215         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
216         to accommodate e.g., Solaris' /bin/sh.
217
218 2010-02-17  Bruno Haible  <bruno@clisp.org>
219
220         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
221         Reported by Ludovic Courtès <ludo@gnu.org>.
222
223 2010-02-16  Simon Josefsson  <simon@josefsson.org>
224
225         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
226         linking with -lintl.
227
228 2010-02-17  Simon Josefsson  <simon@josefsson.org>
229
230         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
231         if not provided by the system's netdb.h.  Reported by
232         ludo@gnu.org (Ludovic Courtès).
233
234 2010-02-15  Jim Meyering  <meyering@redhat.com>
235
236         init.sh: improve portability and efficiency
237         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
238         "dummy" in a for loop.
239         Use '!', not '^' to select the complement of a character set used
240         in a "case" statement.
241         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
242         Suggestions from Eric Blake.
243
244         init.sh: automatically accommodate programs with the .exe suffix
245         Automatically arrange for an invocation of "prog" to execute the
246         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
247         may use the simpler "prog", yet still work when built on a system
248         that requires specifying the added suffix.
249         Do this by constructing a function named "prog" that invokes
250         "prog.exe" for each .exe file in selected directories.
251         * tests/init.sh (find_exe_basenames_): New function.
252         (create_exe_shim_functions_): New function.
253         (path_prepend_): Use it.
254
255         maint.mk: mark syntax-check sc_*.m rules as .PHONY
256         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
257         "make -t syntax-check" doesn't create a ton of sc_*.m files.
258
259 2010-02-14  Jim Meyering  <meyering@redhat.com>
260
261         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
262         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
263         (sc_prohibit_hash_pjw_without_use): New rule.
264
265         maint.mk: allow the default upload destination dir to be overridden
266         * top/maint.mk (upload_dest_dir_): Define with a default that
267         preserves the status quo.
268         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
269         Reported by Peter Simons.
270
271         maint.mk: prohibit inclusion of "hash.h" without_use
272         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
273
274 2010-02-10  Jim Meyering  <meyering@redhat.com>
275
276         maint.mk: prohibit inclusion of "ignore-value.h" without_use
277         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
278
279 2010-02-09  Eric Blake  <ebb9@byu.net>
280         and Bruno Haible  <bruno@clisp.org>
281
282         obstack-printf-posix: ensure declaration
283         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
284         extracted from gl_FUNC_OBSTACK_PRINTF.
285         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
286         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
287         Likewise.
288         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
289         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
290         0.
291
292 2010-02-08  Bruno Haible  <bruno@clisp.org>
293
294         gnulib-tool: Fix typo in 2010-02-07 commit.
295         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
296         Reported by Eric Blake.
297
298 2010-02-07  Bruno Haible  <bruno@clisp.org>
299
300         gnulib-tool: Fix up caching patches.
301         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
302         option --no-cache. Use associative arrays when supported by the shell.
303         (sed_comments): New variable.
304         (modcache): Renamed from do_cache.
305         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
306         abbreviate unnecessarily.
307         (have_associative): New variable.
308         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
309         way also for ksh and zsh.
310         (func_init_sed_convert_to_cache_statements): New function, extracted
311         from func_cache_lookup_module. Add support for associative arrays.
312         Don't set the c_MODULE_cached variable here. Ignore all lines before
313         the first field header. Remove only the final newline, not all trailing
314         newlines. Support empty fields correctly. Limit the use of 'eval' to
315         assignments.
316         (func_get_description, func_get_status, func_get_notice,
317         func_get_applicability, func_get_filelist, func_get_dependencies,
318         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
319         func_get_automake_snippet, func_get_include_directive,
320         func_get_link_directive, func_get_license, func_get_maintainer):
321         Update documentation. List the unoptimized code first. Add support for
322         associative arrays. Limit the use of 'eval' to assignments.
323         (func_get_applicability): Undo stylistic pessimisations.
324         (func_get_automake_snippet, func_get_include_directive): Reduce code
325         duplication.
326         (func_modules_transitive_closure, func_modules_add_dummy,
327         func_modules_notice, func_modules_to_filelist, func_add_file,
328         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
329         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
330         func_create_testdir, func_create_megatestdir): Update documentation.
331
332 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
333
334         * gnulib-tool (func_cache_lookup_module): Store the module name
335         belonging to the cache variable; error out if two different
336         module names map to the same cache variable name.
337
338 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
339
340         gnulib-tool: Make caching optional.
341         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
342         Update matching short versions of --no-changelog.
343         (func_usage): Update.
344         (sed_extract_cache_prog): Renamed from ...
345         (sed_extract_prog): ... this; revert to old extraction script.
346         (func_get_description, func_get_status)
347         (func_get_notice, func_get_applicability, func_get_filelist)
348         (func_get_dependencies, func_get_autoconf_early_snippet)
349         (func_get_autoconf_snippet, func_get_automake_snippet)
350         (func_get_include_directive, func_get_link_directive)
351         (func_get_license, func_get_maintainer): If $do_cache is false,
352         use old, non-caching extraction scripts.
353         Suggestion by Bruno Haible.
354
355 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
356
357         gnulib-tool: cache module metainformation.
358         * gnulib-tool (sed_extract_prog): Match newline before each
359         header, and rewrite header to a shell variable suffix.
360         (func_cache_var, func_cache_lookup_module): New functions,
361         to turn a module name into a cache variable prefix, and to
362         look up and cache module metainformation.
363         (func_get_description, func_get_status)
364         (func_get_notice, func_get_applicability, func_get_filelist)
365         (func_get_dependencies, func_get_autoconf_early_snippet)
366         (func_get_autoconf_snippet, func_get_automake_snippet)
367         (func_get_include_directive, func_get_link_directive)
368         (func_get_license, func_get_maintainer): Use
369         func_cache_lookup_module.
370
371 2010-02-07  Bruno Haible  <bruno@clisp.org>
372
373         fnctl: Fix missing dependency.
374         * modules/fcntl (Depends-on): Add getdtablesize.
375         Reported by John W. Eaton <jwe@gnu.org>.
376
377 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
378
379         Argp: fix recognition of short alias options.
380
381         * lib/argp-parse.c (convert_options): Fix improper use of
382         `|' between character values.
383         * tests/test-argp.c (group1_option): New alias option
384         --read (-r).
385         (group1_parser): Special handling for 'r'.
386         (test15): New test case.
387         (test_fun): Add test15.
388         * tests/test-argp-2.sh: Update expected --help and --usage
389         outputs.
390
391 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
392
393         * tests/test-argp.c: Fix indentation.
394
395 2010-02-04  Eric Blake  <ebb9@byu.net>
396
397         gettimeofday: expose type of second argument
398         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
399         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
400         * tests/test-gettimeofday.c: Use it to silence warning.
401         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
402         the issue.
403
404 2010-02-03  Jim Meyering  <meyering@redhat.com>
405
406         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
407         * lib/regcomp.c (TYPE_SIGNED): Define.
408         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
409
410         regcomp.c: avoid a new -Wshadow warning
411         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
412
413 2010-02-01  Jim Meyering  <meyering@redhat.com>
414
415         removing useless parentheses in cpp #define directives
416         For motivation, see commit c0221df4, "define STREQ(a,b)
417         consistently, removing useless parentheses"
418         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
419         * lib/mountlist.c (MNT_IGNORE): Likewise.
420         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
421
422 2010-02-01  Eric Blake  <ebb9@byu.net>
423
424         sys_time: use link-warning
425         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
426         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
427         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
428         * modules/sys_time (Depends-on): Add warn-on-use.
429         (Makefile.am): Always build replacement.
430         (configure.ac): Update substitutions.
431         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
432         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
433         bother with SYS_TIME_H.
434         * modules/gettimeofday (configure.ac): Declare indicator.
435         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
436         in use.
437
438         closein-tests: silence compiler warning
439         * tests/test-closein.c (main): Ignore fread result.
440         * modules/closein-tests (Depends-on): Add ignore-value.
441
442         tests: silence warning about system return
443         * tests/test-areadlink-with-size.c (main): Ignore system result.
444         * tests/test-areadlink.c (main): Likewise.
445         * tests/test-areadlinkat-with-size.c (main): Likewise.
446         * tests/test-areadlinkat.c (main): Likewise.
447         * tests/test-canonicalize-lgpl.c (main): Likewise.
448         * tests/test-canonicalize.c (main): Likewise.
449         * tests/test-chown.c (main): Likewise.
450         * tests/test-fchownat.c (main): Likewise.
451         * tests/test-fdutimensat.c (main): Likewise.
452         * tests/test-fstatat.c (main): Likewise.
453         * tests/test-futimens.c (main): Likewise.
454         * tests/test-lchown.c (main): Likewise.
455         * tests/test-link.c (main): Likewise.
456         * tests/test-linkat.c (main): Likewise.
457         * tests/test-lstat.c (main): Likewise.
458         * tests/test-mkdir.c (main): Likewise.
459         * tests/test-mkdirat.c (main): Likewise.
460         * tests/test-mkfifo.c (main): Likewise.
461         * tests/test-mkfifoat.c (main): Likewise.
462         * tests/test-mknod.c (main): Likewise.
463         * tests/test-readlink.c (main): Likewise.
464         * tests/test-remove.c (main): Likewise.
465         * tests/test-rename.c (main): Likewise.
466         * tests/test-renameat.c (main): Likewise.
467         * tests/test-rmdir.c (main): Likewise.
468         * tests/test-symlink.c (main): Likewise.
469         * tests/test-symlinkat.c (main): Likewise.
470         * tests/test-unlink.c (main): Likewise.
471         * tests/test-unlinkat.c (main): Likewise.
472         * tests/test-utimens.c (main): Likewise.
473         * tests/test-utimensat.c (main): Likewise.
474         * modules/areadlink-tests (Depends-on): Add ignore-value.
475         * modules/areadlink-with-size-tests (Depends-on): Likewise.
476         * modules/areadlinkat-tests (Depends-on): Likewise.
477         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
478         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
479         * modules/canonicalize-tests (Depends-on): Likewise.
480         * modules/chown-tests (Depends-on): Likewise.
481         * modules/fdutimensat-tests (Depends-on): Likewise.
482         * modules/futimens-tests (Depends-on): Likewise.
483         * modules/lchown-tests (Depends-on): Likewise.
484         * modules/link-tests (Depends-on): Likewise.
485         * modules/linkat-tests (Depends-on): Likewise.
486         * modules/lstat-tests (Depends-on): Likewise.
487         * modules/mkdir-tests (Depends-on): Likewise.
488         * modules/mkfifo-tests (Depends-on): Likewise.
489         * modules/mkfifoat-tests (Depends-on): Likewise.
490         * modules/mknod-tests (Depends-on): Likewise.
491         * modules/openat-tests (Depends-on): Likewise.
492         * modules/readlink-tests (Depends-on): Likewise.
493         * modules/remove-tests (Depends-on): Likewise.
494         * modules/rename-tests (Depends-on): Likewise.
495         * modules/renameat-tests (Depends-on): Likewise.
496         * modules/rmdir-tests (Depends-on): Likewise.
497         * modules/symlink-tests (Depends-on): Likewise.
498         * modules/symlinkat-tests (Depends-on): Likewise.
499         * modules/unlink-tests (Depends-on): Likewise.
500         * modules/utimens-tests (Depends-on): Likewise.
501         * modules/utimensat-tests (Depends-on): Likewise.
502
503 2010-01-31  Bruno Haible  <bruno@clisp.org>
504
505         Perform the same test for many <math.h> functions.
506         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
507         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
508         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
509         of gl_MATHFUNC.
510         * modules/acos (configure.ac): Likewise.
511         * modules/asin (configure.ac): Likewise.
512         * modules/atan (configure.ac): Likewise.
513         * modules/atan2 (configure.ac): Likewise.
514         * modules/cbrt (configure.ac): Likewise.
515         * modules/copysign (configure.ac): Likewise.
516         * modules/cos (configure.ac): Likewise.
517         * modules/cosh (configure.ac): Likewise.
518         * modules/erf (configure.ac): Likewise.
519         * modules/erfc (configure.ac): Likewise.
520         * modules/exp (configure.ac): Likewise.
521         * modules/fmod (configure.ac): Likewise.
522         * modules/hypot (configure.ac): Likewise.
523         * modules/j0 (configure.ac): Likewise.
524         * modules/j1 (configure.ac): Likewise.
525         * modules/jn (configure.ac): Likewise.
526         * modules/lgamma (configure.ac): Likewise.
527         * modules/log (configure.ac): Likewise.
528         * modules/log10 (configure.ac): Likewise.
529         * modules/log1p (configure.ac): Likewise.
530         * modules/pow (configure.ac): Likewise.
531         * modules/remainder (configure.ac): Likewise.
532         * modules/sin (configure.ac): Likewise.
533         * modules/sinh (configure.ac): Likewise.
534         * modules/tan (configure.ac): Likewise.
535         * modules/tanh (configure.ac): Likewise.
536         * modules/y0 (configure.ac): Likewise.
537         * modules/y1 (configure.ac): Likewise.
538         * modules/yn (configure.ac): Likewise.
539         Suggested by Paolo Bonzini.
540
541 2010-01-31  Bruno Haible  <bruno@clisp.org>
542
543         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
544
545 2010-01-31  Bruno Haible  <bruno@clisp.org>
546
547         Work around getdelim() bug on FreeBSD 8.0.
548         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
549         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
550         not work.
551         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
552         is 1.
553         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
554         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
555         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
556         a non-zero size.
557         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
558
559 2010-01-31  Bruno Haible  <bruno@clisp.org>
560
561         Work around getline() bug on FreeBSD 8.0.
562         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
563         and a non-zero size.
564         * tests/test-getline.c (main): Likewise.
565         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
566         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
567
568 2010-01-28  Eric Blake  <ebb9@byu.net>
569
570         regex: fix build failure
571         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
572         platforms.
573
574 2010-01-28  Jim Meyering  <meyering@redhat.com>
575
576         regex: do not ignore memory allocation failure
577         * lib/regex_internal.c (create_cd_newstate): Detect
578         re_node_set_init_copy failure.   Extracted from glibc commit
579         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
580
581         regex: sync more white-space changes from libc
582         * lib/regex_internal.c: White-space only changes.
583         * lib/regexec.c: Likewise.
584
585         regex: add many uses of __attribute_warn_unused_result__
586         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
587         * lib/regexec.c: Likewise.
588         Extracted from a messy glibc commit.
589
590         regcomp.c: spelling and merge-artifact from glibc
591         * lib/regcomp.c: Merge remainder of glibc's
592         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
593
594         regcomp.c: sync white-space changes from glibc
595         * lib/regcomp.c: Merge to accommodate white space
596         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
597
598         regcomp.c: do not ignore internal return values
599         * lib/regcomp.c: Do not ignore internal return values.
600         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
601         but without its white-space changes and spelling fixes.
602
603         regex_internal.h: define __attribute_warn_unused_result__
604         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
605
606         maint: add a syntax-check rule to check for vulnerable Makefile.in
607         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
608
609 2010-01-27  Jim Meyering  <meyering@redhat.com>
610
611         ncftpput-ftp: clean up spaces
612         * build-aux/ncftpput-ftp: Make Copyright line consistent.
613         Remove trailing blanks.
614
615 2010-01-27  Simon Josefsson  <simon@josefsson.org>
616
617         * build-aux/git-version-gen: Fix copyright statement.
618         * build-aux/gnupload: Likewise.
619         * tests/test-arcfour.c: Likewise.
620         * tests/test-arctwo.c: Likewise.
621         * tests/test-count-one-bits.c: Likewise.
622         * tests/test-crc.c: Likewise.
623         * tests/test-des.c: Likewise.
624         * tests/test-gc-arcfour.c: Likewise.
625         * tests/test-gc-arctwo.c: Likewise.
626         * tests/test-gc-des.c: Likewise.
627         * tests/test-gc-hmac-md5.c: Likewise.
628         * tests/test-gc-hmac-sha1.c: Likewise.
629         * tests/test-gc-md2.c: Likewise.
630         * tests/test-gc-md4.c: Likewise.
631         * tests/test-gc-md5.c: Likewise.
632         * tests/test-gc-pbkdf2-sha1.c: Likewise.
633         * tests/test-gc-rijndael.c: Likewise.
634         * tests/test-gc-sha1.c: Likewise.
635         * tests/test-gc.c: Likewise.
636         * tests/test-gethostname.c: Likewise.
637         * tests/test-gettimeofday.c: Likewise.
638         * tests/test-hash.c: Likewise.
639         * tests/test-hmac-md5.c: Likewise.
640         * tests/test-hmac-sha1.c: Likewise.
641         * tests/test-md2.c: Likewise.
642         * tests/test-md4.c: Likewise.
643         * tests/test-md5.c: Likewise.
644         * tests/test-memchr.c: Likewise.
645         * tests/test-memchr2.c: Likewise.
646         * tests/test-memcmp.c: Likewise.
647         * tests/test-memmem.c: Likewise.
648         * tests/test-memrchr.c: Likewise.
649         * tests/test-rawmemchr.c: Likewise.
650         * tests/test-read-file.c: Likewise.
651         * tests/test-rijndael.c: Likewise.
652         * tests/test-sockets.c: Likewise.
653         * tests/test-strchrnul.c: Likewise.
654         * tests/test-strstr.c: Likewise.
655         * tests/test-strtod.c: Likewise.
656         * build-aux/ncftpput-ftp: Likewise.
657
658 2010-01-26  Eric Blake  <ebb9@byu.net>
659
660         ignore-value: update recommended header name
661         * modules/ignore-value (Include): Only use <> for headers that
662         exist in glibc.
663
664 2010-01-26  Jim Meyering  <meyering@redhat.com>
665
666         test-userspec.c: avoid compiler warnings
667         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
668         and "initialization discards qualifiers..." warnings.
669         Put the first "uid" in its own scope, and make char* members "const".
670
671 2010-01-25  Bruno Haible  <bruno@clisp.org>
672
673         gnulib-tool: Make warning diagnostics consistent.
674         * gnulib-tool (func_warning): New function.
675         Use it everywhere where gnulib-tool produces output to stderr and it is
676         not a fatal error.
677
678 2010-01-25  Bruno Haible  <bruno@clisp.org>
679
680         Fix test dependencies.
681         * modules/xstrtol-tests (Depends-on): Add inttypes.
682         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
683
684 2010-01-25 Pádraig Brady <P@draigBrady.com>
685
686         syntax-check: detect incorrect boolean macro values in config.h
687         * modules/maintainer-makefile (configure.ac): Parameterize the location
688         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
689         The logic is from Eric Blake and the location indicated by Jim Meyering.
690         Note the more natural CONFIG_HEADER name is prohibited by automake
691         for backwards compatibility reasons.
692         * top/maint.mk (sc_Wundef_boolean): New rule.
693
694 2010-01-25  Jim Meyering  <meyering@redhat.com>
695
696         bootstrap: detect MacOS 10.6's shasum, too
697         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
698         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
699
700 2010-01-23  Jim Meyering  <meyering@redhat.com>
701
702         xstrtoll: new module
703         * modules/xstrtoll: New file.
704         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
705         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
706         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
707         ./configure fails if you use this module and lack "long long".
708         * modules/xstrtoll-tests: New module.
709         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
710         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
711         new init.sh-based test framework.
712
713 2010-01-24  Bruno Haible  <bruno@clisp.org>
714
715         Tests for module 'yn'.
716         * modules/yn-tests: New file.
717         * tests/test-yn.c: New file.
718
719         Tests for module 'y1'.
720         * modules/y1-tests: New file.
721         * tests/test-y1.c: New file.
722
723         Tests for module 'y0'.
724         * modules/y0-tests: New file.
725         * tests/test-y0.c: New file.
726
727         Tests for module 'tanh'.
728         * modules/tanh-tests: New file.
729         * tests/test-tanh.c: New file.
730
731         Tests for module 'tan'.
732         * modules/tan-tests: New file.
733         * tests/test-tan.c: New file.
734
735         Tests for module 'sqrt'.
736         * modules/sqrt-tests: New file.
737         * tests/test-sqrt.c: New file.
738
739         Tests for module 'sinh'.
740         * modules/sinh-tests: New file.
741         * tests/test-sinh.c: New file.
742
743         Tests for module 'sin'.
744         * modules/sin-tests: New file.
745         * tests/test-sin.c: New file.
746
747         Tests for module 'rint'.
748         * modules/rint-tests: New file.
749         * tests/test-rint.c: New file.
750
751         Tests for module 'remainder'.
752         * modules/remainder-tests: New file.
753         * tests/test-remainder.c: New file.
754
755         Tests for module 'pow'.
756         * modules/pow-tests: New file.
757         * tests/test-pow.c: New file.
758
759         Tests for module 'nextafter'.
760         * modules/nextafter-tests: New file.
761         * tests/test-nextafter.c: New file.
762
763         Tests for module 'modf'.
764         * modules/modf-tests: New file.
765         * tests/test-modf.c: New file.
766
767         Tests for module 'logb'.
768         * modules/logb-tests: New file.
769         * tests/test-logb.c: New file.
770
771         Tests for module 'log1p'.
772         * modules/log1p-tests: New file.
773         * tests/test-log1p.c: New file.
774
775         Tests for module 'log10'.
776         * modules/log10-tests: New file.
777         * tests/test-log10.c: New file.
778
779         Tests for module 'log'.
780         * modules/log-tests: New file.
781         * tests/test-log.c: New file.
782
783         Tests for module 'lgamma'.
784         * modules/lgamma-tests: New file.
785         * tests/test-lgamma.c: New file.
786
787         Tests for module 'ldexp'.
788         * modules/ldexp-tests: New file.
789         * tests/test-ldexp.c: New file.
790
791         Tests for module 'jn'.
792         * modules/jn-tests: New file.
793         * tests/test-jn.c: New file.
794
795         Tests for module 'j1'.
796         * modules/j1-tests: New file.
797         * tests/test-j1.c: New file.
798
799         Tests for module 'j0'.
800         * modules/j0-tests: New file.
801         * tests/test-j0.c: New file.
802
803         Tests for module 'hypot'.
804         * modules/hypot-tests: New file.
805         * tests/test-hypot.c: New file.
806
807         Tests for module 'fmod'.
808         * modules/fmod-tests: New file.
809         * tests/test-fmod.c: New file.
810
811         Tests for module 'fabs'.
812         * modules/fabs-tests: New file.
813         * tests/test-fabs.c: New file.
814
815         Tests for module 'exp'.
816         * modules/exp-tests: New file.
817         * tests/test-exp.c: New file.
818
819         Tests for module 'erfc'.
820         * modules/erfc-tests: New file.
821         * tests/test-erfc.c: New file.
822
823         Tests for module 'erf'.
824         * modules/erf-tests: New file.
825         * tests/test-erf.c: New file.
826
827         Tests for module 'cosh'.
828         * modules/cosh-tests: New file.
829         * tests/test-cosh.c: New file.
830
831         Tests for module 'cos'.
832         * modules/cos-tests: New file.
833         * tests/test-cos.c: New file.
834
835         Tests for module 'copysign'.
836         * modules/copysign-tests: New file.
837         * tests/test-copysign.c: New file.
838
839         Tests for module 'cbrt'.
840         * modules/cbrt-tests: New file.
841         * tests/test-cbrt.c: New file.
842
843         Tests for module 'atan2'.
844         * modules/atan2-tests: New file.
845         * tests/test-atan2.c: New file.
846
847         Tests for module 'atan'.
848         * modules/atan-tests: New file.
849         * tests/test-atan.c: New file.
850
851         Tests for module 'asin'.
852         * modules/asin-tests: New file.
853         * tests/test-asin.c: New file.
854
855         Tests for module 'acos'.
856         * modules/acos-tests: New file.
857         * tests/test-acos.c: New file.
858
859 2010-01-24  Bruno Haible  <bruno@clisp.org>
860
861         Fix tests for common <math.h> functions.
862         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
863         code snippet that references the function pointer, rather than merely
864         calling the function. Substitute the FUNC_LIBM variable.
865         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
866         * modules/acos (configure.ac): Likewise.
867         * modules/asin (configure.ac): Likewise.
868         * modules/atan (configure.ac): Likewise.
869         * modules/atan2 (configure.ac): Likewise.
870         * modules/cbrt (configure.ac): Likewise.
871         * modules/copysign (configure.ac): Likewise.
872         * modules/cos (configure.ac): Likewise.
873         * modules/cosh (configure.ac): Likewise.
874         * modules/erf (configure.ac): Likewise.
875         * modules/erfc (configure.ac): Likewise.
876         * modules/exp (configure.ac): Likewise.
877         * modules/fabs (configure.ac): Likewise.
878         * modules/fmod (configure.ac): Likewise.
879         * modules/hypot (configure.ac): Likewise.
880         * modules/j0 (configure.ac): Likewise.
881         * modules/j1 (configure.ac): Likewise.
882         * modules/jn (configure.ac): Likewise.
883         * modules/ldexp (configure.ac): Likewise.
884         * modules/lgamma (configure.ac): Likewise.
885         * modules/log (configure.ac): Likewise.
886         * modules/log10 (configure.ac): Likewise.
887         * modules/log1p (configure.ac): Likewise.
888         * modules/logb (configure.ac): Likewise.
889         * modules/modf (configure.ac): Likewise.
890         * modules/nextafter (configure.ac): Likewise.
891         * modules/pow (configure.ac): Likewise.
892         * modules/remainder (configure.ac): Likewise.
893         * modules/rint (configure.ac): Likewise.
894         * modules/sin (configure.ac): Likewise.
895         * modules/sinh (configure.ac): Likewise.
896         * modules/tan (configure.ac): Likewise.
897         * modules/tanh (configure.ac): Likewise.
898         * modules/y0 (configure.ac): Likewise.
899         * modules/y1 (configure.ac): Likewise.
900         * modules/yn (configure.ac): Likewise.
901
902 2010-01-24  Bruno Haible  <bruno@clisp.org>
903
904         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
905         * tests/test-acosl.c (x): New variable.
906         (main): Store argument in x and fetch it from x.
907         * tests/test-asinl.c (x): New variable.
908         (main): Store argument in x and fetch it from x.
909         * tests/test-atanl.c (x): New variable.
910         (main): Store argument in x and fetch it from x.
911         * tests/test-cosl.c (x): New variable.
912         (main): Store argument in x and fetch it from x.
913         * tests/test-expl.c (x): New variable.
914         (main): Store argument in x and fetch it from x.
915         * tests/test-logl.c (x): New variable.
916         (main): Store argument in x and fetch it from x.
917         * tests/test-sinl.c (x): New variable.
918         (main): Store argument in x and fetch it from x.
919         * tests/test-sqrtl.c (x): New variable.
920         (main): Store argument in x and fetch it from x.
921         * tests/test-tanl.c (x): New variable.
922         (main): Store argument in x and fetch it from x.
923
924 2010-01-24  Bruno Haible  <bruno@clisp.org>
925
926         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
927         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
928         assignments to the initial TESTS_ENVIRONMENT.
929         * doc/gnulib.texi (Unit test modules): Document it.
930         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
931         TESTS_ENVIRONMENT.
932         * modules/btowc-tests (Makefile.am): Likewise.
933         * modules/c-stack-tests (Makefile.am): Likewise.
934         * modules/c-strcase-tests (Makefile.am): Likewise.
935         * modules/copy-file-tests (Makefile.am): Likewise.
936         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
937         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
938         * modules/mbrtowc-tests (Makefile.am): Likewise.
939         * modules/mbscasecmp-tests (Makefile.am): Likewise.
940         * modules/mbscasestr-tests (Makefile.am): Likewise.
941         * modules/mbschr-tests (Makefile.am): Likewise.
942         * modules/mbscspn-tests (Makefile.am): Likewise.
943         * modules/mbsinit-tests (Makefile.am): Likewise.
944         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
945         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
946         * modules/mbspbrk-tests (Makefile.am): Likewise.
947         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
948         * modules/mbsrchr-tests (Makefile.am): Likewise.
949         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
950         * modules/mbsspn-tests (Makefile.am): Likewise.
951         * modules/mbsstr-tests (Makefile.am): Likewise.
952         * modules/nl_langinfo-tests (Makefile.am): Likewise.
953         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
954         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
955         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
956         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
957         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
958         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
959         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
960         * modules/wcrtomb-tests (Makefile.am): Likewise.
961         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
962         * modules/wcsrtombs-tests (Makefile.am): Likewise.
963         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
964         assignments from TESTS_ENVIRONMENT.
965         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
966         augmentation.
967         * modules/argp-version-etc-tests (Makefile.am): Likewise.
968         * modules/atexit-tests (Makefile.am): Likewise.
969         * modules/binary-io-tests (Makefile.am): Likewise.
970         * modules/closein-tests (Makefile.am): Likewise.
971         * modules/dprintf-posix-tests (Makefile.am): Likewise.
972         * modules/exclude-tests (Makefile.am): Likewise.
973         * modules/fflush-tests (Makefile.am): Likewise.
974         * modules/fpending-tests (Makefile.am): Likewise.
975         * modules/fprintf-posix-tests (Makefile.am): Likewise.
976         * modules/freadahead-tests (Makefile.am): Likewise.
977         * modules/freadptr-tests (Makefile.am): Likewise.
978         * modules/freadseek-tests (Makefile.am): Likewise.
979         * modules/fseek-tests (Makefile.am): Likewise.
980         * modules/fseeko-tests (Makefile.am): Likewise.
981         * modules/ftell-tests (Makefile.am): Likewise.
982         * modules/ftello-tests (Makefile.am): Likewise.
983         * modules/idpriv-drop-tests (Makefile.am): Likewise.
984         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
985         * modules/lseek-tests (Makefile.am): Likewise.
986         * modules/parse-duration-tests (Makefile.am): Likewise.
987         * modules/perror-tests (Makefile.am): Likewise.
988         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
989         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
990         * modules/pipe-tests (Makefile.am): Likewise.
991         * modules/pread-tests (Makefile.am): Likewise.
992         * modules/printf-posix-tests (Makefile.am): Likewise.
993         * modules/select-tests (Makefile.am): Likewise.
994         * modules/sigpipe-tests (Makefile.am): Likewise.
995         * modules/tsearch-tests (Makefile.am): Likewise.
996         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
997         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
998         * modules/uniname/uniname-tests (Makefile.am): Likewise.
999         * modules/uniwidth/width-tests (Makefile.am): Likewise.
1000         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
1001         * modules/version-etc-tests (Makefile.am): Likewise.
1002         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
1003         * modules/vprintf-posix-tests (Makefile.am): Likewise.
1004         * modules/xalloc-die-tests (Makefile.am): Likewise.
1005         * modules/xprintf-posix-tests (Makefile.am): Likewise.
1006         * modules/xstrtoimax-tests (Makefile.am): Likewise.
1007         * modules/xstrtol-tests (Makefile.am): Likewise.
1008         * modules/xstrtoumax-tests (Makefile.am): Likewise.
1009         * modules/yesno-tests (Makefile.am): Likewise.
1010         Suggested by Jim Meyering.
1011
1012 2010-01-24  Bruno Haible  <bruno@clisp.org>
1013
1014         More documentation.
1015         * doc/gnulib.texi (Writing modules): New chapter.
1016         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
1017         the new chapter.
1018
1019 2010-01-24  Jim Meyering  <meyering@redhat.com>
1020
1021         maint.mk: do not prepend "./" after filtering
1022         * top/maint.mk (_prepend_srcdir_prefix): New variable
1023         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
1024         "./" when $(srcdir) is ".".
1025
1026         define STREQ(a,b) consistently, removing useless parentheses
1027         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
1028         since the only risk is that "a" or "b" contains an unparenthesized
1029         comma, but if either did that, STREQ would have 3 or more arguments.
1030         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
1031         * lib/fts.c (STREQ): Remove unnecessary parentheses.
1032         * lib/hash-triple.c (STREQ): Likewise.
1033         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
1034         * lib/getugroups.c (STREQ): Likewise.
1035
1036 2010-01-23  Jim Meyering  <meyering@redhat.com>
1037
1038         maint.mk: fix syntax-check in a non-srcdir build directory
1039         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
1040         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
1041
1042 2010-01-22  Jim Meyering  <meyering@redhat.com>
1043
1044         userspec: add unit tests
1045         * tests/test-userspec.c: New file.
1046         * modules/userspec-tests: Likewise.
1047
1048 2010-01-21  Jim Meyering  <meyering@redhat.com>
1049
1050         maint.mk: handle source file names containing "." robustly
1051         * top/maint.mk (_dot_escaped_srcdir): Define.
1052         (VC_LIST): Use it in LHS of sed substitution.
1053
1054 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
1055
1056         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
1057         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
1058         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
1059         from a non-srcdir build.
1060
1061 2010-01-20  Eric Blake  <ebb9@byu.net>
1062
1063         warn-on-use: use instead of link-warning
1064         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
1065         * modules/unistd (Depends-on, Makefile.am): Likewise.
1066         * modules/arpa_inet (Depends-on): Replace link-warning with
1067         warn-on-use.
1068         (Makefile.am): Update rules accordingly.
1069         * modules/ctype (Depends-on, Makefile.am): Likewise.
1070         * modules/dirent (Depends-on, Makefile.am): Likewise.
1071         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
1072         * modules/inttypes (Depends-on, Makefile.am): Likewise.
1073         * modules/langinfo (Depends-on, Makefile.am): Likewise.
1074         * modules/locale (Depends-on, Makefile.am): Likewise.
1075         * modules/math (Depends-on, Makefile.am): Likewise.
1076         * modules/search (Depends-on, Makefile.am): Likewise.
1077         * modules/signal (Depends-on, Makefile.am): Likewise.
1078         * modules/spawn (Depends-on, Makefile.am): Likewise.
1079         * modules/stdlib (Depends-on, Makefile.am): Likewise.
1080         * modules/string (Depends-on, Makefile.am): Likewise.
1081         * modules/strings (Depends-on, Makefile.am): Likewise.
1082         * modules/sys_file (Depends-on, Makefile.am): Likewise.
1083         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
1084         * modules/sys_select (Depends-on, Makefile.am): Likewise.
1085         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
1086         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
1087         * modules/sys_times (Depends-on, Makefile.am): Likewise.
1088         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
1089         * modules/wchar (Depends-on, Makefile.am): Likewise.
1090         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
1091         should be poisoned.
1092         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
1093         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
1094         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
1095         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1096         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1097         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1098         * m4/math_h.m4 (gl_MATH_H): Likewise.
1099         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1100         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1101         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
1102         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1103         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1104         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1105         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
1106         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
1107         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
1108         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1109         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1110         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1111         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1112         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1113         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1114         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1115         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
1116         GL_LINK_WARNING.
1117         * lib/ctype.in.h: Likewise.
1118         * lib/dirent.in.h: Likewise.
1119         * lib/fcntl.in.h: Likewise.
1120         * lib/inttypes.in.h: Likewise.
1121         * lib/langinfo.in.h: Likewise.
1122         * lib/locale.in.h: Likewise.
1123         * lib/math.in.h: Likewise.
1124         * lib/search.in.h: Likewise.
1125         * lib/signal.in.h: Likewise.
1126         * lib/spawn.in.h: Likewise.
1127         * lib/stdio.in.h: Likewise.
1128         * lib/stdlib.in.h: Likewise.
1129         * lib/string.in.h: Likewise.
1130         * lib/strings.in.h: Likewise.
1131         * lib/sys_file.in.h: Likewise.
1132         * lib/sys_ioctl.in.h: Likewise.
1133         * lib/sys_select.in.h: Likewise.
1134         * lib/sys_socket.in.h: Likewise.
1135         * lib/sys_stat.in.h: Likewise.
1136         * lib/sys_times.in.h: Likewise.
1137         * lib/sys_utsname.in.h: Likewise.
1138         * lib/unistd.in.h: Likewise.
1139         * lib/wchar.in.h: Likewise.
1140
1141 2010-01-20  Bruno Haible  <bruno@clisp.org>
1142
1143         Avoid duplicate -lm.
1144         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
1145         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
1146         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
1147         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
1148         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
1149         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
1150         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
1151         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
1152         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
1153         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
1154         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
1155         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
1156         Reported by Paolo Bonzini.
1157
1158 2010-01-19  Bruno Haible  <bruno@clisp.org>
1159
1160         langinfo, nl_langinfo: Relicense under LGPLv2+.
1161         * modules/langinfo (License): Change to LGPLv2+.
1162         * modules/nl_langinfo (License): Likewise.
1163         Patch by David Lutterkort <lutter@redhat.com>.
1164
1165 2010-01-19  Bruno Haible  <bruno@clisp.org>
1166
1167         Avoid compilation error with cc on OSF/1 5.1.
1168         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
1169         statement, not before.
1170         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1171
1172 2010-01-18  Bruno Haible  <bruno@clisp.org>
1173
1174         Avoid a link error due to the __printf__ symbol.
1175         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
1176         and 2.6.x.
1177         (__format__, __printf__): Remove definitions.
1178         * lib/argp-fmtstream.h: Likewise.
1179         * lib/argp.h: Likewise.
1180         * lib/error.h: Likewise.
1181         * lib/vasnprintf.h: Likewise.
1182         * lib/xprintf.h: Likewise.
1183         * lib/xvasprintf.h: Likewise.
1184         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1185
1186 2010-01-18  Bruno Haible  <bruno@clisp.org>
1187
1188         Tests for module 'tanl'.
1189         * modules/tanl-tests: New file.
1190         * tests/test-tanl.c: New file.
1191
1192         Tests for module 'sqrtl'.
1193         * modules/sqrtl-tests: New file.
1194         * tests/test-sqrtl.c: New file.
1195
1196         Tests for module 'sinl'.
1197         * modules/sinl-tests: New file.
1198         * tests/test-sinl.c: New file.
1199
1200         Tests for module 'logl'.
1201         * modules/logl-tests: New file.
1202         * tests/test-logl.c: New file.
1203
1204         Tests for module 'expl'.
1205         * modules/expl-tests: New file.
1206         * tests/test-expl.c: New file.
1207
1208         Tests for module 'cosl'.
1209         * modules/cosl-tests: New file.
1210         * tests/test-cosl.c: New file.
1211
1212         Tests for module 'atanl'.
1213         * modules/atanl-tests: New file.
1214         * tests/test-atanl.c: New file.
1215
1216         Tests for module 'asinl'.
1217         * modules/asinl-tests: New file.
1218         * tests/test-asinl.c: New file.
1219
1220         Tests for module 'acosl'.
1221         * modules/acosl-tests: New file.
1222         * tests/test-acosl.c: New file.
1223
1224         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1225         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
1226         tanl): Use the standard gnulib idiom.
1227         * lib/cosl.c: Don't include trigl.c and sincosl.c.
1228         * lib/sinl.c: Likewise.
1229         * lib/tanl.c: Don't include trigl.c.
1230         (kernel_tanl): Make static.
1231         * lib/sincosl.c: Include trigl.h first.
1232         * lib/trigl.c: Likewise.
1233         * m4/acosl.m4: New file.
1234         * m4/asinl.m4: New file.
1235         * m4/atanl.m4: New file.
1236         * m4/cosl.m4: New file.
1237         * m4/expl.m4: New file.
1238         * m4/logl.m4: New file.
1239         * m4/sinl.m4: New file.
1240         * m4/sqrtl.m4: New file.
1241         * m4/tanl.m4: New file.
1242         * m4/mathl.m4: Remove file.
1243         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
1244         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
1245         Don't initialize GNULIB_MATHL.
1246         * modules/acosl: New file.
1247         * modules/asinl: New file.
1248         * modules/atanl: New file.
1249         * modules/cosl: New file.
1250         * modules/expl: New file.
1251         * modules/logl: New file.
1252         * modules/sinl: New file.
1253         * modules/sqrtl: New file.
1254         * modules/tanl: New file.
1255         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
1256         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
1257         substitute GNULIB_MATHL.
1258         * modules/mathl: Rewritten.
1259         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
1260         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
1261         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
1262         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
1263         * doc/posix-functions/expl.texi: Mention the 'expl' module.
1264         * doc/posix-functions/logl.texi: Mention the 'logl' module.
1265         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
1266         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
1267         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
1268
1269 2010-01-18  Bruno Haible  <bruno@clisp.org>
1270
1271         sqrt: Make gl_FUNC_SQRT requirable.
1272         * m4/sqrt.m4: New file.
1273         * modules/sqrt (Files): Add it.
1274         (configure.ac): Invoke gl_FUNC_SQRT.
1275
1276 2010-01-18  Bruno Haible  <bruno@clisp.org>
1277
1278         New modules for common <math.h> functions.
1279         * m4/mathfunc.m4: New file.
1280         * modules/acos: New file.
1281         * modules/asin: New file.
1282         * modules/atan: New file.
1283         * modules/atan2: New file.
1284         * modules/cbrt: New file.
1285         * modules/copysign: New file.
1286         * modules/cos: New file.
1287         * modules/cosh: New file.
1288         * modules/erf: New file.
1289         * modules/erfc: New file.
1290         * modules/exp: New file.
1291         * modules/fabs: New file.
1292         * modules/fmod: New file.
1293         * modules/hypot: New file.
1294         * modules/j0: New file.
1295         * modules/j1: New file.
1296         * modules/jn: New file.
1297         * modules/ldexp: New file.
1298         * modules/lgamma: New file.
1299         * modules/log: New file.
1300         * modules/log10: New file.
1301         * modules/log1p: New file.
1302         * modules/logb: New file.
1303         * modules/modf: New file.
1304         * modules/nextafter: New file.
1305         * modules/pow: New file.
1306         * modules/remainder: New file.
1307         * modules/rint: New file.
1308         * modules/sin: New file.
1309         * modules/sinh: New file.
1310         * modules/sqrt: New file.
1311         * modules/tan: New file.
1312         * modules/tanh: New file.
1313         * modules/y0: New file.
1314         * modules/y1: New file.
1315         * modules/yn: New file.
1316         * doc/posix-functions/acos.texi: Mention the 'acos' module.
1317         * doc/posix-functions/asin.texi: Mention the 'asin' module.
1318         * doc/posix-functions/atan.texi: Mention the 'atan' module.
1319         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
1320         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
1321         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
1322         * doc/posix-functions/cos.texi: Mention the 'cos' module.
1323         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
1324         * doc/posix-functions/erf.texi: Mention the 'erf' module.
1325         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
1326         * doc/posix-functions/exp.texi: Mention the 'exp' module.
1327         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
1328         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
1329         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
1330         * doc/posix-functions/j0.texi: Mention the 'j0' module.
1331         * doc/posix-functions/j1.texi: Mention the 'j1' module.
1332         * doc/posix-functions/jn.texi: Mention the 'jn' module.
1333         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
1334         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
1335         * doc/posix-functions/log.texi: Mention the 'log' module.
1336         * doc/posix-functions/log10.texi: Mention the 'log10' module.
1337         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
1338         * doc/posix-functions/logb.texi: Mention the 'logb' module.
1339         * doc/posix-functions/modf.texi: Mention the 'modf' module.
1340         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
1341         * doc/posix-functions/pow.texi: Mention the 'pow' module.
1342         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
1343         * doc/posix-functions/rint.texi: Mention the 'rint' module.
1344         * doc/posix-functions/sin.texi: Mention the 'sin' module.
1345         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
1346         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
1347         * doc/posix-functions/tan.texi: Mention the 'tan' module.
1348         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
1349         * doc/posix-functions/y0.texi: Mention the 'y0' module.
1350         * doc/posix-functions/y1.texi: Mention the 'y1' module.
1351         * doc/posix-functions/yn.texi: Mention the 'yn' module.
1352
1353 2010-01-18  Jim Meyering  <meyering@redhat.com>
1354
1355         ignore-value: relax license to LGPLv2+
1356         * modules/ignore-value (License): Relax to LGPLv2+.
1357
1358         getdate: don't leak when TZ contains two or more '"'s
1359         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
1360         double quote in TZ after the first one.
1361
1362         readtokens: do not leak internal token_lengths buffer
1363         * lib/readtokens.c (readtokens): Free the local, lengths,
1364         when the supplied "token_lengths" parameter is NULL.
1365
1366 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1367
1368         Fix a couple of missing LIBTHREAD link failures on AIX.
1369         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
1370         $(LIBTHREAD).
1371         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
1372
1373         Link test-poll against INET_PTON_LIB.
1374         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
1375         for inet_pton on Solaris 10.
1376
1377 2010-01-17  Bruno Haible  <bruno@clisp.org>
1378
1379         unistdio/*-sprintf: Fix typo in module description.
1380         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
1381         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
1382         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
1383         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
1384         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
1385         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
1386         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
1387         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
1388
1389 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1390
1391         gnulib-tool: fix filelist for AIX, HP-UX ksh.
1392         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
1393         variables in shell case patterns, for AIX and HP-UX ksh.
1394
1395         Split large sed scripts, for HP-UX sed.
1396         * modules/stdio: Split sed scripts around 50 sed commands,
1397         to avoid HP-UX limit of 99 commands, in the near future.
1398         * modules/string: Likewise.
1399         * modules/unistd: Likewise.
1400
1401         gnulib-tool: avoid writing in the current directory.
1402         * gnulib-tool (func_emit_lib_Makefile_am)
1403         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
1404         not in the current directory, so concurrent gnulib-tool
1405         instances do not interfere.
1406
1407 2010-01-16  Jim Meyering  <meyering@redhat.com>
1408
1409         doc: update users.txt
1410         * users.txt: Add grep.
1411         (diffutils, gzip): Update URLs.
1412
1413 2010-01-12  Bruno Haible  <bruno@clisp.org>
1414
1415         posix_spawn: Avoid test failure on Cygwin.
1416         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
1417         characters.
1418         Reported by Simon Josefsson.
1419
1420 2010-01-12  Bruno Haible  <bruno@clisp.org>
1421
1422         * tests/test-cond.c (main): When skipping the test, show the reason.
1423
1424 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1425
1426         * lib/striconv.c (str_cd_iconv): Avoid if before free.
1427
1428 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1429
1430         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
1431         VC_LIST_ALWAYS_EXCLUDE_REGEX.
1432
1433 2010-01-12  Eric Blake  <ebb9@byu.net>
1434
1435         build: guarantee AS_VAR_IF
1436         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
1437         (gl_AS_VAR_IF): Move...
1438         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
1439         Reported by Simon Josefsson.
1440
1441 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1442
1443         * lib/stdio.in.h: Fix typo.
1444
1445 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1446
1447         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
1448         libgpg-error.
1449
1450 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1451
1452         * tests/test-xalloc-die.sh: Use $EXEEXT.
1453
1454 2010-01-12  Simon Josefsson  <simon@josefsson.org>
1455             Bruno Haible  <bruno@clisp.org>
1456
1457         getlogin, getlogin_r: Avoid test failure.
1458         * tests/test-getlogin.c: Include <stdio.h>.
1459         (main): Skip the test when the function fails because stdin is not a
1460         tty.
1461         * tests/test-getlogin_r.c: Include <stdio.h>.
1462         (main): Skip the test when the function fails because stdin is not a
1463         tty.
1464
1465 2010-01-11  Eric Blake  <ebb9@byu.net>
1466
1467         tests: avoid more large file warnings
1468         * tests/test-fflush.c: Avoid warning about ftell use.
1469         * tests/test-fseek.c: Avoid warning about fseek use.
1470
1471 2010-01-10  Bruno Haible  <bruno@clisp.org>
1472
1473         nproc: Work better on Linux when /proc and /sys are not mounted.
1474         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
1475         as lower bound when, on glibc/Linux systems,
1476         sysconf (_SC_NPROCESSORS_CONF) returns 1.
1477         Suggested by Pádraig Brady <P@draigbrady.com>.
1478         Reported by Dmitry V. Levin <ldv@altlinux.org>.
1479
1480         nproc: Refactor.
1481         * lib/nproc.c (num_processors_via_affinity_mask): New function,
1482         extracted from num_processors.
1483         (num_processors): Call it.
1484
1485 2010-01-11  Jim Meyering  <meyering@redhat.com>
1486
1487         utimecmp: avoid new warning from upcoming gcc-4.5.0
1488         * lib/utimecmp.c (BILLION): Define using #define rather than an
1489         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
1490
1491 2010-01-11  Eric Blake  <ebb9@byu.net>
1492
1493         math: add portability warnings for classification macros
1494         * modules/math (Depends-on): Add warn-on-use.
1495         (Makefile.am): Provide new substitutions.
1496         * m4/math_h.m4 (gl_MATH_H): Require inline.
1497         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
1498         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
1499         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
1500         implement warnings.
1501
1502         unistd: warn on use of environ without module
1503         * modules/unistd (Depends-on): Add warn-on-use.
1504         (Makefile.am): Provide new substitutions.
1505         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
1506         * lib/unistd.in.h (environ): Wrap with a warning helper function.
1507
1508         stdio: warn on suspicious uses
1509         * modules/stdio (Depends-on): Add warn-on-use.
1510         (Makefile.am): Provide new substitutions.
1511         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
1512         fseeko.
1513         * lib/stdio.in.h (gets): Always warn on use.
1514         (fseek, ftell): Adjust when warnings are issued, and honor
1515         _GL_NO_LARGE_FILES as a way to silence the warning.
1516         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
1517         any warning about large file offsets.
1518         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
1519         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
1520         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
1521         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
1522         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
1523         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
1524         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
1525         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
1526
1527         warn-on-use: new module
1528         * modules/warn-on-use: New file.
1529         * build-aux/warn-on-use.h: Likewise.
1530         * m4/warn-on-use.m4: Likewise.
1531         * MODULES.html.sh (Support for building): Mention it.
1532
1533 2010-01-10  Bruno Haible  <bruno@clisp.org>
1534
1535         Tests for module 'unistr/u32-strdup'.
1536         * modules/unistr/u32-strdup-tests: New file.
1537         * tests/unistr/test-u32-strdup.c: New file.
1538
1539         Tests for module 'unistr/u16-strdup'.
1540         * modules/unistr/u16-strdup-tests: New file.
1541         * tests/unistr/test-u16-strdup.c: New file.
1542
1543         Tests for module 'unistr/u8-strdup'.
1544         * modules/unistr/u8-strdup-tests: New file.
1545         * tests/unistr/test-u8-strdup.c: New file.
1546         * tests/unistr/test-strdup.h: New file.
1547
1548         Tests for module 'unistr/u32-strncmp'.
1549         * modules/unistr/u32-strncmp-tests: New file.
1550         * tests/unistr/test-u32-strncmp.c: New file.
1551
1552         Tests for module 'unistr/u16-strncmp'.
1553         * modules/unistr/u16-strncmp-tests: New file.
1554         * tests/unistr/test-u16-strncmp.c: New file.
1555
1556         Tests for module 'unistr/u8-strncmp'.
1557         * modules/unistr/u8-strncmp-tests: New file.
1558         * tests/unistr/test-u8-strncmp.c: New file.
1559         * tests/unistr/test-strncmp.h: New file.
1560
1561         Tests for module 'unistr/u32-strcoll'.
1562         * modules/unistr/u32-strcoll-tests: New file.
1563         * tests/unistr/test-u32-strcoll.c: New file.
1564
1565         Tests for module 'unistr/u16-strcoll'.
1566         * modules/unistr/u16-strcoll-tests: New file.
1567         * tests/unistr/test-u16-strcoll.c: New file.
1568
1569         Tests for module 'unistr/u8-strcoll'.
1570         * modules/unistr/u8-strcoll-tests: New file.
1571         * tests/unistr/test-u8-strcoll.c: New file.
1572
1573         Tests for module 'unistr/u32-strcmp'.
1574         * modules/unistr/u32-strcmp-tests: New file.
1575         * tests/unistr/test-u32-strcmp.c: New file.
1576         * tests/unistr/test-u32-strcmp.h: New file.
1577
1578         Tests for module 'unistr/u16-strcmp'.
1579         * modules/unistr/u16-strcmp-tests: New file.
1580         * tests/unistr/test-u16-strcmp.c: New file.
1581         * tests/unistr/test-u16-strcmp.h: New file.
1582
1583         Tests for module 'unistr/u8-strcmp'.
1584         * modules/unistr/u8-strcmp-tests: New file.
1585         * tests/unistr/test-u8-strcmp.c: New file.
1586         * tests/unistr/test-u8-strcmp.h: New file.
1587         * tests/unistr/test-strcmp.h: New file.
1588
1589         Tests for module 'unistr/u32-strncat'.
1590         * modules/unistr/u32-strncat-tests: New file.
1591         * tests/unistr/test-u32-strncat.c: New file.
1592
1593         Tests for module 'unistr/u16-strncat'.
1594         * modules/unistr/u16-strncat-tests: New file.
1595         * tests/unistr/test-u16-strncat.c: New file.
1596
1597         Tests for module 'unistr/u8-strncat'.
1598         * modules/unistr/u8-strncat-tests: New file.
1599         * tests/unistr/test-u8-strncat.c: New file.
1600         * tests/unistr/test-strncat.h: New file.
1601
1602         Tests for module 'unistr/u32-strcat'.
1603         * modules/unistr/u32-strcat-tests: New file.
1604         * tests/unistr/test-u32-strcat.c: New file.
1605
1606         Tests for module 'unistr/u16-strcat'.
1607         * modules/unistr/u16-strcat-tests: New file.
1608         * tests/unistr/test-u16-strcat.c: New file.
1609
1610         Tests for module 'unistr/u8-strcat'.
1611         * modules/unistr/u8-strcat-tests: New file.
1612         * tests/unistr/test-u8-strcat.c: New file.
1613         * tests/unistr/test-strcat.h: New file.
1614
1615         Tests for module 'unistr/u32-stpncpy'.
1616         * modules/unistr/u32-stpncpy-tests: New file.
1617         * tests/unistr/test-u32-stpncpy.c: New file.
1618
1619         Tests for module 'unistr/u16-stpncpy'.
1620         * modules/unistr/u16-stpncpy-tests: New file.
1621         * tests/unistr/test-u16-stpncpy.c: New file.
1622
1623         Tests for module 'unistr/u8-stpncpy'.
1624         * modules/unistr/u8-stpncpy-tests: New file.
1625         * tests/unistr/test-u8-stpncpy.c: New file.
1626         * tests/unistr/test-stpncpy.h: New file.
1627
1628         Tests for module 'unistr/u32-strncpy'.
1629         * modules/unistr/u32-strncpy-tests: New file.
1630         * tests/unistr/test-u32-strncpy.c: New file.
1631
1632         Tests for module 'unistr/u16-strncpy'.
1633         * modules/unistr/u16-strncpy-tests: New file.
1634         * tests/unistr/test-u16-strncpy.c: New file.
1635
1636         Tests for module 'unistr/u8-strncpy'.
1637         * modules/unistr/u8-strncpy-tests: New file.
1638         * tests/unistr/test-u8-strncpy.c: New file.
1639         * tests/unistr/test-strncpy.h: New file.
1640
1641         Tests for module 'unistr/u32-stpcpy'.
1642         * modules/unistr/u32-stpcpy-tests: New file.
1643         * tests/unistr/test-u32-stpcpy.c: New file.
1644
1645         Tests for module 'unistr/u16-stpcpy'.
1646         * modules/unistr/u16-stpcpy-tests: New file.
1647         * tests/unistr/test-u16-stpcpy.c: New file.
1648
1649         Tests for module 'unistr/u8-stpcpy'.
1650         * modules/unistr/u8-stpcpy-tests: New file.
1651         * tests/unistr/test-u8-stpcpy.c: New file.
1652         * tests/unistr/test-stpcpy.h: New file.
1653
1654         Tests for module 'unistr/u32-strcpy'.
1655         * modules/unistr/u32-strcpy-tests: New file.
1656         * tests/unistr/test-u32-strcpy.c: New file.
1657
1658         Tests for module 'unistr/u16-strcpy'.
1659         * modules/unistr/u16-strcpy-tests: New file.
1660         * tests/unistr/test-u16-strcpy.c: New file.
1661
1662         Tests for module 'unistr/u8-strcpy'.
1663         * modules/unistr/u8-strcpy-tests: New file.
1664         * tests/unistr/test-u8-strcpy.c: New file.
1665         * tests/unistr/test-strcpy.h: New file.
1666
1667         Tests for module 'unistr/u32-strnlen'.
1668         * modules/unistr/u32-strnlen-tests: New file.
1669         * tests/unistr/test-u32-strnlen.c: New file.
1670
1671         Tests for module 'unistr/u16-strnlen'.
1672         * modules/unistr/u16-strnlen-tests: New file.
1673         * tests/unistr/test-u16-strnlen.c: New file.
1674
1675         Tests for module 'unistr/u8-strnlen'.
1676         * modules/unistr/u8-strnlen-tests: New file.
1677         * tests/unistr/test-u8-strnlen.c: New file.
1678         * tests/unistr/test-strnlen.h: New file.
1679
1680         Tests for module 'unistr/u32-strlen'.
1681         * modules/unistr/u32-strlen-tests: New file.
1682         * tests/unistr/test-u32-strlen.c: New file.
1683
1684         Tests for module 'unistr/u16-strlen'.
1685         * modules/unistr/u16-strlen-tests: New file.
1686         * tests/unistr/test-u16-strlen.c: New file.
1687
1688         Tests for module 'unistr/u8-strlen'.
1689         * modules/unistr/u8-strlen-tests: New file.
1690         * tests/unistr/test-u8-strlen.c: New file.
1691
1692         Tests for module 'unistr/u32-prev'.
1693         * modules/unistr/u32-prev-tests: New file.
1694         * tests/unistr/test-u32-prev.c: New file.
1695
1696         Tests for module 'unistr/u16-prev'.
1697         * modules/unistr/u16-prev-tests: New file.
1698         * tests/unistr/test-u16-prev.c: New file.
1699
1700         Tests for module 'unistr/u8-prev'.
1701         * modules/unistr/u8-prev-tests: New file.
1702         * tests/unistr/test-u8-prev.c: New file.
1703
1704         Tests for module 'unistr/u32-next'.
1705         * modules/unistr/u32-next-tests: New file.
1706         * tests/unistr/test-u32-next.c: New file.
1707
1708         Tests for module 'unistr/u16-next'.
1709         * modules/unistr/u16-next-tests: New file.
1710         * tests/unistr/test-u16-next.c: New file.
1711
1712         Tests for module 'unistr/u8-next'.
1713         * modules/unistr/u8-next-tests: New file.
1714         * tests/unistr/test-u8-next.c: New file.
1715
1716         Tests for module 'unistr/u32-strmbtouc'.
1717         * modules/unistr/u32-strmbtouc-tests: New file.
1718         * tests/unistr/test-u32-strmbtouc.c: New file.
1719
1720         Tests for module 'unistr/u16-strmbtouc'.
1721         * modules/unistr/u16-strmbtouc-tests: New file.
1722         * tests/unistr/test-u16-strmbtouc.c: New file.
1723
1724         Tests for module 'unistr/u8-strmbtouc'.
1725         * modules/unistr/u8-strmbtouc-tests: New file.
1726         * tests/unistr/test-u8-strmbtouc.c: New file.
1727
1728         Tests for module 'unistr/u32-strmblen'.
1729         * modules/unistr/u32-strmblen-tests: New file.
1730         * tests/unistr/test-u32-strmblen.c: New file.
1731
1732         Tests for module 'unistr/u16-strmblen'.
1733         * modules/unistr/u16-strmblen-tests: New file.
1734         * tests/unistr/test-u16-strmblen.c: New file.
1735
1736         Tests for module 'unistr/u8-strmblen'.
1737         * modules/unistr/u8-strmblen-tests: New file.
1738         * tests/unistr/test-u8-strmblen.c: New file.
1739
1740         Tests for module 'unistr/u32-cpy-alloc'.
1741         * modules/unistr/u32-cpy-alloc-tests: New file.
1742         * tests/unistr/test-u32-cpy-alloc.c: New file.
1743
1744         Tests for module 'unistr/u16-cpy-alloc'.
1745         * modules/unistr/u16-cpy-alloc-tests: New file.
1746         * tests/unistr/test-u16-cpy-alloc.c: New file.
1747
1748         Tests for module 'unistr/u8-cpy-alloc'.
1749         * modules/unistr/u8-cpy-alloc-tests: New file.
1750         * tests/unistr/test-u8-cpy-alloc.c: New file.
1751         * tests/unistr/test-cpy-alloc.h: New file.
1752
1753         Tests for module 'unistr/u32-mbsnlen'.
1754         * modules/unistr/u32-mbsnlen-tests: New file.
1755         * tests/unistr/test-u32-mbsnlen.c: New file.
1756
1757         Tests for module 'unistr/u16-mbsnlen'.
1758         * modules/unistr/u16-mbsnlen-tests: New file.
1759         * tests/unistr/test-u16-mbsnlen.c: New file.
1760
1761         Tests for module 'unistr/u8-mbsnlen'.
1762         * modules/unistr/u8-mbsnlen-tests: New file.
1763         * tests/unistr/test-u8-mbsnlen.c: New file.
1764
1765         Tests for module 'unistr/u32-chr'.
1766         * modules/unistr/u32-chr-tests: New file.
1767         * tests/unistr/test-u32-chr.c: New file.
1768
1769         Tests for module 'unistr/u16-chr'.
1770         * modules/unistr/u16-chr-tests: New file.
1771         * tests/unistr/test-u16-chr.c: New file.
1772
1773         Tests for module 'unistr/u8-chr'.
1774         * modules/unistr/u8-chr-tests: New file.
1775         * tests/unistr/test-u8-chr.c: New file.
1776         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
1777
1778         Tests for module 'unistr/u32-cmp2'.
1779         * modules/unistr/u32-cmp2-tests: New file.
1780         * tests/unistr/test-u32-cmp2.c: New file.
1781
1782         Tests for module 'unistr/u16-cmp2'.
1783         * modules/unistr/u16-cmp2-tests: New file.
1784         * tests/unistr/test-u16-cmp2.c: New file.
1785
1786         Tests for module 'unistr/u8-cmp2'.
1787         * modules/unistr/u8-cmp2-tests: New file.
1788         * tests/unistr/test-u8-cmp2.c: New file.
1789         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
1790
1791         Tests for module 'unistr/u32-cmp'.
1792         * modules/unistr/u32-cmp-tests: New file.
1793         * tests/unistr/test-u32-cmp.c: New file.
1794
1795         Tests for module 'unistr/u16-cmp'.
1796         * modules/unistr/u16-cmp-tests: New file.
1797         * tests/unistr/test-u16-cmp.c: New file.
1798
1799         Tests for module 'unistr/u8-cmp'.
1800         * modules/unistr/u8-cmp-tests: New file.
1801         * tests/unistr/test-u8-cmp.c: New file.
1802         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
1803
1804         Tests for module 'unistr/u32-set'.
1805         * modules/unistr/u32-set-tests: New file.
1806         * tests/unistr/test-u32-set.c: New file.
1807
1808         Tests for module 'unistr/u16-set'.
1809         * modules/unistr/u16-set-tests: New file.
1810         * tests/unistr/test-u16-set.c: New file.
1811
1812         Tests for module 'unistr/u8-set'.
1813         * modules/unistr/u8-set-tests: New file.
1814         * tests/unistr/test-u8-set.c: New file.
1815         * tests/unistr/test-set.h: New file.
1816
1817         Tests for module 'unistr/u32-move'.
1818         * modules/unistr/u32-move-tests: New file.
1819         * tests/unistr/test-u32-move.c: New file.
1820
1821         Tests for module 'unistr/u16-move'.
1822         * modules/unistr/u16-move-tests: New file.
1823         * tests/unistr/test-u16-move.c: New file.
1824
1825         Tests for module 'unistr/u8-move'.
1826         * modules/unistr/u8-move-tests: New file.
1827         * tests/unistr/test-u8-move.c: New file.
1828         * tests/unistr/test-move.h: New file.
1829
1830         Tests for module 'unistr/u32-cpy'.
1831         * modules/unistr/u32-cpy-tests: New file.
1832         * tests/unistr/test-u32-cpy.c: New file.
1833
1834         Tests for module 'unistr/u16-cpy'.
1835         * modules/unistr/u16-cpy-tests: New file.
1836         * tests/unistr/test-u16-cpy.c: New file.
1837
1838         Tests for module 'unistr/u8-cpy'.
1839         * modules/unistr/u8-cpy-tests: New file.
1840         * tests/unistr/test-u8-cpy.c: New file.
1841         * tests/unistr/test-cpy.h: New file.
1842
1843 2010-01-09  Bruno Haible  <bruno@clisp.org>
1844
1845         Tests for module 'unistr/u32-uctomb'.
1846         * modules/unistr/u32-uctomb-tests: New file.
1847         * tests/unistr/test-u32-uctomb.c: New file.
1848
1849         Tests for module 'unistr/u16-uctomb'.
1850         * modules/unistr/u16-uctomb-tests: New file.
1851         * tests/unistr/test-u16-uctomb.c: New file.
1852
1853         Tests for module 'unistr/u8-uctomb'.
1854         * modules/unistr/u8-uctomb-tests: New file.
1855         * tests/unistr/test-u8-uctomb.c: New file.
1856
1857         Tests for module 'unistr/u32-mbtoucr'.
1858         * modules/unistr/u32-mbtoucr-tests: New file.
1859         * tests/unistr/test-u32-mbtoucr.c: New file.
1860
1861         Tests for module 'unistr/u16-mbtoucr'.
1862         * modules/unistr/u16-mbtoucr-tests: New file.
1863         * tests/unistr/test-u16-mbtoucr.c: New file.
1864
1865         Tests for module 'unistr/u8-mbtoucr'.
1866         * modules/unistr/u8-mbtoucr-tests: New file.
1867         * tests/unistr/test-u8-mbtoucr.c: New file.
1868
1869         Tests for module 'unistr/u32-mbtouc'.
1870         * modules/unistr/u32-mbtouc-tests: New file.
1871         * tests/unistr/test-u32-mbtouc.c: New file.
1872
1873         Tests for module 'unistr/u16-mbtouc'.
1874         * modules/unistr/u16-mbtouc-tests: New file.
1875         * tests/unistr/test-u16-mbtouc.c: New file.
1876
1877         Tests for module 'unistr/u8-mbtouc'.
1878         * modules/unistr/u8-mbtouc-tests: New file.
1879         * tests/unistr/test-u8-mbtouc.c: New file.
1880
1881         Tests for module 'unistr/u32-mbtouc-unsafe'.
1882         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
1883         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
1884         * tests/unistr/test-u32-mbtouc.h: New file.
1885
1886         Tests for module 'unistr/u16-mbtouc-unsafe'.
1887         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
1888         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
1889         * tests/unistr/test-u16-mbtouc.h: New file.
1890
1891         Tests for module 'unistr/u8-mbtouc-unsafe'.
1892         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
1893         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
1894         * tests/unistr/test-u8-mbtouc.h: New file.
1895
1896         Tests for module 'unistr/u32-mblen'.
1897         * modules/unistr/u32-mblen-tests: New file.
1898         * tests/unistr/test-u32-mblen.c: New file.
1899
1900         Tests for module 'unistr/u16-mblen'.
1901         * modules/unistr/u16-mblen-tests: New file.
1902         * tests/unistr/test-u16-mblen.c: New file.
1903
1904         Tests for module 'unistr/u8-mblen'.
1905         * modules/unistr/u8-mblen-tests: New file.
1906         * tests/unistr/test-u8-mblen.c: New file.
1907
1908         Tests for module 'unistr/u32-to-u16'.
1909         * modules/unistr/u32-to-u16-tests: New file.
1910         * tests/unistr/test-u32-to-u16.c: New file.
1911
1912         Tests for module 'unistr/u32-to-u8'.
1913         * modules/unistr/u32-to-u8-tests: New file.
1914         * tests/unistr/test-u32-to-u8.c: New file.
1915
1916         Tests for module 'unistr/u16-to-u32'.
1917         * modules/unistr/u16-to-u32-tests: New file.
1918         * tests/unistr/test-u16-to-u32.c: New file.
1919
1920         Tests for module 'unistr/u16-to-u8'.
1921         * modules/unistr/u16-to-u8-tests: New file.
1922         * tests/unistr/test-u16-to-u8.c: New file.
1923
1924         Tests for module 'unistr/u8-to-u32'.
1925         * modules/unistr/u8-to-u32-tests: New file.
1926         * tests/unistr/test-u8-to-u32.c: New file.
1927
1928         Tests for module 'unistr/u8-to-u16'.
1929         * modules/unistr/u8-to-u16-tests: New file.
1930         * tests/unistr/test-u8-to-u16.c: New file.
1931
1932         Tests for module 'unistr/u32-check'.
1933         * modules/unistr/u32-check-tests: New file.
1934         * tests/unistr/test-u32-check.c: New file.
1935
1936         Tests for module 'unistr/u16-check'.
1937         * modules/unistr/u16-check-tests: New file.
1938         * tests/unistr/test-u16-check.c: New file.
1939
1940         Tests for module 'unistr/u8-check'.
1941         * modules/unistr/u8-check-tests: New file.
1942         * tests/unistr/test-u8-check.c: New file.
1943
1944         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
1945         (category_equals): New function.
1946         (main): Add more tests.
1947         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
1948
1949         * tests/unictype/test-bidi_byname.c (main): Add more tests.
1950
1951 2010-01-10  Bruno Haible  <bruno@clisp.org>
1952
1953         unistr/u*-strcoll: Try harder to distinguish different strings.
1954         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
1955         compare s1 and s2 to see if they are different.
1956
1957 2010-01-10  Bruno Haible  <bruno@clisp.org>
1958
1959         unistr/u*-stpncpy: Fix the return value.
1960         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
1961         description of the return value consistent with stpncpy in glibc.
1962         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
1963         written non-NUL unit.
1964
1965 2010-01-10  Bruno Haible  <bruno@clisp.org>
1966
1967         unistr/u*-next: Add missing dependencies.
1968         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
1969         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
1970         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
1971
1972 2010-01-10  Bruno Haible  <bruno@clisp.org>
1973
1974         unistr/u8-mbsnlen: Fix return value for incomplete character.
1975         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
1976         u8_mblen.
1977         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
1978         Remove unistr/u8-mblen.
1979         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
1980         u16_mblen.
1981         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
1982         Remove unistr/u16-mblen.
1983
1984 2010-01-10  Bruno Haible  <bruno@clisp.org>
1985
1986         wchar: Fix compilation error when <wchar.h> is used from coreutils.
1987         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
1988         Reported by Brian Gough <bjg@gnu.org> and
1989         Chris Clayton <chris2553@googlemail.com> via
1990         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
1991
1992 2010-01-09  Bruno Haible  <bruno@clisp.org>
1993
1994         unistr/u16-to-u32: Reject invalid input.
1995         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
1996         u16_mbtouc.
1997         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
1998         Remove unistr/u16-mbtouc.
1999
2000         unistr/u16-to-u8: Reject invalid input.
2001         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
2002         u16_mbtouc.
2003         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
2004         Remove unistr/u16-mbtouc.
2005
2006         unistr/u8-to-u32: Reject invalid input.
2007         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
2008         u8_mbtouc.
2009         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
2010         Remove unistr/u8-mbtouc.
2011
2012         unistr/u8-to-u16: Reject invalid input.
2013         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
2014         u8_mbtouc.
2015         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
2016         Remove unistr/u8-mbtouc.
2017
2018 2010-01-09  Bruno Haible  <bruno@clisp.org>
2019
2020         Tests for module 'getlogin'.
2021         * modules/getlogin-tests: New file.
2022         * tests/test-getlogin.c: New file.
2023
2024         New module 'getlogin'.
2025         * lib/unistd.in.h (getlogin): New declaration.
2026         * lib/getlogin.c: New file.
2027         * m4/getlogin.m4: New file.
2028         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
2029         HAVE_GETLOGIN.
2030         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
2031         HAVE_GETLOGIN.
2032         * modules/getlogin: New file.
2033         * doc/posix-functions/getlogin.texi: Mention the new module.
2034         Reported by John W. Eaton <jwe@gnu.org>.
2035
2036 2010-01-09  Bruno Haible  <bruno@clisp.org>
2037
2038         getlogin_r: Support for native Windows.
2039         * lib/getlogin_r.c: Include <windows.h>
2040         (getlogin_r): Implement for native Windows.
2041         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
2042         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
2043         via John W. Eaton <jwe@gnu.org>.
2044
2045 2010-01-09  Bruno Haible  <bruno@clisp.org>
2046
2047         getlogin_r: Small fixes.
2048         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
2049         succeeds.
2050         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
2051         before testing whether getlogin_r is declared. No need to set
2052         HAVE_DECL_GETLOGIN_R to 1.
2053         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
2054
2055 2010-01-09  Bruno Haible  <bruno@clisp.org>
2056
2057         * lib/unistd.in.h (getlogin_r): Add comment.
2058
2059 2010-01-09  Bruno Haible  <bruno@clisp.org>
2060
2061         Tests for module 'getlogin_r'.
2062         * modules/getlogin_r-tests: New file.
2063         * tests/test-getlogin_r.c: New file.
2064
2065 2010-01-09  Jim Meyering  <meyering@redhat.com>
2066
2067         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
2068         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
2069         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
2070
2071 2010-01-08  Simon Josefsson  <simon@josefsson.org>
2072
2073         * lib/dup2.c (rpl_dup2): Improve comment.
2074
2075 2010-01-08  Eric Blake  <ebb9@byu.net>
2076
2077         maint.mk: allow packages to add makefile @@ exceptions
2078         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
2079         (sc_makefile_check): Rename...
2080         (sc_makefile_at_at_check): ...to this, and use hook.
2081
2082         dup2: work around mingw bug
2083         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
2084         Reported by Simon Josefsson.
2085
2086 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
2087
2088         glob: Fix C++ compilation.
2089         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
2090         C++.
2091
2092 2010-01-07  Bruno Haible  <bruno@clisp.org>
2093
2094         Fix indentation of wctype.in.h, broken since 2007-01-06.
2095         * lib/wctype.in.h: Fix indentation of preprocessor directives.
2096
2097 2010-01-07  Bruno Haible  <bruno@clisp.org>
2098
2099         mbslen: Avoid collision with system function.
2100         * lib/string.in.h [MirBSD]: Include <wchar.h>.
2101         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
2102         * m4/mbslen.m4: New file.
2103         * modules/mbslen (Files): Add it.
2104         (configure.ac): Invoke gl_MBSLEN.
2105         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
2106         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
2107         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
2108         via Ian Beckwith <ianb@erislabs.net>.
2109
2110 2010-01-07  Bruno Haible  <bruno@clisp.org>
2111
2112         dirent: Document the last fix.
2113         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
2114
2115 2010-01-07  Bruno Haible  <bruno@clisp.org>
2116
2117         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
2118         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
2119         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
2120         va_list are defined.
2121         * doc/posix-headers/stdio.texi: Document the bug of missing types.
2122         Reported by Eric Blake.
2123
2124 2010-01-07  Bruno Haible  <bruno@clisp.org>
2125
2126         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
2127         * modules/xlist (Depends-on): Add 'list',
2128         * modules/xoset (Depends-on): Add 'oset'.
2129         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2130
2131 2010-01-07  Bruno Haible  <bruno@clisp.org>
2132
2133         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
2134         * doc/posix-functions/strncasecmp.texi: Likewise.
2135
2136 2010-01-07  Bruno Haible  <bruno@clisp.org>
2137
2138         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
2139
2140 2010-01-07  John W. Eaton  <jwe@octave.org>
2141
2142         wctype: allow C++ use
2143         * lib/wctype.in.h: Add extern "C" block for C++.
2144
2145 2010-01-06  Eric Blake  <ebb9@byu.net>
2146
2147         maint.mk: detect incorrect GFDL usage
2148         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
2149
2150 2010-01-06  Jim Meyering  <meyering@redhat.com>
2151         and Eric Blake  <ebb9@byu.net>
2152
2153         maint.mk: ignore multi-line copyright in NEWS
2154         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
2155
2156 2010-01-06  Eric Blake  <ebb9@byu.net>
2157
2158         select: add missing dependency
2159         * modules/select-tests (Depends-on): Move sockets dependency...
2160         * modules/select (Depends-on): ...here.
2161         Reported by Ian Beckwith.
2162
2163         doc: regenerate INSTALL
2164         * doc/INSTALL: Reflect recent autoconf update.
2165         * doc/INSTALL.ISO: Likewise.
2166         * doc/INSTALL.UTF-8: Likewise.
2167
2168         pread: fix compilation on glibc
2169         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
2170         Reported by Ralf Wildenhues.
2171
2172         dirent: fix test failure
2173         * lib/dirent.in.h (includes): Guarantee ino_t.
2174         Reported by Ralf Wildenhues.
2175
2176 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
2177
2178         linkat, renameat: avoid bad free
2179         * lib/at-func2.c (at_func2): Fix typo.
2180         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
2181
2182 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2183
2184         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
2185         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
2186         to avoid failure of symlink test later.
2187
2188 2010-01-06  Eric Blake  <ebb9@byu.net>
2189
2190         stdio, unistd: guarantee ssize_t
2191         * lib/unistd.in.h (includes): Ensure that types required by POSIX
2192         2008 are exposed when needed.
2193         * lib/stdio.in.h (includes): Likewise.
2194         Reported by Ralf Wildenhues.
2195
2196 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
2197
2198         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
2199         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
2200         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
2201
2202 2010-01-06  Jim Meyering  <meyering@redhat.com>
2203
2204         readtokens: this module *does* require xalloc.h
2205         It uses only functions that were omitted by the old syntax-check rule.
2206         * lib/readtokens.c: Include "xalloc.h" once again.
2207         * modules/readtokens (Depends-on): Add xalloc.
2208         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
2209
2210 2010-01-05  Eric Blake  <ebb9@byu.net>
2211
2212         maint: support 'make announcement' from a VPATH build
2213         * top/maint.mk (announcement): Look for correct NEWS file.
2214
2215 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
2216
2217         utimens (fdutimens): ignore a negative FD, per contract
2218         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
2219         when we have a valid file descriptor.  Otherwise, using a brand
2220         new glibc (with just-patched futimens that now fails with EBADF)
2221         would cause this function to fail with ENOSYS.
2222         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
2223         See also http://bugzilla.redhat.com/552320.
2224
2225 2010-01-05  Eric Blake  <ebb9@byu.net>
2226
2227         strcase: document what it provides
2228         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
2229         gnulib module.
2230         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
2231         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
2232
2233 2010-01-05  Jim Meyering  <meyering@redhat.com>
2234
2235         maint: remove useless inclusions of "xalloc.h"
2236         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
2237         * lib/readtokens.c: Likewise.
2238         * lib/same.c: Likewise.
2239         * modules/getloadavg (Depends-on): Remove xalloc.
2240         * modules/readtokens: Likewise.
2241         * modules/same: Likewise.
2242
2243         maint.mk: include 4 more function names in alloca.h-checking regexp
2244         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
2245         regexp.  Before, we would give a false-positive (saying alloca.h
2246         is included unnecessarily) when the only uses involved omitted symbols.
2247
2248         xalloc.h: use consistent formatting
2249         * lib/xalloc.h: Move declarations to start in the first column.
2250
2251 2010-01-05  Eric Blake  <ebb9@byu.net>
2252
2253         mkdir: avoid xalloc
2254         * lib/mkdir.c (includes): Drop unused header.
2255         Reported by John W. Eaton.
2256
2257 2010-01-04  Jim Meyering  <meyering@redhat.com>
2258
2259         nl_langinfo: avoid configure-time syntax error
2260         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
2261         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
2262         the empty string.  Don't let that provoke a shell syntax error.
2263
2264         regcomp, regexec, fnmatch: avoid array bounds read error
2265         * lib/regcomp.c (build_equiv_class): From glibc:
2266         Use only the low 24 bits of a findidx return value as an index
2267         into the weights array.  Patch by Ulrich Drepper:
2268         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
2269         * lib/regexec.c (check_node_accept_bytes): Likewise.
2270         * lib/fnmatch_loop.c (FCT): Likewise.
2271
2272         regcomp: skip collseq lookup when there are no rules
2273         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
2274         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
2275
2276         regcomp: recognize ill-formed { } expressions
2277         * lib/regcomp.c (parse_dup_op): From glibc:
2278         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
2279
2280         regcomp: fix typo in comment
2281         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
2282         s/satisfy/satisfies/.
2283
2284         regcomp: sync from glibc: remove dead store
2285         * lib/regcomp.c (duplicate_node_closure): Remove useless
2286         search_duplicated_node call and dead store.
2287
2288         regcomp: sync from glibc; always use nl_langinfo
2289         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
2290         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
2291         * modules/regex (Depends-on): Add nl_langinfo.
2292
2293 2010-01-04  Eric Blake  <ebb9@byu.net>
2294
2295         fdopendir: fix configure test
2296         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
2297
2298 2010-01-01  Bruno Haible  <bruno@clisp.org>
2299
2300         wchar: Remove unused configure check.
2301         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
2302
2303 2010-01-01  Eric Blake  <ebb9@byu.net>
2304
2305         headers: make check of system header explicit
2306         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
2307         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
2308         ourselves.
2309         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2310         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2311         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2312         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
2313         internals.
2314         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
2315         missing.
2316         Suggested by Bruno Haible.
2317
2318 2010-01-01  Jim Meyering  <meyering@redhat.com>
2319
2320         ChangeLog: tweak to eliminate unnecessary copyright line
2321         * ChangeLog: Remove a copyright line that was mistakenly updated
2322         by today's update-copyright run.  Reported by Eric Blake.
2323
2324         test-update-copyright: don't let envvar setting cause test failure
2325         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2326
2327 2010-01-01  Bruno Haible  <bruno@clisp.org>
2328
2329         localename: Avoid gcc warning.
2330         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
2331         function if it is not used.
2332
2333 2010-01-01  Jim Meyering  <meyering@redhat.com>
2334
2335         update nearly all FSF copyright year lists to include 2010
2336         Use the same procedure as for 2009, outlined in
2337         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2338
2339         version-etc: set COPYRIGHT_YEAR to 2010
2340         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
2341
2342 2009-12-31  Eric Blake  <ebb9@byu.net>
2343
2344         doc: correct availability of cygwin 1.5.x getopt
2345         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
2346         variables.
2347         * doc/posix-functions/opterr.texi (opterr): Likewise.
2348         * doc/posix-functions/optind.texi (optind): Likewise.
2349         * doc/posix-functions/optopt.texi (optopt): Likewise.
2350         * doc/posix-functions/tzname.texi (tzname): Likewise.
2351
2352         openat: update maintainer
2353         * modules/openat (Maintainer): Add myself.
2354
2355         utimens: avoid shadowing warning
2356         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
2357         buffers into one, to avoid shadowing, as well as avoiding a
2358         redundant stat.
2359         Reported by Jim Meyering.
2360
2361         test-dup2: avoid compiler warning
2362         * tests/test-dup2.c (is_inheritable): Only define if used.
2363
2364 2010-01-01  Bruno Haible  <bruno@clisp.org>
2365
2366         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
2367         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
2368         defined, use wctomb instead of wcrtomb.
2369
2370 2010-01-01  Bruno Haible  <bruno@clisp.org>
2371
2372         iconv: Reject native Solaris iconv.
2373         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
2374         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
2375
2376 2009-12-31  Bruno Haible  <bruno@clisp.org>
2377
2378         * tests/test-signal.c (main): Remove test of 'SIG'.
2379
2380 2009-12-31  Bruno Haible  <bruno@clisp.org>
2381
2382         spawn: Fix incomplete fix.
2383         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2384         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2385         warnings for GNULIB_POSIXCHECK again.
2386         Reported by Eric Blake.
2387
2388 2009-12-31  Bruno Haible  <bruno@clisp.org>
2389
2390         Avoid namespace pollution on glibc systems.
2391         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
2392         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
2393         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
2394         glibc systems.
2395
2396 2009-12-31  Bruno Haible  <bruno@clisp.org>
2397
2398         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
2399         (gl_REPLACE_WCHAR_H): Turn into a no-op.
2400         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
2401         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
2402         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
2403         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
2404         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
2405
2406 2009-12-31  Bruno Haible  <bruno@clisp.org>
2407
2408         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2409         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
2410         afterwards.
2411
2412 2009-12-31  Bruno Haible  <bruno@clisp.org>
2413
2414         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
2415         SYS_UTSNAME_H.
2416
2417 2009-12-31  Bruno Haible  <bruno@clisp.org>
2418
2419         spawn: Fix misapplied patch.
2420         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
2421         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
2422         warnings for GNULIB_POSIXCHECK.
2423
2424 2009-12-31  Bruno Haible  <bruno@clisp.org>
2425
2426         times: Update after sys_times changed.
2427         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
2428         * modules/times (Files): Add it.
2429         (configure.ac): Invoke gl_FUNC_TIMES.
2430
2431 2009-12-31  Bruno Haible  <bruno@clisp.org>
2432
2433         Use AC_C_INLINE where necessary.
2434         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
2435         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
2436         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
2437         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
2438         * m4/mbfile.m4 (gl_MBFILE): Likewise.
2439         * m4/mbiter.m4 (gl_MBITER): Likewise.
2440         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2441         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
2442         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
2443         * modules/u64 (configure.ac): Likewise.
2444
2445 2009-12-31  Bruno Haible  <bruno@clisp.org>
2446
2447         Use AC_C_INLINE instead of module 'inline' where possible.
2448         * modules/inline (Description): Clarify purpose.
2449         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
2450         * modules/count-one-bits (Depends-on): Remove inline.
2451         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
2452         * modules/openat (Depends-on): Remove inline.
2453         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
2454         instead of depending on module 'inline'.
2455         * modules/filevercmp (Depends-on, configure.ac): Likewise.
2456         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
2457         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
2458         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
2459         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
2460         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
2461         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
2462         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
2463         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
2464         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
2465         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
2466         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
2467         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
2468         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
2469         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
2470         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
2471         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
2472         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
2473         Likewise.
2474         * modules/unictype/property-ascii-hex-digit (Depends-on,
2475         configure.ac): Likewise.
2476         * modules/unictype/property-bidi-arabic-digit (Depends-on,
2477         configure.ac): Likewise.
2478         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
2479         configure.ac): Likewise.
2480         * modules/unictype/property-bidi-block-separator (Depends-on,
2481         configure.ac): Likewise.
2482         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
2483         configure.ac): Likewise.
2484         * modules/unictype/property-bidi-common-separator (Depends-on,
2485         configure.ac): Likewise.
2486         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
2487         Likewise.
2488         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
2489         configure.ac): Likewise.
2490         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
2491         configure.ac): Likewise.
2492         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
2493         configure.ac): Likewise.
2494         * modules/unictype/property-bidi-european-digit (Depends-on,
2495         configure.ac): Likewise.
2496         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
2497         configure.ac): Likewise.
2498         * modules/unictype/property-bidi-left-to-right (Depends-on,
2499         configure.ac): Likewise.
2500         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
2501         configure.ac): Likewise.
2502         * modules/unictype/property-bidi-other-neutral (Depends-on,
2503         configure.ac): Likewise.
2504         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
2505         Likewise.
2506         * modules/unictype/property-bidi-segment-separator (Depends-on,
2507         configure.ac): Likewise.
2508         * modules/unictype/property-bidi-whitespace (Depends-on,
2509         configure.ac): Likewise.
2510         * modules/unictype/property-combining (Depends-on, configure.ac):
2511         Likewise.
2512         * modules/unictype/property-composite (Depends-on, configure.ac):
2513         Likewise.
2514         * modules/unictype/property-currency-symbol (Depends-on,
2515         configure.ac): Likewise.
2516         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
2517         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
2518         Likewise.
2519         * modules/unictype/property-default-ignorable-code-point (Depends-on,
2520         configure.ac): Likewise.
2521         * modules/unictype/property-deprecated (Depends-on, configure.ac):
2522         Likewise.
2523         * modules/unictype/property-diacritic (Depends-on, configure.ac):
2524         Likewise.
2525         * modules/unictype/property-extender (Depends-on, configure.ac):
2526         Likewise.
2527         * modules/unictype/property-format-control (Depends-on, configure.ac):
2528         Likewise.
2529         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
2530         Likewise.
2531         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
2532         Likewise.
2533         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
2534         Likewise.
2535         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
2536         Likewise.
2537         * modules/unictype/property-hyphen (Depends-on, configure.ac):
2538         Likewise.
2539         * modules/unictype/property-id-continue (Depends-on, configure.ac):
2540         Likewise.
2541         * modules/unictype/property-id-start (Depends-on, configure.ac):
2542         Likewise.
2543         * modules/unictype/property-ideographic (Depends-on, configure.ac):
2544         Likewise.
2545         * modules/unictype/property-ids-binary-operator (Depends-on,
2546         configure.ac): Likewise.
2547         * modules/unictype/property-ids-trinary-operator (Depends-on,
2548         configure.ac): Likewise.
2549         * modules/unictype/property-ignorable-control (Depends-on,
2550         configure.ac): Likewise.
2551         * modules/unictype/property-iso-control (Depends-on, configure.ac):
2552         Likewise.
2553         * modules/unictype/property-join-control (Depends-on, configure.ac):
2554         Likewise.
2555         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
2556         Likewise.
2557         * modules/unictype/property-line-separator (Depends-on, configure.ac):
2558         Likewise.
2559         * modules/unictype/property-logical-order-exception (Depends-on,
2560         configure.ac): Likewise.
2561         * modules/unictype/property-lowercase (Depends-on, configure.ac):
2562         Likewise.
2563         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
2564         * modules/unictype/property-non-break (Depends-on, configure.ac):
2565         Likewise.
2566         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
2567         Likewise.
2568         * modules/unictype/property-numeric (Depends-on, configure.ac):
2569         Likewise.
2570         * modules/unictype/property-other-alphabetic (Depends-on,
2571         configure.ac): Likewise.
2572         * modules/unictype/property-other-default-ignorable-code-point
2573         (Depends-on, configure.ac): Likewise.
2574         * modules/unictype/property-other-grapheme-extend (Depends-on,
2575         configure.ac): Likewise.
2576         * modules/unictype/property-other-id-continue (Depends-on,
2577         configure.ac): Likewise.
2578         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
2579         Likewise.
2580         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
2581         Likewise.
2582         * modules/unictype/property-other-math (Depends-on, configure.ac):
2583         Likewise.
2584         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
2585         Likewise.
2586         * modules/unictype/property-paired-punctuation (Depends-on,
2587         configure.ac): Likewise.
2588         * modules/unictype/property-paragraph-separator (Depends-on,
2589         configure.ac): Likewise.
2590         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
2591         Likewise.
2592         * modules/unictype/property-pattern-white-space (Depends-on,
2593         configure.ac): Likewise.
2594         * modules/unictype/property-private-use (Depends-on, configure.ac):
2595         Likewise.
2596         * modules/unictype/property-punctuation (Depends-on, configure.ac):
2597         Likewise.
2598         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
2599         Likewise.
2600         * modules/unictype/property-radical (Depends-on, configure.ac):
2601         Likewise.
2602         * modules/unictype/property-sentence-terminal (Depends-on,
2603         configure.ac): Likewise.
2604         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
2605         Likewise.
2606         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
2607         * modules/unictype/property-terminal-punctuation (Depends-on,
2608         configure.ac): Likewise.
2609         * modules/unictype/property-titlecase (Depends-on, configure.ac):
2610         Likewise.
2611         * modules/unictype/property-unassigned-code-value (Depends-on,
2612         configure.ac): Likewise.
2613         * modules/unictype/property-unified-ideograph (Depends-on,
2614         configure.ac): Likewise.
2615         * modules/unictype/property-uppercase (Depends-on, configure.ac):
2616         Likewise.
2617         * modules/unictype/property-variation-selector (Depends-on,
2618         configure.ac): Likewise.
2619         * modules/unictype/property-white-space (Depends-on, configure.ac):
2620         Likewise.
2621         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
2622         Likewise.
2623         * modules/unictype/property-xid-start (Depends-on, configure.ac):
2624         Likewise.
2625         * modules/unictype/property-zero-width (Depends-on, configure.ac):
2626         Likewise.
2627         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
2628         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
2629         Likewise.
2630
2631 2009-12-31  Bruno Haible  <bruno@clisp.org>
2632
2633         Remove unnecessary AC_C_INLINE invocation.
2634         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
2635         since 2009-08-21.
2636
2637 2009-12-31  Jim Meyering  <meyering@redhat.com>
2638
2639         maint.mk: don't require explicit gpg_key_ID in cfg.mk
2640         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
2641         With this change, we can all remove the gpg_key_ID = ... definition
2642         from our respective cfg.mk files.
2643
2644         maint.mk: create announcement template in ~/, not in /tmp
2645         * top/maint.mk (emit_upload_commands): Adjust.
2646         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
2647         Remove temporary file, .ci-msg.
2648
2649 2009-12-31  Eric Blake  <ebb9@byu.net>
2650
2651         link-warning: always build headers with link warnings
2652         * modules/arpa_inet (Makefile.am): Always build replacement
2653         header.
2654         * modules/ctype (Makefile.am): Likewise.
2655         * modules/dirent (Makefile.am): Likewise.
2656         * modules/inttypes (Makefile.am): Likewise.
2657         * modules/langinfo (Makefile.am): Likewise.
2658         * modules/locale (Makefile.am): Likewise.
2659         * modules/spawn (Makefile.am): Likewise.
2660         * modules/sys_file (Makefile.am): Likewise.
2661         * modules/sys_ioctl (Makefile.am): Likewise.
2662         * modules/sys_select (Makefile.am): Likewise.
2663         * modules/sys_socket (Makefile.am): Likewise.
2664         * modules/sys_times (Makefile.am): Likewise.
2665         * modules/sys_utsname (Makefile.am): Likewise.
2666         * modules/sys_wait (Makefile.am): Likewise.
2667         * modules/wchar (Makefile.am): Likewise.
2668         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
2669         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
2670         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
2671         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
2672         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
2673         Likewise.
2674         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2675         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2676         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
2677         Likewise.
2678         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
2679         Likewise.
2680         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
2681         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
2682         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
2683         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2684         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2685         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
2686         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
2687         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
2688         (gl_WCHAR_H_DEFAULTS): Likewise.
2689
2690 2009-12-31  Eric Blake  <ebb9@byu.net>
2691
2692         signal, spawn: use link warnings
2693         * lib/signal.in.h (sigset_t): Make unconditional.
2694         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
2695         (sigpending, sigprocmask, sigaction): Add link warnings.
2696         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
2697         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
2698         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
2699         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
2700         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
2701         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
2702         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
2703         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
2704         (posix_spawn_file_actions_destroy)
2705         (posix_spawn_file_actions_addopen)
2706         (posix_spawn_file_actions_addclose)
2707         (posix_spawwn_file_actions_adddup2): Likewise.
2708         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
2709         * tests/test-signal.c (main): Enhance test.
2710
2711         spawn: improve wrapper support
2712         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
2713         (gl_SPAWN_H_DEFAULTS): New defaults.
2714         * modules/spawn (Makefile.am): Substitute them.
2715         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
2716         Only declare if missing or broken.
2717
2718         sys_times, sys_utsname: use include_next
2719         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
2720         header.
2721         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
2722         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
2723         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
2724         * modules/sys_times (Depends-on): Add include_next.
2725         (Makefile.am): Substitute additional values.
2726         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2727         * lib/sys_times.in.h (includes): Include native header, if
2728         available.
2729         * lib/sys_utsname.in.h (includes): Likewise.
2730         * tests/test-sys_times.c (main): Enhance test.
2731
2732         fdutimensat: revert prior patch
2733         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
2734         utimens.h.
2735         Reported by Bruno Haible.
2736
2737 2009-12-30  Eric Blake  <ebb9@byu.net>
2738
2739         sys_wait: drop link-warning dependency
2740         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
2741         link-warning efforts.
2742         * lib/sys_wait.in.h: Likewise.
2743
2744         fdutimensat: remove bogus dependency
2745         * modules/fdutimensat (Depends-on): Drop inline.
2746
2747         unistd: fix typo
2748         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
2749
2750 2009-12-30  Bruno Haible  <bruno@clisp.org>
2751
2752         Fix compilation error with Solaris cc.
2753         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
2754         * lib/unicase/u16-is-invariant.c: Likewise.
2755         * lib/unicase/u32-is-invariant.c: Likewise.
2756         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2757
2758 2009-12-30  Bruno Haible  <bruno@clisp.org>
2759
2760         Fix test crash.
2761         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
2762         locales.
2763         Reported by Simon Josefsson <simon@josefsson.org>.
2764
2765 2009-12-30  Bruno Haible  <bruno@clisp.org>
2766
2767         Fix compilation error on most platforms.
2768         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
2769         Reported by Simon Josefsson <simon@josefsson.org>
2770         and Nelson H. F. Beebe <beebe@math.utah.edu>.
2771
2772 2009-12-30  Eric Blake  <ebb9@byu.net>
2773
2774         futimens, utimensat: work around ntfs-3g bug
2775         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
2776         a ctime bug is present, and expand workaround to cover ntfs-3g.
2777         * lib/utimens.c (fdutimens, lutimens): Likewise.
2778         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
2779         (validate_timespec): Adjust return value.
2780         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
2781         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
2782         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
2783
2784 2009-12-29  Eric Blake  <ebb9@byu.net>
2785
2786         link-warning: make usage consistent
2787         * modules/ctype (Depends-on): Add link-warning.
2788         (Makefile.am): Update rules accordingly.
2789         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2790         * modules/locale (Depends-on, Makefile.am): Likewise.
2791         * modules/sys_file (Makefile.am): Likewise.
2792         * modules/getopt-posix (Makefile.am): Delete unused link warning
2793         efforts.
2794         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
2795         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
2796         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
2797         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
2798
2799         stdio: remove unused variables
2800         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
2801         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
2802         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
2803
2804         tests: test more substitute headers
2805         * modules/ctype-tests: New file.
2806         * modules/dirent-tests: Likewise.
2807         * modules/spawn-tests: Likewise.
2808         * modules/sys_file-tests: Likewise.
2809         * modules/sys_ioctl-tests: Likewise.
2810         * modules/sys_wait-tests: Likewise.
2811         * tests/test-ctype.c: Likewise.
2812         * tests/test-dirent.c: Likewise.
2813         * tests/test-spawn.c: Likewise.
2814         * tests/test-sys_file.c: Likewise.
2815         * tests/test-sys_ioctl.c: Likewise.
2816         * tests/test-sys_wait.c: Likewise.
2817         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
2818         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
2819         whether or not flock is in use.
2820
2821         tests: remove License section from module
2822         * modules/arpa_inet-tests: Remove unneeded section.
2823         * modules/byteswap-tests: Likewise.
2824         * modules/ceilf-tests: Likewise.
2825         * modules/ceill-tests: Likewise.
2826         * modules/crypto/des-tests: Likewise.
2827         * modules/crypto/gc-arcfour-tests: Likewise.
2828         * modules/crypto/gc-arctwo-tests: Likewise.
2829         * modules/crypto/gc-des-tests: Likewise.
2830         * modules/crypto/gc-hmac-md5-tests: Likewise.
2831         * modules/crypto/gc-hmac-sha1-tests: Likewise.
2832         * modules/crypto/gc-md2-tests: Likewise.
2833         * modules/crypto/gc-md4-tests: Likewise.
2834         * modules/crypto/gc-md5-tests: Likewise.
2835         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
2836         * modules/crypto/gc-rijndael-tests: Likewise.
2837         * modules/crypto/gc-sha1-tests: Likewise.
2838         * modules/crypto/gc-tests: Likewise.
2839         * modules/crypto/md2-tests: Likewise.
2840         * modules/crypto/md4-tests: Likewise.
2841         * modules/fcntl-h-tests: Likewise.
2842         * modules/floorf-tests: Likewise.
2843         * modules/floorl-tests: Likewise.
2844         * modules/frexp-nolibm-tests: Likewise.
2845         * modules/frexp-tests: Likewise.
2846         * modules/frexpl-nolibm-tests: Likewise.
2847         * modules/frexpl-tests: Likewise.
2848         * modules/getaddrinfo-tests: Likewise.
2849         * modules/inttypes-tests: Likewise.
2850         * modules/isfinite-tests: Likewise.
2851         * modules/isinf-tests: Likewise.
2852         * modules/ldexpl-tests: Likewise.
2853         * modules/locale-tests: Likewise.
2854         * modules/math-tests: Likewise.
2855         * modules/netdb-tests: Likewise.
2856         * modules/netinet_in-tests: Likewise.
2857         * modules/printf-frexp-tests: Likewise.
2858         * modules/printf-frexpl-tests: Likewise.
2859         * modules/priv-set-tests: Likewise.
2860         * modules/random_r-tests: Likewise.
2861         * modules/round-tests: Likewise.
2862         * modules/roundf-tests: Likewise.
2863         * modules/roundl-tests: Likewise.
2864         * modules/search-tests: Likewise.
2865         * modules/select-tests: Likewise.
2866         * modules/signal-tests: Likewise.
2867         * modules/stdbool-tests: Likewise.
2868         * modules/stddef-tests: Likewise.
2869         * modules/stdint-tests: Likewise.
2870         * modules/stdio-tests: Likewise.
2871         * modules/stdlib-tests: Likewise.
2872         * modules/string-tests: Likewise.
2873         * modules/strings-tests: Likewise.
2874         * modules/sys_select-tests: Likewise.
2875         * modules/sys_socket-tests: Likewise.
2876         * modules/sys_stat-tests: Likewise.
2877         * modules/sys_time-tests: Likewise.
2878         * modules/sys_utsname-tests: Likewise.
2879         * modules/sysexits-tests: Likewise.
2880         * modules/time-tests: Likewise.
2881         * modules/trunc-tests: Likewise.
2882         * modules/truncf-tests: Likewise.
2883         * modules/truncl-tests: Likewise.
2884         * modules/tsearch-tests: Likewise.
2885         * modules/unistd-tests: Likewise.
2886         * modules/wchar-tests: Likewise.
2887         * modules/wctype-tests: Likewise.
2888
2889         tests: fix license on several tests
2890         * tests/test-des.c: Update to GPLv3+.
2891         * tests/test-flock.c: Likewise.
2892         * tests/test-fsync.c: Likewise.
2893         * tests/test-futimens.h: Likewise.
2894         * tests/test-gc-arcfour.c: Likewise.
2895         * tests/test-gc-arctwo.c: Likewise.
2896         * tests/test-gc-des.c: Likewise.
2897         * tests/test-gc-hmac-md5.c: Likewise.
2898         * tests/test-gc-hmac-sha1.c: Likewise.
2899         * tests/test-gc-md2.c: Likewise.
2900         * tests/test-gc-md4.c: Likewise.
2901         * tests/test-gc-md5.c: Likewise.
2902         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2903         * tests/test-gc-rijndael.c: Likewise.
2904         * tests/test-gc-sha1.c: Likewise.
2905         * tests/test-gc.c: Likewise.
2906         * tests/test-getcwd.c: Likewise.
2907         * tests/test-link.c: Likewise.
2908         * tests/test-link.h: Likewise.
2909         * tests/test-lutimens.h: Likewise.
2910         * tests/test-md2.c: Likewise.
2911         * tests/test-md4.c: Likewise.
2912         * tests/test-mkdir.h: Likewise.
2913         * tests/test-rename.c: Likewise.
2914         * tests/test-rename.h: Likewise.
2915         * tests/test-safe-alloc.c: Likewise.
2916         * tests/test-utimens-common.h: Likewise.
2917         * tests/test-utimens.h: Likewise.
2918
2919         maint: sync license texts
2920         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
2921         * doc/gpl-3.0.texi: Revert copyright year update.
2922         * doc/lgpl-3.0.texi: Likewise.
2923
2924 2009-12-29  Jim Meyering  <meyering@redhat.com>
2925
2926         update nearly all FSF copyright year lists to include 2009
2927         The files named by the following are exempted:
2928             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
2929               test -f "$dst" && { echo "$dst"; continue; }
2930               test -d "$dst" || continue
2931               echo "$dst"/$(basename "$src")
2932             done > exempt
2933             git ls-files tests/unictype >> exempt
2934         In the remaining files, convert to all-interval notation if
2935         - there is already at least one year interval like 2000-2003
2936         - the file is maintained by me
2937         - the file is in lib/uni*/, where that style already prevails
2938         Otherwise, use update-copyright's default.
2939
2940 2009-12-29  Simon Josefsson  <simon@josefsson.org>
2941         and Eric Blake  <ebb9@byu.net>
2942
2943         tests: don't require debug system() to pass
2944         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
2945         * tests/test-rmdir.h (test_rmdir_func): Likewise.
2946         * tests/test-unlink.h (test_unlink_func): Likewise.
2947         * tests/test-fstatat.c (main): ...into callers.
2948         * tests/test-lstat.c (main): Likewise.
2949         * tests/test-rmdir.c (main): Likewise.
2950         * tests/test-unlink.c (main): Likewise.
2951         * tests/test-unlinkat.c (main): Likewise.
2952         * tests/test-areadlink-with-size.c (main): Don't require a
2953         debug-only system call to pass, aiding cross-testing to mingw.
2954         * tests/test-areadlink.c (main): Likewise.
2955         * tests/test-areadlinkat-with-size.c (main): Likewise.
2956         * tests/test-areadlinkat.c (main): Likewise.
2957         * tests/test-canonicalize-lgpl.c (main): Likewise.
2958         * tests/test-canonicalize.c (main): Likewise.
2959         * tests/test-chown.c (main): Likewise.
2960         * tests/test-fchownat.c (main): Likewise.
2961         * tests/test-lchown.c (main): Likewise.
2962         * tests/test-fdutimensat.c (main): Likewise.
2963         * tests/test-futimens.c (main): Likewise.
2964         * tests/test-link.c (main): Likewise.
2965         * tests/test-linkat.c (main): Likewise.
2966         * tests/test-mkdir.c (main): Likewise.
2967         * tests/test-mkdirat.c (main): Likewise.
2968         * tests/test-mkfifo.c (main): Likewise.
2969         * tests/test-mkfifoat.c (main): Likewise.
2970         * tests/test-mknod.c (main): Likewise.
2971         * tests/test-readlink.c (main): Likewise.
2972         * tests/test-remove.c (main): Likewise.
2973         * tests/test-rename.c (main): Likewise.
2974         * tests/test-renameat.c (main): Likewise.
2975         * tests/test-symlink.c (main): Likewise.
2976         * tests/test-symlinkat.c (main): Likewise.
2977         * tests/test-utimens.c (main): Likewise.
2978         * tests/test-utimensat.c (main): Likewise.
2979
2980 2009-12-29  Simon Josefsson  <simon@josefsson.org>
2981
2982         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
2983         on $(UNUSED_PARAMETER_H) to avoid build failure.
2984
2985 2009-12-28  Jim Meyering  <meyering@redhat.com>
2986
2987         update-copyright: you may specify a max. line length other than 72
2988         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
2989
2990         maint: use consistent FSF copyright line syntax
2991         * lib/posixtm.c: Add missing comma in FSF copyright line.
2992         * lib/posixtm.h: Likewise.
2993         * lib/getugroups.c: Add missing ", Inc.".
2994
2995         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
2996         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
2997         FSF copyright line.  Remove trailing blanks.
2998
2999 2009-12-28  Eric Blake  <ebb9@byu.net>
3000
3001         test-dup2: reduce dependencies
3002         * modules/cloexec (Configure.ac): Set witness.
3003         * modules/dup2-tests (Depends-on): Drop cloexec.
3004         * tests/test-dup2.c (main): Skip portion of test if cloexec module
3005         not present.
3006         Suggested by Bruno Haible.
3007
3008 2009-12-26  Bruno Haible  <bruno@clisp.org>
3009
3010         Remove an unneeded dependency.
3011         * modules/fseterr (Depends-on): Remove dup2.
3012
3013 2009-12-26  Eric Blake  <ebb9@byu.net>
3014
3015         tests: use macros.h in more places
3016         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
3017         (ASSERT_STREAM): Provide default of stderr.
3018         * tests/test-dirent-safer.c: Include macros.h, using alternate
3019         stream for assertions.
3020         * tests/test-dup-safer.c: Likewise.
3021         * tests/test-freopen-safer.c: Likewise.
3022         * tests/test-getopt.c: Likewise.
3023         * tests/test-openat-safer.c: Likewise.
3024         * tests/test-pipe.c: Likewise.
3025         * tests/test-popen-safer.c: Likewise.
3026         * modules/dirent-safer-tests (Files): Include macros.h.
3027         * modules/unistd-safer-tests (Files): Likewise.
3028         * modules/freopen-safer-tests (Files): Likewise.
3029         * modules/getopt-posix-tests (Files): Likewise.
3030         * modules/openat-safer-tests (Files): Likewise.
3031         * modules/pipe-tests (Files): Likewise.
3032
3033 2009-12-26  Bruno Haible  <bruno@clisp.org>
3034
3035         javacomp: Portability fix.
3036         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
3037         that it also works on Solaris.
3038
3039 2009-12-26  Bruno Haible  <bruno@clisp.org>
3040
3041         localename: Fix storage allocation of gl_locale_name_thread's result.
3042         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
3043         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
3044         all platforms that have 'uselocale'.
3045         (gl_locale_name_thread_unsafe): New function, extracted from
3046         gl_locale_name_thread.
3047         (gl_locale_name_thread): Call struniq on all platforms that have
3048         'uselocale'.
3049         * tests/test-localename.c (test_locale_name_thread): Check that the
3050         resulting strings are permanently allocated.
3051         * modules/localename-tests (Depends-on): Add strdup.
3052
3053 2009-12-26  Bruno Haible  <bruno@clisp.org>
3054
3055         * tests/test-localename.c (categories): Fill in the strings.
3056
3057 2009-12-26  Jim Meyering  <meyering@redhat.com>
3058
3059         isdir: complete the removal of m4/isdir.m4
3060         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
3061
3062         isdir: clean up, since at least grep still uses it
3063         * lib/isdir.c: Include "isdir.h".
3064         (S_ISDIR): Remove now-unneeded definition.
3065         * modules/isdir (Files): Add lib/isdir.h.
3066         * lib/isdir.h: New file, with declaration.
3067         * m4/isdir.m4: Remove file -- unneeded.
3068
3069 2009-12-25  Bruno Haible  <bruno@clisp.org>
3070
3071         selinux-h: Make generated .h files standalone.
3072         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
3073         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
3074         * lib/se-selinux.in.h: Likewise.
3075         * modules/selinux-h (Depends-on): Add unused-parameter.
3076         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
3077         selinux/selinux.h and selinux/context.h.
3078         Suggested by Eric Blake.
3079
3080 2009-12-25  Bruno Haible  <bruno@clisp.org>
3081
3082         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
3083         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
3084         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
3085         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
3086         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
3087
3088 2009-12-24  Bruno Haible  <bruno@clisp.org>
3089
3090         openat: Fix warning.
3091         * lib/openat-proc.c: Include <unistd.h>.
3092
3093 2009-12-24  Bruno Haible  <bruno@clisp.org>
3094
3095         New module 'unused-parameter'.
3096         * build-aux/unused-parameter.h: New file, extracted from earlier
3097         gnulib-common.m4.
3098         * modules/unused-parameter: New file.
3099         * lib/unistr.h: Include unused-parameter.h.
3100         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
3101         _GL_UNUSED.
3102         * modules/unistr/base (Depends-on): Add unused-parameter.
3103
3104 2009-12-24  Bruno Haible  <bruno@clisp.org>
3105
3106         Add missing dependencies to 'extensions' module.
3107         * m4/extensions.m4: Add comment.
3108         * modules/accept4 (Depends-on): Add extensions.
3109         * modules/dup3 (Depends-on): Likewise.
3110         * modules/fcntl (Depends-on): Likewise.
3111         * modules/futimens (Depends-on): Likewise.
3112         * modules/mknod (Depends-on): Likewise.
3113         * modules/pipe2 (Depends-on): Likewise.
3114         * modules/stat-time (Depends-on): Likewise.
3115         * modules/strcasestr-simple (Depends-on): Likewise.
3116         * modules/strsignal (Depends-on): Likewise.
3117         * modules/utimensat (Depends-on): Likewise.
3118         * modules/localcharset (Depends-on): Likewise. Needed because of
3119         gl_FCNTL_O_FLAGS.
3120         * modules/wcrtomb (Depends-on): Likewise. Needed because of
3121         AC_TYPE_MBSTATE_T.
3122         * modules/wcsnrtombs (Depends-on): Likewise.
3123         * modules/wcsrtombs (Depends-on): Likewise.
3124
3125 2009-12-24  Bruno Haible  <bruno@clisp.org>
3126
3127         binary-io: Avoid gcc warning due to SET_BINARY.
3128         * lib/binary-io.h (SET_BINARY): Cast the result to void.
3129         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
3130
3131 2009-12-24  Bruno Haible  <bruno@clisp.org>
3132
3133         Avoid future namespace pollution on glibc systems.
3134         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
3135         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
3136         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
3137         glibc systems.
3138
3139 2009-12-24  Bruno Haible  <bruno@clisp.org>
3140
3141         Refactor common macros used in tests.
3142         * tests/macros.h: New file.
3143         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
3144         and/or <stdlib.h>, if appropriate.
3145         (ASSERT, SIZEOF): Remove macros.
3146         * tests/test-areadlink-with-size.c: Likewise.
3147         * tests/test-areadlinkat.c: Likewise.
3148         * tests/test-areadlinkat-with-size.c: Likewise.
3149         * tests/test-argmatch.c: Likewise.
3150         * tests/test-argv-iter.c: Likewise.
3151         * tests/test-array-mergesort.c: Likewise.
3152         * tests/test-array_list.c: Likewise.
3153         * tests/test-array_oset.c: Likewise.
3154         * tests/test-avltree_list.c: Likewise.
3155         * tests/test-avltree_oset.c: Likewise.
3156         * tests/test-avltreehash_list.c: Likewise.
3157         * tests/test-base64.c: Likewise.
3158         * tests/test-binary-io.c: Likewise.
3159         * tests/test-bitrotate.c: Likewise.
3160         * tests/test-btowc.c: Likewise.
3161         * tests/test-byteswap.c: Likewise.
3162         * tests/test-c-ctype.c: Likewise.
3163         * tests/test-c-stack.c: Likewise.
3164         * tests/test-c-strcasecmp.c: Likewise.
3165         * tests/test-c-strcasestr.c: Likewise.
3166         * tests/test-c-strncasecmp.c: Likewise.
3167         * tests/test-c-strstr.c: Likewise.
3168         * tests/test-canonicalize-lgpl.c: Likewise.
3169         * tests/test-canonicalize.c: Likewise.
3170         * tests/test-carray_list.c: Likewise.
3171         * tests/test-ceilf1.c: Likewise.
3172         * tests/test-ceilf2.c: Likewise.
3173         * tests/test-ceill.c: Likewise.
3174         * tests/test-chown.c: Likewise.
3175         * tests/test-cloexec.c: Likewise.
3176         * tests/test-copy-acl.c: Likewise.
3177         * tests/test-copy-file.c: Likewise.
3178         * tests/test-count-one-bits.c: Likewise.
3179         * tests/test-dprintf-posix.c: Likewise.
3180         * tests/test-dup2.c: Likewise.
3181         * tests/test-dup3.c: Likewise.
3182         * tests/test-duplocale.c: Likewise.
3183         * tests/test-fbufmode.c: Likewise.
3184         * tests/test-fchdir.c: Likewise.
3185         * tests/test-fchownat.c: Likewise.
3186         * tests/test-fcntl-safer.c: Likewise.
3187         * tests/test-fcntl.c: Likewise.
3188         * tests/test-fdopendir.c: Likewise.
3189         * tests/test-fdutimensat.c: Likewise.
3190         * tests/test-fflush2.c: Likewise.
3191         * tests/test-file-has-acl.c: Likewise.
3192         * tests/test-filevercmp.c: Likewise.
3193         * tests/test-flock.c: Likewise.
3194         * tests/test-floorf1.c: Likewise.
3195         * tests/test-floorf2.c: Likewise.
3196         * tests/test-floorl.c: Likewise.
3197         * tests/test-fnmatch.c: Likewise.
3198         * tests/test-fopen.h: Likewise.
3199         * tests/test-fpending.c: Likewise.
3200         * tests/test-fprintf-posix.c: Likewise.
3201         * tests/test-fpurge.c: Likewise.
3202         * tests/test-freadable.c: Likewise.
3203         * tests/test-freadahead.c: Likewise.
3204         * tests/test-freading.c: Likewise.
3205         * tests/test-freadptr.c: Likewise.
3206         * tests/test-freadptr2.c: Likewise.
3207         * tests/test-freadseek.c: Likewise.
3208         * tests/test-freopen.c: Likewise.
3209         * tests/test-frexp.c: Likewise.
3210         * tests/test-frexpl.c: Likewise.
3211         * tests/test-fseek.c: Likewise.
3212         * tests/test-fseeko.c: Likewise.
3213         * tests/test-fstatat.c: Likewise.
3214         * tests/test-fstrcmp.c: Likewise.
3215         * tests/test-fsync.c: Likewise.
3216         * tests/test-ftell.c: Likewise.
3217         * tests/test-ftello.c: Likewise.
3218         * tests/test-func.c: Likewise.
3219         * tests/test-futimens.c: Likewise.
3220         * tests/test-fwritable.c: Likewise.
3221         * tests/test-fwriting.c: Likewise.
3222         * tests/test-getcwd.c: Likewise.
3223         * tests/test-getdate.c: Likewise.
3224         * tests/test-getdelim.c: Likewise.
3225         * tests/test-getdtablesize.c: Likewise.
3226         * tests/test-getgroups.c: Likewise.
3227         * tests/test-getline.c: Likewise.
3228         * tests/test-getndelim2.c: Likewise.
3229         * tests/test-glob.c: Likewise.
3230         * tests/test-hash.c: Likewise.
3231         * tests/test-i-ring.c: Likewise.
3232         * tests/test-iconv-utf.c: Likewise.
3233         * tests/test-iconv.c: Likewise.
3234         * tests/test-idpriv-drop.c: Likewise.
3235         * tests/test-idpriv-droptemp.c: Likewise.
3236         * tests/test-inet_ntop.c: Likewise.
3237         * tests/test-inet_pton.c: Likewise.
3238         * tests/test-isblank.c: Likewise.
3239         * tests/test-isfinite.c: Likewise.
3240         * tests/test-isinf.c: Likewise.
3241         * tests/test-isnan.c: Likewise.
3242         * tests/test-isnand.h: Likewise.
3243         * tests/test-isnanf.h: Likewise.
3244         * tests/test-isnanl.h: Likewise.
3245         * tests/test-lchown.c: Likewise.
3246         * tests/test-ldexpl.c: Likewise.
3247         * tests/test-link.c: Likewise.
3248         * tests/test-linkat.c: Likewise.
3249         * tests/test-linked_list.c: Likewise.
3250         * tests/test-linkedhash_list.c: Likewise.
3251         * tests/test-localename.c: Likewise.
3252         * tests/test-lseek.c: Likewise.
3253         * tests/test-lstat.c: Likewise.
3254         * tests/test-mbmemcasecmp.c: Likewise.
3255         * tests/test-mbmemcasecoll.c: Likewise.
3256         * tests/test-mbrtowc.c: Likewise.
3257         * tests/test-mbscasecmp.c: Likewise.
3258         * tests/test-mbscasestr1.c: Likewise.
3259         * tests/test-mbscasestr2.c: Likewise.
3260         * tests/test-mbscasestr3.c: Likewise.
3261         * tests/test-mbscasestr4.c: Likewise.
3262         * tests/test-mbschr.c: Likewise.
3263         * tests/test-mbscspn.c: Likewise.
3264         * tests/test-mbsinit.c: Likewise.
3265         * tests/test-mbsncasecmp.c: Likewise.
3266         * tests/test-mbsnrtowcs.c: Likewise.
3267         * tests/test-mbspbrk.c: Likewise.
3268         * tests/test-mbspcasecmp.c: Likewise.
3269         * tests/test-mbsrchr.c: Likewise.
3270         * tests/test-mbsrtowcs.c: Likewise.
3271         * tests/test-mbsspn.c: Likewise.
3272         * tests/test-mbsstr1.c: Likewise.
3273         * tests/test-mbsstr2.c: Likewise.
3274         * tests/test-mbsstr3.c: Likewise.
3275         * tests/test-memchr.c: Likewise.
3276         * tests/test-memchr2.c: Likewise.
3277         * tests/test-memcmp.c: Likewise.
3278         * tests/test-memmem.c: Likewise.
3279         * tests/test-memrchr.c: Likewise.
3280         * tests/test-mkdir.c: Likewise.
3281         * tests/test-mkdirat.c: Likewise.
3282         * tests/test-mkfifo.c: Likewise.
3283         * tests/test-mkfifoat.c: Likewise.
3284         * tests/test-mknod.c: Likewise.
3285         * tests/test-nanosleep.c: Likewise.
3286         * tests/test-nl_langinfo.c: Likewise.
3287         * tests/test-obstack-printf.c: Likewise.
3288         * tests/test-open.c: Likewise.
3289         * tests/test-openat.c: Likewise.
3290         * tests/test-pipe-filter-gi1.c: Likewise.
3291         * tests/test-pipe-filter-gi2-main.c: Likewise.
3292         * tests/test-pipe-filter-ii1.c: Likewise.
3293         * tests/test-pipe-filter-ii2-main.c: Likewise.
3294         * tests/test-pipe2.c: Likewise.
3295         * tests/test-popen.h: Likewise.
3296         * tests/test-posixtm.c: Likewise.
3297         * tests/test-pread.c: Likewise.
3298         * tests/test-printf-frexp.c: Likewise.
3299         * tests/test-printf-frexpl.c: Likewise.
3300         * tests/test-printf-posix.c: Likewise.
3301         * tests/test-priv-set.c: Likewise.
3302         * tests/test-quotearg.c: Likewise.
3303         * tests/test-random_r.c: Likewise.
3304         * tests/test-rawmemchr.c: Likewise.
3305         * tests/test-rbtree_list.c: Likewise.
3306         * tests/test-rbtree_oset.c: Likewise.
3307         * tests/test-rbtreehash_list.c: Likewise.
3308         * tests/test-readlink.c: Likewise.
3309         * tests/test-remove.c: Likewise.
3310         * tests/test-rename.c: Likewise.
3311         * tests/test-renameat.c: Likewise.
3312         * tests/test-rmdir.c: Likewise.
3313         * tests/test-round1.c: Likewise.
3314         * tests/test-roundf1.c: Likewise.
3315         * tests/test-roundl.c: Likewise.
3316         * tests/test-safe-alloc.c: Likewise.
3317         * tests/test-sameacls.c: Likewise.
3318         * tests/test-set-mode-acl.c: Likewise.
3319         * tests/test-setenv.c: Likewise.
3320         * tests/test-sigaction.c: Likewise.
3321         * tests/test-signbit.c: Likewise.
3322         * tests/test-sleep.c: Likewise.
3323         * tests/test-snprintf-posix.c: Likewise.
3324         * tests/test-snprintf.c: Likewise.
3325         * tests/test-sprintf-posix.c: Likewise.
3326         * tests/test-stat-time.c: Likewise.
3327         * tests/test-stat.c: Likewise.
3328         * tests/test-strcasestr.c: Likewise.
3329         * tests/test-strchrnul.c: Likewise.
3330         * tests/test-strerror.c: Likewise.
3331         * tests/test-striconv.c: Likewise.
3332         * tests/test-striconveh.c: Likewise.
3333         * tests/test-striconveha.c: Likewise.
3334         * tests/test-strsignal.c: Likewise.
3335         * tests/test-strstr.c: Likewise.
3336         * tests/test-strtod.c: Likewise.
3337         * tests/test-strverscmp.c: Likewise.
3338         * tests/test-symlink.c: Likewise.
3339         * tests/test-symlinkat.c: Likewise.
3340         * tests/test-trunc1.c: Likewise.
3341         * tests/test-trunc2.c: Likewise.
3342         * tests/test-truncf1.c: Likewise.
3343         * tests/test-truncf2.c: Likewise.
3344         * tests/test-truncl.c: Likewise.
3345         * tests/test-uname.c: Likewise.
3346         * tests/test-unlink.c: Likewise.
3347         * tests/test-unlinkat.c: Likewise.
3348         * tests/test-unsetenv.c: Likewise.
3349         * tests/test-usleep.c: Likewise.
3350         * tests/test-utimens.c: Likewise.
3351         * tests/test-utimensat.c: Likewise.
3352         * tests/test-vasnprintf-posix.c: Likewise.
3353         * tests/test-vasnprintf-posix2.c: Likewise.
3354         * tests/test-vasnprintf.c: Likewise.
3355         * tests/test-vasprintf-posix.c: Likewise.
3356         * tests/test-vasprintf.c: Likewise.
3357         * tests/test-vdprintf-posix.c: Likewise.
3358         * tests/test-vfprintf-posix.c: Likewise.
3359         * tests/test-vprintf-posix.c: Likewise.
3360         * tests/test-vsnprintf-posix.c: Likewise.
3361         * tests/test-vsnprintf.c: Likewise.
3362         * tests/test-vsprintf-posix.c: Likewise.
3363         * tests/test-wcrtomb.c: Likewise.
3364         * tests/test-wcsnrtombs.c: Likewise.
3365         * tests/test-wcsrtombs.c: Likewise.
3366         * tests/test-wctype.c: Likewise.
3367         * tests/test-wcwidth.c: Likewise.
3368         * tests/test-xfprintf-posix.c: Likewise.
3369         * tests/test-xmemdup0.c: Likewise.
3370         * tests/test-xprintf-posix.c: Likewise.
3371         * tests/test-xvasprintf.c: Likewise.
3372         * tests/unicase/test-locale-language.c: Likewise.
3373         * tests/unicase/test-mapping-part1.h: Likewise.
3374         * tests/unicase/test-predicate-part1.h: Likewise.
3375         * tests/unicase/test-u8-casecmp.c: Likewise.
3376         * tests/unicase/test-u8-casecoll.c: Likewise.
3377         * tests/unicase/test-u8-casefold.c: Likewise.
3378         * tests/unicase/test-u8-is-cased.c: Likewise.
3379         * tests/unicase/test-u8-is-casefolded.c: Likewise.
3380         * tests/unicase/test-u8-is-lowercase.c: Likewise.
3381         * tests/unicase/test-u8-is-titlecase.c: Likewise.
3382         * tests/unicase/test-u8-is-uppercase.c: Likewise.
3383         * tests/unicase/test-u8-tolower.c: Likewise.
3384         * tests/unicase/test-u8-totitle.c: Likewise.
3385         * tests/unicase/test-u8-toupper.c: Likewise.
3386         * tests/unicase/test-u16-casecmp.c: Likewise.
3387         * tests/unicase/test-u16-casecoll.c: Likewise.
3388         * tests/unicase/test-u16-casefold.c: Likewise.
3389         * tests/unicase/test-u16-is-cased.c: Likewise.
3390         * tests/unicase/test-u16-is-casefolded.c: Likewise.
3391         * tests/unicase/test-u16-is-lowercase.c: Likewise.
3392         * tests/unicase/test-u16-is-titlecase.c: Likewise.
3393         * tests/unicase/test-u16-is-uppercase.c: Likewise.
3394         * tests/unicase/test-u16-tolower.c: Likewise.
3395         * tests/unicase/test-u16-totitle.c: Likewise.
3396         * tests/unicase/test-u16-toupper.c: Likewise.
3397         * tests/unicase/test-u32-casecmp.c: Likewise.
3398         * tests/unicase/test-u32-casecoll.c: Likewise.
3399         * tests/unicase/test-u32-casefold.c: Likewise.
3400         * tests/unicase/test-u32-is-cased.c: Likewise.
3401         * tests/unicase/test-u32-is-casefolded.c: Likewise.
3402         * tests/unicase/test-u32-is-lowercase.c: Likewise.
3403         * tests/unicase/test-u32-is-titlecase.c: Likewise.
3404         * tests/unicase/test-u32-is-uppercase.c: Likewise.
3405         * tests/unicase/test-u32-tolower.c: Likewise.
3406         * tests/unicase/test-u32-totitle.c: Likewise.
3407         * tests/unicase/test-u32-toupper.c: Likewise.
3408         * tests/unicase/test-ulc-casecmp.c: Likewise.
3409         * tests/unicase/test-ulc-casecoll.c: Likewise.
3410         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3411         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
3412         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3413         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3414         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
3415         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
3416         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3417         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3418         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3419         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
3420         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3421         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3422         * tests/unictype/test-bidi_byname.c: Likewise.
3423         * tests/unictype/test-bidi_name.c: Likewise.
3424         * tests/unictype/test-bidi_of.c: Likewise.
3425         * tests/unictype/test-bidi_test.c: Likewise.
3426         * tests/unictype/test-block_list.c: Likewise.
3427         * tests/unictype/test-block_of.c: Likewise.
3428         * tests/unictype/test-block_test.c: Likewise.
3429         * tests/unictype/test-categ_and.c: Likewise.
3430         * tests/unictype/test-categ_and_not.c: Likewise.
3431         * tests/unictype/test-categ_byname.c: Likewise.
3432         * tests/unictype/test-categ_name.c: Likewise.
3433         * tests/unictype/test-categ_none.c: Likewise.
3434         * tests/unictype/test-categ_of.c: Likewise.
3435         * tests/unictype/test-categ_or.c: Likewise.
3436         * tests/unictype/test-categ_test_withtable.c: Likewise.
3437         * tests/unictype/test-combining.c: Likewise.
3438         * tests/unictype/test-decdigit.c: Likewise.
3439         * tests/unictype/test-digit.c: Likewise.
3440         * tests/unictype/test-mirror.c: Likewise.
3441         * tests/unictype/test-numeric.c: Likewise.
3442         * tests/unictype/test-pr_byname.c: Likewise.
3443         * tests/unictype/test-pr_test.c: Likewise.
3444         * tests/unictype/test-predicate-part1.h: Likewise.
3445         * tests/unictype/test-scripts.c: Likewise.
3446         * tests/unictype/test-sy_c_ident.c: Likewise.
3447         * tests/unictype/test-sy_java_ident.c: Likewise.
3448         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
3449         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
3450         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
3451         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
3452         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
3453         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
3454         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
3455         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
3456         * tests/uninorm/test-canonical-decomposition.c: Likewise.
3457         * tests/uninorm/test-compat-decomposition.c: Likewise.
3458         * tests/uninorm/test-composition.c: Likewise.
3459         * tests/uninorm/test-decomposing-form.c: Likewise.
3460         * tests/uninorm/test-decomposition.c: Likewise.
3461         * tests/uninorm/test-u8-nfc.c: Likewise.
3462         * tests/uninorm/test-u8-nfd.c: Likewise.
3463         * tests/uninorm/test-u8-nfkc.c: Likewise.
3464         * tests/uninorm/test-u8-nfkd.c: Likewise.
3465         * tests/uninorm/test-u8-normcmp.c: Likewise.
3466         * tests/uninorm/test-u8-normcoll.c: Likewise.
3467         * tests/uninorm/test-u16-nfc.c: Likewise.
3468         * tests/uninorm/test-u16-nfd.c: Likewise.
3469         * tests/uninorm/test-u16-nfkc.c: Likewise.
3470         * tests/uninorm/test-u16-nfkd.c: Likewise.
3471         * tests/uninorm/test-u16-normcmp.c: Likewise.
3472         * tests/uninorm/test-u16-normcoll.c: Likewise.
3473         * tests/uninorm/test-u32-nfc.c: Likewise.
3474         * tests/uninorm/test-u32-nfd.c: Likewise.
3475         * tests/uninorm/test-u32-nfkc.c: Likewise.
3476         * tests/uninorm/test-u32-nfkd.c: Likewise.
3477         * tests/uninorm/test-u32-normalize-big.c: Likewise.
3478         * tests/uninorm/test-u32-normcmp.c: Likewise.
3479         * tests/uninorm/test-u32-normcoll.c: Likewise.
3480         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
3481         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
3482         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
3483         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
3484         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
3485         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
3486         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
3487         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
3488         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
3489         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
3490         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
3491         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
3492         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
3493         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
3494         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
3495         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
3496         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
3497         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
3498         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
3499         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
3500         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
3501         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
3502         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
3503         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
3504         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
3505         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
3506         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
3507         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
3508         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
3509         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
3510         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
3511         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
3512         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
3513         * tests/uniwidth/test-u8-strwidth.c: Likewise.
3514         * tests/uniwidth/test-u8-width.c: Likewise.
3515         * tests/uniwidth/test-u16-strwidth.c: Likewise.
3516         * tests/uniwidth/test-u16-width.c: Likewise.
3517         * tests/uniwidth/test-u32-strwidth.c: Likewise.
3518         * tests/uniwidth/test-u32-width.c: Likewise.
3519         * tests/uniwidth/test-uc_width.c: Likewise.
3520         * tests/uniwidth/test-uc_width2.c: Likewise.
3521         * modules/acl-tests (Files): Add tests/macros.h.
3522         * modules/areadlink-tests (Files): Likewise.
3523         * modules/areadlink-with-size-tests (Files): Likewise.
3524         * modules/areadlinkat-tests (Files): Likewise.
3525         * modules/areadlinkat-with-size-tests (Files): Likewise.
3526         * modules/argmatch-tests (Files): Likewise.
3527         * modules/argv-iter-tests (Files): Likewise.
3528         * modules/array-list-tests (Files): Likewise.
3529         * modules/array-mergesort-tests (Files): Likewise.
3530         * modules/array-oset-tests (Files): Likewise.
3531         * modules/avltree-list-tests (Files): Likewise.
3532         * modules/avltree-oset-tests (Files): Likewise.
3533         * modules/avltreehash-list-tests (Files): Likewise.
3534         * modules/base64-tests (Files): Likewise.
3535         * modules/binary-io-tests (Files): Likewise.
3536         * modules/bitrotate-tests (Files): Likewise.
3537         * modules/btowc-tests (Files): Likewise.
3538         * modules/byteswap-tests (Files): Likewise.
3539         * modules/c-ctype-tests (Files): Likewise.
3540         * modules/c-stack-tests (Files): Likewise.
3541         * modules/c-strcase-tests (Files): Likewise.
3542         * modules/c-strcasestr-tests (Files): Likewise.
3543         * modules/c-strstr-tests (Files): Likewise.
3544         * modules/canonicalize-lgpl-tests (Files): Likewise.
3545         * modules/canonicalize-tests (Files): Likewise.
3546         * modules/carray-list-tests (Files): Likewise.
3547         * modules/ceilf-tests (Files): Likewise.
3548         * modules/ceill-tests (Files): Likewise.
3549         * modules/chown-tests (Files): Likewise.
3550         * modules/cloexec-tests (Files): Likewise.
3551         * modules/copy-file-tests (Files): Likewise.
3552         * modules/count-one-bits-tests (Files): Likewise.
3553         * modules/dprintf-posix-tests (Files): Likewise.
3554         * modules/dup2-tests (Files): Likewise.
3555         * modules/dup3-tests (Files): Likewise.
3556         * modules/duplocale-tests (Files): Likewise.
3557         * modules/fbufmode-tests (Files): Likewise.
3558         * modules/fchdir-tests (Files): Likewise.
3559         * modules/fcntl-safer-tests (Files): Likewise.
3560         * modules/fcntl-tests (Files): Likewise.
3561         * modules/fdopendir-tests (Files): Likewise.
3562         * modules/fdutimensat-tests (Files): Likewise.
3563         * modules/fflush-tests (Files): Likewise.
3564         * modules/filevercmp-tests (Files): Likewise.
3565         * modules/flock-tests (Files): Likewise.
3566         * modules/floorf-tests (Files): Likewise.
3567         * modules/floorl-tests (Files): Likewise.
3568         * modules/fnmatch-tests (Files): Likewise.
3569         * modules/fopen-safer-tests (Files): Likewise.
3570         * modules/fopen-tests (Files): Likewise.
3571         * modules/fpending-tests (Files): Likewise.
3572         * modules/fprintf-posix-tests (Files): Likewise.
3573         * modules/fpurge-tests (Files): Likewise.
3574         * modules/freadable-tests (Files): Likewise.
3575         * modules/freadahead-tests (Files): Likewise.
3576         * modules/freading-tests (Files): Likewise.
3577         * modules/freadptr-tests (Files): Likewise.
3578         * modules/freadseek-tests (Files): Likewise.
3579         * modules/freopen-tests (Files): Likewise.
3580         * modules/frexp-nolibm-tests (Files): Likewise.
3581         * modules/frexp-tests (Files): Likewise.
3582         * modules/frexpl-nolibm-tests (Files): Likewise.
3583         * modules/frexpl-tests (Files): Likewise.
3584         * modules/fseek-tests (Files): Likewise.
3585         * modules/fseeko-tests (Files): Likewise.
3586         * modules/fstrcmp-tests (Files): Likewise.
3587         * modules/fsync-tests (Files): Likewise.
3588         * modules/ftell-tests (Files): Likewise.
3589         * modules/ftello-tests (Files): Likewise.
3590         * modules/func-tests (Files): Likewise.
3591         * modules/futimens-tests (Files): Likewise.
3592         * modules/fwritable-tests (Files): Likewise.
3593         * modules/fwriting-tests (Files): Likewise.
3594         * modules/getcwd-tests (Files): Likewise.
3595         * modules/getdate-tests (Files): Likewise.
3596         * modules/getdelim-tests (Files): Likewise.
3597         * modules/getdtablesize-tests (Files): Likewise.
3598         * modules/getgroups-tests (Files): Likewise.
3599         * modules/getline-tests (Files): Likewise.
3600         * modules/getndelim2-tests (Files): Likewise.
3601         * modules/glob-tests (Files): Likewise.
3602         * modules/hash-tests (Files): Likewise.
3603         * modules/i-ring-tests (Files): Likewise.
3604         * modules/iconv-tests (Files): Likewise.
3605         * modules/iconv_open-utf-tests (Files): Likewise.
3606         * modules/idpriv-drop-tests (Files): Likewise.
3607         * modules/idpriv-droptemp-tests (Files): Likewise.
3608         * modules/inet_ntop-tests (Files): Likewise.
3609         * modules/inet_pton-tests (Files): Likewise.
3610         * modules/isblank-tests (Files): Likewise.
3611         * modules/isfinite-tests (Files): Likewise.
3612         * modules/isinf-tests (Files): Likewise.
3613         * modules/isnan-tests (Files): Likewise.
3614         * modules/isnand-nolibm-tests (Files): Likewise.
3615         * modules/isnand-tests (Files): Likewise.
3616         * modules/isnanf-nolibm-tests (Files): Likewise.
3617         * modules/isnanf-tests (Files): Likewise.
3618         * modules/isnanl-nolibm-tests (Files): Likewise.
3619         * modules/isnanl-tests (Files): Likewise.
3620         * modules/lchown-tests (Files): Likewise.
3621         * modules/ldexpl-tests (Files): Likewise.
3622         * modules/link-tests (Files): Likewise.
3623         * modules/linkat-tests (Files): Likewise.
3624         * modules/linked-list-tests (Files): Likewise.
3625         * modules/linkedhash-list-tests (Files): Likewise.
3626         * modules/localename-tests (Files): Likewise.
3627         * modules/lseek-tests (Files): Likewise.
3628         * modules/lstat-tests (Files): Likewise.
3629         * modules/mbmemcasecmp-tests (Files): Likewise.
3630         * modules/mbmemcasecoll-tests (Files): Likewise.
3631         * modules/mbrtowc-tests (Files): Likewise.
3632         * modules/mbscasecmp-tests (Files): Likewise.
3633         * modules/mbscasestr-tests (Files): Likewise.
3634         * modules/mbschr-tests (Files): Likewise.
3635         * modules/mbscspn-tests (Files): Likewise.
3636         * modules/mbsinit-tests (Files): Likewise.
3637         * modules/mbsncasecmp-tests (Files): Likewise.
3638         * modules/mbsnrtowcs-tests (Files): Likewise.
3639         * modules/mbspbrk-tests (Files): Likewise.
3640         * modules/mbspcasecmp-tests (Files): Likewise.
3641         * modules/mbsrchr-tests (Files): Likewise.
3642         * modules/mbsrtowcs-tests (Files): Likewise.
3643         * modules/mbsspn-tests (Files): Likewise.
3644         * modules/mbsstr-tests (Files): Likewise.
3645         * modules/memchr-tests (Files): Likewise.
3646         * modules/memchr2-tests (Files): Likewise.
3647         * modules/memcmp-tests (Files): Likewise.
3648         * modules/memmem-tests (Files): Likewise.
3649         * modules/memrchr-tests (Files): Likewise.
3650         * modules/mkdir-tests (Files): Likewise.
3651         * modules/mkfifo-tests (Files): Likewise.
3652         * modules/mkfifoat-tests (Files): Likewise.
3653         * modules/mknod-tests (Files): Likewise.
3654         * modules/nanosleep-tests (Files): Likewise.
3655         * modules/nl_langinfo-tests (Files): Likewise.
3656         * modules/obstack-printf-tests (Files): Likewise.
3657         * modules/open-tests (Files): Likewise.
3658         * modules/openat-tests (Files): Likewise.
3659         * modules/pipe-filter-gi-tests (Files): Likewise.
3660         * modules/pipe-filter-ii-tests (Files): Likewise.
3661         * modules/pipe2-tests (Files): Likewise.
3662         * modules/popen-safer-tests (Files): Likewise.
3663         * modules/popen-tests (Files): Likewise.
3664         * modules/posixtm-tests (Files): Likewise.
3665         * modules/pread-tests (Files): Likewise.
3666         * modules/printf-frexp-tests (Files): Likewise.
3667         * modules/printf-frexpl-tests (Files): Likewise.
3668         * modules/printf-posix-tests (Files): Likewise.
3669         * modules/priv-set-tests (Files): Likewise.
3670         * modules/quotearg-tests (Files): Likewise.
3671         * modules/random_r-tests (Files): Likewise.
3672         * modules/rawmemchr-tests (Files): Likewise.
3673         * modules/rbtree-list-tests (Files): Likewise.
3674         * modules/rbtree-oset-tests (Files): Likewise.
3675         * modules/rbtreehash-list-tests (Files): Likewise.
3676         * modules/readlink-tests (Files): Likewise.
3677         * modules/remove-tests (Files): Likewise.
3678         * modules/rename-tests (Files): Likewise.
3679         * modules/renameat-tests (Files): Likewise.
3680         * modules/rmdir-tests (Files): Likewise.
3681         * modules/round-tests (Files): Likewise.
3682         * modules/roundf-tests (Files): Likewise.
3683         * modules/roundl-tests (Files): Likewise.
3684         * modules/safe-alloc-tests (Files): Likewise.
3685         * modules/setenv-tests (Files): Likewise.
3686         * modules/sigaction-tests (Files): Likewise.
3687         * modules/signbit-tests (Files): Likewise.
3688         * modules/sleep-tests (Files): Likewise.
3689         * modules/snprintf-posix-tests (Files): Likewise.
3690         * modules/snprintf-tests (Files): Likewise.
3691         * modules/sprintf-posix-tests (Files): Likewise.
3692         * modules/stat-tests (Files): Likewise.
3693         * modules/stat-time-tests (Files): Likewise.
3694         * modules/strcasestr-tests (Files): Likewise.
3695         * modules/strchrnul-tests (Files): Likewise.
3696         * modules/strerror-tests (Files): Likewise.
3697         * modules/striconv-tests (Files): Likewise.
3698         * modules/striconveh-tests (Files): Likewise.
3699         * modules/striconveha-tests (Files): Likewise.
3700         * modules/strsignal-tests (Files): Likewise.
3701         * modules/strstr-tests (Files): Likewise.
3702         * modules/strtod-tests (Files): Likewise.
3703         * modules/strverscmp-tests (Files): Likewise.
3704         * modules/symlink-tests (Files): Likewise.
3705         * modules/symlinkat-tests (Files): Likewise.
3706         * modules/trunc-tests (Files): Likewise.
3707         * modules/truncf-tests (Files): Likewise.
3708         * modules/truncl-tests (Files): Likewise.
3709         * modules/uname-tests (Files): Likewise.
3710         * modules/unicase/cased-tests (Files): Likewise.
3711         * modules/unicase/ignorable-tests (Files): Likewise.
3712         * modules/unicase/locale-language-tests (Files): Likewise.
3713         * modules/unicase/tolower-tests (Files): Likewise.
3714         * modules/unicase/totitle-tests (Files): Likewise.
3715         * modules/unicase/toupper-tests (Files): Likewise.
3716         * modules/unicase/u8-casecmp-tests (Files): Likewise.
3717         * modules/unicase/u8-casecoll-tests (Files): Likewise.
3718         * modules/unicase/u8-casefold-tests (Files): Likewise.
3719         * modules/unicase/u8-is-cased-tests (Files): Likewise.
3720         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
3721         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
3722         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
3723         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
3724         * modules/unicase/u8-tolower-tests (Files): Likewise.
3725         * modules/unicase/u8-totitle-tests (Files): Likewise.
3726         * modules/unicase/u8-toupper-tests (Files): Likewise.
3727         * modules/unicase/u16-casecmp-tests (Files): Likewise.
3728         * modules/unicase/u16-casecoll-tests (Files): Likewise.
3729         * modules/unicase/u16-casefold-tests (Files): Likewise.
3730         * modules/unicase/u16-is-cased-tests (Files): Likewise.
3731         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
3732         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
3733         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
3734         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
3735         * modules/unicase/u16-tolower-tests (Files): Likewise.
3736         * modules/unicase/u16-totitle-tests (Files): Likewise.
3737         * modules/unicase/u16-toupper-tests (Files): Likewise.
3738         * modules/unicase/u32-casecmp-tests (Files): Likewise.
3739         * modules/unicase/u32-casecoll-tests (Files): Likewise.
3740         * modules/unicase/u32-casefold-tests (Files): Likewise.
3741         * modules/unicase/u32-is-cased-tests (Files): Likewise.
3742         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
3743         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
3744         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
3745         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
3746         * modules/unicase/u32-tolower-tests (Files): Likewise.
3747         * modules/unicase/u32-totitle-tests (Files): Likewise.
3748         * modules/unicase/u32-toupper-tests (Files): Likewise.
3749         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
3750         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
3751         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
3752         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
3753         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
3754         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
3755         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
3756         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
3757         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
3758         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
3759         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
3760         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
3761         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
3762         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
3763         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
3764         * modules/unictype/bidicategory-name-tests (Files): Likewise.
3765         * modules/unictype/bidicategory-of-tests (Files): Likewise.
3766         * modules/unictype/bidicategory-test-tests (Files): Likewise.
3767         * modules/unictype/block-list-tests (Files): Likewise.
3768         * modules/unictype/block-of-tests (Files): Likewise.
3769         * modules/unictype/block-test-tests (Files): Likewise.
3770         * modules/unictype/category-C-tests (Files): Likewise.
3771         * modules/unictype/category-Cc-tests (Files): Likewise.
3772         * modules/unictype/category-Cf-tests (Files): Likewise.
3773         * modules/unictype/category-Cn-tests (Files): Likewise.
3774         * modules/unictype/category-Co-tests (Files): Likewise.
3775         * modules/unictype/category-Cs-tests (Files): Likewise.
3776         * modules/unictype/category-L-tests (Files): Likewise.
3777         * modules/unictype/category-Ll-tests (Files): Likewise.
3778         * modules/unictype/category-Lm-tests (Files): Likewise.
3779         * modules/unictype/category-Lo-tests (Files): Likewise.
3780         * modules/unictype/category-Lt-tests (Files): Likewise.
3781         * modules/unictype/category-Lu-tests (Files): Likewise.
3782         * modules/unictype/category-M-tests (Files): Likewise.
3783         * modules/unictype/category-Mc-tests (Files): Likewise.
3784         * modules/unictype/category-Me-tests (Files): Likewise.
3785         * modules/unictype/category-Mn-tests (Files): Likewise.
3786         * modules/unictype/category-N-tests (Files): Likewise.
3787         * modules/unictype/category-Nd-tests (Files): Likewise.
3788         * modules/unictype/category-Nl-tests (Files): Likewise.
3789         * modules/unictype/category-No-tests (Files): Likewise.
3790         * modules/unictype/category-P-tests (Files): Likewise.
3791         * modules/unictype/category-Pc-tests (Files): Likewise.
3792         * modules/unictype/category-Pd-tests (Files): Likewise.
3793         * modules/unictype/category-Pe-tests (Files): Likewise.
3794         * modules/unictype/category-Pf-tests (Files): Likewise.
3795         * modules/unictype/category-Pi-tests (Files): Likewise.
3796         * modules/unictype/category-Po-tests (Files): Likewise.
3797         * modules/unictype/category-Ps-tests (Files): Likewise.
3798         * modules/unictype/category-S-tests (Files): Likewise.
3799         * modules/unictype/category-Sc-tests (Files): Likewise.
3800         * modules/unictype/category-Sk-tests (Files): Likewise.
3801         * modules/unictype/category-Sm-tests (Files): Likewise.
3802         * modules/unictype/category-So-tests (Files): Likewise.
3803         * modules/unictype/category-Z-tests (Files): Likewise.
3804         * modules/unictype/category-Zl-tests (Files): Likewise.
3805         * modules/unictype/category-Zp-tests (Files): Likewise.
3806         * modules/unictype/category-Zs-tests (Files): Likewise.
3807         * modules/unictype/category-and-not-tests (Files): Likewise.
3808         * modules/unictype/category-and-tests (Files): Likewise.
3809         * modules/unictype/category-byname-tests (Files): Likewise.
3810         * modules/unictype/category-name-tests (Files): Likewise.
3811         * modules/unictype/category-none-tests (Files): Likewise.
3812         * modules/unictype/category-of-tests (Files): Likewise.
3813         * modules/unictype/category-or-tests (Files): Likewise.
3814         * modules/unictype/category-test-withtable-tests (Files): Likewise.
3815         * modules/unictype/combining-class-tests (Files): Likewise.
3816         * modules/unictype/ctype-alnum-tests (Files): Likewise.
3817         * modules/unictype/ctype-alpha-tests (Files): Likewise.
3818         * modules/unictype/ctype-blank-tests (Files): Likewise.
3819         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
3820         * modules/unictype/ctype-digit-tests (Files): Likewise.
3821         * modules/unictype/ctype-graph-tests (Files): Likewise.
3822         * modules/unictype/ctype-lower-tests (Files): Likewise.
3823         * modules/unictype/ctype-print-tests (Files): Likewise.
3824         * modules/unictype/ctype-punct-tests (Files): Likewise.
3825         * modules/unictype/ctype-space-tests (Files): Likewise.
3826         * modules/unictype/ctype-upper-tests (Files): Likewise.
3827         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
3828         * modules/unictype/decimal-digit-tests (Files): Likewise.
3829         * modules/unictype/digit-tests (Files): Likewise.
3830         * modules/unictype/mirror-tests (Files): Likewise.
3831         * modules/unictype/numeric-tests (Files): Likewise.
3832         * modules/unictype/property-alphabetic-tests (Files): Likewise.
3833         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
3834         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
3835         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
3836         Likewise.
3837         * modules/unictype/property-bidi-block-separator-tests (Files):
3838         Likewise.
3839         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
3840         Likewise.
3841         * modules/unictype/property-bidi-common-separator-tests (Files):
3842         Likewise.
3843         * modules/unictype/property-bidi-control-tests (Files): Likewise.
3844         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
3845         Likewise.
3846         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
3847         Likewise.
3848         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
3849         Likewise.
3850         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
3851         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
3852         Likewise.
3853         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
3854         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
3855         Likewise.
3856         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
3857         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
3858         * modules/unictype/property-bidi-segment-separator-tests (Files):
3859         Likewise.
3860         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
3861         * modules/unictype/property-byname-tests (Files): Likewise.
3862         * modules/unictype/property-combining-tests (Files): Likewise.
3863         * modules/unictype/property-composite-tests (Files): Likewise.
3864         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
3865         * modules/unictype/property-dash-tests (Files): Likewise.
3866         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
3867         * modules/unictype/property-default-ignorable-code-point-tests (Files):
3868         Likewise.
3869         * modules/unictype/property-deprecated-tests (Files): Likewise.
3870         * modules/unictype/property-diacritic-tests (Files): Likewise.
3871         * modules/unictype/property-extender-tests (Files): Likewise.
3872         * modules/unictype/property-format-control-tests (Files): Likewise.
3873         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
3874         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
3875         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
3876         * modules/unictype/property-hex-digit-tests (Files): Likewise.
3877         * modules/unictype/property-hyphen-tests (Files): Likewise.
3878         * modules/unictype/property-id-continue-tests (Files): Likewise.
3879         * modules/unictype/property-id-start-tests (Files): Likewise.
3880         * modules/unictype/property-ideographic-tests (Files): Likewise.
3881         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
3882         * modules/unictype/property-ids-trinary-operator-tests (Files):
3883         Likewise.
3884         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
3885         * modules/unictype/property-iso-control-tests (Files): Likewise.
3886         * modules/unictype/property-join-control-tests (Files): Likewise.
3887         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
3888         * modules/unictype/property-line-separator-tests (Files): Likewise.
3889         * modules/unictype/property-logical-order-exception-tests (Files):
3890         Likewise.
3891         * modules/unictype/property-lowercase-tests (Files): Likewise.
3892         * modules/unictype/property-math-tests (Files): Likewise.
3893         * modules/unictype/property-non-break-tests (Files): Likewise.
3894         * modules/unictype/property-not-a-character-tests (Files): Likewise.
3895         * modules/unictype/property-numeric-tests (Files): Likewise.
3896         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
3897         * modules/unictype/property-other-default-ignorable-code-point-tests
3898         (Files): Likewise.
3899         * modules/unictype/property-other-grapheme-extend-tests (Files):
3900         Likewise.
3901         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
3902         * modules/unictype/property-other-id-start-tests (Files): Likewise.
3903         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
3904         * modules/unictype/property-other-math-tests (Files): Likewise.
3905         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
3906         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
3907         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
3908         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
3909         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
3910         * modules/unictype/property-private-use-tests (Files): Likewise.
3911         * modules/unictype/property-punctuation-tests (Files): Likewise.
3912         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
3913         * modules/unictype/property-radical-tests (Files): Likewise.
3914         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
3915         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
3916         * modules/unictype/property-space-tests (Files): Likewise.
3917         * modules/unictype/property-terminal-punctuation-tests (Files):
3918         Likewise.
3919         * modules/unictype/property-test-tests (Files): Likewise.
3920         * modules/unictype/property-titlecase-tests (Files): Likewise.
3921         * modules/unictype/property-unassigned-code-value-tests (Files):
3922         Likewise.
3923         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
3924         * modules/unictype/property-uppercase-tests (Files): Likewise.
3925         * modules/unictype/property-variation-selector-tests (Files): Likewise.
3926         * modules/unictype/property-white-space-tests (Files): Likewise.
3927         * modules/unictype/property-xid-continue-tests (Files): Likewise.
3928         * modules/unictype/property-xid-start-tests (Files): Likewise.
3929         * modules/unictype/property-zero-width-tests (Files): Likewise.
3930         * modules/unictype/scripts-tests (Files): Likewise.
3931         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
3932         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
3933         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
3934         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
3935         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
3936         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
3937         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
3938         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
3939         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
3940         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
3941         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
3942         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
3943         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
3944         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
3945         * modules/uninorm/composition-tests (Files): Likewise.
3946         * modules/uninorm/decomposing-form-tests (Files): Likewise.
3947         * modules/uninorm/decomposition-tests (Files): Likewise.
3948         * modules/uninorm/filter-tests (Files): Likewise.
3949         * modules/uninorm/nfc-tests (Files): Likewise.
3950         * modules/uninorm/nfd-tests (Files): Likewise.
3951         * modules/uninorm/nfkc-tests (Files): Likewise.
3952         * modules/uninorm/nfkd-tests (Files): Likewise.
3953         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
3954         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
3955         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
3956         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
3957         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
3958         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
3959         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
3960         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3961         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
3962         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
3963         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
3964         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
3965         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3966         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
3967         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
3968         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
3969         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
3970         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3971         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
3972         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
3973         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
3974         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
3975         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3976         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
3977         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
3978         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
3979         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
3980         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
3981         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
3982         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
3983         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
3984         * modules/uniwidth/u8-width-tests (Files): Likewise.
3985         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
3986         * modules/uniwidth/u16-width-tests (Files): Likewise.
3987         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
3988         * modules/uniwidth/u32-width-tests (Files): Likewise.
3989         * modules/uniwidth/width-tests (Files): Likewise.
3990         * modules/unlink-tests (Files): Likewise.
3991         * modules/unsetenv-tests (Files): Likewise.
3992         * modules/usleep-tests (Files): Likewise.
3993         * modules/utimens-tests (Files): Likewise.
3994         * modules/utimensat-tests (Files): Likewise.
3995         * modules/vasnprintf-posix-tests (Files): Likewise.
3996         * modules/vasnprintf-tests (Files): Likewise.
3997         * modules/vasprintf-posix-tests (Files): Likewise.
3998         * modules/vasprintf-tests (Files): Likewise.
3999         * modules/vdprintf-posix-tests (Files): Likewise.
4000         * modules/vfprintf-posix-tests (Files): Likewise.
4001         * modules/vprintf-posix-tests (Files): Likewise.
4002         * modules/vsnprintf-posix-tests (Files): Likewise.
4003         * modules/vsnprintf-tests (Files): Likewise.
4004         * modules/vsprintf-posix-tests (Files): Likewise.
4005         * modules/wcrtomb-tests (Files): Likewise.
4006         * modules/wcsnrtombs-tests (Files): Likewise.
4007         * modules/wcsrtombs-tests (Files): Likewise.
4008         * modules/wctype-tests (Files): Likewise.
4009         * modules/wcwidth-tests (Files): Likewise.
4010         * modules/xmemdup0-tests (Files): Likewise.
4011         * modules/xprintf-posix-tests (Files): Likewise.
4012         * modules/xvasprintf-tests (Files): Likewise.
4013
4014 2009-12-24  Eric Blake  <ebb9@byu.net>
4015
4016         test-nanosleep: fix typo
4017         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
4018         patch.
4019         Reported by Bruno Haible.
4020
4021 2009-12-24  Bruno Haible  <bruno@clisp.org>
4022
4023         Reduce namespace pollution on glibc systems.
4024         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
4025         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
4026         systems.
4027         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
4028         <getopt.h> on glibc systems.
4029         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
4030         systems.
4031         * lib/fcntl.c: Include <unistd.h> here instead.
4032
4033 2009-12-24  Bruno Haible  <bruno@clisp.org>
4034
4035         * lib/stdlib.in.h (includes): Fix typo in today's commit.
4036
4037 2009-12-24  Eric Blake  <ebb9@byu.net>
4038
4039         tests: add signature checks
4040         * tests/signature.h (SIGNATURE_CHECK): New file.
4041         * modules/atexit-tests (Files): Use it.
4042         * modules/btowc-tests (Files): Likewise.
4043         * modules/canonicalize-lgpl-tests (Files): Likewise.
4044         * modules/ceilf-tests (Files): Likewise.
4045         * modules/ceill-tests (Files): Likewise.
4046         * modules/chown-tests (Files): Likewise.
4047         * modules/dprintf-posix-tests (Files): Likewise.
4048         * modules/dup2-tests (Files): Likewise.
4049         * modules/dup3-tests (Files): Likewise.
4050         * modules/duplocale-tests (Files): Likewise.
4051         * modules/fchdir-tests (Files): Likewise.
4052         * modules/fcntl-tests (Files): Likewise.
4053         * modules/fdopendir-tests (Files): Likewise.
4054         * modules/fflush-tests (Files): Likewise.
4055         * modules/flock-tests (Files): Likewise.
4056         * modules/floorf-tests (Files): Likewise.
4057         * modules/floorl-tests (Files): Likewise.
4058         * modules/fnmatch-tests (Files): Likewise.
4059         * modules/fopen-tests (Files): Likewise.
4060         * modules/fprintf-posix-tests (Files): Likewise.
4061         * modules/freopen-tests (Files): Likewise.
4062         * modules/frexp-nolibm-tests (Files): Likewise.
4063         * modules/frexp-tests (Files): Likewise.
4064         * modules/frexpl-nolibm-tests (Files): Likewise.
4065         * modules/frexpl-tests (Files): Likewise.
4066         * modules/fseek-tests (Files): Likewise.
4067         * modules/fseeko-tests (Files): Likewise.
4068         * modules/fsync-tests (Files): Likewise.
4069         * modules/ftell-tests (Files): Likewise.
4070         * modules/ftello-tests (Files): Likewise.
4071         * modules/futimens-tests (Files): Likewise.
4072         * modules/getaddrinfo-tests (Files): Likewise.
4073         * modules/getcwd-tests (Files): Likewise.
4074         * modules/getdelim-tests (Files): Likewise.
4075         * modules/getdtablesize-tests (Files): Likewise.
4076         * modules/getgroups-tests (Files): Likewise.
4077         * modules/gethostname-tests (Files): Likewise.
4078         * modules/getline-tests (Files): Likewise.
4079         * modules/getopt-posix-tests (Files): Likewise.
4080         * modules/gettimeofday-tests (Files): Likewise.
4081         * modules/glob-tests (Files): Likewise.
4082         * modules/iconv-tests (Files): Likewise.
4083         * modules/inet_ntop-tests (Files): Likewise.
4084         * modules/inet_pton-tests (Files): Likewise.
4085         * modules/isblank-tests (Files): Likewise.
4086         * modules/lchown-tests (Files): Likewise.
4087         * modules/ldexpl-tests (Files): Likewise.
4088         * modules/link-tests (Files): Likewise.
4089         * modules/linkat-tests (Files): Likewise.
4090         * modules/lseek-tests (Files): Likewise.
4091         * modules/lstat-tests (Files): Likewise.
4092         * modules/mbrtowc-tests (Files): Likewise.
4093         * modules/mbsinit-tests (Files): Likewise.
4094         * modules/mbsnrtowcs-tests (Files): Likewise.
4095         * modules/mbsrtowcs-tests (Files): Likewise.
4096         * modules/memchr-tests (Files): Likewise.
4097         * modules/memcmp-tests (Files): Likewise.
4098         * modules/memmem-tests (Files): Likewise.
4099         * modules/memrchr-tests (Files): Likewise.
4100         * modules/mkdir-tests (Files): Likewise.
4101         * modules/mkfifo-tests (Files): Likewise.
4102         * modules/mkfifoat-tests (Files): Likewise.
4103         * modules/mknod-tests (Files): Likewise.
4104         * modules/nanosleep-tests (Files): Likewise.
4105         * modules/nl_langinfo-tests (Files): Likewise.
4106         * modules/obstack-printf-tests (Files): Likewise.
4107         * modules/open-tests (Files): Likewise.
4108         * modules/openat-tests (Files): Likewise.
4109         * modules/perror-tests (Files): Likewise.
4110         * modules/pipe2-tests (Files): Likewise.
4111         * modules/poll-tests (Files): Likewise.
4112         * modules/popen-tests (Files): Likewise.
4113         * modules/posix_spawn-tests (Files): Likewise.
4114         * modules/posix_spawnp-tests (Files): Likewise.
4115         * modules/pread-tests (Files): Likewise.
4116         * modules/printf-posix-tests (Files): Likewise.
4117         * modules/pty-tests (Files): Likewise.
4118         * modules/random_r-tests (Files): Likewise.
4119         * modules/rawmemchr-tests (Files): Likewise.
4120         * modules/readlink-tests (Files): Likewise.
4121         * modules/remove-tests (Files): Likewise.
4122         * modules/rename-tests (Files): Likewise.
4123         * modules/renameat-tests (Files): Likewise.
4124         * modules/rmdir-tests (Files): Likewise.
4125         * modules/round-tests (Files): Likewise.
4126         * modules/roundf-tests (Files): Likewise.
4127         * modules/roundl-tests (Files): Likewise.
4128         * modules/select-tests (Files): Likewise.
4129         * modules/setenv-tests (Files): Likewise.
4130         * modules/sigaction-tests (Files): Likewise.
4131         * modules/sleep-tests (Files): Likewise.
4132         * modules/snprintf-posix-tests (Files): Likewise.
4133         * modules/snprintf-tests (Files): Likewise.
4134         * modules/sprintf-posix-tests (Files): Likewise.
4135         * modules/stat-tests (Files): Likewise.
4136         * modules/strcasestr-tests (Files): Likewise.
4137         * modules/strchrnul-tests (Files): Likewise.
4138         * modules/strerror-tests (Files): Likewise.
4139         * modules/strsignal-tests (Files): Likewise.
4140         * modules/strstr-tests (Files): Likewise.
4141         * modules/strtod-tests (Files): Likewise.
4142         * modules/strverscmp-tests (Files): Likewise.
4143         * modules/symlink-tests (Files): Likewise.
4144         * modules/symlinkat-tests (Files): Likewise.
4145         * modules/times-tests (Files): Likewise.
4146         * modules/trunc-tests (Files): Likewise.
4147         * modules/truncf-tests (Files): Likewise.
4148         * modules/truncl-tests (Files): Likewise.
4149         * modules/tsearch-tests (Files): Likewise.
4150         * modules/uname-tests (Files): Likewise.
4151         * modules/unlink-tests (Files): Likewise.
4152         * modules/unsetenv-tests (Files): Likewise.
4153         * modules/usleep-tests (Files): Likewise.
4154         * modules/utimensat-tests (Files): Likewise.
4155         * modules/vasprintf-tests (Files): Likewise.
4156         * modules/vdprintf-posix-tests (Files): Likewise.
4157         * modules/vfprintf-posix-tests (Files): Likewise.
4158         * modules/vprintf-posix-tests (Files): Likewise.
4159         * modules/vsnprintf-posix-tests (Files): Likewise.
4160         * modules/vsnprintf-tests (Files): Likewise.
4161         * modules/vsprintf-posix-tests (Files): Likewise.
4162         * modules/wcrtomb-tests (Files): Likewise.
4163         * modules/wcsnrtombs-tests (Files): Likewise.
4164         * modules/wcsrtombs-tests (Files): Likewise.
4165         * modules/wcwidth-tests (Files): Likewise.
4166         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
4167         * tests/test-isinf.c (isinf): Likewise.
4168         * tests/test-isnan.c (isnan): Likewise.
4169         * tests/test-signbit.c (signbit): Likewise.
4170         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
4171         declaration, either as macro or with correct signature.
4172         (select): Ensure function under test is declared with correct
4173         signature in correct header.
4174         * tests/test-atexit.c (atexit): Likewise.
4175         * tests/test-btowc.c (btowc): Likewise.
4176         * tests/test-canonicalize-lgpl.c (realpath)
4177         (canonicalize_file_name): Likewise.
4178         * tests/test-ceilf1.c (ceilf): Likewise.
4179         * tests/test-ceill.c (ceill): Likewise.
4180         * tests/test-chown.c (chown): Likewise.
4181         * tests/test-dprintf-posix.c (dprintf): Likewise.
4182         * tests/test-dup2.c (dup2): Likewise.
4183         * tests/test-dup3.c (dup3): Likewise.
4184         * tests/test-duplocale.c (duplocale): Likewise.
4185         * tests/test-fchdir.c (fchdir): Likewise.
4186         * tests/test-fchownat.c (fchownat): Likewise.
4187         * tests/test-fcntl.c (fcntl): Likewise.
4188         * tests/test-fdopendir.c (fdopendir): Likewise.
4189         * tests/test-fflush.c (fflush): Likewise.
4190         * tests/test-flock.c (flock): Likewise.
4191         * tests/test-floorf1.c (floorf): Likewise.
4192         * tests/test-floorl.c (floorl): Likewise.
4193         * tests/test-fnmatch.c (fnmatch): Likewise.
4194         * tests/test-fopen.c (fopen): Likewise.
4195         * tests/test-fprintf-posix.c (fprintf): Likewise.
4196         * tests/test-freopen.c (freopen): Likewise.
4197         * tests/test-frexp.c (frexp): Likewise.
4198         * tests/test-frexpl.c (frexpl): Likewise.
4199         * tests/test-fseek.c (fseek): Likewise.
4200         * tests/test-fseeko.c (fseeko): Likewise.
4201         * tests/test-fstatat.c (fstatat): Likewise.
4202         * tests/test-fsync.c (fsync): Likewise.
4203         * tests/test-ftell.c (ftell): Likewise.
4204         * tests/test-ftello.c (ftello): Likewise.
4205         * tests/test-futimens.c (futimens): Likewise.
4206         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
4207         (gai_strerror): Likewise.
4208         * tests/test-getcwd.c (getcwd): Likewise.
4209         * tests/test-getdelim.c (getdelim): Likewise.
4210         * tests/test-getdtablesize.c (getdtablesize): Likewise.
4211         * tests/test-getgroups.c (getgroups): Likewise.
4212         * tests/test-gethostname.c (gethostname): Likewise.
4213         * tests/test-getline.c (getline): Likewise.
4214         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
4215         Likewise.
4216         * tests/test-gettimeofday.c (gettimeofday): Likewise.
4217         * tests/test-glob.c (glob, globfree): Likewise.
4218         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
4219         * tests/test-inet_ntop.c (inet_ntop): Likewise.
4220         * tests/test-inet_pton.c (inet_pton): Likewise.
4221         * tests/test-isblank.c (isblank): Likewise.
4222         * tests/test-lchown.c (lchown): Likewise.
4223         * tests/test-ldexpl.c (ldexpl): Likewise.
4224         * tests/test-link.c (link): Likewise.
4225         * tests/test-linkat.c (linkat): Likewise.
4226         * tests/test-lseek.c (lseek): Likewise.
4227         * tests/test-lstat.c (lstat): Likewise.
4228         * tests/test-mbrtowc.c (mbrtowc): Likewise.
4229         * tests/test-mbsinit.c (mbsinit): Likewise.
4230         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
4231         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
4232         * tests/test-memchr.c (memchr): Likewise.
4233         * tests/test-memcmp.c (memcmp): Likewise.
4234         * tests/test-memmem.c (memmem): Likewise.
4235         * tests/test-memrchr.c (memrchr): Likewise.
4236         * tests/test-mkdir.c (mkdir): Likewise.
4237         * tests/test-mkdirat.c (mkdirat): Likewise.
4238         * tests/test-mkfifo.c (mkfifo): Likewise.
4239         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
4240         * tests/test-mknod.c (mknod): Likewise.
4241         * tests/test-nanosleep.c (nanosleep): Likewise.
4242         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
4243         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
4244         Likewise.
4245         * tests/test-open.c (open): Likewise.
4246         * tests/test-openat.c (openat): Likewise.
4247         * tests/test-perror.c (perror): Likewise.
4248         * tests/test-pipe2.c (pipe2): Likewise.
4249         * tests/test-poll.c (poll): Likewise.
4250         * tests/test-popen.c (popen, pclose): Likewise.
4251         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
4252         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
4253         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
4254         (posix_spawn_file_actions_destroy)
4255         (posix_spawn_file_actions_addclose)
4256         (posix_spawn_file_actions_addopen)
4257         (posix_spawn_file_actions_adddup2): Likewise.
4258         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
4259         * tests/test-pread.c (pread): Likewise.
4260         * tests/test-printf-posix.c (printf): Likewise.
4261         * tests/test-pty.c (openpty, forkpty): Likewise.
4262         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
4263         (random_r): Likewise.
4264         * tests/test-rawmemchr.c (rawmemchr): Likewise.
4265         * tests/test-readlink.c (readlink): Likewise.
4266         * tests/test-remove.c (remove): Likewise.
4267         * tests/test-rename.c (rename): Likewise.
4268         * tests/test-renameat.c (renameat): Likewise.
4269         * tests/test-rmdir.c (rmdir): Likewise.
4270         * tests/test-round1.c (round): Likewise.
4271         * tests/test-roundf1.c (roundf): Likewise.
4272         * tests/test-roundl.c (roundl): Likewise.
4273         * tests/test-setenv.c (setenv): Likewise.
4274         * tests/test-sigaction.c (sigaction): Likewise.
4275         * tests/test-sleep.c (sleep): Likewise.
4276         * tests/test-snprintf.c (snprintf): Likewise.
4277         * tests/test-sprintf-posix.c (sprintf): Likewise.
4278         * tests/test-stat.c (stat): Likewise.
4279         * tests/test-stpncpy.c (stpncpy): Likewise.
4280         * tests/test-strcasestr.c (strcasestr): Likewise.
4281         * tests/test-strchrnul.c (strchrnul): Likewise.
4282         * tests/test-strerror.c (strerror): Likewise.
4283         * tests/test-strsignal.c (strsignal): Likewise.
4284         * tests/test-strstr.c (strstr): Likewise.
4285         * tests/test-strtod.c (strtod): Likewise.
4286         * tests/test-strverscmp.c (strverscmp): Likewise.
4287         * tests/test-symlink.c (symlink): Likewise.
4288         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
4289         * tests/test-times.c (times): Likewise.
4290         * tests/test-trunc1.c (trunc): Likewise.
4291         * tests/test-truncf1.c (truncf): Likewise.
4292         * tests/test-truncl.c (truncl): Likewise.
4293         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
4294         Likewise.
4295         * tests/test-uname.c (uname): Likewise.
4296         * tests/test-unlink.c (unlink): Likewise.
4297         * tests/test-unlinkat.c (unlinkat): Likewise.
4298         * tests/test-unsetenv.c (unsetenv): Likewise.
4299         * tests/test-usleep.c (usleep): Likewise.
4300         * tests/test-utimensat.c (utimensat): Likewise.
4301         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
4302         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
4303         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
4304         * tests/test-vprintf-posix.c (vprintf): Likewise.
4305         * tests/test-vsnprintf.c (vsnprintf): Likewise.
4306         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
4307         * tests/test-wcrtomb.c (wcrtomb): Likewise.
4308         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
4309         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
4310         * tests/test-wcwidth.c (wcwidth): Likewise.
4311
4312         build: pull in conditional headers during GNULIB_POSIXCHECK
4313         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
4314         definitions from any conditionally-included headers.
4315         * lib/stdlib.in.h (includes): Likewise.
4316         * lib/unistd.in.h (includes): Likewise.
4317
4318 2009-12-24  Bruno Haible  <bruno@clisp.org>
4319
4320         * tests/test-argv-iter.c: Include header file being tested immediately
4321         after config.h.
4322         * tests/test-base64.c: Likewise.
4323         * tests/test-flock.c: Likewise.
4324         * tests/test-fsync.c: Likewise.
4325         * tests/test-getdate.c: Likewise.
4326         * tests/test-getndelim2.c: Likewise.
4327         * tests/test-isfinite.c: Likewise.
4328         * tests/test-isinf.c: Likewise.
4329         * tests/test-strerror.c: Likewise.
4330         * tests/test-strsignal.c: Likewise.
4331
4332 2009-12-23  Eric Blake  <ebb9@byu.net>
4333
4334         unistd: work around cygwin bug
4335         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
4336         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
4337         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
4338
4339 2009-12-23  Bruno Haible  <bruno@clisp.org>
4340
4341         localename: More tests.
4342         * tests/test-localename.c (SIZEOF): New macro.
4343         (categories): New variable.
4344         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
4345         test_locale_name_default): Add test w.r.t. thread locale.
4346         (test_locale_name_thread): New function.
4347         (main): Invoke it.
4348
4349         localename: Make aware of thread locale.
4350         * lib/localename.h (gl_locale_name_thread): New declaration.
4351         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
4352         behaviour with respect to thread locale.
4353         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
4354         <langinfo.h>, glthread/lock.h.
4355         (SIZE_BITS): New macro.
4356         (string_hash): New function.
4357         (struct hash_node): New type.
4358         (HASH_TABLE_SIZE): New macro.
4359         (struniq_hash_table, struniq_lock): New variables.
4360         (struniq): New function.
4361         (gl_locale_name_thread): New function.
4362         (gl_locale_name): Invoke it.
4363         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
4364         * modules/localename (Depends-on): Add lock.
4365         Reported by Mike Gran <spk121@yahoo.com>.
4366
4367 2009-12-23  Eric Blake  <ebb9@byu.net>
4368
4369         va-args: new module
4370         * modules/va-args: New file.
4371         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
4372         * MODULES.html.sh (Core language properties): Mention it.
4373
4374         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
4375         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
4376         named alias for __attribute__((__unused__)).
4377         * lib/chown.c: Update client.
4378         * lib/fchmodat.c: Likewise.
4379         * lib/fts.c: Likewise.
4380         * lib/getdate.y: Likewise.
4381         * lib/getgroups.c: Likewise.
4382         * lib/getopt.c: Likewise.
4383         * lib/getugroups.c: Likewise.
4384         * lib/mkdir.c: Likewise.
4385         * lib/mkfifo.c: Likewise.
4386         * lib/mkfifoat.c: Likewise.
4387         * lib/mknod.c: Likewise.
4388         * lib/mknodat.c: Likewise.
4389         * lib/readlink.c: Likewise.
4390         * lib/se-context.in.h: Likewise.
4391         * lib/se-selinux.in.h: Likewise.
4392         * lib/sockets.c: Likewise.
4393         * lib/symlink.c: Likewise.
4394         * lib/symlinkat.c: Likewise.
4395         * lib/unicodeio.c: Likewise.
4396         * lib/unistr.h: Likewise.
4397         * tests/test-areadlink.c: Likewise.
4398         * tests/test-areadlinkat.c: Likewise.
4399         * tests/test-filenamecat.c: Likewise.
4400         * tests/test-fseeko.c: Likewise.
4401         * tests/test-ftello.c: Likewise.
4402         * tests/test-getdate.c: Likewise.
4403         * tests/test-getgroups.c: Likewise.
4404         * tests/test-gethostname.c: Likewise.
4405         * tests/test-quotearg.c: Likewise.
4406         * tests/test-version-etc.c: Likewise.
4407         * tests/test-xalloc-die.c: Likewise.
4408         * tests/test-xfprintf-posix.c: Likewise.
4409         * tests/test-xprintf-posix.c: Likewise.
4410         * tests/test-xvasprintf.c: Likewise.
4411
4412         tests: avoid compiler warnings
4413         * tests/test-fcntl.c (main): Delete unused parameters.
4414         * tests/test-freopen-safer.c (main): Likewise.
4415         * tests/test-xalloc-die.c (main): Mark unused parameters.
4416         * tests/test-fseeko.c (main): Likewise.
4417         * tests/test-ftello.c (main): Likewise.
4418         * tests/test-nanosleep.c (main): Avoid declaration warning.
4419         * tests/test-sleep.c (main): Likewise.
4420         * tests/test-unsetenv.c (main): Silence warning about string
4421         literal.
4422         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
4423
4424 2009-12-23  Bruno Haible  <bruno@clisp.org>
4425
4426         * tests/test-localename.c (test_locale_name): New function, extracted
4427         from main. Also test mixed situations.
4428         (test_locale_name_posix, test_locale_name_environ,
4429         test_locale_name_default): New functions.
4430         (main): Invoke them all.
4431         * modules/localename-tests (configure.ac): Test for newlocale.
4432
4433 2009-12-23  Bruno Haible  <bruno@clisp.org>
4434
4435         unistd: Ensure getcwd gets declared before being overridden.
4436         * lib/unistd.in.h: Conditionally include <io.h>.
4437
4438 2009-12-22  Bruno Haible  <bruno@clisp.org>
4439
4440         wchar: Diagnose broken combination of glibc and gcc versions and flags.
4441         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
4442         (gl_WCHAR_H): Invoke it.
4443         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
4444         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
4445         Reported by Karl Berry <karl@freefriends.org>.
4446
4447 2009-12-22  Eric Blake  <ebb9@byu.net>
4448
4449         math, unistd: avoid redundant includes
4450         * lib/math.in.h (isnan): No need to re-include <math.h>.
4451         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
4452
4453         getsubopt: work around cygwin bug
4454         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
4455         avoid conflicting with system getsubopt.
4456         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
4457         bug.
4458
4459         getopt: synchronize from glibc
4460         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
4461         parameter order.  Adjust all callers.
4462         (_getopt_internal_r, main): Adjust quoting in error messages.
4463         Drop considerations for outdated POSIX 1003.2 error message.
4464         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
4465         callers.
4466         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
4467
4468         test-getopt: test stderr behavior
4469         * modules/getopt-posix-tests (Depends-on): Add dup2.
4470         * tests/test-getopt.c (ASSERT): Avoid stderr.
4471         (main): Move stderr to a temporary file.
4472         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
4473         Instead, add parameter to inform caller if output occurred.
4474         (test_getopt): Adjust all existing tests to expect silence, and
4475         add new tests of leading ":".
4476         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4477         glibc shortcomings with leading "-:" or "+:" in optstring.
4478         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4479         Likewise.
4480         * doc/posix-functions/getopt.texi (getopt): Likewise.
4481
4482         test-getopt: enhance test
4483         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
4484         supports optind=0.
4485         * tests/test-getopt.c (OPTIND_MIN): Move...
4486         * tests/test-getopt.h (OPTIND_MIN): ...here.
4487         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
4488         Require that optind=0 works, since modern BSD supports it in
4489         addition to optreset, and since coreutils expects it.
4490         (test_getopt_long_only): New test.
4491         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
4492         glibc shortcomings with 'W;', and enforcement of optind=0.
4493         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4494         Likewise.
4495
4496 2009-12-21  Bruno Haible  <bruno@clisp.org>
4497
4498         localename: Improvements for MacOS X and Cygwin.
4499         * lib/localename.h (gl_locale_name_environ): New declaration.
4500         * lib/localename.c (gl_locale_name_environ): New function, extracted from
4501         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
4502         (gl_locale_name_posix): Invoke it.
4503         (gl_locale_name_default): Add comments. Use Windows native API also on
4504         Cygwin.
4505
4506 2009-12-21  Bruno Haible  <bruno@clisp.org>
4507
4508         Update list of Win32 locale ids.
4509         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
4510         (LANG_SAMI): Renamed from LANG_SAAMI.
4511         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
4512         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
4513         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
4514         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
4515         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
4516         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
4517         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
4518         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
4519         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
4520         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
4521         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
4522         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
4523         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
4524         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
4525         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
4526         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
4527         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
4528         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
4529         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
4530         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
4531         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
4532         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
4533         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
4534         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
4535         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
4536         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
4537         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
4538         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
4539         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
4540         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
4541         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
4542         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
4543         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
4544         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
4545         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
4546         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
4547         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
4548         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
4549         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
4550         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
4551         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
4552         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
4553         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
4554         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
4555         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
4556         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
4557         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
4558         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
4559         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
4560         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
4561         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
4562         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
4563         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
4564         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
4565         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
4566         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
4567         Add more languages and countries for Sami, Sorbian. Add more countries
4568         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
4569         for Pashto. Change country for Syriac, Tswana.
4570
4571 2009-12-21  Eric Blake  <ebb9@byu.net>
4572
4573         test-utimens: avoid spurious failure
4574         * tests/test-chown.h (nap): Factor...
4575         * tests/nap.h: ...into new file.
4576         * tests/test-lchown.h (nap): Avoid duplication.
4577         * tests/test-utimens-common.h (nap): Use shared implementation,
4578         necessary on file systems with 1-second resolution.
4579         * modules/chown-tests (Files): Include new file.
4580         * modules/fdutimensat-tests (Files): Likewise.
4581         * modules/futimens-tests (Files): Likewise.
4582         * modules/lchown-tests (Files): Likewise.
4583         * modules/openat-tests (Files): Likewise.
4584         * modules/utimens-tests (Files): Likewise.
4585         * modules/utimensat-tests (Files): Likewise.
4586
4587 2009-12-19  Eric Blake  <ebb9@byu.net>
4588
4589         futimens, utimensat: work around Linux bug
4590         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
4591         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4592         * lib/utimensat.c (rpl_utimensat): Work around it.
4593         * lib/futimens.c (rpl_futimens): Adjust comment.
4594
4595         utimens: work around Linux ctime bug
4596         * lib/utimens.c (detect_ctime_bug): New helper function.
4597         (update_timespec): Differentiate between workaround needed for
4598         this bug vs. what is needed for systems that lack utimensat.
4599         (fdutimens, lutimens): Work around bug.
4600
4601         utimens: check for ctime update
4602         * tests/test-utimens-common.h (check_ctime): Define.
4603         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
4604         * tests/test-futimens.h (test_futimens): Likewise.
4605         * tests/test-lutimens.h (test_lutimens): Likewise.
4606         * doc/posix-functions/futimens.texi (futimens): Document the bug.
4607         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
4608
4609 2009-12-19  Bruno Haible  <bruno@clisp.org>
4610
4611         dprintf-posix: Check against memory leak fixed on 2009-12-15.
4612         * tests/test-dprintf-posix2.sh: New file.
4613         * tests/test-dprintf-posix2.c: New file.
4614         * modules/dprintf-posix-tests (Files): Add them.
4615         (configure.ac): Check for getrlimit and setrlimit.
4616         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
4617
4618 2009-12-19  Bruno Haible  <bruno@clisp.org>
4619
4620         fprintf-posix: Check against memory leak fixed on 2009-12-15.
4621         * tests/test-fprintf-posix3.sh: New file.
4622         * tests/test-fprintf-posix3.c: New file.
4623         * modules/fprintf-posix-tests (Files): Add them.
4624         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
4625
4626 2009-12-19  Eric Blake  <ebb9@byu.net>
4627
4628         dirfd: fix prototype
4629         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
4630         * lib/dirfd.c (dirfd): Likewise.
4631
4632         canonicalize: reduce memory usage
4633         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
4634         allocation to size.
4635         Reported by Solar Designer <solar@openwall.com>.
4636
4637 2009-12-19  Bruno Haible  <bruno@clisp.org>
4638
4639         New module attribute 'Applicability'.
4640         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
4641         * gnulib-tool: New option --extract-applicability.
4642         (func_usage): Document it.
4643         (sed_extract_prog): Recognize it.
4644         (func_get_applicability): New function.
4645         (func_import): Generalize handling of 'link-warning' module.
4646         * modules/link-warning (Applicability): New section.
4647         * modules/arg-nonnull (Applicability): New section.
4648         Repoted by Simon Josefsson <simon@josefsson.org>.
4649
4650 2009-12-19  Bruno Haible  <bruno@clisp.org>
4651
4652         fflush: tweak
4653         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
4654         * lib/fseeko.c (rpl_fseeko): Likewise.
4655
4656 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
4657
4658         * lib/gl_list.h: Fix typo in comment.
4659
4660 2009-12-16  Eric Blake  <ebb9@byu.net>
4661
4662         fcntl: use to simplify other modules
4663         * modules/cloexec (Depends-on): Add fcntl.
4664         * modules/fchdir (Depends-on): Likewise.
4665         * modules/fd-safer-flag (Depends-on): Likewise.
4666         * modules/unistd-safer (Depends-on): Likewise.
4667         * modules/dup3 (configure.ac): Set module indicator.
4668         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
4669         missing.
4670         * lib/fchdir.c (_gl_register_dup): Fix comment.
4671         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
4672         * lib/dup-safer.c (dup_safer): Likewise.
4673         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
4674         * lib/dup3.c (dup3): Likewise.
4675         * tests/test-fchdir.c (main): Enhance test.
4676         Fixes a dup_cloexec bug reported by Ondřej Vašík.
4677
4678         fcntl: port portions of fcntl to mingw
4679         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
4680         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
4681         replacement for mingw.
4682         * modules/fcntl (Description): Update.
4683         (Depends-on): Add dup2.
4684         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
4685         * modules/fcntl-h (Makefile.am): Substitute it.
4686         * lib/fcntl.in.h (fcntl): Update declaration.
4687         (F_DUPFD, F_GETFD): New macros, when needed.
4688         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
4689         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
4690         * tests/test-fcntl.c (check_flags, main): Enhance test for items
4691         we now guarantee.
4692
4693         fcntl: work around cygwin bug in F_DUPFD
4694         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
4695         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
4696         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
4697         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
4698         * doc/posix-functions/fcntl.texi (fcntl): Document it.
4699
4700         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
4701         * modules/fcntl (Files): List new files.
4702         (configure.ac): Run a test.
4703         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
4704         * lib/fcntl.c (rpl_fcntl): Likewise.
4705         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
4706         (gl_FCNTL_H): Always replace fcntl.h.
4707         * modules/fcntl-h (Makefile.am): Substitute witnesses.
4708         * lib/fcntl.in.h (fcntl): Declare replacement.
4709         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
4710         needed, plus a witness.
4711         * doc/posix-functions/fcntl.texi (fcntl): Document this.
4712         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
4713         * tests/test-fcntl.c: New file.
4714         * modules/fcntl-tests: Likewise.
4715
4716         binary-io: avoid potential compilation warning
4717         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
4718         directives.
4719
4720         fflush: avoid compilation error on NetBSD
4721         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
4722         between off_t and fpos_t, since the latter is sometimes a struct.
4723         * lib/fseeko.c (rpl_fseeko): Likewise.
4724         Reported by Alexander Nasonov <alnsn@yandex.ru>.
4725
4726 2009-12-15  Eric Blake  <ebb9@byu.net>
4727
4728         fcntl-h, stdio, sys_ioctl: fix declarations
4729         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
4730         function must not take arguments.
4731         * lib/sys_ioctl.in.h (ioctl): Likewise.
4732         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
4733         (open): Add a link warning.
4734
4735 2009-12-15  Jim Meyering  <meyering@redhat.com>
4736
4737         areadlink, areadlink-with-size: relax license to LGPLv2+
4738         * modules/areadlink (License): Relax to LGPLv2+.
4739         * modules/areadlink-with-size (License): Likewise.
4740
4741 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
4742             Bruno Haible  <bruno@clisp.org>
4743
4744         *printf: Fix memory leak.
4745         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
4746         * lib/vfprintf.c (vfprintf): Likewise.
4747         * lib/dprintf.c (dprintf): Likewise.
4748         * lib/vdprintf.c (vdprintf): Likewise.
4749
4750 2009-12-14  Eric Blake  <ebb9@byu.net>
4751
4752         accept4: adjust module dependencies
4753         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
4754
4755         utimens: one more try at avoiding compiler warning
4756         * lib/utimens.c (lutimens): Lower scope of result.
4757
4758 2009-12-13  Bruno Haible  <bruno@clisp.org>
4759
4760         Move the malloc checking from module 'list' to new module 'xlist'.
4761         * modules/xlist: New file.
4762         * lib/gl_xlist.h: New file.
4763         * lib/gl_xlist.c: New file.
4764         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
4765         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
4766         gl_list_add_last, gl_list_add_before, gl_list_add_after,
4767         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
4768         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
4769         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
4770         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
4771         gl_sortedlist_nx_add): New declarations.
4772         (struct gl_list_implementation): Rename and change methods accordingly.
4773         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
4774         (gl_list_nx_create): Renamed from gl_list_create.
4775         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
4776         (gl_list_nx_set_at): Renamed from gl_list_set_at.
4777         (gl_list_nx_add_first): Renamed from gl_list_add_first.
4778         (gl_list_nx_add_last): Renamed from gl_list_add_last.
4779         (gl_list_nx_add_before): Renamed from gl_list_add_before.
4780         (gl_list_nx_add_after): Renamed from gl_list_add_after.
4781         (gl_list_nx_add_at): Renamed from gl_list_add_at.
4782         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
4783         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
4784         gl_list_create_empty.
4785         (gl_list_nx_create): Renamed from gl_list_create.
4786         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
4787         (gl_list_nx_set_at): Renamed from gl_list_set_at.
4788         (gl_list_nx_add_first): Renamed from gl_list_add_first.
4789         (gl_list_nx_add_last): Renamed from gl_list_add_last.
4790         (gl_list_nx_add_before): Renamed from gl_list_add_before.
4791         (gl_list_nx_add_after): Renamed from gl_list_add_after.
4792         (gl_list_nx_add_at): Renamed from gl_list_add_at.
4793         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
4794         * lib/gl_array_list.c: Don't include xalloc.h.
4795         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
4796         NULL upon out-of-memory.
4797         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
4798         out-of-memory.
4799         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
4800         Change return type to 'int'.
4801         (gl_array_nx_set_at): Renamed from gl_array_set_at.
4802         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
4803         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
4804         upon out-of-memory.
4805         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
4806         upon out-of-memory.
4807         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
4808         upon out-of-memory.
4809         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
4810         upon out-of-memory.
4811         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
4812         out-of-memory.
4813         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
4814         Update.
4815         (gl_array_list_implementation): Update.
4816         * lib/gl_carray_list.c: Don't include xalloc.h.
4817         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
4818         Return NULL upon out-of-memory.
4819         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
4820         out-of-memory.
4821         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
4822         Change return type to 'int'.
4823         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
4824         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
4825         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
4826         upon out-of-memory.
4827         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
4828         upon out-of-memory.
4829         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
4830         out-of-memory.
4831         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
4832         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
4833         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
4834         Update.
4835         (gl_carray_list_implementation): Update.
4836         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
4837         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
4838         gl_linked_create_empty. Return NULL upon out-of-memory.
4839         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
4840         out-of-memory.
4841         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
4842         Change return type to 'int'. Return -1 upon out-of-memory.
4843         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
4844         out-of-memory.
4845         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
4846         upon out-of-memory.
4847         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
4848         upon out-of-memory.
4849         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
4850         NULL upon out-of-memory.
4851         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
4852         upon out-of-memory.
4853         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
4854         out-of-memory.
4855         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
4856         Update.
4857         * lib/gl_linked_list.c: Don't include xalloc.h.
4858         (gl_linked_list_implementation): Update.
4859         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
4860         (add_to_bucket): Change return type to 'int'.
4861         (gl_linkedhash_list_implementation): Update.
4862         * lib/gl_anytree_list1.h (free_subtree): New function.
4863         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
4864         gl_tree_create_empty. Return NULL upon out-of-memory.
4865         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
4866         Change return type to 'int'. Return -1 upon out-of-memory.
4867         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
4868         out-of-memory.
4869         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
4870         (gl_tree_remove_node): New function, moved here from
4871         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
4872         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
4873         Update.
4874         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
4875         malloc, not xmalloc. Return NULL upon out-of-memory.
4876         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
4877         out-of-memory.
4878         (gl_tree_remove_node_from_tree): New function, extracted from
4879         gl_tree_remove_node.
4880         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
4881         upon out-of-memory.
4882         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
4883         out-of-memory.
4884         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
4885         upon out-of-memory.
4886         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
4887         upon out-of-memory.
4888         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
4889         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
4890         not xmalloc. Return NULL upon out-of-memory.
4891         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
4892         out-of-memory.
4893         (gl_tree_remove_node_from_tree): New function, extracted from
4894         gl_tree_remove_node.
4895         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
4896         upon out-of-memory.
4897         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
4898         out-of-memory.
4899         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
4900         upon out-of-memory.
4901         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
4902         upon out-of-memory.
4903         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
4904         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
4905         gl_anytree_list1.h before gl_anyavltree_list2.h.
4906         (gl_avltree_list_implementation): Update.
4907         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
4908         gl_anytree_list1.h before gl_anyavltree_list2.h.
4909         (gl_rbtree_list_implementation): Update.
4910         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
4911         Change return type to 'int'. Return -1 upon out-of-memory. Use
4912         __builtin_expect.
4913         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
4914         (gl_avltreehash_list_implementation): Update.
4915         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
4916         (gl_rbtreehash_list_implementation): Update.
4917         * modules/array-list (Depends-on): Remove xalloc.
4918         * modules/carray-list (Depends-on): Likewise.
4919         * modules/linked-list (Depends-on): Likewise.
4920         * modules/linkedhash-list (Depends-on): Likewise.
4921         * modules/avltree-list (Depends-on): Likewise.
4922         * modules/rbtree-list (Depends-on): Likewise.
4923         * modules/avltreehash-list (Depends-on): Likewise.
4924         * modules/rbtreehash-list (Depends-on): Likewise.
4925
4926         * modules/xsublist: New file.
4927         * lib/gl_xsublist.h: New file.
4928         * lib/gl_xsublist.c: New file.
4929         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
4930         (gl_sublist_nx_create): New declaration.
4931         * lib/gl_sublist.c: Don't include xalloc.h.
4932         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
4933         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
4934         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
4935         Change return type to 'int'. Return -1 upon out-of-memory.
4936         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
4937         upon out-of-memory.
4938         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
4939         NULL upon out-of-memory.
4940         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
4941         upon out-of-memory.
4942         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
4943         NULL upon out-of-memory.
4944         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
4945         NULL upon out-of-memory.
4946         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
4947         upon out-of-memory.
4948         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
4949         (gl_sublist_list_implementation): Update.
4950         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
4951         upon out-of-memory.
4952         * modules/sublist (Depends-on): Remove xalloc.
4953
4954         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
4955         * tests/test-carray_list.c: Likewise.
4956         * tests/test-linked_list.c: Likewise.
4957         * tests/test-linkedhash_list.c: Likewise.
4958         * tests/test-avltree_list.c: Likewise.
4959         * tests/test-rbtree_list.c: Likewise.
4960         * tests/test-avltreehash_list.c: Likewise.
4961         * tests/test-rbtreehash_list.c: Likewise.
4962         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
4963         * modules/carray-list-tests (Makefile.am): Likewise.
4964         * modules/linked-list-tests (Makefile.am): Likewise.
4965         * modules/linkedhash-list-tests (Makefile.am): Likewise.
4966         * modules/avltree-list-tests (Makefile.am): Likewise.
4967         * modules/rbtree-list-tests (Makefile.am): Likewise.
4968         * modules/avltreehash-list-tests (Makefile.am): Likewise.
4969         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
4970
4971         * NEWS: Mention the changes.
4972
4973         * lib/clean-temp.c: Include gl_xlist.h.
4974         * modules/clean-temp (Depends-on): Add xlist.
4975
4976         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
4977         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
4978
4979         * tests/test-array_oset.c: Include gl_xlist.h.
4980         * modules/array-oset-tests (Depends-on): Add xlist.
4981
4982         Reported by José E. Marchesi <jemarch@gnu.org>.
4983
4984 2009-12-13  Bruno Haible  <bruno@clisp.org>
4985
4986         Move the malloc checking from module 'oset' to new module 'xoset'.
4987         * modules/xoset: New file.
4988         * lib/gl_xoset.h: New file.
4989         * lib/gl_xoset.c: New file.
4990         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
4991         declarations.
4992         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
4993         (struct gl_oset_implementation): Rename and change methods accordingly.
4994         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
4995         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
4996         'int'. Mark as __warn_unused_result__.
4997         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
4998         gl_oset_create_empty.
4999         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
5000         'int'.
5001         * lib/gl_array_oset.c: Don't include xalloc.h.
5002         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
5003         malloc, not xmalloc.
5004         (grow): Change return type to 'int'. Don't call xalloc_die.
5005         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
5006         to 'int'.
5007         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
5008         'int'.
5009         (gl_array_oset_implementation): Update.
5010         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
5011         gl_tree_create_empty.
5012         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
5013         'int'.
5014         * lib/gl_avltree_oset.c: Don't include xalloc.h.
5015         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
5016         xmalloc.
5017         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
5018         not xmalloc.
5019         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
5020         xmalloc.
5021         (gl_avltree_oset_implementation): Update.
5022         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
5023         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
5024         xmalloc.
5025         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
5026         not xmalloc.
5027         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
5028         xmalloc.
5029         (gl_rbtree_oset_implementation): Update.
5030         * modules/array-oset (Depends-on): Remove xalloc.
5031         * modules/avltree-oset (Depends-on): Likewise.
5032         * modules/rbtree-oset (Depends-on): Likewise.
5033         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
5034         * tests/test-avltree_oset.c: Likewise.
5035         * tests/test-rbtree_oset.c: Likewise.
5036         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5037         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
5038         * modules/rbtree-oset-tests (Makefile.am): Likewise.
5039         * NEWS: Mention the change.
5040
5041 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
5042
5043         maint.mk: allow a project to override release-prep commands
5044         * top/maint.mk (alpha, beta, stable): Move release-preparatory
5045         commands into a new rule.
5046         (release-prep): New rule.
5047         (release-prep-hook): New overridable variable.
5048
5049 2009-12-13  Bruno Haible  <bruno@clisp.org>
5050
5051         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
5052
5053 2009-12-13  Jim Meyering  <meyering@redhat.com>
5054
5055         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
5056         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
5057
5058 2009-12-12  Bruno Haible  <bruno@clisp.org>
5059
5060         duplocale: Tweak.
5061         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
5062
5063 2009-12-12  Karl Berry  <karl@gnu.org>
5064
5065         * config/srclist.txt (strtoll.c): tab changes, no more sync.
5066
5067 2009-12-12  Bruno Haible  <bruno@clisp.org>
5068
5069         * m4/po.m4: Undo incorrect untabification.
5070
5071 2009-12-12  Bruno Haible  <bruno@clisp.org>
5072
5073         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
5074         * modules/c-strtod (Depends-on): Add locale.
5075         * modules/c-strtold (Depends-on): Likewise.
5076
5077 2009-12-12  Bruno Haible  <bruno@clisp.org>
5078
5079         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
5080
5081 2009-12-11  Eric Blake  <ebb9@byu.net>
5082
5083         setenv: relax requirement in light of POSIX ruling
5084         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
5085         not NULL.
5086         * tests/test-setenv.c (main): Relax test.
5087         * tests/test-unsetenv.c (main): Likewise.
5088         * doc/posix-functions/setenv.texi (setenv): Document this.
5089         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
5090
5091 2009-12-11  Bruno Haible  <bruno@clisp.org>
5092
5093         New module 'fd-safer-flag'.
5094         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
5095         * lib/dup-safer.c (dup_safer_flag): Remove function.
5096         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
5097         * lib/fd-safer.c (fd_safer_flag): Remove function.
5098         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
5099         * modules/cloexec (configure.ac): Drop indicator macro.
5100         * modules/fd-safer-flag: New file.
5101         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
5102         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
5103         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
5104
5105 2009-12-11  Bruno Haible  <bruno@clisp.org>
5106
5107         Tests for module 'nl_langinfo'.
5108         * modules/nl_langinfo-tests: New file.
5109         * tests/test-nl_langinfo.sh: New file.
5110         * tests/test-nl_langinfo.c: New file.
5111
5112         New module 'nl_langinfo'.
5113         * lib/nl_langinfo.c: New file.
5114         * m4/nl_langinfo.m4: New file.
5115         * modules/nl_langinfo: New file.
5116         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
5117
5118 2009-12-11  Bruno Haible  <bruno@clisp.org>
5119
5120         Tests for module 'langinfo'.
5121         * modules/langinfo-tests: New file.
5122         * tests/test-langinfo.c: New file.
5123
5124         New module 'langinfo'.
5125         * lib/langinfo.in.h: New file.
5126         * m4/langinfo_h.m4: New file.
5127         * modules/langinfo: New file.
5128         * doc/posix-headers/langinfo.texi: Mention the new module.
5129
5130 2009-12-11  Bruno Haible  <bruno@clisp.org>
5131
5132         * lib/config.charset: Untabify.
5133
5134 2009-12-11  Bruno Haible  <bruno@clisp.org>
5135
5136         * modules/unistd-safer (configure.ac): Drop indicator macro.
5137
5138 2009-12-11  Bruno Haible  <bruno@clisp.org>
5139
5140         Move pipe2-safer code to its own file.
5141         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
5142         * lib/pipe-safer.c (pipe2_safer): Remove function.
5143         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
5144         (Makefile.am): Add it to lib_SOURCES.
5145
5146 2009-12-10  Bruno Haible  <bruno@clisp.org>
5147
5148         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
5149
5150 2009-12-10  Bruno Haible  <bruno@clisp.org>
5151
5152         Declare which arguments expect non-NULL values, for GCC and clang.
5153         * build-aux/arg-nonnull.h: New file.
5154         * modules/arg-nonnull: New file.
5155         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
5156         (inet_ntop, inet_pton): Use it.
5157         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
5158         (closedir, dirfd, opendir, scandir, alphasort): Use it.
5159         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
5160         (open, openat): Use it.
5161         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
5162         (fnmatch): Use it.
5163         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
5164         (getopt, getopt_long, getopt_long_only): Use it.
5165         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
5166         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
5167         Use it.
5168         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
5169         (iconv_open): Use it.
5170         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
5171         (strtoimax, strtoumax): Use it.
5172         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
5173         (duplocale): Use it.
5174         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
5175         (frexp, frexpl): Use it.
5176         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
5177         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
5178         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
5179         (tsearch, tfind, tdelete, twalk): Use it.
5180         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
5181         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
5182         sigpending): Use it.
5183         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
5184         (posix_spawn, posix_spawnp, posix_spawnattr_init,
5185         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
5186         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
5187         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
5188         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
5189         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
5190         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
5191         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
5192         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
5193         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
5194         Use it.
5195         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
5196         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
5197         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
5198         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
5199         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
5200         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
5201         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
5202         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
5203         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
5204         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
5205         strtoull, unsetenv): Use it.
5206         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
5207         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
5208         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
5209         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
5210         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
5211         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
5212         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
5213         (strcasecmp, strncasecmp): Use it.
5214         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
5215         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
5216         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
5217         rpl_setsockopt): Use it.
5218         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
5219         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
5220         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
5221         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
5222         (gettimeofday): Use it.
5223         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
5224         (times): Use it.
5225         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
5226         (uname): Use it.
5227         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
5228         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
5229         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
5230         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
5231         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
5232         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
5233         unlinkat, write): Use it.
5234         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
5235         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
5236         * lib/argv-iter.h: Include arg-nonnull.h.
5237         (_ATTRIBUTE_NONNULL_): Remove macro.
5238         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
5239         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
5240         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
5241         optimization.
5242         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
5243         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
5244         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
5245         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
5246         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
5247         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
5248         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
5249         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
5250         * modules/arpa_inet (Depends-on): Add arg-nonnull.
5251         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
5252         * modules/dirent (Depends-on): Add arg-nonnull.
5253         (Makefile.am): Insert arg-nonnull.h into dirent.h.
5254         * modules/fcntl-h (Depends-on): Add arg-nonnull.
5255         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
5256         * modules/fnmatch (Depends-on): Add arg-nonnull.
5257         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
5258         * modules/getopt-posix (Depends-on): Add arg-nonnull.
5259         (Makefile.am): Insert arg-nonnull.h into getopt.h.
5260         * modules/glob (Depends-on): Add arg-nonnull.
5261         (Makefile.am): Insert arg-nonnull.h into glob.h.
5262         * modules/iconv_open (Depends-on): Add arg-nonnull.
5263         (Makefile.am): Insert arg-nonnull.h into iconv.h.
5264         * modules/inttypes (Depends-on): Add arg-nonnull.
5265         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
5266         * modules/locale (Depends-on): Add arg-nonnull.
5267         (Makefile.am): Insert arg-nonnull.h into locale.h.
5268         * modules/math (Depends-on): Add arg-nonnull.
5269         (Makefile.am): Insert arg-nonnull.h into math.h.
5270         * modules/netdb (Depends-on): Add arg-nonnull.
5271         (Makefile.am): Insert arg-nonnull.h into netdb.h.
5272         * modules/search (Depends-on): Add arg-nonnull.
5273         (Makefile.am): Insert arg-nonnull.h into search.h.
5274         * modules/signal (Depends-on): Add arg-nonnull.
5275         (Makefile.am): Insert arg-nonnull.h into signal.h.
5276         * modules/spawn (Depends-on): Add arg-nonnull.
5277         (Makefile.am): Insert arg-nonnull.h into spawn.h.
5278         * modules/stdio (Depends-on): Add arg-nonnull.
5279         (Makefile.am): Insert arg-nonnull.h into stdio.h.
5280         * modules/stdlib (Depends-on): Add arg-nonnull.
5281         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
5282         * modules/string (Depends-on): Add arg-nonnull.
5283         (Makefile.am): Insert arg-nonnull.h into string.h.
5284         * modules/strings (Depends-on): Add arg-nonnull.
5285         (Makefile.am): Insert arg-nonnull.h into strings.h.
5286         * modules/sys_socket (Depends-on): Add arg-nonnull.
5287         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
5288         * modules/sys_stat (Depends-on): Add arg-nonnull.
5289         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
5290         * modules/sys_time (Depends-on): Add arg-nonnull.
5291         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
5292         * modules/sys_times (Depends-on): Add arg-nonnull.
5293         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
5294         * modules/sys_utsname (Depends-on): Add arg-nonnull.
5295         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
5296         * modules/time (Depends-on): Add arg-nonnull.
5297         (Makefile.am): Insert arg-nonnull.h into time.h.
5298         * modules/unistd (Depends-on): Add arg-nonnull.
5299         (Makefile.am): Insert arg-nonnull.h into unistd.h.
5300         * modules/wchar (Depends-on): Add arg-nonnull.
5301         (Makefile.am): Insert arg-nonnull.h into wchar.h.
5302         * modules/argv-iter (Depends-on): Add arg-nonnull.
5303         * tests/test-canonicalize.c (null_ptr): New function.
5304         (main): Use it.
5305         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
5306         (main): Use it.
5307         * tests/test-memmem.c (null_ptr): New function.
5308         (main): Use it.
5309         Reported by Jim Meyering.
5310
5311 2009-12-10  Bruno Haible  <bruno@clisp.org>
5312
5313         Use spaces for indentation, not tabs.
5314         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
5315         * m4/*.m4: Untabify.
5316         * build-aux/*.h: Untabify.
5317         * tests/**/*.[hc]: Untabify.
5318         * README: New section "Indent with spaces, not TABs", based on
5319         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
5320         * NEWS: Mention the change.
5321
5322 2009-12-10  Bruno Haible  <bruno@clisp.org>
5323
5324         pty test: Fix link error.
5325         * modules/pty-tests (Makefile.am): Add the default LDADD value to
5326         test_pty_LDADD.
5327
5328 2009-12-07  Simon Josefsson  <simon@josefsson.org>
5329
5330         * modules/pty: New file.
5331         * modules/pty-tests: New file.
5332         * m4/pty.m4: New file.
5333         * tests/test-pty.c: New file.
5334         * doc/glibc-headers/pty.texi: Modified.
5335         * doc/glibc-functions/forkpty.texi: Modified.
5336         * doc/glibc-functions/openpty.texi: Modified.
5337
5338 2009-12-10  Bruno Haible  <bruno@clisp.org>
5339
5340         Avoid syntax error in C++ mode.
5341         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
5342
5343 2009-12-10  Bruno Haible  <bruno@clisp.org>
5344
5345         Use sed with option -e.
5346         * gnulib-tool (func_version, func_emit_copyright_notice,
5347         func_emit_initmacro_end, func_import, func_create_testdir): Pass
5348         option -e to sed.
5349         * modules/link-warning (Makefile.am): Likewise.
5350
5351 2009-12-10  Jim Meyering  <meyering@redhat.com>
5352
5353         mgetgroups: do not write bytes beyond end of malloc'd buffer
5354         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
5355         username, we call getgroups with a one-element-shorter buffer,
5356         but still told it the length was original, max_n_groups.
5357
5358 2009-12-09  Eric Blake  <ebb9@byu.net>
5359
5360         cloexec: relax license
5361         * modules/cloexec (Maintainer): Add myself.
5362         (License): Use LGPL, not GPL.
5363
5364         link-warning: optimize generation
5365         * modules/link-warning (Makefile.am): Reduce process usage.
5366
5367 2009-12-09  Bruno Haible  <bruno@clisp.org>
5368
5369         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
5370         workaround was added on 2009-11-17.
5371
5372 2009-12-09  Jim Meyering  <meyering@redhat.com>
5373             Bruno Haible  <bruno@clisp.org>
5374
5375         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
5376         * modules/link-warning (Makefile.am): Make the comment-removing sed
5377         command more robust in the face of bootstrap-prepended comment lines.
5378
5379 2009-12-09  Bruno Haible  <bruno@clisp.org>
5380
5381         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
5382         most one group.
5383
5384 2009-12-09  Simon Josefsson <simon@josefsson.org>
5385             Bruno Haible  <bruno@clisp.org>
5386
5387         * build-aux/link-warning.h: Add copyright notice.
5388         * modules/link-warning (Makefile.am): Generate link-warning.h from
5389         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
5390         * NEWS: Mention change in link-warning module.
5391         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
5392         * modules/dirent (Makefile.am): Add dependency to dirent.h.
5393         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
5394         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
5395         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
5396         * modules/math (Makefile.am): Add dependency to math.h.
5397         * modules/search (Makefile.am): Add dependency to search.h.
5398         * modules/signal (Makefile.am): Add dependency to signal.h.
5399         * modules/spawn (Makefile.am): Add dependency to spawn.h.
5400         * modules/stdio (Makefile.am): Add dependency to stdio.h.
5401         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
5402         * modules/string (Makefile.am): Add dependency to string.h.
5403         * modules/strings (Makefile.am): Add dependency to strings.h.
5404         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
5405         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
5406         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
5407         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
5408         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
5409         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
5410         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
5411         * modules/unistd (Makefile.am): Add dependency to unistd.h.
5412         * modules/wchar (Makefile.am): Add dependency to wchar.h.
5413
5414 2009-12-09  Bruno Haible  <bruno@clisp.org>
5415
5416         fchdir: Optimize away rpl_fstat when possible.
5417         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
5418         REPLACE_OPEN_DIRECTORY.
5419         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
5420
5421 2009-12-09  Bruno Haible  <bruno@clisp.org>
5422
5423         * lib/fchdir.c: Update comment.
5424
5425 2009-12-09  Bruno Haible  <bruno@clisp.org>
5426
5427         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
5428
5429 2009-12-08  Eric Blake  <ebb9@byu.net>
5430
5431         fchdir: avoid memory leak on re-registration.
5432         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
5433
5434 2009-12-08  Jim Meyering  <meyering@redhat.com>
5435
5436         init.sh: avoid Solaris 10 /bin/sh portability problem
5437         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
5438         sourced script:
5439           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
5440           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
5441           bar
5442         tests/init.sh relied on that, accepting a --set-path=DIR argument,
5443         and two tests used that idiom.
5444         * tests/init.sh: Update suggested usage comments.
5445         (path_prepend_): New function, to be used in place
5446         of the --src-path=DIR option.
5447         (setup_): Move PATH-prepending code into path_prepend_.
5448         * tests/test-pread.sh: Adapt to new usage.
5449         * tests/test-xalloc-die.sh: Likewise.
5450
5451 2009-12-08  Simon Josefsson  <simon@josefsson.org>
5452
5453         * doc/gnulib.texi (Glibc pty.h): Add.
5454         * doc/glibc-functions/forkpty.texi: Add.
5455         * doc/glibc-functions/openpty.texi: Add.
5456         Suggested by Bruno Haible.
5457
5458 2009-12-08  Eric Blake  <ebb9@byu.net>
5459
5460         fchdir: fix logic bugs
5461         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
5462         * tests/test-fchdir.c (main): Enhance test.
5463         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
5464         is in use.
5465
5466         dup2: fix logic bugs
5467         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
5468         REPLACE_DUP2 to decide when rpl_dup2 is needed.
5469         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
5470         exists.
5471         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
5472
5473 2009-12-07  Eric Blake  <ebb9@byu.net>
5474
5475         unlink: fix m4 detection
5476         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
5477
5478         unistd-safer: add unit test
5479         * modules/unistd-safer-tests: New file.
5480         * tests/test-dup-safer.c: Likewise.
5481         * tests/test-cloexec.c (setmode): Avoid compiler warning.
5482         * tests/test-dup2.c (setmode): Likewise.
5483         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
5484
5485         cloexec: preserve text vs. binary across dup_cloexec
5486         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
5487         mode.
5488         * modules/dup2-tests (Depends-on): Add binary-io.
5489         * modules/cloexec-tests (Depends-on): Likewise.
5490         * tests/test-dup2.c (setmode, is_mode): New helpers.
5491         (main): Add tests that translation mode is preserved.
5492         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
5493         Reported by Bruno Haible.
5494
5495         mgetgroups: reduce duplicate listings
5496         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
5497         resulting array.
5498         * tests/test-chown.h (test_chown): Simplify client.
5499         * tests/test-lchown.h (test_lchown): Likewise.
5500
5501 2009-12-06  Bruno Haible  <bruno@clisp.org>
5502
5503         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
5504         value.
5505
5506 2009-12-06  Bruno Haible  <bruno@clisp.org>
5507
5508         * lib/progname.c: Include stdio.h, stdlib.h.
5509         (set_program_name): Reject a NULL argument.
5510
5511 2009-12-05  Eric Blake  <ebb9@byu.net>
5512
5513         pipe2-safer: new module
5514         * modules/pipe2-safer: New file.
5515         * lib/unistd-safer.h (pipe2_safer): New prototype.
5516         * lib/unistd--.h (pipe2): New wrapper.
5517         * lib/pipe-safer.c (pipe2_safer): New function.
5518         * modules/pipe (Depends-on): Add pipe2-safer.
5519         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
5520
5521         stdlib-safer: preserve cloexec flag for mkostemp[s]
5522         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
5523         fd_safer_flag.
5524
5525         unistd-safer: allow preservation of cloexec status via flag
5526         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
5527         prototypes.
5528         * lib/dup-safer.c (dup_safer_flag): New function.
5529         * lib/fd-safer.c (fd_safer_flag): Likewise.
5530         * modules/cloexec (configure.ac): Set witness.
5531
5532         test-dup2: enhance test
5533         * modules/dup2-tests (Depends-on): Add cloexec.
5534         * tests/test-dup2.c (main): Enhance test.
5535
5536         cloexec: add dup_cloexec
5537         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
5538         header and comments.
5539         * lib/cloexec.c (set_cloexec_flag): Add comments.
5540         (dup_cloexec): New function, with mingw implementation borrowed
5541         from...
5542         * lib/w32spawn.h (dup_noinherit): ...here.
5543         * modules/execute (Depends-on): Add cloexec.
5544         * modules/pipe (Depends-on): Likewise.
5545         * modules/cloexec (Depends-on): Add dup2.
5546         * modules/cloexec-tests (Files): New file.
5547         * tests/test-cloexec.c: Likewise.
5548
5549         test-xalloc-die: fix test for mingw
5550         * modules/xalloc-die-tests (Files): Add tests/init.sh.
5551         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
5552         directory and .exe suffix off argv[0] output.
5553
5554         test-fseeko: fix test for mingw
5555         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
5556         than undefining fseek, so test will pass on mingw.
5557
5558 2009-12-05  Bruno Haible  <bruno@clisp.org>
5559
5560         * lib/progname.h (set_program_name): Clarify specification.
5561         * lib/progname.c (set_program_name): Likewise.
5562         Reported by Jim Meyering.
5563
5564 2009-12-05  Jim Meyering  <meyering@redhat.com>
5565
5566         maint.mk: backslash-escape parens in default regexp
5567         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
5568         backslash-escape the literal parentheses.
5569
5570         maint.mk: news-date-check: use grep -E
5571         * top/maint.mk (today): Define a Make variable, not a...
5572         (news-date-check): ...shell variable.
5573         (news-date-regexp): Use the Make variable.
5574         Use grep's -E option.  Change the failing diagnostic to mention
5575         the variable, $(news-date-regexp).
5576
5577 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
5578
5579         maintainer-makefile: allow customization of NEWS entry format
5580         * top/maint.mk (news-date-regexp): New overridable variable.
5581         (news-date-check): Use it.
5582
5583 2009-12-04  Eric Blake  <ebb9@byu.net>
5584
5585         mgetgroups: add xgetgroups, and avoid ENOSYS failures
5586         * lib/mgetgroups.h (xgetgroups): New prototype.
5587         * lib/mgetgroups.c (xgetgroups): New wrapper.
5588         (mgetgroups): Handle ENOSYS.
5589         * modules/mgetgroups (Depends-on): Add realloc.
5590         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
5591
5592         mgetgroups: avoid argument promotion issues with -1
5593         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
5594         for invalid gid_t.
5595         * tests/test-chown.h (getegid, test_chown): Likewise.
5596         * tests/test-lchown.h (getegid, test_lchown): Likewise.
5597
5598 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
5599
5600         exclude: Fix header file problems.
5601         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
5602
5603 2009-12-01  Jim Meyering  <meyering@redhat.com>
5604
5605         fts: fts_open: do not let an empty string cause immediate failure
5606         This is required in support of GNU rm, for which the command
5607         "rm A '' B" must process and remove both A and B, in spite of
5608         the empty string argument.
5609         * lib/fts.c (fts_open): Do not let the presence of an empty string
5610         cause fts_open to fail immediately.  Most fts-using tools must be
5611         able to process all arguments, in order, and can be expected to
5612         diagnose such arguments themselves.
5613
5614 2009-11-30  Eric Blake  <ebb9@byu.net>
5615
5616         utimens: fix compilation error
5617         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
5618         Declare variable at right scope.
5619
5620 2009-11-29  Jim Meyering  <meyering@redhat.com>
5621
5622         bootstrap: handle perl-5.11's changed --version output
5623         * build-aux/bootstrap (get_version): Handle perl separately,
5624         since perl-5.11's --version output is different.
5625
5626 2009-11-28  Jim Meyering  <meyering@redhat.com>
5627
5628         userspec: depend on the inttostr module, too
5629         * modules/userspec (Depends-on): Add inttostr.
5630
5631         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
5632         * lib/userspec.c (parse_with_separator): Do not accept a user ID
5633         number of MAXUID when it evaluates to (uid_t) -1.
5634         Likewise for group ID.  Reported by Matt McCutchen in
5635         <http://savannah.gnu.org/bugs/?28113>
5636
5637         userspec: reformat to use spaces, not TABs
5638         * lib/userspec.c: Expand TABs to spaces.
5639         Add Emacs' "indent-tabs-mode: nil" hint.
5640
5641 2009-11-27  Eric Blake  <ebb9@byu.net>
5642
5643         getopt-gnu: flush out another BSD bug
5644         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
5645         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
5646         flush out BSD bug.
5647         * tests/test-getopt.h (test_getopt): End lists with NULL.
5648         * tests/test-getopt_long.h (test_getopt_long): Likewise.
5649         (test_getopt_long_posix): Enhance test.
5650         * modules/getopt-posix-tests (Depends-on): Add stdbool.
5651         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
5652         getopt-gnu.
5653         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
5654         Likewise.
5655
5656 2009-11-27  Simon Josefsson  <simon@josefsson.org>
5657
5658         * modules/idpriv-droptemp-tests (Notice): Fix text.
5659
5660 2009-11-27  Jim Meyering  <meyering@redhat.com>
5661
5662         test-xalloc-die: avoid spurious failure due to libtool argv difference
5663         In a libtool-enabled project, this test would fail due to a difference
5664         in the emitted program name, e.g.,
5665         -test-xalloc-die: memory exhausted
5666         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
5667         Use program to avoid that.
5668         * modules/xalloc-die-tests (Depends-on): Add progname.
5669         * tests/test-xalloc-die.c: Include progname.h".
5670         (program_name): Remove decl.
5671         (main): Call set_program_name.
5672         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
5673
5674 2009-11-26  Richard Jones  <rjones@redhat.com>
5675
5676         w32sock: leave win32 error in place.
5677         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
5678
5679 2009-11-26  Eric Blake  <ebb9@byu.net>
5680
5681         init.sh: suggest to use skip_ and fail_ functions in comments
5682         * tests/init.sh: Add a sentence.
5683
5684 2009-11-25  Bruno Haible  <bruno@clisp.org>
5685
5686         init.sh: add documentation in comments
5687         * tests/init.sh: Add some developer and user documentation.
5688
5689 2009-11-26  Jim Meyering  <meyering@redhat.com>
5690
5691         init.sh: accommodate even those who specify bogus srcdir manually
5692         * tests/init.sh: Normally, srcdir is guaranteed by automake and
5693         configure-time tests to be sanitized, so that there is no need to
5694         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
5695         (with no double quotes) suffices.  However, since tests may be
5696         invoked manually, and since you may explicitly set srcdir to the
5697         name of a directory containing spaces, do quote its uses here.
5698         * tests/test-pread.sh: Likewise.
5699         Suggested by Bruno Haible.
5700
5701         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
5702         * tests/test-pread.sh: Write no data into the pipe, because
5703         test-pread actually reads none.  This avoids a diagnostic,
5704         "bash: echo: write error: Broken pipe", that arises in the unusual
5705         event something is ignoring SIGPIPE, and might be interpreted
5706         as some sort of failure.  Reported by Bruno Haible.
5707
5708 2009-11-25  Jim Meyering  <meyering@redhat.com>
5709
5710         test-pread: cover failure with ESPIPE and EINVAL
5711         * tests/test-pread.c (main): Test for failure, too.
5712         * tests/test-pread.sh: Invoke with stdin on a pipe.
5713         Suggested by Eric Blake.
5714
5715         pread: improvement and fix
5716         * modules/pread (Depends-on): Depend on lseek, for portability to
5717         e.g., mingw.  Suggested by Eric Blake.
5718         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
5719
5720         unistd.in.h: correct declaration of pread
5721         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
5722         Reported by Richard W.M. Jones.
5723
5724         test-pread.sh: distribute the test script
5725         * modules/pread-tests (Files): Include test-pread.sh.
5726
5727         test-pread.sh: clean up
5728         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
5729         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
5730         That is unnecessary, since it's always ".".
5731         Suggestion from Eric Blake.
5732
5733         test-pread.sh: make executable
5734         * tests/test-pread.sh: Set executable bit.
5735         Reported by Eric Blake.
5736
5737         correct typo in test-pread.sh
5738         * tests/test-pread.sh: Add #! line.
5739
5740         test pread
5741         * tests/test-pread.c: New file.
5742         * tests/test-pread.sh: Likewise.
5743         * modules/pread-tests: Likewise.
5744
5745         pread: new module
5746         * modules/pread: New file.
5747         * lib/unistd.in.h (pread): Define/declare.
5748         * lib/pread.c (pread): New file.
5749         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
5750         * modules/unistd (Makefile.am): Substitute witnesses.
5751         * doc/posix-functions/pread.texi (pread): Update.
5752         * MODULES.html.sh: Add pread.
5753
5754 2009-11-25  Jim Meyering  <meyering@redhat.com>
5755
5756         tests/init.sh: new file to be used via most *.sh tests
5757         * tests/init.sh: New file.
5758
5759 2009-11-25  Eric Blake  <ebb9@byu.net>
5760
5761         utimens: work around older Linux failure with symlinks
5762         * lib/utimens.c (lutimensat_works_really): New variable.
5763         (fdutimens, lutimens): Use it to manage kernels that support
5764         nanosecond times on files, but not on symlinks.
5765         Reported by Ondřej Vašík.
5766
5767         utimes: fix configure grammar
5768         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
5769
5770 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
5771
5772         regex: Fix fastmap for multibyte character ranges.
5773         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
5774         characters when a multibyte character range is included.
5775
5776 2009-11-22  Andy Wingo  <wingo@pobox.com>
5777
5778         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
5779         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
5780
5781 2009-11-24  Bruno Haible  <bruno@clisp.org>
5782
5783         doc: Most *_l functions exist in MacOS X 10.5.
5784         * doc/posix-functions/duplocale.texi: Update platforms list.
5785         * doc/posix-functions/freelocale.texi: Likewise.
5786         * doc/posix-functions/newlocale.texi: Likewise.
5787         * doc/posix-functions/uselocale.texi: Likewise.
5788         * doc/posix-functions/isalnum_l.texi: Likewise.
5789         * doc/posix-functions/isalpha_l.texi: Likewise.
5790         * doc/posix-functions/isblank_l.texi: Likewise.
5791         * doc/posix-functions/iscntrl_l.texi: Likewise.
5792         * doc/posix-functions/isdigit_l.texi: Likewise.
5793         * doc/posix-functions/isgraph_l.texi: Likewise.
5794         * doc/posix-functions/islower_l.texi: Likewise.
5795         * doc/posix-functions/isprint_l.texi: Likewise.
5796         * doc/posix-functions/ispunct_l.texi: Likewise.
5797         * doc/posix-functions/isspace_l.texi: Likewise.
5798         * doc/posix-functions/isupper_l.texi: Likewise.
5799         * doc/posix-functions/iswalnum_l.texi: Likewise.
5800         * doc/posix-functions/iswalpha_l.texi: Likewise.
5801         * doc/posix-functions/iswblank_l.texi: Likewise.
5802         * doc/posix-functions/iswcntrl_l.texi: Likewise.
5803         * doc/posix-functions/iswctype_l.texi: Likewise.
5804         * doc/posix-functions/iswdigit_l.texi: Likewise.
5805         * doc/posix-functions/iswgraph_l.texi: Likewise.
5806         * doc/posix-functions/iswlower_l.texi: Likewise.
5807         * doc/posix-functions/iswprint_l.texi: Likewise.
5808         * doc/posix-functions/iswpunct_l.texi: Likewise.
5809         * doc/posix-functions/iswspace_l.texi: Likewise.
5810         * doc/posix-functions/iswupper_l.texi: Likewise.
5811         * doc/posix-functions/iswxdigit_l.texi: Likewise.
5812         * doc/posix-functions/isxdigit_l.texi: Likewise.
5813         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
5814         * doc/posix-functions/strcasecmp_l.texi: Likewise.
5815         * doc/posix-functions/strcoll_l.texi: Likewise.
5816         * doc/posix-functions/strfmon_l.texi: Likewise.
5817         * doc/posix-functions/strftime_l.texi: Likewise.
5818         * doc/posix-functions/strncasecmp_l.texi: Likewise.
5819         * doc/posix-functions/strxfrm_l.texi: Likewise.
5820         * doc/posix-functions/tolower_l.texi: Likewise.
5821         * doc/posix-functions/toupper_l.texi: Likewise.
5822         * doc/posix-functions/towctrans_l.texi: Likewise.
5823         * doc/posix-functions/towlower_l.texi: Likewise.
5824         * doc/posix-functions/towupper_l.texi: Likewise.
5825         * doc/posix-functions/wcscoll_l.texi: Likewise.
5826         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
5827         * doc/posix-functions/wctrans_l.texi: Likewise.
5828         * doc/posix-functions/wctype_l.texi: Likewise.
5829         * doc/glibc-functions/strptime_l.texi: Likewise.
5830         * doc/glibc-functions/strtod_l.texi: Likewise.
5831         * doc/glibc-functions/strtof_l.texi: Likewise.
5832         * doc/glibc-functions/strtol_l.texi: Likewise.
5833         * doc/glibc-functions/strtold_l.texi: Likewise.
5834         * doc/glibc-functions/strtoll_l.texi: Likewise.
5835         * doc/glibc-functions/strtoul_l.texi: Likewise.
5836         * doc/glibc-functions/strtoull_l.texi: Likewise.
5837         * doc/glibc-functions/wcsftime_l.texi: Likewise.
5838         * doc/glibc-functions/wcstod_l.texi: Likewise.
5839         * doc/glibc-functions/wcstof_l.texi: Likewise.
5840         * doc/glibc-functions/wcstol_l.texi: Likewise.
5841         * doc/glibc-functions/wcstold_l.texi: Likewise.
5842         * doc/glibc-functions/wcstoll_l.texi: Likewise.
5843         * doc/glibc-functions/wcstoul_l.texi: Likewise.
5844         * doc/glibc-functions/wcstoull_l.texi: Likewise.
5845
5846 2009-11-24  Bruno Haible  <bruno@clisp.org>
5847
5848         duplocale: Fix logic bug.
5849         * lib/duplocale.c: Don't include <langinfo.h>.
5850         (_NL_LOCALE_NAME): Remove macro.
5851         (rpl_duplocale): Use setlocale instead of nl_langinfo.
5852         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
5853
5854 2009-11-23  Jim Meyering  <meyering@redhat.com>
5855
5856         test-update-copyright: don't hard-code /usr/bin/perl
5857         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
5858         perl to print the current year.  Gilles Espinasse reported that
5859         the replaced use of perl was hard-coded as /usr/bin/perl.
5860
5861 2009-11-23  Bruno Haible  <bruno@clisp.org>
5862
5863         duplocale: Add support for glibc 2.3.x.
5864         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
5865
5866 2009-11-22  Bruno Haible  <bruno@clisp.org>
5867
5868         vasnprintf: Tiny optimization.
5869         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
5870         MacOS X.
5871
5872 2009-11-22  Bruno Haible  <bruno@clisp.org>
5873
5874         Tests for module 'duplocale'.
5875         * modules/duplocale-tests: New file.
5876         * tests/test-duplocale.c: New file.
5877
5878         New module 'duplocale'.
5879         * m4/duplocale.m4: New file.
5880         * lib/locale.in.h (duplocale): New declaration.
5881         * lib/duplocale.c: New file.
5882         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
5883         gl_LOCALE_H_DEFAULTS): New macros.
5884         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
5885         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
5886         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
5887         REPLACE_DUPLOCALE.
5888         * modules/duplocale: New file.
5889         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
5890
5891 2009-11-22  Bruno Haible  <bruno@clisp.org>
5892
5893         * modules/locale-tests (configure.ac): Test for newlocale function.
5894         * tests/test-locale.c: When the system has extended locale functions,
5895         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
5896
5897         locale: Make locale_t available when possible.
5898         * lib/locale.in.h: Include <xlocale.h> when it exists.
5899         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
5900         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
5901         * modules/locale (Depends-on): Add extensions.
5902         (Makefile.am): Also substitute HAVE_XLOCALE_H.
5903         * doc/posix-headers/locale.texi: Document the problem with locale_t.
5904
5905 2009-11-22  Bruno Haible  <bruno@clisp.org>
5906
5907         Add comments.
5908         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
5909         invocation.
5910         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
5911         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
5912         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5913
5914 2009-11-22  Bruno Haible  <bruno@clisp.org>
5915
5916         error: account for the possibility of freopen (stdout).
5917         * lib/error.c: Include <unistd.h>.
5918         (flush_stdout): New function, extracted from error and error_at_line.
5919         Determine stdout's fd dynamically.
5920         (error, error_at_line): Invoke flush_stdout.
5921         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
5922         * modules/error (Depends-on): Add unistd.
5923
5924 2009-11-22  Bruno Haible  <bruno@clisp.org>
5925
5926         diffseq: Add comment.
5927         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
5928
5929 2009-11-22  Jim Meyering  <meyering@redhat.com>
5930
5931         c-stack: avoid defining an unused static function
5932         * lib/c-stack.c (find_stack_direction): Do not define this function
5933         when it will not be used.
5934
5935         diffseq: avoid spurious gcc warnings
5936         * lib/diffseq.h (IF_LINT2): Define.
5937         (compareseq): Use it to initialize two members of "part".
5938         This avoids two used-uninitialized warnings.
5939
5940 2009-11-21  Jim Meyering  <meyering@redhat.com>
5941
5942         c-stack: avoid "ignoring return value of `write'" warning
5943         * lib/c-stack.c: Include "ignore-value.h".
5944         (die): Explicitly ignore each write return value.
5945         * modules/c-stack (Depends-on): Add ignore-value.
5946
5947 2009-11-21  Bruno Haible  <bruno@clisp.org>
5948
5949         diffseq: reduce scope of variable 'best'.
5950         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
5951         variable, earlier used for two different purposes.
5952
5953 2009-11-21  Jim Meyering  <meyering@redhat.com>
5954
5955         diffseq: remove useless assignment to "best"
5956         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
5957         assignment.  At that point "best" is already guaranteed to be zero.
5958
5959 2009-11-20  Eric Blake  <ebb9@byu.net>
5960
5961         build: mention ftp redirector in release announcements
5962         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
5963         values that used to come from cfg.mk; mention FTP redirect URL.
5964         * build-aux/announce-gen: Mention the mirror list.
5965         Suggested by Karl Berry.
5966
5967         nanosleep: improve port to mingw
5968         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
5969         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
5970         LIB_NANOSLEEP, but only when needed.
5971         * modules/select (Link): Document LIBSOCKET.
5972         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
5973         enough.
5974
5975         nanosleep: work around cygwin bug
5976         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
5977         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
5978         bug.
5979         (getnow): Delete, not needed.
5980         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
5981         LIB_CLOCK_GETTIME.
5982         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
5983         clock-time, gettime.
5984         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
5985         bug.
5986         * modules/nanosleep-tests: New test.
5987         * tests/test-nanosleep.c: New file.
5988
5989         sleep: work around cygwin bug
5990         * lib/sleep.c (rpl_sleep): Work around the bug.
5991         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
5992         (gl_PREREQ_SLEEP): Delete unused macro.
5993         * modules/sleep (Depends-on): Add verify.
5994         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
5995         * modules/unistd (Makefile.am): Substitute witness.
5996         * lib/unistd.in.h (sleep): Update prototype.
5997         * doc/posix-functions/sleep.texi (sleep): Document the bug.
5998         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
5999         * modules/sleep-tests (Depends-on): Check for alarm.
6000
6001 2009-11-20  Jim Meyering  <meyering@redhat.com>
6002
6003         maint.mk: improve sc_prohibit_magic_number_exit
6004         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
6005         so it does not match uses like System.exit(1).
6006         Add comments showing how to correct all offenders.
6007
6008 2009-11-19  Eric Blake  <ebb9@byu.net>
6009
6010         xalloc-die-tests: add missing library
6011         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
6012
6013         test-xvasprintf: silence compiler warnings
6014         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
6015         empty string from gcc.
6016
6017 2009-11-19  Jim Meyering  <meyering@redhat.com>
6018
6019         xfreopen: new module, from coreutils
6020         * modules/xfreopen: New module.
6021         * lib/xfreopen.c: New file.
6022         * lib/xfreopen.h: New file.
6023         * MODULES.html.sh (File stream based Input/Output"): Add it.
6024
6025 2009-11-19  Eric Blake  <ebb9@byu.net>
6026
6027         manywarnings: depend on warnings
6028         * modules/manywarnings (Depends-on): Add warnings.
6029
6030         build: avoid compiler warnings
6031         * lib/select.c (rpl_select): Delete unused variable.
6032         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
6033
6034 2009-11-18  Eric Blake  <ebb9@byu.net>
6035
6036         tests: avoid false negative with --with-packager
6037         * tests/test-version-etc.sh: Discard packager information.
6038         * tests/test-argp-version-etc-1.sh: Likewise.
6039         Reported by Mike Frysinger.
6040
6041         utimens: fix regression on Solaris
6042         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
6043         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
6044         can only change fd timestamps via futimesat.  Instead, use an
6045         additional witness macro to avoid BSD bug.
6046         Reported by Jim Meyering.
6047
6048 2009-11-17  Eric Blake  <ebb9@byu.net>
6049
6050         usleep: use it to simplify tests
6051         * modules/stat-time-tests (Depends-on): Add usleep.
6052         (configure.ac): Drop usleep check.
6053         * modules/chown-tests (Depends-on, configure.ac): Likewise.
6054         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
6055         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
6056         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
6057         * modules/openat-tests (Depends-on, configure.ac): Likewise.
6058         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
6059         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
6060         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
6061         Likewise.
6062         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
6063         * tests/test-lchown.h (nap): Likewise.
6064         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
6065         * tests/test-stat-time.c (nap): Likewise.
6066         * tests/test-utimens-common.h (nap): Update comments.
6067
6068         usleep: new module
6069         * modules/usleep: New file.
6070         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
6071         * lib/usleep.c (usleep): Likewise.
6072         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6073         * modules/unistd (Makefile.am): Substitute witnesses.
6074         * lib/unistd.in.h (usleep): Add declaration.
6075         * doc/pastposix-functions/usleep.texi (usleep): Document this.
6076         * MODULES.html.sh (Date and time): Likewise.
6077         * modules/usleep-tests (Depends-on): New test.
6078         * tests/test-usleep.c: New file.
6079
6080         chown: work around OpenBSD bug
6081         * lib/chown.c (rpl_chown): Work around the bug.
6082         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
6083         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
6084         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
6085         * modules/chown (Depends-on): Add stdbool.
6086         * modules/lchown (Depends-on): Likewise.
6087         * doc/posix-functions/chown.texi (chown): Document the bug.
6088         * doc/posix-functions/lchown.texi (lchown): Likewise.
6089         * tests/test-lchown.h (test_chown): Relax test.
6090
6091         mkstemp: avoid conflict with C++ keyword template
6092         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
6093         * lib/mkostemp.c (mkostemp): Likewise.
6094         * lib/mkostemps.c (mkostemps): Likewise.
6095         * lib/mkstemp.c (mkstemp): Likewise.
6096         * lib/mkstemps.c (mkstemps): Likewise.
6097
6098         xalloc-die-tests: optimize
6099         * tests/test-xalloc-die.sh: Reduce number of processes.
6100
6101 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6102
6103         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
6104         patch from ludo@gnu.org (Ludovic Courtès).
6105
6106 2009-11-17  Jim Meyering  <meyering@redhat.com>
6107
6108         version-etc: use proper license string
6109         * modules/version-etc (License): Use LGPL, not LGPLv3+.
6110         * modules/version-etc-fsf: Likewise.
6111
6112 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6113
6114         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
6115         printed to stdout.  Deal with EOL differences.
6116
6117 2009-11-17  Eric Blake  <ebb9@byu.net>
6118
6119         unsetenv: work around Solaris bug
6120         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
6121         * lib/unsetenv.c (rpl_unsetenv): Work around it.
6122         Reported by Jim Meyering.
6123
6124         vasnprintf: avoid compiler warnings
6125         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
6126         variables.
6127         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
6128
6129 2009-11-17  Simon Josefsson  <simon@josefsson.org>
6130
6131         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
6132         settings since xalloc-die is no longer the self test,
6133         xalloc-die.sh is.
6134
6135 2009-11-17  Jim Meyering  <meyering@redhat.com>
6136
6137         test-xalloc-die.sh: make the code agree with the commit log
6138         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
6139         at the end, just in case you happen to have a test-xalloc-die
6140         program in some other PATH directory.
6141
6142         test-xalloc-die.sh: fix a portability bug
6143         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
6144         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
6145         Otherwise, argv[0] (as often seen in diagnostics) would be too
6146         system-dependent, sometimes with, and sometimes without the leading "./".
6147
6148         version-etc-fsf: relax license to LGPLv3+
6149         * modules/version-etc-fsf (License): Relax license.
6150
6151 2009-11-16  Eric Blake  <ebb9@byu.net>
6152
6153         xalloc-die-tests: avoid printing null pointer
6154         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
6155         shell script.
6156         * tests/test-xalloc-die.c (program_name): Declare.
6157         * tests/test-xalloc-die.sh (tmpfiles): New file.
6158
6159         setenv, unsetenv: work around various bugs
6160         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
6161         (setenv) [HAVE_SETENV]: Work around bugs.
6162         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
6163         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
6164         for bugs.
6165         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
6166         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
6167         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
6168         * modules/stdlib (Makefile.am): Update substitutions.
6169         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
6170         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
6171         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6172         * modules/setenv-tests: New test.
6173         * modules/unsetenv-tests: Likewise.
6174         * tests/test-setenv.c: New file.
6175         * tests/test-unsetenv.c: Likewise.
6176
6177 2009-11-16  Jim Meyering  <meyering@redhat.com>
6178
6179         version-etc: relax license to LGPLv3+
6180         * modules/version-etc (License): Relax license.
6181
6182         better AC_REQUIRE expanded-before-required-warning avoidance
6183         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
6184         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
6185         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
6186         which is no longer needed.
6187
6188 2009-11-16  Eric Blake  <ebb9@byu.net>
6189
6190         test-freading: clean up temporary file
6191         * tests/test-freading.c (main): Remove file on success, and use
6192         ASSERT more liberally.
6193         Reported by Jim Meyering.
6194
6195 2009-11-16  Jim Meyering  <meyering@redhat.com>
6196
6197         avoid new AC_REQUIRE expanded-before-required warnings
6198         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
6199         merely using it.
6200         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
6201         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
6202
6203 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6204
6205         * tests/test-xalloc-die.c: New file.
6206         * modules/xalloc-die-tests: New file.
6207         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
6208         XFAIL_TESTS so it can be appended by modules.
6209
6210 2009-11-15  Simon Josefsson  <simon@josefsson.org>
6211
6212         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
6213         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
6214
6215 2009-11-14  Eric Blake  <ebb9@byu.net>
6216
6217         fnmatch: avoid compiler warning
6218         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
6219         to silence compiler warning about mismatch signedness in ?:.
6220         Reported by Robert Millan.
6221
6222         intprops: add double-inclusion guard
6223         * lib/intprops.h: Allow idempotent includes.
6224         Suggested by Bruce Korb.
6225
6226         openat: detect Solaris fchownat bug
6227         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
6228         penalizing glibc chownat when only lchownat is broken.
6229         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
6230         trailing slash bugs.
6231         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
6232         * modules/openat-tests (Files): Include more files.
6233         (Depends-on): Add mgetgroups, sleep, stat-time.
6234         (configure.ac): Add additional checks.
6235         (Makefile.am): Build new test.
6236         * tests/test-fchownat.c: New file.
6237
6238         lchown: detect Solaris and FreeBSD bug
6239         * lib/lchown.c (rpl_lchown): Work around bug.
6240         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
6241         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6242         * modules/unistd (Makefile.am): Populate it.
6243         * lib/unistd.in.h (lchown): Update declaration.
6244         * doc/posix-functions/lchown.texi (lchown): Document the bug.
6245         * modules/lchown-tests: New file.
6246         * tests/test-lchown.h (test_lchown): Likewise.
6247         * tests/test-lchown.c (main): Likewise.
6248
6249         chown: detect Solaris and FreeBSD bug
6250         * lib/chown.c (rpl_chown): Work around bug.
6251         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
6252         (gl_PREREQ_CHOWN): Delete.
6253         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6254         * modules/unistd (Makefile.am): Populate it.
6255         * lib/unistd.in.h (chown): Update declaration.
6256         * lib/lchown.c (chown): Update client.
6257         * modules/lchown (Depends-on): Add lstat.
6258         * doc/posix-functions/chown.texi (chown): Document the bug.
6259         * doc/posix-functions/getgroups.texi (getgroups): Document
6260         getgroups pitfall.
6261         * modules/chown-tests: New file.
6262         * tests/test-chown.h (test_chown): Likewise.
6263         * tests/test-chown.c (main): Likewise.
6264
6265 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
6266
6267         gnulib-tool: correctly detect absence of m4 directories
6268         * gnulib-tool: Avoid extra newline on data passed to wc -l.
6269
6270 2009-11-14  Jim Meyering  <meyering@redhat.com>
6271
6272         maint.mk: Prohibit inclusion of "xalloc.h" without use.
6273         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6274
6275 2009-11-14  John W. Eaton  <jwe@gnu.org>
6276
6277         strftime.h: wrap funtion declaration in extern "C" block
6278         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
6279
6280 2009-11-13  Eric Blake  <ebb9@byu.net>
6281
6282         getgroups: avoid compiler warning
6283         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
6284
6285         getgroups: work around FreeBSD bug
6286         * lib/getgroups.c (rpl_getgroups): Work around the bug.
6287         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
6288         * doc/posix-functions/getgroups.texi (getgroups): Document it.
6289         * tests/test-getgroups.c (main): Fix buffer overrun.
6290
6291         getgroups: avoid compilation failure
6292         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
6293         * modules/getgroups (Depends-on): Add stdint.
6294
6295 2009-11-13  Jim Meyering  <meyering@redhat.com>
6296
6297         test-getgroups: avoid compilation failure
6298         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
6299
6300 2009-11-13  Eric Blake  <ebb9@byu.net>
6301
6302         mgetgroups: new module, taken from coreutils
6303         * modules/mgetgroups: New file.
6304         * lib/mgetgroups.h: Likewise.
6305         * lib/mgetgroups.c (mgetgroups): Likewise.
6306         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
6307         * MODULES.html.sh (Users and groups): Mention it.
6308
6309         getgroups: don't expose GETGROUPS_T to user
6310         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
6311         an element at a time if GETGROUPS_T is wrong size.
6312         * lib/getugroups.h (getugroups): Change signature.
6313         * lib/unistd.in.h (getgroups): Likewise.
6314         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
6315         signature needs fixing.
6316         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
6317         AC_TYPE_GETGROUPS.
6318         * modules/group-member (Depends-on): Add getgroups.
6319         * lib/group-member.c (group_info, get_group_info): Use gid_t.
6320         (group_member): Rely on getgroups replacement.
6321         * lib/getugroups.c (getugroups): Use gid_t.
6322         * tests/test-getgroups.c (main): Likewise.
6323         * NEWS: Mention the signature change.
6324         * doc/posix-functions/getgroups.texi (getgroups): Mention the
6325         problem with signature.
6326         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
6327         GETGROUPS_T is still useful for setgroups.
6328
6329         getgroups, getugroups: provide stubs for mingw
6330         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
6331         * lib/getugroups.c (getugroups): Likewise.
6332         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
6333         function.  Modernize replacement scheme.
6334         (gl_PREREQ_GETGROUPS): Delete.
6335         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
6336         * modules/getgroups (configure.ac): Declare witness.
6337         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
6338         * modules/unistd (Depends-on): Substitute witness.
6339         * lib/unistd.in.h (getgroups): Declare replacement.
6340
6341         getgroups: avoid calling exit
6342         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
6343         drop xalloc.
6344         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
6345         dependencies.
6346         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
6347         exiting, in the rare case of malloc failure.
6348
6349         getgroups: fix logic error
6350         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
6351         has more than 20 groups.
6352         * modules/getgroups-tests: New test.
6353         * tests/test-getgroups.c: New file.
6354
6355 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6356
6357         * tests/test-base64.c: Improve.
6358
6359 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6360
6361         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
6362         Blake <ebb9@byu.net>.
6363
6364 2009-11-13  Simon Josefsson  <simon@josefsson.org>
6365
6366         * tests/test-xvasprintf.c: Add %s%s related checks.
6367
6368 2009-11-12  Eric Blake  <ebb9@byu.net>
6369
6370         version-etc: match standards.texi style
6371         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
6372         and use <> only for URLs.
6373
6374 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
6375
6376         fts: do not fail on a submount during traversal
6377         * lib/fts.c (fts_build): Read the stat info again after opening
6378         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
6379         Original report at http://bugzilla.redhat.com/501848.
6380
6381 2009-11-12  Jim Meyering  <meyering@redhat.com>
6382
6383         bootstrap: sync from coreutils
6384         * build-aux/bootstrap (bootstrap_epilogue): New function.
6385         Use git_modules_config in one more place.  This make bootstrap's
6386         --gnulib-srcdir option more useful for testing.
6387
6388         bootstrap: generalize autoheader check
6389         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
6390         AC_CONFIG_HEADERS.
6391
6392 2009-11-11  Eric Blake  <ebb9@byu.net>
6393
6394         mkfifoat: use new modules for Solaris and BSD bugs
6395         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
6396         * lib/mkfifoat.c (mknodat): Split...
6397         * lib/mknodat.c (mknodat): ...into new file.
6398         * modules/mkfifoat (Files): Ship new file.
6399         (Depends-on): Add mkfifo, mknod.
6400         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
6401         (Depends-on): Add symlink.
6402         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
6403         redundant with test_mkfifo.h.
6404         (do_mkfifoat, do_mknodat): New helpers.
6405
6406         mknod: new module
6407         * modules/mknod: New file.
6408         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
6409         * lib/mknod.c (mknod): Likewise.
6410         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6411         defaults.
6412         * modules/sys_stat (Makefile.am): Substitute them.
6413         * lib/sys_stat.in.h (mknod): Declare replacement.
6414         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6415         Document it.
6416         * doc/posix-functions/mknod.texi (mknod): Likewise.
6417         * modules/mknod-tests: New test.
6418         * tests/test-mknod.c: Likewise.
6419
6420         mkfifo: new module
6421         * modules/mkfifo: New file.
6422         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
6423         * lib/mkfifo.c (mkfifo): Likewise.
6424         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
6425         defaults.
6426         * modules/sys_stat (Makefile.am): Substitute them.
6427         * lib/sys_stat.in.h (mkfifo): Declare replacement.
6428         * MODULES.html.sh (Support for systems lacking POSIX:2008):
6429         Document it.
6430         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
6431         * modules/mkfifo-tests: New test.
6432         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
6433         from test-mkfifoat.c.
6434         * tests/test-mkfifo.c: New file.
6435
6436         readlink: detect FreeBSD bug
6437         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
6438         slash on symlink.
6439         * doc/posix-functions/readlink.texi (readlink): Document the bug.
6440         * tests/test-readlink.h (test_readlink): Enhance test.
6441
6442         symlink: detect FreeBSD bug
6443         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
6444         slash on symlink.
6445         * doc/posix-functions/symlink.texi (symlink): Document the bug.
6446         * tests/test-symlink.h (test_symlink): Enhance test.
6447
6448 2009-11-10  Eric Blake  <ebb9@byu.net>
6449
6450         link: detect FreeBSD bug
6451         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
6452         symlink.
6453         * doc/posix-functions/link.texi (link): Document the bug.
6454         * tests/test-link.h (test_link): Enhance test.
6455         * tests/test-linkat.c (main): Update caller.
6456
6457         unlink, remove: detect FreeBSD bug
6458         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
6459         slash on symlink.
6460         * doc/posix-functions/unlink.texi (unlink): Document the bug.
6461         * doc/posix-functions/remove.texi (remove): Likewise.
6462         * tests/test-unlink.h (test_unlink): Enhance test.
6463         * tests/test-remove.c (main): Likewise.
6464
6465 2009-11-09  Eric Blake  <ebb9@byu.net>
6466
6467         rename: detect FreeBSD bug
6468         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
6469         slash on symlink.
6470         * modules/renameat-tests (Depends-on): Add filenamecat.
6471         * tests/test-rename.h (test_rename): Allow one more errno.
6472         * tests/test-renameat.c (main): Likewise.
6473         * doc/posix-functions/rename.texi (rename): Document the bug.
6474
6475         open: detect FreeBSD bug
6476         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
6477         symlink.
6478         * doc/posix-functions/open.texi (open): Document the bug.
6479         * doc/posix-functions/utimes.texi (utimes): Likewise.
6480         * tests/test-open.h (test_open): Add parameters, and test symlink
6481         handling.
6482         * tests/test-open.c (main): Adjust caller.
6483         * tests/test-fcntl-safer.c (main): Likewise.
6484         * modules/open-tests (Depends-on): Add stdbool, symlink.
6485         * modules/fcntl-safer-tests (Depends-on): Likewise.
6486         * tests/test-openat.c (main): Add test-open tests.
6487
6488         stat: detect FreeBSD bug
6489         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
6490         symlink.
6491         * doc/posix-functions/stat.texi (stat): Document the bug.
6492         * tests/test-stat.h (test_stat_func): Add argument.
6493         * tests/test-stat.c (main): Adjust caller.
6494         * tests/test-fstatat.c (main): Likewise.
6495         * modules/stat-tests (Depends-on): Add stdbool, symlink.
6496         Reported by Jim Meyering.
6497
6498 2009-11-09  James Youngman  <jay@gnu.org>
6499
6500         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
6501         * lib/strftime.c: Correct placement of #include "ignore-value.h".
6502
6503 2009-11-08  Jim Meyering  <meyering@redhat.com>
6504
6505         utimens: remove invalid futimesat call
6506         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
6507         It used the file descriptor of the target file as the DIR_FD
6508         parameter and NULL as the file name.  That caused failure with
6509         errno == EFAULT on FreeBSD-8.0-rc2
6510
6511 2009-11-07  Eric Blake  <ebb9@byu.net>
6512
6513         fflush, freadseek: use fseeko, not fseek
6514         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
6515         (clear_ungetc_buffer): Avoid potential problems on large files.
6516         * lib/freadseek.c (freadseek): Likewise.
6517         * modules/freadseek (Depends-on): Add fseeko.
6518         * modules/fseek (configure.ac): Set a witness.
6519         * tests/test-fflush.c (main): Use fseeko.
6520         * tests/test-fpurge.c (fseek): Disable link warning.
6521         * tests/test-freadable.c (fseek): Likewise.
6522         * tests/test-freading.c (fseek): Likewise.
6523         * tests/test-fseeko.c (fseek): Likewise.
6524         * tests/test-ftell.c (fseek): Likewise.
6525         * tests/test-ftello.c (fseek): Likewise.
6526         * tests/test-fwritable.c (fseek): Likewise.
6527         * tests/test-fwriting.c (fseek): Likewise.
6528
6529 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6530
6531         * modules/memchr (Depends-on): Drop getpagesize dependency.
6532
6533 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6534
6535         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
6536         Reported by Ludovic Courtès.
6537         * build-aux/pmccabe2html: Improve example usage.
6538         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
6539
6540 2009-11-06  Jim Meyering  <meyering@redhat.com>
6541
6542         do-release-commit-and-tag: New module.
6543         Automate the release-commit and tag process.
6544         * build-aux/do-release-commit-and-tag: New script, from coreutils.
6545         * modules/do-release-commit-and-tag: New file.
6546         * MODULES.html.sh (Support for maintaining and releasing): Add it.
6547
6548 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6549
6550         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
6551         because test-select.c uses inet_pton.
6552
6553 2009-11-06  Simon Josefsson  <simon@josefsson.org>
6554
6555         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
6556         GETADDRINFO_LIB.  Bump serial number.
6557         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
6558         Suggested by Eric Blake <ebb9@byu.net>.
6559
6560 2009-11-05  Eric Blake  <ebb9@byu.net>
6561
6562         strtod: detect darwin bug
6563         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
6564         Reported by Leo Davis.
6565
6566         freopen-safer: new module
6567         * modules/freopen-safer: New module.
6568         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
6569         * lib/freopen-safer.c (freopen_safer): New file.
6570         * lib/stdio-safer.h (freopen_safer): New declaration.
6571         * lib/stdio--.h (freopen): New override.
6572         * MODULES.html.sh (File stream based Input/Output): Mention it.
6573         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
6574         freopen-safer module.
6575         * doc/posix-functions/stderr.texi (stderr): Likewise.
6576         * doc/posix-functions/stdin.texi (stdin): Likewise.
6577         * doc/posix-functions/stdout.texi (stdout): Likewise.
6578         * modules/freopen-safer-tests: New test.
6579         * tests/test-reopen-safer.c: New file.
6580
6581 2009-11-05  Jim Meyering  <meyering@redhat.com>
6582
6583         maint.mk: Prohibit inclusion of "close-stream.h" without use.
6584         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
6585
6586 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6587
6588         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
6589
6590 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6591
6592         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
6593
6594 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6595
6596         Fix link error.
6597         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
6598         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6599
6600 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6601
6602         * tests/test-func.c: Also test value of __func__.
6603
6604 2009-11-05  Simon Josefsson  <simon@josefsson.org>
6605
6606         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
6607         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
6608
6609 2009-11-05  Bruno Haible  <bruno@clisp.org>
6610
6611         Fix link error.
6612         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
6613         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6614         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
6615
6616 2009-11-05  Bruno Haible  <bruno@clisp.org>
6617
6618         Tests for module 'inet_pton'.
6619         * modules/inet_pton-tests: New file.
6620         * tests/test-inet_pton.c: New file.
6621
6622 2009-11-05  Bruno Haible  <bruno@clisp.org>
6623
6624         Tests for module 'inet_ntop'.
6625         * modules/inet_ntop-tests: New file.
6626         * tests/test-inet_ntop.c: New file.
6627
6628 2009-11-04  Eric Blake  <ebb9@byu.net>
6629
6630         stdlib-safer: wrap all mkstemp variants
6631         * modules/mkostemp (configure.ac): Set witness.
6632         * modules/mkostemps (configure.ac): Likewise.
6633         * modules/mkstemps (configure.ac): Likewise.
6634         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
6635         (mkstemps_safer): Wrap more functions.
6636         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
6637         wrapping.
6638         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
6639         (mkstemps_safer): Implement the wrappers.
6640
6641         mkstemps, mkostemps: new modules
6642         * modules/mkostemps: New module.
6643         * modules/mkstemps: Likewise.
6644         * lib/mkostemps.c (mkostemps): New file.
6645         * lib/mkstemps.c (mkstemps): Likewise.
6646         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
6647         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
6648         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
6649         * modules/stdlib (Makefile.am): Substitute them.
6650         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
6651         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
6652         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
6653         * doc/gnulib.texi (Glibc stdlib.h): Include them.
6654         * MODULES.html.sh (File system functions): Mention them.
6655
6656         tempname: resync from glibc
6657         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
6658         same values for __GT_FILE as glibc.  Abort even when assertions
6659         are disabled.
6660         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
6661         match its value otherwise.  Allow idempotent inclusion.
6662         * lib/mkdtemp.c (mkdtemp): Adjust caller.
6663         * lib/mkostemp.c (mkostemp): Likewise.
6664         * lib/mkstemp.c (mkstemp): Likewise.
6665         * lib/tmpfile.c (tmpfile): Likewise.
6666         * NEWS: Document this.
6667
6668         utimens: fix use of futimens on older Linux
6669         * lib/utimens.c (fdutimens): Use updated, rather than original,
6670         timespec to avoid bug in older Linux kernel.
6671         Reported by Simon Josefsson.
6672
6673 2009-11-04  Bruno Haible  <bruno@clisp.org>
6674
6675         Make num_processors more flexible and consistent.
6676         * lib/nproc.h (enum nproc_query): New type.
6677         (num_processors): Add a 'query' argument.
6678         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
6679         (num_processors): Add a 'query' argument. Test the value of the
6680         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
6681         mingw, count the number of CPUs available for the current process.
6682         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
6683         Check for sched_getaffinity and sched_getaffinity_np.
6684         * modules/nproc (Depends-on): Add c-ctype, extensions.
6685         * NEWS: Mention the change.
6686
6687 2009-11-03  Bruno Haible  <bruno@clisp.org>
6688
6689         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
6690
6691 2009-11-03  Jim Meyering  <meyering@redhat.com>
6692
6693         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
6694         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
6695         if it is defined.
6696
6697 2009-11-02  Eric Blake  <ebb9@byu.net>
6698
6699         mktime, timegm: share common declaration
6700         * lib/mktime-internal.h: New file.
6701         * lib/mktime.c: Use it rather than open-coding a declaration.
6702         * lib/timegm.c: Likewise.
6703         * modules/mktime (Files): Ship it.
6704         * modules/timegm (Files): Likewise.
6705         Suggested by Bruno Haible.
6706
6707         test-update-copyright: update test to match script changes
6708         * tests/test-update-copyright.sh: Avoid hard-coding perl
6709         location.  Don't update *.bak created by earlier runs.
6710
6711 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
6712             Simon Josefsson  <simon@josefsson.org>
6713             Bruno Haible  <bruno@clisp.org>
6714
6715         Fix link error on Solaris 8.
6716         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
6717         also in libnsl. Define also INET_PTON_LIB.
6718         * modules/inet_pton (Link): New section.
6719
6720 2009-11-02  Simon Josefsson  <simon@josefsson.org>
6721             Bruno Haible  <bruno@clisp.org>
6722
6723         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
6724         * modules/inet_ntop (Link): New section.
6725         Reported by Boyan Kasarov <bkasarov@gmail.com>.
6726
6727 2009-11-02  Eric Blake  <ebb9@byu.net>
6728
6729         maint: avoid compiler warnings in m4 macros
6730         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
6731         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
6732
6733 2009-11-02  Simon Josefsson  <simon@josefsson.org>
6734
6735         * m4/pmccabe2html.m4: Remove file.
6736         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
6737         function.  Change maintainer.
6738         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
6739         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
6740         Courtès).
6741
6742 2009-10-31  Eric Blake  <ebb9@byu.net>
6743
6744         fseeko: fix m4 regression
6745         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
6746         regression from 2009-10-27.
6747         Reported by Ralf Wildenhues.
6748
6749 2009-10-31  Jim Meyering  <meyering@redhat.com>
6750
6751         inttostr: aesthetics and improved (compile-time) safety
6752         Define inttype_is_signed rather than inttype_is_unsigned,
6753         since the sole use is via "#if inttype_is_signed".
6754         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
6755         inttype_is_unsigned.
6756         * lib/offtostr.c (inttype_is_signed): Likewise.
6757         * lib/uinttostr.c (inttype_is_signed): Likewise.
6758         * lib/umaxtostr.c (inttype_is_signed): Likewise.
6759         * lib/inttostr.c (inttostr): Use verify to cross-check the
6760         inttype_is_signed value and the signedness of the actual type.
6761         * modules/inttostr (Depends-on): Add verify.
6762
6763 2009-10-30  Eric Blake  <ebb9@byu.net>
6764
6765         build: avoid compiler warnings
6766         * lib/fchmodat.c (lchmod): Mark unused variables.
6767         * lib/getopt.c (_getopt_initialize): Likewise.
6768         * lib/mktime.c (__mktime_internal): Provide prototype.
6769         * lib/inttostr.c (inttostr): Avoid compiler warning even with
6770         older gcc that do not understand #pragma GCC diagnostic.
6771         * lib/uinttostr.c (inttype_is_unsigned): Define.
6772         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
6773
6774 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
6775
6776         stat: fix compilation on AIX
6777         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
6778         only see struct stat64.
6779
6780 2009-10-30  Eric Blake  <ebb9@byu.net>
6781
6782         exclude: make more robust
6783         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
6784         rather than masking a coding bug.
6785         Suggested by Bruno Haible.
6786
6787 2009-10-30  Jim Meyering  <meyering@redhat.com>
6788
6789         perl scripts: remove #!/usr/bin/perl in favor of more portable...
6790         Rather than putting #!/usr/bin/perl on the first line,
6791         start with a variant of what's recommended by "man perlrun" that
6792         invokes the first "perl" program from your shell's search path.
6793         * build-aux/gitlog-to-changelog: Replace #!... as above.
6794         Add a "Local Variables" perl mode setting.
6795         Prompted by a patch from Ludovic Courtès.
6796         Improved by Eric Blake.
6797         * build-aux/useless-if-before-free: Likewise.
6798         * build-aux/announce-gen: Likewise.
6799         * build-aux/update-copyright: Likewise.
6800
6801 2009-10-29  Eric Blake  <ebb9@byu.net>
6802
6803         filenamecat-lgpl: adjust clients
6804         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
6805         filenamecat.
6806         * modules/renameat (Depends-on): Likewise.
6807
6808         filenamecat: split into filenamecat-lgpl
6809         * modules/filenamecat-lgpl: New module.
6810         * modules/filenamecat (Files): Move library-safe files into
6811         filenamecat-lgpl.
6812         (Depends-on): Add filenamecat-lgpl.
6813         (configure.ac): Declare witness.
6814         * lib/filenamecat.h (file_name_concat): Only declare when using
6815         GPL module.
6816         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
6817         Move...
6818         * lib/filenamecat-lgpl.c: ...into new file.
6819         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
6820         (gl_FILE_NAME_CONCAT): Use it.
6821         * MODULES.html.sh (File system functions): Mention new module.
6822
6823         argp: avoid memory leak
6824         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
6825         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
6826         base_name, since the latter malloc()s and can call exit().
6827         Leak introduced 2006-07-03.
6828
6829         dirname-lgpl: adjust clients that don't need full dirname
6830         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
6831         * modules/filenamecat (Depends-on): Likewise.
6832         * modules/linkat (Depends-on): Likewise.
6833         * modules/mkancesdirs (Depends-on): Likewise.
6834         * modules/mkdir (Depends-on): Likewise.
6835         * modules/openat (Depends-on): Likewise.
6836         * modules/savewd (Depends-on): Likewise.
6837         * modules/rename (Depends-on): Likewise.
6838         (License): Relax license.
6839         * modules/mkdir-tests (Depends-on): Drop progname.
6840         (Makefile.am): Delete unneeded LDADD.
6841         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
6842
6843         dirname: split into dirname-lgpl
6844         * modules/dirname-lgpl: New module.
6845         * modules/dirname (Files): Move library-safe files into
6846         dirname-lgpl.
6847         (Depends-on): Add dirname-lgpl.
6848         (configure.ac): Declare witness.
6849         * modules/double-slash-root (License): Relax license.
6850         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
6851         module.
6852         * lib/dirname.c (dir_len, mdir_name): Move...
6853         * lib/dirname-lgpl.c: ...into new file.
6854         * lib/basename.c (last_component, base_len): Move...
6855         * lib/basename-lgpl.c: ...into new file.
6856         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
6857         (gl_DIRNAME): Use it.
6858         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
6859         Mention new module.
6860         * modules/dirname-tests (Depends-on): Add progname.
6861         * tests/test-dirname.c (program_name): Delete.
6862
6863         mkdir: make safe for libraries
6864         * modules/mkdir (Depends-on): Drop xalloc.
6865         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
6866         exit.
6867
6868         tests: avoid some compiler warnings
6869         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
6870         literals.
6871         * tests/test-memchr.c (main): Avoid type mismatch.
6872         * tests/test-arpa_inet.c (main): Avoid unused parameters.
6873         * tests/test-base64.c (main): Likewise.
6874         * tests/test-getdelim.c (main): Likewise.
6875         * tests/test-gethostname.c (main): Likewise.
6876         * tests/test-getline.c (main): Likewise.
6877         * tests/test-netinet_in.c (main): Likewise.
6878         * tests/test-select.c (open_server_socket, main): Likewise.
6879         * tests/test-select-stdin.c (main): Likewise.
6880         * tests/test-sockets.c (main): Likewise.
6881         * tests/test-strsignal.c (main): Likewise.
6882         * tests/test-sys_select.c (main): Likewise.
6883         * tests/test-sys_socket.c (main): Likewise.
6884         * tests/test-u64.c (main): Likewise.
6885         * tests/test-xfprintf-posix.c (main): Likewise.
6886         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
6887
6888         sockets: avoid compiler warning
6889         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
6890
6891         maint: detect usage(1) and other suspicious exits
6892         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
6893
6894 2009-10-29  Jim Meyering  <meyering@redhat.com>
6895
6896         timespec: long-to-int truncation could make timespec_cmp malfunction
6897         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
6898         a multiple of 2^32 nanoseconds as no difference.
6899
6900 2009-10-28  Jim Meyering  <meyering@redhat.com>
6901
6902         fprintftime: wrap macro code argument in "do {...} while(0)"
6903         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
6904         cpy macro must be a statement that can be followed by a semicolon.
6905         Now that the else clause contains a comment and is hence longer
6906         than one line, I require curly braces.  That in turn requires
6907         that we wrap this code block in the standard do...while(0).
6908
6909         fprintftime: remove stray semicolon from previous change
6910         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
6911
6912         fprintftime: avoid a warning about ignored fwrite return value
6913         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
6914         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
6915         that is unsafe.
6916         * modules/fprintftime (Depends-on): Add ignore-value.
6917
6918         exclude: avoid an unwarranted warning
6919         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
6920
6921 2009-10-27  Eric Blake  <ebb9@byu.net>
6922
6923         fseek: avoid compilation failure when fflush is replaced
6924         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
6925         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
6926         module is in use.
6927         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
6928         module is not in use; since REPLACE_FSEEK worked otherwise.
6929         (GNULIB_FTELLO): Likewise for ftell.
6930         Reported by Ian Beckwith and others.
6931
6932 2009-10-27  Bruno Haible  <bruno@clisp.org>
6933
6934         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
6935         Reported by Jim Meyering.
6936
6937 2009-10-27  Jim Meyering  <jim@meyering.net>
6938             Bruno Haible  <bruno@clisp.org>
6939
6940         Avoid warning despite dropping the return value of fwrite.
6941         * lib/unicodeio.c: Include ignore-value.h.
6942         (fwrite_success_callback): Explicitly ignore fwrite's return value.
6943         * modules/unicodeio (Depends-on): Add ignore-value.
6944
6945 2009-10-26  Eric Blake  <ebb9@byu.net>
6946
6947         areadlinkat: fix fallback path
6948         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
6949         pointer and zero.
6950
6951 2009-10-22  Pádraig Brady  <P@draigBrady.com>
6952
6953         Use a better IO block size for modern systems
6954         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
6955         * lib/md2.c: Likewise.
6956         * lib/md4.c: Likewise.
6957         * lib/md5.c: Likewise.
6958         * lib/sha1.c: Likewise.
6959         * lib/sha256.c: Likewise.
6960         * lib/sha512.c: Likewise.
6961
6962 2009-10-22  Eric Blake  <ebb9@byu.net>
6963
6964         tests: avoid several compiler warnings
6965         * tests/test-getcwd.c (main): Avoid buffer underflow.
6966         * tests/test-getdate.c (main): String literals are not safe with
6967         putenv, so use setenv.  Declare unused argument.
6968         * modules/getdate-tests (Depends-on): Add setenv.
6969         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
6970         problems with string literals in char *.
6971         * tests/test-hash.c (main): Avoid shadowing declaration.
6972         (insert_new): Treat string literals as char const *.
6973         * tests/test-getopt.h (test_getopt): Likewise.
6974         (getopt_loop): Alter types to minimize casting elsewhere.
6975         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
6976         (test_getopt_long_posix): Likewise.
6977         (do_getopt_long): Add wrapper to minimize casting.
6978         * tests/test-atexit.c (clear_temp_file): Use void.
6979         * tests/test-areadlink-with-size.c (main): Declare unused
6980         arguments.
6981         * tests/test-areadlink.c (main): Likewise.
6982         * tests/test-areadlinkat-with-size.c (main): Likewise.
6983         * tests/test-areadlinkat.c (main): Likewise.
6984         * tests/test-canonicalize-lgpl.c (main): Likewise.
6985         * tests/test-canonicalize.c (main): Likewise.
6986         * tests/test-dirent-safer.c (main): Likewise.
6987         * tests/test-dirname.c (main): Likewise.
6988         * tests/test-dup2.c (main): Likewise.
6989         * tests/test-fchdir.c (main): Likewise.
6990         * tests/test-fcntl-h.c (main): Likewise.
6991         * tests/test-fcntl-safer.c (main): Likewise.
6992         * tests/test-fdopendir.c (main): Likewise.
6993         * tests/test-fdutimensat.c (main): Likewise.
6994         * tests/test-fflush.c (main): Likewise.
6995         * tests/test-filenamecat.c (main): Likewise.
6996         * tests/test-filevercmp.c (main): Likewise.
6997         * tests/test-fopen-safer.c (main): Likewise.
6998         * tests/test-fopen.c (main): Likewise.
6999         * tests/test-fpending.c (main): Likewise.
7000         * tests/test-fpurge.c (main): Likewise.
7001         * tests/test-freading.c (main): Likewise.
7002         * tests/test-fstatat.c (main): Likewise.
7003         * tests/test-fsync.c (main): Likewise.
7004         * tests/test-futimens.c (main): Likewise.
7005         * tests/test-getndelim2.c (main): Likewise.
7006         * tests/test-gettimeofday.c (main): Likewise.
7007         * tests/test-getopt.c (main): Likewise.
7008         * tests/test-i-ring.c (main): Likewise.
7009         * tests/test-inttypes.c (main): Likewise.
7010         * tests/test-link.c (main): Likewise.
7011         * tests/test-lstat.c (main): Likewise.
7012         * tests/test-math.c (main): Likewise.
7013         * tests/test-md5.c (main): Likewise.
7014         * tests/test-memchr2.c (main): Likewise.
7015         * tests/test-memrchr.c (main): Likewise.
7016         * tests/test-mkdir.c (main): Likewise.
7017         * tests/test-mkdirat.c (main): Likewise.
7018         * tests/test-mkfifoat.c (main): Likewise.
7019         * tests/test-open.c (main): Likewise.
7020         * tests/test-openat-safer.c (main): Likewise.
7021         * tests/test-openat.c (main): Likewise.
7022         * tests/test-quotearg.c (main): Likewise.
7023         * tests/test-rawmemchr.c (main): Likewise.
7024         * tests/test-readlink.c (main): Likewise.
7025         * tests/test-remove.c (main): Likewise.
7026         * tests/test-rename.c (main): Likewise.
7027         * tests/test-renameat.c (main): Likewise.
7028         * tests/test-rmdir.c (main): Likewise.
7029         * tests/test-sha1.c (main): Likewise.
7030         * tests/test-signal.c (main): Likewise.
7031         * tests/test-sigaction.c (main): Likewise.
7032         * tests/test-stat.c (main): Likewise.
7033         * tests/test-stat-time.c (main): Likewise.
7034         * tests/test-stddef.c (main): Likewise.
7035         * tests/test-stdint.c (main): Likewise.
7036         * tests/test-stdio.c (main): Likewise.
7037         * tests/test-stdlib.c (main): Likewise.
7038         * tests/test-strchrnul.c (main): Likewise.
7039         * tests/test-strerror.c (main): Likewise.
7040         * tests/test-string.c (main): Likewise.
7041         * tests/test-strtod.c (main): Likewise.
7042         * tests/test-strverscmp.c (main): Likewise.
7043         * tests/test-symlink.c (main): Likewise.
7044         * tests/test-symlinkat.c (main): Likewise.
7045         * tests/test-sys_stat.c (main): Likewise.
7046         * tests/test-sys_time.c (main): Likewise.
7047         * tests/test-time.c (main): Likewise.
7048         * tests/test-unistd.c (main): Likewise.
7049         * tests/test-unlink.c (main): Likewise.
7050         * tests/test-unlinkat.c (main): Likewise.
7051         * tests/test-utimens.c (main): Likewise.
7052         * tests/test-utimensat.c (main): Likewise.
7053         * tests/test-version-etc.c (main): Likewise.
7054         * tests/test-wchar.c (main): Likewise.
7055         * tests/test-wctype.c (main): Likewise.
7056         * tests/test-xprintf-posix.c (main): Likewise.
7057         * tests/test-posixtm.c (main): Likewise.
7058         (STREQ): Delete unused macro.
7059         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
7060         shadowed variables.
7061         * tests/test-memchr.c (main): Likewise.
7062
7063 2009-10-21  Eric Blake  <ebb9@byu.net>
7064
7065         areadlinkat: avoid failure on older glibc
7066         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
7067         rather than mis-comparing 0 against FUNC_RESULT of char*.
7068
7069 2009-10-21  Bruno Haible  <bruno@clisp.org>
7070
7071         * modules/stpncpy (License): Relicense under LGPLv2+.
7072         Reported by David Lutterkort <lutter@redhat.com>.
7073
7074 2009-10-20  Eric Blake  <ebb9@byu.net>
7075
7076         utimensat: work around Solaris 9 bug
7077         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
7078         has trailing slash bugs.
7079         * tests/test-lutimens.h (test_lutimens): Enhance test.
7080         * tests/test-utimens.h (test_utimens): Likewise.
7081         * doc/posix-functions/utime.texi (utime): Enhance documentation.
7082         * doc/posix-functions/utimes.texi (utimes): Likewise.
7083         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7084         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
7085         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
7086         * doc/posix-functions/futimens.texi (futimens): Likewise.
7087
7088         fdutimensat: new module
7089         * modules/fdutimensat: New file.
7090         * lib/fdutimensat.c (fdutimensat): Likewise.
7091         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
7092         * MODULES.html.sh (File system functions): Mention module.
7093         * modules/fdutimensat-tests: New test.
7094         * tests/test-fdutimensat.c: Likewise.
7095
7096         doc: regenerate INSTALL
7097         * doc/INSTALL: Reflect recent autoconf update.
7098         * doc/INSTALL.ISO: Likewise.
7099         * doc/INSTALL.UTF-8: Likewise.
7100
7101 2009-10-20  Pádraig Brady  <P@draigBrady.com>
7102
7103         acl: warn if ACL support is not detected
7104         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
7105
7106 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
7107
7108         * lib/nproc.h: Add extern "C" block for C++.
7109
7110 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
7111             Bruno Haible  <bruno@clisp.org>
7112
7113         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
7114         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
7115         * doc/posix-functions/isalpha.texi: Likewise.
7116         * doc/posix-functions/isblank.texi: Likewise.
7117         * doc/posix-functions/iscntrl.texi: Likewise.
7118         * doc/posix-functions/isdigit.texi: Likewise.
7119         * doc/posix-functions/isgraph.texi: Likewise.
7120         * doc/posix-functions/islower.texi: Likewise.
7121         * doc/posix-functions/isprint.texi: Likewise.
7122         * doc/posix-functions/ispunct.texi: Likewise.
7123         * doc/posix-functions/isspace.texi: Likewise.
7124         * doc/posix-functions/isupper.texi: Likewise.
7125         * doc/posix-functions/isxdigit.texi: Likewise.
7126
7127 2009-10-18  Bruno Haible  <bruno@clisp.org>
7128
7129         Tests for module 'isblank'.
7130         * modules/isblank-tests: New file.
7131         * tests/test-isblank.c: New file.
7132
7133         New module 'isblank'.
7134         * lib/isblank.c: New file.
7135         * m4/isblank.m4: New file.
7136         * modules/isblank: New file.
7137         * doc/posix-functions/isblank.texi: Mention the new module.
7138
7139 2009-10-18  Bruno Haible  <bruno@clisp.org>
7140
7141         New module 'ctype'.
7142         * lib/ctype.in.h: New file.
7143         * m4/ctype.m4: New file.
7144         * modules/ctype: New file.
7145         * doc/posix-headers/ctype.texi: Mention the new module.
7146
7147 2009-10-18  Jim Meyering  <meyering@redhat.com>
7148
7149         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
7150         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
7151         right after its initialization, rather than farther down.
7152         Keeping these in close proximity makes it easier to ensure
7153         that each such variable is initialized.  E.g.,
7154
7155             LIB_CLOCK_GETTIME=
7156             AC_SUBST([LIB_CLOCK_GETTIME])
7157
7158         This change also increments these serial numbers.
7159         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
7160         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7161         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7162
7163 2009-10-18  Bruno Haible  <bruno@clisp.org>
7164
7165         Don't let environment variables perturb build.
7166         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
7167         (gl_PREREQ_GETHRXTIME): ... not here.
7168
7169 2009-10-18  Bruno Haible  <bruno@clisp.org>
7170
7171         Avoid symlink attack in localcharset module.
7172         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
7173         (O_NOFOLLOW): Define fallback.
7174         (get_charset_aliases): Don't open the file if it is a symbolic link.
7175         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
7176         gl_FCNTL_H.
7177         (gl_FCNTL_H): Require it.
7178         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
7179         * modules/localcharset (Files): Add m4/fcntl_h.m4.
7180         Reported by Fergal Glynn <fglynn@veracode.com>.
7181
7182 2009-10-18  Bruno Haible  <bruno@clisp.org>
7183
7184         Implement nproc for mingw.
7185         * lib/nproc.c: Include <windows.h>
7186         (num_processors): On native Windows platforms, try GetSystemInfo.
7187
7188 2009-10-18  Bruno Haible  <bruno@clisp.org>
7189
7190         Implement nproc for IRIX.
7191         * lib/nproc.c: Include <sys/sysmp.h>.
7192         (num_processors): On IRIX systems, try sysmp.
7193         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
7194
7195 2009-10-18  Bruno Haible  <bruno@clisp.org>
7196
7197         Implement nproc for HP-UX.
7198         * lib/nproc.c: Include <sys/pstat.h>
7199         (num_processors): On HP-UX systems, try pstat_getdynamic.
7200         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
7201         pstat_getdynamic.
7202
7203 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
7204             Bruno Haible  <bruno@clisp.org>
7205
7206         Implement nproc for NetBSD, OpenBSD.
7207         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
7208         (ARRAY_SIZE): New macro.
7209         (num_processors): On BSD systems, try sysctl of HW_NCPU.
7210         * m4/nproc.m4: New file.
7211         * modules/nproc (Files): Add m4/nproc.m4.
7212         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
7213         (Makefile.am): Instead, augment lib_SOURCES.
7214
7215 2009-10-18  Bruno Haible  <bruno@clisp.org>
7216
7217         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
7218         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
7219         sys/param.h.
7220
7221 2009-10-16  Eric Blake  <ebb9@byu.net>
7222
7223         utimensat: new module
7224         * modules/utimensat: New file.
7225         * lib/utimensat.c (utimensat): Likewise.
7226         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7227         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
7228         so we can work around Linux bugs.
7229         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7230         * modules/sys_stat (Makefile.am): Substitute them.
7231         * lib/sys_stat.in.h (utimensat): Declare it.
7232         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7233         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7234         * modules/utimensat-tests: New test.
7235         * tests/test-utimensat.c: Likewise.
7236
7237         utimens: let lutimens work on non-symlinks
7238         * lib/utimens.c (lutimens): Fall back to utimens rather than
7239         failing with ENOSYS, when file is not a symlink.
7240         (utimens): Reduce redirection.
7241         * tests/test-lutimens.h (test_lutimens): Update test to cover
7242         non-symlinks.
7243         * tests/test-utimens.h (test_utimens): Update test to cover
7244         symlinks.
7245         * tests/test-utimens.c (main): Update caller.
7246
7247         utimens: cache whether utimensat syscall works
7248         * lib/utimens.c (utimensat_works_really): New cache variable.
7249         (fdutimens, lutimens): Use it to avoid failing syscall.
7250
7251         test-stat-time, test-utimens: improve portability
7252         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
7253         ext4 on alpha, and for cygwin.
7254         * tests/test-utimens-common.h: New file.
7255         (nap): Factor delays into single function.
7256         * tests/test-lutimens.h (test_lutimens): Use new header.
7257         * tests/test-futimens.h (test_futimens): Likewise.
7258         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
7259         timestamps to occur from same machine, as was done previously for
7260         test_utimens.
7261         * modules/utimens-tests (Files): Ship new file.
7262         * modules/futimens-tests (Files): Likewise.
7263         Reported in part by Jim Meyering.
7264
7265         sys_stat: sort replacement declarations
7266         * lib/sys_stat.in.h: Sort declarations.
7267         * lib/futimens.c (futimens): Fix typo.
7268
7269 2009-10-15  Jim Meyering  <meyering@redhat.com>
7270
7271         don't let environment settings perturb build
7272         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
7273         could cause a configure-time and/or build-time malfunction.
7274         Typically, a configure-time function-in-library test is performed
7275         via code like this:
7276
7277           LIB_VAR=
7278           AC_SUBST([LIB_VAR])
7279           prefix_saved_LIBS=$LIBS
7280             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
7281                        [test "$ac_cv_search_FUNC" = "none required" ||
7282                         LIB_VAR=$ac_cv_search_FUNC])
7283           LIBS=$prefix_saved_LIBS
7284
7285         However, in each of the files affected by this change, the LIB_VAR=
7286         initialization was omitted.  Thus, when set in the environment, its
7287         value would propagate into generated Makefiles when FUNC is not found
7288         in LIB_NAME.
7289         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
7290         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
7291         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7292
7293 2009-10-14  Eric Blake  <ebb9@byu.net>
7294
7295         fchdir: avoid infinite recursion in mingw
7296         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
7297         recursing.
7298
7299         test-stat-time: port to mingw
7300         * tests/test-stat-time.c (force_unlink): Return a value.
7301         (test_ctime) [W32]: Fix compilation error.
7302         (nap): Don't call usleep with too large an argument.  Use
7303         force_unlink.
7304         * doc/pastposix-functions/usleep.texi (usleep): Document the
7305         portability issue.
7306
7307 2009-10-13  Jim Meyering  <meyering@redhat.com>
7308
7309         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
7310         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
7311         * modules/pipe-filter-ii: Likewise.
7312         * modules/sys_socket-tests: Likewise.
7313         * modules/tsearch-tests: Likewise.
7314         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
7315         (check): Depend on it.
7316
7317 2009-10-12  Eric Blake  <ebb9@byu.net>
7318
7319         utimens-tests: port to NFS file systems
7320         * tests/test-utimens.h (test_utimens): Refactor utimecmp
7321         comparisons to avoid spurious failures from timestamp drift
7322         between NFS machines.
7323
7324 2009-10-12  Eric Blake  <ebb9@byu.net>
7325
7326         stat-time-tests: minor cleanups
7327         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
7328         * tests/test-stat-time.c (nap): Separate assignment from call.
7329         Suggested by Paolo Bonzini and Bruno Haible.
7330
7331         sys_stat: guarantee struct timespec
7332         * lib/sys_stat.in.h (includes): Always include <time.h>
7333         * modules/sys_stat (Depends-on): Add time.
7334         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
7335         mode_t permission values.
7336         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
7337         get at subsecond timestamps.
7338
7339 2009-10-10  Eric Blake  <ebb9@byu.net>
7340
7341         futimens: new module
7342         * modules/futimens: New file.
7343         * lib/futimens.c (futimens): Likewise.
7344         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
7345         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
7346         we can work around Linux bugs.
7347         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7348         * modules/sys_stat (Makefile.am): Substitute them.
7349         * lib/sys_stat.in.h (futimens): Declare it.
7350         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7351         * doc/posix-functions/futimens.texi (futimens): Likewise.
7352         * modules/futimens-tests: New test.
7353         * tests/test-futimens.c: Likewise.
7354
7355         utimens: introduce fdutimens
7356         * lib/utimens.h (fdutimens): New prototype.
7357         * lib/utimens.c (gl_futimens): Move guts...
7358         (fdutimens): ...to new interface.
7359         * tests/test-utimens.c (do_fdutimens): Use it.
7360
7361         utimens: add UTIME_NOW and UTIME_OMIT support
7362         * lib/utimens.c (validate_timespec, update_timespec): New helper
7363         functions.
7364         (gl_futimens, lutimens): Use them.
7365         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
7366         stdbool, sys_stat.
7367         (Link): Mention resulting library dependency.
7368         * modules/utimecmp (Link): Likewise.
7369         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
7370         (Makefile.am): Pick up library dependency.
7371         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
7372         definition.
7373         * tests/test-sys_stat.c: Test the definitions.
7374         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
7375         * NEWS: Document library dependency.
7376
7377         utimecmp: support symlink timestamps
7378         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
7379         hashing when possible.  Use pathconf when available.
7380         (SYSCALL_RESOLUTION): Recognize tighter resolution.
7381         * modules/utimecmp (Depends-on): Add lstat.
7382
7383         utimens: add lutimens interface
7384         * lib/utimens.c (lutimens): New function.
7385         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
7386         * lib/utimens.h (lutimens): Declare new interface.
7387         * tests/test-utimens.c (main): Enhance test.
7388         * tests/test-lutimens.h (test_lutimens): New file.
7389         * modules/utimens-tests (Files): Distribute it.
7390         (Depends-on): Add symlink.
7391         (configure.ac): Check for usleep.
7392
7393         utimens: validate futimens usage
7394         * lib/utimens.c (gl_futimens): Require valid fd up front, using
7395         fewer syscalls on failure later on.  Avoid compiler warning on
7396         mingw.
7397         * modules/utimens (Depends-on): Add dup2.
7398
7399         utimens: add test
7400         * modules/utimens-tests: New test.
7401         * tests/test-utimens.h: New file.
7402         * tests/test-futimens.h: Likewise.
7403         * tests/test-utimens.c: Likewise.
7404
7405         doc: mention timestamp portability issues
7406         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
7407         instead.
7408         * doc/posix-functions/utime.texi (utime): Likewise.
7409         * doc/posix-functions/utimes.texi (utimes): Likewise.
7410         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
7411         instead.
7412         * doc/posix-functions/futimens.texi (futimens): Mention utimens
7413         module.
7414         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7415         Mention weakness with symlink timestamps.
7416         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
7417         to utimensat/futimens instead.
7418         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
7419
7420         test-dup2: enhance test
7421         * tests/test-dup2.c (main): Also check AT_FDCWD.
7422
7423         test-stat-time: avoid more spurious failures
7424         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
7425         xfs; and avoid race if the two timestamps cross quantization edge.
7426
7427         relocatable: prefer 'file system' over 'filesystem'
7428         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
7429         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
7430         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
7431         * doc/relocatable.texi (Enabling Relocatability): Likewise.
7432         * lib/relocatable.c (compute_curr_prefix): Likewise.
7433
7434 2009-10-10  Jim Meyering  <meyering@redhat.com>
7435
7436         stat-time-tests: check for the usleep function
7437         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
7438
7439 2009-10-10  Bruno Haible  <bruno@clisp.org>
7440
7441         * modules/xnanosleep: Put the Link section after the Include section.
7442
7443 2009-10-09  Eric Blake  <ebb9@byu.net>
7444
7445         dup2: work around FreeBSD 6.1 bug
7446         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
7447         * doc/posix-functions/dup2.texi (dup2): Document it.
7448         Reported by Nelson H. F. Beebe and Jim Meyering.
7449
7450         test-stat-time: port to buggy NFS clients
7451         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
7452         (test_ctime): Also skip test if mtime and ctime are skewed.
7453
7454         maint: prefer 'file system' over 'filesystem'
7455         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
7456         * doc/posix-functions/lstat.texi (lstat): Likewise.
7457         * lib/file-has-acl.c (file_has_acl): Likewise.
7458         * lib/fwriteerror.c [TEST]: Likewise.
7459         * tests/test-areadlink.h (test_areadlink): Likewise.
7460         * tests/test-areadlinkat-with-size.c (main): Likewise.
7461         * tests/test-areadlinkat.c (main): Likewise.
7462         * tests/test-canonicalize-lgpl.c (main): Likewise.
7463         * tests/test-canonicalize.c (main): Likewise.
7464         * tests/test-fstatat.c (main): Likewise.
7465         * tests/test-linkat.c (main): Likewise.
7466         * tests/test-lstat.h (test_lstat_func): Likewise.
7467         * tests/test-mkdir.h (test_mkdir): Likewise.
7468         * tests/test-readlink.h (test_readlink): Likewise.
7469         * tests/test-remove.c (main): Likewise.
7470         * tests/test-rename.h (test_rename): Likewise.
7471         * tests/test-renameat.c (main): Likewise.
7472         * tests/test-rmdir.h (test_rmdir_func): Likewise.
7473         * tests/test-symlink.h (test_symlink): Likewise.
7474         * tests/test-symlinkat.c (main): Likewise.
7475         * tests/test-unlink.h (test_unlink_func): Likewise.
7476         * tests/test-unlinkat.c (main): Likewise.
7477
7478         maint: make realtime library usage explicit
7479         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
7480         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
7481         * modules/settime (Link): Likewise.
7482         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
7483
7484         test-stat-time: speed up execution
7485         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
7486         warning on mingw.
7487         (nap): New helper function.
7488         (prepare_test): Use it to reduce sleep time.
7489         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
7490         execution.
7491         * modules/stat-time-tests (configure.ac): Check for usleep.
7492
7493 2009-10-09  Jim Meyering  <meyering@redhat.com>
7494
7495         selinux-h: always use getfilecon wrappers
7496         * lib/getfilecon.c: New file.
7497         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
7498         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
7499         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
7500         (fgetfilecon): Provide a stub.
7501         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
7502         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
7503         file unconditionally.
7504         When <selinux/selinux.h> is found, arrange to use wrappers.
7505         * modules/selinux-h (Files): Add getfilecon.c.
7506         (Makefile.am): Substitute include-next-related bits
7507         into the now-always-generated selinux/selinux.h file.
7508         * doc/glibc-functions/lgetfilecon.texi: New file.
7509         * doc/glibc-functions/fgetfilecon.texi: New file.
7510         * doc/glibc-functions/getfilecon.texi: New file.
7511         * doc/glibc-functions/getfilecon-desc.texi: New file.
7512         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
7513         which to pull in the new files.
7514         * MODULES.html.sh (Misc): Add selinux-h.
7515
7516 2009-10-08  Jim Meyering  <meyering@redhat.com>
7517
7518         unistd: fix comment typo
7519         * lib/unistd.in.h (euidaccess): Fix a comment typo.
7520
7521 2009-10-08  Eric Blake  <ebb9@byu.net>
7522
7523         areadlink: use SIZE_MAX consistently
7524         * modules/areadlink (Depends-on): Add stdint.
7525         * modules/areadlink-with-size (Depends-on): Likewise.
7526         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
7527         gives NULL; drop sys/types, since unistd gives size_t; and add
7528         stdint for SIZE_MAX.
7529         (SIZE_MAX): Rely on headers.
7530         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
7531         and add stdint.
7532         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
7533         (SIZE_MAX): Likewise.
7534         (INITIAL_BUF_SIZE): Turn into enum.
7535         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
7536
7537 2009-10-08  Jim Meyering  <meyering@redhat.com>
7538
7539         areadlinkat: avoid compilation failure
7540         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
7541         Fix typo in comment.
7542
7543 2009-10-07  Eric Blake  <ebb9@byu.net>
7544
7545         areadlinkat-with-size: new module
7546         * modules/areadlinkat-with-size: New module.
7547         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
7548         * lib/areadlink.h (areadlinkat): Declare it.
7549         * MODULES.html.sh (File system functions): Mention it.
7550         * modules/areadlinkat-with-size-tests: New test.
7551         * tests/test-areadlinkat-with-size.c: New file.
7552
7553         xreadlinkat: new module
7554         * modules/xreadlinkat: New module.
7555         * lib/xreadlinkat.c (xreadlinkat): New file.
7556         * lib/xreadlink.h (xreadlinkat): Declare it.
7557         * MODULES.html.sh (File system functions): Mention it.
7558
7559         areadlinkat: new module
7560         * lib/at-func.c (FUNC_FAIL): New define.
7561         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
7562         * modules/areadlinkat: New module.
7563         * lib/linkat.c (areadlinkat): Move...
7564         * lib/areadlinkat.c (areadlinkat): ...to new file.
7565         * lib/areadlink.h (areadlinkat): Declare it.
7566         * modules/linkat (Depends-on): Add areadlinkat.
7567         * MODULES.html.sh (File system functions): Mention it.
7568         * modules/areadlinkat-tests: New test.
7569         * tests/test-areadlinkat.c: New file.
7570
7571         areadlink, areadlink-with-size: add tests
7572         * modules/areadlink-tests: New test.
7573         * modules/areadlink-with-size-tests: Likewise.
7574         * tests/test-areadlink.h: New file.
7575         * tests/test-areadlink.c: Likewise.
7576         * tests/test-areadlink-with-size.c: Likewise.
7577
7578         maint: minor cleanups
7579         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
7580         _UNUSED_PARAMETER_ instead.
7581         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
7582         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
7583         * modules/linkat-tests (Files): Distribute test-link.h.
7584
7585         openat, utimens: whitespace cleanup
7586         * lib/openat.c: Prefer space throughout, rather than mix of 8
7587         spaces vs. tabs.
7588         * lib/at-func.c: Likewise.
7589         * lib/utimens.c: Likewise.
7590
7591         openat: avoid using wrong fd
7592         * lib/openat.c (openat_permissive): Reject user's fd if saving the
7593         working directory chooses same fd.
7594         * lib/at-func.c (AT_FUNC_NAME): Likewise.
7595
7596         mkdir, mkdirat: fix cygwin 1.5.x bug
7597         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
7598         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
7599         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
7600         bug.
7601         (gl_PREREQ_MKDIR): Delete unused macro.
7602         * modules/mkdir (Files): Track file rename.
7603         (configure.ac): Update macro name.
7604         * modules/openat (Depends-on): Add mkdir.
7605         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
7606
7607         mkdir, mkdirat: add tests
7608         * modules/mkdir-tests: New test.
7609         * tests/test-mkdir.h: New file.
7610         * tests/test-mkdir.c: Likewise.
7611         * tests/test-mkdirat.c: Likewise.
7612         * modules/openat-tests (Files): Add new files.
7613         (Makefile.am): Run new test.
7614
7615 2009-10-06  Eric Blake  <ebb9@byu.net>
7616
7617         doc: tweak *at function documentation
7618         * doc/posix-functions/faccessat.texi (faccessat): Mention
7619         known issue with replacement.
7620         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
7621         * doc/posix-functions/linkat.texi (linkat): Likewise.
7622         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
7623         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
7624         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
7625         * doc/posix-functions/renameat.texi (renameat): Likewise.
7626         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7627
7628         openat: fix GNU/Hurd bug in unlinkat
7629         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
7630         broken.
7631         * doc/posix-functions/unlink.texi (unlink): Document this.
7632         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
7633
7634         fdopendir: fix GNU/Hurd bug
7635         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
7636         allowing non-directory fds.
7637         * lib/fdopendir.c (rpl_fdopendir): Work around it.
7638         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
7639         * modules/dirent (Makefile.am): Substitute it.
7640         * lib/dirent.in.h (fdopendir): Declare replacement.
7641         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
7642         * tests/test-fdopendir.c (main): Test something other than
7643         /dev/null, since on Hurd that behaves like a directory.
7644
7645         test-symlink: port to GNU/Hurd
7646         * tests/test-symlink.h (test_symlink): Relax expected errno.
7647
7648         doc: tweak more cygwin information
7649         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
7650         now compatible with glibc.
7651         * doc/posix-functions/getopt.texi (getopt): Likewise.
7652
7653         getopt-gnu: add another test
7654         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
7655         guarantee behavior relied on by m4.
7656         * tests/test-getopt.c (main): Use it.
7657         * modules/getopt-posix-tests (Depends-on): Add setenv.
7658         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
7659
7660         getopt: fix compilation on darwin
7661         * lib/getopt.in.h (includes): Leave breadcrumbs during system
7662         include.
7663         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
7664         Reported by Ludovic Courtès.
7665
7666 2009-10-06  Bruno Haible  <bruno@clisp.org>
7667
7668         * modules/size_max (Description): Discourage its use.
7669         Reported by Simon Josefsson.
7670
7671 2009-10-06  Jim Meyering  <meyering@redhat.com>
7672
7673         linkat: avoid compilation failure
7674         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
7675
7676 2009-10-05  Eric Blake  <ebb9@byu.net>
7677
7678         linkat: support Linux 2.6.17
7679         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
7680         linkat on Linux, but allow cache variable override.
7681         * lib/linkat.c (rpl_linkat): Define override.
7682         * modules/linkat (Depends-on): Add symlinkat.
7683         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
7684         * modules/unistd (Makefile.am): Substitute it.
7685         * lib/unistd.in.h (linkat): Declare replacement.
7686         Reported by Pádraig Brady.
7687
7688         quotearg: port test to systems with C.UTF-8 locale
7689         * tests/test-quotearg.c (struct result_strings): Add another
7690         member, differentiating between C.ASCII and C.UTF-8 handling.
7691         (compare_strings): Add parameter.
7692         (main): Adjust all callers.
7693
7694         getopt: avoid clash with FreeBSD _getopt_internal
7695         * lib/getopt.in.h (_getopt_internal): Override the name.
7696         * lib/getopt_int.h (includes): Pick up any overrides.
7697         Reported by Reuben Thomas.
7698
7699         hash: allow C89 compilation
7700         * lib/hash.c (check_tuning): Move declaration before statement.
7701         Reported by Reuben Thomas.
7702
7703 2009-10-05  Karl Berry  <karl@gnu.org>
7704
7705         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
7706
7707 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
7708             Bruno Haible  <bruno@clisp.org>
7709
7710         * lib/uname.c (uname): Use a table-driven algorithm to compute
7711         Windows NT versions.
7712
7713 2009-10-04  Bruno Haible  <bruno@clisp.org>
7714
7715         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
7716         program_invocation_short_name.
7717         * modules/progname (configure.ac): Test for presence of
7718         program_invocation_short_name.
7719         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
7720
7721 2009-10-04  Bruno Haible  <bruno@clisp.org>
7722
7723         * lib/progname.c (set_program_name): Fix comment.
7724         Reported by Jim Meyering.
7725
7726 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
7727             Bruno Haible  <bruno@clisp.org>
7728
7729         * lib/uname.c: Include <string.h>.
7730         (uname): Do only one call to GetVersionEx in the common case.
7731
7732 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
7733             Bruno Haible  <bruno@clisp.org>
7734
7735         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
7736         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
7737         (uname): Add support for Windows CE and various non-x86 CPU types.
7738
7739 2009-10-03  Bruno Haible  <bruno@clisp.org>
7740
7741         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
7742         invocation to tests/configure.ac.
7743         Reported by Ian Beckwith <ianb@erislabs.net>.
7744
7745 2009-10-02  Eric Blake  <ebb9@byu.net>
7746
7747         fchdir: avoid compiler warning
7748         * lib/fchdir.c (canonicalize_file_name)
7749         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
7750
7751         test-open: support mingw errno values
7752         * tests/test-open.h (test_open): Relax test.
7753         * tests/test-fopen.h (test_fopen): Likewise.
7754         * tests/test-openat-safer.c (main): Likewise.
7755
7756         open: fix opening directory on mingw
7757         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
7758
7759         test-open: on GNU/Hurd, /dev/null is a directory
7760         * tests/test-fopen.h (main): Rename...
7761         (test_fopen): ...to this.  Use a guaranteed non-directory when
7762         confirming open behavior on trailing slash.
7763         * tests/test-openat-safer.c (main): Likewise.
7764         * tests/test-open.h (main): Likewise....
7765         (test_open): ...to this.
7766         * tests/test-fopen.c (main): Adjust caller.
7767         * tests/test-fopen-safer.c (main): Likewise.
7768         * tests/test-open.c (main): Likewise.
7769         * tests/test-fcntl-safer.c (main): Likewise.
7770         Reported by Samuel Thibault.
7771
7772         rename, fchdir: don't ignore chdir failure
7773         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
7774         * lib/rename.c (rpl_rename) [W32]: Likewise.
7775         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
7776         an empty destination directory if source cannot be renamed,
7777         although there is still possibility for failure.
7778         * doc/posix-functions/rename.texi (rename): Document the race.
7779         Reported by Jim Meyering.
7780
7781         maint: cleanup whitespace in recent commits
7782         * lib/rename.c (rpl_rename): Remove tabs.
7783         * tests/test-link.h (test_link): Likewise.
7784         * lib/fchdir.c (get_name): Likewise.
7785         Reported by Jim Meyering.
7786
7787 2009-10-02  Ben Pfaff  <blp@gnu.org>
7788
7789         relocatable-prog-wrapper: Add missing dependency on
7790         double-slash-root.
7791         * modules/relocatable-prog-wrapper: Add dependency.
7792         Reported by Ian Beckwith <ianb@erislabs.net>.
7793
7794 2009-10-02  Eric Blake  <ebb9@byu.net>
7795
7796         renameat: fix Solaris bugs
7797         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
7798         needed fixing.
7799         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
7800         * modules/stdio (Makefile.am): Substitute it.
7801         * lib/stdio.in.h (renameat): Declare replacement.
7802         * lib/renameat.c (rpl_renameat): Implement fix.
7803
7804         renameat: new module
7805         * modules/renameat: New file.
7806         * lib/renameat.c (renameat): Likewise.
7807         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
7808         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
7809         * modules/stdio (Makefile.am): Substitute them.
7810         * lib/stdio.in.h (renameat): Declare it.
7811         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
7812         * doc/posix-functions/renameat.texi (renameat): Likewise.
7813         * modules/renameat-tests: New test.
7814         * tests/test-renameat.c: Likewise.
7815
7816         rename: fix mingw bugs
7817         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
7818         directory overwrite bugs.
7819
7820         rename: fix another cygwin 1.5 bug
7821         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
7822         checks.
7823         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
7824         unnecessary cygwin workarounds.  Also work around bug with moving
7825         full directory onto an empty one.
7826         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
7827
7828         rename-dest-slash: merge into rename module
7829         * modules/rename-dest-slash (Status): Mark obsolete.
7830         (Depends-on): Add rename.
7831         (Files): Let rename do it all.
7832         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
7833         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
7834         * m4/rename-dest-slash.m4: ...so this file can be deleted.
7835         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
7836         * lib/rename.c (rpl_rename): Update comments.
7837
7838         rename: fix cygwin 1.5.x bugs
7839         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
7840         * lib/rename.c (rpl_rename): Work around them.
7841         * modules/rename (Depends-on): Add same-inode.
7842
7843         rename: fix Solaris 10 bug
7844         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
7845         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
7846         was the only bug.
7847
7848         rename: fix Solaris 9 bug
7849         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
7850         on non-directory.  Avoid calling exit.
7851         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
7852         strdup.
7853         * modules/rename-tests (Depends-on): Drop lstat.
7854         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
7855         (gl_PREREQ_RENAME): Delete unused macro.
7856
7857         rename-dest-slash: fix NetBSD bug
7858         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
7859         links.
7860         * modules/rename-dest-slash (Depends-on): Add same-inode.
7861
7862         rename-tests: new test, exposes several platform bugs
7863         * modules/rename-tests: New file.
7864         * tests/test-rename.h: Likewise.
7865         * tests/test-rename.c: Likewise.
7866         * doc/posix-functions/rename.texi (rename): Improve documentation,
7867         including bugs that will eventually be fixed in gnulib.
7868
7869 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
7870
7871         * lib/uname.c: Include <stdlib.h>
7872         (uname): Assume version info is available.
7873
7874 2009-10-02  Jim Meyering  <meyering@redhat.com>
7875
7876         gnu-web-doc-update: correct --help output
7877         * build-aux/gnu-web-doc-update: Make --help output relevant.
7878
7879         gnu-web-doc-update: add standard options
7880         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
7881
7882         gnu-web-doc-update: New module.
7883         Use this script to automatically update the on-line web documentation
7884         for your GNU project at http://www.gnu.org/software/$pkg/manual/
7885         * modules/gnu-web-doc-update: New file, from coreutils.
7886         * build-aux/gnu-web-doc-update: New script.
7887
7888 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
7889
7890         link: LoadLibrary is not needed.
7891         * lib/link.c: Use GetModuleHandle.
7892
7893 2009-10-01  Eric Blake  <ebb9@byu.net>
7894
7895         getopt: bump serial number
7896         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
7897         change.
7898
7899         tests: tighten link, rmdir, and remove tests
7900         * tests/test-link.h (includes): No need to use <config.h> here.
7901         Clean up if directory hard link was created, otherwise test for
7902         trailing '.'.
7903         * tests/test-linkat.c (main): Simplify.
7904         * tests/test-remove.c (main): Enhance test for trailing '.'.
7905         * tests/test-rmdir.h (test_rmdir_func): Likewise.
7906
7907 2009-10-01  Jim Meyering  <meyering@redhat.com>
7908
7909         maint.mk: requiring "make major" was annoying, for a "minor" release.
7910         What is intended is "stable", to contrast with alpha and beta,
7911         so require "make stable", not "make major".
7912         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
7913         (get_tool_versions): Likewise.
7914         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
7915
7916 2009-09-30  Ben Pfaff  <blp@gnu.org>
7917
7918         Fix broken build of replacement for Windows tmpfile().
7919         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
7920         flags argument added along with the 'mkostemp' module.
7921
7922 2009-09-28  Bruno Haible  <bruno@clisp.org>
7923
7924         Avoid identifier clash with POSIX function 'remove' defined as a macro.
7925         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
7926         to 'remove_elt'.
7927         (gl_list_remove): Update.
7928         * lib/gl_list.c (gl_list_remove): Update.
7929         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
7930         to 'remove_elt'.
7931         (gl_oset_remove): Update.
7932         * lib/gl_list.c (gl_oset_remove): Update.
7933         Reported by Eric Blake.
7934
7935 2009-09-28  Eric Blake  <ebb9@byu.net>
7936
7937         doc: mention yet more cygwin 1.7 status
7938         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
7939         cygwin.
7940         * doc/glibc-functions/execvpe.texi (execvpe): New file.
7941         * doc/gnulib.texi (Glibc unistd.h): Mention it.
7942
7943         argp: fix test failure
7944         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
7945         that are not upper-case.  Pass correct range to tolower.
7946
7947 2009-09-27  Jim Meyering  <meyering@redhat.com>
7948
7949         test-yesno: work around sparc-dash here-document infelicity
7950         Without this change, the literal \177 byte in a here document
7951         would make dash 0.5.5.1-3 access uninitialized memory.
7952         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
7953         Instead, use a marker, "@", and filter through tr to create the desired
7954         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
7955
7956 2009-09-27  Bruno Haible  <bruno@clisp.org>
7957
7958         Disable untested support for new flavours of ACLs on AIX.
7959         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
7960         progress.
7961         * lib/set-mode-acl.c (qset_acl): Likewise.
7962
7963 2008-12-07  Bruno Haible  <bruno@clisp.org>
7964
7965         Add support for new flavours of ACLs on AIX. (Untested.)
7966         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
7967         (file_has_acl): Add support for newer AIX.
7968         * lib/set-mode-acl.c (qset_acl): Likewise.
7969         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
7970         Rainer Tammer <tammer@tammer.net>.
7971
7972 2009-09-26  Eric Blake  <ebb9@byu.net>
7973
7974         argp: fix compilation of getopt
7975         * lib/getopt.in.h (includes): Use different guard than glibc.
7976         Reported by Sergey Poznyakoff.
7977
7978         doc: mention more cygwin 1.7 status
7979         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
7980         bug.
7981         * doc/posix-functions/execl.texi (execl): Likewise.
7982         * doc/posix-functions/execle.texi (execle): Likewise.
7983         * doc/posix-functions/execlp.texi (execlp): Likewise.
7984         * doc/posix-functions/execv.texi (execv): Likewise.
7985         * doc/posix-functions/execve.texi (execve): Likewise.
7986         * doc/posix-functions/execvp.texi (execvp): Likewise.
7987         * doc/glibc-functions/canonicalize_file_name.texi
7988         (canonicalize_file_name): Cygwin 1.7 now provides this.
7989         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
7990         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
7991         on AT_SYMLINK_NOFOLLOW.
7992
7993 2009-09-24  Eric Blake  <ebb9@byu.net>
7994
7995         test-linkat: make test more robust
7996         * tests/test-linkat.c (main): Avoid collision with EEXIST.
7997
7998         getopt: fix inclusion guards for cygwin
7999         * modules/getopt-posix (Depends-on): Add include-next.
8000         (Makefile.am): Substitute more items in replacement header.
8001         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
8002         <getopt.h>.
8003         * lib/getopt.in.h (includes): Use split inclusion guard, and
8004         prefer <getopt.h> over include <unistd.h> when one is present.
8005         (option): Also override name of 'struct option'.
8006
8007         same-inode: revert prior change; it is not yet ready
8008         * NEWS: Undo mention of this change.
8009         * lib/same-inode.h (same-inode.h): Undo tri-state change.
8010         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
8011         * lib/cycle-check.c (cycle_check): Likewise.
8012         * lib/same.c (same_name): Likewise.
8013         * lib/at-func2.c (at_func2): Likewise.
8014
8015 2009-09-23  Eric Blake  <ebb9@byu.net>
8016
8017         linkat: new module
8018         * modules/linkat: New file.
8019         * lib/at-func2.c (at_func2): Likewise.
8020         * lib/linkat.c (linkat): Likewise.
8021         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
8022         * lib/openat-priv.h (at_func2): Add declaration.
8023         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8024         * modules/unistd (Makefile.am): Substitute them.
8025         * lib/unistd.in.h (linkat): Declare it.
8026         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8027         * doc/posix-functions/linkat.texi (linkat): Likewise.
8028         * doc/posix-functions/link.texi (link): Tweak wording.
8029         * tests/test-link.c (main): Move guts...
8030         * tests/test-link.h (test_link): ...into new file.
8031         * modules/linkat-tests: New test.
8032         * tests/test-linkat.c: Likewise.
8033         * modules/link-tests (Files): Ship new file.
8034         (Depends-on): Add stdbool.
8035
8036         dirname: add library-safe mdir_name
8037         * lib/dirname.h (mdir_name): New prototype.
8038         * lib/dirname.c (dir_name): Move guts...
8039         (mdir_name): ...to new function that avoids xalloc_die.
8040
8041         fchdir: another mingw fix
8042         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
8043         * lib/fchdir.c (get_name): New helper method; skips canonicalize
8044         on mingw (where it has not yet been ported), and make it optional
8045         elsewhere.
8046         (_gl_register_fd): Use it.
8047
8048         same-inode: make SAME_INODE tri-state, to port to mingw
8049         * NEWS: Mention this change.
8050         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
8051         st_ino always being 0.
8052         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
8053         * lib/cycle-check.c (cycle_check): Likewise.
8054         * lib/same.c (same_name): Likewise.
8055
8056         lstat: avoid mingw compilation error
8057         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
8058         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
8059         lstat ourselves.
8060         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
8061         was adequate.
8062         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
8063         the checks for lstat.
8064         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
8065
8066         link: fix test failure on Solaris 9
8067         * lib/link.c (rpl_link): Don't assume link will catch bogus
8068         trailing slash on source.
8069
8070         test-symlinkat: enhance test
8071         * tests/test-readlink.c (main): Move guts...
8072         * tests/test-readlink.h (test_readlink): ...into new file.
8073         * tests/test-symlink.c (main): Move guts...
8074         * tests/test-symlink.h (test_symlink): ...into new file.
8075         * tests/test-symlinkat.c (main): Use new files for further
8076         coverage.
8077         (do_symlink, do_readlink): New helper functions.
8078         * modules/symlink-tests (Files): Ship new file.
8079         (Depends-on): Add stdbool.
8080         * modules/readlink-tests (Files): Ship new file.
8081         (Depends-on): Add stdbool.
8082         * modules/symlinkat-tests (Files): Use new files.
8083
8084 2009-09-23  Eric Blake  <ebb9@byu.net>
8085
8086         readlink: document portability issue with symlink length
8087         * doc/posix-functions/lstat.texi (lstat): Mention that some file
8088         systems have bogus st_size on symlinks, and mention the
8089         areadlink-with-size module.
8090         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
8091         * doc/posix-functions/readlink.texi (readlink): Mention the
8092         areadlink module, and ERANGE failure.
8093         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8094         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
8095
8096         readlink: fix Solaris 9 bug with trailing slash
8097         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
8098         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
8099         * doc/posix-functions/readlink.texi (readlink): Document this.
8100         * modules/readlink-tests: New test.
8101         * tests/test-readlink.c: Likewise.
8102
8103         readlink: fix cygwin 1.5.x bug with return type
8104         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
8105         * lib/unistd.in.h (readlink): Use ssize_t.
8106         * lib/readlink.c (readlink): Likewise.
8107         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8108         * modules/unistd (Makefile.am): Substitute it.
8109         * lib/unistd.in.h (readlink): Declare replacement.
8110         * doc/posix-functions/readlink.texi (readlink): Document this.
8111
8112         symlink: use throughout gnulib
8113         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
8114         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
8115         symlink is not used.
8116         * modules/symlinkat (Depends-on): Add symlink.
8117         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8118         * modules/canonicalize-tests (Depends-on): Likewise.
8119         * modules/lstat-tests (Depends-on): Likewise.
8120         * modules/openat-tests (Depends-on): Likewise.
8121         * modules/remove-tests (Depends-on): Likewise.
8122         * modules/rmdir-tests (Depends-on): Likewise.
8123         * modules/unlink-tests (Depends-on): Likewise.
8124         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
8125         * tests/test-canonicalize.c (symlink): Likewise.
8126         * tests/test-fstatat.c (symlink): Likewise.
8127         * tests/test-lstat.c (symlink): Likewise.
8128         * tests/test-remove.c (symlink): Likewise.
8129         * tests/test-rmdir.c (symlink): Likewise.
8130         * tests/test-unlink.c (symlink): Likewise.
8131         * tests/test-unlinkat.c (symlink): Likewise.
8132
8133         symlink: new module, for Solaris 9 bug
8134         * modules/symlink: New file.
8135         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
8136         * lib/symlink.c: Likewise.
8137         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8138         * modules/unistd (Makefile.am): Substitute them.
8139         * lib/unistd.in.h (symlink): Declare replacement.
8140         * MODULES.html.sh (File system functions): Mention it.
8141         * doc/posix-functions/symlink.texi (symlink): Likewise.
8142         * modules/symlink-tests: New test.
8143         * tests/test-symlink.c: Likewise.
8144
8145 2009-09-23  Bruno Haible  <bruno@clisp.org>
8146
8147         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
8148         when needed.
8149         Test case: gnulib-tool --import --with-tests atexit inttypes.
8150         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
8151
8152 2009-09-23  Bruno Haible  <bruno@clisp.org>
8153
8154         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
8155         subcommand, not in a subshell.
8156
8157 2009-09-22  Eric Blake  <ebb9@byu.net>
8158
8159         unistd: sort replacement declarations
8160         * lib/unistd.in.h: Sort declarations.
8161
8162         open, openat: minor optimization
8163         * lib/open.c (open): If open succeeded, len is non-zero.
8164         * lib/openat.c (rpl_openat): Likewise.
8165
8166         link-follow: ensure correct result
8167         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
8168         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
8169         distinguish between possible failures.
8170
8171 2009-09-21  Eric Blake  <ebb9@byu.net>
8172
8173         fts: avoid compiler warning
8174         * lib/fts.c (dirent_inode_sort_may_be_useful)
8175         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
8176
8177 2009-09-19  Bruno Haible  <bruno@clisp.org>
8178
8179         * lib/progreloc.c (canonicalize_file_name): New declaration.
8180
8181 2009-09-19  Eric Blake  <ebb9@byu.net>
8182
8183         link: fix quoting
8184         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
8185
8186         openat: fix openat bugs on Solaris 9
8187         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
8188         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
8189         * modules/openat (Depends-on): Add open.
8190         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
8191         * modules/fcntl-h (Makefile.am): Substitute it.
8192         * lib/fcntl.in.h (openat): Declare replacement.
8193         * doc/posix-functions/openat.texi (openat): Document this.
8194
8195         openat: move fstatat and unlinkat into correct files
8196         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
8197         compiled.
8198         * lib/openat.c (fstatat, unlinkat): Move...
8199         * lib/fstatat.c (fstatat): ...into correct files.
8200         * lib/unlinkat.c (unlinkat): Likewise.
8201
8202         openat: fix unlinkat bugs on Solaris 9
8203         * lib/unlinkat.c (unlinkat): New file.
8204         * modules/openat (Depends-on): Add unlink.
8205         (Files): Distribute it.
8206         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
8207         trailing slash behavior is broken.
8208         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8209         * modules/unistd (Makefile.am): Substitute it.
8210         * lib/unistd.in.h (unlinkat): Declare replacement.
8211         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
8212
8213         openat: fix fstatat bugs on Solaris 9
8214         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
8215         stat.
8216         * doc/posix-functions/fstatat.texi (fstatat): Document this.
8217
8218         test-unlinkat: enhance test, to expose Solaris 9 bug
8219         * tests/test-unlink.c (main): Factor guts...
8220         * tests/test-unlink.h (test_rmdir_func): ...into new file.
8221         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
8222         * tests/test-rmdir.c (main): Adjust caller.
8223         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
8224         (unlinker): New helper function.
8225         (rmdirat): Enhance check.
8226         * modules/rmdir-tests (Depends-on): Add stdbool.
8227         * modules/unlink-tests (Depends-on): Likewise.
8228         (Files): Add test-unlink.h.
8229         * modules/openat-tests (Files): Likewise.
8230         (Depends-on): Add unlinkdir.
8231
8232         test-fstatat: new test, to expose Solaris 9 bugs
8233         * tests/test-stat.c (main): Factor guts...
8234         * tests/test-stat.h (test_stat_func): ...into new file.
8235         * tests/test-lstat.c (main): Factor guts...
8236         * tests/test-lstat.h (test_lstat_func): ...into new file.
8237         * tests/test-fstatat.c: New file.
8238         * modules/stat-tests (Files): Add test-stat.h.
8239         * modules/lstat-tests (Files): Add test-lstat.h.
8240         (Depends-on): Add stdbool.
8241         * modules/openat-tests (Depends-on): Add pathmax.
8242         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
8243         (Makefile.am): Run new test.
8244
8245         remove: new module, for mingw and Solaris 9 bugs
8246         * modules/remove: New file.
8247         * lib/remove.c: Likewise.
8248         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
8249         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
8250         * modules/stdio (Makefile.am): Use them.
8251         * lib/stdio.in.h (remove): Declare replacement.
8252         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8253         * doc/posix-functions/remove.texi (remove): Likewise.
8254         * modules/remove-tests: New test.
8255         * tests/test-remove.c: Likewise.
8256
8257         unlink: new module, for Solaris 9 bug
8258         * modules/unlink: New file.
8259         * lib/unlink.c: Likewise.
8260         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
8261         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8262         * modules/unistd (Makefile.am): Use them.
8263         * lib/unistd.in.h (stat): Declare replacement.
8264         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8265         * doc/posix-functions/unlink.texi (unlink): Likewise.
8266         * modules/unlink-tests: New test.
8267         * tests/test-unlink.c: Likewise.
8268
8269         lstat: fix Solaris 9 bug
8270         * lib/lstat.c (lstat): Also check for trailing slash on
8271         non-symlink, non-directories.  Use stat module to simplify logic.
8272         * doc/posix-functions/lstat.texi (lstat): Document it.
8273         * modules/lstat-tests (Depends-on): Add errno, same-inode.
8274         (configure.ac): Check for symlink.
8275         * tests/test-lstat.c (main): Add more tests.
8276
8277         stat: add as dependency to other modules
8278         * modules/chown (Depends-on): Add stat.
8279         * modules/euidaccess (Depends-on): Likewise.
8280         * modules/fchdir (Depends-on): Likewise.
8281         * modules/isdir (Depends-on): Likewise.
8282         * modules/link (Depends-on): Likewise.
8283         * modules/lstat (Depends-on): Likewise.
8284         * modules/mkdir-p (Depends-on): Likewise.
8285         * modules/modechange (Depends-on): Likewise.
8286         * modules/open (Depends-on): Likewise.
8287         * modules/readlink (Depends-on): Likewise.
8288         * modules/same (Depends-on): Likewise.
8289
8290         stat: fix Solaris 9 bug
8291         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
8292         slash.
8293         * lib/stat.c (rpl_stat): Work around it.
8294         * doc/posix-functions/stat.texi (stat): Update documentation.
8295
8296         stat: new module, for mingw bug
8297         * modules/stat: New file.
8298         * lib/stat.c: Likewise.
8299         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
8300         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8301         * modules/sys_stat (Makefile.am): Use them.
8302         * lib/sys_stat.in.h (stat): Declare replacement.
8303         * lib/openat.c (fstatat): Deal with lstat and stat being function
8304         macros.
8305         * modules/openat (Depends-on): Add inline.
8306         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8307         * doc/posix-functions/stat.texi (stat): Likewise.
8308         * modules/stat-tests: New test.
8309         * tests/test-stat.c: Likewise.
8310
8311 2009-09-19  Jim Meyering  <meyering@redhat.com>
8312
8313         syntax-check: detect unnecessary inclusion of canonicalize.h
8314         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
8315
8316 2009-09-19  Eric Blake  <ebb9@byu.net>
8317
8318         canonicalize-lgpl: adjust clients to use correct header
8319         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8320         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
8321         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
8322         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
8323         * lib/progreloc.c (includes): Likewise.
8324
8325 2009-09-19  Jim Meyering  <meyering@redhat.com>
8326
8327         test-posixtm.c: correct a comment
8328         * tests/test-posixtm.c: Correct first-line comment.
8329         Spotted by Eric Blake.
8330
8331 2009-09-16  Jim Meyering  <meyering@redhat.com>
8332
8333         posixtm-tests: make T const-correct; add a test case
8334         * tests/test-posixtm.c (T): Declare const.
8335         Add a test for -(2^31+1).
8336         Remove useless can-succeed-only-in-2002 test.
8337
8338         posixtm-tests: adjust the sole failing test
8339         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
8340         expected output matches what mktime now produces.  Cross-checked via
8341         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
8342
8343         posixtm: move #ifdef'd tests into a new module
8344         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
8345         * tests/test-posixtm.c: ... this new file.
8346         * modules/posixtm-tests: New module.
8347
8348 2009-09-19  Eric Blake  <ebb9@byu.net>
8349
8350         openat: simplify use of at-func.c
8351         * lib/at-func.c (includes): Include prerequisites here, to
8352         simplify requirements on client files.
8353         * lib/openat-priv.h: Add double-inclusion guard.
8354         * lib/faccessat.c (includes): Simplify.
8355         * lib/fchmodat.c (includes): Likewise.
8356         * lib/fchownat.c (includes): Likewise.
8357         * lib/mkdirat.c (includes): Likewise.
8358         * lib/mkfifoat.c (includes): Likewise.
8359         * lib/symlinkat.c (includes): Likewise.
8360
8361         openat: allow return of fd 0
8362         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
8363         * modules/save-cwd (Depends-on): Replace fcntl-safer with
8364         unistd-safer.
8365         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
8366         <fcntl.h>; this module does not leak fds.
8367         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
8368         must be allowed to return 0, leaving openat_safer to add the
8369         safety.
8370         (openat_permissive): Avoid writing to just-opened fd 2 if
8371         restoring the current directory fails.
8372         * lib/openat-die.c (openat_restore_fail): Add comment.
8373         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
8374         (save_cwd): Guarantee safe fd, but without use of open_safer.
8375         * tests/test-openat.c: New test.
8376         * modules/openat-tests (Files, Makefile.am): Distribute and build
8377         new file.
8378
8379         relocatable-prog-wrapper: fix build
8380         * modules/relocatable-prog-wrapper (Files): Update name of
8381         canonicalize m4 file, broken on 2009-09-17.
8382         Reported by emad hajjar <aleppos@hotmail.com>.
8383
8384 2009-09-19  Bruno Haible  <bruno@clisp.org>
8385
8386         * lib/safe-alloc.h: Use the standard header with GPL copyright.
8387         * lib/safe-alloc.c: Likewise.
8388         Reported by Ian Beckwith <ianb@erislabs.net>.
8389
8390 2009-09-18  Bruno Haible  <bruno@clisp.org>
8391
8392         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
8393         Reported by <erobles@sensacd.com.mx>.
8394
8395 2009-09-17  Eric Blake  <ebb9@byu.net>
8396
8397         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
8398         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
8399         slashes when checking if last component is missing.
8400         * tests/test-canonicalize.c (main): Test this.
8401
8402         canonicalize, canonicalize-lgpl: honor // if distinct from /
8403         * modules/canonicalize (Files): Add double-slash-root.m4.
8404         * modules/canonicalize-lgpl (Files): Likewise.
8405         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
8406         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
8407         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
8408         fallback definition.
8409         (canonicalize_filename_mode): Use it to protect //.
8410         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
8411         (__realpath): Likewise.
8412         * tests/test-canonicalize.c (main): Test this.
8413         * tests/test-canonicalize-lgpl.c (main): Likewise.
8414         * modules/canonicalize-tests (Depends-on): Add same-inode.
8415         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
8416
8417         canonicalize-lgpl: fix glibc bug with trailing slash
8418         * m4/canonicalize-lgpl.m4: Move contents...
8419         * m4/canonicalize.m4: ...here.
8420         (gl_CANONICALIZE_LGPL): Factor realpath check...
8421         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
8422         glibc 2.3.5 bug, fixed 2005-04-27.
8423         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
8424         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
8425         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
8426         * modules/canonicalize-lgpl (Files): Manage file rename.
8427         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8428         * modules/stdlib (Makefile.am): Substitute witness.
8429         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
8430         is needed.
8431         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
8432         replacement is required.
8433         * lib/canonicalize.c (canonicalize_file_name): Likewise.
8434         * doc/glibc-functions/canonicalize_file_name.texi
8435         (canonicalize_file_name): Document this.
8436         * doc/posix-functions/realpath.texi (realpath): Likewise.
8437
8438         canonicalize-lgpl: reject non-directory with trailing slash
8439         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
8440         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
8441         catches failures in glibc 2.3.5.
8442         * tests/test-canonicalize.c (main): Likewise.
8443
8444         canonicalize-lgpl: use native realpath if it works
8445         * lib/canonicalize-lgpl.c (realpath): Guard with
8446         FUNC_REALPATH_WORKS.
8447         * lib/stdlib.in.h (realpath): Make declaration optional based on
8448         HAVE_REALPATH.
8449         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
8450         native realpath works.
8451         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
8452         * modules/stdlib (Makefile.am): Substitute witness.
8453
8454         canonicalize, canonicalize-lgpl: use <stdlib.h>
8455         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
8456         (Include): Mention <stdlib.h>.
8457         (configure.ac): Mention functions we provide.
8458         * modules/canonicalize (configure.ac): Likewise.
8459         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
8460         realpath if canonicalize_file_name is missing.
8461         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
8462         * modules/stdlib (Makefile.am): Substitute witnesses.
8463         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
8464         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
8465         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
8466         * NEWS: Document this.
8467         * doc/glibc-functions/canonicalize_file_name.texi
8468         (canonicalize_file_name): Likewise.
8469         * doc/posix-functions/realpath.texi (realpath): Likewise.
8470         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
8471
8472         test-canonicalize: consolidate into single C program
8473         * tests/test-canonicalize.sh: Delete; move setup into...
8474         * tests/test-canonicalize.c (main): ...the program, making it
8475         easier to run in debugger.  Add some tests.
8476         * modules/canonicalize-tests (Files): Remove unused file.
8477         (Depends-on): Add progname.
8478         (configure.ac, Makefile.am): Simplify.
8479
8480         test-canonicalize-lgpl: consolidate into single C program
8481         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
8482         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
8483         easier to run in debugger.  Add some tests.
8484         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
8485         (configure.ac, Makefile.am): Simplify.
8486
8487         canonicalize: avoid resolvepath
8488         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
8489         unnecessary checks.
8490         * lib/canonicalize.c (includes): Simplify.
8491         (canonicalize_file_name): Drop resolvepath implementation.
8492         * modules/canonicalize (Depends-on): Drop filenamecat.
8493
8494         canonicalize: don't lose errno
8495         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
8496         over calls to free.
8497
8498         canonicalize: simplify errno handling
8499         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
8500         assignment.
8501
8502         canonicalize, canonicalize-lgpl: update module dependencies
8503         * modules/canonicalize (Depends-on): Add extensions, lstat,
8504         pathmax, stdlib.
8505         (Files): Drop pathmax.h.
8506         (configure.ac): Adjust macro name.
8507         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
8508         lstat, stdlib, sys_stat.
8509         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
8510         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
8511         extensions.
8512         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
8513         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
8514         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
8515         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
8516         declaration, if available.
8517         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
8518         we can rely on the readlink module.
8519         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
8520         (includes): Use <unistd.h> unconditionally.
8521
8522 2009-09-17  Eric Blake  <ebb9@byu.net>
8523
8524         maint: make Include sections of modules consistent
8525         * modules/alloca: Use only header name; no need to list #include.
8526         * modules/alloca-opt: Likewise.
8527         * modules/arpa_inet: Likewise.
8528         * modules/canon-host: Likewise.
8529         * modules/configmake: Likewise.
8530         * modules/dirent: Likewise.
8531         * modules/eealloc: Likewise.
8532         * modules/environ: Likewise.
8533         * modules/fchdir: Likewise.
8534         * modules/fcntl: Likewise.
8535         * modules/fcntl-h: Likewise.
8536         * modules/gethrxtime: Likewise.
8537         * modules/gettime: Likewise.
8538         * modules/ignore-value: Likewise.
8539         * modules/inet_ntop: Likewise.
8540         * modules/inet_pton: Likewise.
8541         * modules/inttypes: Likewise.
8542         * modules/isnand-nolibm: Likewise.
8543         * modules/isnanf-nolibm: Likewise.
8544         * modules/mbchar: Likewise.
8545         * modules/mbfile: Likewise.
8546         * modules/mbiter: Likewise.
8547         * modules/mbuiter: Likewise.
8548         * modules/netdb: Likewise.
8549         * modules/netinet_in: Likewise.
8550         * modules/nproc: Likewise.
8551         * modules/pagealign_alloc: Likewise.
8552         * modules/poll: Likewise.
8553         * modules/printf-frexp: Likewise.
8554         * modules/pthread: Likewise.
8555         * modules/putenv: Likewise.
8556         * modules/random_r: Likewise.
8557         * modules/relocatable-prog: Likewise.
8558         * modules/search: Likewise.
8559         * modules/select: Likewise.
8560         * modules/selinux-h: Likewise.
8561         * modules/settime: Likewise.
8562         * modules/signal: Likewise.
8563         * modules/size_max: Likewise.
8564         * modules/socklen: Likewise.
8565         * modules/ssize_t: Likewise.
8566         * modules/stdarg: Likewise.
8567         * modules/stdbool: Likewise.
8568         * modules/stddef: Likewise.
8569         * modules/stdint: Likewise.
8570         * modules/stdio: Likewise.
8571         * modules/stdlib: Likewise.
8572         * modules/string: Likewise.
8573         * modules/strings: Likewise.
8574         * modules/sys_file: Likewise.
8575         * modules/sys_ioctl: Likewise.
8576         * modules/sys_select: Likewise.
8577         * modules/sys_socket: Likewise.
8578         * modules/sys_stat: Likewise.
8579         * modules/sys_time: Likewise.
8580         * modules/sys_times: Likewise.
8581         * modules/sys_utsname: Likewise.
8582         * modules/sys_wait: Likewise.
8583         * modules/sysexits: Likewise.
8584         * modules/time: Likewise.
8585         * modules/times: Likewise.
8586         * modules/tmpfile: Likewise.
8587         * modules/trim: Likewise.
8588         * modules/unistd: Likewise.
8589         * modules/wchar: Likewise.
8590         * modules/wctype: Likewise.
8591
8592 2009-09-17  Bruno Haible  <bruno@clisp.org>
8593
8594         Make getdate.y compile on QNX and NetBSD 5 / i386.
8595         * m4/getdate.m4 (gl_GETDATE): Conditionally define
8596         TIME_T_FITS_IN_LONG_INT.
8597         * lib/getdate.y (long_time_t): New type.
8598         (relative_time): Change type of 'seconds' field to long_time_t.
8599         (get_date): Update types of local variables. Check against overflow
8600         during conversion from long_time_t to time_t.
8601         Reported by Matt Kraai <kraai@ftbfs.org>
8602         and Hasso Tepper <hasso@netbsd.org>.
8603
8604 2009-09-17  Bruno Haible  <bruno@clisp.org>
8605
8606         * modules/COPYING: Update copyright years.
8607         * modules/README: Likeiwse.
8608         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
8609         Reported by Ian Beckwith <ianb@erislabs.net>.
8610
8611 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
8612
8613         * users.txt: Update references for gnuit package.
8614
8615 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
8616
8617         * m4/getdelim.m4: Fix typo in copyright line.
8618
8619 2009-09-17  Bruno Haible  <bruno@clisp.org>
8620
8621         * lib/atoll.c: Use the standard header with GPL copyright.
8622         * lib/argz.in.h: Likewise.
8623         * lib/glob.c: Likewise.
8624         * lib/glob-libc.h: Likewise.
8625         * lib/random_r.c: Likewise.
8626         * lib/siglist.h: Likewise.
8627         * lib/strsignal.c: Likewise.
8628         Reported by Ian Beckwith <ianb@erislabs.net>.
8629
8630 2009-09-17  Eric Blake  <ebb9@byu.net>
8631
8632         rmdir: ensure correct dependency order
8633         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
8634
8635 2009-09-17  Bruno Haible  <bruno@clisp.org>
8636
8637         Disable assertion that fails on NetBSD 5 / i386.
8638         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
8639         Reported by Sam Steingold <sds@gnu.org>
8640         and Hasso Tepper <hasso@netbsd.org>.
8641
8642 2009-09-16  Eric Blake  <ebb9@byu.net>
8643
8644         unlinkdir: port to mingw
8645         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
8646         on which no one can unlink a directory.
8647
8648         stdlib: sort witness names
8649         * modules/stdlib (Makefile.am): Sort replacements.
8650         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
8651         * lib/stdlib.in.h: Likewise.
8652
8653         parse-duration-tests: avoid link failure
8654         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
8655         LIBINTL.
8656         Reported by Tom G. Christensen.
8657
8658         openat-tests: ensure unlinkat behaves like rmdir
8659         * tests/test-rmdir.c (main): Factor guts...
8660         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
8661         * modules/rmdir-tests (Files): Ship new file.
8662         * modules/openat-tests: New test.
8663         * tests/test-unlinkat.c: Likewise.
8664
8665         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
8666         * modules/rmdir-errno (Status, Notice): Now obsolete.
8667
8668         rmdir: work around cygwin 1.5.x and mingw bugs
8669         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
8670         * lib/rmdir.c (rmdir): Work around it.
8671         * modules/rmdir (Status, Notice): No longer obsolete.
8672         (Files): Add dos.m4.
8673         (Depends-on): Add unistd.
8674         (configure.ac): Set witnesses.
8675         (License): Relax to LGPLv2+.
8676         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
8677         * modules/unistd (Makefile.am): Substitute witnesses.
8678         * lib/unistd.in.h (rmdir): Declare replacement.
8679         * doc/posix-functions/rmdir.texi (rmdir): Document this.
8680         * modules/rmdir-tests: New tests.
8681         * tests/test-rmdir.c: Likewise.
8682
8683 2009-09-15  Eric Blake  <ebb9@byu.net>
8684
8685         fchdir: improve use of replacement functions
8686         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
8687         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
8688         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
8689         REPLACE_CLOSEDIR.
8690         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
8691         * modules/sys_stat (Makefile.am): Substitute correct witness.
8692         * modules/dirent (Makefile.am): Likewise.
8693         * modules/unistd (Makefile.am): Likewise.
8694         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
8695         * lib/unistd.in.h (dup): Likewise.
8696         * lib/sys_stat.in.h (fstat): Likewise.
8697
8698         maint: ignore gnulib-tool temp files
8699         * .gitignore: Ignore files created during gnulib-tool --test.
8700
8701 2009-09-13  Jim Meyering  <meyering@redhat.com>
8702
8703         posixtm: don't reject a time that specify "60" as the number of seconds
8704         * lib/posixtm.c (posixtime): The code to reject invalid dates
8705         would also reject a time specified with the .60 suffix.
8706         But POSIX allows that, in order to accommodate leap seconds.
8707         So don't reject it.
8708         (main): Adjust tests accordingly.
8709         * modules/posixtm (Depends-on): Add stpcpy.
8710
8711 2009-09-11  Jim Meyering  <meyering@redhat.com>
8712
8713         announce-gen: include [$release_type] in emitted Subject:
8714         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
8715         e.g., [stable] in the emitted Subject: line.
8716
8717 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8718
8719         Remove obsolete macros from several modules.
8720         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
8721         obsolete Autoconf macros with their modern counterparts.
8722         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
8723         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
8724         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
8725         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
8726         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
8727         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
8728         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
8729         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
8730         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
8731         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
8732         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
8733         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
8734         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
8735         * m4/sockets.m4 (gl_SOCKETS): Likewise.
8736         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
8737         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
8738         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
8739         * m4/time_r.m4 (gl_TIME_R): Likewise.
8740         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
8741         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
8742         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8743
8744         Fix copyright header in build-aux scripts.
8745         * build-aux/git-version-gen: Fix copyright header to match GPLv3
8746         recommendation.
8747         * build-aux/ncftpput-ftp: Likewise.
8748         * build-aux/update-copyright: Likewise.
8749
8750 2009-09-09  Eric Blake  <ebb9@byu.net>
8751
8752         test-link: allow Linux choice of errno
8753         * tests/test-link.c (main): Relax test for alternate error.
8754
8755         strndup: fix improper m4 caching
8756         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
8757         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
8758         (gl_PREREQ_STRNDUP): Delete.
8759         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
8760         * modules/string (Makefile.am): Substitute it.
8761         * lib/string.in.h (strndup): Modernize prototype.
8762
8763         getcwd: port to mingw
8764         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
8765         different from the POSIX assumptions made throughout the getcwd
8766         module; fortunately, the mingw getcwd does not need replacement.
8767         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
8768         * modules/getcwd-tests: New test.
8769         * tests/test-getcwd.c: Likewise.
8770
8771         link: fix platform bugs
8772         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
8773         * lib/link.c (link): Work around them.  Fix related mingw bug.
8774         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
8775         * modules/unistd (Makefile.am): Substitute it.
8776         * lib/unistd.in.h (link): Declare replacement.
8777         * doc/posix-functions/link.texi (link): Document this.
8778         * modules/link (Depends-on): Add strdup-posix, sys_stat.
8779
8780         test-link: consolidate into single C program, test more cases
8781         * tests/test-link.sh: Delete.
8782         * tests/test-link.c: Test more error conditions.  Exposes bugs on
8783         at least Cygwin and Solaris.
8784         * modules/link-tests (Files): Remove unused file.
8785         (Depends-on): Add errno, sys_stat.
8786         (Makefile.am): Simplify.
8787
8788 2009-09-08  Bruno Haible  <bruno@clisp.org>
8789
8790         Work around towlower, towupper bug on mingw.
8791         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
8792         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
8793         * doc/posix-functions/towlower.texi: Mention the mingw bug.
8794         * doc/posix-functions/towupper.texi: Likewise.
8795         Reported by Eric Blake.
8796
8797 2009-09-08  Jim Meyering  <meyering@redhat.com>
8798
8799         build: don't try to run autoheader if we don't use it
8800         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
8801         is not used in configure.ac.
8802
8803 2009-09-08  Eric Blake  <ebb9@byu.net>
8804
8805         euidaccess: fix compilation error
8806         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
8807
8808         rawmemchr: relax license
8809         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
8810         okay.
8811         Reported by Jim Meyering.
8812
8813         mkfifoat: new module
8814         * modules/mkfifoat: New file.
8815         * lib/mkfifoat.c: Likewise.
8816         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
8817         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8818         * modules/sys_stat (Makefile.am): Use them.
8819         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
8820         * MODULES.html.sh (File system functions): Mention module.
8821         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
8822         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
8823         * modules/mkfifoat-tests: New test.
8824         * tests/test-mkfifoat.c: Likewise.
8825
8826         strchrnul: relax license
8827         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
8828         okay.
8829         Reported by Jim Meyering.
8830
8831 2009-09-08  Eric Blake  <ebb9@byu.net>
8832
8833         fstatat: fix compilation on Solaris
8834         * lib/fstatat.c (includes): Add fcntl.h.
8835         Reported by Pádraig Brady.
8836
8837 2009-09-07  Eric Blake  <ebb9@byu.net>
8838
8839         rename: modernize replacement
8840         * modules/rename (Depends-on): Add stdio.
8841         (configure.ac): Declare witness.
8842         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
8843         stdio take care of replacement.
8844         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
8845         * modules/stdio (Makefile.am): Substitute them.
8846         * lib/stdio.in.h (rename): Declare replacement.
8847         * lib/rename.c (includes): Allow cross-compilation to non-windows
8848         machines.
8849         * doc/posix-functions/rename.texi (rename): Improve
8850         documentation.
8851
8852         stdio: sort witness names
8853         * modules/stdio (Makefile.am): Sort replacements.
8854         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8855         * lib/stdio.in.h: Likewise.
8856
8857         getcwd: minor cleanups
8858         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
8859         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
8860
8861         openat: provide more convenience names
8862         * modules/faccessat (configure.ac): Add C witness.
8863         * lib/unistd.in.h (readlinkat): Fix typo.
8864         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
8865         convenience wrappers.
8866         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
8867         wrappers in syntax checks.
8868
8869 2009-09-06  Eric Blake  <ebb9@byu.net>
8870
8871         doc: fix comments in recent patches
8872         * lib/faccessat.c: Mention correct function.
8873         * lib/fchmodat.c: Likewise.
8874         * lib/fchownat.c: Likewise.
8875         * lib/symlinkat.c: Likewise.
8876         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
8877         constants.
8878
8879         faccessat, symlinkat: continue cleanup of previous patch
8880         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
8881         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
8882         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
8883         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
8884         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
8885         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
8886         set.
8887
8888 2009-09-06  Bruno Haible  <bruno@clisp.org>
8889
8890         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
8891         (fstatat): Declare if GNULIB_FSTATAT is set.
8892         (mkdirat): Declare if GNULIB_MKDIRAT is set.
8893         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
8894         (unlinkat): Declare if GNULIB_UNLINKAT is set.
8895         * modules/fcntl-h (Files): Remove m4/openat.m4.
8896         * modules/sys_stat (Files): Remove m4/openat.m4.
8897         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
8898         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
8899         * modules/unistd (Files): Remove m4/openat.m4.
8900         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
8901         GNULIB_OPENAT.
8902         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
8903         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
8904         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
8905         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
8906         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
8907         gl_OPENAT_DEFAULTS.
8908         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
8909         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
8910         Don't require gl_OPENAT_DEFAULTS.
8911         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
8912         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
8913         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
8914         (gl_OPENAT_DEFAULTS): Remove macro.
8915
8916 2009-09-06  Bruno Haible  <bruno@clisp.org>
8917
8918         * modules/openat (configure.ac): Remove unneeded witness.
8919
8920 2009-09-06  Bruno Haible  <bruno@clisp.org>
8921
8922         Set errno to ENOSYS when a function is entirely unsupported.
8923         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
8924         EOPNOTSUPP.
8925         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
8926         * modules/chown (Depends-on): Remove errno.
8927
8928 2009-09-06  Bruno Haible  <bruno@clisp.org>
8929
8930         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
8931
8932 2009-09-06  Bruno Haible  <bruno@clisp.org>
8933
8934         * lib/sys_stat.in.h: Fix preprocessor command indentation.
8935
8936 2009-09-06  Ben Pfaff  <blp@gnu.org>
8937             Bruno Haible  <bruno@clisp.org>
8938
8939         Work around a glibc bug in strtok_r.
8940         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
8941         Undefine if UNDEFINE_STRTOK_R is set.
8942         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
8943         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
8944         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
8945         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
8946         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
8947         UNDEFINE_STRTOK_R.
8948         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
8949
8950 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
8951
8952         exclude: minor fix
8953         * lib/exclude.c: Include wctype.h
8954
8955 2009-09-06  Akim Demaille  <demaille@gostai.com>
8956
8957         bootstrap: improve error message
8958         * build-aux/bootstrap (find_tool): Upon failure, report the list
8959         of candidates.
8960         Honor the initial value of the envvar.
8961
8962 2009-09-05  Eric Blake  <ebb9@byu.net>
8963
8964         symlinkat: new module
8965         * modules/symlinkat: New file.
8966         * lib/symlinkat.c: Likewise.
8967         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
8968         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
8969         * modules/unistd (Makefile.am): Use them.
8970         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
8971         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
8972         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
8973         * MODULES.html.sh (File system functions): Mention module.
8974         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
8975         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
8976         * modules/symlinkat-tests: New test.
8977         * tests/test-symlinkat.c: Likewise.
8978
8979         test-openat-safer: add more checks
8980         * tests/test-openat-safer.c (main): Check more code paths.
8981
8982 2009-09-05  Jim Meyering  <meyering@redhat.com>
8983
8984         syntax-check: detect unnecessary inclusion of openat.h
8985         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
8986
8987 2009-09-05  Bruno Haible  <bruno@clisp.org>
8988
8989         Support towlower, towupper.
8990         * doc/posix-functions/towlower.texi: Mention module wctype.
8991         * doc/posix-functions/towupper.texi: Likewise.
8992         * lib/wctype.in.h (towlower, towupper): New functions.
8993         * tests/test-wctype.c: Include stdio.h, stdlib.h.
8994         (ASSERT): New macro.
8995         (e): New variable.
8996         (main): Test also towlower, towupper. Test WEOF argument.
8997         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
8998
8999 2009-09-05  Bruno Haible  <bruno@clisp.org>
9000
9001         Fix conversion behaviour when the input is invalid.
9002         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
9003         mark occurring in first pass of indirect conversion.
9004         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
9005         input.
9006         Found by clang's static analyzer.
9007
9008 2009-09-05  Bruno Haible  <bruno@clisp.org>
9009
9010         * tests/test-striconveh.c (main): Test indirect conversion on platforms
9011         where direct conversion is possible.
9012
9013 2009-09-04  Eric Blake  <ebb9@byu.net>
9014
9015         openat: fail with ENOENT on empty name
9016         * lib/openat-proc.c (openat_proc_name): Special-case the empty
9017         buffer.
9018
9019         link-follow: fix logic bug in prior patch
9020         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
9021         reversed sense of yes and no in prior patch.  Avoid confusing
9022         compilation failure with desired semantics.
9023
9024         link-follow: accomodate mingw and cross-compilation
9025         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
9026         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
9027         cross-compilation results to -1, to make linkat easier to
9028         implement when cross-compiling.  Trivially support mingw.
9029         * modules/link-follow (configure.ac): Call new name.
9030         * NEWS: Mention this.
9031
9032 2009-09-03  Eric Blake  <ebb9@byu.net>
9033
9034         faccessat: compile replacement
9035         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
9036         needed.
9037
9038         fts: fix compilation error
9039         * lib/fts.c (includes): Re-add "openat.h", for
9040         openat_needs_fchdir.
9041
9042         faccessat: new module
9043         * modules/faccessat: New file.
9044         * lib/faccessat.c: Likewise.
9045         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
9046         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9047         * modules/unistd (Makefile.am): Use it.
9048         * lib/unistd.in.h (faccessat): Declare it.
9049         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
9050         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
9051         * MODULES.html.sh (File system functions): Mention it.
9052         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
9053         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
9054
9055         euidaccess: prefer POSIX over non-standard implementation
9056         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
9057         * lib/euidaccess.c (euidaccess): Use it if available.
9058
9059         openat: make template easier to use
9060         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
9061         AT_FUNC_F2 to be undefined.
9062         (VALIDATE_FLAG): New macro; use it to reject bad flags.
9063         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
9064         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
9065         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
9066         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
9067         Likewise.
9068         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
9069         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
9070         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
9071         Likewise.
9072
9073         openat: declare in POSIX headers
9074         * NEWS: Mention this.
9075         * modules/openat (configure.ac): Declare witnesses.
9076         (Depends-on): Add fcntl-h, sys_stat, unistd.
9077         (Include): Mention correct headers.
9078         * modules/fcntl-h (Depends-on): Add link-warning.
9079         (Files): Add openat.m4.
9080         (Makefile.am): Substitute witnesses.
9081         * modules/sys_stat (Files, Makefile.am): Likewise.
9082         * modules/unistd (Files, Makefile.am): Likewise.
9083         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
9084         (gl_OPENAT_DEFAULTS): New macro.
9085         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
9086         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
9087         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
9088         (SYS_STAT_H): Remove unused variable.
9089         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
9090         * lib/fcntl--.h (includes): Remove unneeded header.
9091         * lib/openat-safer.c (includes): Likewise.
9092         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
9093         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
9094         appropriate headers.
9095         (__OPENAT_PREFIX): Delete.
9096         * lib/fcntl.in.h (openat): Provide declaration.
9097         (AT_FDCWD): Fix Solaris bug.
9098         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
9099         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
9100         * lib/fchmodat.c (includes):  Adjust to find declaration.
9101         * lib/fchownat.c (includes): Likewise.
9102         * lib/mkdirat.c (includes): Likewise.
9103         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
9104         still visible.
9105
9106 2009-09-02  Eric Blake  <ebb9@byu.net>
9107
9108         errno: use consistently
9109         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
9110         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
9111         * lib/canonicalize.c (ELOOP): Likewise.
9112         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
9113         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
9114         * lib/lchown.c (EOPNOTSUPP): Likewise.
9115         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
9116         * lib/savewd.c (ESTALE): Likewise.
9117         * lib/settime.c (ENOSYS): Likewise.
9118         * lib/utimens.c (ENOSYS): Likewise.
9119         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
9120         * lib/chdir-safer.c (ELOOP): Likewise.
9121         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
9122         * modules/c-stack (Depends-on): Add errno.
9123         * modules/canonicalize (Depends-on): Likewise.
9124         * modules/chdir-safer (Depends-on): Likewise.
9125         * modules/fdopendir (Depends-on): Likewise.
9126         * modules/inet_ntop (Depends-on): Likewise.
9127         * modules/inet_pton (Depends-on): Likewise.
9128         * modules/lchown (Depends-on): Likewise.
9129         * modules/openat (Depends-on): Likewise.
9130         * modules/savewd (Depends-on): Likewise.
9131         * modules/settime (Depends-on): Likewise.
9132         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
9133
9134         fts: avoid leaking fds
9135         * modules/fts (Depends-on): Add cloexec.
9136         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
9137         flag.
9138
9139         fts: make directory fds more robust
9140         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
9141         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
9142
9143         backupfile, chdir-long, fts, savedir: make safer
9144         * lib/backupfile.c (includes): Use "dirent--.h", since
9145         numbered_backup can write to stderr during readdir.
9146         * lib/savedir.c (includes): Likewise.
9147         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
9148         emulation can write to stderr on failure.
9149         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
9150         * lib/getcwd.c: Document why opendir_safer is unused.
9151         * lib/glob.c: Likewise.
9152         * lib/scandir.c: Likewise.
9153         * lib/openat-proc.c: Likewise, for open_safer.
9154         * modules/backupfile (Depends-on): Add dirent-safer.
9155         * modules/savedir (Depends-on): Likewise.
9156         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
9157         * modules/chdir-long (Depends-on): Add openat-safer.
9158
9159         openat-safer: new module
9160         * modules/openat-safer: New file.
9161         * lib/openat-safer.c: Likewise.
9162         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
9163         * lib/fcntl-safer.h (openat_safer): Declare.
9164         * lib/fcntl--.h (openat): Override.
9165         * MODULES.html.sh (File descriptor based I/O): Mention it.
9166         * lib/openat.h: Add double-inclusion guards.
9167         * lib/openat.c (includes): Only include "fcntl-safer.h", not
9168         "fcntl--.h", so we can implement openat.
9169         * modules/openat-safer-tests: New test.
9170         * tests/test-openat-safer.c: New file.
9171
9172         dirent-safer: new module
9173         * modules/dirent-safer: New file.
9174         * lib/dirent--.h: Likewise.
9175         * lib/dirent-safer.h: Likewise.
9176         * lib/opendir-safer.c: Likewise.
9177         * m4/dirent-safer.m4: Likewise.
9178         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
9179         * modules/dirent-safer-tests: New test.
9180         * tests/test-dirent-safer.c: New file.
9181         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
9182
9183         fdopendir: optimize on mingw
9184         * lib/unistd.in.h (_gl_directory_name): New prototype.
9185         * lib/fchdir.c (_gl_directory_name): Implement it.
9186         (fchdir): Use it to simplify implementation.
9187         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
9188         fchdir, when available, to avoid calling [f]chdir().
9189
9190         fdopendir: split into its own module
9191         * lib/openat.c (fdopendir): Move...
9192         * lib/fdopendir.c: ...into new file.
9193         * modules/fdopendir: New module.
9194         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
9195         * modules/openat (Depends-on): Add fdopendir.
9196         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
9197         fdopendir here.
9198         * modules/savedir (Depends-on): Only need fdopendir, not full
9199         openat.
9200         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
9201         * lib/openat.h (fdopendir): Drop prototype.
9202         * lib/dirent.in.h (fdopendir): Provide prototype.
9203         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
9204         * modules/dirent (Makefile.am): Substitute them.
9205         * MODULES.html.sh (File system functions): Mention it.
9206         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
9207         * modules/fdopendir-tests: New file.
9208         * tests/test-fdopendir.c: Likewise.
9209
9210         fchdir: use more consistent macro convention
9211         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
9212         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
9213         REPLACE_FCHDIR, rather than relying on config.h macros.
9214         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
9215         inside a single make-time REPLACE_FCHDIR block, rather than using
9216         the config.h FCHDIR_REPLACEMENT.
9217         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
9218         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
9219         Manage fstat replacement.
9220         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
9221         REPLACE_FCHDIR.
9222         * modules/sys_stat (Files): Add m4/unistd_h.m4.
9223         (Makefile.am): Substitute REPLACE_FCHDIR.
9224         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
9225         FCHDIR_REPLACEMENT.
9226         * lib/dup-safer.c (dup_safer): Likewise.
9227         * lib/dup2.c (rpl_dup2): Likewise.
9228         * lib/dup3.c (rpl_dup3): Likewise.
9229         * lib/open.c (rpl_open): Likewise.
9230
9231         fchdir: simplify error handling, and support dup3
9232         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
9233         stdbool, malloc-posix, realloc-posix.
9234         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
9235         (ensure_dirs_slot): Return false on allocation failure.
9236         (rpl_dup2): Delete.
9237         (_gl_register_dup): New function.
9238         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
9239         (_gl_register_fd): Close fd on allocation failure.
9240         * lib/fcntl.in.h (_gl_register_fd): Update signature.
9241         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
9242         prototype.
9243         (rpl_dup2_fchdir): Delete prototype.
9244         * lib/open.c (open): Update caller.
9245         * lib/dup2.c (dup2): Track fchdir metadata.
9246         * lib/dup3.c (dup3): Likewise.
9247         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
9248         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
9249
9250 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9251
9252         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
9253         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
9254         don't pass arguments to AC_OUTPUT.
9255
9256 2009-09-02  Bruno Haible  <bruno@clisp.org>
9257
9258         * modules/mkdtemp (License): Relicense under LGPLv2+.
9259         Reported by Paolo Bonzini.
9260
9261 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9262
9263         Replace uses of obsolete autoconf macros in Jim's modules.
9264         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
9265         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
9266         can evoke a warning from autoconf when run with -Wobsolete
9267         enabled.  They were declared obsolete for good reasons (see
9268         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
9269         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
9270         should not continue using the deprecated macros.
9271         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
9272         obsolete Autoconf macros with modern counterparts.
9273         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
9274         * m4/dos.m4 (gl_AC_DOS): Likewise.
9275         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
9276         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
9277         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
9278         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
9279         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
9280         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
9281         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
9282         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
9283         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9284         Likewise.
9285         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
9286         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
9287         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
9288         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
9289         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
9290         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
9291
9292 2009-09-01  Eric Blake  <ebb9@byu.net>
9293
9294         fchdir: fix off-by-one bug in previous patch
9295         * lib/fchdir.c (rpl_fstat): Use correct bounds.
9296         (_gl_unregister_fd): Delete useless if.
9297
9298 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
9299
9300         maint.mk: sort the list of syntax-check rules
9301         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
9302         easier to get a sense of progress when the rules are run sequentially
9303         and take a long time.
9304
9305 2009-09-01  Simon Josefsson  <simon@josefsson.org>
9306
9307         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
9308         * modules/netinet_in: Likewise.
9309         * modules/sys_file: Likewise.
9310         * modules/sys_ioctl: Likewise.
9311         * modules/sys_select: Likewise.
9312         * modules/sys_socket: Likewise.
9313         * modules/sys_stat: Likewise.
9314         * modules/sys_time: Likewise.
9315         * modules/sys_times: Likewise.
9316         * modules/sys_utsname: Likewise.
9317         * modules/sys_wait: Likewise.
9318
9319 2009-09-01  Jim Meyering  <meyering@redhat.com>
9320
9321         fts: help ensure that return values are not ignored
9322         * lib/fts_.h (__GNUC_PREREQ): Define.
9323         (__attribute_warn_unused_result__): Define.
9324         (fts_children, fts_close, fts_open, fts_read): Declare with
9325         __attribute_warn_unused_result__.
9326
9327         fts: fts_close now fails also when closing a dir file descriptor fails
9328         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
9329         and propagate to caller, along with errno.
9330
9331         announce-gen: correct formatting in --help output
9332         * build-aux/announce-gen (usage): Move the one-line description in
9333         --help output "up", to where it belongs, just after Usage:.
9334
9335 2009-08-31  Eric Blake  <ebb9@byu.net>
9336
9337         fchdir: port to mingw
9338         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
9339         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
9340         opened, then use a substitute.
9341         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
9342         replacement.
9343         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
9344         (_gl_register_fd): No need to check stat if open already filters
9345         all directories.
9346         (fchdir): Fix error condition to match POSIX.
9347         * modules/fchdir (Depends-on): Add sys_stat.
9348         * doc/posix-functions/open.texi (open): Document the limitation.
9349         * modules/fchdir-tests: New file.
9350         * tests/test-fchdir.c: Likewise.
9351
9352         canonicalize: allow cross-testing from cygwin to mingw
9353         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
9354         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
9355         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
9356         Likewise.
9357         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
9358         target does not support symlinks.
9359         * tests/test-canonicalize-lgpl.sh: Likewise.
9360
9361         chown: avoid compilation warning on mingw
9362         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
9363         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
9364         mingw.
9365         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
9366         * modules/chown (Depends-on): Add errno.
9367
9368 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
9369
9370         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
9371         command.
9372
9373 2009-08-31  Jim Meyering  <meyering@redhat.com>
9374
9375         canonicalize: remove useless initialization
9376         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
9377         initialization of local, "end".
9378
9379 2009-08-30  Bruno Haible  <bruno@clisp.org>
9380
9381         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
9382         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
9383         ENOSYS.
9384
9385 2009-08-30  Bruno Haible  <bruno@clisp.org>
9386
9387         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
9388         /usr/xpg4/bin/tr when it exists.
9389         * tests/test-pipe-filter-gi1.sh: Likewise.
9390
9391 2009-08-30  Bruno Haible  <bruno@clisp.org>
9392
9393         Work around deficient /usr/bin/id program on Solaris.
9394         * tests/test-file-has-acl.sh (ID): New variable.
9395         * tests/test-set-mode-acl.sh (ID): Likewise.
9396         * tests/test-copy-acl.sh (ID): Likewise.
9397         * tests/test-copy-file.sh (ID): Likewise.
9398
9399 2009-08-30  Bruno Haible  <bruno@clisp.org>
9400
9401         New module 'xstriconveh'.
9402         * lib/xstriconveh.h: New file.
9403         * lib/xstriconveh.c: New file.
9404         * modules/xstriconveh: New file.
9405
9406 2009-08-30  Bruno Haible  <bruno@clisp.org>
9407
9408         Make it easier to use mem_cd_iconveh.
9409         * lib/striconveh.h (iconveh_t): New type.
9410         (iconveh_open, iconveh_close): New declarations.
9411         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9412         with a single 'const iconveh_t *' argument.
9413         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
9414         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
9415         with a single 'const iconveh_t *' argument.
9416         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
9417         * tests/test-striconveh.c (main): Update.
9418         * NEWS: Mention the change.
9419
9420 2009-08-30  Bruno Haible  <bruno@clisp.org>
9421
9422         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
9423         problem.
9424
9425 2009-08-30  Bruno Haible  <bruno@clisp.org>
9426
9427         Work around iconv_open problem on Solaris.
9428         * lib/iconv_open-solaris.gperf: New file.
9429         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
9430         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
9431         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
9432         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
9433         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
9434         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
9435
9436 2009-08-29  Jim Meyering  <meyering@redhat.com>
9437
9438         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
9439         * top/maint.mk (cvs-check): Remove target; it was just an alias
9440         to the better-named vc-diff-check.
9441         (maintainer-distcheck): Remove rule.  It was used only from
9442         the (alpha/beta/major) target, and all of its commands but one
9443         were coreutils-specific.
9444         (vc-dist): Remove rule.
9445         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
9446         Run vc-diff-check, not vc-dist.
9447         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
9448
9449 2009-08-27  Bruno Haible  <bruno@clisp.org>
9450
9451         * tests/test-bitrotate.c (main): Remove test that uses a shift count
9452         of 0.
9453
9454 2009-08-27  Bruno Haible  <bruno@clisp.org>
9455
9456         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
9457         compilers.
9458         * doc/func.texi: Document the SunPRO C bug.
9459
9460 2009-08-27  Bruno Haible  <bruno@clisp.org>
9461
9462         Fix link error on Solaris.
9463         * tests/test-parse-duration.c (xstrdup): Remove function.
9464
9465 2009-08-26  Pádraig Brady  <P@draigbrady.com>
9466
9467         ignore-value: handle pointer types, too
9468         * lib/ignore-value.h (__attribute__): Remove definition.
9469         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
9470         of a more concise and more-often effective "(void) i" statement.
9471         (ignore_ptr): New function to suppress warnings from functions that
9472         return pointers, and to make it explicit that one function doesn't
9473         handle all cases.
9474
9475 2009-08-25  Bruno Haible  <bruno@clisp.org>
9476
9477         dup2: work around a Linux bug.
9478         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
9479         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
9480         * doc/posix-functions/dup2.texi: Mention the Linux bug.
9481         Reported by Simon Josefsson.
9482
9483 2009-08-25  Jim Meyering  <meyering@redhat.com>
9484
9485         libguestfs uses gnulib
9486         * users.txt: Add libguestfs.
9487
9488 2009-08-24  Eric Blake  <ebb9@byu.net>
9489
9490         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
9491         * lib/pipe2.c (includes): Add binary-io.h.
9492         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
9493
9494 2009-08-24  Bruno Haible  <bruno@clisp.org>
9495
9496         Tolerate declared but missing accept4 syscall.
9497         * lib/accept4.c (accept4): Invoke original accept4 function first, if
9498         available.
9499         * lib/sys_socket.in.h (accept4): If the function is already present,
9500         override it.
9501         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
9502         * modules/accept4 (Makefile.am): Compile accept4.c always.
9503         Reported by Paolo Bonzini and Eric Blake.
9504
9505 2009-08-23  Bruno Haible  <bruno@clisp.org>
9506
9507         New module 'accept4'.
9508         * lib/sys_socket.in.h (accept4): New declaration.
9509         * lib/accept4.c: New file.
9510         * m4/accept4.m4: New file.
9511         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
9512         GNULIB_ACCEPT4, HAVE_ACCEPT4.
9513         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
9514         HAVE_ACCEPT4.
9515         * modules/accept4: New file.
9516         * doc/glibc-functions/accept4.texi: Mention the new module.
9517
9518 2009-08-24  Jim Meyering  <meyering@redhat.com>
9519
9520         progname: also set global program_invocation_name, when possible
9521         Before this change, a libtool-enabled program that calls glibc's
9522         error function would report the program name as
9523         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
9524         * modules/progname (configure.ac): Check for a declaration of
9525         program_invocation_name.
9526         * lib/progname.c:  Include <errno.h>.
9527         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
9528         Set program_invocation_name.
9529
9530 2009-08-23  Bruno Haible  <bruno@clisp.org>
9531
9532         * lib/dup3.c: Include <string.h>.
9533
9534 2009-08-23  Bruno Haible  <bruno@clisp.org>
9535
9536         * lib/dup3.c (dup3): Test only once whether the system actually exists.
9537         * lib/pipe2.c (pipe2): Likewise.
9538         Suggested by Eric Blake.
9539
9540 2009-08-23  Bruno Haible  <bruno@clisp.org>
9541
9542         Tolerate declared but missing dup3 syscall.
9543         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
9544         * lib/unistd.in.h (dup3): If the function is already present,
9545         override it.
9546         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
9547         * modules/dup3 (Makefile.am): Compile dup3.c always.
9548         Reported by Paolo Bonzini.
9549
9550 2009-08-23  Bruno Haible  <bruno@clisp.org>
9551
9552         Tolerate declared but missing pipe2 syscall.
9553         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
9554         available.
9555         * lib/unistd.in.h (pipe2): If the function is already present,
9556         override it.
9557         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
9558         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
9559         Reported by Paolo Bonzini.
9560
9561 2009-08-23  Bruno Haible  <bruno@clisp.org>
9562
9563         * lib/pipe2.c (pipe2): Move #ifs inside function.
9564
9565 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9566
9567         quotearg: document limitations of quote_these_too
9568         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
9569         those limitations are created.
9570         * lib/quotearg.h (set_char_quoting): Document that digits and
9571         letters that are special after backslash are not permitted.
9572         (quotearg_char): Cross-reference set_char_quoting documentation.
9573
9574 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
9575
9576         quotearg: implement custom_quoting_style
9577         * lib/quotearg.c: (struct quoting_options): Add left_quote and
9578         right_quote fields.
9579         (set_custom_quoting): New public function.
9580         (quotearg_buffer_restyled): Add left_quote and right_quote
9581         arguments, handle them very much like locale quoting, and update
9582         all uses.
9583         (quotearg_n_custom): New public function.
9584         (quotearg_n_custom_mem): New public function.
9585         (quotearg_custom): New public function.
9586         (quotearg_custom_mem): New public function.
9587         * lib/quotearg.h: Prototype and document new public functions.
9588         (enum quoting_style): For escape_quoting_style and
9589         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
9590         ignored even though they're otherwise like c_quoting_style.
9591         Add custom_quoting_style member and document with comparison to
9592         clocale_quoting_style.
9593         * tests/test-quotearg.c (custom_quotes): New array.
9594         (custom_results): New array.
9595         (main): Extend to test custom quoting.
9596
9597 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9598
9599         quotearg: fix right quote escaping when it's in quote_these_too
9600         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
9601         quote, be sure to prepend only one backslash.
9602         * tests/test-quotearg.c (use_quote_double_quotes): New function.
9603         (main): Test it.
9604
9605 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
9606
9607         quotearg-tests: test escaping of embedded locale quotes
9608         * tests/test-quotearg.c (struct result_strings): Add member for
9609         new input.
9610         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
9611         (inputs): Add new input.
9612         (results_g): Add expected results.
9613         (flag_results): Likewise.
9614         (locale_results): Likewise.
9615         (compare_strings): Check those.
9616
9617 2009-08-23  Bruno Haible  <bruno@clisp.org>
9618
9619         Tests for module 'dup3'.
9620         * modules/dup3-tests: New file.
9621         * tests/test-dup3.c: New file.
9622
9623         New module 'dup3'.
9624         * lib/unistd.in.h (dup3): New declaration.
9625         * lib/dup3.c: New file.
9626         * m4/dup3.m4: New file.
9627         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
9628         HAVE_DUP3.
9629         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
9630         * modules/dup3: New file.
9631         * doc/glibc-functions/dup3.texi: Mention the new module.
9632
9633 2009-08-23  Bruno Haible  <bruno@clisp.org>
9634
9635         Tweak the dup2 test.
9636         * tests/test-dup2.c (main): Create the test file empty. Verify that an
9637         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
9638         the test file is still empty. Fix argument order of lseek.
9639
9640 2009-08-23  Bruno Haible  <bruno@clisp.org>
9641
9642         Avoid test link errors when the modules getopt-gnu, gettext are used.
9643         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
9644         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
9645
9646 2009-08-23  Bruno Haible  <bruno@clisp.org>
9647
9648         Fix getdtablesize() on mingw.
9649         * lib/getdtablesize.c (getdtablesize): Implement differently.
9650         * lib/unistd.in.h (getdtablesize): Improve comment.
9651
9652 2009-08-23  Bruno Haible  <bruno@clisp.org>
9653
9654         New module 'mkostemp'.
9655         Based on Ulrich Drepper's 2007-08-10 change in glibc.
9656         * lib/stdlib.in.h (mksotemp): New declaration.
9657         * lib/mkostemp.c: New file, from glibc with modifications.
9658         * lib/tempname.h (GT_FILE): Remove outdated comment.
9659         (gen_tempname): Add flags argument.
9660         * lib/tempname.c (__GT_BIGFILE): Remove macro.
9661         (__GT_FILE): Map to 1.
9662         (small_open, large_open): Remove macros.
9663         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
9664         * lib/mkstemp.c (mkstemp): Update.
9665         * lib/mkdtemp.c (mkdtemp): Likewise.
9666         * m4/mkostemp.m4: New file.
9667         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
9668         HAVE_MKOSTEMP.
9669         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
9670         HAVE_MKOSTEMP.
9671         * modules/mkostemp: New file, based on modules/mkstemp.
9672         * doc/glibc-functions/mkostemp.texi: Mention the new module.
9673         * NEWS: Mention the change.
9674
9675 2009-08-23  Bruno Haible  <bruno@clisp.org>
9676
9677         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
9678         Reported by Eric Blake.
9679
9680 2009-08-23  Bruno Haible  <bruno@clisp.org>
9681
9682         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
9683         Reported by Eric Blake.
9684
9685 2009-08-23  Bruno Haible  <bruno@clisp.org>
9686
9687         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
9688         * modules/pipe2 (Depends-on): Likewise.
9689
9690 2009-08-23  Eric Blake  <ebb9@byu.net>
9691
9692         fcntl-h: add O_TTY_INIT support
9693         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
9694         * tests/test-fcntl-h.c (o): Test it.
9695         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
9696
9697         fcntl-h: rename from fcntl, in preparation for fcntl(2)
9698         * modules/fcntl: Move <fcntl.h> header replacement...
9699         * modules/fcntl-h: ...to new name, so as not to collide with
9700         like-named function.
9701         * tests/test-fcntl.c: Rename...
9702         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
9703         * modules/fcntl-tests: Rename...
9704         * modules/fcntl-h-tests: ...to this.  Update test file name.
9705         * modules/chdir-long (Depends-on): Update clients.
9706         * modules/chdir-safer (Depends-on): Likewise.
9707         * modules/fcntl-safer (Depends-on): Likewise.
9708         * modules/fts (Depends-on): Likewise.
9709         * modules/mkancesdirs (Depends-on): Likewise.
9710         * modules/mkdir-p (Depends-on): Likewise.
9711         * modules/open (Depends-on): Likewise.
9712         * modules/savewd (Depends-on): Likewise.
9713         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
9714         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
9715
9716 2009-08-22  Bruno Haible  <bruno@clisp.org>
9717
9718         * modules/binary-io (License): Relicense under LGPL.
9719         * modules/pipe2 (License): Likewise.
9720
9721 2009-08-22  Bruno Haible  <bruno@clisp.org>
9722
9723         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
9724         return value.
9725         * lib/pipe-filter-gi.c (filter_init): Likewise.
9726         Reported by Eric Blake.
9727
9728 2009-08-22  Bruno Haible  <bruno@clisp.org>
9729
9730         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
9731         * modules/pipe (Depends-on): Add pipe2.
9732
9733 2009-08-22  Bruno Haible  <bruno@clisp.org>
9734
9735         Tests for module 'pipe2'.
9736         * modules/pipe2-tests: New file.
9737         * tests/test-pipe2.c: New file.
9738
9739         New module 'pipe2'.
9740         * lib/unistd.in.h (pipe2): New declaration.
9741         * lib/pipe2.c: New file.
9742         * m4/pipe2.m4: New file.
9743         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
9744         HAVE_PIPE2.
9745         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
9746         * modules/pipe2: New file.
9747         * doc/glibc-functions/pipe2.texi: Mention the new module.
9748
9749 2009-08-22  Bruno Haible  <bruno@clisp.org>
9750
9751         Reference some new glibc functions.
9752         * doc/glibc-functions/accept4.texi: New file.
9753         * doc/glibc-functions/dup3.texi: New file.
9754         * doc/glibc-functions/mkostemp.texi: New file.
9755         * doc/glibc-functions/pipe2.texi: New file.
9756         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
9757         (Glibc sys/socket.h): Refer to accept4.
9758         (Glibc unistd.h): Refer to dup3, pipe2.
9759         Reported by Eric Blake.
9760
9761 2009-08-22  Jim Meyering  <meyering@redhat.com>
9762             Bruno Haible  <bruno@clisp.org>
9763
9764         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
9765         This makes it so packages using automake-1.11's silent-rules option
9766         can print e.g., a single "GEN    configmake.h" line, rather than
9767         the 30+ statements that perform the job.  If you want to see the
9768         actual commands, you can still run "make V=1".
9769         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
9770         so that make output is abbreviated when those variables are defined
9771         appropriately.
9772         * modules/argz: Likewise.
9773         * modules/arpa_inet: Likewise.
9774         * modules/byteswap: Likewise.
9775         * modules/configmake: Likewise.
9776         * modules/dirent: Likewise.
9777         * modules/errno: Likewise.
9778         * modules/fcntl: Likewise.
9779         * modules/float: Likewise.
9780         * modules/fnmatch: Likewise.
9781         * modules/getopt-posix: Likewise.
9782         * modules/glob: Likewise.
9783         * modules/iconv_open: Likewise.
9784         * modules/inttypes: Likewise.
9785         * modules/localcharset: Likewise.
9786         * modules/locale: Likewise.
9787         * modules/math: Likewise.
9788         * modules/netdb: Likewise.
9789         * modules/netinet_in: Likewise.
9790         * modules/poll: Likewise.
9791         * modules/posix_spawnp-tests: Likewise.
9792         * modules/sched: Likewise.
9793         * modules/search: Likewise.
9794         * modules/selinux-h: Likewise.
9795         * modules/signal: Likewise.
9796         * modules/spawn: Likewise.
9797         * modules/stdarg: Likewise.
9798         * modules/stdbool: Likewise.
9799         * modules/stddef: Likewise.
9800         * modules/stdint: Likewise.
9801         * modules/stdio: Likewise.
9802         * modules/stdlib: Likewise.
9803         * modules/string: Likewise.
9804         * modules/strings: Likewise.
9805         * modules/sys_file: Likewise.
9806         * modules/sys_ioctl: Likewise.
9807         * modules/sys_select: Likewise.
9808         * modules/sys_socket: Likewise.
9809         * modules/sys_stat: Likewise.
9810         * modules/sys_time: Likewise.
9811         * modules/sys_times: Likewise.
9812         * modules/sys_utsname: Likewise.
9813         * modules/sys_wait: Likewise.
9814         * modules/sysexits: Likewise.
9815         * modules/time: Likewise.
9816         * modules/unistd: Likewise.
9817         * modules/wchar: Likewise.
9818         * modules/wctype: Likewise.
9819
9820 2009-08-22  Jim Meyering  <meyering@redhat.com>
9821
9822         announce-gen: detect write failure
9823         * build-aux/announce-gen: Add Coda at end.
9824         Remove equivalent-but-more-verbose block at top.
9825
9826 2009-08-19  Akim Demaille  <demaille@gostai.com>
9827
9828         bootstrap: --help to stdout.
9829         * bootstrap (usage): Don't send --help to stderr.
9830         Use a here doc instead of a long string.
9831
9832 2009-08-21  Eric Blake  <ebb9@byu.net>
9833
9834         test-popen-safer: split from test-popen
9835         * tests/test-popen.c (main): Move...
9836         * tests/test-popen.h: ...into new file.
9837         * tests/test-popen-safer2.c: New file.
9838         * modules/popen-tests (Files): Add test-popen.h.
9839         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
9840         Suggested by Bruno Haible.
9841
9842         test-fcntl-safer: split from test-open
9843         * tests/test-open.c (main): Move...
9844         * tests/test-open.h: ...into new file.
9845         * tests/test-fcntl-safer.c: New file.
9846         * modules/open-tests (Files): Add test-open.h.
9847         * modules/fcntl-safer-tests: New file.
9848         Suggested by Bruno Haible.
9849
9850         test-fopen-safer: split from test-fopen
9851         * tests/test-fopen.c (main): Move...
9852         * tests/test-fopen.h: ...into new file.
9853         * tests/test-fopen-safer.c: New file.
9854         * modules/fopen-tests (Files): Add test-fopen.h.
9855         * modules/fopen-safer-tests: New file.
9856         Suggested by Bruno Haible.
9857
9858 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
9859
9860         popen-safer: test O_CLOEXEC at run-time.
9861         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
9862
9863 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
9864
9865         fcntl: move more flags to the header
9866         * lib/cloexec.c: Do not define FD_CLOEXEC here.
9867         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
9868         * lib/fcntl.in.h: Do both things here.
9869
9870 2009-08-21  Jim Meyering  <meyering@redhat.com>
9871
9872         consistently remove $@-t before redirecting to it
9873         * modules/argz: Remove $@-t and $@ before redirecting to the former.
9874         * modules/alloca-opt: Likewise.
9875         * modules/byteswap: Likewise.
9876         * modules/fnmatch: Likewise.
9877         * modules/getopt-posix: Likewise.
9878         * modules/glob: Likewise.
9879         * modules/poll: Likewise.
9880         * modules/posix_spawnp-tests: Likewise.
9881         * modules/sys_socket: Likewise.
9882         * modules/sysexits: Likewise.
9883
9884 2009-08-21  Eric Blake  <ebb9@byu.net>
9885
9886         popen: simplify access to original popen
9887         * lib/popen.c (rpl_popen): No need to worry about popen being a
9888         macro.
9889         Reported by Bruno Haible.
9890
9891 2009-08-20  Eric Blake  <ebb9@byu.net>
9892
9893         build: avoid some compiler warnings
9894         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
9895         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
9896         type.
9897         (new_exclude_segment, excluded_file_pattern_p)
9898         (excluded_file_name_p): Reduce scope.
9899         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
9900         old-style declaration.
9901
9902 2009-08-20  Simon Josefsson  <simon@josefsson.org>
9903
9904         * tests/test-exclude1.sh: Handle Windows EOL.
9905         * tests/test-exclude2.sh: Likewise.
9906         * tests/test-exclude3.sh: Likewise.
9907         * tests/test-exclude4.sh: Likewise.
9908         * tests/test-exclude5.sh: Likewise.
9909         * tests/test-exclude6.sh: Likewise.
9910         * tests/test-exclude7.sh: Likewise.
9911
9912 2009-08-19  Akim Demaille  <demaille@gostai.com>
9913
9914         bootstrap: find sha1sum when named gsha1sum.
9915         * bootstrap (find_tool): New.
9916         ($SHA1SUM): New.
9917         Use it.
9918
9919 2009-08-20  Jim Meyering  <meyering@redhat.com>
9920
9921         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
9922         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
9923         expression that converts "." in a file name to "\." in the resulting
9924         regexp.  Start with a dummy statement, so that prior shell variable
9925         definitions are expanded portably.  Reported by Simon Josefsson.
9926
9927 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
9928
9929         Fix polling for writeability of a screen buffer.
9930         * lib/poll.c: Distinguish input and screen buffers for the
9931         Win32 implementation.
9932         * lib/select.c: Likewise.
9933
9934 2009-08-19  Eric Blake  <ebb9@byu.net>
9935
9936         popen-safer: prevent popen from clobbering std descriptors
9937         * modules/popen-safer: New file.
9938         * lib/popen-safer.c: Likewise.
9939         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
9940         * lib/stdio--.h (popen): Provide override.
9941         * lib/stdio-safer.h (popen_safer): Provide declaration.
9942         * tests/test-popen.c (includes): Partially test this.
9943         * modules/popen-safer-tests: New file, for more tests.
9944         * tests/test-popen-safer.c: Likewise.
9945         * MODULES.html.sh (file stream based Input/Output): Mention it.
9946
9947         tests: test some of the *-safer modules
9948         * modules/fopen-safer (Depends-on): Add fopen.
9949         * modules/fcntl-safer (Depends-on): Add fcntl.
9950         * modules/stdlib-safer (Depends-on): Add stdlib.
9951         (configure.ac): Set indicator.
9952         * modules/unistd-safer (configure.ac): Likewise.
9953         * modules/tmpfile-safer (configure.ac): Likewise.
9954         (Depends-on): Add tmpfile.
9955         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
9956         active.
9957         * tests/test-fopen.c (includes): Test safer versions when they are
9958         in use.
9959         * tests/test-open.c (includes): Likewise.
9960
9961         popen: fix cygwin 1.5 bug when stdin closed
9962         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
9963         * modules/popen: New file.
9964         * modules/popen-tests: Likewise.
9965         * tests/test-popen.c: Likewise.
9966         * m4/popen.m4: Likewise.
9967         * lib/popen.c: Likewise.
9968         * lib/stdio.in.h (popen): New declaration.
9969         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
9970         * modules/stdio (Makefile.am): Likewise.
9971         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
9972
9973 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
9974
9975         maint.mk: give full control over update-copyright exclusions
9976         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
9977         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
9978         (update-copyright): Don't force inclusion of top-level
9979         ChangeLog.  Don't force exclusion of all COPYING files, but make
9980         them the default exclusion instead.
9981
9982 2009-08-16  Bruno Haible  <bruno@clisp.org>
9983
9984         Fix test failures on Solaris 10.
9985         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
9986         tests when Solaris iconv() is used.
9987         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
9988         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
9989         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
9990         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
9991         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
9992
9993 2009-08-16  Bruno Haible  <bruno@clisp.org>
9994
9995         Fix test failures on Solaris 10.
9996         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
9997         'tr' program and pass it as first argument.
9998         * tests/test-pipe-filter-gi1.sh: Likewise.
9999         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
10000         program as first argument.
10001         * tests/test-pipe-filter-gi1.c (main): Likewise.
10002
10003 2009-08-16  Eric Blake  <ebb9@byu.net>
10004
10005         fpurge: fix previous commits
10006         * modules/fpurge (Makefile.am): Make replacement conditional,
10007         partially reverting 2007-04-29 change; missed in previous
10008         attempt.
10009         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
10010         is missing.
10011
10012 2009-08-16  Bruno Haible  <bruno@clisp.org>
10013
10014         Clarify fpurge's effect on the file position.
10015         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
10016         * tests/test-fpurge.c (main): Make a second pass for checking the file
10017         position.
10018
10019 2009-08-16  Bruno Haible  <bruno@clisp.org>
10020
10021         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
10022         declaration of fpurge is missing.
10023         * tests/test-fpurge.c (main): Check that the file has not more contents
10024         than expected. Close the file before removing it.
10025
10026 2009-08-15  Eric Blake  <ebb9@byu.net>
10027
10028         fpurge: don't wrap working cygwin implementation
10029         * lib/fpurge.c (fpurge): Fix comment typo.
10030         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
10031         1.7 to avoid replacement.
10032         * tests/test-fpurge.c (main): Enhance test.
10033
10034 2009-08-15  Eric Blake  <ebb9@byu.net>
10035         and Jim Meyering  <meyering@redhat.com>
10036
10037         test-update-copyright: skip if perl is insufficient
10038         * tests/test-update-copyright.sh: Failure to run maintainer tool
10039         should not cause testsuite failure on cygwin 1.5.
10040
10041 2009-08-14  Eric Blake  <ebb9@byu.net>
10042
10043         doc: mention more functions added in cygwin 1.7.0
10044         * doc/posix-headers/limits.texi (limits.h): Update for recent
10045         cygwin additions.
10046         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
10047         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
10048         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
10049         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
10050         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
10051
10052 2009-08-14  Eric Blake  <ebb9@byu.net>
10053
10054         maint.mk: simplify update-copyright rule
10055         * top/maint.mk (update-copyright-local): Delete, and document how
10056         to do it in cfg.mk instead.
10057         (update-copyright-exclude-regexp): Delete, and document how to do
10058         it in .x-update-copyright instead.
10059         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
10060         exclude ChangeLog.
10061
10062 2009-08-14  Bruno Haible  <bruno@clisp.org>
10063
10064         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
10065
10066 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10067
10068         maint.mk: support update-copyright-env
10069         * top/maint.mk (update-copyright-env): Define place-holder.
10070         (update-copyright): Expand $(update-copyright-env) before
10071         invoking update-copyright.
10072
10073 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10074
10075         update-copyright: implement forced reformatting
10076         * build-aux/update-copyright: Implement and document
10077         UPDATE_COPYRIGHT_FORCE.
10078         * tests/test-update-copyright.sh: Test it.
10079
10080 2009-08-14  Eric Blake  <ebb9@byu.net>
10081         and Bruno Haible  <bruno@clisp.org>
10082
10083         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
10084         * tests/test-locale.c: Revert previous patch related to NULL.
10085         * tests/test-stdio.c: Likewise.
10086         * tests/test-stdlib.c: Likewise.
10087         * tests/test-string.c: Likewise.
10088         * tests/test-unistd.c: Likewise.
10089         * modules/time-tests (Depends-on): Add verify.
10090         * modules/wchar-tests (Depends-on): Likewise.
10091         * tests/test-time.c: Test for NULL compliance.
10092         * tests/test-wchar.c: Likewise.
10093         * modules/locale (Depends-on): Add stddef.
10094         * modules/stdio (Depends-on): Likewise.
10095         * modules/stdlib (Depends-on): Likewise.
10096         * modules/string (Depends-on): Likewise.
10097         * modules/time (Depends-on): Likewise.
10098         * modules/unistd (Depends-on): Likewise.
10099         * modules/wchar (Depends-on): Likewise.
10100         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
10101         * lib/stdlib.in.h (includes): Likewise.
10102         * lib/string.in.h (includes): Likewise.
10103         * lib/time.in.h (includes): Likewise.
10104         * lib/unistd.in.h (includes): Likewise.
10105         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
10106         replaced.
10107         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
10108         * m4/stddef_h.m4: New file.
10109         * modules/stddef: Likewise.
10110         * lib/stddef.in.h: Likewise.
10111         * modules/stddef-tests: Likewise.
10112         * tests/test-stddef.c: Likewise.
10113         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
10114         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
10115         * doc/posix-headers/locale.texi (locale.h): Likewise.
10116         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
10117         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
10118         * doc/posix-headers/string.texi (string.h): Likewise.
10119         * doc/posix-headers/time.texi (time.h): Likewise.
10120         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
10121         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
10122
10123 2009-08-14  Eric Blake  <ebb9@byu.net>
10124
10125         doc: improve git diff of texinfo files
10126         * .gitattributes: Add rule for *.texi files, with hint on how to
10127         use it.
10128         Copied from m4, and based on a report by Bruno Haible.
10129
10130 2009-08-14  Bruno Haible  <bruno@clisp.org>
10131
10132         Disable multithread support by default on Cygwin 1.5.x for real.
10133         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
10134
10135 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
10136
10137         update-copyright: much ado about intervals
10138         * build-aux/update-copyright: Implement and document
10139         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
10140         of copyright year intervals.
10141         Also, document UPDATE_COPYRIGHT_YEAR.
10142         * tests/test-update-copyright.sh: Test it.
10143
10144         update-copyright: convert 2-digit to 4-digit years
10145         * build-aux/update-copyright: Implement and document.
10146         * tests/test-update-copyright.sh: Update.
10147
10148 2009-08-14  Jim Meyering  <meyering@redhat.com>
10149
10150         test-exclude: avoid coreutils "make check" failure
10151         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
10152         just as in test-argmatch.c.
10153
10154 2009-08-13  Eric Blake  <ebb9@byu.net>
10155
10156         test-dup2: fix bad assumption
10157         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
10158         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
10159
10160         test-version-etc: fix CRLF portability issue
10161         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
10162         recognize \r.
10163         * tests/test-argp-version-etc-1.sh: Likewise.
10164
10165         getopt: update client modules
10166         * modules/argp (Depends-on): Use getopt-gnu.
10167         * modules/git-merge-changelog (Depends-on): Likewise.
10168         * modules/long-options (Depends-on): Likewise.
10169         * modules/xstrtol (Depends-on): Likewise.
10170
10171 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10172
10173         * tests/test-version-etc.sh: Don't fail on different
10174         project/version.  Don't fail on CRLF differences.  Rewrite to use
10175         multiple -e instead of multiple sed forks, suggested by Eric Blake
10176         <ebb9@byu.net>.
10177         * tests/test-argp-version-etc-1.sh: Likewise.
10178
10179 2009-08-13  Simon Josefsson  <simon@josefsson.org>
10180
10181         * tests/test-version-etc.sh: Don't fail on different
10182         project/version.
10183
10184 2009-08-12  Bruno Haible  <bruno@clisp.org>
10185
10186         Tests for modules 'getopt-posix', 'getopt-gnu'.
10187         * modules/getopt-posix-tests: New file.
10188         * tests/test-getopt.c: New file.
10189         * tests/test-getopt.h: New file.
10190         * tests/test-getopt_long.h: New file.
10191
10192         New modules 'getopt-posix', 'getopt-gnu'.
10193         * modules/getopt-gnu: New file, renamed from modules/getopt.
10194         * modules/getopt-posix: New file.
10195         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
10196         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
10197         (gl_GETOPT): Remove macro.
10198         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
10199         Disable the test against BSD systems that declare optreset. Test
10200         against mingw bug. Test against lack of support of optional arguments
10201         on many platforms.
10202         * doc/glibc-headers/getopt.texi: Update module name and list of
10203         relevant platforms.
10204         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
10205         'getopt-gnu' and more portability problems.
10206         * NEWS: Mention the changes.
10207
10208 2009-08-12  Bruno Haible  <bruno@clisp.org>
10209
10210         Ensure that optarg etc. get declared by <unistd.h>.
10211         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
10212         AC_USE_SYSTEM_EXTENSIONS.
10213         * modules/getopt (Depends-on): Add 'extensions'.
10214
10215 2009-08-12  Bruno Haible  <bruno@clisp.org>
10216
10217         Avoid test link errors.
10218         * modules/pipe-filter-ii-tests (Makefile.am): Define
10219         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
10220         * modules/pipe-filter-gi-tests (Makefile.am): Define
10221         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
10222         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10223
10224 2009-08-12  Bruno Haible  <bruno@clisp.org>
10225
10226         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
10227         gl_GETOPT_SUBSTITUTE before.
10228         (gl_GETOPT): Use it.
10229         * m4/argp.m4 (gl_ARGP): Update.
10230         Reported by Sergey Poznyakoff.
10231
10232         * m4/getopt.m4: Reorder macros.
10233         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
10234         (gl_GETOPT_SUBSTITUTE): Remove macro.
10235
10236 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10237
10238         Minor improvement in gitlog-to-changelog
10239
10240         * build-aux/gitlog-to-changelog: New option `--format' makes
10241         output format string configurable.
10242
10243 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
10244
10245         Optimize exclude: use hash tables for non-wildcard patterns.
10246
10247         * lib/exclude.c: Include hash.h and mbuiter.h
10248         (struct exclude_pattern, exclude_segment): New data types.
10249         (struct exclude): Rewrite.
10250         (fnmatch_pattern_has_wildcards): New function.
10251         (new_exclude_segment, free_exclude_segment): New functions.
10252         (excluded_file_pattern_p, excluded_file_name_p): New functions.
10253         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
10254         * lib/exclude.h (is_fnmatch_pattern): New prototype.
10255         * modules/exclude: Depend on hash and mbuiter.
10256
10257         * modules/exclude-tests: New file.
10258         * tests/test-exclude.c: New file.
10259         * tests/test-exclude1.sh: New file.
10260         * tests/test-exclude2.sh: New file.
10261         * tests/test-exclude3.sh: New file.
10262         * tests/test-exclude4.sh: New file.
10263         * tests/test-exclude5.sh: New file.
10264         * tests/test-exclude6.sh: New file.
10265         * tests/test-exclude7.sh: New file.
10266
10267 2009-08-12  Bruno Haible  <bruno@clisp.org>
10268
10269         Ensure that getopt() gets declared by <unistd.h>.
10270         * lib/unistd.in.h: Conditionally include getopt.h.
10271         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
10272         Set GNULIB_UNISTD_H_GETOPT.
10273         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10274         GNULIB_UNISTD_H_GETOPT.
10275         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
10276
10277 2009-08-12  Bruno Haible  <bruno@clisp.org>
10278
10279         Clarify logic.
10280         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
10281         gl_replace_getopt instead of GETOPT_H.
10282
10283 2009-08-12  Bruno Haible  <bruno@clisp.org>
10284
10285         * m4/getopt.m4: Add comments.
10286
10287 2009-08-12  Bruno Haible  <bruno@clisp.org>
10288
10289         Disable multithread support by default on Cygwin 1.5.x.
10290         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
10291         set gl_use_threads=no if not specified otherwise.
10292
10293 2009-08-11  Bruno Haible  <bruno@clisp.org>
10294
10295         Avoid compilation error on NetBSD 5.0.
10296         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
10297         * tests/test-stdio.c: Likewise.
10298         * tests/test-stdlib.c: Likewise.
10299         * tests/test-string.c: Likewise.
10300         * tests/test-unistd.c: Likewise.
10301         Reported by Greg Troxel <gdt@ir.bbn.com>
10302         at <https://savannah.gnu.org/support/?106973>.
10303
10304 2009-08-11  Bruno Haible  <bruno@clisp.org>
10305
10306         * modules/dup2-tests (Depends-on): Remove close.
10307
10308         Undo 2009-07-19 commit.
10309         * modules/acl-tests (Depends-on): Remove close.
10310         * modules/binary-io-tests (Depends-on): Likewise.
10311         * modules/closein-tests (Depends-on): Likewise.
10312         * modules/flock-tests (Depends-on): Likewise.
10313         * modules/fsync-tests (Depends-on): Likewise.
10314         * modules/lseek-tests (Depends-on): Likewise.
10315         * modules/pipe-tests (Depends-on): Likewise.
10316         * modules/posix_spawn-tests (Depends-on): Likewise.
10317         * modules/posix_spawnp-tests (Depends-on): Likewise.
10318         * modules/stat-time-tests (Depends-on): Likewise.
10319         * modules/yesno-tests (Depends-on): Likewise.
10320
10321 2009-08-10  Bruno Haible  <bruno@clisp.org>
10322
10323         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
10324
10325 2009-08-10  Bruno Haible  <bruno@clisp.org>
10326
10327         Fix a gcc warning.
10328         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
10329
10330 2009-08-10  Bruno Haible  <bruno@clisp.org>
10331
10332         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
10333         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
10334         not only the first time.
10335         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
10336         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
10337         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
10338         is 1, not only the the first time.
10339
10340 2009-08-10  Bruno Haible  <bruno@clisp.org>
10341
10342         Make it possible to use module 'gethostname' without module 'close'.
10343         * lib/unistd.in.h (close): Evoke a link error only if
10344         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10345         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
10346         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10347         * modules/unistd (Makefile.am): Substitute
10348         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10349         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
10350         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
10351         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
10352         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10353         * modules/sys_ioctl (Makefile.am): Substitute
10354         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10355         * modules/socket (configure.ac): On native Windows, set
10356         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
10357         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
10358         Reported by Sam Steingold <sds@gnu.org>.
10359
10360 2009-08-10  Bruno Haible  <bruno@clisp.org>
10361
10362         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
10363         * modules/ioctl (configure.ac): Likewise.
10364
10365 2009-08-10  Bruno Haible  <bruno@clisp.org>
10366
10367         Avoid collision between gnulib wrapper and libintl wrapper.
10368         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
10369         already defined in intl/printf.c.
10370         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
10371         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
10372
10373 2009-08-09  Bruno Haible  <bruno@clisp.org>
10374
10375         Make <sys/select.h> really self-contained, also on Solaris 10.
10376         * lib/sys_select.in.h: Include <string.h>.
10377         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
10378         Solaris 10 problem.
10379         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
10380         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
10381         Reported by Jim Meyering.
10382
10383 2009-08-09  Bruno Haible  <bruno@clisp.org>
10384
10385         Avoid warnings from 'aclocal' that are due to a use of macro name
10386         AM_XGETTEXT_OPTION that is not defined in automake.
10387         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
10388         automake.
10389         * modules/error (configure.ac): Likewise.
10390         * modules/propername (configure.ac): Likewise.
10391         * modules/vasprintf (configure.ac): Likewise.
10392         * modules/verror (configure.ac): Likewise.
10393         * modules/xprintf (configure.ac): Likewise.
10394         * modules/xvasprintf (configure.ac): Likewise.
10395
10396 2009-08-08  Bruno Haible  <bruno@clisp.org>
10397
10398         Avoid compilation error in C++ mode.
10399         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
10400         Reported by Sam Steingold <sds@gnu.org>.
10401
10402 2009-08-08  Bruno Haible  <bruno@clisp.org>
10403
10404         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
10405         for the various Unix platforms.
10406         * doc/posix-headers/limits.texi: Update platforms list regarding
10407         HOST_NAME_MAX.
10408         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
10409
10410 2009-08-07  Jim Meyering  <meyering@redhat.com>
10411
10412         selinux-at: fix typo in a comment
10413         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
10414         Spotted by Paolo Bonzini.
10415
10416         selinux-at: remove redundant m4 code, add documentation
10417         * modules/selinux-at (configure.ac): Remove redundant code.
10418         LIB_SELINUX is already set via the dependent module, selinux-h.
10419         (Include): Add quotes around selinux-at.h.
10420         * lib/selinux-at.h: Add documentation.
10421         Reported by Bruno Haible in
10422         http://marc.info/?l=gnulib-bug&m=124958988300749
10423
10424 2009-08-07  Bruno Haible  <bruno@clisp.org>
10425
10426         Avoid link error on MacOS X 10.3 and 10.4.
10427         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
10428         on non-ELF systems.
10429         * lib/argp-pv.c (argp_program_version): Likewise.
10430         Reported by Simon Josefsson.
10431
10432 2009-08-07  Simon Josefsson  <simon@josefsson.org>
10433
10434         * tests/test-version-etc.sh: Use $EXEEXT.
10435
10436 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
10437
10438         update-copyright: update documentation to point to maint.mk
10439         * build-aux/update-copyright: Here.
10440
10441 2009-08-06  Jim Meyering  <meyering@redhat.com>
10442
10443         maint.mk: support update-copyright-local
10444         * top/maint.mk (update-copyright-local): Define place-holder.
10445         (update-copyright): Depend on $(update-copyright-local).
10446
10447 2009-08-06  Jim Meyering  <meyering@redhat.com>
10448
10449         selinux-at: new module
10450         Initially written for coreutils, this module will soon be
10451         used by findutils, too.
10452         * MODULES.html.sh [Misc]: Add selinux-at.
10453         * lib/selinux-at.h: New file, from coreutils.
10454         * lib/selinux-at.c: Likewise.
10455         * modules/selinux-at: Likewise.
10456         (License): Change from LGPL to GPL, since it depends
10457         on the GPL'd openat module.
10458
10459         doc: update README
10460         * README: Remove references to cogito.
10461         Remove cvs-repo-updating instructions from 2007.
10462         Don't imply that CVS is better if you have limited disk space.
10463
10464 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10465
10466         update-copyright: support C-style comments
10467         * build-aux/update-copyright: Implement and document.
10468         * tests/test-update-copyright.sh: Test.
10469
10470 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10471
10472         update-copyright: support omitted "(C)"
10473         * build-aux/update-copyright: Implement and document.  Also,
10474         allow variable whitespace before "(C)".
10475         * tests/test-update-copyright.sh: Test.
10476
10477 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10478
10479         update-copyright: don't trip on non-FSF copyright statements
10480         * build-aux/update-copyright: Fix so that the first correctly
10481         formatted FSF copyright statement is recognized no matter what
10482         appears before it.  Update documentation.
10483         * tests/test-update-copyright.sh: Test that.
10484
10485 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10486
10487         update-copyright: clean up code a little
10488         * build-aux/update-copyright: Append "_re" to the name of any
10489         variable holding a regular expression.
10490         Replace "old" and "new" with "stmt" in variable names.
10491         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
10492         handled correctly.
10493         Format code more consistently.
10494
10495 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
10496
10497         update-copyright-tests: improve portability
10498         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
10499         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
10500
10501 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10502
10503         update-copyright: support @copyright{} and &copy;
10504         * build-aux/update-copyright: Implement and document.
10505         * tests/test-update-copyright.sh: Test.
10506
10507 2009-08-04  Jim Meyering  <meyering@redhat.com>
10508
10509         update-copyright-tests: correctly test EOL=\r\n handling
10510         * tests/test-update-copyright.sh: Put \r at the end of some lines
10511         for the dos-eol tests.  Based on a patch by Joel E. Denny.
10512
10513         maint.mk: make update-copyright exclusion list more configurable
10514         * top/maint.mk (update-copyright): Default to excluding COPYING,
10515         but allow an override, in case someone does want to update that file.
10516
10517         maint.mk: don't update copyright date in COPYING
10518         * top/maint.mk (update-copyright): Exclude COPYING.
10519
10520         maint.mk: add a copyright-updating rule
10521         * top/maint.mk (update-copyright): New rule.
10522         Derived from coreutils/Makefile.am.
10523
10524         update-copyright: rename some variables
10525         * build-aux/update-copyright: Rename a few variables for clarity.
10526         Tweak syntax.  List Joel E. Denny as coauthor.
10527
10528 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
10529
10530         update-copyright: fix bug for 2-digit last year and add tests
10531         * build-aux/update-copyright: Fix bug.
10532         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
10533         specified.
10534         * modules/update-copyright-tests: New
10535         * tests/test-update-copyright.sh: New.
10536
10537 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10538
10539         update-copyright: handle leading tabs in line prefix
10540         * build-aux/update-copyright: Count leading tabs as 8 spaces
10541         when computing margin.  This helps with the formatting of
10542         ChangeLogs, for example.
10543         Fix documentation a little.
10544
10545 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10546
10547         update-copyright: support EOL=\r\n
10548         * build-aux/update-copyright: Implement that.
10549
10550 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
10551
10552         update-copyright: automatically format copyright statements
10553         * build-aux/update-copyright: Implement that.
10554         Also, be a little more predictable and safer by always failing
10555         when the full copyright format is not perfectly recognized as an
10556         unbroken whole.  Discussed at
10557         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
10558         Rewrite documentation.
10559
10560 2009-08-03  Bruno Haible  <bruno@clisp.org>
10561
10562         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
10563
10564 2009-08-02  Bruno Haible  <bruno@clisp.org>
10565
10566         Tests for module 'uname'.
10567         * modules/uname-tests: New file.
10568         * tests/test-uname.c: New file.
10569
10570         New module 'uname'.
10571         * lib/uname.c: New file.
10572         * m4/uname.m4: New file.
10573         * modules/uname: New file.
10574         * doc/posix-functions/uname.texi: Mention the new module.
10575
10576 2009-08-02  Bruno Haible  <bruno@clisp.org>
10577
10578         Tests for module 'sys_utsname'.
10579         * modules/sys_utsname-tests: New file.
10580         * tests/test-sys_utsname.c: New file.
10581
10582         New module 'sys_utsname'.
10583         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
10584         * m4/sys_utsname_h.m4: New file.
10585         * modules/sys_utsname: New file.
10586         * doc/posix-headers/sys_utsname.texi: Mention the new module.
10587
10588 2009-08-02  Bruno Haible  <bruno@clisp.org>
10589
10590         Implicitly initialize the sockets library.
10591         * lib/gethostname.c: Include sockets.h.
10592         (rpl_gethostname): Invoke gl_sockets_startup.
10593         * lib/socket.c: Include sockets.h.
10594         (rpl_socket): Invoke gl_sockets_startup.
10595         * modules/gethostname (Depends-on): Add sockets.
10596         * modules/socket (Depends-on): Likewise.
10597         * tests/test-poll.c: Don't include sockets.h.
10598         (main): Don't invoke gl_sockets_startup.
10599         * tests/test-select.c: Don't include sockets.h.
10600         (main): Don't invoke gl_sockets_startup.
10601
10602 2009-08-02  Bruno Haible  <bruno@clisp.org>
10603
10604         Allow multiple calls to gl_sockets_startup.
10605         * lib/sockets.c (initialized_sockets_version): New variable.
10606         (gl_sockets_startup): Do nothing if already called for this or a higher
10607         version.
10608         (gl_sockets_cleanup): Reset initialized_sockets_version.
10609
10610 2009-08-03  Simon Josefsson  <simon@josefsson.org>
10611
10612         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
10613         different project/version.
10614
10615 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
10616             Bruno Haible  <bruno@clisp.org>
10617
10618         Tests for module 'pipe-filter-gi'.
10619         * modules/pipe-filter-gi-tests: New file.
10620         * tests/test-pipe-filter-gi1.sh: New file.
10621         * tests/test-pipe-filter-gi1.c: New file.
10622         * tests/test-pipe-filter-gi2.sh: New file.
10623         * tests/test-pipe-filter-gi2-main.c: New file.
10624         * tests/test-pipe-filter-gi2-child.c: New file.
10625
10626         New module 'pipe-filter-gi'.
10627         * lib/pipe-filter-gi.c: New file.
10628         * modules/pipe-filter-gi: New file.
10629
10630 2009-08-02  Bruno Haible  <bruno@clisp.org>
10631             Paolo Bonzini  <bonzini@gnu.org>
10632
10633         Tests for module 'pipe-filter-ii'.
10634         * modules/pipe-filter-ii-tests: New file.
10635         * tests/test-pipe-filter-ii1.sh: New file.
10636         * tests/test-pipe-filter-ii1.c: New file.
10637         * tests/test-pipe-filter-ii2.sh: New file.
10638         * tests/test-pipe-filter-ii2-main.c: New file.
10639         * tests/test-pipe-filter-ii2-child.c: New file.
10640
10641         New module 'pipe-filter-ii'.
10642         * lib/pipe-filter.h: New file.
10643         * lib/pipe-filter-ii.c: New file.
10644         * lib/pipe-filter-aux.h: New file.
10645         * modules/pipe-filter-ii: New file.
10646
10647 2009-08-02  Simon Josefsson  <simon@josefsson.org>
10648
10649         * lib/gc-libgcrypt.c: Change copyright to FSF.
10650         * lib/gc-gnulib.c: Likewise.
10651
10652 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
10653
10654         * lib/gethostname.c: Include limits.h.
10655
10656 2009-08-02  Simon Josefsson  <simon@josefsson.org>
10657             Bruno Haible  <bruno@clisp.org>
10658
10659         Ensure HOST_NAME_MAX as part of the gethostname module.
10660         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
10661         define also HOST_NAME_MAX.
10662         * tests/test-gethostname.c: Include <limits.h>.
10663         (main): Check also HOST_NAME_MAX.
10664         * doc/posix-headers/limits.texi: Document the mingw problem.
10665
10666 2009-08-02  Bruno Haible  <bruno@clisp.org>
10667
10668         * lib/gethostname.c (gethostname): Fix handling of large len argument.
10669         Add comments.
10670
10671 2009-03-31  Simon Josefsson  <simon@josefsson.org>
10672
10673         * lib/gethostname.c: Add Windows wrapper.
10674         * m4/gethostname.m4: Look for gethostname in -lws2_32.
10675         * modules/gethostname: Depend on sys_socket & errno, for also
10676         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
10677         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
10678
10679 2009-07-31  Jim Meyering  <meyering@redhat.com>
10680
10681         getloadavg: fix symbol name in comment
10682         * lib/getloadavg.c: Correct a typo I introduced when adding
10683         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
10684         Matt Kraai spotted the problem.
10685
10686 2009-07-29  Matt Kraai  <mkraai@beckman.com>
10687
10688         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
10689         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
10690         code also if ! defined N_NAME_POINTER.
10691         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
10692         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
10693         but the n_name member is a 12-byte array.
10694
10695 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
10696
10697         update-copyright: generalize comment handling
10698         * build-aux/update-copyright: Handle copyright statements
10699         within more comment styles.
10700         Document usage.
10701         Report any file with an external copyright holder or parse failure.
10702
10703 2009-07-29  Jim Meyering  <meyering@redhat.com>
10704
10705         mktime: correct setting of REPLACE_MKTIME
10706         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
10707
10708         update-copyright: new module
10709         * modules/update-copyright: New file.
10710         * build-aux/update-copyright: New file.
10711         * MODULES.html.sh (maint+release support): Add update-copyright.
10712
10713 2009-07-27  Bruno Haible  <bruno@clisp.org>
10714
10715         Fix compilation error when <ctime> is used and mktime is replaced.
10716         * lib/time.in.h (mktime): New declaration.
10717         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
10718         REPLACE_MKTIME instead of defining mktime in config.h.
10719         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
10720         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
10721         Reported by Ross McFarland <rwmcfa1@neces.com>.
10722
10723 2009-07-27  Bruno Haible  <bruno@clisp.org>
10724
10725         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
10726         Reported by Matt Kraai <mkraai@beckman.com>.
10727
10728 2009-07-25  Jim Meyering  <meyering@redhat.com>
10729
10730         maint.mk: avoid warnings about missing files
10731         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
10732         diagnostic when .prev-version does not exist.
10733         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
10734         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
10735         nonexistent cfg.mk.
10736         Suggestions from Simon Josefsson.
10737
10738 2009-07-25  Bruno Haible  <bruno@clisp.org>
10739
10740         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
10741         defined as macros. Needed on QNX 6.4.1.
10742         Reported by Matt Kraai <mkraai@beckman.com>.
10743
10744 2009-07-23  Jim Meyering  <meyering@redhat.com>
10745
10746         maint.mk: invoke "make dist" with a working value of XZ_OPT
10747         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
10748
10749 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
10750
10751         Make fseeko.c compile on QNX.
10752         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
10753
10754 2009-07-22  Peter Simons  <simons@cryp.to>
10755
10756         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
10757         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
10758         * lib/md4.h: Likewise.
10759         * lib/md5.h: Likewise.
10760         * lib/sha1.h: Likewise.
10761         * lib/sha256.h: Likewise.
10762         * lib/sha512.h: Likewise.
10763
10764         tests-sha1: don't assign literal string to 'char *' variable
10765         * tests/test-sha1.c (main): Declare locals with "const" to match
10766         attributes of the right hand side.
10767
10768 2009-07-21  Eric Blake  <ebb9@byu.net>
10769
10770         dup2: fix more mingw problems
10771         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
10772         fd to itself.
10773         * doc/posix-functions/dup2.texi (dup2): Document the bug.
10774         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
10775         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
10776         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
10777         care of mingw bugs.
10778
10779 2009-07-21  Jim Meyering  <meyering@redhat.com>
10780
10781         vc-list-files: avoid failure when /bin/sh is dash
10782         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
10783         On some Debian based systems, /bin/sh is a symlink to dash, and running
10784         this command would omit the "/" following each 'tests' prefix:
10785           dash -x build-aux/vc-list-files -C . tests
10786         That is because bash and dash work differently:
10787           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
10788           bash ok
10789           dash odd
10790
10791 2009-07-21  Eric Blake  <ebb9@byu.net>
10792
10793         dup2-tests: test previous patch
10794         * modules/dup2-tests: New file.
10795         * tests/test-dup2.c: Likewise.
10796         * tests/test-open.c (main): Avoid unspecified behavior.
10797         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
10798         test.
10799
10800         dup2: work around mingw and cygwin 1.5 bug
10801         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
10802         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10803         * modules/unistd (Makefile.am): Substitute it.
10804         * lib/unistd.in.h (dup2): Declare the replacement.
10805         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
10806         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
10807         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
10808         * modules/execute (Depends-on): Add dup2.
10809         * modules/fseterr (Depends-on): Likewise.
10810         * modules/pipe (Depends-on): Likewise.
10811         * modules/posix_spawn-internal (Depends-on): Likewise.
10812
10813 2009-07-21  Bruno Haible  <bruno@clisp.org>
10814
10815         * modules/.gitattributes: New file.
10816
10817 2009-07-20  Bruno Haible  <bruno@clisp.org>
10818
10819         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
10820         (main): Use it.
10821
10822 2009-07-20  Eric Blake  <ebb9@byu.net>
10823
10824         test-pipe: make a bit more robust.
10825         * tests/test-pipe.c (myerr): Allow error messages regardless of
10826         what we do to stderr.
10827         (test_pipe): Rearrange to avoid deadlock.
10828         (child_main): Try a larger read, to ensure we avoided deadlock.
10829         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
10830         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
10831         if misused.
10832
10833 2009-07-19  Jim Meyering  <meyering@redhat.com>
10834
10835         fts: avoid false-positive cycle-detection
10836         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
10837         for each new command line argument.
10838
10839 2009-07-19  Bruno Haible  <bruno@clisp.org>
10840
10841         Fix build error on mingw with the modules sys_select and unistd.
10842         * modules/acl-tests (Depends-on): Add close.
10843         * modules/binary-io-tests (Depends-on): Likewise.
10844         * modules/closein-tests (Depends-on): Likewise.
10845         * modules/flock-tests (Depends-on): Likewise.
10846         * modules/fsync-tests (Depends-on): Likewise.
10847         * modules/lseek-tests (Depends-on): Likewise.
10848         * modules/pipe-tests (Depends-on): Likewise.
10849         * modules/posix_spawn-tests (Depends-on): Likewise.
10850         * modules/posix_spawnp-tests (Depends-on): Likewise.
10851         * modules/stat-time-tests (Depends-on): Likewise.
10852         * modules/yesno-tests (Depends-on): Likewise.
10853
10854 2009-07-19  Bruno Haible  <bruno@clisp.org>
10855
10856         Unify conditionals.
10857         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
10858         macros, not at the compiler macros.
10859         * lib/pipe.c: Likewise.
10860         * lib/execute.c: Likewise.
10861         * lib/spawni.c: Likewise.
10862
10863 2009-07-19  Bruno Haible  <bruno@clisp.org>
10864
10865         Fix handling of closed stdin/stdout/stderr on mingw.
10866         * lib/w32spawn.h: Include unistd.h.
10867         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
10868         file descriptor with O_NOINHERIT flag.
10869         (fd_safer_noinherit): New function, based on fd-safer.c.
10870         (dup_safer_noinherit): New function, based on dup-safer.c.
10871         (undup_safer_noinherit): New function.
10872         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
10873         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
10874         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
10875         instead of fd_safer.
10876         * tests/test-pipe.c: Include <windows.h>.
10877         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
10878
10879         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
10880         from main.
10881         (test_pipe): Pass an extra argument for disambiguation.
10882         (main): Invoke parent_main or child_main.
10883
10884         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
10885         consistently.
10886
10887 2009-07-18  Eric Blake  <ebb9@byu.net>
10888
10889         test-pipe: fix mingw build
10890         * tests/test-pipe.c (main): Avoid fcntl on mingw.
10891
10892 2009-07-18  Bruno Haible  <bruno@clisp.org>
10893
10894         * modules/pipe-tests (Makefile.am): Fix typo.
10895
10896 2009-07-18  Eric Blake  <ebb9@byu.net>
10897
10898         error: fix mingw build
10899         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
10900         Reported by Bruno Haible.
10901
10902         error: avoid undefined use of stdout
10903         * lib/error.c (error, error_at_line): Check that fd 1 is open
10904         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
10905         is handling faults and the close_stdout module wants to report the
10906         detection of closed stdout as an error.
10907
10908 2009-07-17  Eric Blake  <ebb9@byu.net>
10909
10910         pipe: be robust in face of closed fds
10911         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
10912         should cause child to misbehave.
10913         * modules/pipe-tests: New module.
10914         * tests/test-pipe.c: New file.
10915         * tests/test-pipe.sh: New file.
10916         Reported by Akim Demaille.
10917
10918 2009-07-14  Bruno Haible  <bruno@clisp.org>
10919
10920         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
10921         Reported by anonymous kc.
10922
10923 2009-07-07  Jim Meyering  <meyering@redhat.com>
10924
10925         maint.mk: don't look for translatable strings in *.m4 or *.mk
10926         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
10927         when searching for translatable strings.
10928
10929 2009-07-05  Jim Meyering  <meyering@redhat.com>
10930
10931         remove superfluous parentheses in STREQ definition
10932         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
10933         * lib/getugroups.c (STREQ): Likewise.
10934         * lib/fnmatch.c (STREQ): Likewise.
10935         Spotted by Bruno Haible.
10936
10937 2009-07-04  Jim Meyering  <meyering@redhat.com>
10938
10939         argv-iter: new module
10940         * MODULES.html.sh: Add argv-iter.
10941         * lib/argv-iter.c, lib/argv-iter.h: New files.
10942         * modules/argv-iter: New file.
10943         * modules/argv-iter-tests: New file.
10944         * tests/test-argv-iter.c: Test it.
10945
10946 2009-07-04  Bruno Haible  <bruno@clisp.org>
10947
10948         Fix assertion.
10949         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
10950         contains more exact copies of a given entry than file2, leave the extra
10951         copies unpaired rather than aborting.
10952         Reported by Eric Blake.
10953
10954 2009-07-02  Bruno Haible  <bruno@clisp.org>
10955
10956         Speedup git-merge-changelog for git cherry-pick.
10957         * lib/git-merge-changelog.c (struct entries_mapping): New type.
10958         (entries_mapping_get): New function, extracted from compute_mapping.
10959         (entries_mapping_reverse_get): New function.
10960         (compute_mapping): Add a 'full' argument. Return the result in a
10961         'struct entries_mapping'.
10962         (main): Update. Access the mappings through entries_mapping_get.
10963         Reported by Eric Blake.
10964
10965 2009-07-02  Bruno Haible  <bruno@clisp.org>
10966
10967         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
10968         best_i.
10969
10970 2009-07-02  Bruno Haible  <bruno@clisp.org>
10971
10972         Speed up approximate search for matching ChangeLog entries.
10973         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
10974         argument. Call fstrcmp_bounded instead of fstrcmp.
10975         (compute_mapping, try_split_merged_entry, main): Update callers.
10976
10977 2009-07-02  Bruno Haible  <bruno@clisp.org>
10978
10979         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
10980
10981 2009-06-30  Bruno Haible  <bruno@clisp.org>
10982
10983         Reduce the number of uc_is_cased calls.
10984         * lib/unicase.h (casing_suffix_context_t): Add
10985         'first_char_except_ignorable' field.
10986         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
10987         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
10988         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
10989         Update initializer.
10990         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
10991         case-ignorable characters.
10992         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
10993         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
10994         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
10995         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
10996         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
10997
10998 2009-06-30  Bruno Haible  <bruno@clisp.org>
10999
11000         Tests for module 'unicase/ignorable'.
11001         * modules/unicase/ignorable-tests: New file.
11002         * tests/unicase/test-ignorable.c: New file, generated by
11003         gen-uni-tables.
11004
11005         Tests for module 'unicase/cased'.
11006         * modules/unicase/cased-tests: New file.
11007         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
11008         * tests/unicase/test-predicate-part1.h: New file, derived from
11009         tests/unictype/test-predicate-part1.h.
11010         * tests/unicase/test-predicate-part2.h: New file, same as
11011         tests/unictype/test-predicate-part2.h.
11012
11013         Fix evaluation of "Before C" condition of FINAL_SIGMA.
11014         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
11015         (output_casing_properties): New function.
11016         (main): Call it.
11017         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
11018         * lib/unicase/cased.c: Include unictype/bitmap.h.
11019         (uc_is_cased): Define through a bitmap lookup.
11020         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
11021         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
11022         (uc_is_case_ignorable): Define through a bitmap lookup.
11023         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
11024         lib/unictype/bitmap.h.
11025         (Depends-on): Add inline. Clean up.
11026         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
11027         lib/unictype/bitmap.h.
11028         (Depends-on): Add inline. Clean up.
11029         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
11030         recognition.
11031         * tests/unicase/test-u16-tolower.c (main): Likewise.
11032         * tests/unicase/test-u32-tolower.c (main): Likewise.
11033
11034 2009-06-30  Bruno Haible  <bruno@clisp.org>
11035
11036         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
11037         * lib/unicase/u16-casemap.c: Likewise.
11038         * lib/unicase/u32-casemap.c: Likewise.
11039
11040 2009-06-29  Bruno Haible  <bruno@clisp.org>
11041
11042         Define u32_casefold as a wrapper around u32_ct_casefold.
11043         * lib/unicase/u32-casefold.c: Update.
11044         * modules/unicase/u32-casefold (Depends-on): Add
11045         unicase/u32-ct-casefold, unicase/empty-prefix-context,
11046         unicase/empty-suffix-context. Clean up.
11047
11048         Define u16_casefold as a wrapper around u16_ct_casefold.
11049         * lib/unicase/u16-casefold.c: Update.
11050         * modules/unicase/u16-casefold (Depends-on): Add
11051         unicase/u16-ct-casefold, unicase/empty-prefix-context,
11052         unicase/empty-suffix-context. Clean up.
11053
11054         Define u8_casefold as a wrapper around u8_ct_casefold.
11055         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
11056         * lib/unicase/u8-casefold.c: Update.
11057         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
11058         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11059
11060         Define u32_totitle as a wrapper around u32_ct_totitle.
11061         * lib/unicase/u32-totitle.c: Update.
11062         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
11063         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11064
11065         Define u16_totitle as a wrapper around u16_ct_totitle.
11066         * lib/unicase/u16-totitle.c: Update.
11067         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
11068         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11069
11070         Define u8_totitle as a wrapper around u8_ct_totitle.
11071         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
11072         functions.
11073         (FUNC): Delegate to U_CT_TOTITLE.
11074         * lib/unicase/u8-totitle.c: Update.
11075         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
11076         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
11077
11078         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
11079         invocation.
11080         * modules/unicase/u32-tolower (Depends-on): Add
11081         unicase/empty-prefix-context, unicase/empty-suffix-context.
11082
11083         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
11084         invocation.
11085         * modules/unicase/u16-tolower (Depends-on): Add
11086         unicase/empty-prefix-context, unicase/empty-suffix-context.
11087
11088         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
11089         * modules/unicase/u8-tolower (Depends-on): Add
11090         unicase/empty-prefix-context, unicase/empty-suffix-context.
11091
11092         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
11093         invocation.
11094         * modules/unicase/u32-toupper (Depends-on): Add
11095         unicase/empty-prefix-context, unicase/empty-suffix-context.
11096
11097         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
11098         invocation.
11099         * modules/unicase/u16-toupper (Depends-on): Add
11100         unicase/empty-prefix-context, unicase/empty-suffix-context.
11101
11102         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
11103         * modules/unicase/u8-toupper (Depends-on): Add
11104         unicase/empty-prefix-context, unicase/empty-suffix-context.
11105
11106         New module 'unicase/u32-ct-casefold'.
11107         * lib/unicase/u32-ct-casefold.c: New file.
11108         * modules/unicase/u32-ct-casefold: New file.
11109
11110         New module 'unicase/u16-ct-casefold'.
11111         * lib/unicase/u16-ct-casefold.c: New file.
11112         * modules/unicase/u16-ct-casefold: New file.
11113
11114         New module 'unicase/u8-ct-casefold'.
11115         * lib/unicase/u8-ct-casefold.c: New file.
11116         * lib/unicase/u-ct-casefold.h: New file, derived from
11117         lib/unicase/u-casefold.h.
11118         * modules/unicase/u8-ct-casefold: New file.
11119
11120         New module 'unicase/u32-ct-totitle'.
11121         * lib/unicase/u32-ct-totitle.c: New file.
11122         * modules/unicase/u32-ct-totitle: New file.
11123
11124         New module 'unicase/u16-ct-totitle'.
11125         * lib/unicase/u16-ct-totitle.c: New file.
11126         * modules/unicase/u16-ct-totitle: New file.
11127
11128         New module 'unicase/u8-ct-totitle'.
11129         * lib/unicase/u8-ct-totitle.c: New file.
11130         * lib/unicase/u-ct-totitle.h: New file, derived from
11131         lib/unicase/u-totitle.h.
11132         * modules/unicase/u8-ct-totitle: New file.
11133
11134         New module 'unicase/u32-ct-tolower'.
11135         * lib/unicase/u32-ct-tolower.c: New file.
11136         * modules/unicase/u32-ct-tolower: New file.
11137
11138         New module 'unicase/u16-ct-tolower'.
11139         * lib/unicase/u16-ct-tolower.c: New file.
11140         * modules/unicase/u16-ct-tolower: New file.
11141
11142         New module 'unicase/u8-ct-tolower'.
11143         * lib/unicase/u8-ct-tolower.c: New file.
11144         * modules/unicase/u8-ct-tolower: New file.
11145
11146         New module 'unicase/u32-ct-toupper'.
11147         * lib/unicase/u32-ct-toupper.c: New file.
11148         * modules/unicase/u32-ct-toupper: New file.
11149
11150         New module 'unicase/u16-ct-toupper'.
11151         * lib/unicase/u16-ct-toupper.c: New file.
11152         * modules/unicase/u16-ct-toupper: New file.
11153
11154         New module 'unicase/u8-ct-toupper'.
11155         * lib/unicase/u8-ct-toupper.c: New file.
11156         * modules/unicase/u8-ct-toupper: New file.
11157
11158         Add context arguments to u*_casemap functions.
11159         * lib/unicase/unicasemap.h: Include unicase.h.
11160         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
11161         suffix_context arguments.
11162         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
11163         functions.
11164         (FUNC): Add prefix_context and suffix_context arguments. Use
11165         uc_is_cased and uc_is_case_ignorable.
11166         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
11167         * lib/unicase/u16-casemap.c: Likewise.
11168         * lib/unicase/u32-casemap.c: Likewise.
11169         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
11170         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11171         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
11172         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11173         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
11174         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
11175
11176         New module 'unicase/u32-suffix-context'.
11177         * lib/unicase/u32-suffix-context.c: New file.
11178         * modules/unicase/u32-suffix-context: New file.
11179
11180         New module 'unicase/u16-suffix-context'.
11181         * lib/unicase/u16-suffix-context.c: New file.
11182         * modules/unicase/u16-suffix-context: New file.
11183
11184         New module 'unicase/u8-suffix-context'.
11185         * lib/unicase/u8-suffix-context.c: New file.
11186         * lib/unicase/u-suffix-context.h: New file.
11187         * modules/unicase/u8-suffix-context: New file.
11188
11189         New module 'unicase/empty-suffix-context'.
11190         * lib/unicase/empty-suffix-context.c: New file.
11191         * modules/unicase/empty-suffix-context: New file.
11192
11193         New module 'unicase/u32-prefix-context'.
11194         * lib/unicase/u32-prefix-context.c: New file.
11195         * modules/unicase/u32-prefix-context: New file.
11196
11197         New module 'unicase/u16-prefix-context'.
11198         * lib/unicase/u16-prefix-context.c: New file.
11199         * modules/unicase/u16-prefix-context: New file.
11200
11201         New module 'unicase/u8-prefix-context'.
11202         * lib/unicase/u8-prefix-context.c: New file.
11203         * lib/unicase/u-prefix-context.h: New file.
11204         * lib/unicase/context.h: New file.
11205         * modules/unicase/u8-prefix-context: New file.
11206
11207         New module 'unicase/empty-prefix-context'.
11208         * lib/unicase/empty-prefix-context.c: New file.
11209         * modules/unicase/empty-prefix-context: New file.
11210
11211         New module 'unicase/ignorable'.
11212         * lib/unicase/ignorable.c: New file.
11213         * modules/unicase/ignorable: New file.
11214
11215         New module 'unicase/cased'.
11216         * lib/unicase/caseprop.h: New file.
11217         * lib/unicase/cased.c: New file.
11218         * modules/unicase/cased: New file.
11219
11220         New functions for case mapping of substrings.
11221         * lib/unicase.h (casing_prefix_context_t): New type.
11222         (unicase_empty_prefix_context): New variable.
11223         (u8_casing_prefix_context, u16_casing_prefix_context,
11224         u32_casing_prefix_context, u8_casing_prefixes_context,
11225         u16_casing_prefixes_context, u32_casing_prefixes_context): New
11226         declarations.
11227         (casing_suffix_context_t): New type.
11228         (unicase_empty_suffix_context): New variable.
11229         (u8_casing_suffix_context, u16_casing_suffix_context,
11230         u32_casing_suffix_context, u8_casing_suffixes_context,
11231         u16_casing_suffixes_context, u32_casing_suffixes_context,
11232         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
11233         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
11234         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
11235         declarations.
11236
11237 2009-06-28  Jim Meyering  <meyering@redhat.com>
11238
11239         boostrap: indent only with spaces
11240         * build-aux/bootstrap: Indent only with spaces, never TABs.
11241
11242         bootstrap: split long lines
11243         * build-aux/bootstrap: Keep line length < 80.
11244
11245         bootstrap: sync from coreutils
11246         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
11247         just as autoreconf does.  Verify a list of prerequisite
11248         package-name,version-number pairs if defined in bootstrap.conf.
11249         Refer to README-prereq, if prerequisites are not satisfied.
11250
11251 2009-06-27  Eric Blake  <ebb9@byu.net>
11252
11253         tests: add test for bogus NULL definition
11254         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
11255         * tests/test-stdlib.c: Likewise.
11256         * tests/test-string.c: Likewise.
11257         * tests/test-locale.c: Likewise.
11258         * tests/test-unistd.c: Likewise.
11259         * modules/stdio-tests (Depends-on): Add verify.
11260         * modules/stdlib-tests (Depends-on): Likewise.
11261         * modules/string-tests (Depends-on): Likewise.
11262         * modules/locale-tests (Depends-on): Likewise.
11263         * modules/unistd-tests (Depends-on): Likewise.
11264
11265 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
11266
11267         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
11268         self-explaining comment.
11269         * m4/selinux-selinux-h: Update serial.
11270         (gl_LIBSELINUX): New macro, adding a warning for missing development
11271         packages to code extracted from...
11272         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
11273         Add warning for missing development packages here, too.
11274
11275 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
11276
11277         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
11278
11279 2009-06-25  Eric Blake  <ebb9@byu.net>
11280
11281         version-etc: fix regression
11282         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
11283         gcc.
11284         (version_etc): Use it, to catch bugs with trailing NULL.
11285         * lib/version-etc.c (version_etc_arn): Delete unused argument.
11286         (version_etc_va): Fix logic bug.
11287         * modules/version-etc-tests: Add test.
11288         * tests/test-version-etc.c: New file.
11289         * tests/test-version-etc.sh: Likewise.
11290
11291 2009-06-25  Sam Steingold  <sds@gnu.org>
11292
11293         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
11294         mbtowc declaration.
11295
11296 2009-06-25  Eric Blake  <ebb9@byu.net>
11297
11298         fpurge: migrate into <stdio.h>
11299         * lib/fpurge.h: Delete...
11300         * lib/stdio.in.h (fpurge): ...and declare here, instead.
11301         * lib/fpurge.c (fpurge): Change declaring header.
11302         * modules/fpurge (Files): Drop deleted file.
11303         (Depends-on): Add stdio.
11304         (configure.ac): Set witness.
11305         * modules/stdio (Makefile.am): Support fpurge macros.
11306         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11307         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
11308         * lib/fflush.c: Update client.
11309         * tests/test-fpurge.c: Likewise.
11310         * NEWS: Mention the change.
11311
11312 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11313
11314         * lib/argp-version-etc.c (program_authors): Add const
11315         qualifier.
11316         * lib/version-etc.c: Fix typos in the comments.
11317         * modules/argp-version-etc: Depends on version-etc.
11318
11319 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11320
11321         argp-version-etc: new module.
11322
11323         * lib/argp-version-etc.c: New file.
11324         * lib/argp-version-etc.h: New file.
11325         * modules/argp-version-etc: New file.
11326         * modules/argp-version-etc-tests: New file.
11327         * tests/test-argp-version-etc.c: New test.
11328         * tests/test-argp-version-etc-1.sh: New test.
11329
11330 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11331
11332         Provide additional interfaces and documentation for version-etc
11333         module.
11334
11335         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
11336         interfaces.
11337         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
11338         prototypes.
11339
11340 2009-06-24  Bruno Haible  <bruno@clisp.org>
11341
11342         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
11343         HAVE_LIB${NAME} macro.
11344         Reported by Sam Steingold <sds@gnu.org>.
11345
11346 2009-06-23  Simon Josefsson  <simon@josefsson.org>
11347
11348         * modules/hash-tests (test_hash_LDADD): Link to libintl when
11349         needed.
11350
11351 2009-06-21  Bruno Haible  <bruno@clisp.org>
11352
11353         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
11354         work.
11355         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
11356         together with LIB${NAME}, LTLIB${NAME}.
11357         Reported by Sam Steingold <sds@gnu.org>.
11358
11359 2009-06-20  Jim Meyering  <meyering@redhat.com>
11360
11361         tests: make sc_require_test_exit_idiom more generic
11362         * top/maint.mk (Exit_witness_file): New overridable variable.
11363         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
11364         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
11365
11366 2009-06-19  Jim Meyering  <meyering@redhat.com>
11367
11368         hash: reverse order of src/dst parameters in an internal interface
11369         * lib/hash.c (transfer_entries): Reverse order of parameters to
11370         put DST before SRC.  Adjust callers.
11371
11372         tests: test-hash: avoid wholesale duplication
11373         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
11374         Instead, use a loop and add a single conditional.
11375
11376         tests: test-hash: allow seed selection via a command line argument
11377         * tests/test-hash.c (get_seed): New function.
11378         (main): Use it.
11379
11380 2009-06-19  Eric Blake  <ebb9@byu.net>
11381
11382         hash: avoid memory leak on allocation failure
11383         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
11384         failure.  Factor repeated algorithm...
11385         (transfer_entries): ...into new helper routine.
11386         (hash_delete): React to hash_rehash return value.
11387
11388         hash: reduce memory pressure in hash_rehash no-op case
11389         * lib/hash.c (next_prime): Avoid overflow.
11390         (hash_initialize): Factor bucket size computation...
11391         (compute_bucket_size): ...into new helper function.
11392         (hash_rehash): Use new function and open coding to reduce memory
11393         pressure, and avoid a memory leak in USE_OBSTACK code.
11394         Reported by Jim Meyering.
11395
11396 2009-06-18  Eric Blake  <ebb9@byu.net>
11397
11398         hash: make rotation more obvious
11399         * modules/hash (Depends-on): Add bitrotate and stdint.
11400         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
11401         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
11402         (SIZE_MAX): Rely on headers for definition.
11403         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
11404         (raw_hasher): Use rotr_sz.
11405         Suggested by Jim Meyering.
11406
11407         hash: fix memory leak in last patch
11408         * lib/hash.c (hash_rehash): Avoid memory leak.
11409
11410         hash: avoid no-op rehashing
11411         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
11412
11413         hash: provide default callback functions
11414         * lib/hash.c (raw_hasher, raw_comparator): New functions.
11415         (hash_initialize): Use them as defaults.
11416         * tests/test-hash.c (main): Test this.
11417
11418         hash: minor optimization
11419         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
11420         when possible.
11421         (hash_initialize): Document this promise.
11422         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
11423         * tests/test-hash.c (hash_compare_strings): Test this.
11424
11425 2009-06-18  Bruno Haible  <bruno@clisp.org>
11426
11427         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
11428         going to be replaced anyway.
11429
11430 2009-06-18  Bruno Haible  <bruno@clisp.org>
11431
11432         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
11433         in one place.
11434         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
11435         be replaced anyway.
11436
11437 2009-06-18  Eric Blake  <ebb9@byu.net>
11438
11439         hash: check for resize before insertion
11440         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
11441         threshold before insertion, so that a pathological hash_rehash
11442         that fills every bucket can still trigger another rehash.
11443
11444 2009-06-18  Jim Meyering  <meyering@redhat.com>
11445
11446         hash-tests: add a loop around the small tests
11447         * tests/test-hash.c (main): Repeat small tests with selected
11448         small initial table sizes.
11449
11450 2009-06-17  Eric Blake  <ebb9@byu.net>
11451
11452         hash: minor cleanups
11453         * lib/hash.h (hash_entry): Make opaque, by moving...
11454         * lib/hash.c (hash_entry): ...here.
11455         (hash_insert): Clarify restrictions on what can be inserted.
11456         (hash_get_next): Clarify when it is safe to remove an element
11457         during traversal.
11458         (check_tuning): Skip verification when tuning is known safe.
11459         (hash_initialize): Clarify restrictions on tuning.
11460
11461 2009-06-17  Jim Meyering  <jim@meyering.net>
11462         and Eric Blake  <ebb9@byu.net>
11463
11464         hash-tests: new module
11465         * modules/hash-tests: New file.
11466         * tests/test-hash.c: New file.
11467
11468 2009-06-17  Eric Blake  <ebb9@byu.net>
11469
11470         strstr-simple: document new module
11471         * MODULES.html.sh: Document new module.
11472
11473         strstr, strcasestr: replace on platforms with broken memchr
11474         * modules/strstr: Split into...
11475         * modules/strstr-simple: ...new module that does not care about
11476         performance, but does care about glibc bug.
11477         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
11478         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
11479         if platform memchr is broken, per Debian bug 521737.
11480         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
11481         memchr.
11482         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
11483         * doc/posix-functions/strstr.texi (strstr): Document the fix.
11484         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
11485         * modules/mountlist (Depends-on): Add strstr-simple.
11486         * modules/gen-uni-tables (Depends-on): Likewise.
11487         * modules/argz (Depends-on): Add strstr.
11488
11489 2009-06-17  Bruno Haible  <bruno@clisp.org>
11490
11491         * modules/posix_spawn-internal (Depends-on): Add errno.
11492
11493 2009-06-17  Bruno Haible  <bruno@clisp.org>
11494
11495         Define missing ESTALE on Interix 3.5.
11496         * lib/errno.in.h (ESTALE): Assign a value if missing.
11497         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
11498         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
11499         missing.
11500         * doc/posix-headers/errno.texi: Mention the Interix bug.
11501         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
11502
11503 2009-06-15  Eric Blake  <ebb9@byu.net>
11504
11505         memchr, memchr2: add valgrind exception
11506         * lib/memchr.valgrind: New file.
11507         * lib/memchr2.valgrind: New file.
11508         * modules/memchr (Files): Distribute valgrind file.
11509         * modules/memchr2 (Files): Likewise.
11510
11511         docs: memchr is no longer obsolete
11512         * MODULES.html.sh: Move memchr from obsolete to string.h section.
11513         * lib/string.in.h (memchr): Simplify logic.
11514
11515 2009-06-14  Jim Meyering  <meyering@redhat.com>
11516
11517         link-follow: fix the "checking..." message to not mention trailing slash
11518         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
11519         never considered trailing slashes.
11520
11521 2009-06-14  Bruno Haible  <bruno@clisp.org>
11522
11523         * m4/memchr.m4: Mention also the bug on IA-64.
11524         * doc/posix-functions/memchr.texi: Likewise.
11525
11526 2009-06-12  Eric Blake  <ebb9@byu.net>
11527
11528         memchr: detect broken x86_64 and alpha implementations
11529         * modules/memchr-tests (Depends-on): Move mmap detection...
11530         * modules/memchr (Depends-on): ...here.
11531         (configure.ac): Set indicator.
11532         * lib/string.in.h (memchr): Declare replacement.
11533         * modules/string (Makefile.am): Trigger replacement.
11534         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
11535         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
11536         bugs.
11537         * doc/posix-functions/memchr.texi (memchr): Document the bug.
11538         * modules/getpagesize (License): Relax license.
11539
11540 2009-06-11  Bruno Haible  <bruno@clisp.org>
11541
11542         * lib/idpriv.h: Add more references.
11543
11544 2009-06-08  Bruno Haible  <bruno@clisp.org>
11545
11546         Tests for module 'idpriv-droptemp'.
11547         * modules/idpriv-droptemp-tests: New file.
11548         * tests/test-idpriv-droptemp.sh: New file.
11549         * tests/test-idpriv-droptemp.su.sh: New file.
11550         * tests/test-idpriv-droptemp.c: New file.
11551
11552         New module 'idpriv-droptemp'.
11553         * lib/idpriv-droptemp.c: New file.
11554         * modules/idpriv-droptemp: New file.
11555
11556 2009-06-08  Bruno Haible  <bruno@clisp.org>
11557
11558         Tests for module 'idpriv-drop'.
11559         * modules/idpriv-drop-tests: New file.
11560         * tests/test-idpriv-drop.sh: New file.
11561         * tests/test-idpriv-drop.su.sh: New file.
11562         * tests/test-idpriv-drop.c: New file.
11563
11564         New module 'idpriv-drop'.
11565         * lib/idpriv.h: New file.
11566         * lib-idpriv-drop.c: New file.
11567         * m4/idpriv.m4: New file.
11568         * modules/idpriv-drop: New file.
11569
11570 2009-06-08  Bruno Haible  <bruno@clisp.org>
11571
11572         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
11573         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
11574         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
11575         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
11576         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
11577         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
11578         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
11579
11580 2009-06-08  Eric Blake  <ebb9@byu.net>
11581
11582         test-strstr: use memory fence, when possible
11583         * tests/test-strstr.c (main): Use memory fence, in order to be
11584         more likely to trigger Debian bug 521737.
11585         * modules/strstr-tests (Files): Pull in additional files.
11586
11587         memchr: no longer obsolete, for wider field testing
11588         * modules/memchr (Status, Notice): Delete, this module is no
11589         longer obsolete.
11590         * modules/vasnprintf (Depends-on): Add memchr.
11591
11592 2009-06-07  Jim Meyering  <meyering@redhat.com>
11593
11594         hash: declare some functions with the warn_unused_result attribute
11595         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
11596
11597 2009-06-07  Bruno Haible  <bruno@clisp.org>
11598
11599         * tests/test-alignof.c: Don't test int64_t if it does not exist.
11600         Reported by Eric Blake.
11601
11602 2009-06-06  Eric Blake  <ebb9@byu.net>
11603
11604         test-alignof: fix typo with long double
11605         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
11606         compiler error.
11607
11608 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
11609
11610         Escape non-texinfo { and }s.
11611         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
11612         markup error.
11613
11614 2009-06-04  Jim Meyering  <meyering@redhat.com>
11615
11616         gitlog-to-changelog: don't infloop on an empty commit log
11617         * build-aux/gitlog-to-changelog: Warn about an empty log message.
11618         Reported by Boris Petersen <transacid@centerim.org>.
11619
11620 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
11621
11622         version-etc: extend for packagers
11623         Add three new configure options, intended for packagers:
11624           --with-packager="packager name"
11625           --with-packager-version="packager-specific version"
11626           --with-packager-bug-reports="packager bug reporting"
11627         An example with coreutils:
11628           $ ./configure \
11629             --with-packager=Gentoo \
11630             --with-packager-bug-report=http://bugs.gentoo.org/ \
11631             --with-packager-version="patchset 1.6"
11632           $ ./src/ls --version | head -n2
11633           ls (GNU coreutils) 7.1-dirty
11634           Packaged by Gentoo (patchset 1.6)
11635         Note that the bug reporting info via --help doesn't show up because
11636         coreutils uses its own custom emit_bug_reporting_address() implementation
11637         in src/system.h.  If it didn't, it'd look like:
11638           $ ./src/ls --help | tail -n4
11639           Report bugs to <bug-coreutils@gnu.org>.
11640           Report Gentoo bugs to <http://bugs.gentoo.org/>.
11641           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
11642           General help using GNU software: <http://www.gnu.org/gethelp/>.
11643         * lib/version-etc.c: Print new information, if provided.
11644         * m4/version-etc.m4: New file.
11645         * modules/version-etc (Files): Add m4/version-etc.m4.
11646         (configure.ac): Add gl_VERSION_ETC.
11647
11648 2009-05-31  Bruno Haible  <bruno@clisp.org>
11649
11650         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
11651         and 'int64_t'.
11652         * modules/alignof-tests (Dependencies): Add stdint.
11653         Reported by Eric Blake.
11654
11655 2009-05-31  Bruno Haible  <bruno@clisp.org>
11656
11657         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
11658         restriction due to compiler bugs.
11659         Reported by Eric Blake.
11660
11661 2009-05-31  Simon Josefsson  <simon@josefsson.org>
11662             Bruno Haible  <bruno@clisp.org>
11663
11664         Fix test-alignof failure.
11665         * lib/alignof.h (alignof_slot): New macro.
11666         (alignof_type): New macro, with the same semantics as the previous
11667         'alignof'.
11668         (alignof): Alias to alignof_slot.
11669         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
11670         check that the results are usable as constant expressions.
11671
11672 2009-05-31  Bruno Haible  <bruno@clisp.org>
11673
11674         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
11675         * tests/test-memchr.c (main): Check that memchr does not read past the
11676         first occurrence of the byte.
11677         * tests/test-strstr.c (main): Update comment.
11678         Suggested by Eric Blake.
11679
11680 2009-05-30  Bruno Haible  <bruno@clisp.org>
11681
11682         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
11683         detail how to use dumpbin.
11684         Reported by David Byron <dbyron@dbyron.com>.
11685
11686 2009-06-02  Simon Josefsson  <simon@josefsson.org>
11687
11688         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
11689
11690 2009-06-02  Simon Josefsson  <simon@josefsson.org>
11691
11692         * m4/manywarnings.m4: Add GCC 4.4 warnings.
11693
11694 2009-05-28  Bruno Haible  <bruno@clisp.org>
11695
11696         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
11697         build-aux/ files.
11698
11699 2009-05-28  Simon Josefsson  <simon@josefsson.org>
11700
11701         * gnulib-tool (func_import): Transform license on build-aux/ files too.
11702
11703 2009-05-27  Simon Josefsson  <simon@josefsson.org>
11704
11705         * gnulib-tool (sed_transform_main_lib_file)
11706         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
11707         regexps.
11708
11709 2009-05-26  Simon Josefsson  <simon@josefsson.org>
11710
11711         * tests/test-strstr.c: Add another self-test.
11712         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
11713         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
11714
11715 2009-05-23  Bruno Haible  <bruno@clisp.org>
11716
11717         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
11718         change.
11719
11720 2009-05-21  Bruno Haible  <bruno@clisp.org>
11721
11722         Simplify use of mode_t varargs.
11723         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
11724         uses 'mode_t' or 'int'.
11725         * lib/openat.c (openat): Likewise.
11726         * lib/open-safer.c (open_safer): Likewise.
11727         * m4/mode_t.m4: New file.
11728         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
11729         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
11730         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
11731         * modules/open (Files): Add m4/mode_t.m4.
11732         * modules/openat (Files): Likewise.
11733         * modules/fcntl-safer (Files): Likewise.
11734         Suggested by Eric Blake.
11735
11736 2009-05-21  Pádraig Brady  <P@draigbrady.com>
11737
11738         * doc/glibc-functions/fallocate.texi: New file.
11739         * doc/gnulib.texi: Include it.
11740
11741 2009-05-21  Eric Blake  <ebb9@byu.net>
11742             Bruno Haible  <bruno@clisp.org>
11743
11744         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
11745         invocations.
11746         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11747
11748 2009-05-21  Eric Blake  <ebb9@byu.net>
11749             Bruno Haible  <bruno@clisp.org>
11750
11751         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
11752         include_next. Fix of 2008-11-20 commit.
11753         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
11754         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
11755         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
11756         NEXT_MATH_H.
11757         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
11758         instead of NEXT_MATH_H.
11759
11760 2009-05-21  Bruno Haible  <bruno@clisp.org>
11761
11762         Avoid redefinition warnings for SIZE_MAX.
11763         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
11764         Reported by Simon Josefsson.
11765
11766 2009-05-21  Bruno Haible  <bruno@clisp.org>
11767
11768         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
11769         AC_CACHE_VAL.
11770
11771 2009-05-20  Bruno Haible  <bruno@clisp.org>
11772
11773         Make zeroptr.h work on mingw.
11774         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
11775         mprotect.
11776         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
11777         * modules/memchr2-tests (configure.ac): Likewise.
11778         * modules/memcmp-tests (configure.ac): Likewise.
11779         * modules/memmem-tests (configure.ac): Likewise.
11780         * modules/memrchr-tests (configure.ac): Likewise.
11781         Reported by Simon Josefsson.
11782
11783 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11784
11785         * tests/test-glob.c: Include string.h for strcmp prototype.
11786
11787 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11788
11789         * modules/getdelim (Depends-on): Add explicit stdint, although it
11790         was implicitly already pulled in via realloc-posix.
11791         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
11792
11793 2009-05-20  Simon Josefsson  <simon@josefsson.org>
11794
11795         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
11796         G. Christensen" <tgc@jupiterrise.com>.
11797         * m4/sys_socket_h.m4: Check for sa_family_t.
11798         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
11799         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
11800         * tests/test-sys_socket.c: Check that sa_family_t works.
11801
11802 2009-05-18  Eric Blake  <ebb9@byu.net>
11803
11804         maint.mk: allow gnulib_dir in VPATH build
11805         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
11806
11807 2009-05-15  Jim Meyering  <meyering@redhat.com>
11808
11809         maint.mk: Give gnulib_dir a default definition.
11810         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
11811         Thus, most packages no longer need to specify this variable in cfg.mk
11812
11813 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
11814
11815         rename.m4: fix typos that would make non-mingw cross-configure fail
11816         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
11817
11818 2009-05-13  Eric Blake  <ebb9@byu.net>
11819
11820         mmap-anon: avoid out-of-order autoconf expansion
11821         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
11822         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
11823         * modules/memchr-tests (Depends-on): Add extensions.
11824         * modules/memchr2-tests (Depends-on): Add extensions.
11825         * modules/memcmp-tests (Depends-on): Add extensions.
11826         * modules/memmem-tests (Depends-on): Add extensions.
11827         * modules/memrchr-tests (Depends-on): Add extensions.
11828
11829 2009-05-13  Bruno Haible  <bruno@clisp.org>
11830
11831         Make some tests ISO C 99 compliant.
11832         * tests/zerosize-ptr.h: New file.
11833         * tests/test-memchr.c: Include zerosize-ptr.h.
11834         (main): Use a zero-size object pointer instead of NULL.
11835         * tests/test-memchr2.c: Include zerosize-ptr.h.
11836         (main): Use a zero-size object pointer instead of NULL.
11837         * tests/test-memcmp.c: Include zerosize-ptr.h.
11838         (main): Use a zero-size object pointer instead of NULL.
11839         * tests/test-memmem.c: Include zerosize-ptr.h.
11840         (main): Use a zero-size object pointer instead of NULL.
11841         * tests/test-memrchr.c: Include zerosize-ptr.h.
11842         (main): Use a zero-size object pointer instead of NULL.
11843         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
11844         m4/mmap-anon.m4.
11845         (Depends-on): Add getpagesize.
11846         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11847         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
11848         m4/mmap-anon.m4.
11849         (Depends-on): Add getpagesize.
11850         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11851         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
11852         m4/mmap-anon.m4.
11853         (Depends-on): Add getpagesize.
11854         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11855         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
11856         m4/mmap-anon.m4.
11857         (Depends-on): Add getpagesize.
11858         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11859         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
11860         m4/mmap-anon.m4.
11861         (Depends-on): Add getpagesize.
11862         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
11863
11864 2009-05-12  Bruno Haible  <bruno@clisp.org>
11865
11866         Tests for module 'alignof'.
11867         * modules/alignof-tests: New file.
11868         * tests/test-alignof.c: New file.
11869
11870 2009-05-12  Bruno Haible  <bruno@clisp.org>
11871
11872         Fix alignof macro.
11873         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
11874         vendor compilers that are always correct.
11875
11876 2009-05-12  Bruno Haible  <bruno@clisp.org>
11877
11878         Make the MAP_ANONYMOUS detection work on HP-UX 11.
11879         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
11880         not whether its fully works.
11881
11882 2009-05-12  Bruno Haible  <bruno@clisp.org>
11883
11884         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
11885
11886 2009-05-12  Jim Meyering  <meyering@redhat.com>
11887
11888         * top/maint.mk: Adjust backslash alignment.
11889
11890 2009-05-11  Simon Josefsson  <simon@josefsson.org>
11891
11892         * top/maint.mk: Make $(srcdir)/build-aux configurable.
11893
11894 2009-05-11  Eric Blake  <ebb9@byu.net>
11895
11896         argp: avoid undefined behavior
11897         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
11898         macros.
11899
11900 2009-05-08  Simon Josefsson  <simon@josefsson.org>
11901
11902         * tests/test-vc-list-files-git.sh: Do git config of user.email and
11903         user.name to prevent git commit from complaining.
11904
11905 2009-05-10  Bruno Haible  <bruno@clisp.org>
11906
11907         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
11908         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
11909         it rewrites every file name only once.
11910         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
11911
11912 2009-05-08  Bruno Haible  <bruno@clisp.org>
11913
11914         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
11915         instead of 'max'.
11916
11917 2009-05-08  Simon Josefsson  <simon@josefsson.org>
11918
11919         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
11920         sockaddr_storage test.
11921
11922 2009-05-07  Simon Josefsson  <simon@josefsson.org>
11923
11924         * modules/sys_socket (Makefile.am): Substitute
11925         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
11926         * m4/sys_socket_h.m4: Check for sockaddr_storage.
11927         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
11928         * tests/test-sys_socket.c: Check sockaddr_storage.
11929
11930 2009-05-08  Bruno Haible  <bruno@clisp.org>
11931
11932         New module 'alignof'.
11933         * lib/alignof.h: New file.
11934         * modules/alignof: New file.
11935
11936 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11937             Bruno Haible  <bruno@clisp.org>
11938
11939         Fix test-file-has-acl on FreeBSD.
11940         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
11941         mask is implicitly added.
11942         * tests/test-file-has-acl.c: Include <signal.h>.
11943         (main): Terminate the test after 5 seconds.
11944         * modules/acl-tests (configure.ac): Check for alarm function.
11945
11946 2009-05-04  Bruno Haible  <bruno@clisp.org>
11947
11948         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
11949         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
11950         * modules/errno (configure.ac): Drop AC_REQUIRE.
11951         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
11952         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
11953
11954 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11955
11956         * modules/glob-tests: New module.
11957         * tests/test-glob.c: Add.
11958
11959 2009-05-04  Simon Josefsson  <simon@josefsson.org>
11960
11961         * modules/fnmatch-tests: New module.
11962         * tests/test-fnmatch.c: Add.
11963
11964 2009-05-04  Eric Blake  <ebb9@byu.net>
11965
11966         maint: make the new no-submodule-changes rule VPATH-safe
11967         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
11968
11969 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11970             Bruno Haible  <bruno@clisp.org>
11971
11972         acl: Fix infinite loop on FreeBSD.
11973         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
11974         of return value from acl_get_entry.
11975         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
11976         Likewise.
11977
11978 2009-05-03  Bruno Haible  <bruno@clisp.org>
11979
11980         * lib/acl-internal.h (acl_entries): Clarify return value.
11981         * lib/acl_entries.c (acl_entries): Likewise.
11982
11983 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
11984
11985         Bug fix in acl module.
11986         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
11987
11988 2009-05-03  Bruno Haible  <bruno@clisp.org>
11989
11990         Create gperf-generated file in the source dir, not in the build dir.
11991         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
11992         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
11993         * modules/unicase/locale-language (unicase/locale-languages.h):
11994         Likewise.
11995         * modules/unicase/special-casing (unicase/special-casing-table.h):
11996         Likewise.
11997         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
11998         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
11999         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
12000         Reported by Ralf Wildenhues.
12001
12002 2009-05-03  Bruno Haible  <bruno@clisp.org>
12003
12004         * modules/fnmatch (Description, configure.ac): Taken from
12005         fnmatch-posix.
12006         * modules/fnmatch-posix: Turn into a symbolic reference to the
12007         'fnmatch' module, and deprecate.
12008         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
12009
12010 2009-05-03  Bruno Haible  <bruno@clisp.org>
12011
12012         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
12013         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
12014         Reported by Ralf Wildenhues.
12015
12016 2009-05-04  Simon Josefsson  <simon@josefsson.org>
12017
12018         * m4/fnmatch.m4: Fix fnmatch re-define.
12019
12020 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
12021
12022         priv-set: new module and tests; adapt write-any-file
12023         * lib/priv-set.c: New file.
12024         * lib/priv-set.h: New file.
12025         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
12026         * lib/write-any-file.c: Simplify by using priv-set module.
12027         * m4/priv-set.m4: New file.
12028         * modules/priv-set: New file.
12029         * modules/unlinkdir: Add dependency on priv-set module.
12030         * modules/write-any-file: Likewise.
12031
12032         Tests for module 'priv-set'.
12033         * modules/priv-set-tests: New file.
12034         * tests/test-priv-set.c: New file.
12035
12036 2009-05-03  Jim Meyering  <meyering@redhat.com>
12037             Bruno Haible  <bruno@clisp.org>
12038
12039         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
12040         use the converted UTF-8 variant of the name instead.
12041
12042 2009-05-03  Jim Meyering  <meyering@redhat.com>
12043
12044         tests: tighten some getdate tests
12045         * tests/test-getdate.c (main): Tighten tests: require equality,
12046         not just greater than.  Set TZ envvar to UTC0.
12047
12048 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
12049
12050         getdate: correctly interpret "next monday" when run on a Monday
12051         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
12052         that e.g., "next tues" (when run on a tuesday) results in a date
12053         that is one week in the future, and not today's date.
12054         I.e., add a week when the wday is the same as the current one.
12055         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
12056         and earlier by Martin Bernreuther and Jan Minář.
12057         * tests/test-getdate.c (main): Check that "next DAY" is always in
12058         the future and that "last DAY" is always in the past.
12059
12060 2009-05-02  Jim Meyering  <meyering@redhat.com>
12061
12062         build: ensure that a release build fails when a submodule is unclean
12063         * top/maint.mk (no-submodule-changes): New rule.
12064         (alpha beta major): Depend on it.
12065
12066 2009-05-02  Bruno Haible  <bruno@clisp.org>
12067
12068         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
12069         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
12070         shell variable gl_fnmatch_required to detect which variant is
12071         requested.
12072         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
12073         gl_FUNC_FNMATCH_POSIX.
12074         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
12075         exclude fnmatch-posix.
12076
12077 2009-05-02  Bruno Haible  <bruno@clisp.org>
12078
12079         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
12080         * modules/mbsrtowcs (License): Change to LGPLv2+.
12081         * modules/strnlen1 (License): Likewise.
12082         Reported by Simon Josefsson.
12083
12084 2009-05-02  Bruno Haible  <bruno@clisp.org>
12085
12086         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
12087         "cross".
12088         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
12089         gnulib-tool was called with option --source-base=lib.
12090
12091 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12092
12093         Use automake *-local hooks without commands, for extensibility.
12094         * modules/localcharset (Makefile.am): Rename install-exec-local
12095         rule to install-exec-localcharset, and make it a prerequisite of
12096         install-exec-local.  Likewise, rename the uninstall-local rule to
12097         uninstall-localcharset, and make it a prerequisite of the former.
12098
12099 2009-05-01  Bruno Haible  <bruno@clisp.org>
12100
12101         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
12102         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12103         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
12104         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
12105         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
12106         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12107         m4/locale-zh.m4, m4/codeset.m4.
12108
12109         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
12110         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
12111         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
12112         m4/locale-zh.m4.
12113
12114         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
12115         REPLACE_WCRTOMB if mbstate_t must be replaced.
12116         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
12117         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
12118
12119 2009-05-01  Bruno Haible  <bruno@clisp.org>
12120
12121         Avoid compiler warnings when redefining macros defined by <libintl.h>.
12122         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
12123         dngettext, dcngettext, textdomain, bindtextdomain,
12124         bind_textdomain_codeset): Undefine before redefining.
12125
12126 2009-04-30  Bruno Haible  <bruno@clisp.org>
12127
12128         Fix bug introduced on 2009-04-25.
12129         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
12130         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
12131         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
12132         is defined.
12133         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
12134         is defined.
12135         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
12136         is defined.
12137         Reported by Elbert_Pol <elbert.pol@gmail.com>.
12138
12139 2009-04-28  Bruno Haible  <bruno@clisp.org>
12140
12141         Comment tweaks.
12142         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
12143         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
12144         * lib/unicase.h (u*_casexfrm): Likewise.
12145         Reported by Paolo Bonzini.
12146
12147 2009-04-28  Bruno Haible  <bruno@clisp.org>
12148
12149         Fix a compilation error.
12150         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
12151         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
12152         Reported by Jim Meyering.
12153
12154 2009-04-27  Bruno Haible  <bruno@clisp.org>
12155
12156         New module 'libunistring'.
12157         * modules/libunistring: New file.
12158         * m4/libunistring.m4: New file.
12159         * MODULES.html.sh (Unicode string functions): Add it.
12160
12161 2009-04-27  Eric Blake  <ebb9@byu.net>
12162
12163         maint.mk: allow package-specific header to provide <config.h>
12164         * top/maint.mk (sc_require_config_h): New variable.
12165         (sc_require_config_h, sc_require_config_h_first): Use it.
12166
12167 2009-04-27  Simon Josefsson  <simon@josefsson.org>
12168
12169         * top/maint.mk (sc_avoid_if_before_free): Except
12170         useless-if-before-free script.
12171
12172 2009-04-27  Eric Blake  <ebb9@byu.net>
12173
12174         maintainer-makefile: depend on all required helper scripts
12175         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
12176         useless-if-before-free.
12177         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
12178         version, rather than assuming gnulib checkout is available.
12179         Reported by Simen Josefsson.
12180
12181 2009-04-26  Bruno Haible  <bruno@clisp.org>
12182
12183         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
12184         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
12185         "../" or "..".
12186
12187 2009-04-26  Bruno Haible  <bruno@clisp.org>
12188
12189         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
12190         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
12191         AC_LIB_HAVE_LINKFLAGS.
12192
12193 2009-04-26  Bruno Haible  <bruno@clisp.org>
12194
12195         Simplify calling convention of u*_conv_from_encoding.
12196         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
12197         u32_conv_from_encoding): Expect a resultbuf argument and return the
12198         result directly as a pointer.
12199         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
12200         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
12201         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
12202         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
12203         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
12204         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12205         Update.
12206         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
12207         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
12208         * lib/vasnprintf.c (VASNPRINTF): Update.
12209         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
12210         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
12211         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
12212         * NEWS: Mention the change.
12213
12214 2009-04-26  Bruno Haible  <bruno@clisp.org>
12215
12216         Simplify calling convention of u*_conv_to_encoding.
12217         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
12218         u32_conv_to_encoding): Expect a resultbuf argument and return the
12219         result directly as a pointer.
12220         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12221         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
12222         freeing scaled_offsets if mem_iconveha failed.
12223         * lib/unicase/u-casexfrm.h (FUNC): Update.
12224         * lib/uninorm/u-normxfrm.h (FUNC): Update.
12225         * lib/vasnprintf.c (VASNPRINTF): Update.
12226         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
12227         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
12228         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
12229         * NEWS: Mention the change.
12230
12231 2009-04-26  Bruno Haible  <bruno@clisp.org>
12232
12233         Avoid test failures on AIX and OSF/1.
12234         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
12235         malloc(0).
12236         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
12237         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
12238         Likewise.
12239         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
12240         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
12241         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
12242         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
12243         * doc/posix-functions/malloc.texi: Document the portability problem
12244         related to malloc(0).
12245
12246 2009-04-26  Bruno Haible  <bruno@clisp.org>
12247
12248         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
12249         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
12250         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
12251
12252 2009-04-25  Bruno Haible  <bruno@clisp.org>
12253
12254         Avoid link error when creating a namespace clean library.
12255         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
12256         as macro with arguments if already defined as an alias.
12257         * lib/signbitf.c (gl_signbitf): Don't undefine.
12258         * lib/signbitd.c (gl_signbitd): Don't undefine.
12259         * lib/signbitl.c (gl_signbitl): Don't undefine.
12260
12261 2009-04-25  Jim Meyering  <meyering@redhat.com>
12262
12263         vc-list-files: fix another quoting bug
12264         * build-aux/vc-list-files: Avoid sed backslash expansion
12265         of pathological directory names.
12266
12267 2009-04-25  Eric Blake  <ebb9@byu.net>
12268
12269         vc-list-files: fix shell quoting error
12270         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
12271         timestamp.
12272
12273 2009-04-25  Jim Meyering  <meyering@redhat.com>
12274
12275         vc-list-files: restore lost functionality with subdir argument
12276         * build-aux/vc-list-files: When given a non-"." sub-directory
12277         argument, substitute the $dir/ prefix back onto each resulting name.
12278         Otherwise, coreutils' root_tests check would fail.
12279
12280 2009-04-24  Eric Blake  <ebb9@byu.net>
12281
12282         vc-list-files: ignore git symlinks
12283         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
12284         than ls-files, to ignore git symlinks.
12285
12286         maint.mk: import improvements from m4
12287         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
12288         (move_if_change): Delete unused macro.
12289         (news-date-check, vc-diff-check): Support VPATH builds.
12290         (announcement): Likewise.  Split --bootstrap-tools list...
12291         (boostrap-tools): ...into separate list, which can be overridden
12292         in cfg.mk.
12293         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
12294         requiring dependency on useless-if-before-free module.
12295         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
12296         Support VPATH builds.
12297
12298 2009-04-24  Jim Meyering  <meyering@redhat.com>
12299
12300         maint.mk: remove coreutils-specific rules and variables
12301         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
12302         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
12303         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
12304
12305         maint.mk: remove obsolete rule
12306         * top/maint.mk (rel-check): Remove rule.
12307         (WGET, WGETFLAGS): Remove now-unused variables.
12308
12309 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12310
12311         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
12312         consistency.
12313
12314         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
12315         '$(PATH_SEPARATOR)' instead of ':'.
12316
12317 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12318
12319         * lib/getopt1.c (main): Use 'const' for static array.
12320
12321 2009-04-24  Simon Josefsson  <simon@josefsson.org>
12322
12323         * top/maint.mk: Sync with coreutils.
12324         * NEWS: Explain incompatibilities.
12325
12326 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12327             Bruno Haible  <bruno@clisp.org>
12328
12329         Fix cross-compilation results.
12330         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
12331         statement, as third argument of AC_TRY_RUN.
12332         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
12333         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
12334         Likewise.
12335         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
12336         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
12337         Likewise.
12338         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
12339         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
12340         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
12341
12342 2009-04-20  Bruno Haible  <bruno@clisp.org>
12343
12344         Avoid test failure on mingw.
12345         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
12346
12347 2009-04-20  Bruno Haible  <bruno@clisp.org>
12348
12349         Avoid compilation error on mingw.
12350         * modules/localename-tests (Depends-on): Add locale.
12351
12352 2009-04-19  Bruno Haible  <bruno@clisp.org>
12353
12354         Support for building a shared library on Windows platforms.
12355         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
12356         (main): Test the presence of UNINORM_NFC here.
12357         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
12358         (main): Test the presence of UNINORM_NFD here.
12359         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
12360         (main): Test the presence of UNINORM_NFKC here.
12361         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
12362         (main): Test the presence of UNINORM_NFKD here.
12363
12364 2009-04-19  Bruno Haible  <bruno@clisp.org>
12365
12366         Avoid a compiler warning.
12367         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
12368         Change type of variable 'sequence'.
12369
12370 2009-04-19  Bruno Haible  <bruno@clisp.org>
12371
12372         * modules/configmake (Makefile.am): When the contents of configmake.h
12373         does not change, arrange to preserve its modification time.
12374
12375 2009-04-17  Simon Josefsson  <simon@josefsson.org>
12376
12377         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
12378         gettext domain.
12379
12380 2009-04-16  Jim Meyering  <meyering@redhat.com>
12381
12382         useless-if-before-free: improve conversion code
12383         * build-aux/useless-if-before-free: Adjust code-in-comment to match
12384         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
12385
12386 2009-04-14  Bruno Haible  <bruno@clisp.org>
12387
12388         * modules/fcntl (Depends-on): Add extensions.
12389         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
12390
12391 2009-04-12  Ben Pfaff  <blp@gnu.org>
12392
12393         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
12394         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
12395
12396 2009-03-20  Ben Pfaff  <blp@gnu.org>
12397
12398         Make rename replace existing destinations on Windows.
12399         * m4/rename.m4: Add test for Mingw.
12400         * lib/rename.c: Add rename replacement that uses MoveFileEx with
12401         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
12402         * doc/posix-functions/rename.texi: Document.
12403
12404 2009-04-10  Bruno Haible  <bruno@clisp.org>
12405
12406         New include file "iconveh.h".
12407         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
12408         * lib/striconveh.h: Include it.
12409         (enum iconv_ilseq_handler): Remove definition.
12410         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
12411         striconveh.h.
12412         * lib/striconveha.c: Include striconveh.h.
12413         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
12414         * modules/striconveh (Files): Add lib/iconveh.h.
12415         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
12416         lib/striconveh.h.
12417
12418 2009-04-10  Bruno Haible  <bruno@clisp.org>
12419
12420         * lib/uniconv.h: Update comment.
12421
12422 2009-04-10  Bruno Haible  <bruno@clisp.org>
12423
12424         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
12425         always.
12426         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
12427         * lib/unistr/u16-mbtouc-aux.c: Likewise.
12428         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
12429         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
12430         "unistring-notinline.h", so that the function gets defined always.
12431         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
12432         * lib/unistr/u8-uctomb.c: Likewise.
12433         * lib/unistr/u16-mbtouc.c: Likewise.
12434         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
12435         * lib/unistr/u16-uctomb.c: Likewise.
12436         * lib/unistr/u32-mbtouc.c: Likewise.
12437         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
12438         * lib/unistr/u32-uctomb.c: Likewise.
12439
12440 2009-04-10  Bruno Haible  <bruno@clisp.org>
12441
12442         Mark 'utime' obsolete.
12443         * modules/utime (Status, Notice): New sections.
12444         Suggested by Jim Meyering.
12445
12446         Fix cross-compile guess for utime test.
12447         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
12448         autoconf.
12449         * doc/posix-functions/utime.texi: Give more precisions.
12450         Reported by Jan <ipif@ymail.com>.
12451
12452 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
12453
12454         filevercmp: correct today's change
12455         * lib/filevercmp.c: Also handle coreutils' test inputs.
12456         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
12457
12458         Fix regression in 'filevercmp' module. Thanks Sven Joachim
12459         for reporting it.
12460         * lib/filevercmp.c: Special handle for "", "." and "..".
12461         * tests/test-filevercmp.c: Enlarge the set suite.
12462
12463 2009-04-07  Jim Meyering  <meyering@redhat.com>
12464
12465         useless-if-before-free: show how to remove braced useless free, too
12466         * build-aux/useless-if-before-free: still only in a comment, though.
12467
12468 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
12469
12470         maint.mk: import changes to syntax-check macros from coreutils
12471         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
12472         Use them in the relevant macros.
12473
12474 2009-04-06  Bruno Haible  <bruno@clisp.org>
12475
12476         Fix unportable use of bit-fields.
12477         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
12478         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
12479         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
12480
12481 2009-04-06  Bruno Haible  <bruno@clisp.org>
12482
12483         Avoid test failures on AIX and OSF/1.
12484         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
12485         that malloc(0) = NULL.
12486         * tests/unicase/test-u8-tolower.c (check): Likewise.
12487         * tests/unicase/test-u8-totitle.c (check): Likewise.
12488         * tests/unicase/test-u8-toupper.c (check): Likewise.
12489         * tests/unicase/test-u16-casefold.c (check): Likewise.
12490         * tests/unicase/test-u16-tolower.c (check): Likewise.
12491         * tests/unicase/test-u16-totitle.c (check): Likewise.
12492         * tests/unicase/test-u16-toupper.c (check): Likewise.
12493         * tests/unicase/test-u32-casefold.c (check): Likewise.
12494         * tests/unicase/test-u32-tolower.c (check): Likewise.
12495         * tests/unicase/test-u32-totitle.c (check): Likewise.
12496         * tests/unicase/test-u32-toupper.c (check): Likewise.
12497         * tests/uninorm/test-u8-nfc.c (check): Likewise.
12498         * tests/uninorm/test-u8-nfd.c (check): Likewise.
12499         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
12500         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
12501         * tests/uninorm/test-u16-nfc.c (check): Likewise.
12502         * tests/uninorm/test-u16-nfd.c (check): Likewise.
12503         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
12504         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
12505         * tests/uninorm/test-u32-nfc.c (check): Likewise.
12506         * tests/uninorm/test-u32-nfd.c (check): Likewise.
12507         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
12508         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
12509
12510 2009-04-05  Bruno Haible  <bruno@clisp.org>
12511
12512         Work around an autoconf limitation.
12513         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
12514         comment line if it would be longer than 3 KB.
12515
12516 2009-04-05  Bruno Haible  <bruno@clisp.org>
12517
12518         Avoid test failure with libiconv-1.13.
12519         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
12520         of the expected test results.
12521
12522 2009-04-05  Bruno Haible  <bruno@clisp.org>
12523
12524         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
12525         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
12526         that it should be installed.
12527
12528 2009-04-05  Bruno Haible  <bruno@clisp.org>
12529
12530         * gnulib-tool: New option --copy-file.
12531         (func_usage): Document it.
12532         (func_dest_tmpfilename): Moved out of func_import.
12533         (func_add_file, func_update_file): New functions, extracted from
12534         func_import.
12535         (func_import): Update.
12536
12537 2009-04-05  Karl Berry  <karl@gnu.org>
12538
12539         * README: prominently mention gnulib-tool.
12540         Rearrange sections so getting the code is near the top.
12541
12542 2009-04-05  Bruno Haible  <bruno@clisp.org>
12543
12544         * lib/unicase.h: Mention u*_cmp2.
12545         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
12546         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
12547         * lib/unicase/ulc-casecmp.c: Likewise.
12548         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
12549         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
12550         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
12551         unistr/u8-cmp.
12552         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
12553         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
12554         unistr/u16-cmp.
12555         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
12556         unistr/u32-cmp.
12557
12558         * lib/uninorm.h: Mention u*_cmp2.
12559         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
12560         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
12561         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
12562         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
12563         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
12564         unistr/u8-cmp.
12565         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
12566         unistr/u16-cmp.
12567         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
12568         unistr/u32-cmp.
12569
12570         New module 'unistr/u32-cmp2'.
12571         * lib/unistr/u32-cmp2.c: New file.
12572         * modules/unistr/u32-cmp2: New file.
12573
12574         New module 'unistr/u16-cmp2'.
12575         * lib/unistr/u16-cmp2.c: New file.
12576         * modules/unistr/u16-cmp2: New file.
12577
12578         New module 'unistr/u8-cmp2'.
12579         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
12580         * lib/unistr/u8-cmp2.c: New file.
12581         * lib/unistr/u-cmp2.h: New file.
12582         * modules/unistr/u8-cmp2: New file.
12583
12584 2009-04-05  Bruno Haible  <bruno@clisp.org>
12585
12586         * lib/unictype.h (uc_property_is_valid): New macro.
12587         * tests/unictype/test-pr_byname.c (main): Use it.
12588
12589         * lib/unistr.h: Doc fixes.
12590         * lib/uniconv.h: Doc fixes.
12591         * lib/unictype.h: Doc fixes.
12592
12593 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         Port coreutils 7.2 to Solaris 8.
12596
12597         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
12598         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
12599         for Solaris 8.  This is a bit of a hack, as it means it's the
12600         caller's responsibility to add -lnsl if needed, but most likely it
12601         won't be needed since only getaddrinfo uses this and getaddrinfo
12602         isn't needed on Solaris 8.
12603
12604         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
12605         problem to Solaris 8 encountered with coreutils 7.2, which
12606         resulted in a message "fnmatch.c:292: warning: passing argument 4
12607         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
12608         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
12609
12610 2009-04-03  Simon Josefsson  <simon@josefsson.org>
12611
12612         * m4/ld-version-script.m4: Add FIXME comment.
12613
12614 2009-04-02  Simon Josefsson  <simon@josefsson.org>
12615
12616         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
12617         SOVERSION variable.
12618
12619 2009-04-02  Bruno Haible  <bruno@clisp.org>
12620
12621         * Makefile (info, html, dvi, pdf): Combine the rules.
12622         Suggested by Jim Meyering.
12623
12624 2009-04-01  Bruno Haible  <bruno@clisp.org>
12625
12626         * Makefile (info, html, dvi, pdf): New targets.
12627         Reported by Reuben Thomas <rrt@sc3d.org>.
12628
12629 2009-04-01  Bruno Haible  <bruno@clisp.org>
12630
12631         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
12632         can be put into PATH.
12633         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
12634
12635 2009-04-01  Bruno Haible  <bruno@clisp.org>
12636
12637         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
12638
12639 2009-04-01  Bruno Haible  <bruno@clisp.org>
12640
12641         Rename module 'visibility'.
12642         * modules/lib-symbol-visibility: Renamed from modules/visibility.
12643         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
12644         * doc/gnulib.texi: Update.
12645         * MODULES.html.sh (Misc): Update.
12646         * NEWS: Mention the change.
12647
12648 2009-04-01  Simon Josefsson  <simon@josefsson.org>
12649
12650         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
12651         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
12652         Eric Blake <ebb9@byu.net> for review.
12653         * MODULES.html.sh: Add lib-msvc-compat.
12654         * doc/gnulib.texi: Link to new section.
12655         * m4/ld-output-def.m4: New file.
12656         * doc/ld-output-def.texi: New file.
12657
12658 2009-04-01  Simon Josefsson  <simon@josefsson.org>
12659
12660         Rename ld-version-script to lib-symbol-versions.  Suggested by
12661         Bruno Haible <bruno@clisp.org>.
12662         * modules/ld-version-script: Renamed to lib-symbol-versions.
12663         * doc/ld-version-script.texi: Fix module name.
12664         * MODULES.html.sh: Add lib-symbol-versions.
12665
12666 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12667
12668         * modules/u64-tests: New file.
12669         * tests/test-u64.c: New file.
12670
12671 2009-03-04  Simon Josefsson  <simon@josefsson.org>
12672
12673         * MODULES.html.sh: Mention u64.
12674         * modules/u64: New module.
12675         * modules/crypto/sha512: Depend on u64 module instead of providing
12676         u64.h.
12677
12678 2009-03-27  Eric Blake  <ebb9@byu.net>
12679
12680         test-strerror: make debugging EAI_SYSTEM easier
12681         * modules/getaddrinfo-tests (Depends-on): Add strerror.
12682         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
12683         failure was EAI_SYSTEM.
12684
12685 2009-03-25  Bruno Haible  <bruno@clisp.org>
12686
12687         Fix a problem with --enable-relocatable on Solaris 7.
12688         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
12689         since 2008-02-24.
12690
12691 2009-03-25  Eric Blake  <ebb9@byu.net>
12692
12693         test-sockets: avoid gcc warning
12694         * tests/test-sockets.c (main): Silence compiler warning.
12695
12696 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
12697
12698         New modules nproc, pthread, contributed by Glen Lenker.
12699
12700         * MODULES.html.sh: Add pthread, nproc.
12701         * lib/nproc.c: New file.
12702         * lib/nproc.h: New file.
12703         * lib/pthread.in.h: New file.
12704         * m4/pthread.m4: New file.
12705         * modules/nproc: New file.
12706         * modules/pthread: New file.
12707
12708 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12709
12710         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
12711         New variable.
12712
12713 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
12714
12715         filevercmp: handle simple~ and numbered.~3~ backup suffixes
12716         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
12717         * tests/test-filevercmp.c: Add tests for backup suffixes.
12718
12719 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12720
12721         * modules/stdlib (Depends-on): Add stdint, needed when defining
12722         struct random_data on, for example, HP-UX 10.20.  Reported by
12723         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
12724
12725 2009-03-24  Simon Josefsson  <simon@josefsson.org>
12726
12727         * lib/readline.c (readline): Call fflush on stdout after printing
12728         prompt.
12729
12730 2009-03-20  Bruno Haible  <bruno@clisp.org>
12731
12732         Remove dependency from 'close' module to -lws2_32 on native Windows.
12733         * lib/close-hook.h: New file.
12734         * lib/close-hook.c: New file.
12735         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
12736         w32sock.h.
12737         (_gl_close_fd_maybe_socket): Remove function.
12738         (rpl_close): Invoke execute_all_close_hooks instead of
12739         _gl_close_fd_maybe_socket.
12740         * lib/sockets.c: Include close-hook.h, w32sock.h.
12741         (close_fd_maybe_socket): New function, essentially from lib/close.c.
12742         (close_sockets_hook): New variable.
12743         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
12744         (gl_sockets_cleanup): Unregister it.
12745         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
12746         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
12747         * modules/close-hook: New file.
12748         * modules/close (Files): Remove lib/w32sock.h.
12749         (Depends-on): Add close-hook.
12750         (Link): Remove section.
12751         * modules/sockets (Files): Add lib/w32sock.h.
12752         (Depends-on): Add close-hook.
12753         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
12754         invocation.
12755         * NEWS: Mention that LIB_CLOSE is gone.
12756
12757 2009-03-23  Eric Blake  <ebb9@byu.net>
12758
12759         signal-tests: test previous patch
12760         * tests/test-signal.c: New file.
12761         * modules/signal-tests: Likewise.
12762
12763         signal.h: always support 'volatile sig_atomic_t'
12764         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
12765         (gl_SIGNAL_H_DEFAULTS): Add a default.
12766         * modules/signal (Makefile.am): Substitute if needed.
12767         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
12768         users can blindly add volatile.
12769         * doc/posix-headers/signal.texi (signal.h): Document it.
12770         Reported by Matthew Woehlke.
12771
12772 2009-03-23  Jim Meyering  <meyering@redhat.com>
12773
12774         pathmax: PATH_MAX: use pathconf only when available
12775         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
12776         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
12777         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
12778         This avoids a link failure in a PSP cross-compilation environment
12779         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
12780
12781         * lib/vasnprintf.c (divide): Fix typo in comment.
12782
12783 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12784
12785         * gnulib-tool (func_filter_filelist): Fix comment.
12786
12787 2009-03-20  Bruno Haible  <bruno@clisp.org>
12788
12789         Make sockets.h self-contained.
12790         * lib/sockets.c: Include sockets.h first.
12791         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
12792
12793 2009-03-19  Eric Blake  <ebb9@byu.net>
12794
12795         doc: mention more functions added in cygwin 1.7.0
12796         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
12797         addition.
12798         * doc/posix-functions/log2f.texi: Likewise.
12799
12800 2009-03-19  Jim Meyering  <meyering@redhat.com>
12801
12802         fsusage: avoid syntax error due to statement-before-declaration
12803         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
12804         after all declarations.  Reported by Matthew Woehlke in
12805         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
12806
12807 2009-03-18  Eric Blake  <ebb9@byu.net>
12808
12809         build-aux/compile: sync from automake
12810         * build-aux/compile: New file, from automake.
12811         * config/srclist.txt: Mention build-aux/compile.
12812
12813 2009-03-17  Bruno Haible  <bruno@clisp.org>
12814
12815         * lib/git-merge-changelog.c: Fix typo in comment.
12816         Reported by Reuben Thomas <rrt@sc3d.org>.
12817
12818 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
12819
12820         * m4/regex.m4: update and improve help for
12821         --without-included-regex.
12822
12823 2009-03-17  Simon Josefsson  <simon@josefsson.org>
12824
12825         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
12826         failure on missing include files.
12827
12828 2009-03-17  Eric Blake  <ebb9@byu.net>
12829
12830         doc: mention more functions added in cygwin 1.7.0
12831         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
12832         addition.
12833         * doc/posix-functions/fwscanf.texi: Likewise.
12834         * doc/posix-functions/swprintf.texi: Likewise.
12835         * doc/posix-functions/swscanf.texi: Likewise.
12836         * doc/posix-functions/vfwprintf.texi: Likewise.
12837         * doc/posix-functions/vfwscanf.texi: Likewise.
12838         * doc/posix-functions/vswprintf.texi: Likewise.
12839         * doc/posix-functions/vswscanf.texi: Likewise.
12840         * doc/posix-functions/vwprintf.texi: Likewise.
12841         * doc/posix-functions/vwscanf.texi: Likewise.
12842         * doc/posix-functions/wcscasecmp.texi: Likewise.
12843         * doc/posix-functions/wcsdup.texi: Likewise.
12844         * doc/posix-functions/wcsftime.texi: Likewise.
12845         * doc/posix-functions/wcsncasecmp.texi: Likewise.
12846         * doc/posix-functions/wprintf.texi: Likewise.
12847         * doc/posix-functions/wscanf.texi: Likewise.
12848         * doc/glibc-functions/gethostbyname2.texi: Likewise.
12849
12850 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12851
12852         maint.mk: really add $(AM_MAKEFLAGS)
12853         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
12854         was inadvertently omitted in the last commit.
12855         Spotted by Bruno Haible.
12856
12857         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
12858         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
12859         $(AM_MAKEFLAGS)' rather than plain `make'.
12860
12861         gnulib-tool: execute $MAKE not make
12862         * gnulib-tool: Default $MAKE to 'make'.
12863         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
12864         than make.  Initialize $MAKE in the do-autobuild script.
12865
12866         gnulib-tool: use $MAKE not make in generated files
12867         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
12868         make, in generated files.  Initialize $MAKE in the do-autobuild
12869         script.
12870
12871         * top/GNUmakefile (_have-git-version-gen): Fix typo.
12872
12873         GNUmakefile: disable parallelism only for multiple, recursive targets
12874         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
12875         additions in the Makefile.
12876         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
12877         by Automake.
12878         (.NOTPARALLEL): Only disable parallel builds if multiple targets
12879         are listed on the command line and at least one of them is
12880         listed in $(ALL_RECURSIVE_TARGETS).
12881
12882 2009-03-14  Bruno Haible  <bruno@clisp.org>
12883
12884         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
12885         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
12886         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
12887         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
12888         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
12889         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
12890         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
12891         unistr/u8-uctomb.
12892         * modules/unistr/u8-strchr (Depends-on): Likewise.
12893         * modules/unistr/u8-strrchr (Depends-on): Likewise.
12894         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
12895         unistr/u16-uctomb.
12896         * modules/unistr/u16-strchr (Depends-on): Likewise.
12897         * modules/unistr/u16-strrchr (Depends-on): Likewise.
12898
12899 2009-03-12  Bruno Haible  <bruno@clisp.org>
12900
12901         Work around select() bug on Interix 3.5.
12902         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
12903         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
12904         * m4/select.m4: New file.
12905         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
12906         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
12907         * modules/select (Files): Add m4/select.m4.
12908         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
12909         * modules/nanosleep (Depends-on): Add select.
12910         * modules/poll (Depends-on): Likewise.
12911         * doc/posix-functions/select.texi: Mention the Interix bug.
12912         Reported by Markus Duft <mduft@gentoo.org>.
12913
12914         * lib/select.c: Renamed from lib/winsock-select.c.
12915         * modules/select (Files): Add lib/select.c, remove
12916         lib/winsock-select.c.
12917         (configure.ac): Update.
12918
12919 2009-03-12  Jim Meyering  <meyering@redhat.com>
12920
12921         avoid gcc warnings about unused macro definitions
12922         * lib/readtokens.c (STREQ): Remove unused definition.
12923         * lib/xmalloc.c (SIZE_MAX): Likewise.
12924         * lib/openat-die.c (N_): Likewise.
12925         * lib/mountlist.c (SIZE_MAX): Remove definition.
12926         Instead, include <stdint.h>.
12927         * lib/readutmp.c: Likewise.
12928         * modules/readutmp (Depends-on): Add stdint.
12929         * modules/mountlist (Depends-on): Add stdint.
12930         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
12931
12932 2009-03-10  Bruno Haible  <bruno@clisp.org>
12933
12934         Tests for module 'mbmemcasecoll'.
12935         * modules/mbmemcasecoll-tests: New file.
12936         * tests/test-mbmemcasecoll1.sh: New file.
12937         * tests/test-mbmemcasecoll2.sh: New file.
12938         * tests/test-mbmemcasecoll3.sh: New file.
12939         * tests/test-mbmemcasecoll.c: New file.
12940
12941         New module 'mbmemcasecoll'.
12942         * lib/mbmemcasecoll.h: New file.
12943         * lib/mbmemcasecoll.c: New file.
12944         * modules/mbmemcasecoll: New file.
12945
12946         * tests/test-mbmemcasecmp.h: New file, extracted from
12947         tests/test-mbmemcasecmp.c.
12948         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
12949         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
12950         (main): Update.
12951         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
12952
12953 2009-03-09  Bruno Haible  <bruno@clisp.org>
12954
12955         Tests for module 'mbmemcasecmp'.
12956         * modules/mbmemcasecmp-tests: New file.
12957         * tests/test-mbmemcasecmp1.sh: New file.
12958         * tests/test-mbmemcasecmp2.sh: New file.
12959         * tests/test-mbmemcasecmp3.sh: New file.
12960         * tests/test-mbmemcasecmp.c: New file.
12961
12962         New module 'mbmemcasecmp'.
12963         * lib/mbmemcasecmp.h: New file.
12964         * lib/mbmemcasecmp.c: New file.
12965         * modules/mbmemcasecmp: New file.
12966
12967 2009-03-09  Bruno Haible  <bruno@clisp.org>
12968
12969         Tests for module 'unicase/ulc-casecoll'.
12970         * modules/unicase/ulc-casecoll-tests: New file.
12971         * tests/unicase/test-ulc-casecoll1.sh: New file.
12972         * tests/unicase/test-ulc-casecoll2.sh: New file.
12973         * tests/unicase/test-ulc-casecoll.c: New file.
12974
12975         New module 'unicase/ulc-casecoll'.
12976         * lib/unicase.h (ulc_casecoll): New declaration.
12977         * lib/unicase/ulc-casecoll.c: New file.
12978         * modules/unicase/ulc-casecoll: New file.
12979
12980         New module 'unicase/ulc-casexfrm'.
12981         * lib/unicase.h (ulc_casexfrm): New declaration.
12982         * lib/unicase/ulc-casexfrm.c: New file.
12983         * modules/unicase/ulc-casexfrm: New file.
12984
12985 2009-03-09  Bruno Haible  <bruno@clisp.org>
12986
12987         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
12988         invocations.
12989
12990         * m4/mbscasecmp.m4: Remove file.
12991         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
12992         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
12993
12994         * m4/mbscasestr.m4: Remove file.
12995         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
12996         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
12997
12998         * m4/mbschr.m4: Remove file.
12999         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
13000         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
13001
13002         * m4/mbscspn.m4: Remove file.
13003         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
13004         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
13005
13006         * m4/mbslen.m4: Remove file.
13007         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
13008         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
13009
13010         * m4/mbsncasecmp.m4: Remove file.
13011         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
13012         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
13013
13014         * m4/mbsnlen.m4: Remove file.
13015         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
13016         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
13017
13018         * m4/mbspbrk.m4: Remove file.
13019         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
13020         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
13021
13022         * m4/mbspcasecmp.m4: Remove file.
13023         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
13024         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
13025
13026         * m4/mbsrchr.m4: Remove file.
13027         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
13028         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
13029
13030         * m4/mbssep.m4: Remove file.
13031         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
13032         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
13033
13034         * m4/mbsspn.m4: Remove file.
13035         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
13036         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
13037
13038         * m4/mbsstr.m4: Remove file.
13039         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
13040         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
13041
13042         * m4/mbstok_r.m4: Remove file.
13043         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
13044         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
13045
13046         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
13047
13048         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
13049         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
13050
13051         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
13052
13053 2009-03-08  Bruno Haible  <bruno@clisp.org>
13054
13055         Tests for module 'unicase/ulc-casecmp'.
13056         * modules/unicase/ulc-casecmp-tests: New file.
13057         * tests/unicase/test-ulc-casecmp1.sh: New file.
13058         * tests/unicase/test-ulc-casecmp2.sh: New file.
13059         * tests/unicase/test-ulc-casecmp.c: New file.
13060
13061         New module 'unicase/ulc-casecmp'.
13062         * lib/unicase.h (ulc_casecmp): New declaration.
13063         * lib/unicase/ulc-casecmp.c: New file.
13064         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
13065         'const SRC_UNIT *'.
13066         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
13067         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
13068         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
13069         * modules/unicase/ulc-casecmp: New file.
13070
13071         Tests for module 'unicase/u32-is-cased'.
13072         * modules/unicase/u32-is-cased-tests: New file.
13073         * tests/unicase/test-u32-is-cased.c: New file.
13074
13075         Tests for module 'unicase/u16-is-cased'.
13076         * modules/unicase/u16-is-cased-tests: New file.
13077         * tests/unicase/test-u16-is-cased.c: New file.
13078
13079         Tests for module 'unicase/u8-is-cased'.
13080         * modules/unicase/u8-is-cased-tests: New file.
13081         * tests/unicase/test-u8-is-cased.c: New file.
13082         * tests/unicase/test-is-cased.h: New file.
13083
13084         New module 'unicase/u32-is-cased'.
13085         * lib/unicase/u32-is-cased.c: New file.
13086         * modules/unicase/u32-is-cased: New file.
13087
13088         New module 'unicase/u16-is-cased'.
13089         * lib/unicase/u16-is-cased.c: New file.
13090         * modules/unicase/u16-is-cased: New file.
13091
13092         New module 'unicase/u8-is-cased'.
13093         * lib/unicase/u8-is-cased.c: New file.
13094         * lib/unicase/u-is-cased.h: New file.
13095         * modules/unicase/u8-is-cased: New file.
13096
13097         Tests for module 'unicase/u32-is-casefolded'.
13098         * modules/unicase/u32-is-casefolded-tests: New file.
13099         * tests/unicase/test-u32-is-casefolded.c: New file.
13100
13101         Tests for module 'unicase/u16-is-casefolded'.
13102         * modules/unicase/u16-is-casefolded-tests: New file.
13103         * tests/unicase/test-u16-is-casefolded.c: New file.
13104
13105         Tests for module 'unicase/u8-is-casefolded'.
13106         * modules/unicase/u8-is-casefolded-tests: New file.
13107         * tests/unicase/test-u8-is-casefolded.c: New file.
13108         * tests/unicase/test-is-casefolded.h: New file.
13109
13110         New module 'unicase/u32-is-casefolded'.
13111         * lib/unicase/u32-is-casefolded.c: New file.
13112         * modules/unicase/u32-is-casefolded: New file.
13113
13114         New module 'unicase/u16-is-casefolded'.
13115         * lib/unicase/u16-is-casefolded.c: New file.
13116         * modules/unicase/u16-is-casefolded: New file.
13117
13118         New module 'unicase/u8-is-casefolded'.
13119         * lib/unicase/u8-is-casefolded.c: New file.
13120         * modules/unicase/u8-is-casefolded: New file.
13121
13122         Tests for module 'unicase/u32-is-titlecase'.
13123         * modules/unicase/u32-is-titlecase-tests: New file.
13124         * tests/unicase/test-u32-is-titlecase.c: New file.
13125
13126         Tests for module 'unicase/u16-is-titlecase'.
13127         * modules/unicase/u16-is-titlecase-tests: New file.
13128         * tests/unicase/test-u16-is-titlecase.c: New file.
13129
13130         Tests for module 'unicase/u8-is-titlecase'.
13131         * modules/unicase/u8-is-titlecase-tests: New file.
13132         * tests/unicase/test-u8-is-titlecase.c: New file.
13133         * tests/unicase/test-is-titlecase.h: New file.
13134
13135         New module 'unicase/u32-is-titlecase'.
13136         * lib/unicase/u32-is-titlecase.c: New file.
13137         * modules/unicase/u32-is-titlecase: New file.
13138
13139         New module 'unicase/u16-is-titlecase'.
13140         * lib/unicase/u16-is-titlecase.c: New file.
13141         * modules/unicase/u16-is-titlecase: New file.
13142
13143         New module 'unicase/u8-is-titlecase'.
13144         * lib/unicase/u8-is-titlecase.c: New file.
13145         * modules/unicase/u8-is-titlecase: New file.
13146
13147         Tests for module 'unicase/u32-is-lowercase'.
13148         * modules/unicase/u32-is-lowercase-tests: New file.
13149         * tests/unicase/test-u32-is-lowercase.c: New file.
13150
13151         Tests for module 'unicase/u16-is-lowercase'.
13152         * modules/unicase/u16-is-lowercase-tests: New file.
13153         * tests/unicase/test-u16-is-lowercase.c: New file.
13154
13155         Tests for module 'unicase/u8-is-lowercase'.
13156         * modules/unicase/u8-is-lowercase-tests: New file.
13157         * tests/unicase/test-u8-is-lowercase.c: New file.
13158         * tests/unicase/test-is-lowercase.h: New file.
13159
13160         New module 'unicase/u32-is-lowercase'.
13161         * lib/unicase/u32-is-lowercase.c: New file.
13162         * modules/unicase/u32-is-lowercase: New file.
13163
13164         New module 'unicase/u16-is-lowercase'.
13165         * lib/unicase/u16-is-lowercase.c: New file.
13166         * modules/unicase/u16-is-lowercase: New file.
13167
13168         New module 'unicase/u8-is-lowercase'.
13169         * lib/unicase/u8-is-lowercase.c: New file.
13170         * modules/unicase/u8-is-lowercase: New file.
13171
13172         Tests for module 'unicase/u32-is-uppercase'.
13173         * modules/unicase/u32-is-uppercase-tests: New file.
13174         * tests/unicase/test-u32-is-uppercase.c: New file.
13175
13176         Tests for module 'unicase/u16-is-uppercase'.
13177         * modules/unicase/u16-is-uppercase-tests: New file.
13178         * tests/unicase/test-u16-is-uppercase.c: New file.
13179
13180         Tests for module 'unicase/u8-is-uppercase'.
13181         * modules/unicase/u8-is-uppercase-tests: New file.
13182         * tests/unicase/test-u8-is-uppercase.c: New file.
13183         * tests/unicase/test-is-uppercase.h: New file.
13184
13185         New module 'unicase/u32-is-uppercase'.
13186         * lib/unicase/u32-is-uppercase.c: New file.
13187         * modules/unicase/u32-is-uppercase: New file.
13188
13189         New module 'unicase/u16-is-uppercase'.
13190         * lib/unicase/u16-is-uppercase.c: New file.
13191         * modules/unicase/u16-is-uppercase: New file.
13192
13193         New module 'unicase/u8-is-uppercase'.
13194         * lib/unicase/u8-is-uppercase.c: New file.
13195         * modules/unicase/u8-is-uppercase: New file.
13196
13197         New module 'unicase/u32-is-invariant'.
13198         * lib/unicase/u32-is-invariant.c: New file.
13199         * modules/unicase/u32-is-invariant: New file.
13200
13201         New module 'unicase/u16-is-invariant'.
13202         * lib/unicase/u16-is-invariant.c: New file.
13203         * modules/unicase/u16-is-invariant: New file.
13204
13205         New module 'unicase/u8-is-invariant'.
13206         * lib/unicase/u8-is-invariant.c: New file.
13207         * lib/unicase/invariant.h: New file.
13208         * lib/unicase/u-is-invariant.h: New file.
13209         * modules/unicase/u8-is-invariant: New file.
13210
13211         Tests for module 'unicase/u32-casecoll'.
13212         * modules/unicase/u32-casecoll-tests: New file.
13213         * tests/unicase/test-u32-casecoll.c: New file.
13214
13215         Tests for module 'unicase/u16-casecoll'.
13216         * modules/unicase/u16-casecoll-tests: New file.
13217         * tests/unicase/test-u16-casecoll.c: New file.
13218
13219         Tests for module 'unicase/u8-casecoll'.
13220         * modules/unicase/u8-casecoll-tests: New file.
13221         * tests/unicase/test-u8-casecoll.c: New file.
13222
13223         New module 'unicase/u32-casecoll'.
13224         * lib/unicase/u32-casecoll.c: New file.
13225         * modules/unicase/u32-casecoll: New file.
13226
13227         New module 'unicase/u16-casecoll'.
13228         * lib/unicase/u16-casecoll.c: New file.
13229         * modules/unicase/u16-casecoll: New file.
13230
13231         New module 'unicase/u8-casecoll'.
13232         * lib/unicase/u8-casecoll.c: New file.
13233         * lib/unicase/u-casecoll.h: New file.
13234         * modules/unicase/u8-casecoll: New file.
13235
13236         New module 'unicase/u32-casexfrm'.
13237         * lib/unicase/u32-casexfrm.c: New file.
13238         * modules/unicase/u32-casexfrm: New file.
13239
13240         New module 'unicase/u16-casexfrm'.
13241         * lib/unicase/u16-casexfrm.c: New file.
13242         * modules/unicase/u16-casexfrm: New file.
13243
13244         New module 'unicase/u8-casexfrm'.
13245         * lib/unicase/u8-casexfrm.c: New file.
13246         * lib/unicase/u-casexfrm.h: New file.
13247         * modules/unicase/u8-casexfrm: New file.
13248
13249         Tests for module 'unicase/u32-casecmp'.
13250         * modules/unicase/u32-casecmp-tests: New file.
13251         * tests/unicase/test-u32-casecmp.c: New file.
13252
13253         Tests for module 'unicase/u16-casecmp'.
13254         * modules/unicase/u16-casecmp-tests: New file.
13255         * tests/unicase/test-u16-casecmp.c: New file.
13256
13257         Tests for module 'unicase/u8-casecmp'.
13258         * modules/unicase/u8-casecmp-tests: New file.
13259         * tests/unicase/test-u8-casecmp.c: New file.
13260         * tests/unicase/test-casecmp.h: New file.
13261
13262         New module 'unicase/u32-casecmp'.
13263         * lib/unicase/u32-casecmp.c: New file.
13264         * modules/unicase/u32-casecmp: New file.
13265
13266         New module 'unicase/u16-casecmp'.
13267         * lib/unicase/u16-casecmp.c: New file.
13268         * modules/unicase/u16-casecmp: New file.
13269
13270         New module 'unicase/u8-casecmp'.
13271         * lib/unicase/u8-casecmp.c: New file.
13272         * lib/unicase/u-casecmp.h: New file.
13273         * modules/unicase/u8-casecmp: New file.
13274
13275         Tests for module 'unicase/u32-casefold'.
13276         * modules/unicase/u32-casefold-tests: New file.
13277         * tests/unicase/test-u32-casefold.c: New file.
13278
13279         Tests for module 'unicase/u16-casefold'.
13280         * modules/unicase/u16-casefold-tests: New file.
13281         * tests/unicase/test-u16-casefold.c: New file.
13282
13283         Tests for module 'unicase/u8-casefold'.
13284         * modules/unicase/u8-casefold-tests: New file.
13285         * tests/unicase/test-u8-casefold.c: New file.
13286
13287         New module 'unicase/u32-casefold'.
13288         * lib/unicase/u32-casefold.c: New file.
13289         * modules/unicase/u32-casefold: New file.
13290
13291         New module 'unicase/u16-casefold'.
13292         * lib/unicase/u16-casefold.c: New file.
13293         * modules/unicase/u16-casefold: New file.
13294
13295         New module 'unicase/u8-casefold'.
13296         * lib/unicase/u8-casefold.c: New file.
13297         * lib/unicase/u-casefold.h: New file.
13298         * modules/unicase/u8-casefold: New file.
13299
13300         New module 'unicase/tocasefold'.
13301         * lib/unicase/casefold.h: New file.
13302         * lib/unicase/tocasefold.c: New file.
13303         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
13304         * modules/unicase/tocasefold: New file.
13305
13306         Tests for module 'unicase/u32-totitle'.
13307         * modules/unicase/u32-totitle-tests: New file.
13308         * tests/unicase/test-u32-totitle.c: New file.
13309
13310         Tests for module 'unicase/u16-totitle'.
13311         * modules/unicase/u16-totitle-tests: New file.
13312         * tests/unicase/test-u16-totitle.c: New file.
13313
13314         Tests for module 'unicase/u8-totitle'.
13315         * modules/unicase/u8-totitle-tests: New file.
13316         * tests/unicase/test-u8-totitle.c: New file.
13317
13318         New module 'unicase/u32-totitle'.
13319         * lib/unicase/u32-totitle.c: New file.
13320         * modules/unicase/u32-totitle: New file.
13321
13322         New module 'unicase/u16-totitle'.
13323         * lib/unicase/u16-totitle.c: New file.
13324         * modules/unicase/u16-totitle: New file.
13325
13326         New module 'unicase/u8-totitle'.
13327         * lib/unicase/u8-totitle.c: New file.
13328         * lib/unicase/u-totitle.h: New file.
13329         * modules/unicase/u8-totitle: New file.
13330
13331         Tests for module 'unicase/u32-tolower'.
13332         * modules/unicase/u32-tolower-tests: New file.
13333         * tests/unicase/test-u32-tolower.c: New file.
13334
13335         Tests for module 'unicase/u16-tolower'.
13336         * modules/unicase/u16-tolower-tests: New file.
13337         * tests/unicase/test-u16-tolower.c: New file.
13338
13339         Tests for module 'unicase/u8-tolower'.
13340         * modules/unicase/u8-tolower-tests: New file.
13341         * tests/unicase/test-u8-tolower.c: New file.
13342
13343         New module 'unicase/u32-tolower'.
13344         * lib/unicase/u32-tolower.c: New file.
13345         * modules/unicase/u32-tolower: New file.
13346
13347         New module 'unicase/u16-tolower'.
13348         * lib/unicase/u16-tolower.c: New file.
13349         * modules/unicase/u16-tolower: New file.
13350
13351         New module 'unicase/u8-tolower'.
13352         * lib/unicase/u8-tolower.c: New file.
13353         * modules/unicase/u8-tolower: New file.
13354
13355         Tests for module 'unicase/u32-toupper'.
13356         * modules/unicase/u32-toupper-tests: New file.
13357         * tests/unicase/test-u32-toupper.c: New file.
13358
13359         Tests for module 'unicase/u16-toupper'.
13360         * modules/unicase/u16-toupper-tests: New file.
13361         * tests/unicase/test-u16-toupper.c: New file.
13362
13363         Tests for module 'unicase/u8-toupper'.
13364         * modules/unicase/u8-toupper-tests: New file.
13365         * tests/unicase/test-u8-toupper.c: New file.
13366
13367         New module 'unicase/u32-toupper'.
13368         * lib/unicase/u32-toupper.c: New file.
13369         * modules/unicase/u32-toupper: New file.
13370
13371         New module 'unicase/u16-toupper'.
13372         * lib/unicase/u16-toupper.c: New file.
13373         * modules/unicase/u16-toupper: New file.
13374
13375         New module 'unicase/u8-toupper'.
13376         * lib/unicase/u8-toupper.c: New file.
13377         * modules/unicase/u8-toupper: New file.
13378
13379         New module 'unicase/u32-casemap'.
13380         * lib/unicase/u32-casemap.c: New file.
13381         * modules/unicase/u32-casemap: New file.
13382
13383         New module 'unicase/u16-casemap'.
13384         * lib/unicase/u16-casemap.c: New file.
13385         * modules/unicase/u16-casemap: New file.
13386
13387         New module 'unicase/u8-casemap'.
13388         * lib/unicase/unicasemap.h: New file.
13389         * lib/unicase/u8-casemap.c: New file.
13390         * lib/unicase/u-casemap.h: New file.
13391         * modules/unicase/u8-casemap: New file.
13392
13393         New module 'unicase/special-casing'.
13394         * lib/unicase/special-casing.h: New file.
13395         * lib/unicase/special-casing.c: New file.
13396         * lib/unicase/special-casing-table.gperf: New file, generated by
13397         gen-uni-tables.c.
13398         * modules/unicase/special-casing: New file.
13399
13400         Tests for module 'unicase/locale-language'.
13401         * modules/unicase/locale-language-tests: New file.
13402         * tests/unicase/test-locale-language.sh: New file.
13403         * tests/unicase/test-locale-language.c: New file.
13404
13405         New module 'unicase/locale-language'.
13406         * lib/unicase/locale-language.c: New file.
13407         * lib/unicase/locale-languages.gperf: New file.
13408         * modules/unicase/locale-language: New file.
13409
13410         Generate more tables for case conversion and case folding.
13411         * lib/gen-uni-tables.c (SCC_*): New enum items.
13412         (struct special_casing_rule): New type.
13413         (casing_rules, num_casing_rules, allocated_casing_rules): New
13414         variables.
13415         (add_casing_rule, fill_casing_rules): New functions.
13416         (struct casefold_rule): New type.
13417         (casefolding_rules, num_casefolding_rules,
13418         allocated_casefolding_rules): New variables.
13419         (fill_casefolding_rules): New function.
13420         (unicode_casefold): New variable.
13421         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
13422         sort_casing_rules, output_casing_rules): New functions.
13423         (main): Accept to more arguments: SpecialCasing.txt and
13424         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
13425         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
13426         Output mapping for casefolding.
13427
13428         * lib/unicase.h: Include stdbool.h, uninorm.h.
13429         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
13430         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
13431         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
13432         arguments.
13433         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
13434         resultp arguments.
13435         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
13436         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
13437         resultp arguments.
13438         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
13439         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
13440         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
13441         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
13442         declarations.
13443         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
13444
13445 2009-03-08  Bruno Haible  <bruno@clisp.org>
13446
13447         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13448         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
13449         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
13450         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13451
13452 2009-03-07  Bruno Haible  <bruno@clisp.org>
13453
13454         Adjust u*_normcmp, u*_normcoll API.
13455         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
13456         u16_normcoll, u32_normcoll): Change failure conventions.
13457         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
13458         errno and return -1.
13459         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
13460
13461 2009-03-07  Bruno Haible  <bruno@clisp.org>
13462
13463         Tests for module 'uninorm/u32-normcoll'.
13464         * modules/uninorm/u32-normcoll-tests: New file.
13465         * tests/uninorm/test-u32-normcoll.c: New file.
13466
13467         Tests for module 'uninorm/u16-normcoll'.
13468         * modules/uninorm/u16-normcoll-tests: New file.
13469         * tests/uninorm/test-u16-normcoll.c: New file.
13470
13471         Tests for module 'uninorm/u8-normcoll'.
13472         * modules/uninorm/u8-normcoll-tests: New file.
13473         * tests/uninorm/test-u8-normcoll.c: New file.
13474
13475 2009-03-07  Bruno Haible  <bruno@clisp.org>
13476
13477         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
13478         tests/uninorm/test-u32-normcmp.c.
13479         * tests/uninorm/test-u32-normcmp.c: Include it.
13480         (test_nonascii): New function, extracted from main. Add some more
13481         tests.
13482         (main): Invoke test_ascii and test_nonascii.
13483         * modules/uninorm/u32-normcmp-tests (Files): Add
13484         tests/uninorm/test-u32-normcmp.h.
13485         (Depends-on): Remove uninorm/u32-normcmp.
13486
13487         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
13488         tests/uninorm/test-u16-normcmp.c.
13489         * tests/uninorm/test-u16-normcmp.c: Include it.
13490         (test_nonascii): New function, extracted from main. Add some more
13491         tests.
13492         (main): Invoke test_ascii and test_nonascii.
13493         * modules/uninorm/u16-normcmp-tests (Files): Add
13494         tests/uninorm/test-u16-normcmp.h.
13495         (Depends-on): Remove uninorm/u16-normcmp.
13496
13497         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
13498         tests/uninorm/test-u8-normcmp.c.
13499         * tests/uninorm/test-u8-normcmp.c: Include it.
13500         (test_nonascii): New function, extracted from main. Add some more
13501         tests.
13502         (main): Invoke test_ascii and test_nonascii.
13503         * modules/uninorm/u8-normcmp-tests (Files): Add
13504         tests/uninorm/test-u8-normcmp.h.
13505         (Depends-on): Remove uninorm/u8-normcmp.
13506
13507 2009-03-07  Bruno Haible  <bruno@clisp.org>
13508
13509         New module 'uninorm/u32-normcoll'.
13510         * lib/uninorm/u32-normcoll.c: New file.
13511         * modules/uninorm/u32-normcoll: New file.
13512
13513         New module 'uninorm/u16-normcoll'.
13514         * lib/uninorm/u16-normcoll.c: New file.
13515         * modules/uninorm/u16-normcoll: New file.
13516
13517         New module 'uninorm/u8-normcoll'.
13518         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
13519         declarations.
13520         * lib/uninorm/u8-normcoll.c: New file.
13521         * lib/uninorm/u-normcoll.h: New file.
13522         * modules/uninorm/u8-normcoll: New file.
13523
13524         New module 'uninorm/u32-normxfrm'.
13525         * lib/uninorm/u32-normxfrm.c: New file.
13526         * modules/uninorm/u32-normxfrm: New file.
13527
13528         New module 'uninorm/u16-normxfrm'.
13529         * lib/uninorm/u16-normxfrm.c: New file.
13530         * modules/uninorm/u16-normxfrm: New file.
13531
13532         New module 'uninorm/u8-normxfrm'.
13533         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
13534         declarations.
13535         * lib/uninorm/u8-normxfrm.c: New file.
13536         * lib/uninorm/u-normxfrm.h: New file.
13537         * modules/uninorm/u8-normxfrm: New file.
13538
13539 2009-03-07  Bruno Haible  <bruno@clisp.org>
13540
13541         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
13542         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
13543         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
13544
13545 2009-03-07  Bruno Haible  <bruno@clisp.org>
13546
13547         New module 'memxfrm'.
13548         * lib/memxfrm.h: New file.
13549         * lib/memxfrm.c: New file.
13550         * modules/memxfrm: New file.
13551
13552 2009-03-07  Bruno Haible  <bruno@clisp.org>
13553
13554         New module 'memcmp2'.
13555         * lib/memcmp2.h: New file.
13556         * lib/memcmp2.c: New file.
13557         * modules/memcmp2: New file.
13558
13559 2009-03-07  Bruno Haible  <bruno@clisp.org>
13560
13561         Tests for module 'uninorm/decomposing-form'.
13562         * modules/uninorm/decomposing-form-tests: New file.
13563         * tests/uninorm/test-decomposing-form.c: New file.
13564
13565         New module 'uninorm/decomposing-form'.
13566         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
13567         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
13568         Add 'decomposing_variant' field.
13569         * lib/uninorm/decomposing-form.c: New file.
13570         * lib/uninorm/nfc.c (uninorm_nfc): Update.
13571         * lib/uninorm/nfd.c (uninorm_nfd): Update.
13572         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
13573         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
13574         * modules/uninorm/decomposing-form: New file.
13575         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
13576         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
13577
13578 2009-03-07  Bruno Haible  <bruno@clisp.org>
13579
13580         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
13581         strings.
13582
13583 2009-03-06  Bruno Haible  <bruno@clisp.org>
13584
13585         Tests for module 'uninorm/u32-normcmp'.
13586         * tests/uninorm/test-u32-normcmp.c: New file.
13587         * modules/uninorm/u32-normcmp-tests: New file.
13588
13589         Tests for module 'uninorm/u16-normcmp'.
13590         * tests/uninorm/test-u16-normcmp.c: New file.
13591         * modules/uninorm/u16-normcmp-tests: New file.
13592
13593         Tests for module 'uninorm/u8-normcmp'.
13594         * tests/uninorm/test-u8-normcmp.c: New file.
13595         * modules/uninorm/u8-normcmp-tests: New file.
13596
13597         New module 'uninorm/u32-normcmp'.
13598         * lib/uninorm/u32-normcmp.c: New file.
13599         * modules/uninorm/u32-normcmp: New file.
13600
13601         New module 'uninorm/u16-normcmp'.
13602         * lib/uninorm/u16-normcmp.c: New file.
13603         * modules/uninorm/u16-normcmp: New file.
13604
13605         New module 'uninorm/u8-normcmp'.
13606         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
13607         declarations.
13608         * lib/uninorm/u8-normcmp.c: New file.
13609         * lib/uninorm/u-normcmp.h: New file.
13610         * modules/uninorm/u8-normcmp: New file.
13611
13612 2009-03-06  Bruno Haible  <bruno@clisp.org>
13613
13614         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
13615         Reported by Eric Blake.
13616
13617 2009-03-06  Eric Blake  <ebb9@byu.net>
13618             Bruno Haible  <bruno@clisp.org>
13619
13620         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
13621         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
13622         condition.
13623         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
13624         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
13625         condition.
13626         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
13627
13628 2009-03-06  Eric Blake  <ebb9@byu.net>
13629
13630         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
13631         to avoid compiler warnings.
13632         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
13633
13634 2009-03-05  Bruno Haible  <bruno@clisp.org>
13635
13636         * tests/test-ftell.c (main): Disable test beyond end of file on
13637         FreeMiNT.
13638         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
13639
13640 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
13641
13642         * lib/filevercmp.c: Move hidden files up in ordering.
13643         * tests/test-filevercmp.c: Add tests for hidden files.
13644
13645 2009-03-04  Bruno Haible  <bruno@clisp.org>
13646
13647         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
13648         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
13649         AM_CFLAGS.
13650         Reported by Simon Josefsson.
13651
13652 2009-03-03  Bruno Haible  <bruno@clisp.org>
13653
13654         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
13655         Reported by Simon Josefsson.
13656
13657         * doc/ld-version-script.texi: Update node reference.
13658
13659 2009-03-03  Bruno Haible  <bruno@clisp.org>
13660
13661         * modules/visibility (License): Change to 'unlimited'.
13662         Suggested by Simon Josefsson.
13663
13664 2009-03-03  Jim Meyering  <meyering@redhat.com>
13665
13666         unlinkdir: cannot_unlink_dir may modify process state
13667         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
13668         it's neither thread-safe nor appropriate for use in a library.
13669
13670 2009-03-03  Eric Blake  <ebb9@byu.net>
13671
13672         test-closein: silence test under Darwin
13673         * tests/test-closein.sh: Ignore stderr from cat, since we don't
13674         care if it dies from EPIPE or EBADF.
13675
13676 2009-03-03  Bruno Haible  <bruno@clisp.org>
13677
13678         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
13679         earlier.
13680         * doc/visibility.texi: Fix @node and @section.
13681
13682 2009-03-03  Simon Josefsson  <simon@josefsson.org>
13683
13684         * doc/gnulib.texi: Link to sections for ld version script and
13685         visibility.
13686         * doc/visibility.texi: Add @node and @section.
13687         * modules/ld-version-script: New module.
13688         * m4/ld-version-script.m4: New file.
13689         * doc/ld-version-script.texi: New file.
13690
13691 2009-03-02  David Lutterkort  <lutter@redhat.com>
13692
13693         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
13694         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13695
13696 2009-03-02  Bruno Haible  <bruno@clisp.org>
13697
13698         * doc/visibility.texi: Mention libtool's -export-symbols option.
13699
13700 2009-03-02  Jim Meyering  <meyering@redhat.com>
13701
13702         announce-gen: new option: --no-print-checksums
13703         * build-aux/announce-gen (usage): Describe it.
13704         (print_checksums): Print a newline here, not in the [*] footnote.
13705         (main): Honor it.
13706
13707 2009-03-01  Bruno Haible  <bruno@clisp.org>
13708
13709         Use socklen_t in the native Windows replacements prototypes.
13710         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
13711         instead of 'int'.
13712         * lib/getsockopt.c (rpl_getsockopt): Likewise.
13713         * lib/setsockopt.c (rpl_setsockopt): Likewise.
13714         * modules/getsockopt (Depends-on): Add socklen.
13715         * modules/setsockopt (Depends-on): Add socklen.
13716
13717 2009-03-01  Bruno Haible  <bruno@clisp.org>
13718
13719         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
13720         least 4.2.
13721
13722 2009-03-01  Eric Blake  <ebb9@byu.net>
13723             Bruno Haible  <bruno@clisp.org>
13724
13725         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
13726         error messages.
13727         * lib/wait-process.c (wait_subprocess): Omit error message about
13728         deadly signal sent to the child of termsigp != NULL.
13729
13730 2009-03-01  Eric Blake  <ebb9@byu.net>
13731
13732         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
13733
13734 2009-03-01  Bruno Haible  <bruno@clisp.org>
13735
13736         Avoid a gcc warning.
13737         * tests/test-sched.c (b): Make global.
13738         Reported by Eric Blake.
13739
13740 2009-01-19  Martin Lambers  <marlam@marlam.de>
13741
13742         Provide POSIX semantics for socket timeout options on W32.
13743         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
13744         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
13745         * modules/setsockopt: Depend on sys_time module for struct timeval.
13746         * modules/getsockopt: Depend on sys_time module for struct timeval.
13747
13748 2009-03-01  Simon Josefsson  <simon@josefsson.org>
13749
13750         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
13751         __USE_GNU, for consistency with netdb.in.h.
13752         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13753
13754 2009-03-01  Bruno Haible  <bruno@clisp.org>
13755
13756         More support for FreeMiNT.
13757         * lib/fseeko.c (rpl_fseeko): Complete last commit.
13758         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13759
13760 2009-03-01  Bruno Haible  <bruno@clisp.org>
13761
13762         More support for FreeMiNT.
13763         * lib/fpurge.c (fpurge): Correct last commit.
13764         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13765
13766 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13767
13768         Fix unportable awk script in vc-list-files.
13769         * build-aux/vc-list-files: In the replacement awk script, use
13770         substr with a second argument of 1, not zero.
13771         Report by Simon Josefsson.
13772
13773 2009-02-28  Bruno Haible  <bruno@clisp.org>
13774
13775         More support for FreeMiNT.
13776         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
13777         to FreeMiNT today.
13778         * lib/fwriting.c (fwriting): Likewise.
13779         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
13780
13781 2009-02-28  Bruno Haible  <bruno@clisp.org>
13782
13783         * tests/test-freadseek.c (main): Disable test beyond end of file on
13784         FreeMiNT.
13785         * tests/test-ftello.c (main): Likewise.
13786         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
13787
13788 2009-02-28  Bruno Haible  <bruno@clisp.org>
13789
13790         Add tentative support for FreeMiNT.
13791         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
13792         * lib/fpurge.c (fpurge): Likewise.
13793         * lib/freadable.c (freadable): Likewise.
13794         * lib/freading.c (freading): Likewise.
13795         * lib/freadptr.c (freadptr): Likewise.
13796         * lib/freadseek.c (freadptrinc): Likewise.
13797         * lib/fseeko.c (rpl_fseeko): Likewise.
13798         * lib/fseterr.c (fseterr): Likewise.
13799         * lib/fwritable.c (fwritable): Likewise.
13800         * lib/fwriting.c (fwriting): Likewise.
13801         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
13802         Hourihane.
13803         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
13804
13805 2009-02-28  Bruno Haible  <bruno@clisp.org>
13806
13807         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
13808         SIGCHLD.
13809         Reported by Jim Meyering.
13810
13811 2009-02-28  Bruno Haible  <bruno@clisp.org>
13812
13813         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
13814         Mention the results of these tests on various platforms.
13815         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
13816         order.
13817         * doc/posix-functions/printf.texi: Likewise.
13818         * doc/posix-functions/snprintf.texi: Likewise.
13819         * doc/posix-functions/sprintf.texi: Likewise.
13820         * doc/posix-functions/vfprintf.texi: Likewise.
13821         * doc/posix-functions/vprintf.texi: Likewise.
13822         * doc/posix-functions/vsnprintf.texi: Likewise.
13823         * doc/posix-functions/vsprintf.texi: Likewise.
13824         * doc/glibc-functions/obstack_printf.texi: Likewise.
13825         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
13826
13827 2009-02-28  Bruno Haible  <bruno@clisp.org>
13828
13829         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
13830         Reported by Loïc Minier <lool@dooz.org>.
13831
13832 2009-02-27  Bruno Haible  <bruno@clisp.org>
13833
13834         * gnulib-tool (func_import): Make the sed expression used to create the
13835         sed script for updating the .gitignore file POSIX compliant.
13836         Reported by Eric Blake.
13837
13838 2009-02-27  Bruno Haible  <bruno@clisp.org>
13839
13840         * gnulib-tool (sed): Don't alias as "sed --posix".
13841         Reported by Eric Blake.
13842
13843 2009-02-27  Bruno Haible  <bruno@clisp.org>
13844
13845         Avoid test link errors.
13846         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
13847         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
13848         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
13849         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
13850         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13851
13852 2009-02-27  Bruno Haible  <bruno@clisp.org>
13853
13854         Avoid spurious "(cached)" in configure output.
13855         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
13856         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
13857         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
13858         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
13859         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
13860         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
13861         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
13862         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
13863         Reported by Eric Blake.
13864
13865 2009-02-27  Eric Blake  <ebb9@byu.net>
13866
13867         printf: fix regression in previous patch
13868         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
13869
13870 2009-02-27  Bruno Haible  <bruno@clisp.org>
13871
13872         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
13873         value.
13874         * lib/stdint.in.h: Likewise.
13875         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
13876
13877 2009-02-27  Eric Blake  <ebb9@byu.net>
13878
13879         doc: mention more functions added in cygwin 1.7.0
13880         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
13881         addition.
13882         * doc/posix-functions/open_wmemstream.texi: Likewise.
13883         * doc/posix-functions/wcsnlen.texi: Likewise.
13884         * doc/posix-functions/wcsnrtombs.texi: Likewise.
13885         * doc/posix-functions/wcstod.texi: Likewise.
13886         * doc/posix-functions/wcstof.texi: Likewise.
13887         * doc/posix-functions/wcstoimax.texi: Likewise.
13888         * doc/posix-functions/wcstok.texi: Likewise.
13889         * doc/posix-functions/wcstoumax.texi: Likewise.
13890
13891         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
13892         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
13893         * doc/posix-functions/fprintf.texi: Update.
13894         * doc/posix-functions/printf.texi: Update.
13895         * doc/posix-functions/snprintf.texi: Update.
13896         * doc/posix-functions/sprintf.texi: Update.
13897         * doc/posix-functions/vfprintf.texi: Update.
13898         * doc/posix-functions/vprintf.texi: Update.
13899         * doc/posix-functions/vsnprintf.texi: Update.
13900         * doc/posix-functions/vsprintf.texi: Update.
13901         * doc/glibc-functions/obstack_printf.texi: Update.
13902         * doc/glibc-functions/obstack_vprintf.texi: Update.
13903
13904 2009-02-26  Eric Blake  <ebb9@byu.net>
13905
13906         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
13907         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
13908         compilation bug by using runtime conversion.
13909         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
13910         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
13911         * modules/ceill-tests (Files): Use nan.h.
13912         * modules/floorl-tests (Files): Likewise.
13913         * modules/frexpl-tests (Files): Likewise.
13914         * modules/isnanl-tests (Files): Likewise.
13915         * modules/ldexpl-tests (Files): Likewise.
13916         * modules/roundl-tests (Files): Likewise.
13917         * modules/truncl-tests (Files): Likewise.
13918         * tests/test-ceill.c (main): Use a working NaN.
13919         * tests/test-floorl.c (main): Likewise.
13920         * tests/test-frexpl.c (main): Likewise.
13921         * tests/test-isnan.c (test_long_double): Likewise.
13922         * tests/test-isnanl.h (main): Likewise.
13923         * tests/test-ldexpl.h (main): Likewise.
13924         * tests/test-roundl.h (main): Likewise.
13925         * tests/test-truncl.h (main): Likewise.
13926         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
13927
13928 2009-02-26  Eric Blake  <ebb9@byu.net>
13929             Bruno Haible  <bruno@clisp.org>
13930
13931         Work around a *printf bug with %ls on Solaris.
13932         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
13933         precision is specified, sprintf stops converting the wide string
13934         argument when the number of bytes that have been produced by this
13935         conversion equals or exceeds the precision.
13936         * doc/posix-functions/fprintf.texi: Update.
13937         * doc/posix-functions/printf.texi: Update.
13938         * doc/posix-functions/snprintf.texi: Update.
13939         * doc/posix-functions/sprintf.texi: Update.
13940         * doc/posix-functions/vfprintf.texi: Update.
13941         * doc/posix-functions/vprintf.texi: Update.
13942         * doc/posix-functions/vsnprintf.texi: Update.
13943         * doc/posix-functions/vsprintf.texi: Update.
13944         * doc/glibc-functions/obstack_printf.texi: Update.
13945         * doc/glibc-functions/obstack_vprintf.texi: Update.
13946
13947 2009-02-26  Eric Blake  <ebb9@byu.net>
13948
13949         stdlib: favor compiler check of random.h
13950         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
13951         to avoid an ObjC random.h installed by Swarm.
13952
13953 2009-02-26  Bruno Haible  <bruno@clisp.org>
13954
13955         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
13956         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
13957         Reported by Gary V. Vaughan <gary@gnu.org>.
13958
13959 2009-02-26  Bruno Haible  <bruno@clisp.org>
13960
13961         Fix *printf behaviour regarding the %ls directive.
13962         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
13963         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
13964         NEED_PRINTF_DIRECTIVE_LS.
13965         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
13966         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
13967         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
13968         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
13969         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
13970         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
13971         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
13972         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
13973         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
13974         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
13975         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
13976         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
13977         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
13978         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
13979         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
13980         * doc/posix-functions/fprintf.texi: Update.
13981         * doc/posix-functions/printf.texi: Update.
13982         * doc/posix-functions/snprintf.texi: Update.
13983         * doc/posix-functions/sprintf.texi: Update.
13984         * doc/posix-functions/vfprintf.texi: Update.
13985         * doc/posix-functions/vprintf.texi: Update.
13986         * doc/posix-functions/vsnprintf.texi: Update.
13987         * doc/posix-functions/vsprintf.texi: Update.
13988         * doc/glibc-functions/obstack_printf.texi: Update.
13989         * doc/glibc-functions/obstack_vprintf.texi: Update.
13990         Reported by Eric Blake.
13991
13992 2009-02-25  Bruno Haible  <bruno@clisp.org>
13993
13994         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
13995         with known value.
13996         Reported by Gary V. Vaughan <gary@gnu.org>.
13997
13998 2009-02-25  Bruno Haible  <bruno@clisp.org>
13999
14000         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
14001         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
14002         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
14003         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
14004         Reported by Gary V. Vaughan <gary@gnu.org>.
14005
14006 2009-02-25  Bruno Haible  <bruno@clisp.org>
14007
14008         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
14009         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
14010         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
14011         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
14012         Reported by Gary V. Vaughan <gary@gnu.org>.
14013
14014 2009-02-25  Eric Blake  <ebb9@byu.net>
14015
14016         tests: skip fseek/ftell tests if ungetc is broken
14017         * m4/ungetc.m4: New file.
14018         * modules/fseek-tests: Split test, so ungetc dependency is
14019         separate from rest of test.
14020         * modules/fseeko-tests: Likewise.
14021         * modules/ftell-tests: Likewise.
14022         * modules/ftello-tests: Likewise.
14023         * tests/test-fseek.c (main): Isolate ungetc dependency.
14024         * tests/test-fseeko.c (main): Likewise.
14025         * tests/test-ftell.c (main): Likewise.
14026         * tests/test-ftello.c (main): Likewise.
14027         * tests/test-fseek2.sh: New file.
14028         * tests/test-fseeko2.sh: Likewise.
14029         * tests/test-ftell2.sh: Likewise.
14030         * tests/test-ftello2.sh: Likewise.
14031
14032 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
14033
14034         test-getaddrinfo: fix usage of skip return code 77
14035         * tests/test-gettaddrinfo.c: Return skip code 77 only
14036         for first occurance of skip (4x77 is not 77)
14037
14038 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
14039
14040         strtod: avoid C99 decl-after-statement
14041         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
14042
14043 2009-02-24  Eric Blake  <ebb9@byu.net>
14044
14045         strtod: detect HP-UX 11.31 bug
14046         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
14047         Reported by Gary V. Vaughan.
14048
14049 2009-02-23  Bruno Haible  <bruno@clisp.org>
14050
14051         Fix invalid read past end of memory block.
14052         * lib/vasnprintf.c (DCHAR_SET): Define.
14053         (local_wcslen): Define only when needed.
14054         (local_strnlen, local_wcsnlen): New functions.
14055         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
14056         directives that involve a conversion ourselves.
14057         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
14058         wcsnlen, mbrtowc, wcrtomb.
14059         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
14060         * tests/test-vasprintf-posix.c (test_function): Likewise.
14061         * tests/test-snprintf-posix.h (test_function): Likewise.
14062         * tests/test-sprintf-posix.h (test_function): Likewise.
14063         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14064
14065 2009-02-22  Bruno Haible  <bruno@clisp.org>
14066
14067         Implement new clarified decomposition of Hangul syllables.
14068         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
14069         of type LTV, return only a pairwise decomposition.
14070         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
14071         Likewise.
14072         * tests/uninorm/test-decomposition.c (main): Updated expected result.
14073         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
14074         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
14075
14076 2009-02-22  Bruno Haible  <bruno@clisp.org>
14077
14078         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
14079         zero-length results and shrink excess allocated memory.
14080         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
14081         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
14082         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
14083         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
14084         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
14085         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
14086         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
14087         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
14088         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
14089         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
14090         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
14091         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
14092
14093 2009-02-21  Bruno Haible  <bruno@clisp.org>
14094
14095         * doc/gnulib.texi: Include safe-alloc.texi earlier.
14096         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
14097         spaces after a period. Put a space between a macro name and its
14098         argument list. Trivial rewordings.
14099         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
14100         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
14101         (main): Return 0 explicitly.
14102
14103 2009-02-21  Bruno Haible  <bruno@clisp.org>
14104
14105         Tests for module 'uninorm/filter'.
14106         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
14107         * modules/uninorm/filter-tests: New file.
14108
14109         New module 'uninorm/filter'.
14110         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
14111         uninorm_filter_flush, uninorm_filter_free): New declarations.
14112         * lib/uninorm/uninorm-filter.c: New file.
14113         * modules/uninorm/filter: New file.
14114
14115 2009-02-21  Bruno Haible  <bruno@clisp.org>
14116
14117         Tests for module 'uninorm/nfkc'.
14118         * tests/uninorm/test-nfkc.c: New file.
14119         * tests/uninorm/test-u8-nfkc.c: New file.
14120         * tests/uninorm/test-u16-nfkc.c: New file.
14121         * tests/uninorm/test-u32-nfkc.c: New file.
14122         * tests/uninorm/test-u32-nfkc-big.sh: New file.
14123         * tests/uninorm/test-u32-nfkc-big.c: New file.
14124         * modules/uninorm/nfkc-tests: New file.
14125
14126         New module 'uninorm/nfkc'.
14127         * lib/uninorm/nfkc.c: New file.
14128         * modules/uninorm/nfkc: New file.
14129
14130         Tests for module 'uninorm/nfkd'.
14131         * tests/uninorm/test-nfkd.c: New file.
14132         * tests/uninorm/test-u8-nfkd.c: New file.
14133         * tests/uninorm/test-u16-nfkd.c: New file.
14134         * tests/uninorm/test-u32-nfkd.c: New file.
14135         * tests/uninorm/test-u32-nfkd-big.sh: New file.
14136         * tests/uninorm/test-u32-nfkd-big.c: New file.
14137         * modules/uninorm/nfkd-tests: New file.
14138
14139         New module 'uninorm/nfkd'.
14140         * lib/uninorm/nfkd.c: New file.
14141         * modules/uninorm/nfkd: New file.
14142
14143         Tests for module 'uninorm/nfc'.
14144         * tests/uninorm/test-nfc.c: New file.
14145         * tests/uninorm/test-u8-nfc.c: New file.
14146         * tests/uninorm/test-u16-nfc.c: New file.
14147         * tests/uninorm/test-u32-nfc.c: New file.
14148         * tests/uninorm/test-u32-nfc-big.sh: New file.
14149         * tests/uninorm/test-u32-nfc-big.c: New file.
14150         * modules/uninorm/nfc-tests: New file.
14151
14152         New module 'uninorm/nfc'.
14153         * lib/uninorm/nfc.c: New file.
14154         * modules/uninorm/nfc: New file.
14155
14156         Tests for module 'uninorm/nfd'.
14157         * tests/uninorm/test-nfd.c: New file.
14158         * tests/uninorm/test-u8-nfd.c: New file.
14159         * tests/uninorm/test-u16-nfd.c: New file.
14160         * tests/uninorm/test-u32-nfd.c: New file.
14161         * tests/uninorm/test-u32-nfd-big.sh: New file.
14162         * tests/uninorm/test-u32-nfd-big.c: New file.
14163         * tests/uninorm/test-u32-normalize-big.h: New file.
14164         * tests/uninorm/test-u32-normalize-big.c: New file.
14165         * tests/uninorm/NormalizationTest.txt: New file, created from
14166         Unicode 5.1.0 NormalizationTest.txt.
14167         * modules/uninorm/nfd-tests: New file.
14168
14169         New module 'uninorm/nfd'.
14170         * lib/uninorm/nfd.c: New file.
14171         * modules/uninorm/nfd: New file.
14172
14173         New module 'uninorm/u32-normalize'.
14174         * lib/uninorm/u32-normalize.c: New file.
14175         * modules/uninorm/u32-normalize: New file.
14176
14177         New module 'uninorm/u16-normalize'.
14178         * lib/uninorm/u16-normalize.c: New file.
14179         * modules/uninorm/u16-normalize: New file.
14180
14181         New module 'uninorm/u8-normalize'.
14182         * lib/uninorm/u8-normalize.c: New file.
14183         * lib/uninorm/normalize-internal.h: New file.
14184         * lib/uninorm/u-normalize-internal.h: New file.
14185         * modules/uninorm/u8-normalize: New file.
14186
14187         New module 'uninorm/decompose-internal'.
14188         * lib/uninorm/decompose-internal.c: New file.
14189         * modules/uninorm/decompose-internal: New file.
14190
14191         Tests for module 'uninorm/composition'.
14192         * tests/uninorm/test-composition.c: New file.
14193         * modules/uninorm/composition-tests: New file.
14194
14195         New module 'uninorm/composition'.
14196         * lib/uninorm/composition.c: New file.
14197         * lib/uninorm/composition-table.gperf: New file, generated by
14198         gen-uni-tables.
14199         * modules/uninorm/composition: New file.
14200
14201         Tests for module 'uninorm/compat-decomposition'.
14202         * tests/uninorm/test-compat-decomposition.c: New file.
14203         * modules/uninorm/compat-decomposition-tests: New file.
14204
14205         New module 'uninorm/compat-decomposition'.
14206         * lib/uninorm/decompose-internal.h: New file.
14207         * lib/uninorm/compat-decomposition.c: New file.
14208         * modules/uninorm/compat-decomposition: New file.
14209
14210         Tests for module 'uninorm/canonical-decomposition'.
14211         * tests/uninorm/test-canonical-decomposition.c: New file.
14212         * modules/uninorm/canonical-decomposition-tests: New file.
14213
14214         New module 'uninorm/canonical-decomposition'.
14215         * lib/uninorm/canonical-decomposition.c: New file.
14216         * modules/uninorm/canonical-decomposition: New file.
14217
14218         Tests for module 'uninorm/decomposition'.
14219         * tests/uninorm/test-decomposition.c: New file.
14220         * modules/uninorm/decomposition-tests: New file.
14221
14222         New module 'uninorm/decomposition'.
14223         * lib/uninorm/decomposition.c: New file.
14224         * modules/uninorm/decomposition: New file.
14225
14226         New module 'uninorm/decomposition-table'.
14227         * lib/uninorm/decomposition-table.h: New file.
14228         * lib/uninorm/decomposition-table.c: New file.
14229         * lib/uninorm/decomposition-table1.h: New file, generated by
14230         gen-uni-tables.
14231         * lib/uninorm/decomposition-table2.h: New file, generated by
14232         gen-uni-tables.
14233         * modules/uninorm/decomposition-table: New file.
14234
14235         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
14236         (UC_DECOMP_*): New enumeration items.
14237         (get_decomposition): New function.
14238         (struct decomp_table): New type.
14239         (output_decomposition, output_decomposition_tables): New functions.
14240         (unicode_composition_exclusions): New variable.
14241         (fill_composition_exclusions, debug_output_composition_tables): New
14242         functions.
14243         (main): Accept one more argument. Invoke fill_composition_exclusions.
14244         Output decomposition and composition tables.
14245
14246         New module 'uninorm/base'.
14247         * lib/uninorm.h: New file.
14248         * lib/unictype.h: Update comment.
14249         * modules/uninorm/base: New file.
14250
14251 2009-02-21  David Lutterkort  <lutter@redhat.com>
14252
14253         Tests for module 'safe-alloc'.
14254         * tests/test-safe-alloc.c: New file.
14255         * modules/safe-alloc-tests: New file.
14256
14257         New module 'safe-alloc'.
14258         * lib/safe-alloc.h: New file.
14259         * lib/safe-alloc.c: New file.
14260         * m4/safe-alloc.m4: New file.
14261         * modules/safe-alloc: New file.
14262         * doc/safe-alloc.texi: New file.
14263         * doc/gnulib.texi: Include it.
14264         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
14265         safe-alloc.
14266
14267 2009-02-18  Bruno Haible  <bruno@clisp.org>
14268
14269         Fix link error on non-glibc systems.
14270         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
14271         variable.
14272         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
14273
14274 2009-02-18  Jim Meyering  <meyering@redhat.com>
14275
14276         fts: avoid used-uninitialized error due to recent change
14277         * lib/fts.c (fts_read): Guard uses of the new member,
14278         parent->fts_n_dirs_remaining, since it's not relevant for
14279         the parent of a directory specified on the command-line.
14280
14281 2009-02-17  James Youngman  <jay@gnu.org>
14282             Bruno Haible  <bruno@clisp.org>
14283
14284         * m4/include_next.m4: Reformulate comment.
14285
14286 2009-02-16  Jim Meyering  <meyering@redhat.com>
14287
14288         fts: add #if guards so that the fts_lgpl module still builds
14289         * lib/fts.c: Guard just-added hash-table-using parts with
14290         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
14291         Reported by Simon Josefsson.
14292
14293 2009-02-15  Bruno Haible  <bruno@clisp.org>
14294
14295         * modules/array-mergesort-tests: New file.
14296         * tests/test-array-mergesort.c: New file.
14297
14298         New module 'array-mergesort'.
14299         * modules/array-mergesort: New file.
14300         * lib/array-mergesort.h: New file.
14301
14302 2009-02-15  Bruno Haible  <bruno@clisp.org>
14303
14304         Fix 2009-02-07 commit.
14305         * lib/gen-uni-tables.c (output_predicate, output_category,
14306         output_combclass, output_bidi_category, output_decimal_digit,
14307         output_digit, output_numeric, output_mirror, output_scripts,
14308         output_ident_category, output_simple_mapping): Fix format directives.
14309         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
14310
14311 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
14312
14313         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
14314         fixes are available from IBM.
14315
14316 2009-02-13  Jim Meyering  <meyering@redhat.com>
14317
14318         fts: arrange not to stat non-directories in more cases
14319         This makes GNU find (when it doesn't need to stat each file)
14320         *much* more efficient at traversing reiserfs file systems.
14321         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
14322         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
14323         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
14324         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
14325         (leaf_optimization_applies): New function.
14326         (LCO_hash, LCO_compare): New helper functions.
14327         (link_count_optimize_ok): New function.
14328         (fts_stat): Initialize new member (if dir).
14329         (fts_read): Decrement parent's fts_n_dirs_remaining count if
14330         we've just stat'ed a directory.  Skip the stat call when possible.
14331         ---
14332         Note this AFS-related exchange:
14333         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
14334         and note find's pioctl call in find/fstype.c.
14335         But that is necessary only if you want to enable the
14336         optimization for AFS, and for now, I don't.
14337
14338         fts: move a function definition "up" (no semantic change)
14339         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
14340         "up" to precede upcoming use of a related function.
14341
14342 2009-02-11  Jim Meyering  <meyering@redhat.com>
14343
14344         fts: correct internal computation of nlinks (optimization-related)
14345         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
14346         whether the current entry is a directory, so don't test it.
14347
14348 2009-02-10  Bruno Haible  <bruno@clisp.org>
14349
14350         Tests for module 'uniwbrk/ulc-wordbreaks'.
14351         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
14352         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
14353         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
14354
14355         Tests for module 'uniwbrk/u32-wordbreaks'.
14356         * modules/uniwbrk/u32-wordbreaks-tests: New file.
14357         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
14358
14359         Tests for module 'uniwbrk/u16-wordbreaks'.
14360         * modules/uniwbrk/u16-wordbreaks-tests: New file.
14361         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
14362
14363         Tests for module 'uniwbrk/u8-wordbreaks'.
14364         * modules/uniwbrk/u8-wordbreaks-tests: New file.
14365         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
14366
14367 2009-02-10  Bruno Haible  <bruno@clisp.org>
14368
14369         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
14370         property.
14371         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
14372         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
14373         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
14374
14375 2009-02-10  Simon Josefsson  <simon@josefsson.org>
14376
14377         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
14378         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
14379
14380 2009-02-10  Bruno Haible  <bruno@clisp.org>
14381
14382         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
14383         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
14384         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
14385         * lib/unilbrk/u8-possible-linebreaks.c: Update.
14386         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
14387         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
14388
14389 2009-02-09  Simon Josefsson  <simon@josefsson.org>
14390
14391         * lib/sockets.h (gl_fd_to_handle): New function.
14392
14393         * tests/test-sockets.c: Call gl_fd_to_handle.
14394
14395 2009-02-09  Bruno Haible  <bruno@clisp.org>
14396
14397         * doc/havelib.texi: Document the conventions on bi-arch systems.
14398
14399 2009-02-08  Bruno Haible  <bruno@clisp.org>
14400
14401         Document the AC_LIB_LINKFLAGS macro.
14402         * doc/havelib.texi: New file, mostly written on 2005-05-24.
14403         * doc/gnulib.texi: Include it.
14404
14405 2009-02-08  Bruno Haible  <bruno@clisp.org>
14406
14407         Fix wrong order of sections, compared to TOC.
14408         * doc/gnulib.texi: Include relocatable-maint.texi after the
14409         "Regular expressions" node, not before.
14410
14411 2009-02-08  Bruno Haible  <bruno@clisp.org>
14412
14413         Tests for module 'unicase/totitle'.
14414         * modules/unicase/totitle-tests: New file.
14415
14416         Tests for module 'unicase/tolower'.
14417         * modules/unicase/tolower-tests: New file.
14418
14419         Tests for module 'unicase/toupper'.
14420         * modules/unicase/toupper-tests: New file.
14421         * tests/unicase/test-mapping-part1.h: New file.
14422         * tests/unicase/test-mapping-part2.h: New file.
14423
14424         New module 'unicase/totitle'.
14425         * modules/unicase/totitle: New file.
14426         * lib/unicase/totitle.c: New file.
14427
14428         New module 'unicase/tolower'.
14429         * modules/unicase/tolower: New file.
14430         * lib/unicase/tolower.c: New file.
14431
14432         New module 'unicase/toupper'.
14433         * modules/unicase/toupper: New file.
14434         * lib/unicase/toupper.c: New file.
14435         * lib/unicase/simple-mapping.h: New file.
14436
14437         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
14438         (mapping_table): New structure.
14439         (output_simple_mapping): New function.
14440         (main): Invoke output_simple_mapping_test and output_simple_mapping.
14441         * modules/gen-uni-tables (Description): Update.
14442         * lib/unicase/toupper.h: New file, automatically generated by
14443         gen-uni-tables.
14444         * lib/unicase/tolower.h: New file, automatically generated by
14445         gen-uni-tables.
14446         * lib/unicase/totitle.h: New file, automatically generated by
14447         gen-uni-tables.
14448         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
14449         gen-uni-tables.
14450         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
14451         gen-uni-tables.
14452         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
14453         gen-uni-tables.
14454
14455         New module 'unicase/base'.
14456         * modules/unicase/base: New file.
14457         * lib/unicase.h: New file.
14458
14459 2009-02-08  Bruno Haible  <bruno@clisp.org>
14460
14461         New module 'uniwbrk/ulc-wordbreaks'.
14462         * modules/uniwbrk/ulc-wordbreaks: New file.
14463         * lib/uniwbrk/ulc-wordbreaks.c: New file.
14464
14465         New module 'uniwbrk/u32-wordbreaks'.
14466         * modules/uniwbrk/u32-wordbreaks: New file.
14467         * lib/uniwbrk/u32-wordbreaks.c: New file.
14468
14469         New module 'uniwbrk/u16-wordbreaks'.
14470         * modules/uniwbrk/u16-wordbreaks: New file.
14471         * lib/uniwbrk/u16-wordbreaks.c: New file.
14472
14473         New module 'uniwbrk/u8-wordbreaks'.
14474         * modules/uniwbrk/u8-wordbreaks: New file.
14475         * lib/uniwbrk/u8-wordbreaks.c: New file.
14476         * lib/uniwbrk/u-wordbreaks.h: New file.
14477
14478         New module 'uniwbrk/table'.
14479         * modules/uniwbrk/table: New file.
14480         * lib/uniwbrk/wbrktable.h: New file.
14481         * lib/uniwbrk/wbrktable.c: New file.
14482
14483         New module 'uniwbrk/wordbreak-property'.
14484         * modules/uniwbrk/wordbreak-property: New file.
14485         * lib/uniwbrk/wordbreak-property.c: New file.
14486
14487         * lib/gen-uni-tables.c (WBP_*): New enum items.
14488         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
14489         (unicode_org_wbp): New variable.
14490         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
14491         New functions.
14492         (wbp_table): New structure.
14493         (output_wbp, output_wbrk_tables): New functions.
14494         (main): Accept additional argument. Invoke fill_org_wbp,
14495         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
14496         output_wbrk_tables.
14497         * modules/gen-uni-tables (Description): Update.
14498         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
14499         gen-uni-tables.
14500
14501         New module 'uniwbrk/base'.
14502         * modules/uniwbrk/base: New file.
14503         * lib/uniwbrk.h: New file.
14504
14505 2009-02-08  Bruno Haible  <bruno@clisp.org>
14506
14507         Update to Unicode 5.1.0.
14508         * lib/gen-uni-tables.c (is_property_alphabetic): Include
14509         U+2185..U+2188.
14510         (is_property_default_ignorable_code_point): Don't include characters
14511         of category Cc or Cs and not-a-characters.
14512         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
14513         U+0D79, U+109E, U+109F, U+A60C.
14514         * lib/unictype/bidi_of.h: Regenerated.
14515         * lib/unictype/blocks.h: Regenerated.
14516         * lib/unictype/categ_C.h: Regenerated.
14517         * lib/unictype/categ_Cf.h: Regenerated.
14518         * lib/unictype/categ_Cn.h: Regenerated.
14519         * lib/unictype/categ_L.h: Regenerated.
14520         * lib/unictype/categ_Ll.h: Regenerated.
14521         * lib/unictype/categ_Lm.h: Regenerated.
14522         * lib/unictype/categ_Lo.h: Regenerated.
14523         * lib/unictype/categ_Lu.h: Regenerated.
14524         * lib/unictype/categ_M.h: Regenerated.
14525         * lib/unictype/categ_Mc.h: Regenerated.
14526         * lib/unictype/categ_Me.h: Regenerated.
14527         * lib/unictype/categ_Mn.h: Regenerated.
14528         * lib/unictype/categ_N.h: Regenerated.
14529         * lib/unictype/categ_Nd.h: Regenerated.
14530         * lib/unictype/categ_Nl.h: Regenerated.
14531         * lib/unictype/categ_No.h: Regenerated.
14532         * lib/unictype/categ_P.h: Regenerated.
14533         * lib/unictype/categ_Pd.h: Regenerated.
14534         * lib/unictype/categ_Pe.h: Regenerated.
14535         * lib/unictype/categ_Pf.h: Regenerated.
14536         * lib/unictype/categ_Pi.h: Regenerated.
14537         * lib/unictype/categ_Po.h: Regenerated.
14538         * lib/unictype/categ_Ps.h: Regenerated.
14539         * lib/unictype/categ_S.h: Regenerated.
14540         * lib/unictype/categ_Sk.h: Regenerated.
14541         * lib/unictype/categ_Sm.h: Regenerated.
14542         * lib/unictype/categ_So.h: Regenerated.
14543         * lib/unictype/categ_of.h: Regenerated.
14544         * lib/unictype/combining.h: Regenerated.
14545         * lib/unictype/ctype_alnum.h: Regenerated.
14546         * lib/unictype/ctype_alpha.h: Regenerated.
14547         * lib/unictype/ctype_graph.h: Regenerated.
14548         * lib/unictype/ctype_lower.h: Regenerated.
14549         * lib/unictype/ctype_print.h: Regenerated.
14550         * lib/unictype/ctype_punct.h: Regenerated.
14551         * lib/unictype/ctype_upper.h: Regenerated.
14552         * lib/unictype/decdigit.h: Regenerated.
14553         * lib/unictype/digit.h: Regenerated.
14554         * lib/unictype/mirror.h: Regenerated.
14555         * lib/unictype/numeric.h: Regenerated.
14556         * lib/unictype/pr_alphabetic.h: Regenerated.
14557         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
14558         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
14559         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
14560         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
14561         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
14562         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
14563         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
14564         * lib/unictype/pr_combining.h: Regenerated.
14565         * lib/unictype/pr_dash.h: Regenerated.
14566         * lib/unictype/pr_decimal_digit.h: Regenerated.
14567         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
14568         * lib/unictype/pr_deprecated.h: Regenerated.
14569         * lib/unictype/pr_diacritic.h: Regenerated.
14570         * lib/unictype/pr_extender.h: Regenerated.
14571         * lib/unictype/pr_format_control.h: Regenerated.
14572         * lib/unictype/pr_grapheme_base.h: Regenerated.
14573         * lib/unictype/pr_grapheme_extend.h: Regenerated.
14574         * lib/unictype/pr_grapheme_link.h: Regenerated.
14575         * lib/unictype/pr_id_continue.h: Regenerated.
14576         * lib/unictype/pr_id_start.h: Regenerated.
14577         * lib/unictype/pr_ideographic.h: Regenerated.
14578         * lib/unictype/pr_ignorable_control.h: Regenerated.
14579         * lib/unictype/pr_lowercase.h: Regenerated.
14580         * lib/unictype/pr_math.h: Regenerated.
14581         * lib/unictype/pr_numeric.h: Regenerated.
14582         * lib/unictype/pr_other_alphabetic.h: Regenerated.
14583         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
14584         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
14585         * lib/unictype/pr_other_id_continue.h: Regenerated.
14586         * lib/unictype/pr_other_lowercase.h: Regenerated.
14587         * lib/unictype/pr_other_math.h: Regenerated.
14588         * lib/unictype/pr_punctuation.h: Regenerated.
14589         * lib/unictype/pr_sentence_terminal.h: Regenerated.
14590         * lib/unictype/pr_soft_dotted.h: Regenerated.
14591         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
14592         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
14593         * lib/unictype/pr_unified_ideograph.h: Regenerated.
14594         * lib/unictype/pr_uppercase.h: Regenerated.
14595         * lib/unictype/pr_xid_continue.h: Regenerated.
14596         * lib/unictype/pr_xid_start.h: Regenerated.
14597         * lib/unictype/pr_zero_width.h: Regenerated.
14598         * lib/unictype/scripts.h: Regenerated.
14599         * lib/unictype/scripts_byname.gperf: Regenerated.
14600         * lib/unictype/sy_java_ident.h: Regenerated.
14601         * lib/unilbrk/lbrkprop1.h: Regenerated.
14602         * lib/unilbrk/lbrkprop2.h: Regenerated.
14603         * tests/unictype/test-categ_C.c: Regenerated.
14604         * tests/unictype/test-categ_Cf.c: Regenerated.
14605         * tests/unictype/test-categ_Cn.c: Regenerated.
14606         * tests/unictype/test-categ_L.c: Regenerated.
14607         * tests/unictype/test-categ_Ll.c: Regenerated.
14608         * tests/unictype/test-categ_Lm.c: Regenerated.
14609         * tests/unictype/test-categ_Lo.c: Regenerated.
14610         * tests/unictype/test-categ_Lu.c: Regenerated.
14611         * tests/unictype/test-categ_M.c: Regenerated.
14612         * tests/unictype/test-categ_Mc.c: Regenerated.
14613         * tests/unictype/test-categ_Me.c: Regenerated.
14614         * tests/unictype/test-categ_Mn.c: Regenerated.
14615         * tests/unictype/test-categ_N.c: Regenerated.
14616         * tests/unictype/test-categ_Nd.c: Regenerated.
14617         * tests/unictype/test-categ_Nl.c: Regenerated.
14618         * tests/unictype/test-categ_No.c: Regenerated.
14619         * tests/unictype/test-categ_P.c: Regenerated.
14620         * tests/unictype/test-categ_Pd.c: Regenerated.
14621         * tests/unictype/test-categ_Pe.c: Regenerated.
14622         * tests/unictype/test-categ_Pf.c: Regenerated.
14623         * tests/unictype/test-categ_Pi.c: Regenerated.
14624         * tests/unictype/test-categ_Po.c: Regenerated.
14625         * tests/unictype/test-categ_Ps.c: Regenerated.
14626         * tests/unictype/test-categ_S.c: Regenerated.
14627         * tests/unictype/test-categ_Sk.c: Regenerated.
14628         * tests/unictype/test-categ_Sm.c: Regenerated.
14629         * tests/unictype/test-categ_So.c: Regenerated.
14630         * tests/unictype/test-ctype_alnum.c: Regenerated.
14631         * tests/unictype/test-ctype_alpha.c: Regenerated.
14632         * tests/unictype/test-ctype_graph.c: Regenerated.
14633         * tests/unictype/test-ctype_lower.c: Regenerated.
14634         * tests/unictype/test-ctype_print.c: Regenerated.
14635         * tests/unictype/test-ctype_punct.c: Regenerated.
14636         * tests/unictype/test-ctype_upper.c: Regenerated.
14637         * tests/unictype/test-decdigit.h: Regenerated.
14638         * tests/unictype/test-digit.h: Regenerated.
14639         * tests/unictype/test-numeric.h: Regenerated.
14640         * tests/unictype/test-pr_alphabetic.c: Regenerated.
14641         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
14642         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
14643         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
14644         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
14645         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
14646         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
14647         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
14648         * tests/unictype/test-pr_combining.c: Regenerated.
14649         * tests/unictype/test-pr_dash.c: Regenerated.
14650         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
14651         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
14652         * tests/unictype/test-pr_deprecated.c: Regenerated.
14653         * tests/unictype/test-pr_diacritic.c: Regenerated.
14654         * tests/unictype/test-pr_extender.c: Regenerated.
14655         * tests/unictype/test-pr_format_control.c: Regenerated.
14656         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
14657         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
14658         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
14659         * tests/unictype/test-pr_id_continue.c: Regenerated.
14660         * tests/unictype/test-pr_id_start.c: Regenerated.
14661         * tests/unictype/test-pr_ideographic.c: Regenerated.
14662         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
14663         * tests/unictype/test-pr_lowercase.c: Regenerated.
14664         * tests/unictype/test-pr_math.c: Regenerated.
14665         * tests/unictype/test-pr_numeric.c: Regenerated.
14666         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
14667         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
14668         Regenerated.
14669         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
14670         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
14671         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
14672         * tests/unictype/test-pr_other_math.c: Regenerated.
14673         * tests/unictype/test-pr_punctuation.c: Regenerated.
14674         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
14675         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
14676         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
14677         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
14678         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
14679         * tests/unictype/test-pr_uppercase.c: Regenerated.
14680         * tests/unictype/test-pr_xid_continue.c: Regenerated.
14681         * tests/unictype/test-pr_xid_start.c: Regenerated.
14682         * tests/unictype/test-pr_zero_width.c: Regenerated.
14683
14684         Update to Unicode 5.1.0.
14685         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
14686         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
14687         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
14688         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
14689         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
14690         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
14691         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
14692         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
14693         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
14694         (nonspacing_table_ind): Update.
14695         * tests/uniwidth/test-uc_width2.sh: Update expected result.
14696
14697         Update to Unicode 5.1.0.
14698         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
14699         code transform.
14700         * lib/uniname/uniname.c (unicode_character_name,
14701         unicode_name_character): Add the range 0x1Fxxx to the code transform.
14702         * lib/uniname/uninames.h: Regenerated.
14703         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
14704
14705 2009-02-07  Bruno Haible  <bruno@clisp.org>
14706
14707         Merge gen-ctype and gen-lbrk into a single program.
14708         * lib/gen-uni-tables.c: New file, incorporating
14709         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
14710         Add directory prefixes to the names of the generated files.
14711         * lib/unictype/gen-ctype.c: Remove file.
14712         * lib/unilbrk/gen-lbrk.c: Remove file.
14713         * modules/gen-uni-tables: New file.
14714         * modules/unictype/gen-ctype: Remove file.
14715         * modules/unilbrk/gen-lbrk: Remove file.
14716
14717 2009-02-07  Bruno Haible  <bruno@clisp.org>
14718
14719         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
14720
14721         New module 'unistr/u32-strcoll'.
14722         * modules/unistr/u32-strcoll: New file.
14723         * lib/unistr/u32-strcoll.c: New file.
14724
14725         New module 'unistr/u16-strcoll'.
14726         * modules/unistr/u16-strcoll: New file.
14727         * lib/unistr/u16-strcoll.c: New file.
14728
14729         New module 'unistr/u8-strcoll'.
14730         * modules/unistr/u8-strcoll: New file.
14731         * lib/unistr/u8-strcoll.c: New file.
14732         * lib/unistr/u-strcoll.h: New file.
14733
14734 2009-02-07  Bruno Haible  <bruno@clisp.org>
14735
14736         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
14737         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
14738         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
14739         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
14740         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
14741         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
14742
14743 2009-02-07  Bruno Haible  <bruno@clisp.org>
14744
14745         Make 64-bit clean.
14746         * lib/unictype/gen-ctype.c (output_predicate, output_category,
14747         output_combclass, output_bidi_category, output_decimal_digit,
14748         output_digit, output_numeric, output_mirror, output_scripts,
14749         output_ident_category): Use proper width specifier in format strings.
14750
14751 2009-02-07  Bruno Haible  <bruno@clisp.org>
14752
14753         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
14754         failure behaviour.
14755
14756 2009-02-07  Jim Meyering  <meyering@redhat.com>
14757
14758         regex: avoid compilation failure with upcoming gcc-4.4
14759         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
14760         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
14761         "... error: integer overflow in preprocessor expression".
14762
14763 2009-02-05  Ben Pfaff  <blp@gnu.org>
14764
14765         Fix link errors on Windows when close module is used.
14766         * modules/close: Add $(LIB_CLOSE) to Link section.
14767         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
14768         $(LIB_CLOSE) on Windows.
14769
14770 2009-02-05  Jim Meyering  <meyering@redhat.com>
14771
14772         still avoid unused-parameter warnings, but do it cleanly
14773         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
14774         (get_fs_usage): Cast to void instead.
14775         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
14776         (dev_from_mount_options, read_file_system_list): Cast to void.
14777         Prompted by Bruno Haible.
14778
14779 2009-02-04  Jim Meyering  <meyering@redhat.com>
14780
14781         fsusage.c: correct copyright year
14782         * lib/fsusage.c: Reflect year in which the change is pushed into
14783
14784         avoid misc. warnings
14785         * lib/fsusage.c (UNUSED_PARAM): Define.
14786         (get_fs_usage): Mark parameter "disk" as unused.
14787         * lib/getugroups.c (getgrent): Use "void" in prototype.
14788         * lib/mountlist.c: Mark unused parameters.
14789         (read_file_system_list): Declare a local with "const".
14790         * lib/nanosleep.c (getnow): Declare static.
14791         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
14792
14793         dirfd: set errno upon failure
14794         * lib/dirfd.c: Include <errno.h>.
14795         Set errno to ENOTSUP when returning -1.
14796         * modules/dirfd (Depends-on): Add errno.
14797         Suggested by John Kodis <kodis@comcast.net>.
14798
14799 2009-02-01  Bruno Haible  <bruno@clisp.org>
14800
14801         Don't assume sizeof (long) >= sizeof (void *).
14802         * lib/memcmp.c: Include stdint.h.
14803         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
14804         srcp2 to 'const byte *'.
14805         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
14806         types to uintptr_t.
14807         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
14808         * modules/memcmp (Depends-on): Add stdint.
14809         Reported by Ozkan Sezer <sezeroz@gmail.com>.
14810
14811 2009-01-30  Eric Blake  <ebb9@byu.net>
14812
14813         fix more require-before-expand issues
14814         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
14815         expand, AC_PROG_AWK.
14816         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
14817
14818 2009-01-28  Eric Blake  <ebb9@byu.net>
14819
14820         version-etc: use consistent URL formatting
14821         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
14822         Improve formatting.  Use fputs for string without %.
14823
14824 2009-01-28  Jim Meyering  <meyering@redhat.com>
14825
14826         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
14827         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
14828         "underquoted definition of NAME" from autoconf-2.59.
14829
14830 2009-01-28  Bruno Haible  <bruno@clisp.org>
14831
14832         * doc/gnulib.texi: Add "Obsolete modules" to index.
14833
14834 2009-01-28  Jim Meyering  <meyering@redhat.com>
14835
14836         useless-if-before-free: recognize more variants
14837         * build-aux/useless-if-before-free: Also recognize e.g.,
14838         if (NULL != p) free (p);
14839
14840 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
14841
14842         test-getaddrinfo: skip (don't fail) this test when there's no network
14843         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
14844         on the presumption that it means you lack network access.
14845
14846 2009-01-26  Jim Meyering  <meyering@redhat.com>
14847
14848         fflush: avoid warnings on modern systems
14849         * lib/fflush.c (rpl_fflush): Move declarations of locals,
14850         pos and result, into scopes where they're used.
14851
14852 2009-01-26  Eric Blake  <ebb9@byu.net>
14853
14854         Silence warning reintroduced by recent extensions patch.
14855         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
14856         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
14857         autoconf.
14858
14859         Backport improved autoconf semantics of AC_DEFUN_ONCE.
14860         * m4/00gnulib.m4: New file.
14861         * gnulib-tool (func_get_filelist): Always use it.
14862         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
14863         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
14864
14865 2009-01-25  Bruno Haible  <bruno@clisp.org>
14866
14867         Make test-quotearg work on MacOS X and AIX.
14868         * tests/test-quotearg.sh: New file.
14869         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
14870         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
14871         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
14872         include <libintl.h>.
14873         (fake_locale): Remove variable.
14874         (gettext, dgettext, dcgettext): Remove functions.
14875         (main): Instead of setting a fake locale, set a real locale. Call
14876         textdomain and bindtextdomain.
14877         * modules/quotearg-tests (Files): Add the new files.
14878         (Depends-on): Add gettext, setenv, unsetenv.
14879         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
14880         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
14881         Augment TESTS_ENVIRONMENT.
14882
14883 2009-01-25  Bruno Haible  <bruno@clisp.org>
14884
14885         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
14886         fr_FR.ISO8859-1 locale on MacOS X.
14887         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
14888         ja_JP.eucJP locale on MacOS X.
14889         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
14890         zh_CN.GB18030 locale on MacOS X.
14891
14892 2009-01-25  Bruno Haible  <bruno@clisp.org>
14893
14894         Avoid link errors on MacOS X 10.3.
14895         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
14896         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14897
14898 2009-01-25  Bruno Haible  <bruno@clisp.org>
14899
14900         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
14901         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
14902         * modules/pipe (Files): Remove m4/posix_spawn.m4.
14903         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
14904         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
14905         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
14906         posix_spawnattr_init, posix_spawnattr_setsigmask,
14907         posix_spawnattr_setflags, posix_spawnattr_destroy.
14908
14909         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
14910         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
14911         * modules/execute (Files): Remove m4/posix_spawn.m4.
14912         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
14913         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
14914         posix_spawnattr_init, posix_spawnattr_setsigmask,
14915         posix_spawnattr_setflags, posix_spawnattr_destroy.
14916
14917 2009-01-25  Bruno Haible  <bruno@clisp.org>
14918
14919         * lib/glthread/threadlib.c: Include <stdlib.h>.
14920
14921 2009-01-25  Bruno Haible  <bruno@clisp.org>
14922
14923         * lib/glthread/threadlib.c (dummy): New declaration.
14924
14925 2009-01-25  Bruno Haible  <bruno@clisp.org>
14926
14927         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
14928         multibyte characters also for the GB18030 encoding. Don't crash when
14929         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
14930
14931 2009-01-25  Bruno Haible  <bruno@clisp.org>
14932
14933         Avoid redefining 'struct random_data' on OSF/1 5.1.
14934         * lib/stdlib.in.h: Include <random.h> if it exists.
14935         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
14936         HAVE_RANDOM_H. Include <random.h> when testing whether
14937         'struct random_data' exists.
14938         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
14939
14940 2009-01-25  Bruno Haible  <bruno@clisp.org>
14941
14942         Don't install charset.alias on MacOS X >= 10.3.
14943         * lib/localcharset.c (DARWIN7): New macro.
14944         (get_charset_aliases): Hardcode the result for Darwin7.
14945         * modules/localcharset (install-exec-local): Don't install
14946         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
14947
14948 2009-01-25  Bruno Haible  <bruno@clisp.org>
14949
14950         Don't install charset.alias on mingw and Cygwin.
14951         * modules/localcharset (install-exec-local): Don't install
14952         charset.alias on mingw and Cygwin, if the file does not yet exist.
14953         The result for these platforms is hardcoded in localcharset.c.
14954
14955 2009-01-25  Bruno Haible  <bruno@clisp.org>
14956
14957         Make it possible again to use AC_GNU_SOURCE together with gnulib.
14958         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
14959         before requiring AC_USE_SYSTEM_EXTENSIONS.
14960
14961 2009-01-25  Jim Meyering  <meyering@redhat.com>
14962
14963         c-strtod: avoid warnings
14964         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
14965         "assignment discards qualifiers from pointer target type" warnings.
14966
14967 2009-01-24  Bruno Haible  <bruno@clisp.org>
14968
14969         Add support for non-UTF-8 locales on MacOS X.
14970         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
14971         canonical encodings. For Darwin 7 and newer, don't map traditional
14972         encodings to UTF-8.
14973         Reported by Vincent Lefevre <vincent@vinc17.org>
14974         at <http://savannah.gnu.org/bugs/?25235>.
14975
14976 2009-01-24  Bruno Haible  <bruno@clisp.org>
14977
14978         * doc/gnulib.texi (Obsolete modules): New section.
14979         Reported by Mike Frysinger <vapier@gentoo.org>.
14980
14981 2009-01-24  Bruno Haible  <bruno@clisp.org>
14982
14983         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
14984         (%.dvi): New rule.
14985
14986 2009-01-24  Bruno Haible  <bruno@clisp.org>
14987
14988         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
14989         Reported by Eric Blake.
14990
14991 2009-01-24  Bruno Haible  <bruno@clisp.org>
14992
14993         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
14994         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
14995         Reported by Gary V. Vaughan <gary@gnu.org>.
14996
14997 2009-01-24  Bruno Haible  <bruno@clisp.org>
14998
14999         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
15000
15001 2009-01-23  Bruno Haible  <bruno@clisp.org>
15002
15003         Make c-strtod, c-strtold usable in libraries.
15004         * lib/c-strtod.c: Include string.h instead of xalloc.h.
15005         (C_STRTOD): Call strdup instead of xstrdup.
15006         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
15007         * modules/c-strtold (Depends-on): Likewise.
15008         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
15009         * NEWS: Mention the change.
15010         Reported by Michael Gold <mgold@ncf.ca>.
15011
15012 2009-01-23  Jim Meyering  <meyering@redhat.com>
15013
15014         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
15015         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
15016         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
15017
15018 2009-01-23  Simon Josefsson  <simon@josefsson.org>
15019
15020         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
15021         GNU CoreUtils.
15022         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
15023         * modules/version-etc (Description): Update.
15024
15025 2009-01-22  Bruno Haible  <bruno@clisp.org>
15026
15027         Cache the C locale object.
15028         * lib/c-strtod.c (c_locale_cache): New variable.
15029         (c_locale): New function.
15030         (C_STRTOD): Use it, and don't call freelocale.
15031         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
15032         Suggested by Paolo Bonzini.
15033
15034 2009-01-21  Bruno Haible  <bruno@clisp.org>
15035
15036         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
15037         conditions other than overflow.
15038
15039 2009-01-21  Bruno Haible  <bruno@clisp.org>
15040
15041         * lib/c-strtod.c: Include errno.h.
15042         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
15043         value from STRTOD_L and STRTOD.
15044
15045 2009-01-21  Bruno Haible  <bruno@clisp.org>
15046         and Jim Meyering  <meyering@redhat.com>
15047
15048         nanosleep: skip configure test (fail it) for apple universal builds
15049         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
15050         universal builds, assume that nanosleep does not work.
15051         * modules/nanosleep (Depends-on): Add multiarch.
15052
15053         mktime: skip configure test (fail it) for apple universal builds
15054         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
15055         universal builds, assume that mktime does not work.
15056         * modules/mktime (Depends-on): Add multiarch.
15057
15058 2009-01-21  Eric Blake  <ebb9@byu.net>
15059
15060         multiarch: avoid expand-before-require warning
15061         * modules/multiarch (configure.ac): Require, rather than expand,
15062         gl_MULTIARCH.
15063         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
15064         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
15065         enforce that all clients require it.  Partial reversion of
15066         2008-12-29 patch.
15067
15068         error: avoid expand-before-require warning
15069         * modules/errno (configure.ac): Require, rather than expand,
15070         gl_HEADER_ERRNO_H.
15071         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
15072         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
15073         enforce that all clients require it.
15074
15075         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
15076         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
15077         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
15078         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
15079
15080 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
15081
15082         Revert:
15083         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15084
15085         regex: do not depend on obsolete modules.
15086         * modules/regex: Remove memcmp and memmove.
15087
15088 2009-01-20  Bruno Haible  <bruno@clisp.org>
15089
15090         Make the 'link' module link on Windows NT 4.
15091         * lib/link.c (_WIN32_WINNT): Don't define.
15092         (CreateHardLinkFuncType): New type.
15093         (CreateHardLinkFunc, initialized): New variables.
15094         (initialize): New function.
15095         (link): Invoke CreateHardLink indirectly through the function pointer.
15096
15097 2009-01-20  Bruno Haible  <bruno@clisp.org>
15098
15099         Fix compilation failure on mingw.
15100         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
15101
15102 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
15103
15104         * doc/c-strtod.texi: Mention a couple of restrictions.
15105
15106 2009-01-20  Jim Meyering  <meyering@redhat.com>
15107
15108         gettimeofday: move more declarations out of functions
15109         * lib/gettimeofday.c: Move extern declarations of tzset and
15110         gmtime out of containing functions.  Prompted by Bruno Haible.
15111
15112 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
15113
15114         regex: do not depend on obsolete modules.
15115         * modules/regex: Remove memcmp and memmove.
15116
15117 2009-01-19  Bruno Haible  <bruno@clisp.org>
15118
15119         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15120         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
15121         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15122         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
15123         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
15124
15125 2009-01-19  Bruno Haible  <bruno@clisp.org>
15126
15127         * tests/test-link.c: Include <errno.h>.
15128         (main): Exit with code 77 when a hard link cannot be created due to
15129         the file system.
15130         * tests/test-link.sh: Skip test when a hard link cannot be created due
15131         to the file system.
15132         Suggested by Eric Blake.
15133
15134 2009-01-19  Martin Lambers  <marlam@marlam.de>
15135
15136         * modules/link-tests: New file.
15137         * tests/test-link.sh: New file.
15138         * tests/test-link.c: New file.
15139
15140 2009-01-19  Eric Blake  <ebb9@byu.net>
15141
15142         doc: mention another function added in cygwin 1.7.0
15143         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
15144         Another new function in cygwin 1.7.
15145
15146 2009-01-19  Bruno Haible  <bruno@clisp.org>
15147
15148         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
15149         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
15150         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
15151         gl_BIGENDIAN, not AC_C_BIGENDIAN.
15152         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
15153         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
15154         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
15155         * m4/md4.m4 (gl_MD4): Likewise.
15156         * m4/md5.m4 (gl_MD5): Likewise.
15157         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
15158         * m4/sha1.m4 (gl_SHA1): Likewise.
15159         * m4/sha256.m4 (gl_SHA256): Likewise.
15160         * m4/sha512.m4 (gl_SHA512): Likewise.
15161
15162 2009-01-19  Bruno Haible  <bruno@clisp.org>
15163
15164         * modules/uniname/uniname-tests (Depends-on): Add progname.
15165         * tests/uniname/test-uninames.c: Include progname.h.
15166         (main): Call set_program_name.
15167
15168         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
15169         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
15170         (main): Call set_program_name.
15171
15172         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
15173         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
15174         (main): Call set_program_name.
15175
15176         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
15177         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
15178         (main): Call set_program_name.
15179
15180         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
15181         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
15182         (main): Call set_program_name.
15183
15184         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
15185         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
15186         (main): Call set_program_name.
15187
15188         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
15189         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
15190         (main): Call set_program_name.
15191
15192         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
15193         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
15194         (main): Call set_program_name.
15195
15196         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
15197         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
15198         (main): Call set_program_name.
15199
15200 2009-01-19  Eric Blake  <ebb9@byu.net>
15201
15202         test-unistd: test previous patch
15203         * tests/test-unistd.c: Test *_FILENO macros.
15204
15205         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
15206         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15207         Guarantee a definition.
15208         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
15209         * modules/unistd-safer (Depends-on): Add dependency on unistd.
15210         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
15211         * lib/dup-safer.c (STDERR_FILENO): Likewise.
15212         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15213         Likewise.
15214         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
15215         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
15216         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
15217         Likewise.
15218         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
15219         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
15220         (STDERR_FILENO): Likewise.
15221         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
15222         (STDERR_FILENO): Likewise.
15223         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
15224         (STDERR_FILENO): Likewise.
15225         Reported by Elbert Pol.
15226
15227 2009-01-19  Eric Blake  <ebb9@byu.net>
15228
15229         doc: mention more functions added in cygwin 1.7.0
15230         * doc/posix-functions/abort.texi (abort): Update wording related
15231         to cygwin.
15232         * doc/posix-functions/daylight.texi (daylight): Likewise.
15233         * doc/posix-functions/optarg.texi (optarg): Likewise.
15234         * doc/posix-functions/optarg.texi (opterr): Likewise.
15235         * doc/posix-functions/optarg.texi (optind): Likewise.
15236         * doc/posix-functions/optarg.texi (optopt): Likewise.
15237         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
15238         worked in 1.5.x, and was withdrawn in 1.7.
15239         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
15240         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
15241         cygwin versions.
15242         * doc/posix-functions/perror.texi (perror): Likewise.
15243         * doc/posix-functions/printf.texi (printf): Likewise.
15244         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
15245         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
15246         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
15247         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
15248         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
15249         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
15250         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
15251         Likewise.
15252         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
15253         Likewise.
15254         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
15255         this function.
15256         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
15257         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
15258         Likewise.
15259         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
15260         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
15261         * doc/posix-functions/confstr.texi (confstr): Likewise.
15262         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
15263         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
15264         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
15265         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
15266         * doc/posix-functions/fputws.texi (fputws): Likewise.
15267         * doc/posix-functions/fwide.texi (fwide): Likewise.
15268         * doc/posix-functions/getwc.texi (getwc): Likewise.
15269         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
15270         * doc/posix-functions/putwc.texi (putwc): Likewise.
15271         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
15272         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
15273         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
15274         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
15275         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
15276         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
15277         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
15278         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
15279         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
15280         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
15281         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
15282
15283 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15284
15285         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
15286         * lib/ioctl.c: Include <sys/ioctl.h>.
15287
15288 2009-01-19  Simon Josefsson  <simon@josefsson.org>
15289
15290         * modules/getdate-tests (Depends-on): Add progname.
15291         * tests/test-getdate.c: Use progname module, to avoid link errors
15292         on non-glibc systems.
15293
15294 2009-01-18  Simon Josefsson  <simon@josefsson.org>
15295
15296         * modules/filenamecat-tests (Depends-on): Add progname.
15297         * modules/fstrcmp-tests (Depends-on): Likewise.
15298
15299         * tests/test-filenamecat.c: Use progname module, to avoid link
15300         errors on non-glibc systems.
15301         * tests/test-fstrcmp.c: Likewise.
15302
15303 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
15304
15305         gettimeofday: avoid warning: nested extern declaration of 'localtime'
15306         * lib/gettimeofday.c: Move extern declaration out of function.
15307
15308 2009-01-18  Bruno Haible  <bruno@clisp.org>
15309
15310         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
15311         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
15312         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
15313
15314 2009-01-18  Bruno Haible  <bruno@clisp.org>
15315
15316         * lib/strftime.c (MEMPCPY): Remove unused macro.
15317         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
15318
15319 2009-01-18  Martin Lambers  <marlam@marlam.de>
15320
15321         New module 'link'.
15322         * lib/unistd.in.h (link): New declaration.
15323         * lib/link.c: New file.
15324         * m4/link.m4: New file.
15325         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
15326         HAVE_LINK.
15327         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
15328         * modules/link: New file.
15329         * doc/posix-functions/link.texi: Mention the new module.
15330
15331 2009-01-18  Bruno Haible  <bruno@clisp.org>
15332
15333         * tests/test-avltree_list.c (main): Call set_program_name.
15334         * tests/test-avltree_oset.c (main): Likewise.
15335         * tests/test-obstack-printf.c: Include progname.h.
15336         (main): Call set_program_name.
15337         * tests/test-quotearg.c: Include progname.h.
15338         (main): Call set_program_name.
15339         * tests/test-xmemdup0.c: Include progname.h.
15340         (main): Call set_program_name.
15341
15342 2009-01-18  Bruno Haible  <bruno@clisp.org>
15343
15344         New module 'alphasort'.
15345         * lib/dirent.in.h (alphasort): New declaration.
15346         * lib/alphasort.c: New file, from glibc with modifications.
15347         * m4/alphasort.m4: New file.
15348         * modules/alphasort: New file.
15349         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
15350         HAVE_ALPHASORT.
15351         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
15352         HAVE_ALPHASORT.
15353         * doc/posix-functions/alphasort.texi: Mention the new module and the
15354         portability problems.
15355
15356 2009-01-18  Bruno Haible  <bruno@clisp.org>
15357
15358         New module 'scandir'.
15359         * lib/dirent.in.h (scandir): New declaration.
15360         * lib/scandir.c: New file, from glibc with modifications.
15361         * m4/scandir.m4: New file.
15362         * modules/scandir: New file.
15363         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
15364         HAVE_SCANDIR.
15365         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
15366         HAVE_SCANDIR.
15367         * doc/posix-functions/scandir.texi: Mention the new module and the
15368         portability problems.
15369
15370 2009-01-17  Bruno Haible  <bruno@clisp.org>
15371
15372         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
15373         Update documentation.
15374         (func_remove_suffix): Escape all dots in the suffix. Update
15375         documentation.
15376         (func_filter_filelist): Update documentation.
15377         Reported by Ralf Wildenhues.
15378
15379 2009-01-17  Bruno Haible  <bruno@clisp.org>
15380
15381         * modules/dprintf-posix-tests: New file.
15382         * tests/test-dprintf-posix.sh: New file.
15383         * tests/test-dprintf-posix.c: New file.
15384
15385         New modules 'dprintf', 'dprintf-posix'.
15386         * lib/stdio.in.h (dprintf): New declaration.
15387         * lib/dprintf.c: New file.
15388         * m4/dprintf.m4: New file.
15389         * m4/dprintf-posix.m4: New file.
15390         * modules/dprintf: New file.
15391         * modules/dprintf-posix: New file.
15392         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
15393         HAVE_DPRINTF, REPLACE_DPRINTF.
15394         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
15395         HAVE_DPRINTF, REPLACE_DPRINTF.
15396         * doc/posix-functions/dprintf.texi: Mention the new modules.
15397
15398 2009-01-17  Bruno Haible  <bruno@clisp.org>
15399
15400         * modules/vdprintf-posix-tests: New file.
15401         * tests/test-vdprintf-posix.sh: New file.
15402         * tests/test-vdprintf-posix.c: New file.
15403
15404         New modules 'vdprintf', 'vdprintf-posix'.
15405         * lib/stdio.in.h (vdprintf): New declaration.
15406         * lib/vdprintf.c: New file.
15407         * m4/vdprintf.m4: New file.
15408         * m4/vdprintf-posix.m4: New file.
15409         * modules/vdprintf: New file.
15410         * modules/vdprintf-posix: New file.
15411         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
15412         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15413         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
15414         HAVE_VDPRINTF, REPLACE_VDPRINTF.
15415         * doc/posix-functions/vdprintf.texi: Mention the new modules.
15416
15417 2009-01-17  Bruno Haible  <bruno@clisp.org>
15418
15419         Fix replacement of fopen on mingw.
15420         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
15421         mingw.
15422
15423 2009-01-17  Bruno Haible  <bruno@clisp.org>
15424
15425         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
15426         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
15427
15428 2009-01-17  Bruno Haible  <bruno@clisp.org>
15429
15430         Avoid test-fflush2.sh failure on mingw.
15431         * tests/test-fflush2.c: Include binary-io.h.
15432         (main): Put standard input into binary mode.
15433         * modules/fflush-tests (Depends-on): Add binary-io.
15434
15435 2009-01-17  Bruno Haible  <bruno@clisp.org>
15436
15437         * lib/wchar.in.h: In another particular situation, include only the
15438         system's <wchar.h> file.
15439         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
15440         Reported by Albert Chin-A-Young <china@thewrittenword.com>
15441         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
15442
15443 2009-01-17  Bruno Haible  <bruno@clisp.org>
15444
15445         Support for stripping executables in --enable-relocatable.
15446         * build-aux/install-reloc: Expect one more argument, or an environment
15447         variable RELOC_STRIP_PROG. If set, strip the destination program and
15448         its wrapper.
15449         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
15450         RELOC_STRIP_PROG.
15451         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
15452         to set RELOCATABLE_STRIP.
15453         * NEWS: Mention the new Makefile requirement.
15454
15455 2009-01-17  Bruno Haible  <bruno@clisp.org>
15456
15457         * build-aux/install-reloc: Remove debugging information left over by
15458         C compiler on MacOS X.
15459
15460 2009-01-17  Bruno Haible  <bruno@clisp.org>
15461
15462         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
15463         * lib/progreloc.c (find_executable): Fix type of pointer passed to
15464         _NSGetExecutablePath.
15465
15466 2009-01-16  Jim Meyering  <meyering@redhat.com>
15467
15468         strerror: avoid warnings about discarding "const"
15469         * lib/strerror.c (rpl_strerror): Instead of returning a const
15470         string from each and every "case", use a variable, and add a single
15471         cast after the switch.
15472
15473 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
15474
15475         * lib/arpa_inet.in.h: Add extern "C" block for C++.
15476
15477 2009-01-16  Bruno Haible  <bruno@clisp.org>
15478
15479         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
15480         array initializer syntax that also works in C++ mode.
15481         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15482
15483 2009-01-16  Jim Meyering  <meyering@redhat.com>
15484
15485         poll: suppress a warning
15486         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
15487         to ignore "...unsigned expression < 0 is always false" warnings.
15488
15489 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
15490
15491         poll: remove declarations of unused variables
15492         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
15493         sockbuf and optlen.
15494
15495 2009-01-15  Bruno Haible  <bruno@clisp.org>
15496
15497         Make fflush-after-ungetc POSIX compliant on BSD systems.
15498         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
15499         (clear_ungetc_buffer): Implement also for other systems.
15500         (rpl_fflush): On glibc systems, invoke
15501         clear_ungetc_buffer_preserving_position. Otherwise, invoke
15502         clear_ungetc_buffer after fetching the stream's position, not before.
15503
15504 2009-01-15  Bruno Haible  <bruno@clisp.org>
15505
15506         Make fflush-after-ungetc POSIX compliant on glibc systems.
15507         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
15508         after ungetc.
15509         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
15510         (rpl_fflush): On glibc systems, simply call the system's fflush
15511         function after clearing the ungetc buffer.
15512         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
15513         Instead, lseek only to the end of file, then use the system's fseeko
15514         for the rest. On glibc systems, reset the EOF indicator bit.
15515
15516 2009-01-15  Jim Meyering  <meyering@redhat.com>
15517
15518         openmp.m4: revert quote-adding change, for portability to older autoconf
15519         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
15520         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
15521         Simon Josefsson noticed the problem when using autoconf-2.61.
15522
15523 2009-01-15  Bruno Haible  <bruno@clisp.org>
15524
15525         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
15526         * tests/test-fflush2.c (ASSERT): Always fail.
15527         (main): Add two tests for fflush() after ungetc(), taking into account
15528         the Austin Group's clarification.
15529         Suggested by Eric Blake.
15530
15531 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
15532
15533         mktime.m4: remove K&R-style function prototypes
15534         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
15535         for the Sun C++ compiler.
15536
15537 2009-01-14  Bruno Haible  <bruno@clisp.org>
15538
15539         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
15540         while including <wchar.h>.
15541         * lib/wchar.in.h: In two particular situations on HP-UX, include only
15542         the system's <wchar.h> file.
15543         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15544
15545 2009-01-14  Bruno Haible  <bruno@clisp.org>
15546
15547         * m4/csharp.m4: Don't mention gettext on the serial number line.
15548         * m4/csharpexec.m4: Likewise.
15549         * m4/eaccess.m4: Likewise.
15550         * m4/javaexec.m4: Likewise.
15551         * m4/sig_atomic_t.m4: Likewise.
15552         * m4/tmpdir.m4: Likewise.
15553         * m4/intldir.m4: Bump gettext version.
15554         * m4/lib-ld.m4: Likewise.
15555
15556 2009-01-14  Bruno Haible  <bruno@clisp.org>
15557
15558         * lib/progname.c (set_program_name): Add more comments.
15559         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
15560
15561 2009-01-14  Simon Josefsson  <simon@josefsson.org>
15562
15563         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
15564         were sys/stat.h does not define it.
15565
15566 2009-01-14  Jim Meyering  <meyering@redhat.com>
15567
15568         many *.m4 files: improve m4 quoting
15569         99% of this change was performed by running the following commands:
15570         git ls-files | grep '\.m4$' | xargs perl -pi \
15571           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
15572           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
15573           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
15574           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
15575         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
15576         The remainder were to add Copyright dates, increment serial numbers,
15577         undo some changes in comments, exclude m4/intl.m4, and add quotes
15578         around the "1" in ",1" where the unusual spacing prohibited the
15579         above regexps from doing the job.  For more details, see
15580         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
15581         * m4/acl.m4: Modified.
15582         * m4/afs.m4: Likewise.
15583         * m4/alloca.m4: Likewise.
15584         * m4/argp.m4: Likewise.
15585         * m4/argz.m4: Likewise.
15586         * m4/atexit.m4: Likewise.
15587         * m4/bison-i18n.m4: Likewise.
15588         * m4/bison.m4: Likewise.
15589         * m4/byteswap.m4: Likewise.
15590         * m4/c-stack.m4: Likewise.
15591         * m4/c-strtod.m4: Likewise.
15592         * m4/calloc.m4: Likewise.
15593         * m4/canonicalize-lgpl.m4: Likewise.
15594         * m4/chown.m4: Likewise.
15595         * m4/clock_time.m4: Likewise.
15596         * m4/codeset.m4: Likewise.
15597         * m4/copy-file.m4: Likewise.
15598         * m4/csharp.m4: Likewise.
15599         * m4/csharpcomp.m4: Likewise.
15600         * m4/csharpexec.m4: Likewise.
15601         * m4/d-ino.m4: Likewise.
15602         * m4/d-type.m4: Likewise.
15603         * m4/dirfd.m4: Likewise.
15604         * m4/double-slash-root.m4: Likewise.
15605         * m4/eaccess.m4: Likewise.
15606         * m4/eealloc.m4: Likewise.
15607         * m4/environ.m4: Likewise.
15608         * m4/errno_h.m4: Likewise.
15609         * m4/euidaccess.m4: Likewise.
15610         * m4/execute.m4: Likewise.
15611         * m4/fatal-signal.m4: Likewise.
15612         * m4/fchdir.m4: Likewise.
15613         * m4/fcntl_h.m4: Likewise.
15614         * m4/fileblocks.m4: Likewise.
15615         * m4/filenamecat.m4: Likewise.
15616         * m4/findprog.m4: Likewise.
15617         * m4/flexmember.m4: Likewise.
15618         * m4/fnmatch.m4: Likewise.
15619         * m4/fopen.m4: Likewise.
15620         * m4/fpending.m4: Likewise.
15621         * m4/fprintf-posix.m4: Likewise.
15622         * m4/free.m4: Likewise.
15623         * m4/frexp.m4: Likewise.
15624         * m4/frexpl.m4: Likewise.
15625         * m4/fsusage.m4: Likewise.
15626         * m4/ftruncate.m4: Likewise.
15627         * m4/gc-camellia.m4: Likewise.
15628         * m4/gc-random.m4: Likewise.
15629         * m4/gc.m4: Likewise.
15630         * m4/getaddrinfo.m4: Likewise.
15631         * m4/getcwd-abort-bug.m4: Likewise.
15632         * m4/getcwd-path-max.m4: Likewise.
15633         * m4/getdate.m4: Likewise.
15634         * m4/getdomainname.m4: Likewise.
15635         * m4/getgroups.m4: Likewise.
15636         * m4/gethostname.m4: Likewise.
15637         * m4/gethrxtime.m4: Likewise.
15638         * m4/getline.m4: Likewise.
15639         * m4/getloadavg.m4: Likewise.
15640         * m4/getndelim2.m4: Likewise.
15641         * m4/getpass.m4: Likewise.
15642         * m4/gettext.m4: Likewise.
15643         * m4/gettime.m4: Likewise.
15644         * m4/gettimeofday.m4: Likewise.
15645         * m4/gnulib-common.m4: Likewise.
15646         * m4/group-member.m4: Likewise.
15647         * m4/host-os.m4: Likewise.
15648         * m4/iconv.m4: Likewise.
15649         * m4/iconv_open.m4: Likewise.
15650         * m4/inet_ntop.m4: Likewise.
15651         * m4/inet_pton.m4: Likewise.
15652         * m4/inline.m4: Likewise.
15653         * m4/intldir.m4: Likewise.
15654         * m4/intlmacosx.m4: Likewise.
15655         * m4/intmax.m4: Likewise.
15656         * m4/intmax_t.m4: Likewise.
15657         * m4/inttypes.m4: Likewise.
15658         * m4/inttypes_h.m4: Likewise.
15659         * m4/inttypes-pri.m4: Likewise.
15660         * m4/isapipe.m4: Likewise.
15661         * m4/isnand.m4: Likewise.
15662         * m4/isnanf.m4: Likewise.
15663         * m4/isnanl.m4: Likewise.
15664         * m4/javacomp.m4: Likewise.
15665         * m4/javaexec.m4: Likewise.
15666         * m4/jm-winsz1.m4: Likewise.
15667         * m4/jm-winsz2.m4: Likewise.
15668         * m4/lchown.m4: Likewise.
15669         * m4/lcmessage.m4: Likewise.
15670         * m4/ldexpl.m4: Likewise.
15671         * m4/lib-ld.m4: Likewise.
15672         * m4/lib-link.m4: Likewise.
15673         * m4/libsigsegv.m4: Likewise.
15674         * m4/link-follow.m4: Likewise.
15675         * m4/localcharset.m4: Likewise.
15676         * m4/locale-fr.m4: Likewise.
15677         * m4/locale-ja.m4: Likewise.
15678         * m4/locale-tr.m4: Likewise.
15679         * m4/locale-zh.m4: Likewise.
15680         * m4/lock.m4: Likewise.
15681         * m4/longlong.m4: Likewise.
15682         * m4/ls-mntd-fs.m4: Likewise.
15683         * m4/lstat.m4: Likewise.
15684         * m4/malloc.m4: Likewise.
15685         * m4/mathl.m4: Likewise.
15686         * m4/mbrtowc.m4: Likewise.
15687         * m4/mbstate_t.m4: Likewise.
15688         * m4/mbswidth.m4: Likewise.
15689         * m4/memchr.m4: Likewise.
15690         * m4/memcmp.m4: Likewise.
15691         * m4/memcpy.m4: Likewise.
15692         * m4/memmem.m4: Likewise.
15693         * m4/memmove.m4: Likewise.
15694         * m4/mempcpy.m4: Likewise.
15695         * m4/memrchr.m4: Likewise.
15696         * m4/memset.m4: Likewise.
15697         * m4/minmax.m4: Likewise.
15698         * m4/mkdir-slash.m4: Likewise.
15699         * m4/mkdtemp.m4: Likewise.
15700         * m4/mktime.m4: Likewise.
15701         * m4/mmap-anon.m4: Likewise.
15702         * m4/mountlist.m4: Likewise.
15703         * m4/nanosleep.m4: Likewise.
15704         * m4/nls.m4: Likewise.
15705         * m4/nocrash.m4: Likewise.
15706         * m4/open.m4: Likewise.
15707         * m4/openat.m4: Likewise.
15708         * m4/openmp.m4: Likewise.
15709         * m4/pathmax.m4: Likewise.
15710         * m4/perl.m4: Likewise.
15711         * m4/physmem.m4: Likewise.
15712         * m4/pipe.m4: Likewise.
15713         * m4/po.m4: Likewise.
15714         * m4/poll.m4: Likewise.
15715         * m4/posixtm.m4: Likewise.
15716         * m4/posixver.m4: Likewise.
15717         * m4/printf-frexp.m4: Likewise.
15718         * m4/printf-frexpl.m4: Likewise.
15719         * m4/printf-posix.m4: Likewise.
15720         * m4/printf-posix-rpl.m4: Likewise.
15721         * m4/printf.m4: Likewise.
15722         * m4/progtest.m4: Likewise.
15723         * m4/putenv.m4: Likewise.
15724         * m4/readline.m4: Likewise.
15725         * m4/readlink.m4: Likewise.
15726         * m4/readutmp.m4: Likewise.
15727         * m4/realloc.m4: Likewise.
15728         * m4/regex.m4: Likewise.
15729         * m4/relocatable.m4: Likewise.
15730         * m4/relocatable-lib.m4: Likewise.
15731         * m4/rename-dest-slash.m4: Likewise.
15732         * m4/rename.m4: Likewise.
15733         * m4/rmdir-errno.m4: Likewise.
15734         * m4/rmdir.m4: Likewise.
15735         * m4/roundf.m4: Likewise.
15736         * m4/roundl.m4: Likewise.
15737         * m4/rpmatch.m4: Likewise.
15738         * m4/save-cwd.m4: Likewise.
15739         * m4/selinux-selinux-h.m4: Likewise.
15740         * m4/setenv.m4: Likewise.
15741         * m4/settime.m4: Likewise.
15742         * m4/sig2str.m4: Likewise.
15743         * m4/sig_atomic_t.m4: Likewise.
15744         * m4/signalblocking.m4: Likewise.
15745         * m4/signbit.m4: Likewise.
15746         * m4/sigpipe.m4: Likewise.
15747         * m4/sockets.m4: Likewise.
15748         * m4/sockpfaf.m4: Likewise.
15749         * m4/st_dm_mode.m4: Likewise.
15750         * m4/stat-time.m4: Likewise.
15751         * m4/stdbool.m4: Likewise.
15752         * m4/stdint.m4: Likewise.
15753         * m4/stdint_h.m4: Likewise.
15754         * m4/stpcpy.m4: Likewise.
15755         * m4/stpncpy.m4: Likewise.
15756         * m4/strcase.m4: Likewise.
15757         * m4/strchrnul.m4: Likewise.
15758         * m4/strcspn.m4: Likewise.
15759         * m4/strdup.m4: Likewise.
15760         * m4/strftime.m4: Likewise.
15761         * m4/strndup.m4: Likewise.
15762         * m4/strnlen.m4: Likewise.
15763         * m4/strpbrk.m4: Likewise.
15764         * m4/strptime.m4: Likewise.
15765         * m4/strsep.m4: Likewise.
15766         * m4/strtod.m4: Likewise.
15767         * m4/strtoimax.m4: Likewise.
15768         * m4/strtok_r.m4: Likewise.
15769         * m4/strtol.m4: Likewise.
15770         * m4/strtoll.m4: Likewise.
15771         * m4/strtoul.m4: Likewise.
15772         * m4/strtoull.m4: Likewise.
15773         * m4/strtoumax.m4: Likewise.
15774         * m4/strverscmp.m4: Likewise.
15775         * m4/threadlib.m4: Likewise.
15776         * m4/timegm.m4: Likewise.
15777         * m4/tm_gmtoff.m4: Likewise.
15778         * m4/tmpdir.m4: Likewise.
15779         * m4/tmpfile.m4: Likewise.
15780         * m4/tzset.m4: Likewise.
15781         * m4/uintmax_t.m4: Likewise.
15782         * m4/unlinkdir.m4: Likewise.
15783         * m4/unlocked-io.m4: Likewise.
15784         * m4/uptime.m4: Likewise.
15785         * m4/userspec.m4: Likewise.
15786         * m4/utimbuf.m4: Likewise.
15787         * m4/utime.m4: Likewise.
15788         * m4/utimes-null.m4: Likewise.
15789         * m4/utimes.m4: Likewise.
15790         * m4/vararrays.m4: Likewise.
15791         * m4/vasnprintf.m4: Likewise.
15792         * m4/vfprintf-posix.m4: Likewise.
15793         * m4/vprintf-posix.m4: Likewise.
15794         * m4/wait-process.m4: Likewise.
15795         * m4/wchar_t.m4: Likewise.
15796         * m4/wint_t.m4: Likewise.
15797         * m4/write-any-file.m4: Likewise.
15798         * m4/yield.m4: Likewise.
15799
15800 2009-01-13  Bruno Haible  <bruno@clisp.org>
15801
15802         Avoid test-copy-file.sh failures when ACL support insufficient.
15803         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
15804         TESTS_ENVIRONMENT.
15805         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
15806         Reported by Jim Meyering.
15807
15808 2009-01-13  Bruno Haible  <bruno@clisp.org>
15809
15810         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
15811         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
15812         * modules/unistdio/u8-printf-parse (Files): Likewise.
15813         * modules/unistdio/u32-printf-parse (Files): Likewise.
15814         * modules/unistdio/ulc-printf-parse (Files): Likewise.
15815
15816 2009-01-13  Simon Josefsson  <simon@josefsson.org>
15817
15818         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
15819         and m4/inttypes_h.m4 too.
15820
15821 2009-01-12  Eric Blake  <ebb9@byu.net>
15822
15823         tests: IRIX 6.2 cc can't compile -0.0 into .data
15824         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
15825         rather than at compile-time.
15826         * tests/test-floorl.c (minus_zero): Likewise.
15827         * tests/test-frexpl.c (minus_zero): Likewise.
15828         * tests/test-isnan.c (minus_zerol): Likewise.
15829         * tests/test-isnanl.h (minus_zero): Likewise.
15830         * tests/test-ldexpl.c (minus_zero): Likewise.
15831         * tests/test-roundl.c (minus_zero): Likewise.
15832         * tests/test-signbit.c (minus_zerol): Likewise.
15833         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
15834         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
15835         * tests/test-truncl.c (minus_zero): Likewise.
15836         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
15837         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
15838         Reported by Tom G. Christensen and Nelson H. F. Beebe.
15839
15840 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15841
15842         regex: fix glibc bug 9697
15843         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
15844         handling.
15845
15846 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15847
15848         regex: fix glibc bug 697
15849         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
15850         being NULL also if there are no backreferences.
15851
15852 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
15853
15854         regex: merge glibc changes
15855         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
15856         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
15857         re_string_skip_chars, re_string_reconstruct): Likewise.
15858         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
15859
15860 2009-01-07  Jim Meyering  <meyering@redhat.com>
15861
15862         poll: filter through cppi
15863         * lib/poll.c: Indent cpp directives to reflect nesting.
15864
15865 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
15866
15867         poll: don't return uninitialized
15868         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
15869
15870 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
15871
15872         avoid compile failure on AIX 6.1
15873         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
15874         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
15875
15876 2009-01-04  Jim Meyering  <meyering@redhat.com>
15877
15878         remove duplicate inclusion of <stdio.h>
15879         * tests/test-fprintf-posix.c: Likewise.
15880         * tests/test-printf-posix.c: Likewise.
15881         * tests/test-snprintf-posix.c: Likewise.
15882         * tests/test-sprintf-posix.c: Likewise.
15883         * tests/test-vasprintf-posix.c: Likewise.
15884         * tests/test-vfprintf-posix.c: Likewise.
15885         * tests/test-vprintf-posix.c: Likewise.
15886         * tests/test-vsnprintf-posix.c: Likewise.
15887         * tests/test-vsprintf-posix.c: Likewise.
15888
15889 2009-01-03  Jim Meyering  <meyering@redhat.com>
15890
15891         gnulib-tool: fix sed-based filtering
15892         * gnulib-tool (func_filter_filelist): Remove extra backslash
15893         in sed_fff_filter definition.
15894
15895 2009-01-02  Jim Meyering  <meyering@redhat.com>
15896
15897         strftime: avoid compilation failure on Solaris 2.6
15898         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
15899         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
15900         Don't #define mbrlen or mbsinit, since now they're guaranteed to
15901         be available.  Reported by Tom G. Christensen.  Details in
15902         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
15903
15904 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15905             Bruno Haible  <bruno@clisp.org>
15906
15907         Speed up gnulib-tool by doing more string processing through shell
15908         built-ins.
15909         * gnulib-tool (fast_func_append): New variable.
15910         (func_remove_prefix, func_remove_suffix): New functions.
15911         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
15912         (func_filter_filelist): New function.
15913         (func_get_dependencies): Use func_remove_suffix instead of sed.
15914         (func_get_automake_snippet): Use func_filter_filelist instead of a
15915         subshell and sed invocation.
15916
15917 2009-01-01  Bruno Haible  <bruno@clisp.org>
15918
15919         Fix a security bug.
15920         * gnulib-tool (func_import, import, update): Don't allow the characters
15921         '"', '$', '`', '\' in macro arguments that become part of commands that
15922         are evaluated.
15923
15924 2009-01-01  Bruno Haible  <bruno@clisp.org>
15925
15926         * gnulib-tool (func_reset_sigpipe): Add more comments.
15927
15928 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15929
15930         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
15931         func_emit_tests_Makefile_am, func_import): Abort loops early if we
15932         already know the answer.
15933
15934 2009-01-01  Jim Meyering  <meyering@redhat.com>
15935
15936         * lib/version-etc.c (version_etc_va): Update copyright year.
15937
15938 2008-12-30  Bruno Haible  <bruno@clisp.org>
15939
15940         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
15941         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
15942         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
15943
15944 2008-12-29  Eric Blake  <ebb9@byu.net>
15945
15946         multiarch: avoid autoconf AC_REQUIRE bug
15947         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
15948         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
15949         2.63 and older.
15950         Reported by Bruno Haible, and analyzed in
15951         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
15952
15953 2008-12-29  Bruno Haible  <bruno@clisp.org>
15954
15955         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
15956         files in subdirectories correctly.
15957         Reported by Ralf Wildenhues.
15958
15959 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15960
15961         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
15962         rather than 'join FILE -', for Solaris join.
15963
15964 2008-12-29  Bruno Haible  <bruno@clisp.org>
15965
15966         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
15967         quoting.
15968         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
15969         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
15970         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
15971         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
15972         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
15973         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
15974         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
15975         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
15976         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
15977         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
15978         * m4/nls.m4 (AM_NLS): Likewise.
15979         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
15980         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
15981         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
15982         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
15983         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
15984         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
15985         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
15986         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
15987         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
15988         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
15989         * m4/xsize.m4 (gl_XSIZE): Likewise.
15990         Suggested by Jim Meyering.
15991
15992 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15993
15994         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
15995         * lib/parse-duration.c: use a switch instead of cascading if's.
15996
15997 2008-12-29  Eric Blake  <ebb9@byu.net>
15998
15999         wchar.h: supply WEOF on Irix 5.3
16000         * lib/wchar.in.h (wint_t): Also supply WEOF.
16001         * lib/wctype.in.h (wint_t): Likewise.
16002         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
16003         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
16004         Reported by Tom G. Christensen.
16005
16006 2008-12-26  Bruno Haible  <bruno@clisp.org>
16007
16008         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
16009         i486, i586, i686.
16010
16011 2008-12-26  Bruno Haible  <bruno@clisp.org>
16012
16013         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
16014
16015 2008-12-26  Bruno Haible  <bruno@clisp.org>
16016
16017         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
16018         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
16019         not __STDC_CONSTANT_MACROS.
16020         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
16021
16022 2008-12-25  Bruno Haible  <bruno@clisp.org>
16023
16024         Add support for universal builds to vasnprintf.
16025         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
16026         universal builds, guess no.
16027         * modules/vasnprintf-posix (Depends-on): Add multiarch.
16028         * modules/vasprintf-posix (Depends-on): Likewise.
16029         * modules/fprintf-posix (Depends-on): Likewise.
16030         * modules/vfprintf-posix (Depends-on): Likewise.
16031         * modules/snprintf-posix (Depends-on): Likewise.
16032         * modules/vsnprintf-posix (Depends-on): Likewise.
16033         * modules/sprintf-posix (Depends-on): Likewise.
16034         * modules/vsprintf-posix (Depends-on): Likewise.
16035         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
16036         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
16037         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
16038         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
16039         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
16040         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
16041         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
16042
16043         Add support for universal builds to <inttypes.h>.
16044         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
16045         _SCNu64_PREFIX): In Apple
16046         universal builds, define directly, using _LP64.
16047         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
16048         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
16049         * modules/inttypes (Depends-on): Add multiarch.
16050         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16051
16052         Add support for universal builds to <stdint.h>.
16053         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
16054         universal builds, define directly, using _LP64.
16055         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
16056         Apple universal builds, don't test for the size and suffix of ptrdiff_t
16057         and size_t.
16058         * modules/stdint (Depends-on): Add multiarch.
16059         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
16060
16061         New module 'multiarch'.
16062         * modules/multiarch: New file.
16063         * m4/multiarch.m4: New file.
16064
16065 2008-12-25  Bruno Haible  <bruno@clisp.org>
16066
16067         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
16068
16069 2008-12-25  Bruno Haible  <bruno@clisp.org>
16070
16071         * modules/btowc (License): Relicense under LGPLv2+.
16072         * modules/mbsinit (License): Likewise.
16073         * modules/mbrtowc (License): Likewise.
16074         * modules/wcrtomb (License): Likewise.
16075         * modules/streq (License): Likewise.
16076         Reported by David Lutterkort <lutter@redhat.com>.
16077
16078 2008-12-23  Bruno Haible  <bruno@clisp.org>
16079
16080         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
16081
16082 2008-12-23  Bruno Haible  <bruno@clisp.org>
16083
16084         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
16085         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
16086         GETADDRINFO_LIB, not in LIBS.
16087         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
16088         * modules/canon-host (Link): Likewise.
16089         * NEWS: Mention the change.
16090         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
16091         GETADDRINFO_LIB.
16092
16093 2008-12-22  Bruno Haible  <bruno@clisp.org>
16094
16095         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
16096         * doc/posix-functions/iswalpha_l.texi: Likewise.
16097         * doc/posix-functions/iswblank_l.texi: Likewise.
16098         * doc/posix-functions/iswcntrl_l.texi: Likewise.
16099         * doc/posix-functions/iswctype_l.texi: Likewise.
16100         * doc/posix-functions/iswdigit_l.texi: Likewise.
16101         * doc/posix-functions/iswgraph_l.texi: Likewise.
16102         * doc/posix-functions/iswlower_l.texi: Likewise.
16103         * doc/posix-functions/iswprint_l.texi: Likewise.
16104         * doc/posix-functions/iswpunct_l.texi: Likewise.
16105         * doc/posix-functions/iswspace_l.texi: Likewise.
16106         * doc/posix-functions/iswupper_l.texi: Likewise.
16107         * doc/posix-functions/iswxdigit_l.texi: Likewise.
16108         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
16109         * doc/posix-functions/open_wmemstream.texi: Likewise.
16110         * doc/posix-functions/swscanf.texi: Likewise.
16111         * doc/posix-functions/towctrans_l.texi: Likewise.
16112         * doc/posix-functions/towlower.texi: Likewise.
16113         * doc/posix-functions/towlower_l.texi: Likewise.
16114         * doc/posix-functions/towupper.texi: Likewise.
16115         * doc/posix-functions/towupper_l.texi: Likewise.
16116         * doc/posix-functions/vfwprintf.texi: Likewise.
16117         * doc/posix-functions/vfwscanf.texi: Likewise.
16118         * doc/posix-functions/vswscanf.texi: Likewise.
16119         * doc/posix-functions/vwprintf.texi: Likewise.
16120         * doc/posix-functions/vwscanf.texi: Likewise.
16121         * doc/posix-functions/wcpcpy.texi: Likewise.
16122         * doc/posix-functions/wcpncpy.texi: Likewise.
16123         * doc/posix-functions/wcscasecmp.texi: Likewise.
16124         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
16125         * doc/posix-functions/wcscoll_l.texi: Likewise.
16126         * doc/posix-functions/wcsdup.texi: Likewise.
16127         * doc/posix-functions/wcsncasecmp.texi: Likewise.
16128         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
16129         * doc/posix-functions/wcsnlen.texi: Likewise.
16130         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16131         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
16132         * doc/posix-functions/wctrans_l.texi: Likewise.
16133         * doc/posix-functions/wctype_l.texi: Likewise.
16134         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
16135         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
16136         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
16137         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
16138         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
16139         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
16140         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
16141         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
16142         * doc/glibc-functions/wcschrnul.texi: Likewise.
16143         * doc/glibc-functions/wcsftime_l.texi: Likewise.
16144         * doc/glibc-functions/wcstod_l.texi: Likewise.
16145         * doc/glibc-functions/wcstof_l.texi: Likewise.
16146         * doc/glibc-functions/wcstol_l.texi: Likewise.
16147         * doc/glibc-functions/wcstold_l.texi: Likewise.
16148         * doc/glibc-functions/wcstoll_l.texi: Likewise.
16149         * doc/glibc-functions/wcstoq.texi: Likewise.
16150         * doc/glibc-functions/wcstoul_l.texi: Likewise.
16151         * doc/glibc-functions/wcstoull_l.texi: Likewise.
16152         * doc/glibc-functions/wcstouq.texi: Likewise.
16153         * doc/glibc-functions/wmempcpy.texi: Likewise.
16154
16155 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
16156             Eric Blake  <ebb9@byu.net>
16157             Paolo Bonzini  <bonzini@gnu.org>
16158             Bruno Haible  <bruno@clisp.org>
16159
16160         Make c-stack work on Haiku.
16161         * lib/c-stack.c (SA_ONSTACK): Define fallback.
16162         (c_stack_action): Use SA_ONSTACK flag.
16163
16164 2008-12-22  Bruno Haible  <bruno@clisp.org>
16165
16166         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
16167
16168 2008-12-22  Bruno Haible  <bruno@clisp.org>
16169
16170         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
16171         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
16172         being overridden.
16173         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
16174         New macros.
16175         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
16176         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
16177         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
16178         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
16179
16180 2008-12-22  Bruno Haible  <bruno@clisp.org>
16181
16182         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
16183         from test code.
16184
16185 2008-12-22  Eric Blake  <ebb9@byu.net>
16186
16187         Avoid gcc warnings on cygwin.
16188         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
16189         Avoid unused variable.
16190         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
16191         Likewise.
16192
16193 2008-12-22  Bruno Haible  <bruno@clisp.org>
16194
16195         Remove HAVE_MBRTOWC conditionals.
16196         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
16197         (mbscasecmp): Assume mbrtowc function.
16198         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
16199         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
16200         * lib/mbschr.c: Include mbuiter.h unconditionally.
16201         (mbschr): Assume mbrtowc function.
16202         * lib/mbscspn.c: Include mbuiter.h unconditionally.
16203         (mbscspn): Assume mbrtowc function.
16204         * lib/mbslen.c: Include mbuiter.h unconditionally.
16205         (mbslen): Assume mbrtowc function.
16206         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
16207         (mbsncasecmp): Assume mbrtowc function.
16208         * lib/mbsnlen.c: Include mbiter.h unconditionally.
16209         (mbsnlen): Assume mbrtowc function.
16210         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
16211         (mbspbrk): Assume mbrtowc function.
16212         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
16213         (mbspcasecmp): Assume mbrtowc function.
16214         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
16215         (mbsrchr): Assume mbrtowc function.
16216         * lib/mbssep.c: Include mbuiter.h unconditionally.
16217         (mbssep): Assume mbrtowc function.
16218         * lib/mbsspn.c: Include mbuiter.h unconditionally.
16219         (mbsspn): Assume mbrtowc function.
16220         * lib/mbsstr.c: Include mbuiter.h unconditionally.
16221         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
16222         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
16223         (mbstok_r): Assume mbrtowc function.
16224         * lib/propername.c: Include mbuiter.h unconditionally.
16225         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
16226         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
16227         (trim2): Assume mbrtowc function.
16228         * lib/mbswidth.c (mbsinit): Remove fallback definition.
16229         (mbsnwidth): Assume mbrtowc function.
16230         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
16231         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
16232         fallback definitions.
16233         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
16234
16235 2008-12-22  Bruno Haible  <bruno@clisp.org>
16236
16237         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
16238
16239 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
16240
16241         * modules/regex: Request emulations for the mb*/wc* functions we need.
16242         * m4/regex.m4: Don't look for those functions here.
16243         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
16244
16245 2008-12-22  Bruno Haible  <bruno@clisp.org>
16246
16247         * modules/fnmatch (Depends-on): Remove duplicated dependency.
16248
16249 2008-12-21  Bruno Haible  <bruno@clisp.org>
16250
16251         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
16252         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
16253         (Include): Remove conditionalization.
16254         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
16255         (Include): Remove conditionalization.
16256         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
16257         (Include): Remove conditionalization.
16258         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
16259         * m4/mbfile.m4 (gl_MBFILE): Likewise.
16260         * NEWS: Mention the change.
16261         Reported by Alan Hourihane <alanh@fairlite.co.uk>
16262         via Sergey Poznyakoff <gray@gnu.org.ua>.
16263
16264 2008-12-21  Bruno Haible  <bruno@clisp.org>
16265
16266         * MODULES.html.sh (Extended multibyte and wide character utilities
16267         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
16268         wcrtomb, wcsrtombs.
16269         (Support for systems lacking POSIX:2008): Add accept, bind, close,
16270         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
16271         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
16272         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
16273
16274 2008-12-21  Bruno Haible  <bruno@clisp.org>
16275
16276         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
16277
16278 2008-12-21  Bruno Haible  <bruno@clisp.org>
16279
16280         * modules/wcsnrtombs-tests: New file.
16281         * tests/test-wcsnrtombs1.sh: New file.
16282         * tests/test-wcsnrtombs2.sh: New file.
16283         * tests/test-wcsnrtombs3.sh: New file.
16284         * tests/test-wcsnrtombs4.sh: New file.
16285         * tests/test-wcsnrtombs.c: New file.
16286
16287         New module 'wcsnrtombs'.
16288         * lib/wchar.in.h (wcsnrtombs): New declaration.
16289         * lib/wcsnrtombs.c: New file.
16290         * lib/wcsrtombs-state.c: New file.
16291         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
16292         (internal_state): Remove variable.
16293         * m4/wcsnrtombs.m4: New file.
16294         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
16295         compilation units.
16296         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
16297         HAVE_WCSNRTOMBS.
16298         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
16299         HAVE_WCSNRTOMBS.
16300         * modules/wcsnrtombs: New file.
16301         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
16302         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
16303
16304 2008-12-21  Bruno Haible  <bruno@clisp.org>
16305
16306         * modules/wcsrtombs-tests: New file.
16307         * tests/test-wcsrtombs1.sh: New file.
16308         * tests/test-wcsrtombs2.sh: New file.
16309         * tests/test-wcsrtombs3.sh: New file.
16310         * tests/test-wcsrtombs4.sh: New file.
16311         * tests/test-wcsrtombs.c: New file.
16312
16313         New module 'wcsrtombs'.
16314         * lib/wchar.in.h (wcsrtombs): New declaration.
16315         * lib/wcsrtombs.c: New file.
16316         * m4/wcsrtombs.m4: New file.
16317         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
16318         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16319         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
16320         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
16321         * modules/wcsrtombs: New file.
16322         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
16323         bugs.
16324
16325 2008-12-21  Bruno Haible  <bruno@clisp.org>
16326
16327         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
16328         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
16329         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
16330         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
16331         if not correct.
16332         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
16333         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
16334         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16335         m4/locale-zh.m4, m4/codeset.m4.
16336         * doc/posix-functions/wcrtomb.texi: Document the bug.
16337
16338 2008-12-21  Bruno Haible  <bruno@clisp.org>
16339
16340         Work around a btowc() bug on IRIX 6.5.
16341         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
16342         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
16343         REPLACE_WTOBC if not.
16344         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
16345         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
16346         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
16347
16348 2008-12-21  Bruno Haible  <bruno@clisp.org>
16349
16350         * modules/wcrtomb-tests: New file.
16351         * tests/test-wcrtomb.sh: New file.
16352         * tests/test-wcrtomb.c: New file.
16353
16354         New module 'wcrtomb'.
16355         * lib/wchar.in.h (wcrtomb): New declaration.
16356         * lib/wcrtomb.c: New file.
16357         * m4/wcrtomb.m4: New file.
16358         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
16359         HAVE_WCRTOMB.
16360         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
16361         HAVE_WCRTOMB.
16362         * modules/wcrtomb: New file.
16363         * doc/posix-functions/wcrtomb.texi: Mention the new module.
16364
16365 2008-12-21  Bruno Haible  <bruno@clisp.org>
16366
16367         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
16368         * modules/mbsrtowcs (Files): Likewise.
16369         * modules/wctob (Files): Likewise.
16370         * modules/c-strcase-tests (Files): Likewise.
16371         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
16372         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
16373         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
16374         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
16375         * modules/vasnprintf-posix-tests (Files): Likewise.
16376
16377 2008-12-21  William Pursell  <bill.pursell@gmail.com>
16378
16379         gitlog-to-changelog: pass all command-line arguments to git-log
16380         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
16381         it is sometimes convenient to filter the commits in various ways.
16382         gitlog-to-changelog only allows --since to specify a start date,
16383         but git-log itself supports many other filtering mechanisms.
16384         At the moment, I want to filter by branch name.  Rather than
16385         adding a --branch option to gitlog-to-changelog, it seems more
16386         flexible to simply pass all options directly to git-log and let
16387         git do the work.  Notice that this effectively makes --since a
16388         redundant option for gitlog-to-changelog, but removing it would
16389         require current usage to change since calls would then require
16390         an additional '--'.
16391
16392 2008-12-21  Bruno Haible  <bruno@clisp.org>
16393
16394         * modules/mbsnrtowcs-tests: New file.
16395         * tests/test-mbsnrtowcs1.sh: New file.
16396         * tests/test-mbsnrtowcs2.sh: New file.
16397         * tests/test-mbsnrtowcs3.sh: New file.
16398         * tests/test-mbsnrtowcs4.sh: New file.
16399         * tests/test-mbsnrtowcs.c: New file.
16400
16401         New module 'mbsnrtowcs'.
16402         * lib/wchar.in.h (mbsnrtowcs): New declaration.
16403         * lib/mbsnrtowcs.c: New file.
16404         * lib/mbsrtowcs-state.c: New file.
16405         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
16406         (internal_state): Remove variable.
16407         * m4/mbsnrtowcs.m4: New file.
16408         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
16409         compilation units.
16410         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
16411         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16412         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
16413         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
16414         * modules/mbsnrtowcs: New file.
16415         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
16416         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
16417         portability problem.
16418
16419 2008-12-21  Bruno Haible  <bruno@clisp.org>
16420
16421         Work around mbsrtowcs bug.
16422         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
16423         (gl_FUNC_MBSRTOWCS): Invoke it.
16424         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16425         m4/locale-zh.m4.
16426         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
16427
16428 2008-12-21  Bruno Haible  <bruno@clisp.org>
16429
16430         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
16431
16432 2008-12-21  Bruno Haible  <bruno@clisp.org>
16433
16434         Update doc for AIX.
16435         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
16436         16-bit wchar_t type.
16437         * doc/posix-functions/btowc.texi: Likewise.
16438         * doc/posix-functions/fgetwc.texi: Likewise.
16439         * doc/posix-functions/fgetws.texi: Likewise.
16440         * doc/posix-functions/fputwc.texi: Likewise.
16441         * doc/posix-functions/fputws.texi: Likewise.
16442         * doc/posix-functions/fwide.texi: Likewise.
16443         * doc/posix-functions/fwprintf.texi: Likewise.
16444         * doc/posix-functions/fwscanf.texi: Likewise.
16445         * doc/posix-functions/getwchar.texi: Likewise.
16446         * doc/posix-functions/getwc.texi: Likewise.
16447         * doc/posix-functions/iswalnum.texi: Likewise.
16448         * doc/posix-functions/iswalpha.texi: Likewise.
16449         * doc/posix-functions/iswblank.texi: Likewise.
16450         * doc/posix-functions/iswcntrl.texi: Likewise.
16451         * doc/posix-functions/iswctype.texi: Likewise.
16452         * doc/posix-functions/iswdigit.texi: Likewise.
16453         * doc/posix-functions/iswgraph.texi: Likewise.
16454         * doc/posix-functions/iswlower.texi: Likewise.
16455         * doc/posix-functions/iswprint.texi: Likewise.
16456         * doc/posix-functions/iswpunct.texi: Likewise.
16457         * doc/posix-functions/iswspace.texi: Likewise.
16458         * doc/posix-functions/iswupper.texi: Likewise.
16459         * doc/posix-functions/iswxdigit.texi: Likewise.
16460         * doc/posix-functions/mbrtowc.texi: Likewise.
16461         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16462         * doc/posix-functions/mbstowcs.texi: Likewise.
16463         * doc/posix-functions/mbtowc.texi: Likewise.
16464         * doc/posix-functions/putwchar.texi: Likewise.
16465         * doc/posix-functions/putwc.texi: Likewise.
16466         * doc/posix-functions/swprintf.texi: Likewise.
16467         * doc/posix-functions/tolower.texi: Likewise.
16468         * doc/posix-functions/toupper.texi: Likewise.
16469         * doc/posix-functions/towctrans.texi: Likewise.
16470         * doc/posix-functions/ungetwc.texi: Likewise.
16471         * doc/posix-functions/vswprintf.texi: Likewise.
16472         * doc/posix-functions/wcrtomb.texi: Likewise.
16473         * doc/posix-functions/wcscat.texi: Likewise.
16474         * doc/posix-functions/wcschr.texi: Likewise.
16475         * doc/posix-functions/wcscmp.texi: Likewise.
16476         * doc/posix-functions/wcscoll.texi: Likewise.
16477         * doc/posix-functions/wcscpy.texi: Likewise.
16478         * doc/posix-functions/wcscspn.texi: Likewise.
16479         * doc/posix-functions/wcsftime.texi: Likewise.
16480         * doc/posix-functions/wcslen.texi: Likewise.
16481         * doc/posix-functions/wcsncat.texi: Likewise.
16482         * doc/posix-functions/wcsncmp.texi: Likewise.
16483         * doc/posix-functions/wcsncpy.texi: Likewise.
16484         * doc/posix-functions/wcspbrk.texi: Likewise.
16485         * doc/posix-functions/wcsrchr.texi: Likewise.
16486         * doc/posix-functions/wcsrtombs.texi: Likewise.
16487         * doc/posix-functions/wcsspn.texi: Likewise.
16488         * doc/posix-functions/wcsstr.texi: Likewise.
16489         * doc/posix-functions/wcstod.texi: Likewise.
16490         * doc/posix-functions/wcstof.texi: Likewise.
16491         * doc/posix-functions/wcstoimax.texi: Likewise.
16492         * doc/posix-functions/wcstok.texi: Likewise.
16493         * doc/posix-functions/wcstold.texi: Likewise.
16494         * doc/posix-functions/wcstoll.texi: Likewise.
16495         * doc/posix-functions/wcstol.texi: Likewise.
16496         * doc/posix-functions/wcstombs.texi: Likewise.
16497         * doc/posix-functions/wcstoull.texi: Likewise.
16498         * doc/posix-functions/wcstoul.texi: Likewise.
16499         * doc/posix-functions/wcstoumax.texi: Likewise.
16500         * doc/posix-functions/wcswidth.texi: Likewise.
16501         * doc/posix-functions/wcsxfrm.texi: Likewise.
16502         * doc/posix-functions/wctob.texi: Likewise.
16503         * doc/posix-functions/wctomb.texi: Likewise.
16504         * doc/posix-functions/wctrans.texi: Likewise.
16505         * doc/posix-functions/wctype.texi: Likewise.
16506         * doc/posix-functions/wcwidth.texi: Likewise.
16507         * doc/posix-functions/wmemchr.texi: Likewise.
16508         * doc/posix-functions/wmemcmp.texi: Likewise.
16509         * doc/posix-functions/wmemcpy.texi: Likewise.
16510         * doc/posix-functions/wmemmove.texi: Likewise.
16511         * doc/posix-functions/wmemset.texi: Likewise.
16512         * doc/posix-functions/wprintf.texi: Likewise.
16513         * doc/posix-functions/wscanf.texi: Likewise.
16514
16515 2008-12-21  Bruno Haible  <bruno@clisp.org>
16516
16517         Update doc for HP-UX 11.11.
16518         * doc/posix-functions/btowc.texi: Clarify that the function is missing
16519         in HP-UX version 11.00, not in all versions of HP-UX 11.
16520         * doc/posix-functions/fwide.texi: Likewise.
16521         * doc/posix-functions/fwprintf.texi: Likewise.
16522         * doc/posix-functions/fwscanf.texi: Likewise.
16523         * doc/posix-functions/inet_ntop.texi: Likewise.
16524         * doc/posix-functions/inet_pton.texi: Likewise.
16525         * doc/posix-functions/mbrlen.texi: Likewise.
16526         * doc/posix-functions/mbrtowc.texi: Likewise.
16527         * doc/posix-functions/mbsinit.texi: Likewise.
16528         * doc/posix-functions/mbsrtowcs.texi: Likewise.
16529         * doc/posix-functions/swprintf.texi: Likewise.
16530         * doc/posix-functions/swscanf.texi: Likewise.
16531         * doc/posix-functions/towctrans.texi: Likewise.
16532         * doc/posix-functions/vfwprintf.texi: Likewise.
16533         * doc/posix-functions/vswprintf.texi: Likewise.
16534         * doc/posix-functions/vwprintf.texi: Likewise.
16535         * doc/posix-functions/wcrtomb.texi: Likewise.
16536         * doc/posix-functions/wcsrtombs.texi: Likewise.
16537         * doc/posix-functions/wcsstr.texi: Likewise.
16538         * doc/posix-functions/wctob.texi: Likewise.
16539         * doc/posix-functions/wctrans.texi: Likewise.
16540         * doc/posix-functions/wmemchr.texi: Likewise.
16541         * doc/posix-functions/wmemcmp.texi: Likewise.
16542         * doc/posix-functions/wmemcpy.texi: Likewise.
16543         * doc/posix-functions/wmemmove.texi: Likewise.
16544         * doc/posix-functions/wmemset.texi: Likewise.
16545         * doc/posix-functions/wprintf.texi: Likewise.
16546         * doc/posix-functions/wscanf.texi: Likewise.
16547
16548 2008-12-21  Bruno Haible  <bruno@clisp.org>
16549
16550         Work around a portability problem.
16551         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
16552         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
16553
16554 2008-12-20  Bruno Haible  <bruno@clisp.org>
16555
16556         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
16557         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
16558         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
16559         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
16560         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
16561
16562         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
16563         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
16564         set.
16565         (GNULIB_defined_mbstate_t): New macro.
16566         (mbsinit): Redefine if REPLACE_MBSINIT is set.
16567         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
16568         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
16569         reuses the system's mbrtowc function but works around the bugs.
16570         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
16571         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
16572         macros.
16573         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
16574         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
16575         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
16576         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
16577         REPLACE_MBSINIT if mbsinit needs to be overridden.
16578         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
16579         REPLACE_MBSINIT, REPLACE_MBRTOWC.
16580         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
16581         REPLACE_MBSINIT, REPLACE_MBRTOWC.
16582         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
16583         m4/locale-zh.m4.
16584         (Depends): Add mbsinit.
16585         * modules/mbsinit (Depends): Add mbrtowc.
16586         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
16587
16588 2008-12-20  Bruno Haible  <bruno@clisp.org>
16589
16590         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
16591         so that there are no conversion errors on AIX.
16592         * tests/test-mbsrtowcs.c (main): LIkewise.
16593
16594 2008-12-20  Bruno Haible  <bruno@clisp.org>
16595
16596         Work around wctob bug on Solaris <= 9.
16597         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
16598         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
16599         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
16600         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
16601         * modules/wctob (Files): Add m4/locale-fr.m4.
16602         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
16603
16604 2008-12-20  Bruno Haible  <bruno@clisp.org>
16605
16606         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
16607         /dev/null.
16608         * tests/test-select-in.sh: Likewise.
16609         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16610
16611 2008-12-20  Bruno Haible  <bruno@clisp.org>
16612
16613         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
16614         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
16615         Cygwin 1.5.x.
16616
16617 2008-12-20  Bruno Haible  <bruno@clisp.org>
16618
16619         Ensure mbstate_t is defined on HP-UX 11.11.
16620         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
16621         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
16622         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
16623         AC_USE_SYSTEM_EXTENSIONS.
16624         * modules/fnmatch (Depends-on): Add extensions.
16625         * modules/mbrlen (Depends-on): Likewise.
16626         * modules/mbrtowc (Depends-on): Likewise.
16627         * modules/mbsinit (Depends-on): Likewise.
16628         * modules/mbsrtowcs (Depends-on): Likewise.
16629         * modules/mbswidth (Depends-on): Likewise.
16630         * modules/quotearg (Depends-on): Likewise.
16631         * modules/strftime (Depends-on): Likewise.
16632
16633 2008-12-20  Bruno Haible  <bruno@clisp.org>
16634
16635         Ensure wctob is declared on IRIX 6.5.
16636         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
16637         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
16638         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
16639         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
16640         of HAVE_WCTOB.
16641         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
16642         HAVE_WCTOB.
16643         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
16644
16645 2008-12-19  Bruno Haible  <bruno@clisp.org>
16646
16647         * modules/mbsrtowcs-tests: New file.
16648         * tests/test-mbsrtowcs1.sh: New file.
16649         * tests/test-mbsrtowcs2.sh: New file.
16650         * tests/test-mbsrtowcs3.sh: New file.
16651         * tests/test-mbsrtowcs4.sh: New file.
16652         * tests/test-mbsrtowcs.c: New file.
16653
16654         New module 'mbsrtowcs'.
16655         * lib/wchar.in.h (mbsrtowcs): New declaration.
16656         * lib/mbsrtowcs.c: New file.
16657         * m4/mbsrtowcs.m4: New file.
16658         * modules/mbsrtowcs: New file.
16659         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
16660         HAVE_MBSRTOWCS.
16661         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
16662         HAVE_MBSRTOWCS.
16663         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
16664
16665 2008-12-19  Bruno Haible  <bruno@clisp.org>
16666
16667         New module 'mbrlen'.
16668         * lib/wchar.in.h (mbrlen): New declaration.
16669         * lib/mbrlen.c: New file.
16670         * m4/mbrlen.m4: New file.
16671         * modules/mbrlen: New file.
16672         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
16673         HAVE_MBRLEN.
16674         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
16675         HAVE_MBRLEN.
16676         * doc/posix-functions/mbrlen.texi: Document the new module.
16677
16678 2008-12-19  Bruno Haible  <bruno@clisp.org>
16679
16680         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
16681         * modules/mbrtowc (Depends-on): Add verify.
16682         Suggested by Paul Eggert.
16683
16684 2008-12-18  Bruno Haible  <bruno@clisp.org>
16685
16686         * modules/mbsinit-tests: New file.
16687         * tests/test-mbsinit.sh: New file.
16688         * tests/test-mbsinit.c: New file.
16689
16690 2008-12-18  Bruno Haible  <bruno@clisp.org>
16691
16692         * modules/mbrtowc-tests: New file.
16693         * tests/test-mbrtowc1.sh: New file.
16694         * tests/test-mbrtowc2.sh: New file.
16695         * tests/test-mbrtowc3.sh: New file.
16696         * tests/test-mbrtowc4.sh: New file.
16697         * tests/test-mbrtowc.c: New file.
16698
16699         New module 'mbrtowc'.
16700         * lib/wchar.in.h (mbstate_t): Override when the system does not have
16701         mbsinit and mbrtowc.
16702         (mbrtowc): New declaration.
16703         * lib/mbrtowc.c: New file.
16704         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
16705         * modules/mbrtowc: New file.
16706         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
16707         HAVE_MBRTOWC.
16708         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
16709         HAVE_MBRTOWC.
16710         * doc/posix-functions/mbrtowc.texi: Document the new module.
16711
16712 2008-12-18  Bruno Haible  <bruno@clisp.org>
16713
16714         New module 'wctob'.
16715         * lib/wchar.in.h (wctob): New declaration.
16716         * lib/wctob.c: New file.
16717         * m4/wctob.m4: New file.
16718         * modules/wctob: New file.
16719         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
16720         HAVE_WCTOB.
16721         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
16722         * doc/posix-functions/wctob.texi: Document the new module.
16723
16724 2008-12-18  Bruno Haible  <bruno@clisp.org>
16725
16726         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
16727         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
16728
16729 2008-12-18  Simon Josefsson  <simon@josefsson.org>
16730
16731         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
16732         G. Christensen" <tgc@jupiterrise.com>.
16733
16734         * lib/flock.c: Need to include errno.h.  Reported by "Tom
16735         G. Christensen" <tgc@jupiterrise.com>.
16736
16737         * lib/flock.c: Need to include string.h.  Reported by "Tom
16738         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
16739         <ebb9@byu.net>.
16740
16741 2008-12-18  Bruno Haible  <bruno@clisp.org>
16742
16743         * m4/locale-ja.m4: New file, from GNU gettext.
16744
16745 2008-12-17  Bruno Haible  <bruno@clisp.org>
16746
16747         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
16748         Suggested by Eric Blake.
16749
16750 2008-12-17  Bruno Haible  <bruno@clisp.org>
16751
16752         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
16753
16754 2008-12-17  Bruno Haible  <bruno@clisp.org>
16755
16756         * lib/mbsinit.c: Include verify.h. Verify an assumption.
16757         * modules/mbsinit (Depends-on): Add verify.
16758         Suggested by Paul Eggert.
16759
16760 2008-12-17  Bruno Haible  <bruno@clisp.org>
16761
16762         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
16763         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
16764         gl_FUNC_MBRTOWC.
16765         * m4/mbiter.m4 (gl_MBITER): LIkewise.
16766         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
16767         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
16768         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
16769         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
16770         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
16771         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
16772         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
16773         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
16774         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
16775         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
16776         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
16777         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
16778         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
16779         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
16780         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
16781         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
16782         * modules/trim (configure.ac): Likewise.
16783
16784 2008-12-17  Bruno Haible  <bruno@clisp.org>
16785
16786         * modules/btowc-tests: New file.
16787         * tests/test-btowc1.sh: New file.
16788         * tests/test-btowc2.sh: New file.
16789         * tests/test-btowc.c: New file.
16790
16791         New module 'btowc'.
16792         * lib/wchar.in.h (btowc): New declaration.
16793         * lib/btowc.c: New file.
16794         * m4/btowc.m4: New file.
16795         * modules/btowc: New file.
16796         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
16797         HAVE_BTOWC.
16798         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
16799         * doc/posix-functions/btowc.texi: Document the new module.
16800
16801 2008-12-17  Bruno Haible  <bruno@clisp.org>
16802
16803         New module 'mbsinit'.
16804         * lib/wchar.in.h (mbsinit): New declaration.
16805         * lib/mbsinit.c: New file.
16806         * m4/mbsinit.m4: New file.
16807         * modules/mbsinit: New file.
16808         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
16809         HAVE_MBSINIT.
16810         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
16811         HAVE_MBSINIT.
16812         * doc/posix-functions/mbsinit.texi: Document the new module.
16813
16814 2008-12-16  Bruno Haible  <bruno@clisp.org>
16815
16816         * lib/unistd.in.h: Add comment.
16817         * tests/test-environ.c: Don't include <stdlib.h>.
16818
16819 2008-12-16  Bruno Haible  <bruno@clisp.org>
16820
16821         * lib/parse-duration.h (parse_duration): Document return value
16822         convention.
16823         * lib/parse-duration.c: Include specification header first. Add
16824         comments.
16825         (_): Remove macro.
16826         (parse_year_month_day, parse_hour_minute_second): Move side effects
16827         outside of strchr call.
16828         (parse_non_iso8601): Move side effects outside of isspace call.
16829         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
16830         call.
16831
16832 2008-12-16  Bruno Haible  <bruno@clisp.org>
16833
16834         * tests/test-parse-duration.sh: Produce no output when the test
16835         succeeds.
16836
16837 2008-12-16  Bruno Haible  <bruno@clisp.org>
16838
16839         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
16840         expressions.
16841
16842 2008-12-15  Bruno Haible  <bruno@clisp.org>
16843
16844         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
16845         * doc/glibc-functions/flistxattr.texi: Likewise.
16846         * doc/glibc-functions/fopencookie.texi: Likewise.
16847         * doc/glibc-functions/fremovexattr.texi: Likewise.
16848         * doc/glibc-functions/fsetxattr.texi: Likewise.
16849         * doc/glibc-functions/getxattr.texi: Likewise.
16850         * doc/glibc-functions/lgetxattr.texi: Likewise.
16851         * doc/glibc-functions/listxattr.texi: Likewise.
16852         * doc/glibc-functions/llistxattr.texi: Likewise.
16853         * doc/glibc-functions/lremovexattr.texi: Likewise.
16854         * doc/glibc-functions/lsetxattr.texi: Likewise.
16855         * doc/glibc-functions/removexattr.texi: Likewise.
16856         * doc/glibc-functions/setxattr.texi: Likewise.
16857         * doc/posix-functions/open_memstream.texi: Likewise.
16858
16859 2008-12-15  Eric Blake  <ebb9@byu.net>
16860
16861         Update doc for cygwin 1.7.
16862         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
16863         functions.
16864         * doc/posix-functions/fchmodat.texi: Likewise.
16865         * doc/posix-functions/fchownat.texi: Likewise.
16866         * doc/posix-functions/fdopendir.texi: Likewise.
16867         * doc/posix-functions/fmemopen.texi: Likewise.
16868         * doc/posix-functions/freeaddrinfo.texi: Likewise.
16869         * doc/posix-functions/fstatat.texi: Likewise.
16870         * doc/posix-functions/futimens.texi: Likewise.
16871         * doc/posix-functions/gai_strerror.texi: Likewise.
16872         * doc/posix-functions/getaddrinfo.texi: Likewise.
16873         * doc/posix-functions/getnameinfo.texi: Likewise.
16874         * doc/posix-functions/if_freenameindex.texi: Likewise.
16875         * doc/posix-functions/if_indextoname.texi: Likewise.
16876         * doc/posix-functions/if_nameindex.texi: Likewise.
16877         * doc/posix-functions/if_nametoindex.texi: Likewise.
16878         * doc/posix-functions/insque.texi: Likewise.
16879         * doc/posix-functions/linkat.texi: Likewise.
16880         * doc/posix-functions/llrint.texi: Likewise.
16881         * doc/posix-functions/llrintf.texi: Likewise.
16882         * doc/posix-functions/llrintl.texi: Likewise.
16883         * doc/posix-functions/lockf.texi: Likewise.
16884         * doc/posix-functions/lrintl.texi: Likewise.
16885         * doc/posix-functions/mkdirat.texi: Likewise.
16886         * doc/posix-functions/mkfifoat.texi: Likewise.
16887         * doc/posix-functions/mknodat.texi: Likewise.
16888         * doc/posix-functions/mq_close.texi: Likewise.
16889         * doc/posix-functions/mq_getattr.texi: Likewise.
16890         * doc/posix-functions/mq_notify.texi: Likewise.
16891         * doc/posix-functions/mq_open.texi: Likewise.
16892         * doc/posix-functions/mq_receive.texi: Likewise.
16893         * doc/posix-functions/mq_send.texi: Likewise.
16894         * doc/posix-functions/mq_setattr.texi: Likewise.
16895         * doc/posix-functions/mq_timedreceive.texi: Likewise.
16896         * doc/posix-functions/mq_timedsend.texi: Likewise.
16897         * doc/posix-functions/mq_unlink.texi: Likewise.
16898         * doc/posix-functions/open_memstream.texi: Likewise.
16899         * doc/posix-functions/openat.texi: Likewise.
16900         * doc/posix-functions/posix_fadvise.texi: Likewise.
16901         * doc/posix-functions/posix_fallocate.texi: Likewise.
16902         * doc/posix-functions/posix_madvise.texi: Likewise.
16903         * doc/posix-functions/posix_memalign.texi: Likewise.
16904         * doc/posix-functions/posix_openpt.texi: Likewise.
16905         * doc/posix-functions/readlinkat.texi: Likewise.
16906         * doc/posix-functions/remque.texi: Likewise.
16907         * doc/posix-functions/renameat.texi: Likewise.
16908         * doc/posix-functions/rintl.texi: Likewise.
16909         * doc/posix-functions/sem_unlink.texi: Likewise.
16910         * doc/posix-functions/shm_open.texi: Likewise.
16911         * doc/posix-functions/shm_unlink.texi: Likewise.
16912         * doc/posix-functions/signgam.texi: Likewise.
16913         * doc/posix-functions/sigset.texi: Likewise.
16914         * doc/posix-functions/stpcpy.texi: Likewise.
16915         * doc/posix-functions/stpncpy.texi: Likewise.
16916         * doc/posix-functions/strerror.texi: Likewise.
16917         * doc/posix-functions/strtod.texi: Likewise.
16918         * doc/posix-functions/symlinkat.texi: Likewise.
16919         * doc/posix-functions/unlinkat.texi: Likewise.
16920         * doc/posix-functions/utimensat.texi: Likewise.
16921         * doc/glibc-functions/bindresvport.texi: Likewise.
16922         * doc/glibc-functions/dn_expand.texi: Likewise.
16923         * doc/glibc-functions/exp10.texi: Likewise.
16924         * doc/glibc-functions/exp10f.texi: Likewise.
16925         * doc/glibc-functions/fgetxattr.texi: Likewise.
16926         * doc/glibc-functions/flistxattr.texi: Likewise.
16927         * doc/glibc-functions/fopencookie.texi: Likewise.
16928         * doc/glibc-functions/freeifaddrs.texi: Likewise.
16929         * doc/glibc-functions/fremovexattr.texi: Likewise.
16930         * doc/glibc-functions/fsetxattr.texi: Likewise.
16931         * doc/glibc-functions/getifaddrs.texi: Likewise.
16932         * doc/glibc-functions/getxattr.texi: Likewise.
16933         * doc/glibc-functions/lgetxattr.texi: Likewise.
16934         * doc/glibc-functions/listxattr.texi: Likewise.
16935         * doc/glibc-functions/llistxattr.texi: Likewise.
16936         * doc/glibc-functions/lremovexattr.texi: Likewise.
16937         * doc/glibc-functions/lsetxattr.texi: Likewise.
16938         * doc/glibc-functions/pow10.texi: Likewise.
16939         * doc/glibc-functions/pow10f.texi: Likewise.
16940         * doc/glibc-functions/rcmd_af.texi: Likewise.
16941         * doc/glibc-functions/removexattr.texi: Likewise.
16942         * doc/glibc-functions/res_init.texi: Likewise.
16943         * doc/glibc-functions/res_mkquery.texi: Likewise.
16944         * doc/glibc-functions/res_query.texi: Likewise.
16945         * doc/glibc-functions/res_querydomain.texi: Likewise.
16946         * doc/glibc-functions/res_send.texi: Likewise.
16947         * doc/glibc-functions/rresvport_af.texi: Likewise.
16948         * doc/glibc-functions/setxattr.texi: Likewise.
16949         * doc/glibc-functions/strcasestr.texi: Likewise.
16950
16951 2008-12-15  Bruno Haible  <bruno@clisp.org>
16952
16953         Fix compilation error on OSF/1 4.0.
16954         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
16955         <sys/time.h>, simply delegate to the system header.
16956         Reported by Daniel Richard G. <oss@teragram.com>.
16957
16958 2008-12-15  Bruno Haible  <bruno@clisp.org>
16959
16960         * doc/posix-functions/openat.texi: Mention the 'openat' module.
16961         * doc/posix-functions/fchmodat.texi: Likewise.
16962         * doc/posix-functions/fchownat.texi: Likewise.
16963         * doc/posix-functions/fdopendir.texi: Likewise.
16964         * doc/posix-functions/fstatat.texi: Likewise.
16965         * doc/posix-functions/mkdirat.texi: Likewise.
16966         * doc/posix-functions/unlinkat.texi: Likewise.
16967
16968 2008-12-14  Bruno Haible  <bruno@clisp.org>
16969
16970         Update doc for POSIX:2008.
16971         * doc/posix-functions/faccessat.texi: New file.
16972         * doc/posix-functions/fchmodat.texi: New file.
16973         * doc/posix-functions/fchownat.texi: New file.
16974         * doc/posix-functions/fdopendir.texi: New file.
16975         * doc/posix-functions/fstatat.texi: New file.
16976         * doc/posix-functions/futimens.texi: New file.
16977         * doc/posix-functions/linkat.texi: New file.
16978         * doc/posix-functions/mkdirat.texi: New file.
16979         * doc/posix-functions/mkfifoat.texi: New file.
16980         * doc/posix-functions/mknodat.texi: New file.
16981         * doc/posix-functions/open_wmemstream.texi: New file.
16982         * doc/posix-functions/openat.texi: New file.
16983         * doc/posix-functions/psiginfo.texi: New file.
16984         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
16985         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
16986         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
16987         * doc/posix-functions/readlinkat.texi: New file.
16988         * doc/posix-functions/renameat.texi: New file.
16989         * doc/posix-functions/strerror_l.texi: New file.
16990         * doc/posix-functions/symlinkat.texi: New file.
16991         * doc/posix-functions/unlinkat.texi: New file.
16992         * doc/posix-functions/utimensat.texi: New file.
16993         * doc/gnulib.texi (Function Substitutes): Add these subsections.
16994
16995 2008-12-14  Bruno Haible  <bruno@clisp.org>
16996
16997         Update doc for POSIX:2008.
16998         * doc/posix-functions/alphasort.texi: Renamed from
16999         doc/glibc-functions/alphasort.texi.
17000         * doc/posix-functions/dirfd.texi: Renamed from
17001         doc/glibc-functions/dirfd.texi.
17002         * doc/posix-functions/dprintf.texi: Renamed from
17003         doc/glibc-functions/dprintf.texi.
17004         * doc/posix-functions/duplocale.texi: Renamed from
17005         doc/glibc-functions/duplocale.texi.
17006         * doc/posix-functions/fexecve.texi: Renamed from
17007         doc/glibc-functions/fexecve.texi.
17008         * doc/posix-functions/fmemopen.texi: Renamed from
17009         doc/glibc-functions/fmemopen.texi.
17010         * doc/posix-functions/freelocale.texi: Renamed from
17011         doc/glibc-functions/freelocale.texi.
17012         * doc/posix-functions/getdate_err.texi: Renamed from
17013         doc/glibc-functions/getdate_err.texi.
17014         * doc/posix-functions/isalnum_l.texi: Renamed from
17015         doc/glibc-functions/isalnum_l.texi.
17016         * doc/posix-functions/isalpha_l.texi: Renamed from
17017         doc/glibc-functions/isalpha_l.texi.
17018         * doc/posix-functions/isblank_l.texi: Renamed from
17019         doc/glibc-functions/isblank_l.texi.
17020         * doc/posix-functions/iscntrl_l.texi: Renamed from
17021         doc/glibc-functions/iscntrl_l.texi.
17022         * doc/posix-functions/isdigit_l.texi: Renamed from
17023         doc/glibc-functions/isdigit_l.texi.
17024         * doc/posix-functions/isgraph_l.texi: Renamed from
17025         doc/glibc-functions/isgraph_l.texi.
17026         * doc/posix-functions/islower_l.texi: Renamed from
17027         doc/glibc-functions/islower_l.texi.
17028         * doc/posix-functions/isprint_l.texi: Renamed from
17029         doc/glibc-functions/isprint_l.texi.
17030         * doc/posix-functions/ispunct_l.texi: Renamed from
17031         doc/glibc-functions/ispunct_l.texi.
17032         * doc/posix-functions/isspace_l.texi: Renamed from
17033         doc/glibc-functions/isspace_l.texi.
17034         * doc/posix-functions/isupper_l.texi: Renamed from
17035         doc/glibc-functions/isupper_l.texi.
17036         * doc/posix-functions/iswalnum_l.texi: Renamed from
17037         doc/glibc-functions/iswalnum_l.texi.
17038         * doc/posix-functions/iswalpha_l.texi: Renamed from
17039         doc/glibc-functions/iswalpha_l.texi.
17040         * doc/posix-functions/iswblank_l.texi: Renamed from
17041         doc/glibc-functions/iswblank_l.texi.
17042         * doc/posix-functions/iswcntrl_l.texi: Renamed from
17043         doc/glibc-functions/iswcntrl_l.texi.
17044         * doc/posix-functions/iswctype_l.texi: Renamed from
17045         doc/glibc-functions/iswctype_l.texi.
17046         * doc/posix-functions/iswdigit_l.texi: Renamed from
17047         doc/glibc-functions/iswdigit_l.texi.
17048         * doc/posix-functions/iswgraph_l.texi: Renamed from
17049         doc/glibc-functions/iswgraph_l.texi.
17050         * doc/posix-functions/iswlower_l.texi: Renamed from
17051         doc/glibc-functions/iswlower_l.texi.
17052         * doc/posix-functions/iswprint_l.texi: Renamed from
17053         doc/glibc-functions/iswprint_l.texi.
17054         * doc/posix-functions/iswpunct_l.texi: Renamed from
17055         doc/glibc-functions/iswpunct_l.texi.
17056         * doc/posix-functions/iswspace_l.texi: Renamed from
17057         doc/glibc-functions/iswspace_l.texi.
17058         * doc/posix-functions/iswupper_l.texi: Renamed from
17059         doc/glibc-functions/iswupper_l.texi.
17060         * doc/posix-functions/iswxdigit_l.texi: Renamed from
17061         doc/glibc-functions/iswxdigit_l.texi.
17062         * doc/posix-functions/isxdigit_l.texi: Renamed from
17063         doc/glibc-functions/isxdigit_l.texi.
17064         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
17065         doc/glibc-functions/mbsnrtowcs.texi.
17066         * doc/posix-functions/mkdtemp.texi: Renamed from
17067         doc/glibc-functions/mkdtemp.texi.
17068         * doc/posix-functions/newlocale.texi: Renamed from
17069         doc/glibc-functions/newlocale.texi.
17070         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
17071         doc/glibc-functions/nl_langinfo_l.texi.
17072         * doc/posix-functions/open_memstream.texi: Renamed from
17073         doc/glibc-functions/open_memstream.texi.
17074         * doc/posix-functions/opterr.texi: Renamed from
17075         doc/glibc-functions/opterr.texi.
17076         * doc/posix-functions/optind.texi: Renamed from
17077         doc/glibc-functions/optind.texi.
17078         * doc/posix-functions/optopt.texi: Renamed from
17079         doc/glibc-functions/optopt.texi.
17080         * doc/posix-functions/psignal.texi: Renamed from
17081         doc/glibc-functions/psignal.texi.
17082         * doc/posix-functions/scandir.texi: Renamed from
17083         doc/glibc-functions/scandir.texi.
17084         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
17085         doc/glibc-functions/sched_get_priority_min.texi.
17086         * doc/posix-functions/signgam.texi: Renamed from
17087         doc/glibc-functions/signgam.texi.
17088         * doc/posix-functions/stpcpy.texi: Renamed from
17089         doc/glibc-functions/stpcpy.texi.
17090         * doc/posix-functions/stpncpy.texi: Renamed from
17091         doc/glibc-functions/stpncpy.texi.
17092         * doc/posix-functions/strcasecmp_l.texi: Renamed from
17093         doc/glibc-functions/strcasecmp_l.texi.
17094         * doc/posix-functions/strcoll_l.texi: Renamed from
17095         doc/glibc-functions/strcoll_l.texi.
17096         * doc/posix-functions/strfmon_l.texi: Renamed from
17097         doc/glibc-functions/strfmon_l.texi.
17098         * doc/posix-functions/strftime_l.texi: Renamed from
17099         doc/glibc-functions/strftime_l.texi.
17100         * doc/posix-functions/strncasecmp_l.texi: Renamed from
17101         doc/glibc-functions/strncasecmp_l.texi.
17102         * doc/posix-functions/strndup.texi: Renamed from
17103         doc/glibc-functions/strndup.texi.
17104         * doc/posix-functions/strnlen.texi: Renamed from
17105         doc/glibc-functions/strnlen.texi.
17106         * doc/posix-functions/strsignal.texi: Renamed from
17107         doc/glibc-functions/strsignal.texi.
17108         * doc/posix-functions/strxfrm_l.texi: Renamed from
17109         doc/glibc-functions/strxfrm_l.texi.
17110         * doc/posix-functions/timer_gettime.texi: Renamed from
17111         doc/glibc-functions/timer_gettime.texi.
17112         * doc/posix-functions/tolower_l.texi: Renamed from
17113         doc/glibc-functions/tolower_l.texi.
17114         * doc/posix-functions/toupper_l.texi: Renamed from
17115         doc/glibc-functions/toupper_l.texi.
17116         * doc/posix-functions/towctrans_l.texi: Renamed from
17117         doc/glibc-functions/towctrans_l.texi.
17118         * doc/posix-functions/towlower_l.texi: Renamed from
17119         doc/glibc-functions/towlower_l.texi.
17120         * doc/posix-functions/towupper_l.texi: Renamed from
17121         doc/glibc-functions/towupper_l.texi.
17122         * doc/posix-functions/uselocale.texi: Renamed from
17123         doc/glibc-functions/uselocale.texi.
17124         * doc/posix-functions/vdprintf.texi: Renamed from
17125         doc/glibc-functions/vdprintf.texi.
17126         * doc/posix-functions/wcpcpy.texi:
17127         Renamed from doc/glibc-functions/wcpcpy.texi.
17128         * doc/posix-functions/wcpncpy.texi: Renamed from
17129         doc/glibc-functions/wcpncpy.texi.
17130         * doc/posix-functions/wcscasecmp.texi: Renamed from
17131         doc/glibc-functions/wcscasecmp.texi.
17132         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
17133         doc/glibc-functions/wcscasecmp_l.texi.
17134         * doc/posix-functions/wcscoll_l.texi: Renamed from
17135         doc/glibc-functions/wcscoll_l.texi.
17136         * doc/posix-functions/wcsdup.texi: Renamed from
17137         doc/glibc-functions/wcsdup.texi.
17138         * doc/posix-functions/wcsncasecmp.texi: Renamed from
17139         doc/glibc-functions/wcsncasecmp.texi.
17140         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
17141         doc/glibc-functions/wcsncasecmp_l.texi.
17142         * doc/posix-functions/wcsnlen.texi: Renamed from
17143         doc/glibc-functions/wcsnlen.texi.
17144         * doc/posix-functions/wcsnrtombs.texi: Renamed from
17145         doc/glibc-functions/wcsnrtombs.texi.
17146         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
17147         doc/glibc-functions/wcsxfrm_l.texi.
17148         * doc/posix-functions/wctrans_l.texi: Renamed from
17149         doc/glibc-functions/wctrans_l.texi.
17150         * doc/posix-functions/wctype_l.texi: Renamed from
17151         doc/glibc-functions/wctype_l.texi.
17152         * doc/gnulib.texi (Function Substitutes): Add these subsections.
17153         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
17154         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
17155         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
17156         these subsections.
17157         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
17158         Remove sections.
17159
17160 2008-12-14  Bruno Haible  <bruno@clisp.org>
17161
17162         Update doc for POSIX:2008.
17163         * doc/posix-functions/*.texi: Update URL of POSIX specification.
17164
17165 2008-12-14  Bruno Haible  <bruno@clisp.org>
17166
17167         Update doc for POSIX:2008.
17168         * doc/pastposix-functions/bcmp.texi: Renamed from
17169         doc/posix-functions/bcmp.texi.
17170         * doc/pastposix-functions/bcopy.texi: Renamed from
17171         doc/posix-functions/bcopy.texi.
17172         * doc/pastposix-functions/bsd_signal.texi: Renamed from
17173         doc/posix-functions/bsd_signal.texi.
17174         * doc/pastposix-functions/bzero.texi: Renamed from
17175         doc/posix-functions/bzero.texi.
17176         * doc/pastposix-functions/ecvt.texi: Renamed from
17177         doc/posix-functions/ecvt.texi.
17178         * doc/pastposix-functions/fcvt.texi: Renamed from
17179         doc/posix-functions/fcvt.texi.
17180         * doc/pastposix-functions/ftime.texi: Renamed from
17181         doc/posix-functions/ftime.texi.
17182         * doc/pastposix-functions/gcvt.texi: Renamed from
17183         doc/posix-functions/gcvt.texi.
17184         * doc/pastposix-functions/getcontext.texi: Renamed from
17185         doc/posix-functions/getcontext.texi.
17186         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
17187         doc/posix-functions/gethostbyaddr.texi.
17188         * doc/pastposix-functions/gethostbyname.texi: Renamed from
17189         doc/posix-functions/gethostbyname.texi.
17190         * doc/pastposix-functions/getwd.texi: Renamed from
17191         doc/posix-functions/getwd.texi.
17192         * doc/pastposix-functions/h_errno.texi: Renamed from
17193         doc/posix-functions/h_errno.texi.
17194         * doc/pastposix-functions/index.texi: Renamed from
17195         doc/posix-functions/index.texi.
17196         * doc/pastposix-functions/makecontext.texi: Renamed from
17197         doc/posix-functions/makecontext.texi.
17198         * doc/pastposix-functions/mktemp.texi: Renamed from
17199         doc/posix-functions/mktemp.texi.
17200         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
17201         doc/posix-functions/pthread_attr_getstackaddr.texi.
17202         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
17203         doc/posix-functions/pthread_attr_setstackaddr.texi.
17204         * doc/pastposix-functions/rindex.texi: Renamed from
17205         doc/posix-functions/rindex.texi.
17206         * doc/pastposix-functions/scalb.texi: Renamed from
17207         doc/posix-functions/scalb.texi.
17208         * doc/pastposix-functions/setcontext.texi: Renamed from
17209         doc/posix-functions/setcontext.texi.
17210         * doc/pastposix-functions/swapcontext.texi: Renamed from
17211         doc/posix-functions/swapcontext.texi.
17212         * doc/pastposix-functions/ualarm.texi: Renamed from
17213         doc/posix-functions/ualarm.texi.
17214         * doc/pastposix-functions/usleep.texi: Renamed from
17215         doc/posix-functions/usleep.texi.
17216         * doc/pastposix-functions/vfork.texi: Renamed from
17217         doc/posix-functions/vfork.texi.
17218         * doc/pastposix-functions/wcswcs.texi: Renamed from
17219         doc/posix-functions/wcswcs.texi.
17220         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
17221         (Function Substitutes): Update.
17222
17223 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17224
17225         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
17226         m4/strerror.m4.
17227
17228 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17229             Bruno Haible  <bruno@clisp.org>
17230
17231         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
17232
17233 2008-12-13  Bruno Haible  <bruno@clisp.org>
17234
17235         * modules/strtoull (Depends-on): Remove unistd.
17236
17237 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17238
17239         * modules/strtoull (Depends-on): Add stdlib.
17240
17241 2008-12-11  Simon Josefsson  <simon@josefsson.org>
17242
17243         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
17244
17245 2008-12-10  Jim Meyering  <meyering@redhat.com>
17246
17247         gl_ASSERT: don't say assertions are disabled when they're not
17248         * m4/assert.m4 (gl_ASSERT): Do not make configure report
17249         "checking whether to enable assertions... no", when they are in
17250         fact enabled.  This is solely a bug in the output of configure.
17251         In spite of saying "no", NDEBUG was not defined in that case.
17252         Also, as noted by Eric Blake, leave assertions enabled upon
17253         --enable-assert=INVALID.
17254
17255 2008-12-10  Bruno Haible  <bruno@clisp.org>
17256
17257         Change MODULES.html to refer to POSIX:2008 where possible.
17258         * MODULES.html.sh (POSIX2008_URL): New variable.
17259         (posix_headers): Remove sys/timeb, ucontext.
17260         (posix2001_headers): New variable.
17261         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
17262         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
17263         index, makecontext, mktemp, pthread_attr_getstackaddr,
17264         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
17265         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
17266         (posix2001_functions): New variable.
17267         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
17268         otherwise.
17269
17270 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17271
17272         add missing include to parse-duration.c
17273         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
17274         * modules/parse-duration (Depends-on): Add xalloc.
17275
17276         fix sed script reading maint.mk
17277         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
17278         (syntax-check-rules): Use it.
17279
17280 2008-12-09  Bruno Haible  <bruno@clisp.org>
17281
17282         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
17283         MacOS X 10.4/PowerPC.
17284         Reported by Simon Josefsson.
17285
17286 2008-12-08  Jim Meyering  <meyering@redhat.com>
17287
17288         work around mingw's lack of some S_IF definitions
17289         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
17290         Reported by Simon Josefsson.
17291
17292 2008-12-08  Bruno Haible  <bruno@clisp.org>
17293
17294         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
17295         applied to variables. Needed on MacOS X 10.4/PowerPC.
17296         Reported by Simon Josefsson.
17297
17298 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
17299         and Eric Blake  <ebb9@byu.net>
17300
17301         assert: honor --enable-assert
17302         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
17303         order to honor --enable-assert, rather than treating it as a
17304         synonym for --disable-assert.
17305
17306 2008-12-08  Jim Meyering  <meyering@redhat.com>
17307
17308         * lib/posixtm.c: Remove now-useless declaration of mktime.
17309
17310         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
17311
17312 2008-12-07  Bruno Haible  <bruno@clisp.org>
17313
17314         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
17315         test_once): Mark functions as static.
17316         * tests/test-tls.c (test_tls): Likewise.
17317
17318 2008-12-07  Bruno Haible  <bruno@clisp.org>
17319
17320         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
17321         iconv_register_autodetect.
17322
17323 2008-12-07  Jim Meyering  <meyering@redhat.com>
17324
17325         posixtm.c: avoid a warning
17326         * lib/posixtm.c (posixtime): Don't initialize tm0.
17327         It's no longer needed to placate gcc4's -Wuninitialized,
17328         and the attempt to placate would elicit a new warning.
17329
17330         unicodeio.c: mark unused parameters
17331         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17332         (fallback_failure_callback): Likewise.
17333
17334 2008-12-07  Bruno Haible  <bruno@clisp.org>
17335
17336         * gnulib-tool (func_create_testdir): When building the tests
17337         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
17338         Reported by Simon Josefsson.
17339
17340 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17341
17342         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
17343
17344 2008-12-06  Bruno Haible  <bruno@clisp.org>
17345
17346         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
17347         Suggested by Eric Blake.
17348
17349 2008-12-06  Bruno Haible  <bruno@clisp.org>
17350
17351         Fix a c-stack test failure on MacOS X.
17352         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
17353         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
17354         handler for SIGBUS as well.
17355         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
17356         install a signal handler for SIGBUS as well.
17357         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
17358
17359 2008-12-06  Bruno Haible  <bruno@clisp.org>
17360
17361         Advocacy documentation.
17362         * doc/gnulib-intro.texi (Benefits): New section.
17363         * doc/gnulib.texi: Update.
17364
17365 2008-12-06  Bruno Haible  <bruno@clisp.org>
17366
17367         Document the 'manywarnings' module.
17368         * doc/manywarnings.texi: New file.
17369         * doc/gnulib.texi: Include it.
17370
17371 2008-12-05  Eric Blake  <ebb9@byu.net>
17372
17373         tests: silence some gcc warnings
17374         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
17375         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
17376         type mismatches.
17377
17378 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17379             Bruno Haible  <bruno@clisp.org>
17380
17381         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
17382
17383 2008-11-29  Jim Meyering  <meyering@redhat.com>
17384
17385         unicodeio.c: mark unused parameters
17386         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
17387         (fallback_failure_callback): Likewise.
17388
17389         fts: fix a thinko
17390         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
17391         (set_stat_type): Return S_IF*-valued "type" directly.
17392         Prompted by James Youngman's spotting a related bug.
17393         Confirmed by further testing through find.
17394
17395         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
17396         * lib/fts.c (D_TYPE): Define.
17397         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
17398         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
17399         (s_ifmt_shift_bits): New function.
17400         (set_stat_type): New function.
17401         (fts_build): When not calling fts_stat, call set_stat_type
17402         to propagate dirent.d_type info to fts_read caller.
17403         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
17404         fts_statp->st_mode type information may be valid.
17405
17406 2008-11-28  Simon Josefsson  <simon@josefsson.org>
17407
17408         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
17409         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
17410         <sds@gnu.org>.
17411
17412 2008-11-20  Bruno Haible  <bruno@clisp.org>
17413
17414         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
17415         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
17416         INCLUDE_NEXT.
17417         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
17418         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
17419         * modules/math (Makefile.am): Substitute
17420         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
17421         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17422
17423 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
17424             Bruno Haible  <bruno@clisp.org>
17425
17426         * lib/stdint.in.h: Define all type macros so that their expansion is
17427         a single typedef'ed token. Fixes a compilation failure in Boost which
17428         does "using ::int8_t;".
17429
17430 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17431
17432         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
17433         gl_MANYWARN_ALL_GCC.
17434         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
17435         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
17436         * modules/manywarnings: New file.
17437         * MODULES.html.sh: Mention manywarnings module.
17438
17439 2008-11-18  Bruno Haible  <bruno@clisp.org>
17440
17441         * doc/gnulib-tool.texi (Unit tests): New section.
17442
17443 2008-11-18  Simon Josefsson  <simon@josefsson.org>
17444
17445         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
17446         paths like 'lib/po/foo.po'.
17447
17448 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17449
17450         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
17451         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
17452
17453 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17454
17455         * m4/warnings.m4: Use CPPFLAGS to really check whether the
17456         parameter works.
17457
17458 2008-11-17  Simon Josefsson  <simon@josefsson.org>
17459
17460         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
17461
17462 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17463
17464         * modules/parse-duration-tests: New file.
17465         * tests/test-parse-duration.sh: New file.
17466         * tests/test-parse-duration.c: New file.
17467
17468         New module 'parse-duration'.
17469         * lib/parse-duration.h: New file.
17470         * lib/parse-duration.c: New file.
17471         * modules/parse-duration: New file.
17472
17473 2008-11-17  Bruno Haible  <bruno@clisp.org>
17474
17475         * tests/test-select-out.sh: Comment out the first pipe test.
17476         Reported by Simon Josefsson.
17477
17478 2008-11-17  Bruno Haible  <bruno@clisp.org>
17479
17480         * modules/getaddrinfo (Depends-on): Add servent, hostent.
17481         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
17482         gl_HOSTENT.
17483
17484 2008-11-17  Bruno Haible  <bruno@clisp.org>
17485
17486         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
17487         -lnetwork and -lnet. Needed for Haiku and BeOS.
17488
17489 2008-11-16  Bruno Haible  <bruno@clisp.org>
17490
17491         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
17492
17493 2008-11-16  Bruno Haible  <bruno@clisp.org>
17494
17495         Avoid test failure on Haiku.
17496         * tests/test-fsync.c: Include <errno.h>.
17497         (main): Don't require that fsync (0) fails.
17498
17499 2008-11-15  Bruno Haible  <bruno@clisp.org>
17500
17501         New module 'hostent'.
17502         * modules/hostent: New file.
17503         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
17504
17505 2008-11-15  Bruno Haible  <bruno@clisp.org>
17506
17507         New module 'servent'.
17508         * modules/servent: New file.
17509         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
17510
17511 2008-11-15  Bruno Haible  <bruno@clisp.org>
17512
17513         Avoid generating same test program with two different rules.
17514         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
17515         test-frexp to test-frexp-nolibm.
17516         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
17517         test-frexpl to test-frexpl-nolibm.
17518
17519 2008-11-15  Bruno Haible  <bruno@clisp.org>
17520
17521         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
17522         $(FREXPL_LIBM).
17523
17524 2008-11-15  Bruno Haible  <bruno@clisp.org>
17525
17526         * lib/netdb.in.h: Activate the definitions also when the system's
17527         <netdb.h> has 'struct addrinfo'.
17528         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
17529         EAI_OVERFLOW or AI_NUMERICSERV.
17530         * doc/posix-headers/netdb.texi: Document the problem.
17531
17532 2008-11-15  Bruno Haible  <bruno@clisp.org>
17533
17534         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
17535
17536         Make the 'sched' module work on platforms where <sched.h> exists but
17537         is incomplete (such as Haiku).
17538         * lib/sched.in.h; Include the system's <sched.h> if it exists.
17539         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
17540         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
17541         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
17542         HAVE_STRUCT_SCHED_PARAM.
17543         * modules/sched (Depends-on): Add include_next.
17544         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
17545         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
17546         * doc/posix-headers/sched.texi: Document the issue.
17547
17548 2008-11-13  Jim Meyering  <meyering@redhat.com>
17549
17550         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
17551         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
17552         test would fail due to the difference in the Report bugs to ...
17553         line.  The expected address is empty, "<>", while the actual
17554         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
17555
17556 2008-11-12  Bruno Haible  <bruno@clisp.org>
17557
17558         lstat: don't compile lstat.c on systems lacking lstat
17559         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
17560         which don't have lstat; this is handled by lib/sys_stat.in.h already.
17561         Reported by Daniel P. Berrange via Jim Meyering.
17562
17563 2008-11-12  Jim Meyering  <meyering@redhat.com>
17564
17565         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
17566
17567 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17568
17569         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
17570         instead.
17571
17572 2008-11-12  Bruno Haible  <bruno@clisp.org>
17573
17574         * lib/unicodeio.c: Include unistr.h.
17575         (utf8_wctomb): Remove function.
17576         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
17577
17578 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17579
17580         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
17581         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
17582         <bruno@clisp.org>.
17583         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
17584
17585 2008-11-12  Simon Josefsson  <simon@josefsson.org>
17586
17587         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
17588         * doc/gnulib.texi: Add section for warnings.
17589
17590 2008-11-11  Bruno Haible  <bruno@clisp.org>
17591
17592         * lib/sockets.h: Add a comment.
17593
17594 2008-11-11  Karl Berry  <karl@gnu.org>
17595
17596         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
17597
17598 2008-11-11  Eric Blake  <ebb9@byu.net>
17599
17600         fdl.texi: avoid git symlinks
17601         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
17602
17603 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17604
17605         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
17606
17607 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17608
17609         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
17610         (gl_WARN_ADD): Substitute $2 if literal.
17611
17612 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17613
17614         * m4/warning.m4: Remove.
17615
17616 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
17617
17618         * m4/warnings.m4: Almost complete rewrite. :-)
17619
17620 2008-11-10  Simon Josefsson  <simon@josefsson.org>
17621
17622         * modules/warnings: New module.
17623         * m4/warnings.m4: New file.
17624         * MODULES.html.sh: Mention warnings module.
17625         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
17626         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17627
17628 2008-11-10  Eric Blake  <ebb9@byu.net>
17629
17630         fdl.texi: make a symlink to the latest version
17631         * doc/standards.texi: Revert today's earlier change.
17632         * doc/fdl-1.2.texi: Rename from old fdl.texi...
17633         * doc/fdl.texi: ...and replace this with a symlink to the newer
17634         fdl-1.3.texi.
17635
17636 2008-11-10  Bruno Haible  <bruno@clisp.org>
17637
17638         * tests/test-select-fd.c (main): Accept the result file name as fourth
17639         argument.
17640         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
17641         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
17642
17643 2008-11-10  Bruno Haible  <bruno@clisp.org>
17644
17645         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
17646         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
17647         as autoconf-substituted macros.
17648         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
17649         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
17650         gl_NETDB_H_DEFAULTS. Set these variables.
17651         * modules/netdb (Makefile.am): Substitute these variables.
17652
17653 2008-11-10  Eric Blake  <ebb9@byu.net>
17654
17655         standards.texi: include correct file for FDL 1.3
17656         * doc/standards.texi (GNU Free Documentation License): Change
17657         include file to pull in FDL 1.3, not 1.2.
17658
17659         fdl.texi: revert accidental change to license
17660         * doc/fdl.texi: This is FDL 1.2, not 1.3.
17661
17662 2008-11-10  Bruno Haible  <bruno@clisp.org>
17663
17664         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
17665         cross-compiling guesses also when the native compile gives no result.
17666
17667 2008-11-10  Bruno Haible  <bruno@clisp.org>
17668
17669         * lib/spawni.c (__spawni): Force variable into the stack.
17670
17671 2008-11-10  Bruno Haible  <bruno@clisp.org>
17672
17673         Add support for Haiku.
17674         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
17675         glibc and BeOS, but also on Haiku.
17676         * lib/fpurge.c (fpurge): Likewise.
17677         * lib/freadable.c (freadable): Likewise.
17678         * lib/freadahead.c (freadahead): Likewise.
17679         * lib/freading.c (freading): Likewise.
17680         * lib/freadptr.c (freadptr): Likewise.
17681         * lib/freadseek.c (freadptrinc): Likewise.
17682         * lib/fseeko.c (rpl_fseeko): Likewise.
17683         * lib/fseterr.c (fseterr): Likewise.
17684         * lib/fwritable.c (fwritable): Likewise.
17685         * lib/fwriting.c (fwriting): Likewise.
17686         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
17687
17688 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
17689
17690         * lib/config.charset: Treat Haiku like BeOS.
17691
17692 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
17693
17694         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
17695         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
17696
17697 2008-11-08  Bruno Haible  <bruno@clisp.org>
17698
17699         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
17700         AC_CACHE_CHECK.
17701
17702 2008-11-08  Bruno Haible  <bruno@clisp.org>
17703
17704         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
17705
17706 2008-11-08  Bruno Haible  <bruno@clisp.org>
17707
17708         * tests/test-select-fd.c: New file.
17709         * tests/test-select-in.sh: New file.
17710         * tests/test-select-out.sh: New file.
17711         * tests/test-select-stdin.c: New file.
17712         * modules/select-tests (Files): Add the new files.
17713         (Depends-on): Add gettimeofday.
17714         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
17715         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
17716         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
17717
17718 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
17719             Bruno Haible  <bruno@clisp.org>
17720
17721         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
17722
17723 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
17724
17725         * build-aux/pmccabe2html: Added support for C++ source files.
17726
17727 2008-11-05  Ben Pfaff  <blp@gnu.org>
17728
17729         Fix lib/close.c build on Windows.
17730         * modules/close (Files): Add lib/w32sock.h.
17731
17732 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
17733
17734         Accept Bison's NEWS format.
17735         * build-aux/announce-gen (print_news_deltas): Tweak
17736         $re_prefix.
17737
17738 2008-11-04  Bruno Haible  <bruno@clisp.org>
17739
17740         * modules/random_r (Maintainer): Add glibc.
17741
17742 2008-11-04  Simon Josefsson  <simon@josefsson.org>
17743
17744         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
17745         by karl@freefriends.org (Karl Berry).
17746         * doc/alloca.texi: Likewise.
17747         * doc/c-ctype.texi: Likewise.
17748         * doc/c-strcase.texi: Likewise.
17749         * doc/c-strcaseeq.texi: Likewise.
17750         * doc/c-strcasestr.texi: Likewise.
17751         * doc/c-strstr.texi: Likewise.
17752         * doc/c-strtod.texi: Likewise.
17753         * doc/c-strtold.texi: Likewise.
17754         * doc/ctime.texi: Likewise.
17755         * doc/error.texi: Likewise.
17756         * doc/fdl.texi: Likewise.
17757         * doc/gcd.texi: Likewise.
17758         * doc/getdate.texi: Likewise.
17759         * doc/gnulib-intro.texi: Likewise.
17760         * doc/gnulib-tool.texi: Likewise.
17761         * doc/gnulib.texi: Likewise.
17762         * doc/inet_ntoa.texi: Likewise.
17763         * doc/maintain.texi: Likewise.
17764         * doc/make-stds.texi: Likewise.
17765         * doc/quote.texi: Likewise.
17766         * doc/regexprops-generic.texi: Likewise.
17767         * doc/standards.texi: Likewise.
17768         * doc/verify.texi: Likewise.
17769         * doc/visibility.texi: Likewise.
17770         * doc/gnulib.texi (GNU Free Documentation License): Include
17771         fdl-1.3.texi instead of fdl.texi.
17772
17773 2008-11-04  Simon Josefsson  <simon@josefsson.org>
17774
17775         * doc/fdl-1.3.texi: New file, from
17776         <http://www.gnu.org/licenses/fdl-1.3.texi>.
17777         * modules/fdl-1.3: Add.
17778         * MODULES.html.sh: Add fdl-1.3.
17779
17780 2008-11-03  Bruno Haible  <bruno@clisp.org>
17781
17782         Make determination of absolute name of header file work with AIX xlc.
17783         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
17784         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
17785         preprocessing.
17786         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
17787         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17788
17789 2008-11-03  Simon Josefsson  <simon@josefsson.org>
17790
17791         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
17792         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
17793         <ludo@gnu.org>.
17794
17795 2008-11-02  Bruno Haible  <bruno@clisp.org>
17796
17797         Mark 'strpbrk' obsolete.
17798         * modules/strpbrk (Status, Notice): New sections.
17799         * modules/strtok_r (Depends-on): Add strpbrk.
17800
17801 2008-11-02  Bruno Haible  <bruno@clisp.org>
17802
17803         Mark 'strdup' obsolete.
17804         * modules/strdup (Status, Notice): New sections.
17805         * modules/findprog (Depends-on): Add strdup.
17806         * modules/getaddrinfo (Depends-on): Likewise.
17807         * modules/localename (Depends-on): Likewise.
17808         * modules/relocatable-lib (Depends-on): Likewise.
17809         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
17810         * modules/relocatable-prog (Depends-on): Likewise.
17811         * modules/trim (Depends-on): Likewise.
17812         * modules/unictype/gen-ctype (Depends-on): Likewise.
17813         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
17814
17815 2008-11-02  Bruno Haible  <bruno@clisp.org>
17816
17817         Mark 'strcspn' obsolete.
17818         * modules/strcspn (Status, Notice): New sections.
17819
17820 2008-11-02  Bruno Haible  <bruno@clisp.org>
17821
17822         Mark 'rmdir' obsolete.
17823         * modules/rmdir (Status, Notice): New sections.
17824         * modules/clean-temp (Depends-on): Add rmdir.
17825         * modules/openat (Depends-on): Likewise.
17826
17827 2008-11-02  Bruno Haible  <bruno@clisp.org>
17828
17829         Mark 'raise' obsolete.
17830         * modules/raise (Status, Notice): New sections.
17831         (Include): Specify <signal.h>.
17832         * modules/stdio (Depends-on): Add raise.
17833         * modules/write (Depends-on): Likewise.
17834
17835 2008-11-02  Bruno Haible  <bruno@clisp.org>
17836
17837         Mark 'memset' obsolete.
17838         * modules/memset (Status, Notice): New sections.
17839
17840 2008-11-02  Bruno Haible  <bruno@clisp.org>
17841
17842         Mark 'memmove' obsolete.
17843         * modules/memmove (Status, Notice): New sections.
17844         * modules/argp (Depends-on): Add memmove.
17845         * modules/argz (Depends-on): Likewise.
17846         * modules/canonicalize (Depends-on): Likewise.
17847         * modules/canonicalize-lgpl (Depends-on): Likewise.
17848         * modules/fts (Depends-on): Likewise.
17849         * modules/getcwd (Depends-on): Likewise.
17850         * modules/human (Depends-on): Likewise.
17851         * modules/regex (Depends-on): Likewise.
17852         * modules/striconveh (Depends-on): Likewise.
17853         * modules/trim (Depends-on): Likewise.
17854         * modules/unistr/u8-move (Depends-on): Likewise.
17855         * modules/unistr/u16-move (Depends-on): Likewise.
17856         * modules/unistr/u32-move (Depends-on): Likewise.
17857
17858 2008-11-02  Bruno Haible  <bruno@clisp.org>
17859
17860         Mark 'memcpy' obsolete.
17861         * modules/memcpy (Status, Notice): New sections.
17862
17863 2008-11-02  Bruno Haible  <bruno@clisp.org>
17864
17865         Mark 'memcmp' obsolete.
17866         * modules/memcmp (Status, Notice): New sections.
17867         * modules/argmatch (Depends-on): Add memchr.
17868         * modules/backupfile (Depends-on): Likewise.
17869         * modules/c-strcasestr (Depends-on): Likewise.
17870         * modules/crypto/des (Depends-on): Likewise.
17871         * modules/csharpcomp (Depends-on): Likewise.
17872         * modules/fnmatch (Depends-on): Likewise.
17873         * modules/git-merge-changelog (Depends-on): Likewise.
17874         * modules/isnand (Depends-on): Likewise.
17875         * modules/isnand-nolibm (Depends-on): Likewise.
17876         * modules/isnanf (Depends-on): Likewise.
17877         * modules/isnanf-nolibm (Depends-on): Likewise.
17878         * modules/isnanl (Depends-on): Likewise.
17879         * modules/isnanl-nolibm (Depends-on): Likewise.
17880         * modules/mbchar (Depends-on): Likewise.
17881         * modules/memcoll (Depends-on): Likewise.
17882         * modules/quotearg (Depends-on): Likewise.
17883         * modules/regex (Depends-on): Likewise.
17884         * modules/relocatable-prog (Depends-on): Likewise.
17885         * modules/same (Depends-on): Likewise.
17886         * modules/signbit (Depends-on): Likewise.
17887         * modules/strcasestr-simple (Depends-on): Likewise.
17888         * modules/unictype/gen-ctype (Depends-on): Likewise.
17889         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
17890         * modules/uniname/uniname (Depends-on): Likewise.
17891         * modules/unistr/u8-cmp (Depends-on): Likewise.
17892
17893 2008-11-02  Bruno Haible  <bruno@clisp.org>
17894
17895         Mark 'memchr' obsolete.
17896         * modules/memchr (Status, Notice): New sections.
17897         * modules/argp (Depends-on): Add memchr.
17898         * modules/base64 (Depends-on): Likewise.
17899         * modules/c-strcasestr (Depends-on): Likewise.
17900         * modules/chdir-long (Depends-on): Likewise.
17901         * modules/fnmatch (Depends-on): Likewise.
17902         * modules/getsubopt (Depends-on): Likewise.
17903         * modules/git-merge-changelog (Depends-on): Likewise.
17904         * modules/glob (Depends-on): Likewise.
17905         * modules/strcasestr-simple (Depends-on): Likewise.
17906         * modules/strnlen (Depends-on): Likewise.
17907
17908 2008-11-02  Bruno Haible  <bruno@clisp.org>
17909
17910         Mark 'atexit' obsolete.
17911         * modules/atexit (Status, Notice): New sections.
17912         * modules/chdir-long (Depends-on): Add atexit.
17913         * modules/wait-process (Depends-on): Likewise.
17914
17915 2008-11-02  Bruno Haible  <bruno@clisp.org>
17916
17917         * gnulib-tool: New option --with-obsolete.
17918         (func_usage): Document it.
17919         (func_modules_transitive_closure): Drop obsolete dependencies if
17920         incobsolete is not true.
17921         (func_import): Read and save the incobsolete variable to the cache.
17922
17923 2008-11-02  Bruno Haible  <bruno@clisp.org>
17924
17925         * modules/TEMPLATE-EXTENDED: New field 'Status'.
17926         * gnulib-tool: New option --extract-status.
17927         (func_usage): Document it.
17928         (sed_extract_prog): Recognize it.
17929         (func_get_status): New function.
17930
17931 2008-10-30  Simon Josefsson  <simon@josefsson.org>
17932
17933         * modules/sockets (License): Change from LGPL to LGPLv2+.
17934
17935 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17936
17937         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
17938
17939 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17940
17941         * MODULES.html.sh (Support for systems lacking POSIX:2001):
17942         Mention times and sys_times.
17943         * modules/sys_times, modules/sys_times-tests: New modules.
17944         * modules/times, modules/times-tests: Likewise
17945         * m4/sys_times_h.m4: New file.
17946         * lib/sys_times.in.h: Likewise
17947         * lib/times.c: Likewise.
17948         * tests/test-sys_times.c: Likewise.
17949         * tests/test-times.c: Likewise.
17950         * doc/posix-headers/sys_times.texi: Update.
17951         * doc/posix-functions/times.texi: Update.
17952
17953 2008-10-28  Jim Meyering  <meyering@redhat.com>
17954
17955         * modules/tempname (Depends-on): Add lstat.
17956
17957         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
17958
17959 2008-10-28  Simon Josefsson  <simon@josefsson.org>
17960
17961         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
17962         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
17963         using idiom used elsewhere in gnulib.
17964
17965 2008-10-27  Jim Meyering  <meyering@redhat.com>
17966
17967         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
17968
17969 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17970
17971         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
17972         TESTS_ENVIRONMENT, for shell scripts that needs to call built
17973         programs.
17974         * tests/test-argp-2.sh: Use $EXEEXT when needed.
17975
17976 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17977
17978         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
17979
17980 2008-10-27  Bruno Haible  <bruno@clisp.org>
17981
17982         * tests/test-lstat.c: Include <stdio.h>.
17983
17984 2008-10-27  Simon Josefsson  <simon@josefsson.org>
17985
17986         * modules/lstat-tests: New module.
17987         * tests/test-lstat.c: New file.
17988
17989 2008-10-26  Jim Meyering  <meyering@redhat.com>
17990
17991         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
17992
17993 2008-10-26  Simon Josefsson  <simon@josefsson.org>
17994             Bruno Haible  <bruno@clisp.org>
17995
17996         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
17997         * modules/configmake (Include): Add a note that the include must come
17998         after all system headers.
17999         * lib/javaversion.c: Include configmake.h after all other includes.
18000
18001 2008-10-26  Bruno Haible  <bruno@clisp.org>
18002
18003         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
18004         HAVE_STRUCT_RANDOM_DATA to 1.
18005         (gl_STDLIB_H): Simplify.
18006
18007 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18008
18009         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
18010         substitute HAVE_STRUCT_RANDOM_DATA.
18011         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
18012         random_data.
18013         * modules/stdlib (Makefile.am): Substitute
18014         HAVE_STRUCT_RANDOM_DATA.
18015
18016 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18017
18018         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
18019         * doc/gnulib-intro.texi (Copyright): Likewise.
18020
18021 2008-10-26  Simon Josefsson  <simon@josefsson.org>
18022
18023         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
18024         findings.
18025
18026 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
18027             Bruno Haible  <bruno@clisp.org>
18028
18029         * lib/unistd.in.h: Include <winsock2.h>.
18030         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
18031         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
18032         Provide dummy declarations.
18033         (gethostname): Override.
18034         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
18035         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
18036         gl_PREREQ_SYS_H_WINSOCK2.
18037         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
18038         * doc/posix-functions/gethostname.texi: More details.
18039
18040 2008-10-25  Bruno Haible  <bruno@clisp.org>
18041
18042         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
18043         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
18044         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
18045
18046         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
18047         here ...
18048         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
18049         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
18050         gl_UNISTD_H_DEFAULTS.
18051
18052 2008-10-25  Eric Blake  <ebb9@byu.net>
18053
18054         signbit: avoid spurious compiler failure
18055         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
18056         declarations inside function.
18057
18058 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18059             Bruno Haible  <bruno@clisp.org>
18060
18061         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
18062         * modules/random_r (Depends-on): Add stdint.
18063
18064 2008-10-24  Bruno Haible  <bruno@clisp.org>
18065
18066         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
18067         Eggert.
18068         * modules/strerror (License): Likewise.
18069
18070 2008-10-24  Jim Meyering  <meyering@redhat.com>
18071
18072         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
18073         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
18074
18075 2008-10-24  Eric Blake  <ebb9@byu.net>
18076
18077         getgroups: fix compilation when getgroups is available
18078         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
18079         but with <config.h> override of getgroups disabled.
18080
18081 2008-10-24  Simon Josefsson  <simon@josefsson.org>
18082
18083         * doc/gnulib.texi (Header files): Add note about C++ problems.
18084         Explained by Bruno Haible <bruno@clisp.org>.
18085
18086 2008-10-23  Bruno Haible  <bruno@clisp.org>
18087
18088         Define a dummy SA_NODEFER macro on Interix.
18089         * lib/signal.in.h (SA_NODEFER): Define fallback.
18090         Reported by Aleksey Cheusov <cheusov@tut.by> via
18091         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
18092
18093 2008-10-23  Bruno Haible  <bruno@clisp.org>
18094
18095         * modules/freadahead (License): Change to LGPLv2+.
18096         Suggested by Simon Josefsson.
18097
18098 2008-10-23  Jim Meyering  <meyering@redhat.com>
18099
18100         random_r: new module
18101         * modules/random_r: New file.
18102         * m4/random_r.m4: New file.
18103         * lib/random_r.c: New file, from glibc.
18104         * modules/random_r-tests: New file.
18105         * tests/test-random_r.c: New file.
18106         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
18107          Declare.
18108         (RAND_MAX): Define.
18109         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
18110         * modules/stdlib: Substitute them, too.
18111         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
18112         * doc/glibc-functions/initstate_r.texi: Mention the new module.
18113         * doc/glibc-functions/random_r.texi: Likewise.
18114         * doc/glibc-functions/setstate_r.texi: Likewise.
18115         * doc/glibc-functions/srandom_r.texi: Likewise.
18116         * config/srclist.txt: Mention it.
18117
18118 2008-10-23  David Lutterkort  <lutter@redhat.com>
18119
18120         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
18121         link requirement
18122
18123 2008-10-23  Jim Meyering  <meyering@redhat.com>
18124
18125         selinux-h: mark parameters of stub functions as intentionally unused
18126         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
18127         * lib/se-context.in.h: Likewise.
18128
18129 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18130
18131         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
18132
18133 2008-10-22  Simon Josefsson  <simon@josefsson.org>
18134
18135         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
18136
18137 2008-10-22  Eric Blake  <ebb9@byu.net>
18138
18139         glthread/thread: avoid compiler warning
18140         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
18141         Add unreachable abort to silence compiler.
18142
18143 2008-10-22  Eric Blake  <ebb9@byu.net>
18144
18145         netdb: also supply struct addrinfo for cygwin 1.5.x
18146         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
18147         older cygwin.
18148         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
18149         cygwin.
18150         * doc/posix-headers/netdb.texi (netdb.h): Document this.
18151
18152 2008-10-22  Bruno Haible  <bruno@clisp.org>
18153
18154         * users.txt: Update entry about pspp.
18155
18156 2008-10-21  Bruno Haible  <bruno@clisp.org>
18157
18158         Simplification.
18159         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
18160         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
18161
18162         Simplification.
18163         * lib/ioctl.c (ioctl): Don't undefine.
18164         * lib/socket.c (socket): Don't undefine.
18165
18166         Remove unused module indicator macros.
18167         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
18168         GNULIB_$1 as a C macro.
18169
18170         * doc/posix-functions/close.texi: Undo last change.
18171         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
18172         Windows platforms.
18173
18174 2008-10-21  Bruno Haible  <bruno@clisp.org>
18175
18176         Add gethostname() declaration to <unistd.h>.
18177         * lib/unistd.in.h (gethostname): New declaration.
18178         * lib/gethostname.c: Include <unistd.h>.
18179         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
18180         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
18181         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
18182         and HAVE_GETHOSTNAME.
18183         * modules/gethostname (Depends-on): Add unistd.
18184         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18185         (Include): Specify <unistd.h>.
18186         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
18187         HAVE_GETHOSTNAME.
18188         * tests/test-gethostname.c: Include <unistd.h> first.
18189
18190 2008-10-21  Bruno Haible  <bruno@clisp.org>
18191
18192         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
18193         * modules/select-tests (Depends-on): Likewise.
18194         Reported by Simon Josefsson.
18195
18196 2008-10-21  Simon Josefsson  <simon@josefsson.org>
18197
18198         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
18199         * lib/accept.c: New file, based on winsock.c.
18200         * lib/bind.c: New file, based on winsock.c.
18201         * lib/connect.c: New file, based on winsock.c.
18202         * lib/getpeername.c: New file, based on winsock.c.
18203         * lib/getsockname.c: New file, based on winsock.c.
18204         * lib/getsockopt.c: New file, based on winsock.c.
18205         * lib/ioctl.c: New file, based on winsock.c.
18206         * lib/listen.c: New file, based on winsock.c.
18207         * lib/recv.c: New file, based on winsock.c.
18208         * lib/recvfrom.c: New file, based on winsock.c.
18209         * lib/send.c: New file, based on winsock.c.
18210         * lib/sendto.c: New file, based on winsock.c.
18211         * lib/setsockopt.c: New file, based on winsock.c.
18212         * lib/shutdown.c: New file, based on winsock.c.
18213         * lib/socket.c: New file, based on winsock.c.
18214         * lib/w32sock.h: New file, based on winsock.c.
18215         * lib/winsock.c: Remove file.
18216         * modules/accept: Likewise.
18217         * modules/bind: Likewise.
18218         * modules/connect: Likewise.
18219         * modules/getpeername: Likewise.
18220         * modules/getsockname: Likewise.
18221         * modules/getsockopt: Likewise.
18222         * modules/ioctl: Likewise.
18223         * modules/listen: Likewise.
18224         * modules/recv: Likewise.
18225         * modules/recvfrom: Likewise.
18226         * modules/send: Likewise.
18227         * modules/sendto: Likewise.
18228         * modules/setsockopt: Likewise.
18229         * modules/shutdown: Likewise.
18230         * modules/socket: Use socket.c instead of winsock.c.
18231         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
18232         * doc/posix-functions/accept.texi: Doc fix.
18233         * doc/posix-functions/bind.texi: Doc fix.
18234         * doc/posix-functions/close.texi: Doc fix.
18235         * doc/posix-functions/connect.texi: Doc fix.
18236         * doc/posix-functions/getpeername.texi: Doc fix.
18237         * doc/posix-functions/getsockname.texi: Doc fix.
18238         * doc/posix-functions/getsockopt.texi: Doc fix.
18239         * doc/posix-functions/ioctl.texi: Doc fix.
18240         * doc/posix-functions/listen.texi: Doc fix.
18241         * doc/posix-functions/recv.texi: Doc fix.
18242         * doc/posix-functions/recvfrom.texi: Doc fix.
18243         * doc/posix-functions/send.texi: Doc fix.
18244         * doc/posix-functions/sendto.texi: Doc fix.
18245         * doc/posix-functions/setsockopt.texi: Doc fix.
18246         * doc/posix-functions/shutdown.texi: Doc fix.
18247         * doc/posix-functions/socket.texi: Doc fix.
18248
18249 2008-10-20  Bruno Haible  <bruno@clisp.org>
18250
18251         Take into account the role of SIGABRT_COMPAT on Windows 2008.
18252         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
18253         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
18254         as an alias for SIGABRT.
18255         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
18256         (sigaction): Map it to SIGABRT.
18257         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
18258
18259 2008-10-20  Bruno Haible  <bruno@clisp.org>
18260
18261         * lib/fts.c: Don't include lstat.h.
18262         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
18263
18264         Move the lstat() declaration to <sys/stat.h>.
18265         * lib/lstat.h: Remove file.
18266         * lib/sys_stat.in.h: Add special invocation convention.
18267         (lstat): New declaration.
18268         * lib/lstat.c (orig_lstat): New function.
18269         (rpl_lstat): Use orig_lstat instead of lstat.
18270         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
18271         AC_C_INLINE. Set REPLACE_LSTAT.
18272         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
18273         and REPLACE_LSTAT.
18274         * modules/lstat (Files): Remove lib/lstat.h.
18275         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18276         (Include): Specify <sys/stat.h> instead of lstat.h.
18277         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
18278         REPLACE_LSTAT.
18279         * NEWS: Mention the change.
18280
18281 2008-10-20  Bruno Haible  <bruno@clisp.org>
18282
18283         * modules/posix_spawn-tests: New file.
18284         * tests/test-posix_spawn3.c: New file.
18285
18286 2008-10-20  Bruno Haible  <bruno@clisp.org>
18287
18288         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
18289         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18290         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
18291         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
18292         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
18293
18294 2008-10-20  Bruno Haible  <bruno@clisp.org>
18295
18296         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
18297         of posix_spawn on AIX 5.3.
18298
18299 2008-10-20  Bruno Haible  <bruno@clisp.org>
18300
18301         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
18302
18303 2008-10-20  Bruno Haible  <bruno@clisp.org>
18304
18305         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
18306         of AC_LANG_PROGRAM.
18307
18308 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18309
18310         * lib/netdb.in.h: Don't define GNU specific constants until they
18311         are supported or needed.  Reported by Bruno Haible
18312         <bruno@clisp.org>.
18313
18314 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18315
18316         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
18317
18318 2008-10-20  Simon Josefsson  <simon@josefsson.org>
18319
18320         * lib/getaddrinfo.h: Remove file.
18321         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
18322         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
18323         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
18324         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
18325         * modules/netdb: Substitute GNULIB_GETADDRINFO.
18326         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
18327         * tests/test-getaddrinfo.c: Likewise.
18328         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
18329         * NEWS: Mention change.
18330
18331 2008-10-19  Bruno Haible  <bruno@clisp.org>
18332
18333         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
18334
18335 2008-10-19  Bruno Haible  <bruno@clisp.org>
18336
18337         * lib/wait-process.c: Include simply <sys/wait.h>.
18338         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
18339         WIFSTOPPED): Remove fallback definitions.
18340         * modules/wait-process (Depends-on): Add sys_wait.
18341
18342         New module 'sys_wait'.
18343         * modules/sys_wait: New file.
18344         * lib/sys_wait.in.h: New file, partially copied from
18345         lib/wait-process.c.
18346         * m4/sys_wait_h.m4: New file.
18347         * doc/posix-headers/sys_wait.texi: Mention the new module.
18348
18349 2008-10-19  Bruno Haible  <bruno@clisp.org>
18350
18351         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
18352
18353 2008-10-19  Bruno Haible  <bruno@clisp.org>
18354
18355         Assume that waitpid() fills an 'int' status, not a 'union wait'.
18356         * lib/wait-process.c (WAIT_T): Remove type.
18357         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
18358         (wait_subprocess): Update.
18359
18360 2008-10-19  Bruno Haible  <bruno@clisp.org>
18361
18362         New module 'atoll'.
18363         * modules/atoll: New file.
18364         * lib/stdlib.in.h (atoll): New declaration.
18365         * lib/atoll.c: New file, from glibc with modifications.
18366         * m4/atoll.m4: New file.
18367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
18368         HAVE_ATOLL.
18369         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
18370         * doc/posix-functions/atoll.texi: Mention the new module.
18371
18372 2008-10-19  Bruno Haible  <bruno@clisp.org>
18373
18374         Add strtoull() declaration to <stdlib.h>.
18375         * lib/stdlib.in.h (strtoull): New declaration.
18376         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18377         Set HAVE_STRTOULL.
18378         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
18379         HAVE_STRTOULL.
18380         * modules/strtoull (Depends-on): Add stdlib.
18381         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18382         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
18383         HAVE_STRTOULL.
18384
18385 2008-10-19  Bruno Haible  <bruno@clisp.org>
18386
18387         Add strtoll() declaration to <stdlib.h>.
18388         * lib/stdlib.in.h (strtoll): New declaration.
18389         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
18390         Set HAVE_STRTOLL.
18391         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
18392         HAVE_STRTOLL.
18393         * modules/strtoll (Depends-on): Add stdlib.
18394         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18395         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
18396
18397 2008-10-19  Bruno Haible  <bruno@clisp.org>
18398
18399         * modules/bcopy (Depends-on): Add strings.
18400         (Include): Specify <strings.h>.
18401
18402 2008-10-19  Bruno Haible  <bruno@clisp.org>
18403
18404         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
18405
18406 2008-10-19  Bruno Haible  <bruno@clisp.org>
18407
18408         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
18409         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
18410         mingw.
18411
18412 2008-10-19  Bruno Haible  <bruno@clisp.org>
18413
18414         * lib/atanl.c: Don't include isnanl.h.
18415         * lib/cosl.c: Likewise.
18416         * lib/ldexpl.c: Likewise.
18417         * lib/logl.c: Likewise.
18418         * lib/sinl.c: Likewise.
18419         * lib/sqrtl.c: Likewise.
18420         * lib/tanl.c: Likewise.
18421
18422         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
18423         * lib/isnanf.h: Remove file.
18424         * lib/isnand.h: Remove file.
18425         * lib/isnanl.h: Remove file.
18426         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
18427         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
18428         macros.
18429         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
18430         HAVE_ISNANF, don't define it as a C macro.
18431         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
18432         HAVE_ISNAND, don't define it as a C macro.
18433         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
18434         HAVE_ISNANL, don't define it as a C macro.
18435         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
18436         HAVE_ISNAN[FDL].
18437         * modules/isnanf (Files): Remove lib/isnanf.h.
18438         (Depends-on): Add math.
18439         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18440         (Include): Specify <math.h> instead of isnanf.h.
18441         * modules/isnand (Files): Remove lib/isnand.h.
18442         (Depends-on): Add math.
18443         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18444         (Include): Specify <math.h> instead of isnand.h.
18445         * modules/isnanl (Files): Remove lib/isnanl.h.
18446         (Depends-on): Add math.
18447         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
18448         (Include): Specify <math.h> instead of isnanl.h.
18449         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
18450         HAVE_ISNAN[FDL].
18451         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
18452         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
18453         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
18454         * NEWS: Mention the change.
18455
18456 2008-10-18  Bruno Haible  <bruno@clisp.org>
18457
18458         Add getusershell(), setusershell(), endusershell() declarations to
18459         <unistd.h>.
18460         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
18461         declarations.
18462         * lib/getusershell.c: Include unistd.h.
18463         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
18464         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
18465         HAVE_GETUSERSHELL.
18466         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
18467         and HAVE_GETUSERSHELL.
18468         * modules/getusershell (Depends-on): Add unistd, extensions.
18469         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18470         (Include): Specify <unistd.h>.
18471         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
18472         HAVE_GETUSERSHELL.
18473
18474 2008-10-18  Bruno Haible  <bruno@clisp.org>
18475
18476         Add a getloadavg() declaration to <stdlib.h>.
18477         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
18478         getloadavg declaration.
18479         (getloadavg): New declaration.
18480         * lib/getloadavg.c: Include <stdlib.h> first.
18481         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
18482         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
18483         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
18484         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
18485         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18486         * modules/getloadavg (Depends-on): Add stdlib, extensions.
18487         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
18488         (Include): Specify <stdlib.h>.
18489         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
18490         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
18491
18492 2008-10-18  Bruno Haible  <bruno@clisp.org>
18493
18494         * lib/dirchownmod.c: Don't include lchmod.h.
18495
18496         Move the lchmod() declaration to <sys/stat.h>.
18497         * lib/lchmod.h: Remove file.
18498         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
18499         (lchmod): New declaration, moved here from lib/lchown.h.
18500         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
18501         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
18502         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
18503         and HAVE_LCHMOD.
18504         * modules/lchmod (Files): Remove lib/lchmod.h.
18505         (Depends-on): Add sys_stat, extensions.
18506         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
18507         (Include): Specify <sys/stat.h> instead of lchmod.h.
18508         * modules/sys_stat (Depends-on): Add link-warning.
18509         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
18510         definition of GL_LINK_WARNING.
18511         * NEWS: Mention the change.
18512
18513 2008-10-18  Bruno Haible  <bruno@clisp.org>
18514
18515         * lib/fchdir.c: Don't include dirfd.h.
18516         * lib/fts.c: Likewise.
18517         * lib/getcwd.c: Likewise.
18518         * lib/glob.c: Likewise.
18519
18520         Move the dirfd() declaration to <dirent.h>.
18521         * lib/dirfd.h: Remove file.
18522         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
18523         (dirfd): New declaration.
18524         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
18525         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
18526         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
18527         HAVE_DECL_DIRFD.
18528         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
18529         HAVE_DECL_DIRFD.
18530         * modules/dirfd (Files): Remove lib/dirfd.h.
18531         (Depends-on): Add dirent, extensions.
18532         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
18533         (Include): Specify <dirent.h> instead of dirfd.h.
18534         * modules/dirent (Depends-on): Add link-warning.
18535         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
18536         definition of GL_LINK_WARNING.
18537         * NEWS: Mention the change.
18538
18539 2008-10-18  Bruno Haible  <bruno@clisp.org>
18540
18541         Move the euidaccess() declaration to <unistd.h>.
18542         * lib/euidaccess.h: Remove file.
18543         * lib/unistd.in.h (euidaccess): New declaration.
18544         * lib/euidaccess.c: Don't include euidaccess.h.
18545         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
18546         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
18547         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
18548         and HAVE_EUIDACCESS.
18549         * modules/euidaccess (Files): Remove lib/euidaccess.h.
18550         (Depends-on): Add unistd.
18551         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18552         (Include): Specify <unistd.h> instead of euidaccess.h.
18553         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
18554         HAVE_EUIDACCESS.
18555         * NEWS: Mention the change.
18556
18557 2008-10-18  Bruno Haible  <bruno@clisp.org>
18558
18559         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
18560
18561         Move the getdomainname() declaration to <unistd.h>.
18562         * lib/getdomainname.h: Remove file.
18563         * lib/unistd.in.h (getdomainname): New declaration.
18564         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
18565         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
18566         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
18567         HAVE_GETDOMAINNAME.
18568         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18569         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
18570         * modules/getdomainname (Files): Remove lib/getdomainname.h.
18571         (Depends-on): Add unistd, extensions.
18572         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
18573         (Includes): Specify <unistd.h> instead of getdomainname.h.
18574         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
18575         HAVE_GETDOMAINNAME.
18576         * NEWS: Mention the change.
18577
18578 2008-10-18  Bruno Haible  <bruno@clisp.org>
18579
18580         * modules/dirent: New file.
18581         * m4/dirent_h.m4: New file.
18582         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
18583         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
18584         * modules/fchdir (Files): Remove lib/dirent.in.h.
18585         (Depends-on): Add dirent.
18586         (Makefile.am): Move rules to modules/dirent.
18587         * doc/posix-headers/dirent.texi: Mention the new module.
18588
18589 2008-10-18  Bruno Haible  <bruno@clisp.org>
18590
18591         Avoid -Wunused-parameter warnings in public gnulib header files.
18592         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
18593         macro.
18594         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
18595
18596 2008-10-18  Bruno Haible  <bruno@clisp.org>
18597
18598         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
18599         * doc/glibc-functions/error.texi: Mention the module 'error'.
18600         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
18601         * doc/glibc-functions/getdomainname.texi: Mention the module
18602         'getdomainname'.
18603         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
18604         * doc/glibc-functions/getpagesize.texi: Mention the module
18605         'getpagesize'.
18606         * doc/glibc-functions/getusershell.texi: Mention the module
18607         'getusershell'.
18608         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
18609         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
18610         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
18611         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
18612         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
18613         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
18614         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
18615         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
18616         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
18617         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
18618         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
18619         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
18620         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
18621         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
18622
18623 2008-10-17  Bruno Haible  <bruno@clisp.org>
18624
18625         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
18626         HP-UX and IRIX, use -0.0L.
18627         * tests/test-ceill.c (minus_zero): Likewise.
18628         * tests/test-floorl.c (minus_zero): Likewise.
18629         * tests/test-frexpl.c (minus_zero): Likewise.
18630         * tests/test-isnan.c (minus_zerol): Likewise.
18631         * tests/test-isnanl.h (minus_zero): Likewise.
18632         * tests/test-ldexpl.c (minus_zero): Likewise.
18633         * tests/test-roundl.c (minus_zero): Likewise.
18634         * tests/test-signbit.c (minus_zerol): Likewise.
18635         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18636         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18637         * tests/test-truncl.c (minus_zero): Likewise.
18638         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18639         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18640         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
18641         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18642
18643 2008-10-17  Bruno Haible  <bruno@clisp.org>
18644
18645         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
18646         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
18647         that it gets activated only for gcc >= 3.0.
18648         * lib/dirent.in.h: Likewise.
18649         * lib/errno.in.h: Likewise.
18650         * lib/fcntl.in.h: Likewise.
18651         * lib/float.in.h: Likewise.
18652         * lib/iconv.in.h: Likewise.
18653         * lib/inttypes.in.h: Likewise.
18654         * lib/locale.in.h: Likewise.
18655         * lib/math.in.h: Likewise.
18656         * lib/netdb.in.h: Likewise.
18657         * lib/netinet_in.in.h: Likewise.
18658         * lib/search.in.h: Likewise.
18659         * lib/signal.in.h: Likewise.
18660         * lib/spawn.in.h: Likewise.
18661         * lib/stdarg.in.h: Likewise.
18662         * lib/stdint.in.h: Likewise.
18663         * lib/stdio.in.h: Likewise.
18664         * lib/stdlib.in.h: Likewise.
18665         * lib/string.in.h: Likewise.
18666         * lib/strings.in.h: Likewise.
18667         * lib/sys_file.in.h: Likewise.
18668         * lib/sys_ioctl.in.h: Likewise.
18669         * lib/sys_select.in.h: Likewise.
18670         * lib/sys_socket.in.h: Likewise.
18671         * lib/sys_stat.in.h: Likewise.
18672         * lib/sys_time.in.h: Likewise.
18673         * lib/sysexits.in.h: Likewise.
18674         * lib/time.in.h: Likewise.
18675         * lib/unistd.in.h: Likewise.
18676         * lib/wchar.in.h: Likewise.
18677         * lib/wctype.in.h: Likewise.
18678         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18679
18680 2008-10-17  Jim Meyering  <meyering@redhat.com>
18681
18682         ignore-value: don't depend on inline module
18683         * modules/ignore-value (Depends-on): Remove 'inline'.
18684         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
18685         Suggestion from Bruno Haible.
18686
18687 2008-10-17  Bruno Haible  <bruno@clisp.org>
18688
18689         New implementation of condition variables for Win32.
18690         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
18691         (gl_linked_waitqueue_t): New type.
18692         (gl_cond_t): Use it.
18693         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
18694         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
18695         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
18696         (glthread_cond_init_func, glthread_cond_wait_func,
18697         glthread_cond_timedwait_func, glthread_cond_signal_func,
18698         glthread_cond_broadcast_func, glthread_cond_destroy_func):
18699         Reimplemented on the basis of gl_linked_waitqueue_t.
18700         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
18701         gl_waitqueue_t.
18702         (gl_rwlock_t): Update.
18703         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
18704
18705 2008-10-17  Simon Josefsson  <simon@josefsson.org>
18706
18707         * modules/recvfrom (Depends-on): Add dependency on getpeername.
18708         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18709
18710 2008-10-17  Jim Meyering  <meyering@redhat.com>
18711
18712         ignore-value: new module
18713         * modules/ignore-value: New file.
18714         * lib/ignore-value.h: New file.
18715         * MODULES.html.sh (Compiler warning management): New section,
18716         just for this module.  More to come.
18717
18718 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
18719
18720         open-safer.c: avoid 'signed and unsigned in conditional...' warning
18721         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
18722         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
18723
18724 2008-10-16  Jim Meyering  <meyering@redhat.com>
18725
18726         openat-die.c: avoid 'no previous prototype' warning
18727         * lib/openat-die.c: Include "openat.h".
18728         Reported by Reuben Thomas <rrt@sc3d.org>.
18729
18730 2008-10-16  Simon Josefsson  <simon@josefsson.org>
18731
18732         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
18733         * lib/netdb.in.h: Fix typo.
18734         Reported by Bruno Haible  <bruno@clisp.org>
18735
18736         * lib/netdb.in.h: Include sys/socket.h for platforms without
18737         netdb.h, to get structures like hostent on MinGW.
18738         * modules/netdb (Depends-on): Add sys_socket.
18739
18740 2008-10-15  Simon Josefsson  <simon@josefsson.org>
18741
18742         * modules/netdb, modules/netdb-tests: New file.
18743         * m4/netdb_h.m4: New file.
18744         * lib/netdb.in.h: Add, currently just an empty file pending
18745         definitions.
18746         * tests/test-netdb.c: New file.
18747         * doc/posix-headers/netdb.texi: Mention that we replace it if
18748         needed.
18749         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18750         netdb.
18751
18752 2008-10-15  Simon Josefsson  <simon@josefsson.org>
18753
18754         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
18755         with code.
18756
18757 2008-10-13  Bruno Haible  <bruno@clisp.org>
18758
18759         * lib/glthread/cond.c (glthread_cond_wait_func,
18760         glthread_cond_timedwait_func): Add a comment.
18761
18762 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18763
18764         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
18765         * tests/test-select.c: Likewise,
18766
18767 2008-10-13  Bruno Haible  <bruno@clisp.org>
18768
18769         * lib/glthread/cond.c (glthread_cond_wait_func,
18770         glthread_cond_timedwait_func): Fix variable name.
18771         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
18772
18773 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
18774
18775         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
18776         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
18777         struct sockaddr.sa_len.
18778         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
18779
18780 2008-10-13  Simon Josefsson  <simon@josefsson.org>
18781
18782         * build-aux/pmccabe2html: Add css and css_url parameters.
18783
18784 2008-10-12  Bruno Haible  <bruno@clisp.org>
18785
18786         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
18787         calling aclx_get.
18788         Reported by Rainer Tammer <tammer@tammer.net>.
18789
18790 2008-10-12  Bruno Haible  <bruno@clisp.org>
18791
18792         Use msvcrt aware primitives for creation/termination of Win32 threads.
18793         * lib/glthread/thread.c: Include <process.h>.
18794         (glthread_create_func): Use _beginthreadex instead of CreateThread.
18795         (wrapper_func): Update signature.
18796         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
18797
18798 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18799             Bruno Haible  <bruno@clisp.org>
18800
18801         Provide a Win32 implementation of the 'cond' module.
18802         * lib/glthread/cond.h [USE_WIN32]: New implementation.
18803         * lib/glthread/cond.c (glthread_cond_init_func,
18804         glthread_cond_wait_func, glthread_cond_timedwait_func,
18805         glthread_cond_signal_func, glthread_cond_broadcast_func,
18806         glthread_cond_destroy_func) [USE_WIN32]: New functions.
18807         * modules/cond (Dependencies): Add gettimeofday.
18808
18809 2008-10-11  Bruno Haible  <bruno@clisp.org>
18810
18811         Make sleep work on older versions of mingw.
18812         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
18813         only whether it exists.
18814         * doc/posix-functions/sleep.texi: Mention the problem with older
18815         versions of mingw.
18816
18817 2008-10-11  Bruno Haible  <bruno@clisp.org>
18818
18819         New module 'shutdown'.
18820         * modules/shutdown: New file.
18821         * lib/sys_socket.in.h (shutdown): New declaration.
18822         * lib/winsock.c (shutdown): New function.
18823         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
18824         GNULIB_SHUTDOWN.
18825         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
18826         * doc/posix-functions/shutdown.texi: Document the new module.
18827
18828 2008-10-11  Jim Meyering  <meyering@redhat.com>
18829
18830         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
18831
18832 2008-10-11  Bruno Haible  <bruno@clisp.org>
18833
18834         New module 'fclose'.
18835         * modules/fclose: New file.
18836         * lib/stdio.in.h (fclose): New declaration.
18837         * lib/fclose.c: New file.
18838         * m4/fclose.m4: New file.
18839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
18840         REPLACE_FCLOSE.
18841         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
18842         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
18843         REPLACE_FCLOSE.
18844         * modules/close (Depends-on): fclose.
18845         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
18846
18847 2008-10-11  Bruno Haible  <bruno@clisp.org>
18848
18849         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
18850         set errno and don't call _close.
18851
18852 2008-10-10  Bruno Haible  <bruno@clisp.org>
18853
18854         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
18855         ACL, not afterwards. Fixes test failure on Cygwin.
18856
18857 2008-10-09  Ben Pfaff  <blp@gnu.org>
18858
18859         * build-aux/announce-gen: Fix gnulib version related part of usage
18860         message.  Die with a useful error message if no tarballs are
18861         found.
18862
18863 2008-10-10  Jim Meyering  <meyering@redhat.com>
18864
18865         bootstrap: use git's --depth=N option only if it's supported
18866         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
18867         recognize the --depth option.  Reported by Pádraig Brady.
18868
18869 2008-10-09  Bruno Haible  <bruno@clisp.org>
18870
18871         New module 'ioctl'.
18872         * modules/ioctl: New file.
18873         * lib/sys_socket.in.h (ioctl): Remove declaration.
18874         * lib/winsock.c: Include <sys/ioctl.h>.
18875         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
18876         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
18877         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
18878         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
18879         * doc/posix-functions/ioctl.texi: Mention the new module.
18880
18881 2008-10-09  Bruno Haible  <bruno@clisp.org>
18882
18883         New module 'sys_ioctl'.
18884         * lib/sys_ioctl.in.h: New file.
18885         * m4/sys_ioctl_h.m4: New file.
18886         * modules/sys_ioctl: New file.
18887         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
18888
18889 2008-10-09  Bruno Haible  <bruno@clisp.org>
18890
18891         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
18892         * lib/winsock.c: Include <stdarg.h>.
18893         (rpl_ioctl): Change to second argument 'int' and then varargs.
18894
18895 2008-10-09  Bruno Haible  <bruno@clisp.org>
18896
18897         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
18898         when the sys_socket module is present and the system has <winsock2.h>.
18899
18900 2008-10-09  Bruno Haible  <bruno@clisp.org>
18901
18902         * doc/posix-functions/close.texi: Mention module 'close' instead of
18903         module 'sys_socket'.
18904
18905 2008-10-09  Bruno Haible  <bruno@clisp.org>
18906
18907         * doc/glibc-headers/sys_ioctl.texi: New file.
18908         * doc/gnulib.texi: Include it.
18909
18910 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18911             Bruno Haible  <bruno@clisp.org>
18912
18913         Combine the two replacements of 'close'.
18914         * lib/sys_socket.in.h (close): Define to a reminder to include
18915         <unistd.h>.
18916         (_gl_close_fd_maybe_socket): New declaration.
18917         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
18918         * lib/winsock.c (close): Remove undefinition.
18919         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
18920         needed for the gnulib module 'close'.
18921         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
18922         define to an error symbol or to a warning, if suitable.
18923         * lib/close.c: Include <sys/socket.h>.
18924         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
18925         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
18926         UNISTD_H_HAVE_WINSOCK2_H.
18927         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
18928         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18929         UNISTD_H_HAVE_WINSOCK2_H.
18930         * modules/sys_socket (Files): Add m4/unistd_h.m4.
18931         (configure.ac): Set a module indicator.
18932         (Makefile.am): Substitute GNULIB_CLOSE.
18933         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
18934         * modules/poll-tests (Depends-on): Add close.
18935         * modules/select-tests (Depends-on): Likewise.
18936
18937 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18938             Bruno Haible  <bruno@clisp.org>
18939
18940         New module 'close'.
18941         * modules/close: New file.
18942         * lib/unistd.in.h (close): Move declaration out of the
18943         FCHDIR_REPLACEMENT scope.
18944         (_gl_unregister_fd): New declaration.
18945         * lib/close.c: New file.
18946         * lib/fchdir.c (rpl_close): Remove function.
18947         * m4/close.m4: New file.
18948         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
18949         close.
18950         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
18951         REPLACE_CLOSE.
18952         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
18953         REPLACE_CLOSE.
18954         * modules/fchdir (Depends-on): Add close.
18955
18956 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18957             Bruno Haible  <bruno@clisp.org>
18958
18959         * lib/fcntl.in.h (open): Simplify conditionals.
18960         (_gl_register_fd): New declaration.
18961         * lib/fchdir.c (rpl_open): Remove function.
18962         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
18963         also.
18964         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
18965         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
18966         open.
18967
18968 2008-10-09  Jim Meyering  <meyering@redhat.com>
18969
18970         GNUmakefile: use the more name-space-friendly "_version"
18971         * top/GNUmakefile (_dummy): Update.
18972         (_version): Rename from "version".
18973
18974 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18975             Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
18978         rpl_close.
18979         (_gl_register_fd): New function, extracted from rpl_open.
18980         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
18981         (rpl_open, rpl_opendir): Use _gl_register_fd.
18982
18983 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
18984
18985         Fix organization of 'open' replacement.
18986         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
18987         (gl_FUNC_OPEN): Use it.
18988         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
18989
18990 2008-10-08  Bruno Haible  <bruno@clisp.org>
18991
18992         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
18993
18994 2008-10-08  Simon Josefsson  <simon@josefsson.org>
18995
18996         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
18997         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
18998         listen).
18999
19000 2008-10-08  Eric Blake  <ebb9@byu.net>
19001
19002         GNUmakefile: add 'make version' target
19003         * top/GNUmakefile (_curr-ver): Split version update rules...
19004         (version): ...into a target.
19005
19006 2008-10-07  Bruno Haible  <bruno@clisp.org>
19007
19008         Use a more portable replacement expression for -0.0L.
19009         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
19010         instead of -0.0L. Fix m4 quotation.
19011
19012         * tests/test-signbit.c: Include <float.h>.
19013         (minus_zero): New variable.
19014         (test_signbitl): Use minus_zero instead of -zero.
19015         * modules/signbit-tests (Depends-on): Add float.
19016
19017         * tests/test-ceill.c: Include <float.h>.
19018         (zero): Remove variable.
19019         (minus_zero): New variable.
19020         (main): Use minus_zero instead of -zero.
19021         * modules/ceill-tests (Depends-on): Add float.
19022
19023         * tests/test-floorl.c: Include <float.h>.
19024         (zero): Remove variable.
19025         (minus_zero): New variable.
19026         (main): Use minus_zero instead of -zero.
19027         * modules/floorl-tests (Depends-on): Add float.
19028
19029         * tests/test-roundl.c: Include <float.h>.
19030         (zero): Remove variable.
19031         (minus_zero): New variable.
19032         (main): Use minus_zero instead of -zero.
19033         * modules/roundl-tests (Depends-on): Add float.
19034
19035         * tests/test-truncl.c: Include <float.h>.
19036         (zero): Remove variable.
19037         (minus_zero): New variable.
19038         (main): Use minus_zero instead of -zero.
19039         * modules/truncl-tests (Depends-on): Add float.
19040
19041         * tests/test-frexpl.c (zero): Remove variable.
19042         (minus_zero): New variable.
19043         (main): Use minus_zero instead of -zero.
19044         * modules/frexpl-tests (Depends-on): Add float.
19045
19046         * tests/test-isnan.c (zerol): Remove variable.
19047         (minus_zerol): New variable.
19048         (test_long_double): Use minus_zerol instead of -zerol.
19049         * modules/isnan-tests (Depends-on): Add float.
19050
19051         * tests/test-isnanl.h (zero): Remove variable.
19052         (minus_zero): New variable.
19053         (main): Use minus_zero instead of -zero.
19054         * modules/isnanl-nolibm-tests (Depends-on): Add float.
19055         * modules/isnanl-tests (Depends-on): Add float.
19056
19057         * tests/test-ldexpl.c (zero): Remove variable.
19058         (minus_zero): New variable.
19059         (main): Use minus_zero instead of -zero.
19060         * modules/ldexpl-tests (Depends-on): Add float.
19061
19062         * tests/test-snprintf-posix.h (zerol): Remove variable.
19063         (minus_zerol): New variable.
19064         (test_function): Use minus_zerol instead of -zerol.
19065         * modules/snprintf-posix-tests (Depends-on): Add float.
19066         * modules/vsnprintf-posix-tests (Depends-on): Add float.
19067
19068         * tests/test-sprintf-posix.h (zerol): Remove variable.
19069         (minus_zerol): New variable.
19070         (test_function): Use minus_zerol instead of -zerol.
19071         * modules/sprintf-posix-tests (Depends-on): Add float.
19072         * modules/vsprintf-posix-tests (Depends-on): Add float.
19073
19074         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
19075         (minus_zerol): New variable.
19076         (test_function): Use minus_zerol instead of -zerol.
19077         * modules/vasnprintf-posix-tests (Depends-on): Add float.
19078
19079         * tests/test-vasprintf-posix.c (zerol): Remove variable.
19080         (minus_zerol): New variable.
19081         (test_function): Use minus_zerol instead of -zerol.
19082         * modules/vasprintf-posix-tests (Depends-on): Add float.
19083
19084 2008-10-07  Simon Josefsson  <simon@josefsson.org>
19085
19086         * MODULES.html.sh (Support for building documentation): Mention
19087         pmccabe2html.  Sort entries.
19088
19089         Add pmccabe2html module, from gnupdf.
19090         * build-aux/pmccabe.css: New file.
19091         * build-aux/pmccabe2html: New file.
19092         * m4/pmccabe2html.m4: New file.
19093         * modules/pmccabe2html: New file.
19094
19095 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
19096
19097         flock: new module
19098         * MODULES.html.sh: Add to list of modules.
19099         * lib/flock.c: flock implementation for Windows and Unix systems
19100         which have fcntl.
19101         * doc/glibc-functions/flock.texi: Update documentation.
19102         * lib/sys_file.in.h: <sys/file.h> header file.
19103         * m4/flock.m4: M4 macros.
19104         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
19105         * modules/flock: flock module.
19106         * modules/flock-tests: flock tests module.
19107         * modules/sys_file: sys/file.h module.
19108         * tests/test-flock.c: test suite for flock.
19109
19110 2008-10-06  Jim Meyering  <meyering@redhat.com>
19111
19112         bootstrap: check for LT_INIT more portably still ;-)
19113         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
19114         Spotted by Bruno Haible.
19115
19116 2008-10-06  Eric Blake  <ebb9@byu.net>
19117
19118         test-signbit: avoid tripping Irix cc bug on -0.0L
19119         * tests/test-signbit.c (minus_zerol): Delete, and replace with
19120         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
19121         entire testsuite consistent and avoids an Irix 6.2 bug.
19122
19123 2008-10-05  Bruno Haible  <bruno@clisp.org>
19124             Jim Meyering  <jim@meyering.net>
19125
19126         Add an option for ignoring EPIPE during close_stdout.
19127         * lib/closeout.h: Include <stdbool.h>.
19128         (close_stdout_set_ignore_EPIPE): New declaration.
19129         * lib/closeout.c: Include <stdbool.h>.
19130         (ignore_EPIPE): New variable.
19131         (close_stdout_set_ignore_EPIPE): New function.
19132         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
19133         * lib/close-stream.c (close_stream): Mention the possible EPIPE
19134         failure.
19135         * modules/closeout (Depends-on): Add stdbool.
19136
19137 2008-10-05  Bruno Haible  <bruno@clisp.org>
19138
19139         * modules/accept: New file.
19140         * modules/bind: New file.
19141         * modules/connect: New file.
19142         * modules/getpeername: New file.
19143         * modules/getsockname: New file.
19144         * modules/getsockopt: New file.
19145         * modules/listen: New file.
19146         * modules/recv: New file.
19147         * modules/recvfrom: New file.
19148         * modules/send: New file.
19149         * modules/sendto: New file.
19150         * modules/setsockopt: New file.
19151         * modules/socket: New file.
19152         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
19153         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
19154         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
19155         the particular module is requested. Add a link warning when the
19156         particular module is not requested.
19157         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
19158         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
19159         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
19160         the particular module is requested.
19161         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
19162         gl_SYS_SOCKET_H_DEFAULTS): New macros.
19163         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
19164         * modules/sys_socket (Depends-on): Add link-warning.
19165         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
19166         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
19167         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
19168         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
19169         GL_LINK_WARNING.
19170         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
19171         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
19172         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
19173         * doc/posix-functions/getpeername.texi: Mention the new module
19174         'getpeername'.
19175         * doc/posix-functions/getsockname.texi: Mention the new module
19176         'getsockname'.
19177         * doc/posix-functions/getsockopt.texi: Mention the new module
19178         'getsockopt'.
19179         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
19180         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
19181         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
19182         * doc/posix-functions/send.texi: Mention the new module 'send'.
19183         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
19184         * doc/posix-functions/setsockopt.texi: Mention the new module
19185         'setsockopt'.
19186         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
19187         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
19188         listen, connect, accept.
19189         * modules/select-tests (Depends-on): Likewise.
19190
19191 2008-10-05  Bruno Haible  <bruno@clisp.org>
19192
19193         * lib/winsock.c (strerror): Remove unused #undef.
19194         (rpl_close): Remove unused local variable.
19195
19196         * modules/sys_socket (Depends-on); Add errno.
19197
19198 2008-10-05  Bruno Haible  <bruno@clisp.org>
19199
19200         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
19201         (select): Add a link warning when the 'select' module is not used.
19202         * modules/sys_select (Depends-on): Add link-warning.
19203         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
19204         Suggested by Paolo Bonzini.
19205
19206 2008-10-05  Jim Meyering  <meyering@redhat.com>
19207
19208         bootstrap: check for LT_INIT more portably
19209         * build-aux/bootstrap: Avoid using grep -E, since it's not
19210         portable enough.  Suggestion from Bruno Haible.
19211
19212 2008-10-05  Bruno Haible  <bruno@clisp.org>
19213
19214         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
19215         as being fixed by gnulib.
19216
19217 2008-10-05  Bruno Haible  <bruno@clisp.org>
19218
19219         * modules/select-tests: New file, mostly copied from
19220         modules/sys_select-tests.
19221         * tests/test-select.c: New file, mostly copied from
19222         tests/test-sys_select.c.
19223         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
19224         * modules/sys_select-tests (Depends-on): Remove all dependencies.
19225         (Makefile.am): Remove test_sys_select_LDADD.
19226
19227         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
19228         to an undefined symbol, for an error message.
19229         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
19230         (gl_SYS_SELECT_H_DEFAULTS): New macro.
19231         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
19232         winsock-select.c here.
19233         * modules/sys_select (Files): Remove lib/winsock-select.c.
19234         (Depends-on): Remove alloca.
19235         (Makefile.am): Substitute GNULIB_SELECT.
19236         * modules/select: New file.
19237         * doc/posix-functions/select.texi: Update.
19238
19239 2008-10-05  Bruno Haible  <bruno@clisp.org>
19240
19241         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
19242         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
19243         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
19244         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
19245         getdtablesize.
19246         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
19247         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
19248
19249 2008-10-05  Bruno Haible  <bruno@clisp.org>
19250
19251         * modules/getdtablesize-tests: New file.
19252         * tests/test-getdtablesize.c: New file.
19253
19254         New module 'getdtablesize'.
19255         * lib/unistd.in.h (getdtablesize): New declaration.
19256         * lib/getdtablesize.c: New file.
19257         * m4/getdtablesize.m4: New file.
19258         * modules/getdtablesize: New file.
19259         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19260         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
19261         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
19262         HAVE_GETDTABLESIZE.
19263         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
19264
19265 2008-10-05  Bruno Haible  <bruno@clisp.org>
19266
19267         * modules/sched (Makefile.am): Fix typo.
19268         Reported by Simon Josefsson.
19269
19270 2008-10-05  Jim Meyering  <meyering@redhat.com>
19271
19272         bootstrap: check for LT_INIT, too
19273         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
19274         are deprecated.  Suggestion from Ralf Wildenhues.
19275
19276 2008-10-05  Bruno Haible  <bruno@clisp.org>
19277
19278         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
19279         overriding them by ours.
19280         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
19281
19282 2008-10-05  Jim Meyering  <meyering@redhat.com>
19283
19284         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
19285         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
19286         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
19287
19288 2008-10-04  Bruno Haible  <bruno@clisp.org>
19289
19290         * modules/dup2 (License): Change to LGPLv2+.
19291         * modules/sleep (License): Likewise.
19292         * modules/perror (License): Likewise.
19293         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
19294         Blake.
19295         * modules/signal (License): Likewise.
19296         * modules/sigprocmask (License): Likewise.
19297         * modules/raise (License): Change to LGPLv2+, with approval by Jim
19298         Meyering.
19299
19300 2008-10-04  Bruno Haible  <bruno@clisp.org>
19301
19302         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
19303         Reported by Rainer Tammer <tammer@tammer.net>.
19304
19305 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
19306             Bruno Haible  <bruno@clisp.org>
19307
19308         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
19309         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
19310         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
19311
19312 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
19313
19314         filevercmp: new module
19315         * lib/filevercmp.h: New function filevercmp comparing version strings.
19316         * lib/filevercmp.c: Implementation of filevercmp function.
19317         * modules/filevercmp: Module metadata.
19318         * tests/test-filevercmp.c: Unit test for new module.
19319         * modules/filevercmp-tests: Unit test metadata.
19320         * MODULES.html.sh: Add filevercmp module.
19321
19322 2008-10-03  Bruno Haible  <bruno@clisp.org>
19323
19324         * lib/c-ctype.h: Add comment.
19325         Reported by Jim Meyering.
19326
19327 2008-10-02  Bruno Haible  <bruno@clisp.org>
19328
19329         * modules/posix_spawn-internal (Depends-on): Add 'open'.
19330
19331 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19332
19333         * build-aux/bootstrap: Allow renaming bootstrap, and change the
19334         name of bootstrap.conf accordingly.
19335
19336 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19337
19338         * build-aux/bootstrap: Install git-merge-changelog configuration
19339         items into .gitconfig if needed.
19340
19341 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
19342
19343         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
19344         git repository, and initialize/update it accordingly.
19345
19346 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
19347
19348         * modules/fsync-tests: New file.
19349         * tests/test-fsync.c: New file.
19350
19351         New module 'fsync'.
19352         * lib/fsync.c: New file.
19353         * m4/fsync.m4: New file.
19354         * modules/fsync: New file.
19355         * lib/unistd.in.h (fsync): New declaration.
19356         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
19357         GNULIB_FSYNC and HAVE_FSYNC.
19358         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
19359         * MODULES.html.sh (posix_functions): Add fsync.
19360         * doc/posix-functions/fsync.texi: Mention the new module.
19361
19362 2008-10-02  Jim Meyering  <meyering@redhat.com>
19363
19364         fts.c: sync with similar code from coreutils' remove.c
19365         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
19366         Guard also with "#if defined __linux__", since for now at least,
19367         this code is Linux-kernel-specific.
19368
19369 2008-10-02  Jim Meyering  <meyering@redhat.com>
19370
19371         fts: bug fixes
19372         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
19373         Include <sys/vfs.h>, not <sys/statfs.h>.
19374
19375         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
19376         Include <sys/vfs.h>, not <sys/statfs.h>.
19377
19378 2008-10-01  Bruno Haible  <bruno@clisp.org>
19379
19380         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
19381         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
19382         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
19383         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
19384         * doc/posix-functions/posix_spawnp.texi: Likewise.
19385         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
19386         whether posix_spawn actually works.
19387         * m4/pipe.m4 (gl_PIPE): Likewise.
19388         * modules/execute (Files): Add m4/posix_spawn.m4.
19389         * modules/pipe (Files): Add m4/posix_spawn.m4.
19390         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
19391
19392 2008-10-01  Jim Meyering  <meyering@redhat.com>
19393
19394         remove trailing spaces
19395         * NEWS: Likewise.
19396         * lib/poll.c (poll): Likewise.
19397         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
19398         * lib/winsock.c (rpl_close): Likewise.
19399         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
19400         * modules/yield: Likewise.
19401         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
19402         * tests/test-sys_select.c (connect_to_socket): Likewise.
19403
19404         fts.c: adjust a new interface to be more generally useful
19405         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
19406         (fts_build): Adjust caller.
19407
19408 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19409
19410         * modules/cond-tests: New file.
19411         * tests/test-cond.c: New file.
19412
19413 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19414             Bruno Haible  <bruno@clisp.org>
19415
19416         * modules/cond (Dependencies): Add errno, time.
19417         * lib/glthread/cond.h: Include <time.h>.
19418         (gl_cond_define, gl_cond_define_initialized): Use the same definition
19419         across platforms.
19420
19421 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19422             Bruno Haible  <bruno@clisp.org>
19423
19424         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
19425
19426 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19427             Bruno Haible  <bruno@clisp.org>
19428
19429         * modules/tls-tests (Depends-on): Add thread, yield.
19430         (configure.ac): Remove all checks.
19431         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
19432         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19433         gl_thread_self): Remove definitions. Include glthread/thread.h and
19434         glthread/yield.h instead.
19435         (test_tls): Pass an additional NULL argument to gl_thread_join.
19436
19437 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19438             Bruno Haible  <bruno@clisp.org>
19439
19440         * modules/lock-tests (Depends-on): Add thread, yield.
19441         (configure.ac): Remove all checks.
19442         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
19443         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
19444         gl_thread_self): Remove definitions. Include glthread/thread.h and
19445         glthread/yield.h instead.
19446         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
19447         additional NULL argument to gl_thread_join.
19448
19449 2008-09-30  Bruno Haible  <bruno@clisp.org>
19450
19451         Fix the Win32 implementation of the 'thread' module.
19452         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
19453         pointer type.
19454         (gl_thread_self): Invoke gl_thread_self_func.
19455         (gl_thread_self_func): New declaration.
19456         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
19457         (do_init_self_key, init_self_key): New functions.
19458         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
19459         Remove some fields.
19460         (running_threads, running_lock): Remove variables.
19461         (get_current_thread_handle): New function.
19462         (gl_thread_self_func, wrapper_func, glthread_create_func,
19463         glthread_join_func, gl_thread_exit_func): Largely rewritten and
19464         simplified.
19465
19466 2008-09-30  Bruno Haible  <bruno@clisp.org>
19467
19468         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
19469         files.
19470
19471 2008-09-30  Jim Meyering  <meyering@redhat.com>
19472
19473         fts.m4: correct the test for statfs.f_type
19474         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
19475         when checking for statfs.f_type.
19476
19477 2008-09-15  Simon Josefsson  <simon@josefsson.org>
19478
19479         tests: avoid some compiler warnings
19480         * tests/test-memchr.c (main): Pass NULL indirectly.
19481         * tests/test-getdate.c (main): Remove unused variable 'ret'.
19482
19483 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
19484
19485         getdate.y: disallow countable dayshifts like "4 yesterday ago"
19486         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
19487         exactly specified dayshifts.
19488         (dayshift): New rule.
19489         (rel): Add dayshift.
19490         (relative_time_table) [tomorrow, yesterday, today, now]:
19491         Use tDAY_SHIFT in place of tDAY_UNIT.
19492         * tests/test-getdate.c: Add tests for now-disallowed countable
19493         dayshifts, e.g., "4 yesterday ago".
19494
19495 2008-09-29  Bruno Haible  <bruno@clisp.org>
19496
19497         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
19498         * tests/test-posix_spawn1.in.sh: Renamed from
19499         tests/test-posix_spawn.in.sh.
19500         * tests/test-posix_spawn2.c: New file.
19501         * tests/test-posix_spawn2.in.sh: New file.
19502         * modules/posix_spawnp-tests (Files): Update.
19503         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
19504
19505 2008-09-29  Bruno Haible  <bruno@clisp.org>
19506
19507         Propagate effects of putenv/setenv/unsetenv to child processes.
19508         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
19509         * lib/pipe.c (create_pipe): Likewise.
19510
19511 2008-09-29  Bruno Haible  <bruno@clisp.org>
19512
19513         Enable use of shell scripts as executables in mingw.
19514         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
19515         run the program as a shell script.
19516         * lib/pipe.c (create_pipe): Likewise.
19517         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
19518         resulting array.
19519
19520 2008-09-29  Eric Blake  <ebb9@byu.net>
19521
19522         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
19523
19524 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
19525
19526         * doc/posix-functions/accept.texi: Update mingw problems.
19527         * doc/posix-functions/bind.texi: Update mingw problems.
19528         * doc/posix-functions/close.texi: Update mingw problems.
19529         * doc/posix-functions/connect.texi: Update mingw problems.
19530         * doc/posix-functions/getpeername.texi: Update mingw problems.
19531         * doc/posix-functions/getsockname.texi: Update mingw problems.
19532         * doc/posix-functions/getsockopt.texi: Update mingw problems.
19533         * doc/posix-functions/ioctl.texi: Update mingw problems.
19534         * doc/posix-functions/listen.texi: Update mingw problems.
19535         * doc/posix-functions/recv.texi: Update mingw problems.
19536         * doc/posix-functions/recvfrom.texi: Update mingw problems.
19537         * doc/posix-functions/select.texi: Update mingw problems.
19538         * doc/posix-functions/send.texi: Update mingw problems.
19539         * doc/posix-functions/sendto.texi: Update mingw problems.
19540         * doc/posix-functions/setsockopt.texi: Update mingw problems.
19541         * doc/posix-functions/socket.texi: Update mingw problems.
19542
19543 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
19544             Bruno Haible  <bruno@clisp.org>
19545
19546         * lib/sys_select.in.h: Include sys/time.h.
19547         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
19548         * modules/sys_select: Depend on sys_time.
19549         * tests/test-sys_select.c: Test that sys/select.h defines struct
19550         timeval fully.
19551
19552 2008-09-29  Bruno Haible  <bruno@clisp.org>
19553
19554         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
19555         * lib/sys_select.in.h: Likewise.
19556
19557 2008-09-29  Bruno Haible  <bruno@clisp.org>
19558
19559         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
19560
19561 2008-09-29  Bruno Haible  <bruno@clisp.org>
19562
19563         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
19564         Set LIBSOCKET instead of augmenting LIBS.
19565         * modules/sockets (Link): New section.
19566         * modules/sockets-tests (test_sockets_LDADD): New variable.
19567         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
19568         * modules/poll-tests (test_poll_LDADD): New variable.
19569         * NEWS: Document the change.
19570
19571 2008-09-29  Bruno Haible  <bruno@clisp.org>
19572
19573         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
19574         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
19575         ARPA_INET_H directly.
19576         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
19577
19578 2008-09-28  Bruno Haible  <bruno@clisp.org>
19579
19580         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
19581         from gl_HEADER_SYS_SOCKET.
19582         (gl_HEADER_SYS_SOCKET): Invoke it.
19583         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
19584
19585 2008-09-28  Bruno Haible  <bruno@clisp.org>
19586
19587         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
19588         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
19589         Needed on OSF/1 4.0.
19590
19591 2008-09-28  Bruno Haible  <bruno@clisp.org>
19592
19593         Override open more carefully.
19594         * lib/open.c (orig_open): New function.
19595         (rpl_open): Use orig_open instead of open.
19596         * lib/fcntl.in.h: Add special invocation convention.
19597         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
19598         (gl_FUNC_OPEN): Invoke it.
19599
19600         Override freopen more carefully.
19601         * lib/freopen.c (orig_freopen): New function.
19602         (rpl_freopen): Use orig_freopen instead of freopen.
19603         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
19604         (gl_FUNC_FREOPEN): Invoke it.
19605
19606         Override fopen more carefully.
19607         * lib/fopen.c (orig_fopen): New function.
19608         (rpl_fopen): Use orig_fopen instead of fopen.
19609         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
19610         (gl_FUNC_FOPEN): Invoke it.
19611         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
19612
19613 2008-09-28  Bruno Haible  <bruno@clisp.org>
19614
19615         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
19616         SIGPIPE.
19617
19618 2008-09-28  Bruno Haible  <bruno@clisp.org>
19619
19620         * tests/test-sigaction.c (handler, main): Disable the check whether
19621         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
19622         glibc systems with LinuxThreads.
19623
19624 2008-09-28  Bruno Haible  <bruno@clisp.org>
19625
19626         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
19627
19628         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
19629         with AIX xlc.
19630         * lib/fcntl.in.h (open): Likewise.
19631         Reported by Rainer Tammer <tammer@tammer.net>.
19632
19633 2008-09-28  Bruno Haible  <bruno@clisp.org>
19634
19635         * modules/posix_spawnp-tests: New file.
19636         * tests/test-posix_spawn.c: New file.
19637         * tests/test-posix_spawn.in.sh: New file.
19638
19639         New module 'posix_spawnp'.
19640         * modules/posix_spawnp: New file.
19641         * lib/spawnp.c: New file, from GNU libc with modifications.
19642         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
19643
19644         New module 'posix_spawn'.
19645         * modules/posix_spawn: New file.
19646         * lib/spawn.c: New file, from GNU libc with modifications.
19647         * doc/posix-functions/posix_spawn.texi: Mention the new module.
19648
19649         New module 'posix_spawnattr_destroy'.
19650         * modules/posix_spawnattr_destroy: New file.
19651         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
19652         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
19653         module.
19654
19655         New module 'posix_spawnattr_setsigmask'.
19656         * modules/posix_spawnattr_setsigmask: New file.
19657         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
19658         modifications.
19659         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
19660         new module.
19661
19662         New module 'posix_spawnattr_getsigmask'.
19663         * modules/posix_spawnattr_getsigmask: New file.
19664         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
19665         modifications.
19666         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
19667         new module.
19668
19669         New module 'posix_spawnattr_setsigdefault'.
19670         * modules/posix_spawnattr_setsigdefault: New file.
19671         * lib/spawnattr_setdefault.c: New file, from GNU libc with
19672         modifications.
19673         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
19674         new module.
19675
19676         New module 'posix_spawnattr_getsigdefault'.
19677         * modules/posix_spawnattr_getsigdefault: New file.
19678         * lib/spawnattr_getdefault.c: New file, from GNU libc with
19679         modifications.
19680         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
19681         new module.
19682
19683         New module 'posix_spawnattr_setschedpolicy'.
19684         * modules/posix_spawnattr_setschedpolicy: New file.
19685         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
19686         modifications.
19687         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
19688         new module.
19689
19690         New module 'posix_spawnattr_getschedpolicy'.
19691         * modules/posix_spawnattr_getschedpolicy: New file.
19692         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
19693         modifications.
19694         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
19695         new module.
19696
19697         New module 'posix_spawnattr_setschedparam'.
19698         * modules/posix_spawnattr_setschedparam: New file.
19699         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
19700         modifications.
19701         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
19702         new module.
19703
19704         New module 'posix_spawnattr_getschedparam'.
19705         * modules/posix_spawnattr_getschedparam: New file.
19706         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
19707         modifications.
19708         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
19709         new module.
19710
19711         New module 'posix_spawnattr_setpgroup'.
19712         * modules/posix_spawnattr_setpgroup: New file.
19713         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
19714         modifications.
19715         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
19716         module.
19717
19718         New module 'posix_spawnattr_getpgroup'.
19719         * modules/posix_spawnattr_getpgroup: New file.
19720         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
19721         modifications.
19722         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
19723         module.
19724
19725         New module 'posix_spawnattr_setflags'.
19726         * modules/posix_spawnattr_setflags: New file.
19727         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
19728         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
19729         module.
19730
19731         New module 'posix_spawnattr_getflags'.
19732         * modules/posix_spawnattr_getflags: New file.
19733         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
19734         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
19735         module.
19736
19737         New module 'posix_spawnattr_init'.
19738         * modules/posix_spawnattr_init: New file.
19739         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
19740         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
19741         module.
19742
19743         New module 'posix_spawn_file_actions_destroy'.
19744         * modules/posix_spawn_file_actions_destroy: New file.
19745         * lib/spawn_faction_destroy.c: New file, from GNU libc with
19746         modifications.
19747         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
19748         the new module.
19749
19750         New module 'posix_spawn_file_actions_addopen'.
19751         * modules/posix_spawn_file_actions_addopen: New file.
19752         * lib/spawn_faction_addopen.c: New file, from GNU libc with
19753         modifications.
19754         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
19755         the new module.
19756
19757         New module 'posix_spawn_file_actions_adddup2'.
19758         * modules/posix_spawn_file_actions_adddup2: New file.
19759         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
19760         modifications.
19761         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
19762         the new module.
19763
19764         New module 'posix_spawn_file_actions_addclose'.
19765         * modules/posix_spawn_file_actions_addclose: New file.
19766         * lib/spawn_faction_addclose.c: New file, from GNU libc with
19767         modifications.
19768         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
19769         the new module.
19770
19771         New module 'posix_spawn_file_actions_init'.
19772         * modules/posix_spawn_file_actions_init: New file.
19773         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
19774         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
19775         new module.
19776
19777         New module 'posix_spawn-internal'.
19778         * modules/posix_spawn-internal: New file.
19779         * lib/spawn_int.h: New file, from GNU libc with modifications.
19780         * lib/spawni.c: New file, from GNU libc with modifications.
19781         * m4/posix_spawn.m4: New file.
19782
19783         New module 'spawn'.
19784         * modules/spawn: New file.
19785         * lib/spawn.in.h: New file, from GNU libc with modifications.
19786         * m4/spawn_h.m4: New file.
19787         * doc/posix-headers/spawn.texi: Mention the new module.
19788
19789 2008-09-28  Bruno Haible  <bruno@clisp.org>
19790
19791         * modules/sched-tests: New file.
19792         * tests/test-sched.c: New file.
19793
19794         New module 'sched'.
19795         * modules/sched: New file.
19796         * lib/sched.in.h: New file.
19797         * m4/sched_h.m4: New file.
19798         * doc/posix-headers/sched.texi: Mention the new module.
19799
19800 2008-09-27  Eric Blake  <ebb9@byu.net>
19801
19802         Fix previous patch, and tweak references to $0.
19803         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
19804         (func_version, func_gnulib_dir): Don't call this program
19805         gnulib-tool.
19806         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
19807         with using $0 in function.
19808         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
19809         (func_fatal_error): Reuse the name the user invoked us with.
19810
19811 2008-09-27  Bruno Haible  <bruno@clisp.org>
19812
19813         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
19814         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
19815         (gl_ICONV_H): Not here.
19816         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
19817         instead of assigning ICONV_H directly.
19818
19819         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
19820         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
19821         WCHAR_H directly.
19822
19823 2008-09-27  Bruno Haible  <bruno@clisp.org>
19824
19825         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
19826         * modules/arpa_inet (Depends-on): Add link-warning.
19827         (Makefile.am): Insert the definition of GL_LINK-WARNING.
19828         * modules/unistd (Makefile.am): Likewise.
19829
19830 2008-09-26  Bruno Haible  <bruno@clisp.org>
19831
19832         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
19833         variables.
19834         (func_version): Essentially copied from gnulib-tool.
19835         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
19836         func_readlink): Copied from gnulib-tool.
19837
19838 2008-09-26  Bruno Haible  <bruno@clisp.org>
19839
19840         * gnulib-tool (func_version): Change directory to $gnulib_dir before
19841         invoking git-version-gen.
19842
19843 2008-09-26  Bruno Haible  <bruno@clisp.org>
19844
19845         * posix-modules: Update to directory names changed on 2008-01-19.
19846         Remove commas in output before splitting into words. No more need to
19847         avoid 'ftruncate' since 2007-02-19.
19848
19849 2008-09-26  Bruno Haible  <bruno@clisp.org>
19850
19851         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
19852
19853 2008-09-26  Bruno Haible  <bruno@clisp.org>
19854
19855         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
19856         * modules/fwriteerror (Depends-on): Add errno.
19857
19858 2008-09-26  Bruno Haible  <bruno@clisp.org>
19859
19860         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
19861         * tests/test-vc-list-files-cvs.sh: Likewise.
19862
19863 2008-09-26  Bruno Haible  <bruno@clisp.org>
19864
19865         * doc/posix-headers/sys_resource.texi: Reorder items.
19866
19867 2008-09-26  Jim Meyering  <meyering@redhat.com>
19868
19869         fts: tweak inode comparison function
19870         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
19871         inode numbers, as documented.
19872
19873         fts: sort dirent entries on inode number before traversing
19874         This avoids a quadratic, seek-related performance penalty when
19875         operating on a directory containing many entries (measurable at 10k;
19876         3.5 hours at 2 million entries with a cold cache) on certain types
19877         of file systems, including ext3 and ext4, but not tmpfs.
19878         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
19879         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
19880         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
19881         (fs_handles_readdir_ordered_dirents_efficiently): New function.
19882         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
19883         (fts_build): Set the stat.st_ino member from D_INO.
19884         If it is likely to be useful, sort dirent entries on inode number.
19885
19886         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
19887         and the struct statfs.f_type member.
19888         * modules/fts (Depends-on): Add d-ino.
19889
19890 2008-09-26  Bruno Haible  <bruno@clisp.org>
19891
19892         * modules/sigpipe-die (Depends-on): Add sigpipe.
19893
19894         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
19895         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
19896         and GNULIB_STDIO_H_SIGPIPE are set.
19897         * lib/stdio-write.c: New file.
19898         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
19899         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19900         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19901         REPLACE_STDIO_WRITE_FUNCS.
19902         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
19903         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19904         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19905         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
19906         * modules/stdio (Files): Add lib/stdio-write.c.
19907         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
19908         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
19909         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
19910         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
19911         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
19912         REPLACE_FPRINTF_POSIX.
19913         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
19914         REPLACE_PRINTF_POSIX.
19915         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
19916         REPLACE_VFPRINTF_POSIX.
19917         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
19918         REPLACE_VPRINTF_POSIX.
19919         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
19920         SIGPIPE issue.
19921         * doc/posix-functions/fputc.texi: Likewise.
19922         * doc/posix-functions/fputs.texi: Likewise.
19923         * doc/posix-functions/fwrite.texi: Likewise.
19924         * doc/posix-functions/printf.texi: Likewise.
19925         * doc/posix-functions/putc.texi: Likewise.
19926         * doc/posix-functions/putchar.texi: Likewise.
19927         * doc/posix-functions/puts.texi: Likewise.
19928         * doc/posix-functions/vfprintf.texi: Likewise.
19929         * doc/posix-functions/vprintf.texi: Likewise.
19930
19931         * modules/safe-write (Depends-on): Add write.
19932
19933         * modules/sigpipe-tests: New file.
19934         * tests/test-sigpipe.c: New file.
19935         * tests/test-sigpipe.sh: New file.
19936
19937         * modules/write: New file.
19938         * lib/unistd.in.h: Include <sys/types.h>.
19939         (write): New declaration.
19940         * lib/write.c: New file.
19941         * m4/write.m4: New file.
19942         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
19943         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
19944         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
19945         GNULIB_WRITE, REPLACE_WRITE.
19946         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
19947         and the SIGPIPE issue.
19948
19949         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
19950         (raise): New declaration.
19951         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
19952         (ext_signal): New function.
19953         (rpl_raise): New function.
19954         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
19955         GNULIB_SIGNAL_H_SIGPIPE.
19956         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
19957         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
19958
19959         * modules/sigpipe: New file.
19960         * m4/sigpipe.m4: New file.
19961
19962 2008-09-25  Derek Price  <derek@ximbiot.com>
19963             Bruno Haible  <bruno@clisp.org>
19964
19965         * gnulib-tool (func_import): Report all license incompatibilities, not
19966         just the first one.
19967
19968 2008-09-25  Bruno Haible  <bruno@clisp.org>
19969
19970         * gnulib-tool (func_import): When computing the edits, consider not
19971         only the Makefile.ams that exist but also those that will be generated.
19972
19973 2008-09-25  Simon Josefsson  <simon@josefsson.org>
19974
19975         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
19976         fixes gnulib-tool --test warning about duplicate dependency.
19977
19978 2008-09-25  Bruno Haible  <bruno@clisp.org>
19979
19980         * gnulib-tool: Don't ask the user to perform edits in the generated
19981         Makefile.ams.
19982         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
19983         apply to the Makefile.am being generated.
19984         (func_emit_tests_Makefile_am): Execute edits that apply to the
19985         Makefile.am being generated.
19986         (func_import): Setup list of Makefile.am edits before emitting the
19987         Makefile.ams, not at the end.
19988         (func_create_testdir): Update.
19989         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19990
19991 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19992
19993         * gnulib-tool (func_import): Store the --tests-base option in the
19994         comment in gnulib-cache.m4.
19995
19996 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
19997
19998         * NEWS: Document increased portability that sys_select now provides.
19999
20000         * lib/sys_select.in.h: Install select wrapper.
20001         * lib/sys_socket.in.h: Use more descriptive name when there is no
20002         select wrapper.
20003         * lib/winsock-select.c: New.
20004         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
20005         Require gl_HEADER_SYS_SOCKET.
20006         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
20007         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
20008         * tests/test-sys_select.c: Add functional tests.
20009
20010 2008-09-24  Eric Blake  <ebb9@byu.net>
20011
20012         open, fopen: close fd leak in last patch
20013         * lib/open.c (rpl_open): Close fd before returning error.
20014         * lib/fopen.c (rpl_fopen): Close fd before returning error.
20015         * doc/posix-functions/open.texi (open): Document that Irix also
20016         has the bug.
20017         * doc/posix-functions/fopen.texi (fopen): Likewise.
20018         Reported by Paolo Bonzini.
20019
20020 2008-09-24  Bruno Haible  <bruno@clisp.org>
20021
20022         Ensure that a filename ending in a slash cannot be used to access a
20023         non-directory.
20024         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
20025         to check whether it's really a directory.
20026         * lib/fopen.c: Include fcntl.h, unistd.h.
20027         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
20028         and fdopen().
20029         * modules/fopen (Depends-on): Add unistd.
20030         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
20031         * tests/test-fopen.c (main): Likewise.
20032         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
20033         * doc/posix-functions/fopen.texi: Likewise.
20034         Reported by Eric Blake.
20035
20036 2008-09-23  Eric Blake  <ebb9@byu.net>
20037
20038         c-stack: avoid compiler optimizations when provoking overflow
20039         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
20040         recursion harder to optimize, to ensure a stack overflow occurs.
20041         * tests/test-c-stack.c (recurse): Likewise.
20042         Borrowed from libsigsegv.
20043
20044         c-stack: work around Irix sigaltstack bug
20045         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
20046         whether sigaltstack uses wrong end of stack_t (copied in part from
20047         libsigsegv).
20048         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
20049         Irix bug, without requiring an over-allocation.
20050         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
20051         bug.
20052
20053         fopen: document mingw bug on directories
20054         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
20055         not allowing a stream visiting a directory, even though reading
20056         from such a stream is not portable.
20057
20058 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20059
20060         * lib/poll.c: Rewrite.
20061         * modules/poll: Depend on alloca.
20062
20063 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20064
20065         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
20066         instead define prototypes for a full set of wrappers.  Ensure
20067         that Cygwin does not use the compatibility code, which is only
20068         for MinGW.
20069         * lib/winsock.c: New.
20070         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
20071         * modules/sys_socket: Add lib/winsock.c.
20072
20073         * modules/poll-tests: Add errno and perror.
20074         * tests/test-poll.c: Use ioctl, not ioctlsocket.
20075
20076 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
20077
20078         * tests/test-poll.c: Downgrade minimum needed Winsock version.
20079
20080 2008-09-23  Bruno Haible  <bruno@clisp.org>
20081
20082         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
20083         * doc/glibc-functions/*: Likewise.
20084
20085 2008-09-23  Simon Josefsson  <simon@josefsson.org>
20086
20087         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
20088         success.
20089
20090 2008-09-22  Eric Blake  <ebb9@byu.net>
20091             Bruno Haible  <bruno@clisp.org>
20092
20093         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
20094         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
20095         supply %A but mishandle pseudo-NaN.
20096         Reported by Simon Josefsson.
20097
20098 2008-09-21  Bruno Haible  <bruno@clisp.org>
20099
20100         * tests/test-lock.c (main): Tweak skip message.
20101         * tests/test-tls.c (main): Likewise.
20102
20103 2008-09-21  Bruno Haible  <bruno@clisp.org>
20104
20105         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
20106         whether 'struct sigaction' has sa_sigaction here...
20107         (gl_PREREQ_SIG_HANDLER_H): ... not here.
20108         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
20109
20110 2008-09-21  Bruno Haible  <bruno@clisp.org>
20111
20112         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
20113         section.
20114         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
20115         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
20116         the new section.
20117         (Support for obsolete systems lacking POSIX:2001): New section.
20118         (String handling <string.h>): Move strdup to the new section.
20119         Suggested by Simon Josefsson and Paolo Bonzini.
20120
20121 2008-09-21  Bruno Haible  <bruno@clisp.org>
20122
20123         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
20124         exponents in %e and %g results on 'long double'. Needed for mingw's
20125         improved *printf functions.
20126         * tests/test-vasprintf-posix.c (test_function): Likewise.
20127         * tests/test-snprintf-posix.h (test_function): Likewise.
20128         * tests/test-sprintf-posix.h (test_function): Likewise.
20129         Reported by Eric Blake.
20130
20131 2008-09-21  Bruno Haible  <bruno@clisp.org>
20132
20133         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
20134         * tests/test-sprintf-posix.h (test_function): Likewise.
20135
20136 2008-09-21  Bruno Haible  <bruno@clisp.org>
20137
20138         * modules/getpass (Depends-on): Add strdup-posix.
20139
20140         New module 'strdup-posix'.
20141         * modules/strdup-posix: New file.
20142         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
20143         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
20144         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
20145         REPLACE_STRDUP.
20146         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
20147         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
20148         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20149         strdup-posix.
20150
20151         * modules/strdup (Depends-on): Remove malloc-posix.
20152
20153 2008-09-20  Bruno Haible  <bruno@clisp.org>
20154
20155         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
20156         Wildenhues.
20157
20158 2008-09-20  Bruno Haible  <bruno@clisp.org>
20159
20160         Ensure that wint_t gets defined on IRIX 5.3.
20161         * lib/wchar.in.h (wint_t): Define if not defined by the system.
20162         * lib/wctype.in.h (wint_t): Likewise.
20163         (__wctype_wint_t): Remove type.
20164         (isw*): Use wint_t instead of __wctype_wint_t.
20165         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
20166         * modules/wchar (Files): Add m4/wint_t.m4.
20167         (Makefile.am): Substitute HAVE_WINT_T.
20168         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
20169         * tests/test-wctype.c: Check that wint_t is defined.
20170         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
20171         * doc/posix-headers/wctype.texi: Likewise.
20172         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
20173
20174 2008-09-18  Bruno Haible  <bruno@clisp.org>
20175
20176         * gnulib-tool (func_exit): Update comment.
20177
20178 2008-09-18  Simon Josefsson  <simon@josefsson.org>
20179
20180         * modules/getaddrinfo (Depends-on): Remove strdup, this module
20181         assumes strdup exists and does not depend on strdup to return
20182         ENOMEM on out of memory conditions.
20183
20184 2008-09-18  Bruno Haible  <bruno@clisp.org>
20185
20186         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
20187         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
20188         digits for the exponent.
20189
20190 2008-09-18  Jim Meyering  <meyering@redhat.com>
20191             Bruno Haible  <bruno@clisp.org>
20192
20193         * lib/vasnprintf.c (decimal_point_char): Define also if
20194         NEED_PRINTF_INFINITE_LONG_DOUBLE.
20195
20196 2008-09-16  Bruno Haible  <bruno@clisp.org>
20197         and Eric Blake  <ebb9@byu.net>
20198
20199         vasnprintf: support Irix 5.3
20200         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
20201         that mishandle long double infinity.
20202         Reported by Tom G. Christensen.
20203
20204 2008-09-16  Bruno Haible  <bruno@clisp.org>
20205
20206         * doc/glibc-functions/scandir.texi: Mention the function is missing on
20207         Solaris 9.
20208         * doc/glibc-functions/alphasort.texi: Likewise.
20209         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
20210
20211 2008-09-16  Jim Meyering  <meyering@redhat.com>
20212
20213         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
20214         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
20215         a umask modification leak out of a subshell.  Otherwise, the
20216         opensolaris /bin/sh would be accepted and thus cause unwarranted
20217         failures in the coreutils test suite.
20218
20219 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
20220
20221         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
20222         to succeed.
20223
20224 2008-09-16  Jim Meyering  <meyering@redhat.com>
20225
20226         avoid spurious test failure when library is built without ACL support
20227         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
20228         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
20229         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
20230         * tests/test-copy-acl.sh: Likewise.
20231
20232 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20233
20234         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
20235         based on character occurrence counts.
20236
20237 2008-09-15  Eric Blake  <ebb9@byu.net>
20238
20239         tests: avoid some compiler warnings
20240         * tests/test-memchr.c (main): Pass NULL indirectly.
20241         * tests/test-closein.c (main): Avoid unused variable.
20242
20243 2008-09-15  Bruno Haible  <bruno@clisp.org>
20244
20245         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
20246         are missing on OpenBSD 4.0 individually.
20247         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20248
20249 2008-09-15  Bruno Haible  <bruno@clisp.org>
20250
20251         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
20252         * doc/posix-functions/strerror.texi: Mention also Cygwin.
20253         * doc/posix-functions/perror.texi: Likewise.
20254         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
20255         is missing.
20256         Reported by Eric Blake.
20257
20258         * lib/errno.in.h: Use replacement values >= 2000.
20259         Reported by Eric Blake.
20260
20261 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20262
20263         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
20264         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
20265         limit.
20266         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
20267         compareseq was aborted.
20268
20269 2008-09-14  Bruno Haible  <bruno@clisp.org>
20270
20271         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
20272         yvec_edit_count.
20273         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
20274         (fstrcmp_bounded): Simplify result computation accordingly.
20275
20276 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20277
20278         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
20279         (fstrcmp): Define in terms of fstrcmp_bounded.
20280         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
20281         lower_bound argument.
20282         Return quickly if the result is certainly < lower_bound.
20283         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
20284
20285 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20286
20287         * lib/diffseq.h (EARLY_ABORT): New macro.
20288         (compareseq): Change return type to bool. Return true when EARLY_ABORT
20289         evaluates to true.
20290
20291 2008-09-14  Bruno Haible  <bruno@clisp.org>
20292
20293         * modules/perror-tests: New file.
20294         * tests/test-perror.sh: New file.
20295         * tests/test-perror.c: New file.
20296
20297         New module 'perror'.
20298         * lib/stdio.in.h (perror): New declaration.
20299         * lib/perror.c: New file.
20300         * m4/perror.m4: New file.
20301         * modules/perror: New file.
20302         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
20303         * doc/posix-functions/perror.texi: Mention the perror module.
20304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
20305         REPLACE_PERROR.
20306         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
20307         REPLACE_PERROR.
20308
20309 2008-09-14  Bruno Haible  <bruno@clisp.org>
20310
20311         * modules/stdio (Makefile.am): Reorder to match the order in
20312         lib/stdio.in.h.
20313         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20314
20315 2008-09-13  Bruno Haible  <bruno@clisp.org>
20316
20317         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
20318
20319 2008-09-13  Bruno Haible  <bruno@clisp.org>
20320
20321         Extend strerror to cover the added errno values.
20322         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
20323         (rpl_strerror): Provide error messages for the added errno values and
20324         for the WSA* values.
20325         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
20326         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
20327         strerror.
20328         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
20329         * modules/strerror (Depends-on): Add errno.
20330         * doc/posix-functions/strerror.texi: Document the change.
20331         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
20332         and EOVERFLOW.
20333
20334 2008-09-13  Bruno Haible  <bruno@clisp.org>
20335
20336         * modules/EOVERFLOW: Remove file.
20337         * m4/eoverflow.m4: Remove file.
20338         * modules/EOVERFLOW-tests: Remove file.
20339         * tests/test-EOVERFLOW.c: Remove file.
20340         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
20341         * modules/ftell (Depends-on): Likewise.
20342         * modules/getdelim (Depends-on): Likewise.
20343         * modules/getugroups (Depends-on): Likewise.
20344         * modules/poll (Depends-on): Likewise.
20345         * modules/snprintf (Depends-on): Likewise.
20346         * modules/sprintf-posix (Depends-on): Likewise.
20347         * modules/vasnprintf (Depends-on): Likewise.
20348         * modules/vasprintf (Depends-on): Likewise.
20349         * modules/vfprintf-posix (Depends-on): Likewise.
20350         * modules/vsnprintf (Depends-on): Likewise.
20351         * modules/vsprintf-posix (Depends-on): Likewise.
20352         * modules/xvasprintf (Depends-on): Likewise.
20353         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
20354         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
20355         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
20356         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
20357         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
20358         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
20359         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
20360         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
20361         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
20362         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
20363         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
20364         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
20365         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
20366         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
20367         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
20368         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
20369         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
20370         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
20371         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
20372         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
20373         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
20374         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
20375         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
20376         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
20377         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
20378         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
20379         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
20380         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
20381         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
20382         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
20383         * MODULES.html.sh: Remove EOVERFLOW.
20384         * NEWS: Mention the change.
20385
20386 2008-09-13  Bruno Haible  <bruno@clisp.org>
20387
20388         * modules/errno-tests: New file.
20389         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
20390
20391         * lib/errno.in.h: New file.
20392         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
20393         * modules/errno: New file.
20394         * doc/posix-headers/errno.texi: Update documentation.
20395         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
20396
20397 2008-09-13  Bruno Haible  <bruno@clisp.org>
20398
20399         * tests/test-poll.c: Use #if for native Windows, rather than testing
20400         __MSVCRT__.
20401
20402 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20403             Bruno Haible  <bruno@clisp.org>
20404
20405         * lib/glob.c: Don't include <pwd.h> on native Windows.
20406         (WINDOWS32): New macro.
20407         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
20408
20409 2008-09-13  Bruno Haible  <bruno@clisp.org>
20410
20411         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
20412         (ETIMEDOUT): Remove macro.
20413         (glthread_cond_timedwait_multithreaded): New declaration.
20414         (glthread_cond_timedwait): Use it.
20415         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
20416         (glthread_cond_timedwait_multithreaded): New function.
20417
20418 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20419
20420         * modules/poll-tests: Do not check for io.h.
20421         * tests/test-poll.c: Check for __MSVCRT__ instead.
20422
20423 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20424
20425         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
20426         * modules/poll-tests: Add inet_pton, stdbool, sockets.
20427         * tests/test-poll.c: Use them.  Use _pipe on Windows.
20428
20429 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
20430
20431         * modules/poll-tests: New.
20432         * tests/test-poll.c: New.
20433
20434 2008-09-12  Eric Blake  <ebb9@byu.net>
20435
20436         frexp: test for NetBSD failure on -0.0
20437         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
20438         not all, bugs from NetBSD 3.0 have been fixed.
20439         * doc/posix-functions/frexp.texi (frexp): Document bug.
20440         Reported by Thomas Klausner.
20441
20442         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
20443         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
20444         literal -0.0.
20445         Reported by Jonathan C. Patschke <jp@centtech.com>.
20446
20447 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20448
20449         * lib/glthread/cond.h: Use dummy implementation also if
20450         USE_WIN32_THREADS.
20451
20452 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20453
20454         * modules/fnmatch-posix (License): Change to LGPLv2+.
20455         * modules/fnmatch-gnu (License): Likewise.
20456
20457 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20458
20459         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
20460
20461 2008-09-11  Jim Meyering  <meyering@redhat.com>
20462
20463         * users.txt: Add gtk-vnc.
20464
20465 2008-09-08  Simon Josefsson  <simon@josefsson.org>
20466
20467         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
20468         rotate amounts.
20469
20470         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
20471         required for 16-bit and 8-bit rotates.
20472         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
20473         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
20474         UINT8_MAX instead of hard-coded constants.
20475         Suggested by Paul Eggert.
20476
20477 2008-09-07  Bruno Haible  <bruno@clisp.org>
20478
20479         * tests/test-striconveh.c (main): Check behaviour when converting from
20480         UTF-7.
20481
20482         Make striconveh work better with stateful encodings.
20483         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
20484         that iconv does not increment the inptr when returning -1/EINVAL.
20485
20486 2008-09-07  Bruno Haible  <bruno@clisp.org>
20487
20488         * build-aux/config.rpath: Update according to libtool-2.2.6.
20489         * build-aux/config.libpath: Likewise.
20490
20491 2008-09-06  Bruno Haible  <bruno@clisp.org>
20492
20493         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
20494         * lib/freadptr.c (freadptr): Likewise.
20495         * lib/freadseek.c (freadptrinc): Likewise.
20496         Reported by Simon Josefsson.
20497
20498 2008-09-06  Bruno Haible  <bruno@clisp.org>
20499
20500         * modules/freadptr (License): Change to LGPLv2+.
20501         * modules/freadseek (License): Likewise.
20502         Suggested by Eric Blake.
20503
20504         * modules/memchr2 (License): Change to LGPLv2+.
20505         Approved by Eric Blake.
20506
20507 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20508             Bruno Haible  <bruno@clisp.org>
20509
20510         Make gnulib-tool work with native 'sed' on AIX.
20511         * gnulib-tool (sed_noop): New variable.
20512         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
20513         func_add_or_update, func_create_testdir): Use it to initialize sed
20514         script variables.
20515         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20516
20517 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
20518             Bruno Haible  <bruno@clisp.org>
20519
20520         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
20521         also works after #include directives.
20522
20523 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
20524
20525         getdate.y: reject an out-of-range timezone value
20526         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
20527         the range [-24...+24].  When specified with only one or two digits,
20528         * tests/test-getdate.c: Tests for the fix.
20529         * doc/getdate.texi: Document this change.
20530
20531 2008-09-03  Bruno Haible  <bruno@clisp.org>
20532
20533         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
20534
20535 2008-09-02  Simon Josefsson  <simon@josefsson.org>
20536
20537         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
20538         <bruce.korb@gmail.com> with ideas from Ben Pfaff
20539         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
20540         Blake <ebb9@byu.net>.
20541
20542         * tests/test-bitrotate.c: Add more test vectors.
20543
20544 2008-09-02  Eric Blake  <ebb9@byu.net>
20545
20546         vasnprintf-posix: handle large precision via %.*d
20547         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
20548         when handling it ourselves.
20549         * tests/test-vasnprintf-posix.c (test_function): Add test.
20550         * tests/test-snprintf-posix.h (test_function): Likewise.
20551         * tests/test-sprintf-posix.h (test_function): Likewise.
20552         * tests/test-vasprintf-posix.c (test_function): Likewise.
20553         Reported by Alain Guibert.
20554
20555 2008-09-01  Eric Blake  <ebb9@byu.net>
20556
20557         c-stack: make configure-time check more robust
20558         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
20559         successful sigaction call.
20560         Reported by Tom G. Christensen.
20561
20562 2008-09-01  Bruno Haible  <bruno@clisp.org>
20563
20564         New module 'findprog-lgpl'.
20565         * modules/findprog-lgpl: New file.
20566         * lib/findprog-lgpl.c: New file.
20567         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
20568         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
20569         to decide whether to use strdup or xstrdup, concatenated_filename or
20570         xconcatenated_filename.
20571
20572 2008-09-01  Bruno Haible  <bruno@clisp.org>
20573
20574         Split module 'concat-filename' into 'concat-filename' (LGPL) and
20575         'xconcat-filename' (GPL).
20576         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
20577         (License): Change to LGPLv2+.
20578         * modules/xconcat-filename: New file.
20579         * lib/concat-filename.h (concatenated_filename): Change specification.
20580         (xconcatenated_filename): New declaration.
20581         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
20582         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
20583         memory situations.
20584         * lib/xconcat-filename.c: New file.
20585         * NEWS: Mention the change.
20586         * lib/findprog.c: Include concat-filename.h, not filename.h.
20587         (find_in_path): Use xconcatenated_filename instead of
20588         concatenated_filename.
20589         * lib/javacomp.c: Include concat-filename.h, not filename.h.
20590         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
20591         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
20592         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
20593         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
20594         instead of concatenated_filename.
20595         * lib/javaexec.c: Include concat-filename.h, not filename.h.
20596         (execute_java_class): Use xconcatenated_filename instead of
20597         concatenated_filename.
20598         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
20599         * modules/javacomp (Depends-on): Likewise.
20600         * modules/javaexec (Depends-on): Likewise.
20601
20602 2008-09-01  Bruno Haible  <bruno@clisp.org>
20603
20604         Split module 'filename' into 'filename' and 'concat-filename'.
20605         * modules/filename: Keep only lib/filename.h.
20606         (License): Change to LGPLv2+.
20607         * modules/concat-filename: New file, extracted from modules/filename.
20608         * lib/filename.h (concatenated_filename): Remove declaration.
20609         * lib/concat-filename.h: New file, extracted from lib/filename.h.
20610         * lib/concat-filename.c: Include concat-filename.h.
20611         * NEWS: Mention the change.
20612
20613 2008-09-01  Simon Josefsson  <simon@josefsson.org>
20614
20615         * lib/bitrotate.h (rotl8, rotr8): Add.
20616
20617         * modules/bitrotate (configure.ac): Need
20618         AC_REQUIRE([AC_C_INLINE]).
20619         (Description): Mention stdint.h.  Reported by Bruno Haible
20620         <bruno@clisp.org>.
20621
20622         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
20623         Paolo Bonzini <bonzini@gnu.org>.
20624
20625 2008-08-31  Bruno Haible  <bruno@clisp.org>
20626
20627         Assume Solaris specific bi-arch conventions on Solaris systems.
20628         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
20629         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
20630         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
20631         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
20632         like acl_libdirstem.
20633         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
20634         acl_libdirstem.
20635         * NEWS: Mention the change.
20636         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
20637
20638 2008-08-31  Jim Meyering  <meyering@redhat.com>
20639
20640         * lib/strftime.h: Add comments describing the two added arguments.
20641
20642         remove duplicate #include directives
20643         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
20644         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
20645
20646 2008-08-31  Bruno Haible  <bruno@clisp.org>
20647
20648         New module 'sigpipe-die'.
20649         * modules/sigpipe-die: New file.
20650         * lib/sigpipe-die.h: New file.
20651         * lib/sigpipe-die.c: New file.
20652         * MODULES.html.sh (Signal handling): Add sigpipe-die.
20653
20654 2008-08-31  Bruno Haible  <bruno@clisp.org>
20655
20656         Don't override previously installed signal handlers.
20657         * lib/fatal-signal.c (saved_sigactions): New variable.
20658         (uninstall_handlers): Reset the signal to the saved handler, not
20659         to SIG_DFL (except when ignored).
20660         (install_handlers): Save the previous handlers.
20661
20662 2008-08-30  Bruno Haible  <bruno@clisp.org>
20663
20664         * gnulib-tool (func_reset_sigpipe): New function.
20665         (func_get_automake_snippet, func_modules_transitive_closure,
20666         func_import): Invoke it before a join command that reads from stdin,
20667         to avoid "echo: write error: Broken pipe" error messages on stderr.
20668         Reported by Sam Steingold <sds@gnu.org>.
20669
20670 2008-08-30  Bruno Haible  <bruno@clisp.org>
20671
20672         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
20673         Code copied from m4/open.m4.
20674         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
20675         access and the filename ends in a slash. Code copied from lib/open.c.
20676         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
20677         * tests/test-fopen.c (main): Check against bug with trailing slash.
20678
20679 2008-08-29  Bruno Haible  <bruno@clisp.org>
20680
20681         Avoid some "gcc -pedantic" warnings.
20682         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
20683         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
20684         * lib/dirent.in.h: Likewise.
20685         * lib/fcntl.in.h: Likewise.
20686         * lib/float.in.h: Likewise.
20687         * lib/iconv.in.h: Likewise.
20688         * lib/inttypes.in.h: Likewise.
20689         * lib/locale.in.h: Likewise.
20690         * lib/math.in.h: Likewise.
20691         * lib/netinet_in.in.h: Likewise.
20692         * lib/search.in.h: Likewise.
20693         * lib/signal.in.h: Likewise.
20694         * lib/stdarg.in.h: Likewise.
20695         * lib/stdint.in.h: Likewise.
20696         * lib/stdio.in.h: Likewise.
20697         * lib/stdlib.in.h: Likewise.
20698         * lib/string.in.h: Likewise.
20699         * lib/strings.in.h: Likewise.
20700         * lib/sys_select.in.h: Likewise.
20701         * lib/sys_socket.in.h: Likewise.
20702         * lib/sys_stat.in.h: Likewise.
20703         * lib/sys_time.in.h: Likewise.
20704         * lib/sysexits.in.h: Likewise.
20705         * lib/time.in.h: Likewise.
20706         * lib/unistd.in.h: Likewise.
20707         * lib/wchar.in.h: Likewise.
20708         * lib/wctype.in.h: Likewise.
20709         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
20710         * modules/fchdir (Makefile.am): Likewise.
20711         * modules/fcntl (Makefile.am): Likewise.
20712         * modules/float (Makefile.am): Likewise.
20713         * modules/iconv_open (Makefile.am): Likewise.
20714         * modules/inttypes (Makefile.am): Likewise.
20715         * modules/locale (Makefile.am): Likewise.
20716         * modules/math (Makefile.am): Likewise.
20717         * modules/netinet_in (Makefile.am): Likewise.
20718         * modules/search (Makefile.am): Likewise.
20719         * modules/signal (Makefile.am): Likewise.
20720         * modules/stdarg (Makefile.am): Likewise.
20721         * modules/stdint (Makefile.am): Likewise.
20722         * modules/stdio (Makefile.am): Likewise.
20723         * modules/stdlib (Makefile.am): Likewise.
20724         * modules/string (Makefile.am): Likewise.
20725         * modules/strings (Makefile.am): Likewise.
20726         * modules/sys_select (Makefile.am): Likewise.
20727         * modules/sys_socket (Makefile.am): Likewise.
20728         * modules/sys_stat (Makefile.am): Likewise.
20729         * modules/sys_time (Makefile.am): Likewise.
20730         * modules/sysexits (Makefile.am): Likewise.
20731         * modules/time (Makefile.am): Likewise.
20732         * modules/unistd (Makefile.am): Likewise.
20733         * modules/wchar (Makefile.am): Likewise.
20734         * modules/wctype (Makefile.am): Likewise.
20735         Reported by Reuben Thomas <rrt@sc3d.org>.
20736
20737 2008-08-29  Bruno Haible  <bruno@clisp.org>
20738
20739         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
20740         any more.
20741
20742 2008-08-29  Simon Josefsson  <simon@josefsson.org>
20743
20744         * MODULES.html.sh (Misc): Add bitrotate.
20745
20746         * modules/bitrotate: New file.
20747
20748         * lib/bitrotate.h: New file.
20749
20750         * modules/bitrotate-tests: New file.
20751
20752         * tests/test-bitrotate.c: New file.
20753
20754         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
20755         on the bitrotate module.
20756
20757         * lib/arctwo.c: Use new bitrotate module.
20758
20759 2008-08-29  Jim Meyering  <meyering@redhat.com>
20760
20761         bootstrap: merge changes from coreutils
20762         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
20763         of copied files.  Remove a kludge, now that this is fixed.
20764         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
20765         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
20766         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
20767
20768 2008-08-29  Bruno Haible  <bruno@clisp.org>
20769
20770         * MODULES.html.sh: Remove --cvs-urls option.
20771
20772 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
20773
20774         maint.mk: adjust to file name change
20775         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
20776
20777 2008-08-28  Jim Meyering  <meyering@redhat.com>
20778
20779         * modules/getndelim2 (License): Relicense to LGPLv2+.
20780         Approved by Richard Stallman for the version of 1995, and by
20781         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
20782
20783 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
20784
20785         * lib/getdelim.c (flockfile, funlockfile): Make all of them
20786         dummy if one is not available.  Do not touch them if
20787         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
20788         (getc_maybe_unlocked): New.
20789         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
20790
20791 2008-08-26  Eric Blake  <ebb9@byu.net>
20792
20793         doc/INSTALL: resync from autoconf
20794         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
20795         (INSTALL_PRELUDE): Delete; this is done more efficiently by
20796         moving...
20797         * install.texi [!autoconf]: ...here.  Resync from autoconf.
20798         * INSTALL: Regenerate.
20799         * INSTALL.ISO: New file.
20800         * INSTALL.UTF-8: Likewise.
20801
20802 2008-08-26  Jim Meyering  <meyering@redhat.com>
20803
20804         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
20805         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
20806         these definitions conditional, so that they may be overridden, too.
20807
20808 2008-08-26  Bruno Haible  <bruno@clisp.org>
20809
20810         Generate INSTALL file variants with prettier quotes.
20811         * doc/Makefile (INSTALL_PRELUDE): New macro.
20812         (INSTALL): Use it.
20813         (INSTALL.ISO, INSTALL.UTF-8): New rules.
20814
20815 2008-08-26  Bruno Haible  <bruno@clisp.org>
20816
20817         Run makeinfo in an English locale.
20818         * doc/Makefile (MAKEINFO): New variable.
20819
20820 2008-08-26  Bruno Haible  <bruno@clisp.org>
20821
20822         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
20823         Suggested by Eric Blake.
20824
20825 2008-08-25  Bruno Haible  <bruno@clisp.org>
20826
20827         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
20828
20829 2008-08-25  Eric Blake  <ebb9@byu.net>
20830
20831         c-stack: test that stack overflow can be caught
20832         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
20833         that platform allows handling stack overflow; at least OS/2 EMX
20834         has sigaltstack, but crashes before transferring control to
20835         handler on stack overflow.
20836         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
20837         check for HAVE_STACK_OVERFLOW_HANDLING.
20838         Reported by Elbert Pol.
20839
20840 2008-08-25  Bruno Haible  <bruno@clisp.org>
20841
20842         * doc/posix-functions/strftime.texi: Fix description of strftime
20843         module.
20844
20845 2008-08-24  Bruno Haible  <bruno@clisp.org>
20846
20847         * tests/uniwidth/test-uc_width2.c: New file.
20848         * tests/uniwidth/test-uc_width2.sh: New file.
20849         * modules/uniwidth/width-tests (Files): Add the new files.
20850         (TESTS): Add uniwidth/test-uc_width2.sh.
20851         (TESTS_ENVIRONMENT): New variable.
20852         (check_PROGRAMS): Add test-uc_width2.
20853         (test_uc_width2_SOURCES): New variable.
20854
20855         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
20856         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
20857         not 0x00AB.
20858         Reported by Alexander V. Lukyanov <lav@netis.ru>.
20859
20860 2008-08-22  Eric Blake  <ebb9@byu.net>
20861
20862         test-lock, test-tls: mention why a test is skipped
20863         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
20864         skipped.
20865         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
20866
20867         count-one-bits: relax license
20868         * modules/count-one-bits (License): Relicense to LGPLv2+.
20869         Suggested by Ludovic Courtès, approved by Ben Pfaff.
20870
20871 2008-08-22  Andreas Schwab  <schwab@suse.de>
20872
20873         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
20874         Remove spurious space in assignment.
20875
20876 2008-08-21  Simon Josefsson  <simon@josefsson.org>
20877
20878         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
20879         Paul Eggert <eggert@CS.UCLA.EDU>.
20880
20881 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
20882
20883         * modules/gettext: Add m4/threadlib.m4.
20884
20885 2008-08-19  Eric Blake  <ebb9@byu.net>
20886
20887         test-c-stack: fix compilation failure on FreeBSD 5.0
20888         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
20889         headers before <sys/resource.h>.
20890         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
20891         the bug.
20892         Reported by Nelson H. F. Beebe.
20893
20894         strverscmp: migrate from "strverscmp.h" to <string.h>
20895         * modules/string (Makefile.am): Add new hooks.
20896         * modules/strverscmp (Files): Remove strverscmp.h.
20897         (Depends-on): Add string.
20898         (configure.ac): Add indicator.
20899         (Include): Mention new header.
20900         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
20901         defaults.
20902         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
20903         results.
20904         * lib/strverscmp.h: Delete.
20905         * lib/string.in.h (strverscmp): Provide declaration, when needed.
20906         * tests/test-strverscmp.c (includes): Adjust client.
20907         * lib/check-version.c (includes): Likewise.
20908         * NEWS: Document the change.
20909
20910         strverscmp: add unit test
20911         * modules/strverscmp-tests: New file.
20912         * tests/test-strverscmp.c: Likewise.
20913
20914 2008-08-19  Simon Josefsson  <simon@josefsson.org>
20915
20916         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
20917         regarding Windows crypto stuff, from Mono.
20918
20919 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
20920
20921         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
20922         if present, for intel RND.  Return error on failures.
20923
20924 2008-08-18  Ben Pfaff  <blp@gnu.org>
20925
20926         gitlog-to-changelog: give better diagnostic for failed pipe-open
20927         * build-aux/gitlog-to-changelog: Improve error message: suggest
20928         that the version of Git may be too old.
20929
20930 2008-08-18  Simon Josefsson  <simon@josefsson.org>
20931
20932         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
20933         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
20934
20935 2008-08-18  Bruno Haible  <bruno@clisp.org>
20936
20937         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
20938         pthread_in_use().
20939
20940 2008-08-18  Bruno Haible  <bruno@clisp.org>
20941
20942         * lib/glthread/threadlib.c: Include <pthread.h>.
20943
20944 2008-08-18  Bruno Haible  <bruno@clisp.org>
20945
20946         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
20947         glthread_recursive_lock_* macros.
20948         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
20949         Fix syntax error.
20950
20951 2008-08-18  Bruno Haible  <bruno@clisp.org>
20952
20953         * lib/glthread/thread.c: Avoid forcing a context switch right after
20954         thread creation.
20955
20956 2008-08-17  Bruno Haible  <bruno@clisp.org>
20957
20958         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
20959         * lib/glthread/thread.h: Provide Win32 specific implementation.
20960         * modules/thread (Files): Add lib/glthread/thread.c.
20961         (Depends-on): Add lock.
20962         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
20963
20964 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20965
20966         New module 'yield'.
20967         * modules/yield: New file.
20968         * lib/glthread/yield.h: New file.
20969         * m4/yield.m4: New file.
20970         * MODULES.html.sh (Multithreading): Add yield.
20971
20972 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20973
20974         New module 'thread'.
20975         * modules/thread: New file.
20976         * lib/glthread/thread.h: New file.
20977         * m4/thread.m4: New file.
20978         * MODULES.html.sh (Multithreading): Add thread.
20979
20980 2008-08-17  Bruno Haible  <bruno@clisp.org>
20981
20982         * lib/glthread/lock.h: Include <stdlib.h> always.
20983         * lib/glthread/tls.h: Likewise.
20984         * lib/glthread/cond.h: Likewise.
20985
20986 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20987
20988         New module 'cond'.
20989         * modules/cond: New file.
20990         * lib/glthread/cond.h: New file.
20991         * lib/glthread/cond.c: New file.
20992         * m4/cond.m4: New file.
20993         * MODULES.html.sh (Multithreading): Add cond.
20994
20995 2008-08-16  Eric Blake  <ebb9@byu.net>
20996
20997         c-stack: fix regression on Irix 5.3 from 2008-06-21
20998         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
20999         sa_sigaction...
21000         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
21001         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
21002         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
21003         * modules/signal (Makefile.am): Use the value.
21004         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
21005         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
21006         * doc/posix-headers/signal.texi (signal.h): Document this
21007         portability issue.
21008         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
21009         Reported by Tom G. Christensen.
21010
21011 2008-08-17  Bruno Haible  <bruno@clisp.org>
21012
21013         New module 'threadlib'.
21014         * modules/threadlib: New file.
21015         * lib/glthread/threadlib.c: New file, extracted from
21016         lib/glthread/lock.c.
21017         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
21018         functions.
21019         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
21020         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
21021         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
21022         macros.
21023         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
21024         (gl_DISABLE_THREADS): Remove macro.
21025         * modules/lock (Files): Remove build-aux/config.rpath.
21026         (Depends-on): Remove havelib. Add threadlib.
21027         (configure.ac-early): Remove section.
21028         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
21029         * modules/tls (Depends-on): Remove lock. Add threadlib.
21030         (Link): New section, copied from threadlib.
21031         * MODULES.html.sh (Multithreading): Add threadlib.
21032
21033 2008-08-14  Bruno Haible  <bruno@clisp.org>
21034
21035         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
21036         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
21037         glthread_rwlock_unlock, glthread_rwlock_destroy,
21038         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
21039         glthread_recursive_lock_destroy): Define as macros always.
21040         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
21041         glthread_lock_lock.
21042         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
21043         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
21044         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
21045         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
21046         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
21047         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
21048         (glthread_recursive_lock_lock_func): Renamed from
21049         glthread_recursive_lock_lock.
21050         (glthread_recursive_lock_unlock_func): Renamed from
21051         glthread_recursive_lock_unlock.
21052         (glthread_recursive_lock_destroy_func): Renamed from
21053         glthread_recursive_lock_destroy.
21054
21055 2008-08-14  Bruno Haible  <bruno@clisp.org>
21056
21057         * lib/glthread/lock.h: Renamed from lib/lock.h.
21058         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
21059         * lib/glthread/tls.h: Renamed from lib/tls.h.
21060         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
21061         * lib/fstrcmp.c: Update includes.
21062         * lib/strsignal.c: Update includes.
21063         * modules/lock (Files, Makefile.am): Update.
21064         (Include): Change to "glthread/lock.h".
21065         * modules/tls (Files, Makefile.am): Update.
21066         (Include): Change to "glthread/tls.h".
21067         * tests/test-lock.c: Update includes.
21068         * tests/test-tls.c: Update includes.
21069         * NEWS: Mention the renamed header files.
21070
21071 2008-08-11  Jim Meyering  <meyering@redhat.com>
21072
21073         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
21074
21075 2008-08-11  Eric Blake  <ebb9@byu.net>
21076
21077         test-c-stack: avoid C99-ism
21078         * tests/test-c-stack.c (main): Fix whitespace, move declaration
21079         before statement.
21080         Reported by Alain Guibert.
21081
21082 2008-08-10  Jim Meyering  <meyering@redhat.com>
21083
21084         ensure that return value of uinttostr et al are not ignored
21085         * lib/inttostr.h (__GNUC_PREREQ): Define.
21086         (__attribute_warn_unused_result__): Define.
21087         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
21088
21089 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
21090
21091         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
21092         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
21093
21094 2008-08-07  Jim Meyering  <meyering@redhat.com>
21095
21096         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
21097
21098         * modules/mkstemp (License): Relicense under LGPLv2+.
21099         * modules/tempname (License): Likewise.
21100
21101 2008-08-06  Bruno Haible  <bruno@clisp.org>
21102
21103         * lib/poll.c (poll): Further micro-optimization.
21104
21105 2008-08-06  Jim Meyering  <meyering@redhat.com>
21106
21107         inet_pton.c: use locale-independent tolower
21108         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
21109         (inet_pton6): Use c_tolower rather than tolower.
21110         * modules/inet_pton (Depends-on): Add c-ctype.
21111
21112 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
21113
21114         * lib/poll.c (poll): Avoid division when timeout is 0, cache
21115         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
21116
21117 2008-08-06  Jim Meyering  <meyering@redhat.com>
21118
21119         * modules/inet_pton (License): Relicense under LGPLv2+.
21120
21121 2008-08-03  Bruno Haible  <bruno@clisp.org>
21122
21123         Additional non-aborting API for lock and tls.
21124         * lib/lock.h: Include <errno.h>.
21125         (glthread_lock_init): New macro/function.
21126         (gl_lock_init): Define as wrapper around glthread_lock_init.
21127         (glthread_lock_lock): New macro/function.
21128         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
21129         (glthread_lock_unlock): New macro/function.
21130         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
21131         (glthread_lock_destroy): New macro/function.
21132         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
21133         (glthread_rwlock_init): New macro/function.
21134         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
21135         (glthread_rwlock_rdlock): New macro/function.
21136         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
21137         (glthread_rwlock_wrlock): New macro/function.
21138         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
21139         (glthread_rwlock_unlock): New macro/function.
21140         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
21141         (glthread_rwlock_destroy): New macro/function.
21142         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
21143         (glthread_recursive_lock_init): New macro/function.
21144         (gl_recursive_lock_init): Define as wrapper around
21145         glthread_recursive_lock_init.
21146         (glthread_recursive_lock_lock): New macro/function.
21147         (gl_recursive_lock_lock): Define as wrapper around
21148         glthread_recursive_lock_lock.
21149         (glthread_recursive_lock_unlock): New macro/function.
21150         (gl_recursive_lock_unlock): Define as wrapper around
21151         glthread_recursive_lock_unlock.
21152         (glthread_recursive_lock_destroy): New macro/function.
21153         (gl_recursive_lock_destroy): Define as wrapper around
21154         glthread_recursive_lock_destroy.
21155         (glthread_once): New macro/function.
21156         (gl_once): Define as wrapper around glthread_once.
21157         Update function declarations.
21158         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
21159         glthread_rwlock_init. Return error code.
21160         (glthread_rwlock_rdlock_multithreaded): Renamed from
21161         glthread_rwlock_rdlock. Return error code.
21162         (glthread_rwlock_wrlock_multithreaded): Renamed from
21163         glthread_rwlock_wrlock. Return error code.
21164         (glthread_rwlock_unlock_multithreaded): Renamed from
21165         glthread_rwlock_unlock. Return error code.
21166         (glthread_rwlock_destroy_multithreaded): Renamed from
21167         glthread_rwlock_destroy. Return error code.
21168         (glthread_recursive_lock_init_multithreaded): Renamed from
21169         glthread_recursive_lock_init. Return error code.
21170         (glthread_recursive_lock_lock_multithreaded): Renamed from
21171         glthread_recursive_lock_lock. Return error code.
21172         (glthread_recursive_lock_unlock_multithreaded): Renamed from
21173         glthread_recursive_lock_unlock. Return error code.
21174         (glthread_recursive_lock_destroy_multithreaded): Renamed from
21175         glthread_recursive_lock_destroy. Return error code.
21176         (glthread_once_call): Make static.
21177         (glthread_once_multithreaded): Renamed from glthread_once.
21178         * lib/tls.h: Include <errno.h>.
21179         (glthread_tls_key_init): New macro/function.
21180         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
21181         (glthread_tls_set): New macro/function.
21182         (gl_tls_set): Define as wrapper around glthread_tls_set.
21183         (glthread_tls_key_destroy): New macro/function.
21184         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
21185         Update function declarations.
21186         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
21187         glthread_tls_get.
21188         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21189
21190 2008-08-04  Eric Blake  <ebb9@byu.net>
21191
21192         gnumakefile: use space, not TAB, outside of targets
21193         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
21194
21195 2008-08-02  Jim Meyering  <meyering@redhat.com>
21196
21197         getdate.y: avoid locale-dependent date parsing failure
21198         In Turkish locales, getdate would fail to recognize keywords
21199         containing a lowercase "i".  The solution is not to rely on
21200         locale-sensitive case-conversion.
21201         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
21202         (lookup_word): Use c_toupper in place of toupper.
21203         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
21204         Reported by Vefa Bicakci <bicave@superonline.com> in
21205         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
21206         * modules/getdate (Depends-on): Add c-ctype.
21207
21208 2008-08-02  Bruno Haible  <bruno@clisp.org>
21209
21210         * gnulib-tool (func_import): When updating or creating a .gitignore
21211         file, prepend each added line with a slash, and ignore leading slashes
21212         from the existing lines.
21213         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
21214
21215 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21216
21217         Portability fix for GNU make 3.79.1.
21218         * top/GNUmakefile: Avoid 'else COND', which older GNU make
21219         versions do not understand.
21220
21221 2008-08-01  Bruno Haible  <bruno@clisp.org>
21222
21223         Work around bug of HP-UX 10.20 cc with -0.0 literal.
21224         * tests/test-isnanf.h (zero): New variable.
21225         (main): Avoid literal -0.0f.
21226         * tests/test-isnand.h (zero): New variable.
21227         (main): Avoid literal -0.0.
21228         * tests/test-isnanl.h (zero): New variable.
21229         (main): Avoid literal -0.0L.
21230         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
21231         (test_float, test_double, test_long_double): Avoid literals -0.0f,
21232         -0.0, -0.0L.
21233         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
21234         (test_signbitd): Avoid literal -0.0.
21235         (test_signbitl): Avoid literal -0.0L.
21236         * tests/test-ceilf1.c (zero): New variable.
21237         (main): Avoid literal -0.0f.
21238         * tests/test-ceill.c (zero): New variable.
21239         (main): Avoid literal -0.0L.
21240         * tests/test-floorf1.c (zero): New variable.
21241         (main): Avoid literal -0.0f.
21242         * tests/test-floorl.c (zero): New variable.
21243         (main): Avoid literal -0.0L.
21244         * tests/test-roundf1.c (zero): New variable.
21245         (main): Avoid literal -0.0f.
21246         * tests/test-round1.c (zero): New variable.
21247         (main): Avoid literal -0.0.
21248         * tests/test-roundl.c (zero): New variable.
21249         (main): Avoid literal -0.0L.
21250         * tests/test-truncf1.c (zero): New variable.
21251         (main): Avoid literal -0.0f.
21252         * tests/test-trunc1.c (zero): New variable.
21253         (main): Avoid literal -0.0.
21254         * tests/test-truncl.c (zero): New variable.
21255         (main): Avoid literal -0.0L.
21256         * tests/test-frexp.c (zero): New variable.
21257         (main): Avoid literal -0.0.
21258         * tests/test-frexpl.c (zero): New variable.
21259         (main): Avoid literal -0.0L.
21260         * tests/test-ldexpl.c (zero): New variable.
21261         (main): Avoid literal -0.0L.
21262         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21263         (zerod, zerol): New variables.
21264         (test_function): Avoid literals -0.0, -0.0L.
21265         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
21266         (zerod, zerol): New variables.
21267         (test_function): Avoid literals -0.0, -0.0L.
21268         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21269         (zerod, zerol): New variables.
21270         (test_function): Avoid literals -0.0, -0.0L.
21271         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
21272         (zerod, zerol): New variables.
21273         (test_function): Avoid literals -0.0, -0.0L.
21274         * tests/test-strtod.c (zero): New variable.
21275         (main): Avoid literal -0.0.
21276         Reported by Jonathan C. Patschke <jp@centtech.com>.
21277
21278 2008-07-31  Jim Meyering  <meyering@redhat.com>
21279
21280         sha256.h: correct definition of SHA224_DIGEST_SIZE
21281         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
21282         Reported by Paulie Pena IV <paulie4@gmail.com>.
21283         Define as 224 / 8, rather than as a literal.
21284         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
21285         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
21286         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
21287
21288 2008-07-31  Bruno Haible  <bruno@clisp.org>
21289
21290         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
21291         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
21292         Reported by Jonathan Patschke <jp@centtech.com>.
21293
21294 2008-07-31  Bruno Haible  <bruno@clisp.org>
21295
21296         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
21297         Reported by Paolo Bonzini <bonzini@gnu.org>.
21298
21299 2008-07-30  Eric Blake  <ebb9@byu.net>
21300
21301         test-strtod: allow compilation without -lm
21302         * tests/test-strtod.c (main): Avoid link dependence on fabs.
21303         Reported by Dennis Clarke <blastwave@gmail.com>.
21304
21305 2008-07-28  Jim Meyering  <meyering@redhat.com>
21306
21307         bootstrap: work also when there are no .po files in po/
21308         * build-aux/bootstrap (update_po_files): Complete the change
21309         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
21310
21311 2008-07-27  Jim Meyering  <meyering@redhat.com>
21312
21313         * users.txt: Add zile.
21314
21315 2008-07-26  Ben Pfaff  <blp@gnu.org>
21316
21317         Add missing dependencies on new m4/exponent[fdl].m4 files.
21318         * modules/isnanf-nolibm: Add m4/exponentf.m4.
21319         * modules/isnand-nolibm: Add m4/exponentd.m4.
21320         * modules/isnanl-nolibm: Add m4/exponentl.m4.
21321         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
21322         m4/isnan[fdl].m4, because the macros actually used moved.
21323         Reported by Jim Meyering.
21324
21325 2008-07-14  Ben Pfaff  <blp@gnu.org>
21326
21327         Add isinf module.
21328         * lib/isinf.c: New file.
21329         * lib/math.in.h: Define isinf macro if we have decided to replace
21330         it.
21331         * m4/isinf.m4: New file.
21332         * m4/math_h.m4: Initialize and substitute variables for isinf
21333         module.
21334         * modules/isinf: New file.
21335         * modules/isinf-tests: New file.
21336         * modules/math: Add substitutions for new module.
21337         * tests/test-isinf.c: New file.
21338         * doc/posix-functions/isinf.texi: Mention new module.
21339         * MODULES.html.sh: Mention new module.
21340
21341 2008-07-14  Ben Pfaff  <blp@gnu.org>
21342
21343         Factor out some macros for use by additional modules.
21344         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
21345         exponentf.m4.
21346         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
21347         exponentd.m4.
21348         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
21349         file exponentl.m4.
21350         * m4/exponentf.m4: New file.
21351         * m4/exponentd.m4: New file.
21352         * m4/exponentl.m4: New file.
21353         * modules/isnanf: Use new file m4/exponentf.m4.
21354         * modules/isnand: Use new file m4/exponentd.m4.
21355         * modules/isnanl: Use new file m4/exponentl.m4.
21356
21357 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
21358
21359         mktime.c: normalize tp->tm_isdst value to -1/0/1.
21360         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
21361         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
21362         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
21363
21364         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
21365         readlink on platforms without PATH_MAX.
21366
21367 2008-07-21  Eric Blake  <ebb9@byu.net>
21368
21369         Warn, not fail, on stale version.
21370         * top/GNUmakefile (_curr-ver): Tone down previous patch.
21371
21372         Don't allow installation with stale devel version number.
21373         * top/GNUmakefile (_is-install-target): New macro.
21374         (_curr-ver): Forbid installation with stale version number.
21375
21376 2008-07-20  Bruno Haible  <bruno@clisp.org>
21377
21378         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
21379         TESTS_ENVIRONMENT.
21380         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
21381
21382 2008-07-20  Bruno Haible  <bruno@clisp.org>
21383
21384         * lib/c-stack.h (c_stack_action): Add documentation.
21385         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
21386
21387 2008-07-20  Bruno Haible  <bruno@clisp.org>
21388
21389         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
21390         * modules/readlink (License): Likewise.
21391
21392 2008-07-17  Eric Blake  <ebb9@byu.net>
21393
21394         * modules/c-stack (Link): Fix typo.
21395
21396         Make c-stack use libsigsegv, when available.
21397         * modules/c-stack (Depends-on): Add libsigsegv.
21398         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
21399         needed.
21400         * lib/c-stack.c (SIGSTKSZ): Define fallback.
21401         (segv_handler, overflow_handler, c_stack_action)
21402         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
21403         implementation when libsigsegv is available, but only when using
21404         the library is necessary.
21405         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
21406         comment, explaining why XSI check fails on Linux.
21407         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
21408         * tests/test-c-stack2.sh: Tweak skip message.
21409         * NEWS: Document new link-time requirements.
21410
21411 2008-07-16  Eric Blake  <ebb9@byu.net>
21412
21413         c-stack: Expose false positives when not using libsigsegv.
21414         * modules/c-stack-tests (Files): Expand test.
21415         * tests/test-c-stack.c (main): Add means to conditionally trigger
21416         non-overflow SIGSEGV.
21417         * tests/test-c-stack2.sh: New file.
21418
21419 2008-07-14  Bruno Haible  <bruno@clisp.org>
21420
21421         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
21422         Reported by Eric Blake.
21423
21424 2008-07-14  Sam Steingold  <sds@gnu.org>
21425             Bruno Haible  <bruno@clisp.org>
21426
21427         New module libsigsegv.
21428         * modules/libsigsegv: New file.
21429         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
21430         modifications.
21431         * MODULES.html.sh (Signal handling): New section.
21432
21433 2008-07-14  Bruno Haible  <bruno@clisp.org>
21434
21435         * modules/unictype/ctype-* (Description): Add the word "function".
21436         Improves the resulting doc in MODULES.html.
21437
21438 2008-07-12  Ben Pfaff  <blp@gnu.org>
21439
21440         Add longlong module.
21441         * modules/longlong: New file.
21442
21443 2008-07-12  Bruno Haible  <bruno@clisp.org>
21444
21445         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
21446         to empty.
21447
21448 2008-07-10  Ben Pfaff  <blp@gnu.org>
21449
21450         Add isnan module.
21451         * doc/posix-functions/isnan.texi: Mention new module.
21452         * lib/math.in.h: Define isnan macro if we have decided to replace
21453         it.
21454         * m4/isnan.m4: New file.
21455         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
21456         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
21457         also.
21458         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
21459         redundancy.
21460         * m4/math_h.m4: Initialize and substitute variables for isnan
21461         module.
21462         * modules/isnan: New file.
21463         * modules/isnan-tests: New file.
21464         * modules/math: Add substitutions for new module.
21465         * tests/test-isnan.c: New file.
21466         * MODULES.html.sh: Mention new module.
21467
21468 2008-07-10  Ben Pfaff  <blp@gnu.org>
21469
21470         Add isnanf module.
21471         * lib/isnanf.m4: New file.
21472         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
21473         (gl_HAVE_ISNANF_IN_LIBM): New macro.
21474         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
21475         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
21476         * modules/isnanf: New file.
21477         * modules/isnanf-tests: New file.
21478         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
21479         files.
21480         * tests/test-isnanf-nolibm.c: factored most of its contents into
21481         new file tests/test-isnanf.h.
21482         * tests/test-isnanf.h: New file.
21483         * tests/test-isnanf.c: New file.
21484         * MODULES.html.sh: Mention new module.
21485         * doc/glibc-functions/isnanf.texi: Mention new module.
21486
21487 2008-07-10  Ben Pfaff  <blp@gnu.org>
21488
21489         Add isnand module.
21490         * lib/isnand.h: New file.
21491         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
21492         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
21493         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
21494         functionality also.
21495         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
21496         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
21497         (gl_HAVE_ISNAND_IN_LIBM): New macro.
21498         * modules/isnand: New file.
21499         * modules/isnand-tests: New file.
21500         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
21501         files.
21502         * tests/test-isnand-nolibm.c: factored most of its contents into
21503         new file tests/test-isnand.h.
21504         * tests/test-isnand.h: New file.
21505         * tests/test-isnand.c: New file.
21506         * MODULES.html.sh: Mention new module.
21507
21508 2008-07-10  Ben Pfaff  <blp@gnu.org>
21509
21510         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
21511         * lib/isnand.h: Rename lib/isnand-nolibm.h.
21512         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
21513         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
21514         * modules/isnanf-nolibm: Update references to renamed files.
21515         * modules/isnand-nolibm: Likewise.
21516         * modules/isnanf-nolibm-tests: Likewise.
21517         * modules/isnand-nolibm-tests: Likewise.
21518         * lib/frexp.c: Likewise.
21519         * lib/isfinite.c: Likewise.
21520         * lib/signbitd.c: Likewise.
21521         * lib/signbitf.c: Likewise.
21522         * lib/vasnprintf.c: Likewise.
21523         * tests/test-ceilf1.c: Likewise.
21524         * tests/test-ceilf2.c: Likewise.
21525         * tests/test-floorf1.c: Likewise.
21526         * tests/test-floorf2.c: Likewise.
21527         * tests/test-frexp.c: Likewise.
21528         * tests/test-round1.c: Likewise.
21529         * tests/test-round2.c: Likewise.
21530         * tests/test-roundf1.c: Likewise.
21531         * tests/test-strtod.c: Likewise.
21532         * tests/test-trunc1.c: Likewise.
21533         * tests/test-trunc2.c: Likewise.
21534         * tests/test-truncf1.c: Likewise.
21535         * tests/test-truncf2.c: Likewise.
21536         * NEWS: Mention the renamed header files.
21537
21538 2008-07-11  Jim Meyering  <meyering@redhat.com>
21539
21540         vc-list-files: make the last-resort awk code more portable
21541         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
21542         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
21543         does not support it.
21544
21545 2008-07-10  Eric Blake  <ebb9@byu.net>
21546
21547         Work with tar's bootstrap.
21548         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
21549         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
21550         an m4 comment.
21551
21552 2008-07-09  Jim Meyering  <meyering@redhat.com>
21553
21554         posix-shell.m4: fix typo that made this test malfunction
21555         * m4/posix-shell.m4: Remove capitalization in variable name.
21556
21557 2008-07-08  Bruno Haible  <bruno@clisp.org>
21558
21559         * m4/onceonly.m4: Update comments.
21560         Reported by Ben Pfaff <blp@cs.stanford.edu>.
21561
21562 2008-07-04  Jim Meyering  <meyering@redhat.com>
21563
21564         * users.txt: Add vc-dwim.
21565         (bison, coreutils): Use the gitweb URL.
21566
21567 2008-07-03  Jim Meyering  <meyering@redhat.com>
21568
21569         * users.txt: Add libffcall.  From Sam Steingold.
21570
21571 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
21572
21573         getdate.y: do not ignore TZ with relative day, month or year offset
21574         * lib/getdate.y (get_date): Move the tz-handling block to follow the
21575         relative-date-handling, since otherwise, the latter would clobber the
21576         sole output (an updated Start value) of the tz-handling block.
21577         * tests/test-getdate.c: Tests for the fix
21578
21579 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21580
21581         Recognize 'foo_LIBRARIES += libgnu.a'.
21582         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
21583         makefile snippet has already specified an installation location,
21584         also using '+='.
21585
21586 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
21587
21588         getdate.y: factor out common actions
21589         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
21590         Use them in place of open-coded actions.
21591
21592 2008-07-01  Simon Josefsson  <simon@josefsson.org>
21593
21594         Add self-test for getdate module.
21595         * modules/getdate-tests: New file.
21596         * tests/test-getdate.c: New file.
21597
21598 2008-06-29  Bruno Haible  <bruno@clisp.org>
21599
21600         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
21601         .gitignore.
21602         Reported by Sylvain Beucler <beuc@beuc.net>.
21603
21604 2008-06-29  Bruno Haible  <bruno@clisp.org>
21605
21606         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
21607         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
21608
21609 2008-06-29  Bruno Haible  <bruno@clisp.org>
21610
21611         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
21612         EXTRA_DIST.
21613         Reported by Sylvain Beucler <beuc@beuc.net>.
21614
21615 2008-06-26  Jim Meyering  <meyering@redhat.com>
21616
21617         make several modules depend on the "open" module
21618         This provides slightly increased consistency when opening-for-write
21619         the name of a non-directory spelled with a trailing slash.
21620         * modules/chdir-safer: Likewise.
21621         * modules/chown: Likewise.
21622         * modules/clean-temp: Likewise.
21623         * modules/copy-file: Likewise.
21624         * modules/fchdir: Likewise.
21625         * modules/fcntl-safer: Likewise.
21626         * modules/pipe: Likewise.
21627         * modules/utime: Likewise.
21628         Prompted by Eric Blake and Bruno Haible.
21629
21630 2008-06-24  Andreas Schwab  <schwab@suse.de>
21631
21632         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
21633         literals can be used as initializers for global variables.
21634
21635 2008-06-23  Eric Blake  <ebb9@byu.net>
21636
21637         Make gnulib-cache.m4 easier to diff.
21638         * gnulib-tool (func_import): Allow newlines when reading cached
21639         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
21640
21641 2008-06-23  Bruno Haible  <bruno@clisp.org>
21642
21643         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
21644         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
21645         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
21646         m4/signalblocking.m4.
21647         (gl_PREREQ_SIGACTION): Don't invoke it.
21648         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
21649         gl_PREREQ_SIG_HANDLER_H.
21650         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
21651         Don't check for sigaction here.
21652
21653 2008-06-23  Bruno Haible  <bruno@clisp.org>
21654
21655         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
21656         (install_handlers): Don't set the SA_RESETHAND flag.
21657
21658 2008-06-23  Bruno Haible  <bruno@clisp.org>
21659
21660         * m4/sigaction.m4: Comment fixes.
21661         * lib/signal.in.h: Likewise.
21662
21663 2008-06-23  Eric Blake  <ebb9@byu.net>
21664
21665         Fix typo.
21666         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
21667
21668         Avoid SA_ namespace.
21669         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
21670         Reported by Ralf Wildenhues.
21671
21672         Avoid test failure due to SA_RESTORER.
21673         * tests/test-sigaction.c (SA_MASK): New macro.
21674         (main): Avoid failing due to extension flags being set.
21675         Reported by Jim Meyering.
21676
21677         Revert use of sig-handler.h in sigprocmask.c.
21678         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
21679         it requires the existence of struct sigaction.
21680         * lib/sigprocmask.c (handler_t): Restore typedef.
21681         (rpl_signal, old_handlers): Use local type.
21682
21683 2008-06-22  Bruno Haible  <bruno@clisp.org>
21684
21685         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
21686         conditionally.
21687         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
21688
21689 2008-06-22  Bruno Haible  <bruno@clisp.org>
21690
21691         * doc/posix-functions/siginterrupt.texi: Move note.
21692
21693         * lib/signal.in.h (SA_RESTART): New macro.
21694         * lib/sigaction.c: Update comment.
21695
21696         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
21697
21698         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
21699         (gl_PREREQ_SIGPROCMASK): Invoke it.
21700         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
21701
21702         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
21703
21704         * lib/sigprocmask.c: Update a comment.
21705
21706 2008-06-21  Eric Blake  <ebb9@byu.net>
21707
21708         Use sigaction module rather than signal().
21709         * modules/c-stack (Depends-on): Add sigaction.
21710         * modules/fatal-signal (Depends-on): Likewise.
21711         * modules/nanosleep (Depends-on): Likewise.
21712         * modules/sigprocmask (Files): Add sig-handler.h.
21713         * modules/sigaction (Files): Likewise.
21714         * lib/sig-handler.h (get_handler): New file, suggested by Paul
21715         Eggert.
21716         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
21717         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
21718         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
21719         (init_fatal_signals): Likewise.
21720         * lib/nanosleep.c (rpl_nanosleep): Likewise.
21721         (siginterrupt): Delete fallback.
21722         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
21723         instead.
21724         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
21725         siginterrupt.
21726
21727         New module sigaction, for mingw.
21728         * modules/sigaction: New module...
21729         * modules/sigaction-tests: ...and its test.
21730         * m4/sigaction.m4: New file.
21731         * lib/sigaction.c: Likewise.
21732         * tests/test-sigaction.c: Likewise.
21733         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
21734         * modules/signal (Makefile.am): Likewise.
21735         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
21736         needed.
21737         * doc/posix-headers/signal.texi (signal.h): Mention provided
21738         types.
21739         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
21740         that sigaction is preferable.
21741         * doc/posix-functions/sigaction.texi (sigaction): Mention new
21742         module.
21743         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21744         sigaction.
21745
21746         Improve robustness of sigprocmask by overriding signal.
21747         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
21748         is in use.
21749         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
21750         (SIGKILL, SIGSTOP): Provide fallbacks.
21751         (rpl_signal): Implement.
21752         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
21753         signal can be called inside handlers.
21754
21755         Fix nanosleep module on mingw.
21756         * modules/nanosleep (Depends-on): Add sys_select.
21757         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
21758
21759         Fix licensing of sigprocmask.
21760         * modules/raise (License): Relicense as LGPL.
21761
21762 2008-06-21  Bruno Haible  <bruno@clisp.org>
21763
21764         * lib/propername.c (proper_name_utf8): Don't use the transliterated
21765         result if it contains question marks.
21766         Reported by Michael Geng <linux@michaelgeng.de>.
21767
21768 2008-06-19  Bruno Haible  <bruno@clisp.org>
21769
21770         Fix CVS-ism.
21771         * doc/gnulib.texi: Include updated-stamp.texi.
21772         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
21773         (updated-stamp.texi): New rule.
21774         (gnulib.info): Depend on it.
21775         * doc/.gitignore: Add updated-stamp.texi.
21776         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
21777
21778 2008-06-19  Bruno Haible  <bruno@clisp.org>
21779
21780         * doc/Makefile (gnulib.info): Update and simplify dependencies.
21781         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
21782
21783 2008-06-19  Eric Blake  <ebb9@byu.net>
21784
21785         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
21786         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
21787         Reported by Stepan Kasal.
21788
21789 2008-06-18  Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/fatal-signal.c (init_fatal_signals): Add comment.
21792         Reported by Eric Blake.
21793
21794 2008-06-18  Eric Blake  <ebb9@byu.net>
21795
21796         Work around cygwin 1.5.25 strsignal bug.
21797         * tests/test-strsignal.c: Allow for const char *.
21798         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
21799
21800 2008-06-18  Simon Josefsson  <simon@josefsson.org>
21801
21802         * users.txt: Update URL to article and add author/date
21803         information.
21804
21805 2008-06-17  Bruno Haible  <bruno@clisp.org>
21806
21807         New macro gl_DISABLE_THREADS.
21808         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
21809         if the user did not pass --enable-threads or --disable-threads option.
21810         (gl_DISABLE_THREADS): New macro.
21811         Reported by Eric Blake <ebb9@byu.net>.
21812
21813 2008-06-17  Bruno Haible  <bruno@clisp.org>
21814
21815         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
21816         when the macro ignores it.
21817         Based on a patch by Eric Blake <ebb9@byu.net>.
21818
21819 2008-06-17  Bruno Haible  <bruno@clisp.org>
21820
21821         * modules/tls (License): Change to LGPLv2+.
21822         Reported by Eric Blake.
21823
21824 2008-06-17  Eric Blake  <ebb9@byu.net>
21825
21826         Simplify c-stack prerequisites.
21827         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
21828         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
21829         no longer requires <ucontext.h> to exist.  Optimize setrlimit
21830         check.
21831         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
21832         <sys/resource.h>.
21833
21834         Move c-stack test into testsuite.
21835         * modules/c-stack-tests: New file.
21836         * lib/c-stack.c [DEBUG]: Move test program...
21837         * tests/test-c-stack.c: ...into this new file.  Skip rather than
21838         fail test if sigaltstack is lacking.
21839         * tests/test-c-stack.sh: New driver file.
21840
21841 2008-06-16  Eric Blake  <ebb9@byu.net>
21842
21843         Use raise module consistently.
21844         * modules/fatal-signal (Depends-on): Add raise.
21845         * modules/sigprocmask (Depends-on): Likewise.
21846         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
21847         * lib/sigprocmask.c (sigprocmask): Likewise.
21848         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
21849         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
21850
21851         Fix compliance bug in sigpending.
21852         * lib/sigprocmask.c (sigpending): Return pending array via
21853         parameter, not return value.
21854
21855 2008-06-14  Eric Blake  <ebb9@byu.net>
21856
21857         Improve obstack-printf test code.
21858         * tests/test-obstack-printf.c (test_function): Fix comment, and
21859         simplify usage of obstack_* in macros.  Add a test for coverage.
21860         Reported by Bruno Haible.
21861
21862 2008-06-14  Bruno Haible  <bruno@clisp.org>
21863
21864         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
21865         array size as a constant, not as a const variable.
21866         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
21867         AC_USE_SYSTEM_EXTENSIONS.
21868         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
21869         Test whether the obstack_printf function actually exists.
21870         * modules/obstack-printf (Depends-on): Add extensions.
21871         (Include): Remove obstack.h.
21872         * modules/obstack-printf-posix (Depends-on): Add extensions.
21873         (Include): Remove obstack.h.
21874
21875 2008-06-13  Eric Blake  <ebb9@byu.net>
21876
21877         Add obstack-printf and obstack-printf-posix modules.
21878         * modules/obstack-printf: New file.
21879         * modules/obstack-printf-posix: Likewise.
21880         * MODULES.html.sh (Misc): Mention them.
21881         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
21882         Likewise.
21883         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
21884         Likewise.
21885         * modules/stdio (Makefile.am): Accomodate new modules.
21886         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
21887         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
21888         Declare.
21889         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
21890         functions.
21891         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
21892         (gl_REPLACE_OBSTACK_PRINTF): New macros
21893         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
21894         * tests/test-obstack-printf.c: New file.
21895         * modules/obstack-printf-tests: Likewise.
21896         * modules/obstack-printf-posix-tests: Likewise.
21897
21898 2008-06-11  Bruno Haible  <bruno@clisp.org>
21899
21900         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
21901         * lib/open.c: Include errno.h.
21902         (open): Fail when attempting to write to a file that has a trailing
21903         slash.
21904         * tests/test-open.c (main): Test against trailing slash bug.
21905         * doc/posix-functions/open.texi: Mention the trailing slash bug.
21906
21907 2008-06-10  Bruno Haible  <bruno@clisp.org>
21908
21909         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
21910         for $? to work inside the trap command, with various /bin/sh-s.
21911         * tests/test-vc-list-files-cvs.sh: Likewise.
21912
21913 2008-06-10  Bruno Haible  <bruno@clisp.org>
21914
21915         * lib/acl-internal.h: Don't include gettext.h here.
21916         * lib/set-mode-acl.c: Include gettext.h here.
21917         * lib/copy-acl.c: Likewise.
21918
21919 2008-06-10  Bruno Haible  <bruno@clisp.org>
21920
21921         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
21922         * lib/wait-process.c (wait_subprocess): Likewise.
21923         * lib/execute.h (execute): Add termsigp argument.
21924         * lib/execute.c (execute): Likewise.
21925         * lib/csharpcomp.c (compile_csharp_using_pnet,
21926         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
21927         * lib/csharpexec.c (execute_csharp_using_pnet,
21928         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
21929         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
21930         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
21931         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
21932         is_jikes_present): Update.
21933         * lib/javaexec.c (execute_java_class): Update.
21934         * lib/javaversion.c (execute_and_read_line): Update.
21935         * NEWS: Document the changes.
21936         Reported by Eric Blake.
21937
21938 2008-06-10  Eric Blake  <ebb9@byu.net>
21939
21940         Add missing include.
21941         * tests/test-strstr.c (includes): Add <signal.h>.
21942         * tests/test-strcasestr.c (includes): Likewise.
21943         * tests/test-memmem.c (includes): Likewise.
21944
21945 2008-06-10  Bruno Haible  <bruno@clisp.org>
21946
21947         * lib/wait-process.c (wait_subprocess): Add an assertion.
21948
21949 2008-06-10  Bruno Haible  <bruno@clisp.org>
21950
21951         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
21952
21953 2008-06-10  Bruno Haible  <bruno@clisp.org>
21954
21955         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
21956         using alarm().
21957         * tests/test-strcasestr.c (main): Likewise.
21958         * tests/test-strstr.c (main): Likewise.
21959
21960 2008-06-09  Bruno Haible  <bruno@clisp.org>
21961
21962         Work around the Solaris 10 ACE ACLs ABI change.
21963         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
21964         declare if ACL_NO_TRIVIAL is present.
21965         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
21966         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
21967         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
21968         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
21969         define if ACL_NO_TRIVIAL is present.
21970         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
21971         and use the current ABI.
21972         (file_has_acl): Use same #if condition as elsewhere.
21973         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
21974         in use, and use the current ABI.
21975         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
21976         Reported by Jim Meyering.
21977
21978 2008-06-09  Eric Blake  <ebb9@byu.net>
21979
21980         Work around environments that (stupidly) ignore SIGALRM.
21981         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
21982         before using alarm().
21983         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21984         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
21985         Reported by Ian Beckwith <ianb@erislabs.net>.
21986
21987         Produce autobuild blurb earlier in log.
21988         * modules/autobuild (configure.ac-early): Move AB_INIT here.
21989
21990 2008-06-09  Jim Meyering  <meyering@redhat.com>
21991         and Ondřej Vašík  <ovasik@redhat.com>
21992
21993         utimens.c: correct kernel bug work-around
21994         Ondřej Vašík found that the invalid return value of 280 indicates
21995         failure, not success, and the kernel bug we're trying to work
21996         around affects not just the utimensat call, but also the fallback
21997         futimens call.
21998         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
21999         not success.
22000         [HAVE_FUTIMENS]: Use the same work-around, here.
22001
22002 2008-06-09  Jim Meyering  <meyering@redhat.com>
22003
22004         add more guards around definition of ACE_-related code
22005         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
22006         ALLOW and ACE_OWNER are also defined.
22007
22008 2008-06-08  Bruno Haible  <bruno@clisp.org>
22009
22010         * lib/acl-internal.h: Add me as co-author.
22011         * lib/file-has-acl.c: Likewise.
22012         * lib/set-mode-acl.c: Likewise.
22013         * lib/copy-acl.c: Likewise.
22014
22015 2008-06-08  Bruno Haible  <bruno@clisp.org>
22016
22017         Add support for AIX ACLs.
22018         * lib/acl-internal.h (acl_nontrivial): New declaration.
22019         * lib/file-has-acl.c (acl_nontrivial): New function.
22020         (file_has_acl): Add implementation using AIX 4 ACL API.
22021         * lib/set-mode-acl.c (qset_acl): Likewise.
22022         * lib/copy-acl.c (qcopy_acl): Likewise.
22023
22024 2008-06-08  Bruno Haible  <bruno@clisp.org>
22025
22026         Add support for HP-UX ACLs.
22027         * lib/acl-internal.h (acl_nontrivial): New declaration.
22028         * lib/file-has-acl.c (acl_nontrivial): New function.
22029         (file_has_acl): Add implementation using HP-UX 11 ACL API.
22030         * lib/set-mode-acl.c (qset_acl): Likewise.
22031         * lib/copy-acl.c (qcopy_acl): Likewise.
22032
22033 2008-06-08  Bruno Haible  <bruno@clisp.org>
22034
22035         Add support for Cygwin ACLs.
22036         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
22037         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
22038         the chmod_or_fchmod call.
22039         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
22040
22041 2008-06-08  Bruno Haible  <bruno@clisp.org>
22042
22043         Fix bug with setuid modes in Solaris 10+ code.
22044         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
22045         succeeded, when the mode contains some special bits.
22046
22047 2008-06-08  Bruno Haible  <bruno@clisp.org>
22048
22049         Add support for Solaris 7..10 ACLs.
22050         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
22051         declarations.
22052         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
22053         functions.
22054         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
22055         * lib/set-mode-acl.c (qset_acl): Likewise.
22056         * lib/copy-acl.c (qcopy_acl): Likewise.
22057
22058 2008-06-08  Bruno Haible  <bruno@clisp.org>
22059
22060         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
22061         declaration.
22062         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
22063         (acl_access_nontrivial): Remove MacOS X case.
22064         (file_has_acl): Use acl_extended_nontrivial.
22065         * lib/copy-acl.c (qcopy_acl): Likewise.
22066
22067 2008-06-08  Bruno Haible  <bruno@clisp.org>
22068
22069         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
22070
22071 2008-06-08  Jim Meyering  <meyering@redhat.com>
22072
22073         * modules/acl (Maintainer): Add Bruno Haible.
22074
22075 2008-06-07  Bruno Haible  <bruno@clisp.org>
22076
22077         Improve support for Tru64 ACLs.
22078         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
22079         ACL on OSF/1.
22080
22081 2008-06-07  Bruno Haible  <bruno@clisp.org>
22082
22083         Add support for MacOS X ACLs.
22084         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
22085         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
22086         * lib/set-mode-acl.c (qset_acl): Likewise.
22087         * lib/copy-acl.c (qcopy_acl): Likewise.
22088
22089 2008-06-07  Bruno Haible  <bruno@clisp.org>
22090
22091         Fix memory leak introduced on 2008-05-22.
22092         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
22093         use.
22094
22095 2008-06-07  Bruno Haible  <bruno@clisp.org>
22096
22097         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
22098         to construct an empty ACL.
22099
22100 2008-06-07  Bruno Haible  <bruno@clisp.org>
22101
22102         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
22103         precisely.
22104         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
22105
22106 2008-06-07  Bruno Haible  <bruno@clisp.org>
22107
22108         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
22109         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
22110
22111 2008-06-07  Bruno Haible  <bruno@clisp.org>
22112
22113         * doc/posix-functions/_setjmp.texi: Explain the use of this function
22114         regardless of POSIX.
22115         * doc/posix-functions/_longjmp.texi: Likewise.
22116         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
22117         SystemV platform in this case.
22118
22119 2008-06-06  Eric Blake  <ebb9@byu.net>
22120
22121         Document abort() bugs.
22122         * doc/posix-functions/abort.texi (abort): Mention anomalies.
22123
22124         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
22125         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
22126         sigsetjmp.
22127         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
22128         siglongjmp, but only as a macro.
22129         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
22130         is obsolete.
22131         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
22132
22133         Tweak documentation to cover cygwin argz bugs.
22134         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
22135         argz bug fix; no code change needed since no cygwin releases
22136         occurred between the last fix and the bug being tested.
22137         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
22138         module and recently fixed cygwin bugs.
22139         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
22140         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
22141         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
22142         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
22143         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
22144         Likewise.
22145         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
22146         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
22147         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
22148         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
22149         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
22150         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
22151         Likewise.
22152
22153         Avoid gcc warning on cygwin.
22154         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
22155         !ACL_NO_TRIVIAL]: Avoid unused variable.
22156
22157 2008-06-05  Eric Blake  <ebb9@byu.net>
22158
22159         Be tolerant of UNKNOWN version in gnulib-tool test dir.
22160         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
22161         git-version-gen fails to come up with a version.
22162         Reported by Simon Josefsson.
22163
22164 2008-06-05  Jim Meyering  <meyering@redhat.com>
22165             Paul Eggert  <eggert@cs.ucla.edu>
22166
22167         utimens.c: work around a probable Linux kernel bug
22168         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
22169         appears to be a kernel bug that causes utimensat to return 280
22170         instead of 0, indicating success.
22171
22172 2008-06-04  Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
22175         2008-06-01 commit.
22176
22177 2008-06-04  Bruno Haible  <bruno@clisp.org>
22178
22179         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
22180         * lib/file-has-acl.c (acl_access_nontrivial): New function.
22181         (file_has_acl): Use it. Save errno afterwards.
22182         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
22183
22184 2008-06-03  Bruno Haible  <bruno@clisp.org>
22185
22186         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
22187         draft code. Simplify #ifs.
22188         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
22189         Put Solaris code after POSIX-draft code. Fix comments regarding
22190         Solaris 10, HP-UX. Mention Cygwin.
22191         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
22192
22193 2008-06-03  Eric Blake  <ebb9@byu.net>
22194
22195         Provide fallback for older kernels.
22196         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
22197         Provide runtime fallback if kernel lacks support.
22198         Reported by Mike Frysinger.
22199
22200 2008-06-02  Bruno Haible  <bruno@clisp.org>
22201
22202         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
22203         it exists.
22204
22205 2008-06-02  Bruno Haible  <bruno@clisp.org>
22206
22207         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
22208         * lib/copy-acl.c (qcopy_acl): Update comment.
22209
22210 2008-06-02  Bruno Haible  <bruno@clisp.org>
22211
22212         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
22213         like ACL APIs.
22214
22215 2008-06-02  Bruno Haible  <bruno@clisp.org>
22216
22217         * tests/test-file-has-acl.sh: Use different code for Cygwin.
22218         * tests/test-set-mode-acl.sh: Likewise.
22219         * tests/test-copy-acl.sh: Likewise.
22220         * tests/test-copy-file.sh: Likewise.
22221
22222 2008-06-02  Bruno Haible  <bruno@clisp.org>
22223
22224         * tests/test-file-has-acl.sh: Remove unused code.
22225
22226 2008-06-01  Bruno Haible  <bruno@clisp.org>
22227
22228         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
22229         (copy_acl): Just a wrapper around qcopy_acl that emits the error
22230         messages.
22231         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
22232
22233 2008-06-01  Bruno Haible  <bruno@clisp.org>
22234
22235         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
22236         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
22237         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
22238         APIs.
22239         * modules/acl-tests (configure.ac): Remove tests now contained in
22240         m4/acl.m4.
22241
22242 2008-06-02  Jim Meyering  <meyering@redhat.com>
22243
22244         announce-gen: use a better key-server host name
22245         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
22246         it may be more consistently reliable.  Suggested by Werner Koch
22247         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
22248
22249 2008-06-01  Bruno Haible  <bruno@clisp.org>
22250
22251         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
22252         Reported by Voroskoi Andras <voroskoi@gmail.com>.
22253
22254 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
22255
22256         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
22257
22258 2008-06-01  Bruno Haible  <bruno@clisp.org>
22259
22260         New ACL tests.
22261         * tests/test-file-has-acl.sh: New file.
22262         * tests/test-file-has-acl.c: New file.
22263         * tests/test-set-mode-acl.sh: New file.
22264         * tests/test-set-mode-acl.c: New file.
22265         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
22266         * tests/test-copy-acl.c: New file.
22267         * modules/acl-tests: New file, based on modules/copy-file-tests.
22268         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
22269         (Depends-on): Add acl-tests.
22270         (configure.ac): Remove checks.
22271         (Makefile.am): Don't create test-sameacls program here any more.
22272
22273 2008-06-01  Bruno Haible  <bruno@clisp.org>
22274
22275         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
22276         * tests/test-sameacls.c: Include progname.h.
22277         (main): Invoke set_program_name. Portability fixes for MacOS X,
22278         Solaris, HP-UX.
22279
22280 2008-06-01  Bruno Haible  <bruno@clisp.org>
22281
22282         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
22283         function.
22284         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
22285
22286 2008-06-01  Bruno Haible  <bruno@clisp.org>
22287
22288         * modules/rpmatch (Depends-on): Add strdup.
22289
22290 2008-06-01  Bruno Haible  <bruno@clisp.org>
22291
22292         * lib/pipe.c: Include unistd-safer.h.
22293         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
22294         * modules/pipe (Depends-on): Add unistd-safer.
22295
22296 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22297
22298         * modules/autobuild (configure.ac): Call AB_INIT.
22299
22300 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22301
22302         * tests/test-getaddrinfo.c: Don't print debug messages by default.
22303         Suggested by Bruno Haible <bruno@clisp.org>.
22304
22305 2008-05-30  Simon Josefsson  <simon@josefsson.org>
22306
22307         * tests/test-base64.c: Cast size_t to unsigned long when invoking
22308         printf.  Use %lu instead of %d.  Reported by Bruno Haible
22309         <bruno@clisp.org>.
22310
22311 2008-05-29  Eric Blake  <ebb9@byu.net>
22312
22313         Prefer new POSIX 200x interfaces over futimesat.
22314         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
22315         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
22316         when available.
22317         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
22318
22319 2008-05-28  Bruno Haible  <bruno@clisp.org>
22320
22321         * modules/stpcpy (License): Change to LGPLv2+.
22322         Requested by David Lutterkort <dlutter@redhat.com>.
22323
22324 2008-05-27  Bruno Haible  <bruno@clisp.org>
22325
22326         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
22327         current mingw.
22328         Reported by Jose E. Marchesi <jemarch@gnu.org>.
22329
22330 2008-05-27  Bruno Haible  <bruno@clisp.org>
22331
22332         * modules/iconv_open (Link): New section, from module 'iconv'.
22333         * modules/striconv (Link): Likewise.
22334         * modules/striconveh (Link): Likewise.
22335         * modules/xstriconv (Link): Likewise.
22336         * modules/unicodeio (Link): Likewise.
22337         * modules/propername (Link): Likewise.
22338         Reported by Jim Meyering.
22339
22340 2008-05-26  Jim Meyering  <meyering@redhat.com>
22341
22342         sha256: do not artificially restrict buffer length to be < 2^32
22343         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
22344         uint32_t to size_t.
22345         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
22346         to match.
22347
22348         avoid unaligned access errors, e.g., on sparc
22349         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
22350         direct access through a possibly-unaligned uint64* pointer.
22351         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
22352         direct access through a possibly-unaligned uint32* pointer.
22353         Prompted by this patch from Tom "spot" Callaway:
22354         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
22355
22356         sha512.c: fix typo in comment
22357         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
22358
22359 2008-05-25  Bruno Haible  <bruno@clisp.org>
22360
22361         * lib/set-mode-acl.c: Renamed from lib/acl.c.
22362         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
22363         (Makefile.am): Update lib_SOURCES.
22364
22365 2008-05-25  Bruno Haible  <bruno@clisp.org>
22366
22367         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
22368
22369 2008-05-25  Jim Meyering  <meyering@redhat.com>
22370
22371         useless-if-before-free: freed expr may have white-space differences
22372         * build-aux/useless-if-before-free: Recognize cases in which the
22373         freed expression differs from the tested one in embedded white
22374         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
22375         $1 was used, so we can't make any regexp shy.  Improved tests now
22376         detect this.
22377
22378         useless-if-before-free: accept white space in the expression.
22379         * build-aux/useless-if-before-free: For now, any white space
22380         in the expression must be identical in the free argument.
22381
22382         useless-if-before-free: efficiency tweak
22383         * build-aux/useless-if-before-free: Make the expression-matching
22384         regexp "shy".
22385         Make the *outer* regexp shy, not the expr-matching one.
22386
22387         update code-in-comment to accept cast of free arg
22388         * build-aux/useless-if-before-free: Update regexp.
22389
22390 2008-05-25  Bruno Haible  <bruno@clisp.org>
22391
22392         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
22393         * modules/copy-file-tests (Files, Makefile.am): Update.
22394         * tests/test-copy-file.c (func_test_copy): Update.
22395
22396 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
22397
22398         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
22399
22400 2008-05-23  Bruno Haible  <bruno@clisp.org>
22401
22402         Improve support for ACLs on OSF/1.
22403         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
22404         Remove fallback for unknown flavors of ACLs.
22405
22406 2008-05-22  Bruno Haible  <bruno@clisp.org>
22407
22408         Add support for ACLs on OSF/1.
22409         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
22410         replacements.
22411         (acl_free_text): New macro fallback.
22412         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
22413         acl_free.
22414         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
22415         acl_free_text function. Require AC_C_INLINE.
22416
22417 2008-05-22  Bruno Haible  <bruno@clisp.org>
22418
22419         Make copy_acl work on MacOS X 10.5.
22420         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
22421         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
22422         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
22423         If MODE_INSIDE_ACL, don't assume that every system has the same text
22424         representation for ACLs as FreeBSD.
22425         * lib/copy-acl.c (copy_acl): Add support for platforms with
22426         !MODE_INSIDE_ACL.
22427         * lib/file-has-acl.c (file_has_acl): Likewise.
22428         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
22429         FreeBSD, MacOS X, or IRIX, respectively.
22430
22431 2008-05-22  Bruno Haible  <bruno@clisp.org>
22432
22433         * lib/acl.h: Don't include <sys/acl.h>.
22434         (GETACLCNT): Move fallback to lib/acl-internal.h.
22435         * lib/acl-internal.h: Include <sys/acl.h> here.
22436         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
22437
22438 2008-05-22  Bruno Haible  <bruno@clisp.org>
22439
22440         Split off copy_acl function to separate file.
22441         * lib/copy-acl.c: New file, extracted from lib/acl.c.
22442         * lib/acl.c (copy_acl): Moved function to separate file.
22443         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
22444         * modules/acl (Files): Add lib/copy-acl.c.
22445         (Makefiles.am): Augment lib_SOURCES.
22446
22447 2008-05-22  Bruno Haible  <bruno@clisp.org>
22448
22449         * modules/copy-file-tests: New file.
22450         * tests/test-copy-file.sh: New file.
22451         * tests/test-copy-file.c: New file.
22452         * tests/test-copy-file-sameacls.c: New file.
22453
22454 2008-05-22  Eric Blake  <ebb9@byu.net>
22455
22456         Avoid gcc warning.
22457         * tests/test-memcmp.c (main): Pass NULL indirectly.
22458
22459 2008-05-21  Bruno Haible  <bruno@clisp.org>
22460
22461         Add reference doc about ACLs.
22462         * doc/acl-resources.txt: New file.
22463         * doc/acl-cygwin.txt: New file.
22464
22465 2008-05-21  Bruno Haible  <bruno@clisp.org>
22466
22467         Avoid one more warning from gcc.
22468         * lib/vasnprintf.c (IF_LINT): Update comments.
22469         (VASNPRINTF): Use it also for the 'prefix' array initializer.
22470
22471 2008-05-21  Jim Meyering  <meyering@redhat.com>
22472
22473         avoid a warning from gcc
22474         * lib/vasnprintf.c (IF_LINT): Define.
22475         (scale10_round_decimal_long_double):
22476         Use it to avoid a "may be used uninitialized" warning.
22477         (scale10_round_decimal_double): Likewise.
22478
22479 2008-05-21  Simon Josefsson  <simon@josefsson.org>
22480
22481         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
22482         declared.
22483
22484 2008-05-20  Bruno Haible  <bruno@clisp.org>
22485
22486         * tests/test-memcmp.c (main): Test also the sign of the result. Test
22487         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
22488
22489 2008-05-20  Simon Josefsson  <simon@josefsson.org>
22490
22491         * modules/memcmp-tests: New file.
22492         * tests/test-memcmp.c: New file.
22493
22494 2008-05-19  Bruno Haible  <bruno@clisp.org>
22495
22496         * modules/propername (Notice, configure.ac): Put quoted "..." into
22497         --keyword option.
22498         * lib/propername.h: Update comments accordingly.
22499         Reported by Eric Blake.
22500
22501 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
22502
22503         * modules/getpass-gnu (Depends-on): Add fseeko.
22504
22505 2008-05-19  Simon Josefsson  <simon@josefsson.org>
22506
22507         * modules/base64-tests: New file.
22508
22509 2008-05-19  Bo Borgerson <gigabo@gmail.com>
22510
22511         * lib/base64.c (base64_decode_ctx): If a decode context structure
22512         was passed in use it to ignore newlines.  If a context structure
22513         was _not_ passed in, continue to treat newlines as garbage (this
22514         is the historical behavior).  Formerly base64_decode.
22515         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22516         takes a decode context structure.
22517         * lib/base64.h (base64_decode): Macro for four-argument calls.
22518         (base64_decode_alloc): Likewise.
22519         * lib/base64.c (base64_decode_ctx): If a decode context structure
22520         was passed in use it to ignore newlines.  If a context structure
22521         was _not_ passed in, continue to treat newlines as garbage (this
22522         is the historical behavior).  Formerly base64_decode.
22523         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
22524         takes a decode context structure.
22525         * lib/base64.h (base64_decode): Macro for four-argument calls.
22526         (base64_decode_alloc): Likewise.
22527
22528 2008-05-19  Jim Meyering  <meyering@redhat.com>
22529
22530         avoid a warning from gcc
22531         * lib/trim.c (IF_LINT): Define.
22532         (trim2): Use it to avoid a "may be used uninitialized" warning.
22533
22534         Fix doc typo.
22535         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
22536
22537 2008-05-19  Bruno Haible  <bruno@clisp.org>
22538
22539         * doc/glibc-functions/getpass.texi: Document limits of other
22540         implementations.
22541
22542 2008-05-19  Simon Josefsson  <simon@josefsson.org>
22543             Bruno Haible <bruno@clisp.org>
22544
22545         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
22546
22547 2008-05-18  Bruno Haible  <bruno@clisp.org>
22548
22549         * modules/propername: New file, from GNU gettext.
22550         * lib/propername.h: New file, from GNU gettext.
22551         * lib/propername.c: New file, from GNU gettext.
22552         * MODULES.html.sh (Internationalization functions): Add propername.
22553
22554 2008-05-16  Jim Meyering  <meyering@redhat.com>
22555             Bruno Haible  <bruno@clisp.org>
22556
22557         Avoid some warnings from "gcc -Wshadow".
22558         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
22559
22560 2008-05-15  Eric Blake  <ebb9@byu.net>
22561
22562         Extend previous patch to cygwin 1.7.0.
22563         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
22564         fast implementation in cygwin >= 1.7.0.
22565         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22566         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22567
22568 2008-05-15  Bruno Haible  <bruno@clisp.org>
22569
22570         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
22571         implementation in glibc >= 2.9.
22572         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22573         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22574
22575 2008-05-15  Bruno Haible  <bruno@clisp.org>
22576
22577         * MODULES.html.sh (Internationalization functions): Remove linebreak.
22578         (Unicode string functions): Add unilbrk/*.
22579         Reported by Karl Berry.
22580
22581 2008-05-15  Eric Blake  <ebb9@byu.net>
22582
22583         Fix violation of <stdbool.h> replacement in regex.
22584         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
22585         * lib/regexec.c (re_search_internal): Likewise.
22586         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
22587
22588 2008-05-15  Jim Meyering  <meyering@redhat.com>
22589
22590         avoid distracting test output when git or cvs is not found
22591         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
22592         * tests/test-vc-list-files-git.sh: Likewise.
22593
22594 2008-05-15  Eric Blake  <ebb9@byu.net>
22595
22596         Glibc finally accepted the memmem speedup code, bugzilla #5514.
22597         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
22598         glibc version.
22599         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
22600         * doc/posix-functions/strstr.texi (strstr): Likewise.
22601         * lib/str-two-way.h (MAX): Sychronize with glibc.
22602
22603 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
22604
22605         * lib/regcomp.c (optimize_utf8): Add a note on why we test
22606         opr.ctx_type.
22607         (calc_first): Initialize constraint field.
22608         (duplicate_node_closure): Use it instead of special casing ANCHORS.
22609         Fix grammar.
22610         (duplicate_node): Merge constraint field for all node types.
22611         (calc_eclosure_iter): Look at constraint field for all node types.
22612         * lib/regex_internal.c (create_cd_newstate): Don't look at
22613         opr.ctx_type.
22614
22615 2008-05-14  Bruno Haible  <bruno@clisp.org>
22616
22617         Help GCC to do better code generation.
22618         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
22619         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
22620         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
22621         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
22622         Declare with attribute 'malloc' if supported.
22623
22624 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
22625
22626         use "echo STR|wc -c" rather than unportable "expr length STR"
22627         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
22628         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
22629
22630 2008-05-14  Jim Meyering  <meyering@redhat.com>
22631
22632         use dd ibs=$n count=1 ... rather than less-portable head -c$n
22633         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
22634         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
22635         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
22636         via Collin Lasse.
22637
22638 2008-05-14  Eric Blake  <ebb9@byu.net>
22639
22640         Avoid quadratic growth in gl_LIBSOURCES.
22641         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
22642         Suggested by Bruno Haible.
22643
22644         Test xmemdup0.
22645         * modules/xmemdup0-tests: New file.
22646         * tests/test-xmemdup0.c: Likewise.
22647
22648 2008-05-13  Eric Blake  <ebb9@byu.net>
22649
22650         Split xmemdup0 into its own module.
22651         * modules/xmemdup0: New file.
22652         * lib/xmemdup0.h: Likewise.
22653         * lib/xmemdup0.c: Likewise.
22654         * MODULES.html.sh (Memory management functions): Add xmemdup0.
22655         * lib/xalloc.h (xmemdup0): Remove.
22656         * lib/xmalloc.c (xmemdup0): Likewise.
22657
22658 2008-05-13  Eric Blake  <ebb9@byu.net>
22659             Bruno Haible  <bruno@clisp.org>
22660
22661         Reduce number of forks required during autoconf.
22662         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
22663         and gl_LIBSOURCES_DIR.
22664         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
22665         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
22666         m4_syscmd per file.
22667         <m4_foreach_w>: Move...
22668         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
22669
22670 2008-05-13  Eric Blake  <ebb9@byu.net>
22671
22672         * gnulib-tool: Fix various comment typos.
22673
22674 2008-05-12  Bruno Haible  <bruno@clisp.org>
22675
22676         Tailor the linebreaking algorithm.
22677         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
22678
22679 2008-05-12  Bruno Haible  <bruno@clisp.org>
22680
22681         Update to Unicode 5.0.0.
22682         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
22683         LBP_JV, LBP_JT. Redistribute values.
22684         (unilbrk_table): Change size.
22685         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
22686         Unicode TR#14 rev. 22.
22687         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
22688         LBP_JV, LBP_JT. Redistribute values.
22689         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
22690         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
22691         Update.
22692         * lib/unilbrk/lbrkprop1.h: Regenerated.
22693         * lib/unilbrk/lbrkprop2.h: Regenerated.
22694         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
22695         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
22696         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
22697         Likewise.
22698         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
22699         Likewise.
22700         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
22701         result.
22702         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
22703         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
22704         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
22705         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
22706         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
22707         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
22708
22709 2008-05-11  Bruno Haible  <bruno@clisp.org>
22710
22711         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
22712
22713 2008-05-11  Bruno Haible  <bruno@clisp.org>
22714
22715         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
22716         * modules/unilbrk/gen-lbrk: New file.
22717
22718 2008-05-11  Bruno Haible  <bruno@clisp.org>
22719
22720         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
22721         * m4/sha512.m4 (gl_SHA512): Likewise.
22722
22723 2008-05-11  Jim Meyering  <meyering@redhat.com>
22724
22725         New modules: crypto/sha256, crypto/sha512 (from coreutils)
22726         * modules/crypto/sha256: New file.
22727         * modules/crypto/sha512: Likewise.
22728         * lib/sha256.c: Likewise.
22729         * lib/sha256.h: Likewise.
22730         * lib/sha512.c: Likewise.
22731         * lib/sha512.h: Likewise.
22732         * lib/u64.h: Likewise.
22733         * m4/sha256.m4: Likewise.
22734         * m4/sha512.m4: Likewise.
22735         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
22736
22737 2008-05-10  Bruno Haible  <bruno@clisp.org>
22738
22739         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
22740         (Input/Output <stdio.h>): Add xprintf.
22741         (Signal handling <signal.h>): Add strsignal.
22742         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
22743         (Core language properties): Add func.
22744         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
22745         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
22746         strings.
22747         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
22748         (Input/output): New section.
22749         (File system functions): Add openat-die, stat-macros.
22750         (Networking functions): Add sockets.
22751         (Unicode string functions): Add unictype/*.
22752         (Support for building libraries and executables): Add gperf.
22753         (Support for building documentation): Add agpl-3.0.
22754         (Misc): Add nocrash.
22755
22756 2008-05-10  Bruno Haible  <bruno@clisp.org>
22757
22758         * modules/unictype/gen-ctype: New file.
22759
22760 2008-05-10  Jim Meyering  <meyering@redhat.com>
22761
22762         Make chdir-safer.c more efficient on a system with no symlinks.
22763         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
22764         also if ELOOP is zero.  Suggested by Bruno Haible.
22765
22766         Make chdir-safer.c slightly safer.
22767         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
22768         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
22769
22770         Avoid compile failure on systems without ELOOP (like mingw).
22771         * lib/chdir-safer.c (ELOOP): Define if not already defined.
22772         Reported by Bruno Haible.
22773
22774 2008-05-10  Bruno Haible  <bruno@clisp.org>
22775
22776         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
22777         (is_utf8_encoding): Use a case-insensitive comparison.
22778         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
22779         streq.
22780
22781 2008-05-10  Bruno Haible  <bruno@clisp.org>
22782
22783         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
22784         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
22785         * lib/unilbrk/ulc-common.h (iconv_string_length,
22786         iconv_string_keeping_offsets): Remove declarations.
22787         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
22788         Don't include <iconv.h>, streq.h, xsize.h.
22789         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
22790         conversion.
22791         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
22792         <iconv.h>, streq.h, xsize.h.
22793         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
22794         conversion.
22795         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
22796         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
22797         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
22798         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
22799
22800 2008-05-10  Bruno Haible  <bruno@clisp.org>
22801
22802         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
22803         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
22804
22805         * modules/unilbrk/u32-width-linebreaks-tests: New file.
22806         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
22807
22808         * modules/unilbrk/u16-width-linebreaks-tests: New file.
22809         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
22810
22811         * modules/unilbrk/u8-width-linebreaks-tests: New file.
22812         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
22813
22814         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
22815         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
22816
22817         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
22818         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
22819
22820         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
22821         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
22822
22823         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
22824         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
22825
22826 2008-05-10  Bruno Haible  <bruno@clisp.org>
22827
22828         Split up 'linebreak' module.
22829         * lib/unilbrk.h: New file, based on lib/linebreak.h.
22830         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
22831         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
22832         modifications.
22833         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
22834         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
22835         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
22836         lib/linebreak.c.
22837         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
22838         lib/linebreak.c.
22839         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
22840         lib/linebreak.c.
22841         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
22842         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
22843         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
22844         lib/linebreak.c.
22845         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
22846         lib/linebreak.c.
22847         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
22848         lib/linebreak.c.
22849         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
22850         lib/linebreak.c.
22851         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
22852         lib/linebreak.c.
22853         * modules/unilbrk/base: New file.
22854         * modules/unilbrk/tables: New file.
22855         * modules/unilbrk/u8-possible-linebreaks: New file.
22856         * modules/unilbrk/u16-possible-linebreaks: New file.
22857         * modules/unilbrk/u32-possible-linebreaks: New file.
22858         * modules/unilbrk/ulc-common: New file.
22859         * modules/unilbrk/ulc-possible-linebreaks: New file.
22860         * modules/unilbrk/u8-width-linebreaks: New file.
22861         * modules/unilbrk/u16-width-linebreaks: New file.
22862         * modules/unilbrk/u32-width-linebreaks: New file.
22863         * modules/unilbrk/ulc-width-linebreaks: New file.
22864         * lib/linebreak.h: Remove file.
22865         * lib/linebreak.c: Remove file.
22866         * m4/linebreak.m4: Remove file.
22867         * modules/linebreak: Remove file.
22868         * NEWS: Mention the changes.
22869
22870 2008-05-09  Eric Blake  <ebb9@byu.net>
22871
22872         Add xmemdup0.
22873         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
22874         implementation.
22875         * lib/xmalloc.c (xmemdup0): New C implementation.
22876
22877 2008-05-08  Bruno Haible  <bruno@clisp.org>
22878
22879         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
22880
22881 2008-05-07  Eric Blake  <ebb9@byu.net>
22882
22883         Support cross-compilation of <wctype.h>.
22884         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
22885         AC_CACHE_CHECK.
22886
22887 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
22888
22889         * build-aux/vc-list-files: Add support for bzr.
22890
22891 2008-05-03  Jim Meyering  <meyering@redhat.com>
22892
22893         avoid failed assertion with tight malloc
22894         * tests/test-getndelim2.c: Correct an off-by-one assertion.
22895
22896 2008-05-03  Simon Josefsson  <simon@josefsson.org>
22897
22898         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
22899         are needed from arpa/inet.h.
22900         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
22901         Reported by Bruno Haible.
22902
22903 2008-05-02  Jim Meyering  <meyering@redhat.com>
22904
22905         avoid compilation error on FreeBSD 6
22906         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
22907
22908 2008-05-01  Jim Meyering  <meyering@redhat.com>
22909
22910         useless-if-before-free: correct --help's exit status description
22911         * build-aux/useless-if-before-free (usage): Like grep, exit 0
22912         for one or more matches, etc.  Reported by Bruno Haible.
22913
22914         vc-list-files: make the stand-alone gnulib test work
22915         * modules/vc-list-files-tests (configure.ac):
22916         Define and AC_SUBST abs_aux_dir.
22917         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
22918         $(abs_top_srcdir) to each script and having each of them
22919         duplicate the work of setting PATH, set PATH here, using
22920         the new variable, abs_aux_dir instead.
22921         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
22922         * tests/test-vc-list-files-git.sh: Likewise.
22923         Reported by Bruno Haible.
22924
22925 2008-05-01  Bruno Haible  <bruno@clisp.org>
22926
22927         * lib/getndelim2.c (getndelim2): Fix newsize computation during
22928         reallocation. Rename 'done' to 'found_delimiter'.
22929
22930 2008-05-01  Jim Meyering  <meyering@redhat.com>
22931
22932         vc-list-files: accommodate /bin/sh like the one from Solaris 10
22933         * build-aux/vc-list-files: Use `...`, not $(...).
22934
22935 2008-04-30  Jim Meyering  <meyering@redhat.com>
22936
22937         add tests for vc-list-files
22938         * modules/vc-list-files-tests: New module.
22939         * tests/test-vc-list-files-cvs.sh: New file.
22940         * tests/test-vc-list-files-git.sh: New file.
22941
22942         avoid a warning from gcc
22943         * lib/getndelim2.c (IF_LINT): Define.
22944         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
22945
22946         vc-list-files: work properly with build-aux/cvsu, too
22947         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
22948         to all cvs-based clauses.
22949
22950         vc-list-files: work properly in the CVS+awk case, too
22951         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
22952
22953         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
22954         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
22955         take more than one file argument, so .  Add quotes, just in case $dir
22956         ever contains a shell meta-character.  Prompted by Soren Hansen in
22957         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
22958
22959 2008-04-29  Eric Blake  <ebb9@byu.net>
22960
22961         Optimize getndelim2 to use block operations when possible.
22962         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
22963         freadseek, and memchr2.
22964         * lib/getndelim2.c (getndelim2): Use them for block reads.
22965
22966 2008-04-29  Bruno Haible  <bruno@clisp.org>
22967
22968         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
22969         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22970         * modules/inet_ntop (Depends-on): Add extensions.
22971         * modules/inet_pton (Depends-on): Likewise.
22972         Reported by Simon Josefsson.
22973
22974 2008-04-29  Jim Meyering  <meyering@redhat.com>
22975
22976         When the is more than one match in a block, match all of them.
22977         * build-aux/useless-if-before-free: Iterate through each block
22978         until there are no more matches.
22979
22980         Fix broken useless-if-before-free script.
22981         * build-aux/useless-if-before-free: Fix typo: missing "?" after
22982         the expression to match cast of argument to free-like function.
22983
22984 2008-04-29  Eric Blake  <ebb9@byu.net>
22985
22986         Use new header.
22987         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
22988
22989 2008-04-29  Jim Meyering  <meyering@redhat.com>
22990
22991         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
22992         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
22993         by gnulib to exist and to declare e.g., inet_ntop.
22994         Don't include "inet_ntop.h", now removed.
22995
22996         * m4/arpa_inet_h.m4: Remove trailing blanks.
22997
22998 2008-04-29  Eric Blake  <ebb9@byu.net>
22999
23000         Silence valgrind on safe reads beyond potential array bounds.
23001         * lib/rawmemchr.valgrind: New file.
23002         * lib/strchrnul.valgrind: Likewise.
23003         * modules/rawmemchr (Files): Distribute new file.
23004         * modules/strchrnul (Files): Likewise.
23005         Suggested by Bruno Haible.
23006
23007 2008-04-29  Bruno Haible  <bruno@clisp.org>
23008
23009         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
23010         (inet_ntop, inet_pton): Change portability warning's wording.
23011         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
23012         Invoke gl_CHECK_NEXT_HEADERS.
23013         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
23014         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
23015         set ARPA_INET_H.
23016         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
23017         * modules/arpa_inet (Description): No longer only for systems that
23018         lack it.
23019         (Depends-on): Add include_next.
23020         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
23021         HAVE_ARPA_INET_H.
23022
23023 2008-04-29  Jim Meyering  <meyering@redhat.com>
23024
23025         * modules/mkdir (License): Re-license as LGPLv2+.
23026
23027 2008-04-29  Bruno Haible  <bruno@clisp.org>
23028
23029         * modules/rawmemchr (Maintainer): Set to Eric.
23030         * modules/strchrnul (Maintainer): Likewise.
23031
23032 2008-04-29  Simon Josefsson  <simon@josefsson.org>
23033
23034         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
23035         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
23036
23037         * modules/arpa_inet (arpa/inet.h): Use them.
23038
23039 2008-04-28  Eric Blake  <ebb9@byu.net>
23040
23041         Test getndelim2.
23042         * modules/getndelim2-tests: New file.
23043         * tests/test-getndelim2.c: Likewise.
23044         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
23045         stream.
23046         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
23047
23048         * MODULES.html.sh: Document new module.
23049
23050 2008-04-20  Bruno Haible  <bruno@clisp.org>
23051
23052         * lib/c-stack.c (die): Use raise.
23053         * modules/c-stack (Depends-on): Add raise.
23054
23055 2008-04-28  Bruno Haible  <bruno@clisp.org>
23056
23057         Expect rpmatch to be declared.
23058         * lib/yesno.c (rpmatch): Remove declaration.
23059
23060         Declare rpmatch.
23061         * lib/stdlib.in.h (rpmatch): New declaration.
23062         * lib/rpmatch.c: Include <stdlib.h> first.
23063         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
23064         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
23065         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
23066         HAVE_RPMATCH.
23067         * modules/rpmatch (Depends-on): Add stdlib, extensions.
23068         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23069         (Include): Set to <stdlib.h>.
23070         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
23071         HAVE_RPMATCH.
23072         * NEWS: Document the change.
23073
23074 2008-04-28  Bruno Haible  <bruno@clisp.org>
23075
23076         Change rpmatch to use nl_langinfo when appropriate.
23077         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
23078         (N_): New macro.
23079         (localized_pattern): New function/macro.
23080         (try): Remove match, nomatch arguments. Copy the pattern into safe
23081         memory before caching it.
23082         (rpmatch): Use localized_pattern. Add translator comments.
23083         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
23084         Suggested by Eric Blake.
23085         * modules/rpmatch (Depends-on): Add stdbool.
23086
23087 2008-04-28  Eric Blake  <ebb9@byu.net>
23088
23089         Add rawmemchr module, matching glibc.
23090         * modules/string (Makefile.am): New indicator.
23091         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
23092         * lib/string.in.h (rawmemchr): Declare when appropriate.
23093         * modules/rawmemchr: New file.
23094         * m4/rawmemchr.m4: Likewise.
23095         * lib/rawmemchr.c: Likewise.
23096         * modules/rawmemchr-tests: Likewise.
23097         * tests/test-rawmemchr.c: Likewise.
23098         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
23099         module.
23100         * modules/strchrnul (Depends-on): Add rawmemchr.
23101         * lib/strchrnul.c (strchrnul): Optimize a corner case.
23102
23103         Whitespace cleanup.
23104         * tests/test-strchrnul.c: Reindent.
23105         * lib/strchrnul.c: Likewise.
23106
23107         Optimize and test strchrnul.
23108         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
23109         * modules/strchrnul-tests: New file.
23110         * tests/test-strchrnul.c: Likewise.
23111
23112         Remove intprops dependency.
23113         * modules/memchr (Depends-on): Remove intprops.
23114         * modules/memrchr (Depends-on): Likewise.
23115         * modules/memchr2 (Depends-on): Likewise.
23116         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
23117         * lib/memrchr.c (__memrchr): Likewise.
23118         * lib/memrchr2.c (memchr2): Likewise.
23119         Reported by Simon Josefsson.
23120
23121 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23122
23123         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
23124         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23125
23126 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23127
23128         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
23129
23130         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
23131
23132         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
23133
23134         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
23135         declarations.
23136         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
23137
23138         * m4/inet_pton.m4: Don't check for header files.
23139
23140         * m4/inet_ntop.m4: Don't check for header files.
23141
23142 2008-04-28  Simon Josefsson  <simon@josefsson.org>
23143
23144         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
23145         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
23146         trigger for cygwin).
23147         Reported by Bruno Haible  <bruno@clisp.org>.
23148
23149 2008-04-28  Bruno Haible  <bruno@clisp.org>
23150
23151         * doc/posix-functions/strdup.texi: Mention mingw problem.
23152
23153 2008-04-27  Bruno Haible  <bruno@clisp.org>
23154
23155         * modules/stat-time-tests (Depends-on): Add sleep.
23156         * tests/test-stat-time.c (force_unlink): New function.
23157         (cleanup): Use it.
23158         (test_mtime): Remove the ctime related tests.
23159         (test_ctime): New function, containing the ctime related tests.
23160         (main): Call test_ctime, except on native Windows platforms.
23161
23162 2008-04-27  Bruno Haible  <bruno@clisp.org>
23163
23164         * lib/rpmatch.c (rpmatch): Add some comments.
23165         Reported by James Youngman <jay@gnu.org>.
23166
23167 2008-04-27  Bruno Haible  <bruno@clisp.org>
23168
23169         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
23170         quiet NaNs.
23171
23172 2008-04-27  Bruno Haible  <bruno@clisp.org>
23173
23174         Make test-yesno.sh work on mingw.
23175         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
23176         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
23177         (main): Set stdin to binary mode.
23178         * modules/yesno-tests (Depends-on): Add binary-io.
23179
23180 2008-04-27  Bruno Haible  <bruno@clisp.org>
23181
23182         Fix 'isfinite' on x86, x86_64, ia64 platforms.
23183         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
23184         argument that lie outside the IEEE 854 domain.
23185         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
23186         (gl_ISFINITE): Use it.
23187         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
23188
23189 2008-04-27  Bruno Haible  <bruno@clisp.org>
23190
23191         Allow local renaming in config.h.
23192         * lib/memrchr.c (memrchr): Don't undefine outside libc.
23193
23194 2008-04-27  Bruno Haible  <bruno@clisp.org>
23195
23196         * lib/memchr.c (__memchr): Change type of 'i'.
23197         * lib/memchr2.c (memchr2): Likewise.
23198
23199 2008-04-26  Eric Blake  <ebb9@byu.net>
23200         and Bruno Haible  <bruno@clisp.org>
23201
23202         Optimize and test memrchr.
23203         * modules/memrchr (Depends-on): Add intprops.
23204         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
23205         * modules/memrchr-tests: New file.
23206         * tests/test-memrchr.c: New file.
23207
23208 2008-04-26  Bruno Haible  <bruno@clisp.org>
23209
23210         Add tentative support for DragonFly BSD.
23211         * lib/stdio-impl.h: Add macros for DragonFly BSD.
23212         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
23213         fp.
23214         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23215         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
23216         * lib/fpurge.c (fpurge): Likewise.
23217         * lib/freadable.c (freaadable): Likewise.
23218         * lib/freadahead.c (freadahead): Likewise.
23219         * lib/freading.c (freading): Likewise.
23220         * lib/freadptr.c (freadptr): Likewise.
23221         * lib/freadseek.c (freadptrinc): Likewise.
23222         * lib/fseeko.c (fseeko): Likewise.
23223         * lib/fseterr.c (fseterr): Likewise.
23224         * lib/fwritable.c (fwritable): Likewise.
23225         * lib/fwriting.c (fwriting): Likewise.
23226
23227 2008-04-26  Bruno Haible  <bruno@clisp.org>
23228
23229         * lib/stdio-impl.h: New file.
23230         * lib/fbufmode.c: Include stdio-impl.h.
23231         (fbufmode): Use fp_, remove redundant #defines.
23232         * lib/fflush.c: Include stdio-impl.h.
23233         (clear_ungetc_buffer): Remove redundant #defines.
23234         * lib/fpurge.c: Include stdio-impl.h.
23235         (fpurge): Remove redundant #defines.
23236         * lib/freadable.c: Include stdio-impl.h.
23237         (freadable): Remove redundant #defines.
23238         * lib/freadahead.c: Include stdio-impl.h.
23239         (freadahead): Remove redundant #defines.
23240         * lib/freading.c: Include stdio-impl.h.
23241         (freading): Remove redundant #defines.
23242         * lib/freadptr.c: Include stdio-impl.h.
23243         (freadptr): Remove redundant #defines.
23244         * lib/freadseek.c: Include stdio-impl.h.
23245         (freadptrinc): Remove redundant #defines.
23246         * lib/fseeko.c: Include stdio-impl.h.
23247         (rpl_fseeko): Remove redundant #defines.
23248         * lib/fseterr.c: Include stdio-impl.h.
23249         (fseterr): Remove redundant #defines.
23250         * lib/fwritable.c: Include stdio-impl.h.
23251         (fwritable: Remove redundant #defines.
23252         * lib/fwriting.c: Include stdio-impl.h.
23253         (fwriting): Remove redundant #defines.
23254         * modules/fbufmode (Files): Add lib/stdio-impl.h.
23255         * modules/fflush (Files): Likewise.
23256         * modules/fpurge (Files): Likewise.
23257         * modules/freadable (Files): Likewise.
23258         * modules/freadahead (Files): Likewise.
23259         * modules/freading (Files): Likewise.
23260         * modules/freadptr (Files): Likewise.
23261         * modules/freadseek (Files): Likewise.
23262         * modules/fseeko (Files): Likewise.
23263         * modules/fseterr (Files): Likewise.
23264         * modules/fwritable (Files): Likewise.
23265         * modules/fwriting (Files): Likewise.
23266
23267 2008-04-26  Bruno Haible  <bruno@clisp.org>
23268
23269         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
23270         restore_seek_optimization, update_fpos_cache): New functions, extracted
23271         from rpl_fflush.
23272         (rpl_fflush): Use them.
23273         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
23274         (gl_REPLACE_FFLUSH): Use it.
23275
23276 2008-04-26  Bruno Haible  <bruno@clisp.org>
23277
23278         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
23279         on Solaris.
23280         * tests/test-xstrtoimax.sh: Likewise.
23281         * tests/test-xstrtoumax.sh: Likewise.
23282         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23283
23284 2008-04-26  Bruno Haible  <bruno@clisp.org>
23285
23286         * modules/memchr-tests: New file.
23287         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
23288
23289 2008-04-26  Eric Blake  <ebb9@byu.net>
23290             Bruno Haible  <bruno@clisp.org>
23291
23292         * lib/memchr.c: Include intprops.h.
23293         (__memchr): Optimize parallel detection of matching bytes. Rename local
23294         variables. Add explanatory comments.
23295
23296 2008-04-26  Bruno Haible  <bruno@clisp.org>
23297
23298         Fix module 'memchr', broken since 2000-10-28.
23299         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
23300
23301 2008-04-26  Bruno Haible  <bruno@clisp.org>
23302
23303         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
23304         comments.
23305
23306 2008-04-25  Eric Blake  <ebb9@byu.net>
23307
23308         Use native fstatat on cygwin 1.7.0.
23309         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
23310         first.
23311
23312 2008-04-23  Eric Blake  <ebb9@byu.net>
23313
23314         Improve memchr2 performance.
23315         * lib/memchr2.c (memchr2): Further optimize parallel detection of
23316         NUL bytes.
23317         * modules/memchr2 (Depends-on): Use intprops.h.
23318
23319 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23320
23321         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
23322         an inline function instead of a CPP macro.  Patch by Ben Pfaff
23323         <blp@cs.stanford.edu>.
23324
23325 2008-04-23  Simon Josefsson  <simon@josefsson.org>
23326
23327         * lib/arpa_inet.in.h: New file.
23328
23329         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
23330         (Makefile.am): Sed in substitute header file.
23331
23332         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
23333         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
23334
23335         * modules/inet_ntop (configure.ac): Use
23336         gl_ARPA_INET_MODULE_INDICATOR.
23337
23338         * modules/inet_pton (configure.ac): Use
23339         gl_ARPA_INET_MODULE_INDICATOR.
23340
23341 2008-04-22  Jim Meyering  <meyering@redhat.com>
23342
23343         * modules/verify (License): Re-license as LGPLv2+.
23344
23345 2008-04-22  Simon Josefsson  <simon@josefsson.org>
23346
23347         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
23348         parameter to void* as per POSIX standard (MinGW uses char*).
23349
23350 2008-04-21  Bruno Haible  <bruno@clisp.org>
23351
23352         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
23353         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
23354         Define to replacements if REPLACE_ISWCNTRL is 1.
23355         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
23356         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
23357         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
23358         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
23359         what it fixes.
23360         * doc/posix-functions/iswalpha.texi: Likewise.
23361         * doc/posix-functions/iswblank.texi: Likewise.
23362         * doc/posix-functions/iswcntrl.texi: Likewise.
23363         * doc/posix-functions/iswdigit.texi: Likewise.
23364         * doc/posix-functions/iswgraph.texi: Likewise.
23365         * doc/posix-functions/iswlower.texi: Likewise.
23366         * doc/posix-functions/iswprint.texi: Likewise.
23367         * doc/posix-functions/iswpunct.texi: Likewise.
23368         * doc/posix-functions/iswspace.texi: Likewise.
23369         * doc/posix-functions/iswupper.texi: Likewise.
23370         * doc/posix-functions/iswxdigit.texi: Likewise.
23371         Reported by Alain Guibert.
23372
23373 2008-04-21  Bruno Haible  <bruno@clisp.org>
23374
23375         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
23376         Patch by Alain Guibert.
23377
23378 2008-04-21  Bruno Haible  <bruno@clisp.org>
23379
23380         Fix test failures on mingw.
23381         * tests/test-xstrtol.c (print_no_progname): New function.
23382         (main): Install it in error_print_progname hook.
23383         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
23384         * tests/test-xstrtoimax.sh: Likewise.
23385         * tests/test-xstrtoumax.sh: Likewise.
23386
23387 2008-04-21  Bruno Haible  <bruno@clisp.org>
23388
23389         Fix test failure on mingw.
23390         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
23391
23392 2008-04-21  Bruno Haible  <bruno@clisp.org>
23393
23394         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
23395         Actually assign a value.
23396
23397 2008-04-20  Bruno Haible  <bruno@clisp.org>
23398
23399         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
23400         take 2.
23401         * lib/canonicalize.c (canonicalize_file_name): Elide if the
23402         'canonicalize-lgpl' module is also used.
23403         * lib/canonicalize-lgpl.c: Undo last change.
23404         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
23405
23406 2008-04-20  Bruno Haible  <bruno@clisp.org>
23407
23408         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
23409         config.h. Provide _mkdir based fallback for mingw.
23410         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
23411         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
23412         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
23413         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
23414         rather than defining mkdir in config.h.
23415         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
23416         (gl_SYS_STAT_H_DEFAULTS): New macro.
23417         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
23418         HAVE_IO_H any more.
23419         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
23420         HAVE_DECL_MKDIR and HAVE_IO_H.
23421
23422 2008-04-20  Bruno Haible  <bruno@clisp.org>
23423
23424         * lib/isapipe.c: Port to native Windows platforms.
23425
23426 2008-04-20  Bruno Haible  <bruno@clisp.org>
23427
23428         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
23429
23430 2008-04-21  Eric Blake  <ebb9@byu.net>
23431
23432         Work around preprocessors that don't handle UINTMAX_MAX.
23433         * lib/memchr2.c (memchr2): Avoid embedded #if.
23434         Reported by Alain Guibert, fix suggested by Bruno Haible.
23435
23436 2008-04-21  Simon Josefsson  <simon@josefsson.org>
23437
23438         * doc/posix-functions/strftime.texi (strftime): Explain better
23439         Windows incompatibility.  Suggested by Micah Cowan
23440         <micah@cowan.name>.
23441
23442 2008-04-20  Bruno Haible  <bruno@clisp.org>
23443
23444         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
23445         unistr/u8-mblen.
23446
23447 2008-04-20  Bruno Haible  <bruno@clisp.org>
23448
23449         Fix test failure on platforms with non-GNU iconv.
23450         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
23451         (U_TO_U8): Use it, rather than u16_to_u8.
23452         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
23453         units at the end of the input string.
23454         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
23455
23456 2008-04-20  Bruno Haible  <bruno@clisp.org>
23457
23458         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
23459         when the resulting length is 0.
23460         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
23461
23462 2008-04-20  Bruno Haible  <bruno@clisp.org>
23463
23464         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
23465         works.
23466         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
23467
23468 2008-04-20  Bruno Haible  <bruno@clisp.org>
23469
23470         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
23471         * modules/tsearch-tests (configure.ac): Test for initstate function.
23472
23473 2008-04-20  Bruno Haible  <bruno@clisp.org>
23474
23475         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
23476         for nlink_t if missing.
23477         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
23478
23479 2008-04-19  Bruno Haible  <bruno@clisp.org>
23480
23481         Work around snprintf bug on Linux libc5.
23482         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
23483         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
23484         gl_SNPRINTF_SIZE1.
23485         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23486         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
23487         that test failed.
23488         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
23489         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
23490         * modules/snprintf (Files): Add m4/printf.m4.
23491         * modules/vsnprintf (Files): Likewise.
23492         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
23493         * doc/posix-functions/vsnprintf.texi: Likewise.
23494
23495 2008-04-19  Bruno Haible  <bruno@clisp.org>
23496
23497         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
23498         from 0.0058 to less than 10^-7.
23499
23500 2008-04-19  Bruno Haible  <bruno@clisp.org>
23501
23502         Fix rounding when a precision is given.
23503         * lib/vasnprintf.c (is_borderline): New function.
23504         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
23505         9...9x.
23506         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
23507         %e, %g.
23508         * tests/test-vasprintf-posix.c (test_function): Likewise.
23509         * tests/test-snprintf-posix.h (test_function): Likewise.
23510         * tests/test-sprintf-posix.h (test_function): Likewise.
23511         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
23512         * tests/test-printf-posix.h (test_function): Likewise.
23513         * tests/test-printf-posix.output: Update.
23514         Reported by John Darrington <john@darrington.wattle.id.au> via
23515         Ben Pfaff <blp@cs.stanford.edu>.
23516
23517 2008-04-18  Simon Josefsson  <simon@josefsson.org>
23518
23519         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
23520         Suggested by Bruno Haible <bruno@clisp.org>.
23521
23522 2008-04-17  Bruno Haible  <bruno@clisp.org>
23523
23524         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
23525         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
23526         implementation.
23527         Patch by Bruce Merry <bmerry@gmail.com>.
23528
23529 2008-04-17  Simon Josefsson  <simon@josefsson.org>
23530
23531         * doc/posix-functions/strftime.texi (strftime): Mention that %e
23532         doesn't work under Windows.
23533
23534 2008-04-16  Bruno Haible  <bruno@clisp.org>
23535
23536         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
23537         New macros.
23538         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
23539         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
23540         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
23541         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
23542         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
23543         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
23544         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
23545         macros.
23546         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
23547         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
23548         Northern Sotho, Uighur.
23549
23550 2008-04-16  Bruno Haible  <bruno@clisp.org>
23551
23552         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
23553         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
23554         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
23555         Reported by Daniel Bergström <daniel@octocode.com>.
23556
23557 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
23558             Bruno Haible  <bruno@clisp.org>
23559
23560         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
23561         function.
23562         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
23563         New functions, mostly extracted from gl_locale_name_default.
23564         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
23565
23566 2008-04-16  Eric Blake  <ebb9@byu.net>
23567
23568         Adjust strtod detection to catch glibc 2.7 bug.
23569         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
23570         Reported by John Gatewood Ham.
23571
23572 2008-04-16  Bruno Haible  <bruno@clisp.org>
23573
23574         Add tentative support for Linux libc5.
23575         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
23576         * lib/fpurge.c (fpurge): Likewise.
23577         * lib/freadable.c (freadable): Likewise.
23578         * lib/freadahead.c (freadahead): Likewise.
23579         * lib/freading.c (freading): Likewise.
23580         * lib/freadptr.c (freadptr): Likewise.
23581         * lib/freadseek.c (freadptrinc): Likewise.
23582         * lib/fseeko.c (rpl_fseeko): Likewise.
23583         * lib/fseterr.c (fseterr): Likewise.
23584         * lib/fwritable.c (fwritable): Likewise.
23585         * lib/fwriting.c (fwriting): Likewise.
23586         Reported by Alain Guibert <alguibert+bts@free.fr>.
23587
23588 2008-04-15  Bruno Haible  <bruno@clisp.org>
23589
23590         * modules/mathl (configure.ac): Define module indicator.
23591
23592 2008-04-15  Bruno Haible  <bruno@clisp.org>
23593
23594         * lib/logl.c (logl): Remove unused variables.
23595
23596 2008-04-15  Bruno Haible  <bruno@clisp.org>
23597
23598         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
23599         fails.
23600
23601 2008-04-15  Bruno Haible  <bruno@clisp.org>
23602
23603         * lib/trim.c (trim2): Fix argument of isspace() macro.
23604
23605 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
23606
23607         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
23608         to 0.
23609         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
23610
23611 2008-04-14  Bruno Haible  <bruno@clisp.org>
23612
23613         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
23614         AC_LANG_PROGRAM argument.
23615         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
23616         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
23617         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
23618         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
23619         * m4/math_h.m4 (gl_MATH_H): Likewise.
23620         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
23621         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23622         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
23623         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
23624         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
23625         * m4/regex.m4 (gl_REGEX): Likewise.
23626         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
23627         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
23628         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23629         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
23630         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
23631         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
23632         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
23633         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
23634
23635 2008-04-14  Jim Meyering  <meyering@redhat.com>
23636
23637         test-strtod: fix typos: s/abs/fabs/
23638         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
23639
23640 2008-04-13  Bruno Haible  <bruno@clisp.org>
23641
23642         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
23643         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
23644         module is also used and while not building the reloc-wrapper.
23645
23646 2008-04-13  Bruno Haible  <bruno@clisp.org>
23647
23648         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
23649
23650 2008-04-13  Bruno Haible  <bruno@clisp.org>
23651
23652         Fix AIX compilation failure introduced on 2008-04-02.
23653         * tests/test-frexp.c (exp): Undefine before redefining.
23654         * tests/test-frexpl.c (exp): Likewise.
23655
23656 2008-04-13  Bruno Haible  <bruno@clisp.org>
23657
23658         Work around a HP-UX stdio bug.
23659         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
23660         * tests/test-ftello.c (main): Likewise.
23661         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
23662         * doc/posix-functions/ftello.texi: Likewise.
23663
23664 2008-04-13  Bruno Haible  <bruno@clisp.org>
23665
23666         Make test-signbit pass on HP-UX/hppa.
23667         * tests/test-signbit.c (minus_zerol): New variable.
23668         (test_signbitl): Use it.
23669
23670 2008-04-13  Bruno Haible  <bruno@clisp.org>
23671
23672         Make truncl work on OSF/1 4.0.
23673         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
23674         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
23675         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
23676         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
23677         HAVE_DECL_TRUNCL.
23678         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
23679         HAVE_DECL_TRUNCL.
23680         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
23681
23682 2008-04-13  Bruno Haible  <bruno@clisp.org>
23683
23684         * lib/unictype.h: Remove trailing comma from enumeration definitions.
23685
23686 2008-04-13  Bruno Haible  <bruno@clisp.org>
23687
23688         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
23689         expression, so as to avoid HP-UX 11 cc compiler bug.
23690
23691 2008-04-13  Bruno Haible  <bruno@clisp.org>
23692
23693         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
23694
23695 2008-04-13  Bruno Haible  <bruno@clisp.org>
23696
23697         * lib/git-merge-changelog.c: Remove empty declaration outside of
23698         functions.
23699
23700 2008-04-13  Bruno Haible  <bruno@clisp.org>
23701
23702         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
23703
23704 2008-04-13  Bruno Haible  <bruno@clisp.org>
23705
23706         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
23707         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
23708         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
23709         also if it exists but lacks definitions of the SHUT_* macros.
23710         * modules/sys_socket (Description): Update.
23711         Reported by Elbert Pol <e.pol@chello.nl>.
23712
23713 2008-04-13  Bruno Haible  <bruno@clisp.org>
23714
23715         * lib/localcharset.c (OS2): Don't redefine if already defined.
23716         Reported by Elbert Pol <e.pol@chello.nl>.
23717
23718 2008-04-13  Bruno Haible  <bruno@clisp.org>
23719
23720         * lib/binary-io.h [__EMX__]: Include <io.h>.
23721         Reported by Elbert Pol <e.pol@chello.nl>.
23722
23723 2008-04-12  Bruno Haible  <bruno@clisp.org>
23724
23725         * lib/fpucw.h: Enable the definitions also for x86_64.
23726         Needed for NetBSD/x86_64.
23727         Reported by Thomas Klausner <tk@giga.or.at>.
23728
23729 2008-04-12  Bruno Haible  <bruno@clisp.org>
23730
23731         * tests/test-strtod.c: Include isnand.h.
23732         (main): Use isnand instead of isnan.
23733         Reported by Jim Meyering.
23734
23735 2008-04-12  Bruno Haible  <bruno@clisp.org>
23736
23737         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
23738         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
23739
23740 2008-04-12  Jim Meyering  <meyering@redhat.com>
23741
23742         * m4/math_h.m4 (gl_MATH_H): Fix typos.
23743
23744 2008-04-12  Bruno Haible  <bruno@clisp.org>
23745
23746         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
23747         Reported by Elbert Pol <e.pol@chello.nl>.
23748
23749 2008-04-12  Eric Blake  <ebb9@byu.net>
23750
23751         Work around Solaris 10 math.h bug.
23752         * m4/math_h.m4 (gl_MATH_H): Check for bug.
23753         (gl_MATH_H_DEFAULTS): Set up default.
23754         * modules/math (Makefile.am): Replace new indicators.
23755         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
23756         * tests/test-math.c (main): Test this.
23757         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
23758         * doc/posix-headers/math.texi (math.h): Mention bug.
23759         Reported by Nelson H. F. Beebe and Jim Meyering.
23760
23761 2008-04-11  Bruno Haible  <bruno@clisp.org>
23762
23763         Adapt to future versions of Apple GCC.
23764         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
23765         Reported by Peter O'Gorman <peter@pogma.com>.
23766
23767 2008-04-11  Bruno Haible  <bruno@clisp.org>
23768
23769         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
23770
23771 2008-04-11  Bruno Haible  <bruno@clisp.org>
23772
23773         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
23774
23775         * modules/getaddrinfo-tests (Makefile.am): Define
23776         test_getaddrinfo_LDADD.
23777
23778 2008-04-11  Bruno Haible  <bruno@clisp.org>
23779
23780         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
23781         (init): Fix syntax error.
23782         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
23783         is declared.
23784
23785 2008-04-11  Bruno Haible  <bruno@clisp.org>
23786
23787         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
23788         * modules/glob (Depends-on): Add stdbool.
23789
23790 2008-04-11  Bruno Haible  <bruno@clisp.org>
23791
23792         * lib/trim.c: Include <string.h>.
23793
23794 2008-04-11  Eric Blake  <ebb9@byu.net>
23795
23796         Avoid compile failure on OS/2.
23797         * lib/regex_internal.h (internal_function): Disable optimization
23798         on OS/2 (__EMX__), where it caused compiler error.
23799         Reported by Elbert Pol.
23800
23801 2008-04-11  Bruno Haible  <bruno@clisp.org>
23802
23803         Flush the standard error stream before aborting. Needed on mingw.
23804         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
23805         * tests/test-array_list.c (ASSERT): Likewise.
23806         * tests/test-array_oset.c (ASSERT): Likewise.
23807         * tests/test-avltree_list.c (ASSERT): Likewise.
23808         * tests/test-avltree_oset.c (ASSERT): Likewise.
23809         * tests/test-avltreehash_list.c (ASSERT): Likewise.
23810         * tests/test-binary-io.c (ASSERT): Likewise.
23811         * tests/test-byteswap.c (ASSERT): Likewise.
23812         * tests/test-c-ctype.c (ASSERT): Likewise.
23813         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
23814         * tests/test-c-strcasestr.c (ASSERT): Likewise.
23815         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
23816         * tests/test-c-strstr.c (ASSERT): Likewise.
23817         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
23818         * tests/test-canonicalize.c (ASSERT): Likewise.
23819         * tests/test-carray_list.c (ASSERT): Likewise.
23820         * tests/test-ceilf1.c (ASSERT): Likewise.
23821         * tests/test-ceilf2.c (ASSERT): Likewise.
23822         * tests/test-ceill.c (ASSERT): Likewise.
23823         * tests/test-count-one-bits.c (ASSERT): Likewise.
23824         * tests/test-fbufmode.c (ASSERT): Likewise.
23825         * tests/test-fflush2.c (ASSERT): Likewise.
23826         * tests/test-floorf1.c (ASSERT): Likewise.
23827         * tests/test-floorf2.c (ASSERT): Likewise.
23828         * tests/test-floorl.c (ASSERT): Likewise.
23829         * tests/test-fopen.c (ASSERT): Likewise.
23830         * tests/test-fpending.c (ASSERT): Likewise.
23831         * tests/test-fprintf-posix.c (ASSERT): Likewise.
23832         * tests/test-fpurge.c (ASSERT): Likewise.
23833         * tests/test-freadable.c (ASSERT): Likewise.
23834         * tests/test-freadahead.c (ASSERT): Likewise.
23835         * tests/test-freading.c (ASSERT): Likewise.
23836         * tests/test-freadptr.c (ASSERT): Likewise.
23837         * tests/test-freadptr2.c (ASSERT): Likewise.
23838         * tests/test-freadseek.c (ASSERT): Likewise.
23839         * tests/test-freopen.c (ASSERT): Likewise.
23840         * tests/test-frexp.c (ASSERT): Likewise.
23841         * tests/test-frexpl.c (ASSERT): Likewise.
23842         * tests/test-fseek.c (ASSERT): Likewise.
23843         * tests/test-fseeko.c (ASSERT): Likewise.
23844         * tests/test-fstrcmp.c (ASSERT): Likewise.
23845         * tests/test-ftell.c (ASSERT): Likewise.
23846         * tests/test-ftello.c (ASSERT): Likewise.
23847         * tests/test-func.c (ASSERT): Likewise.
23848         * tests/test-fwritable.c (ASSERT): Likewise.
23849         * tests/test-fwriting.c (ASSERT): Likewise.
23850         * tests/test-getdelim.c (ASSERT): Likewise.
23851         * tests/test-getline.c (ASSERT): Likewise.
23852         * tests/test-i-ring.c (ASSERT): Likewise.
23853         * tests/test-iconv-utf.c (ASSERT): Likewise.
23854         * tests/test-iconv.c (ASSERT): Likewise.
23855         * tests/test-isfinite.c (ASSERT): Likewise.
23856         * tests/test-isnand.c (ASSERT): Likewise.
23857         * tests/test-isnanf.c (ASSERT): Likewise.
23858         * tests/test-isnanl.h (ASSERT): Likewise.
23859         * tests/test-ldexpl.c (ASSERT): Likewise.
23860         * tests/test-linked_list.c (ASSERT): Likewise.
23861         * tests/test-linkedhash_list.c (ASSERT): Likewise.
23862         * tests/test-localename.c (ASSERT): Likewise.
23863         * tests/test-lseek.c (ASSERT): Likewise.
23864         * tests/test-mbscasecmp.c (ASSERT): Likewise.
23865         * tests/test-mbscasestr1.c (ASSERT): Likewise.
23866         * tests/test-mbscasestr2.c (ASSERT): Likewise.
23867         * tests/test-mbscasestr3.c (ASSERT): Likewise.
23868         * tests/test-mbscasestr4.c (ASSERT): Likewise.
23869         * tests/test-mbschr.c (ASSERT): Likewise.
23870         * tests/test-mbscspn.c (ASSERT): Likewise.
23871         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
23872         * tests/test-mbspbrk.c (ASSERT): Likewise.
23873         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
23874         * tests/test-mbsrchr.c (ASSERT): Likewise.
23875         * tests/test-mbsspn.c (ASSERT): Likewise.
23876         * tests/test-mbsstr1.c (ASSERT): Likewise.
23877         * tests/test-mbsstr2.c (ASSERT): Likewise.
23878         * tests/test-mbsstr3.c (ASSERT): Likewise.
23879         * tests/test-memchr2.c (ASSERT): Likewise.
23880         * tests/test-memmem.c (ASSERT): Likewise.
23881         * tests/test-open.c (ASSERT): Likewise.
23882         * tests/test-printf-frexp.c (ASSERT): Likewise.
23883         * tests/test-printf-frexpl.c (ASSERT): Likewise.
23884         * tests/test-printf-posix.c (ASSERT): Likewise.
23885         * tests/test-quotearg.c (ASSERT): Likewise.
23886         * tests/test-rbtree_list.c (ASSERT): Likewise.
23887         * tests/test-rbtree_oset.c (ASSERT): Likewise.
23888         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
23889         * tests/test-round1.c (ASSERT): Likewise.
23890         * tests/test-roundf1.c (ASSERT): Likewise.
23891         * tests/test-roundl.c (ASSERT): Likewise.
23892         * tests/test-signbit.c (ASSERT): Likewise.
23893         * tests/test-sleep.c (ASSERT): Likewise.
23894         * tests/test-snprintf-posix.c (ASSERT): Likewise.
23895         * tests/test-snprintf.c (ASSERT): Likewise.
23896         * tests/test-sprintf-posix.c (ASSERT): Likewise.
23897         * tests/test-stat-time.c (ASSERT): Likewise.
23898         * tests/test-strcasestr.c (ASSERT): Likewise.
23899         * tests/test-strerror.c (ASSERT): Likewise.
23900         * tests/test-striconv.c (ASSERT): Likewise.
23901         * tests/test-striconveh.c (ASSERT): Likewise.
23902         * tests/test-striconveha.c (ASSERT): Likewise.
23903         * tests/test-strsignal.c (ASSERT): Likewise.
23904         * tests/test-strstr.c (ASSERT): Likewise.
23905         * tests/test-strtod.c (ASSERT): Likewise.
23906         * tests/test-trunc1.c (ASSERT): Likewise.
23907         * tests/test-trunc2.c (ASSERT): Likewise.
23908         * tests/test-truncf1.c (ASSERT): Likewise.
23909         * tests/test-truncf2.c (ASSERT): Likewise.
23910         * tests/test-truncl.c (ASSERT): Likewise.
23911         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
23912         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
23913         * tests/test-vasnprintf.c (ASSERT): Likewise.
23914         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
23915         * tests/test-vasprintf.c (ASSERT): Likewise.
23916         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
23917         * tests/test-vprintf-posix.c (ASSERT): Likewise.
23918         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
23919         * tests/test-vsnprintf.c (ASSERT): Likewise.
23920         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
23921         * tests/test-wcwidth.c (ASSERT): Likewise.
23922         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
23923         * tests/test-xprintf-posix.c (ASSERT): Likewise.
23924         * tests/test-xvasprintf.c (ASSERT): Likewise.
23925         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
23926         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
23927         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
23928         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
23929         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
23930         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
23931         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
23932         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
23933         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
23934         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
23935         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
23936         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
23937         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
23938         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
23939         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
23940         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
23941         * tests/unictype/test-block_list.c (ASSERT): Likewise.
23942         * tests/unictype/test-block_of.c (ASSERT): Likewise.
23943         * tests/unictype/test-block_test.c (ASSERT): Likewise.
23944         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
23945         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
23946         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
23947         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
23948         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
23949         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
23950         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
23951         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
23952         * tests/unictype/test-combining.c (ASSERT): Likewise.
23953         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
23954         * tests/unictype/test-digit.c (ASSERT): Likewise.
23955         * tests/unictype/test-mirror.c (ASSERT): Likewise.
23956         * tests/unictype/test-numeric.c (ASSERT): Likewise.
23957         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
23958         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
23959         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
23960         * tests/unictype/test-scripts.c (ASSERT): Likewise.
23961         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
23962         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
23963         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
23964         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
23965         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
23966         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
23967         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
23968         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
23969         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
23970         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
23971         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
23972         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
23973         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
23974         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
23975         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
23976         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
23977         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
23978         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
23979         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
23980         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
23981         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
23982         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
23983         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
23984         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
23985         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
23986         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
23987         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
23988         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
23989         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
23990         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
23991         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
23992         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
23993         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
23994         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
23995         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
23996         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
23997         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
23998         Reported by Eric Blake.
23999
24000 2008-04-11  Bruno Haible  <bruno@clisp.org>
24001
24002         * lib/wchar.in.h: Tweak comment.
24003
24004 2008-04-11  Bruno Haible  <bruno@clisp.org>
24005
24006         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
24007         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
24008         gl_COMMON.
24009         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
24010
24011 2008-04-11  Bruno Haible  <bruno@clisp.org>
24012
24013         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
24014
24015 2008-04-11  Simon Josefsson  <simon@josefsson.org>
24016
24017         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
24018         of attempting to use non-existing /dev/*random.  Based on patch
24019         from Adam Strzelecki <ono@java.pl> in
24020         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
24021
24022 2008-04-08  Bruno Haible  <bruno@clisp.org>
24023
24024         Add tentative support for emx+gcc.
24025         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
24026         * lib/fpurge.c (fpurge): Likewise.
24027         * lib/freadable.c (freadable): Likewise.
24028         * lib/freadahead.c (freadahead): Likewise.
24029         * lib/freading.c (freading): Likewise.
24030         * lib/freadptr.c (freadptr): Likewise.
24031         * lib/freadseek.c (freadptrinc): Likewise.
24032         * lib/fseeko.c (rpl_fseeko): Likewise.
24033         * lib/fseterr.c (fseterr): Likewise.
24034         * lib/fwritable.c (fwritable): Likewise.
24035         * lib/fwriting.c (fwriting): Likewise.
24036         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
24037
24038 2008-04-09  Eric Blake  <ebb9@byu.net>
24039
24040         Avoid some autoconf warnings.
24041         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
24042         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
24043         * m4/afs.m4 (gl_AFS): Likewise.
24044         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
24045         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
24046         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
24047         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
24048         (gl_INTEGER_TYPE_SUFFIX): Likewise.
24049         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
24050         (AC_CHECK_DECLS_ONCE): Likewise.
24051         Rename file...
24052         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
24053         gnulib-tool requires autoconf 2.59 or better.
24054         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
24055
24056 2008-04-08  Eric Blake  <ebb9@byu.net>
24057
24058         Use 'git describe --match' if present (added in git 1.5.5).
24059         * build-aux/git-version-gen: Limit result to tags that match 'v*'
24060         if possible.
24061
24062 2008-04-08  Bruno Haible  <bruno@clisp.org>
24063
24064         Add tentative support for OpenServer.
24065         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
24066         _ptr, _cnt.
24067         * lib/fpurge.c (fpurge): Likewise.
24068         * lib/freadable.c (freadable): Likewise.
24069         * lib/freadahead.c (freadahead): Likewise.
24070         * lib/freading.c (freading): Likewise.
24071         * lib/freadptr.c (freadptr): Likewise.
24072         * lib/freadseek.c (freadptrinc): Likewise.
24073         * lib/fseeko.c (rpl_fseeko): Likewise.
24074         * lib/fseterr.c (fseterr): Likewise.
24075         * lib/fwritable.c (fwritable): Likewise.
24076         * lib/fwriting.c (fwriting): Likewise.
24077         Reported by Roger Cornelius <rac@tenzing.org> and
24078         Brian K. White <brian@aljex.com>.
24079
24080 2008-04-06  Jim Meyering  <meyering@redhat.com>
24081
24082         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
24083
24084 2008-04-06  Bruno Haible  <bruno@clisp.org>
24085
24086         Avoid possible error with non-ASCII bytes in UTF-8 locales.
24087         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
24088         * tests/test-printf-posix.sh: Likewise.
24089         * tests/test-vfprintf-posix.sh: Likewise.
24090         * tests/test-vprintf-posix.sh: Likewise.
24091         * tests/test-xprintf-posix.sh: Likewise.
24092
24093 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24094
24095         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
24096         hide error from 'ls', needed on OS/2.
24097         Report by Elbert Pol <elbert.pol@gmail.com>.
24098
24099 2008-04-04  Eric Blake  <ebb9@byu.net>
24100
24101         Make test-fseeko.c failures meaningful.
24102         * tests/test-fseeko.c: Print line number on failure.
24103         * tests/test-fseek.c: Likewise.
24104         Reported by Nelson H. F. Beebe.
24105
24106         Improve strtod bug detection check.
24107         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
24108         required for Solaris 10.
24109         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
24110
24111 2008-04-04  Bruno Haible  <bruno@clisp.org>
24112
24113         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
24114         by m4/setenv.m4.
24115
24116 2008-04-03  Eric Blake  <ebb9@byu.net>
24117
24118         Ensure sane .version contents.
24119         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
24120         version string.
24121         * build-aux/git-version-gen: Improve documentation.
24122
24123         Make GNU make output nicer.
24124         * top/GNUmakefile [!_have-Makefile]: Add dependency on
24125         MAKECMDGOALS to enforce message for all command line targets.  Set
24126         srcdir for use in maint.mk.
24127
24128         Another maintainer tweak.
24129         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
24130         a target that regenerates version.
24131
24132 2008-04-03  Jim Meyering  <meyering@redhat.com>
24133
24134         vc-list-files: don't cause coreutils "make po-check" failure
24135         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
24136
24137 2008-04-03  Eric Blake  <ebb9@byu.net>
24138
24139         Allow VPATH usage of vc-list-files.
24140         * build-aux/vc-list-files (scriptversion): Add timestamp.
24141         (options): Add --help, --version, -C.
24142         (CVS): Support installed cvsu.
24143
24144 2008-04-02  Bruno Haible  <bruno@clisp.org>
24145
24146         Avoid some "statement with no effect" warnings from gcc.
24147         * tests/test-wctype.c (main): Explicitly ignore unused values.
24148         Reported by Jim Meyering.
24149
24150 2008-04-02  Jim Meyering  <meyering@redhat.com>
24151
24152         Avoid some warnings from "gcc -Wshadow".
24153         * tests/test-frexp.c (exp): Define to a different identifier.
24154         * tests/test-frexpl.c (exp): Likewise.
24155
24156 2008-04-03  Jim Meyering  <meyering@redhat.com>
24157
24158         bootstrap: remove dangling *.[ch] symlinks from lib
24159         * build-aux/bootstrap [dangling symlink removal]: Move find's
24160         -depth option to precede all others, to avoid a warning.
24161         Remove *.[ch] files too, and from "$source_base" (usually lib/).
24162
24163 2008-04-02  Bruno Haible  <bruno@clisp.org>
24164
24165         Avoid some warnings from "gcc -Wshadow".
24166         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
24167         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
24168         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
24169         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
24170         Reported by Jim Meyering.
24171
24172 2008-04-01  Bruno Haible  <bruno@clisp.org>
24173
24174         Fix test to work on IRIX 6.5 with cc.
24175         * tests/test-math.c (numeric_equal): New function.
24176         (main): Use it.
24177
24178 2008-04-01  Bruno Haible  <bruno@clisp.org>
24179
24180         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
24181
24182 2008-04-01  Bruno Haible  <bruno@clisp.org>
24183
24184         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
24185         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24186         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
24187         (Depends-on): Remove math.
24188
24189         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
24190         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24191         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
24192         (Depends-on): Remove math.
24193
24194         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
24195         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24196         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
24197         (Depends-on): Remove math.
24198         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
24199         (Depends-on): Remove math.
24200
24201         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
24202         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
24203         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
24204         (Depends-on): Remove math.
24205         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
24206         (Depends-on): Remove math.
24207
24208         * tests/test-round1.c: Include nan.h.
24209         (main): Use NaNd instead of NAN.
24210         * modules/round-tests (Files): Add tests/nan.h.
24211
24212         * tests/test-trunc1.c: Include nan.h.
24213         (main): Use NaNd instead of NAN.
24214         * modules/trunc-tests (Files): Add tests/nan.h.
24215
24216         * tests/test-roundf1.c: Include nan.h.
24217         (main): Use NaNf instead of NAN.
24218         * modules/roundf-tests (Files): Add tests/nan.h.
24219
24220         * tests/test-truncf1.c: Include nan.h.
24221         (main): Use NaNf instead of NAN.
24222         * modules/truncf-tests (Files): Add tests/nan.h.
24223
24224         * tests/test-ceilf1.c: Include nan.h.
24225         (main): Use NaNf instead of NAN.
24226         * modules/ceilf-tests (Files): Add tests/nan.h.
24227
24228         * tests/test-floorf1.c: Include nan.h.
24229         (main): Use NaNf instead of NAN.
24230         * modules/floorf-tests (Files): Add tests/nan.h.
24231
24232         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
24233         (main): Use NaNf instead of NAN.
24234         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
24235
24236         * tests/test-isnand.c: Include nan.h instead of <math.h>.
24237         (main): Use NaNd instead of NAN.
24238         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
24239
24240         * tests/test-frexp.c: Include nan.h.
24241         (main): Use NaNd instead of NAN.
24242         * modules/frexp-tests (Files): Add tests/nan.h.
24243
24244         * lib/isnan.c: Don't include <math.h>.
24245         (FUNC): Don't use NAN macro.
24246         * modules/isnand-nolibm (Depends-on): Remove math.
24247         * modules/isnanf-nolibm (Depends-on): Remove math.
24248         * modules/isnanl (Depends-on): Remove math.
24249         * modules/isnanl-nolibm (Depends-on): Remove math.
24250
24251         * tests/nan.h: New file.
24252
24253 2008-04-01  Eric Blake  <ebb9@byu.net>
24254
24255         Fix typos.
24256         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
24257         values to be the right type.
24258
24259         For now, cater to gnulib strtod inaccuracies.
24260         * tests/test-strtod.c (main): Allow 1-ulp error on expected
24261         fractional results.  While not as nice from a QoI perspective, it
24262         is a quicker patch than correctly implementing decimal to binary
24263         rounding.
24264
24265 2008-03-31  Eric Blake  <ebb9@byu.net>
24266
24267         Guarantee a definition of NAN.
24268         * lib/math.in.h (NAN): Define if missing.
24269         * tests/test-math.c (main): Test it.
24270         * doc/posix-headers/math.texi (math.h): Document this.
24271         * lib/isnan.c (rpl_isnand): Use it.
24272         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
24273         * tests/test-floorf1.c (NaN): Likewise.
24274         * tests/test-frexp.c (NaN): Likewise.
24275         * tests/test-isnand.c (NaN): Likewise.
24276         * tests/test-isnanf.c (NaN): Likewise.
24277         * tests/test-round1.c (NaN): Likewise.
24278         * tests/test-roundf1.c (NaN): Likewise.
24279         * tests/test-snprintf-posix.h (NaN): Likewise.
24280         * tests/test-sprintf-posix.h (NaN): Likewise.
24281         * tests/test-trunc1.c (NaN): Likewise.
24282         * tests/test-truncf1.c (NaN): Likewise.
24283         * tests/test-vasnprintf-posix.c (NaN): Likewise.
24284         * tests/test-vasprintf-posix.c (NaN): Likewise.
24285         * modules/isnand-nolibm (Depends-on): Add math.
24286         * modules/isnanf-nolibm (Depends-on): Likewise.
24287         * modules/isnanl (Depends-on): Likewise.
24288         * modules/isnanl-nolibm (Depends-on): Likewise.
24289         * modules/snprintf-posix-tests (Depends-on): Likewise.
24290         * modules/sprintf-posix-tests (Depends-on): Likewise.
24291         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
24292         * modules/vsprintf-posix-tests (Depends-on): Likewise.
24293         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
24294         * modules/vasprintf-posix-tests (Depends-on): Likewise.
24295
24296 2008-03-31  Bruno Haible  <bruno@clisp.org>
24297
24298         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
24299         * doc/posix-functions/strtod.texi: Likewise.
24300
24301 2008-03-31  Bruno Haible  <bruno@clisp.org>
24302
24303         * tests/test-strtod.c (main): Don't use C99 syntax.
24304
24305 2008-03-31  Bruno Haible  <bruno@clisp.org>
24306
24307         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
24308         Reported by Eric Blake.
24309
24310 2008-03-31  Jim Meyering  <meyering@redhat.com>
24311
24312         Don't compare actual signbit return values.
24313         * tests/test-strtod.c (main): Rather, compare only their
24314         zero/non-zero nature.
24315
24316 2008-03-31  Eric Blake  <ebb9@byu.net>
24317
24318         More strtod documentation.
24319         * doc/posix-functions/strtod.texi (strtod): Interpret more test
24320         failures as distinct bugs.
24321
24322 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
24323
24324         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
24325         Problem reported by Erik Benada in
24326         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
24327
24328 2008-03-30  Bruno Haible  <bruno@clisp.org>
24329
24330         * tests/test-strtod.c: Add comments about which assertion fails on which
24331         platform.
24332         * doc/posix-functions/strtod.texi: Add info about many more platforms.
24333
24334 2008-03-30  Eric Blake  <ebb9@byu.net>
24335
24336         Test signbit behavior on zeros.
24337         * tests/test-signbit.c (test_signbitf): Add tests for zero.
24338         (test_signbitd, test_signbitl): Likewise.
24339
24340         More strtod touchups.
24341         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
24342         sign of negative underflow, for now.  Use .5, not .1.
24343         * doc/posix-functions/strtod.texi (strtod): Mention these
24344         limitations.
24345         Reported by Jim Meyering.
24346
24347 2008-03-30  Bruno Haible  <bruno@clisp.org>
24348
24349         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
24350         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
24351
24352 2008-03-30  Bruno Haible  <bruno@clisp.org>
24353
24354         Avoid failure when attempting to return empty iconv results on some
24355         platforms.
24356         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
24357         allocation, don't report ENOMEM when the resulting string is empty.
24358
24359 2008-03-30  Bruno Haible  <bruno@clisp.org>
24360
24361         Fix buffer overrun.
24362         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
24363         Don't consider the width for tmp_length. Check count against tmp_length
24364         before doing the padding. Ensure enough allocation during padding.
24365
24366 2008-03-30  Eric Blake  <ebb9@byu.net>
24367
24368         strtod touchups.
24369         * lib/strtod.c (strtod): Avoid compiler warnings.
24370         Reported by Jim Meyering.
24371
24372 2008-03-30  Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
24375         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
24376         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
24377         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
24378         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
24379         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
24380         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
24381         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
24382
24383         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
24384         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
24385         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
24386         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
24387         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
24388         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
24389         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
24390         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
24391
24392         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
24393         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
24394         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
24395         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
24396         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
24397         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
24398         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
24399         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
24400
24401         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
24402         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
24403
24404         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
24405         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
24406
24407         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
24408         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
24409
24410         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
24411         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
24412         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
24413
24414         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
24415         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
24416         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
24417
24418         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
24419         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
24420         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
24421
24422         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
24423         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
24424         * modules/vasprintf (Depends-on): Add EOVERFLOW.
24425
24426         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
24427         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
24428         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
24429         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
24430         (Depends-on): Add EOVERFLOW.
24431         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
24432         (Depends-on): Add EOVERFLOW.
24433         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24434         (Depends-on): Add EOVERFLOW.
24435         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
24436         (Depends-on): Add EOVERFLOW.
24437         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24438         (Depends-on): Add EOVERFLOW.
24439         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
24440         (Depends-on): Add EOVERFLOW.
24441         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24442         (Depends-on): Add EOVERFLOW.
24443         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
24444         (Depends-on): Add EOVERFLOW.
24445
24446         * lib/sprintf.c (EOVERFLOW): Remove fallback.
24447         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
24448         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
24449
24450         * lib/snprintf.c (EOVERFLOW): Remove fallback.
24451         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
24452         * modules/snprintf (Depends-on): Add EOVERFLOW.
24453
24454         * lib/poll.c (EOVERFLOW): Remove fallback.
24455         * modules/poll (Depends-on): Add EOVERFLOW.
24456
24457         * lib/getugroups.c (EOVERFLOW): Remove fallback.
24458         * modules/getugroups (Depends-on): Add EOVERFLOW.
24459
24460         * lib/getdelim.c (EOVERFLOW): Remove fallback.
24461         * modules/getdelim (Depends-on): Add EOVERFLOW.
24462
24463         * lib/ftell.c (EOVERFLOW): Remove fallback.
24464         * modules/ftell (Depends-on): Add EOVERFLOW.
24465
24466         * lib/fprintf.c (EOVERFLOW): Remove fallback.
24467         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
24468         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
24469
24470         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
24471
24472         * modules/EOVERFLOW-tests: New file.
24473         * tests/test-EOVERFLOW.c: New file.
24474
24475         * modules/EOVERFLOW: New file.
24476         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
24477
24478 2008-03-30  Bruno Haible  <bruno@clisp.org>
24479
24480         Fix bug introduced on 2007-06-10.
24481         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
24482         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
24483
24484 2008-03-30  Bruno Haible  <bruno@clisp.org>
24485
24486         Improve freadseek's efficiency after ungetc.
24487         * lib/freadseek.c: Include freadahead.h.
24488         (freadptrinc): New function, extracted from freadseek.
24489         (freadseek): Use it in a loop. Use freadahead to determine the number
24490         of loop iterations.
24491         * modules/freadseek (Depends-on): Add freadahead.
24492         (configure.ac): Require AC_C_INLINE.
24493
24494 2008-03-30  Bruno Haible  <bruno@clisp.org>
24495
24496         * lib/freadseek.c (freadseek): Don't ignore the return value of
24497         freadptr.
24498
24499 2008-03-29  Eric Blake  <ebb9@byu.net>
24500
24501         Add hex float support.
24502         * modules/strtod (Depends-on): Add c-ctype.
24503         (Link): Mention POW_LIB.
24504         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
24505         whitespace between 'e' and exponent.
24506         * tests/test-strtod.c (main): Enable hex float tests.
24507         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
24508         now provides.
24509
24510         Document various strtod bugs, with some fixes.
24511         * doc/posix-functions/strtod.texi (strtod): Document bugs with
24512         "-0x", "inf", "nan", and hex constants.
24513         * doc/posix-functions/atof.texi (atof): Likewise.
24514         * modules/stdlib (Makefile.am): Support strtod.
24515         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
24516         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
24517         detect additional strtod bugs.
24518         * lib/stdlib.in.h (rpl_strtod): Add declarations.
24519         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
24520         bool where appropriate.  Parse 'inf' and 'nan'.
24521         * tests/test-strtod.c: New file.
24522         * modules/strtod (Depends-on): Add stdbool, stdlib.
24523         (configure.ac): Turn on module indicator.
24524         * modules/strtod-tests: New module.
24525
24526 2008-03-29  Eric Blake  <ebb9@byu.net>
24527
24528         Fix ftell on mingw.
24529         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
24530         * modules/ftell-tests (Depends-on): Add binary-io.
24531         * modules/ftello-tests (Depends-on): Likewise.
24532         * tests/test-ftell.c (main): Enhance test to cover behavior after
24533         ungetc.  Enforce binary mode.
24534         * tests/test-ftello.c (main): Likewise.
24535
24536         Pass test-freadseek on cygwin.
24537         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
24538         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
24539         ungetc buffer.
24540
24541         * tests/test-fflush2.c (main): Fix typo.
24542
24543 2008-03-29  Bruno Haible  <bruno@clisp.org>
24544
24545         * tests/test-fflush2.c (main): Temporarily disable the contents of
24546         this test.
24547         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
24548         Reported by Eric Blake.
24549
24550 2008-03-28  Simon Josefsson  <simon@josefsson.org>
24551
24552         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
24553         (GC_SHA224_DIGEST_SIZE): Add.
24554
24555         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
24556         (gc_hash_digest_length): Likewise.
24557         (gc_hash_buffer): Likewise.
24558
24559 2008-03-25  Bruno Haible  <bruno@clisp.org>
24560
24561         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
24562         detail which gettext release to use.
24563         Reported by Simon Josefsson.
24564
24565 2008-03-26  Jim Meyering  <meyering@redhat.com>
24566
24567         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
24568         * modules/gnumakefile (clean-GNUmakefile): Also, use
24569         test ... && ... || : syntax rather than if-then ... fi.
24570
24571         gnumakefile: Don't double-quote-expand $(VPATH) value.
24572         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
24573
24574 2008-03-24  Eric Blake  <ebb9@byu.net>
24575
24576         Alter GNUmakefile to install into top directory.
24577         * modules/maintainer-makefile: Split, and add dependency...
24578         * modules/gnumakefile: to this new module.
24579         * build-aux/GNUmakefile: Move...
24580         * top/GNUmakefile: ...here.
24581         * build-aux/maint.mk: Move...
24582         * top/maint.mk: ...here.
24583         * MODULES.html.sh (Support for maintaining...): Document new
24584         module.
24585
24586 2008-03-23  Bruno Haible  <bruno@clisp.org>
24587
24588         * gnulib-tool: New options --vc-files, --no-vc-files.
24589         (func_usage): Document them.
24590         (vc_files): New variable.
24591         (func_import): Consider vc_files.
24592         (func_create_testdir): Set vc_files to empty.
24593         Suggested by Jim Meyering and Karl Berry.
24594
24595 2008-03-23  Bruno Haible  <bruno@clisp.org>
24596
24597         Fix regex compilation error on HP-UX 11.
24598         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
24599         * modules/regex (Files): Add m4/mbstate_t.m4.
24600         Reported by Ton Voon <ton.voon@altinity.com>.
24601
24602 2008-03-23  Bruno Haible  <bruno@clisp.org>
24603
24604         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
24605
24606 2008-03-23  Eric Blake  <ebb9@byu.net>
24607             Bruno Haible  <bruno@clisp.org>
24608
24609         Install files from top/ in the destination directory.
24610         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
24611         augmentation also for the files from top/.
24612         (func_import, func_create_testdir): Rewrite file names:
24613         top/filename -> filename.
24614
24615 2008-03-23  Bruno Haible  <bruno@clisp.org>
24616
24617         Tweak "gnulib --version" output.
24618         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
24619
24620 2008-03-23  Bruno Haible  <bruno@clisp.org>
24621
24622         Tweak "gnulib --version" output.
24623         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
24624         rather than contents of ChangeLog, when possible.
24625
24626 2008-03-21  Eric Blake  <ebb9@byu.net>
24627
24628         More --version tweaks.
24629         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
24630         date of last ChangeLog entry.
24631
24632 2008-03-21  Jim Meyering  <meyering@redhat.com>
24633
24634         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
24635
24636 2008-03-20  Eric Blake  <ebb9@byu.net>
24637
24638         VPATH fix.
24639         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
24640
24641 2008-03-20  Simon Josefsson  <simon@josefsson.org>
24642
24643         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
24644         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
24645
24646 2008-03-20  Eric Blake  <ebb9@byu.net>
24647
24648         Sync GNUmakefile with coreutils.
24649         * build-aux/GNUmakefile (have-Makefile): Rename...
24650         (_have-Makefile): ...to this, for namespace consideration.
24651         (GNUmakefile.cfg): Include, if present.
24652         (_autoreconf): Define a default.
24653         (_is-dist-target): New rule for rebuilds to pick up intra-release
24654         version.
24655         (maint-cfg.mk): Rename...
24656         (cfg.mk): ...to this.
24657
24658 2008-03-18  Jim Meyering  <meyering@redhat.com>
24659
24660         New script and module: mktempd
24661         * MODULES.html.sh (maint+release support): Add mktempd.
24662         * build-aux/mktempd: New file.
24663         * modules/mktempd: New file.
24664
24665 2008-03-15  Jim Meyering  <meyering@redhat.com>
24666
24667         Undo last change.
24668         * lib/sha1.c, lib/md5.c: 63 != ~63.
24669         Reported by Andreas Schwab.
24670
24671         sha1.c, md5.c: Hoist a redundant expression.
24672         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
24673         "ctx->buflen" only once, before calling *_process_block.
24674         * lib/md5.c (md5_process_bytes): Likewise.
24675
24676 2008-03-14  Eric Blake  <ebb9@byu.net>
24677
24678         Bump copyright year in files generated by gnulib-tool.
24679         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
24680         gnulib-tool, rather than hard-coding it.
24681
24682         Fix 'gnulib-tool --version' output to work with git.
24683         * gnulib-tool (func_gnulib_dir): New function, extracted from...
24684         (startup): ...here.
24685         (func_version): Use it to invoke git-version-gen, rather than
24686         relying on CVS keyword expansion.  Modernize wording.
24687         (cvsdatestamp, last_checkin_date, version): Kill unused
24688         variables.
24689
24690 2008-03-12  Jim Meyering  <meyering@redhat.com>
24691
24692         Recognize optional cast of the argument to free.
24693         * build-aux/useless-if-before-free: Update regexps.
24694
24695         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
24696
24697 2008-03-11  Bruno Haible  <bruno@clisp.org>
24698
24699         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
24700         by a single package.
24701         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
24702         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
24703         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
24704         Reported by Sam Steingold <sds@gnu.org>.
24705
24706 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
24707
24708         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
24709         repositories.
24710
24711 2008-03-11  Bruno Haible  <bruno@clisp.org>
24712
24713         Avoid conflicts between local macro definitions.
24714         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
24715         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
24716
24717 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
24718             Bruno Haible  <bruno@clisp.org>
24719
24720         Make va_copy work with some version of xlc on AIX 5.1.
24721         * lib/stdarg.in.h: New file.
24722         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
24723         On AIX, use a <stdarg.h> file substitute.
24724         * modules/stdarg (Files): Add lib/stdarg.in.h.
24725         (Depends-on): Add include_next.
24726         (Makefile.am): Build a stdarg.h substitute if requested.
24727         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
24728
24729 2008-03-10  Bruno Haible  <bruno@clisp.org>
24730
24731         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
24732         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
24733         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
24734
24735 2008-03-10  Bruno Haible  <bruno@clisp.org>
24736
24737         * modules/stdlib (Depends-on): Add include_next, remove
24738         absolute-header.
24739
24740 2008-03-09  Bruno Haible  <bruno@clisp.org>
24741
24742         * lib/freadahead.h (freadahead): Document more precisely.
24743         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
24744         the sum of both buffer sizes.
24745         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
24746         * NEWS: Document the change.
24747
24748 2008-03-09  Bruno Haible  <bruno@clisp.org>
24749
24750         Extend freadptr to return also the buffer size.
24751         * lib/freadptr.h (freadptr): Add sizep argument.
24752         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
24753         (freadptr): Add sizep argument. Determine buffer size like freadahead
24754         does.
24755         * tests/test-freadptr.c: Don't include freadahead.h.
24756         (main): Adapt for new calling convention of freadptr.
24757         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
24758         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
24759         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
24760         tests/test-freadptr2.sh.
24761         (Depends): Remove freadahead.
24762         (TESTS): Add test-freadptr2.sh.
24763         (check_PROGRAMS): Add test-freadptr2.
24764
24765 2008-03-09  Bruno Haible  <bruno@clisp.org>
24766
24767         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
24768         Report and solution by Simon Josefsson.
24769
24770 2008-03-06  Bruno Haible  <bruno@clisp.org>
24771
24772         Make fflush after ungetc work on BSD platforms.
24773         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
24774         * tests/test-fflush2.c: New file.
24775         * tests/test-fflush2.sh: New file.
24776         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
24777         tests/test-fflush2.c.
24778         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
24779         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
24780
24781 2008-03-06  Eric Blake  <ebb9@byu.net>
24782
24783         Likewise for ftello.
24784         * modules/ftello (Dependencies): Add extensions.
24785         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
24786
24787 2008-03-06  Bruno Haible  <bruno@clisp.org>
24788
24789         * modules/fseeko (Dependencies): Add extensions.
24790         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
24791         Needed on glibc systems.
24792
24793 2008-03-06  Bruno Haible  <bruno@clisp.org>
24794
24795         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
24796         email address.
24797         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24798
24799 2008-03-06  Bruno Haible  <bruno@clisp.org>
24800
24801         * users.txt: Add libgnupdf.
24802
24803 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
24804
24805         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
24806         (Header File Substitutes, Function Substitutes,
24807         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
24808         (Build robot for gnulib): Fix typo.
24809
24810 2008-03-06  Bruno Haible  <bruno@clisp.org>
24811
24812         * doc/gnulib-tool.texi (VCS Issues): Small updates.
24813         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24814
24815 2008-03-06  Bruno Haible  <bruno@clisp.org>
24816
24817         * doc/func.texi: New file, extracted from doc/gnulib.texi.
24818         * doc/gnulib.texi: Include it.
24819
24820 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24821
24822         * modules/func (License): Change license to unlimited; there was
24823         no LGPL parts in the module anyway.
24824
24825 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24826
24827         * modules/__func__: Renamed to modules/func.
24828         * modules/__func__-tests: Renamed to modules/func-tests.
24829         * tests/test-__func__.c: Renamed to tests/test-func.c.
24830         * m4/__func__.m4: Renamed to m4/func.m4.
24831         * doc/gnulib.texi (__func__): Section renamed to func.
24832         Suggested by Eric Blake <ebb9@byu.net>.
24833
24834 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24835
24836         * doc/gnulib.texi (__func__): Use C99 terminology when talking
24837         about __func__.  Make example self-contained.  Suggested by Eric
24838         Blake <ebb9@byu.net>.
24839
24840         * tests/test-__func__.c (main): Avoid extraneous () around __func.
24841         Suggested by Eric Blake <ebb9@byu.net>.
24842
24843 2008-03-06  Simon Josefsson  <simon@josefsson.org>
24844
24845         * modules/__func__: New file.
24846         * modules/__func__-tests: New file.
24847         * tests/test-__func__.c: New file.
24848         * m4/__func__.m4: New file.
24849         * doc/gnulib.texi (__func__): Document __func__ module.
24850
24851 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24852
24853         * modules/byteswap (License): Re-license as LGPLv2+.
24854
24855 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24856
24857         * doc/Makefile: Add pdf target.
24858
24859 2008-03-05  Simon Josefsson  <simon@josefsson.org>
24860
24861         * modules/inline (License): Use 'unlimited', since there are only
24862         *.m4 files in this module.
24863
24864 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
24865             Bruno Haible  <bruno@clisp.org>
24866
24867         Add support for HP C 7.1 on OpenVMS 8.3.
24868         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
24869
24870 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
24871
24872         Update VMS specifics.
24873         * lib/getopt.c [VMS]: Remove include of unixlib.h.
24874
24875 2008-03-02  Jim Meyering  <meyering@redhat.com>
24876
24877         Remove the last dependency on the "free" module.
24878         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
24879         Reported by Bob Proulx.
24880
24881         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
24882
24883         Remove useless "if" tests before free.  Deprecate "free" module.
24884         * doc/posix-functions/free.texi: Mention that this
24885         module is no longer useful.
24886         * modules/free (Notice): Say this module is obsolete.
24887         * modules/readutmp (Depends-on): Remove free.
24888         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
24889         * lib/putenv.c (putenv): Likewise.
24890         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
24891         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
24892         * tests/test-c-strcasestr.c (main): Likewise.
24893         * tests/test-c-strstr.c (main): Likewise.
24894         * tests/test-mbscasestr1.c (main): Likewise.
24895         * tests/test-mbscasestr2.c (main): Likewise.
24896         * tests/test-mbsstr1.c (main): Likewise.
24897         * tests/test-mbsstr2.c (main): Likewise.
24898         * tests/test-memmem.c (main): Likewise.
24899         * tests/test-strcasestr.c (main): Likewise.
24900         * tests/test-striconv.c (main): Likewise.
24901         * tests/test-striconveh.c (main): Likewise.
24902         * tests/test-striconveha.c (main): Likewise.
24903         * tests/test-strstr.c (main): Likewise.
24904
24905         * build-aux/git-version-gen: Adjust a comment and the Usage string.
24906
24907         bootstrap: sync from coreutils again
24908         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
24909
24910 2008-03-01  Jim Meyering  <meyering@redhat.com>
24911
24912         bootstrap: sync from coreutils
24913         * build-aux/bootstrap (update_po_files): Copy a .po file into place
24914         also when the target doesn't exist.
24915
24916 2008-03-01  Eric Blake  <ebb9@byu.net>
24917
24918         Fix bugs in last patch.
24919         * lib/memchr2.c (memchr2): Fix typo.
24920         * tests/test-memchr2.c: Test previous bug, and don't use GNU
24921         extension.
24922         Reported by Bruce Korb.
24923
24924         New module 'memchr2'.
24925         * modules/memchr2: New file.
24926         * modules/memchr2-tests: Likewise.
24927         * lib/memchr2.h: Likewise.
24928         * lib/memchr2.c: Likewise, based on memchr.c.
24929         * tests/test-memchr2.c: New test.
24930         * MODULES.html.sh (String handling): Add memchr2.
24931
24932 2008-02-29  Bruno Haible  <bruno@clisp.org>
24933
24934         * modules/freadseek-tests: New file.
24935         * tests/test-freadseek.sh: New file.
24936         * tests/test-freadseek.c: New file.
24937
24938         New module 'freadseek'.
24939         * modules/freadseek: New file.
24940         * lib/freadseek.h: New file.
24941         * lib/freadseek.c: New file.
24942         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
24943
24944 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
24945
24946         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
24947         wydawca.
24948
24949         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
24950         program_invocation_name and program_invocation_short_name are
24951         present.
24952
24953 2008-02-28  Bruno Haible  <bruno@clisp.org>
24954
24955         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
24956         * tests/test-freadptr.sh: Also test non-seekable stdin.
24957
24958 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
24959
24960         * build-aux/bootstrap (source_base, m4_base)
24961         (doc_base, tests_base): New variables.
24962         (gnulib_tool_options): Do not hardcode base directories, use
24963         the above variables instead.
24964
24965 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
24966
24967         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
24968
24969 2008-02-28  Bruno Haible  <bruno@clisp.org>
24970
24971         * modules/freadptr-tests: New file.
24972         * tests/test-freadptr.sh: New file.
24973         * tests/test-freadptr.c: New file.
24974
24975         New module 'freadptr'.
24976         * modules/freadptr: New file.
24977         * lib/freadptr.h: New file.
24978         * lib/freadptr.c: New file.
24979         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
24980
24981 2008-02-26  Karl Berry  <karl@freefriends.org>
24982
24983         Sync from Libtool:
24984         * libltdl/argz.c (argz_add, argz_count): New functions.
24985         * libltdl/argz.in.h: Declare them.
24986         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
24987
24988 2008-02-22  Bruno Haible  <bruno@clisp.org>
24989
24990         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
24991         is a pointer type.  Needed for HP-UX 10.
24992         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
24993         * doc/posix-functions/gmtime_r.texi: Likewise.
24994         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
24995
24996 2008-02-24  Bruno Haible  <bruno@clisp.org>
24997
24998         * modules/environ-tests: New file.
24999         * tests/test-environ.c: New file.
25000
25001         New module 'environ'.
25002         * modules/environ: New file.
25003         * lib/unistd.in.h (environ): New declaration.
25004         * m4/environ.m4: New file.
25005         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
25006         after use.
25007         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
25008         HAVE_DECL_ENVIRON.
25009         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
25010         HAVE_DECL_ENVIRON.
25011         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
25012         wrong claim that 'environ' is missing on some systems.
25013         * modules/execute (Depends-on): Add environ.
25014         * lib/execute.c (environ): Remove fallback declaration.
25015         * modules/pipe (Depends-on): Add environ.
25016         * lib/pipe.c (environ): Remove fallback declaration.
25017         * modules/setenv (Depends-on): Add environ.
25018         * lib/setenv.c (environ): Remove fallback declaration.
25019         * modules/unsetenv (Depends-on): Add environ.
25020         * lib/unsetenv.c (environ): Remove fallback declaration.
25021         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
25022         m4/environ.m4.
25023         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
25024         (gl_PREREQ_UNSETENV): Likewise.
25025
25026 2008-02-24  Bruno Haible  <bruno@clisp.org>
25027
25028         * doc/posix-functions/environ.texi: Document the MacOS X problem.
25029
25030 2008-02-20  Bob Proulx  <bob@proulx.com>
25031
25032         Enable use of older two part flavor 'git describe'.
25033         * build-aux/git-version-gen: If using the older two part flavor of
25034         git version then recreate the third part now present in the
25035         newer three part flavor of git describe.
25036
25037 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
25038
25039         * lib/fts.c (fts_build): Typo correction to comment.
25040
25041 2008-02-17  Bruno Haible  <bruno@clisp.org>
25042
25043         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
25044         generating no-op conflicts.
25045
25046 2008-02-17  Bruno Haible  <bruno@clisp.org>
25047
25048         Speed up by 10%.
25049         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
25050         result_entries, rather than an index-based loop.
25051
25052 2008-02-17  Bruno Haible  <bruno@clisp.org>
25053
25054         Speed up by 25%.
25055         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
25056         'hashcode_cached'.
25057         (entry_create): New function.
25058         (entry_hashcode): Use the cached hashcode if possible.
25059         (read_changelog_file, try_split_merged_entry): Use entry_create.
25060
25061 2008-02-17  Bruno Haible  <bruno@clisp.org>
25062
25063         Speed up from O(n^2) to O(n) for long ChangeLog files.
25064         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
25065         (read_changelog_file): Change implementation of entries_reversed list
25066         to rbtreehash.
25067         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
25068
25069 2008-02-17  Bruno Haible  <bruno@clisp.org>
25070
25071         New option --split-merged-entry.
25072         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
25073         (find_paragraph_end, try_split_merged_entry): New functions.
25074         (long_options): Add option --split-merged-entry.
25075         (usage): Document option --split-merged-entry.
25076         (main): Implement option --split-merged-entry.
25077         Reported by Eric Blake.
25078
25079 2008-02-17  Bruno Haible  <bruno@clisp.org>
25080
25081         * lib/git-merge-changelog.c: Include c-strstr.h.
25082         (main): Support the "git pull --rebase" situation.
25083         * modules/git-merge-changelog (Depends-on): Add c-strstr.
25084         Reported by Eric Blake.
25085
25086 2008-02-16  Eric Blake  <ebb9@byu.net>
25087
25088         Avoid doubling \ in common case of "c-maybe" quoting style.
25089         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
25090         eliding outer quotes.
25091         * lib/quotearg.h: Document this.
25092         * tests/test-quotearg.c (result_strings, inputs, results_g)
25093         (flag_results, locale_results): Test it by adding a new string to
25094         each test group.
25095         (compare_strings): Test new string.
25096
25097 2008-02-13  Eric Blake  <ebb9@byu.net>
25098
25099         Avoid trigraph quoting in default output.
25100         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
25101         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
25102         unless explicitly requested.
25103         * tests/test-quotearg.c (flag_results, main): Add additional tests.
25104
25105 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
25106
25107         Don't rely on signed integer overflowing to negative value.
25108         * lib/getugroups.c (getugroups): Include <limits.h>.
25109         Instead, compare against INT_MAX, and increment only if the test passes.
25110
25111 2008-02-13  Jim Meyering  <meyering@redhat.com>
25112         and Eric Blake  <ebb9@byu.net>
25113
25114         Avoid shadowing warning and compile errors on Linux.
25115         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
25116         forwarding macros on Linux.
25117         (dcgettext): Define a stub, for Linux.
25118         (results_g, main): Avoid warnings.
25119
25120 2008-02-12  Eric Blake  <ebb9@byu.net>
25121
25122         Silence warning in last patch.
25123         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
25124
25125         Quotearg part 4: add tests, fix c-maybe colon quoting.
25126         * lib/quotearg.h: Improve documentation.
25127         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
25128         escapes when adding outer quotes.  When quoting trigraphs, use
25129         valid C notation.  When quoting NUL, omit extra characters if next
25130         character is not digit.  Alter prototype.
25131         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
25132         callers.
25133         * modules/quotearg-tests: New module.
25134         * tests/test-quotearg.c: New test.
25135
25136 2008-02-07  Eric Blake  <ebb9@byu.net>
25137
25138         Quotearg part 3: add flag to control outer quote elision.
25139         * lib/quotearg.h (c_maybe_quoting_style): New style.
25140         (enum quoting_flags): Better documentation of flags.
25141         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
25142         c-maybe style.
25143         (quotearg_buffer_restyled): Handle new flag to elide outer
25144         quotes.
25145
25146         Quotearg part 2: add flag that can control NUL elision.
25147         * lib/quotearg.h (set_quoting_flags): New prototype.
25148         * lib/quotearg.c (struct quoting_options): Add flag field.
25149         (set_quoting_flags): New function.
25150         (quotearg_buffer_restyled): Add flags parameter.
25151         (quotearg_alloc_mem): Set the flag if length cannot be returned.
25152         (quotearg_n_options): Set the flag, since length cannot be
25153         returned.
25154         (quoting_options_from_style): Default flags correctly.
25155
25156         Quotearg part 1: more wrappers, restore quotearg_char state.
25157         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
25158         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
25159         (quotearg_colon_mem): New wrappers.
25160         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
25161         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
25162         functions.
25163         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
25164         (quotearg_colon_mem): New functions.
25165
25166 2008-02-11  Bruno Haible  <bruno@clisp.org>
25167
25168         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
25169         library in the current directory: it does not work with parallel make.
25170         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25171
25172 2008-02-11  Bruno Haible  <bruno@clisp.org>
25173
25174         * .gitattributes: New file.
25175
25176 2008-02-11  Jim Meyering  <meyering@redhat.com>
25177
25178         useless-if-before-free: Fix reversed exit values.
25179         * build-aux/useless-if-before-free: Use correct values
25180         for EXIT_MATCH and EXIT_NO_MATCH.
25181
25182         * build-aux/useless-if-before-free: Close stdout carefully.
25183
25184 2008-02-10  Bruno Haible  <bruno@clisp.org>
25185
25186         New module 'git-merge-changelog'.
25187         * modules/git-merge-changelog: New file.
25188         * lib/git-merge-changelog.c: New file.
25189
25190 2008-02-10  Jim Meyering  <meyering@redhat.com>
25191
25192         useless-if-before-free: New option: --list (-l).
25193
25194         useless-if-before-free: Don't exit immediately upon open failure.
25195         * build-aux/useless-if-before-free: Exit 2 for errors.
25196         Upon failure to open a file, don't exit immediately.
25197         Rather, just warn and continue with any remaining files.
25198
25199 2008-02-10  Bruno Haible  <bruno@clisp.org>
25200
25201         New abstract list operation 'node_set_value'.
25202         * lib/gl_list.h (gl_list_node_set_value): New function.
25203         (struct gl_list_implementation): New field node_set_value.
25204         * lib/gl_list.c (gl_list_node_set_value): New function.
25205         * lib/gl_array_list.c (gl_array_node_set_value): New function.
25206         (gl_array_list_implementation): Update.
25207         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
25208         (gl_carray_list_implementation): Update.
25209         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
25210         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
25211         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
25212         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
25213         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
25214         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
25215         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
25216         Update.
25217         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
25218         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
25219         (gl_sublist_list_implementation): Update.
25220
25221 2008-02-10  Bruno Haible  <bruno@clisp.org>
25222
25223         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
25224         Needed when ELEMENT is #defined to 'some_type *'.
25225
25226 2008-02-10  Jim Meyering  <meyering@redhat.com>
25227
25228         New script and module: useless-if-before-free
25229         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
25230         * build-aux/useless-if-before-free: New file.
25231         * modules/useless-if-before-free: New file.
25232
25233         * build-aux/gitlog-to-changelog: Use committer date, not author date.
25234
25235         xstrtol_error: Fix typo.
25236         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
25237         s/exit_failure/exit_status/.
25238
25239 2008-02-09  Jim Meyering  <meyering@redhat.com>
25240
25241         New script and module: gitlog-to-changelog
25242         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
25243         * modules/gitlog-to-changelog: New file.
25244         * build-aux/gitlog-to-changelog: New file.
25245
25246 2008-02-08  Jim Meyering  <meyering@redhat.com>
25247
25248         Avoid two "parameter unused" warnings.
25249         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
25250         Mark "st" as used.
25251
25252         Use "git COMMAND", not "git-COMMAND".
25253         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
25254         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
25255         * build-aux/git-version-gen: Use "git status", not "git-status".
25256
25257 2008-02-07  Bruno Haible  <bruno@clisp.org>
25258
25259         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
25260         Avoids a crash on Windows Vista.
25261         Reported by Adam Strzelecki <ono@java.pl> via
25262         Simon Josefsson <simon@josefsson.org>.
25263
25264 2008-02-06  Bruno Haible  <bruno@clisp.org>
25265
25266         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
25267         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
25268         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
25269         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
25270         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
25271         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
25272         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
25273         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
25274         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
25275         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
25276         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
25277         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
25278         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
25279         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25280         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
25281         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
25282         left-adjust flag.
25283         * tests/test-snprintf-posix.h (test_function): Likewise.
25284         * tests/test-sprintf-posix.h (test_function): Likewise.
25285         * tests/test-vasprintf-posix.c (test_function): Likewise.
25286         * doc/posix-functions/fprintf.texi: Update.
25287         * doc/posix-functions/printf.texi: Update.
25288         * doc/posix-functions/snprintf.texi: Update.
25289         * doc/posix-functions/sprintf.texi: Update.
25290         * doc/posix-functions/vfprintf.texi: Update.
25291         * doc/posix-functions/vprintf.texi: Update.
25292         * doc/posix-functions/vsnprintf.texi: Update.
25293         * doc/posix-functions/vsprintf.texi: Update.
25294         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25295
25296 2008-02-06  Bruno Haible  <bruno@clisp.org>
25297
25298         Fix bug introduced on 2008-01-26.
25299         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
25300
25301 2008-02-06  Bruno Haible  <bruno@clisp.org>
25302
25303         Fix bug introduced on 2007-06-10.
25304         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
25305         !NEED_PRINTF_FLAG_ZERO.
25306
25307 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
25308
25309         getloadavg: use libperfstat on AIX5
25310         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
25311
25312 2008-02-03  Bruno Haible  <bruno@clisp.org>
25313
25314         * lib/diffseq.h: Add comments about required #includes.
25315         Reported by Michael Biggs <gnulib@doubleplum.net>.
25316
25317 2008-02-01  Bruno Haible  <bruno@clisp.org>
25318
25319         * users.txt: Add gnuit.
25320
25321 2008-01-31  Bruno Haible  <bruno@clisp.org>
25322
25323         * lib/md4.c (set_uint32): Mark as inline.
25324         * lib/md5.c (set_uint32): Likewise.
25325         * lib/sha1.c (set_uint32): Likewise.
25326         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
25327         * m4/md5.m4 (gl_MD5): Likewise.
25328         * m4/sha1.m4 (gl_SHA1): Likewise.
25329
25330 2008-01-31  Jim Meyering  <meyering@redhat.com>
25331
25332         Use "sizeof VAR", rather than a literal "4".
25333         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
25334         * lib/md4.c (md4_read_ctx): Likewise.
25335         * lib/sha1.c (sha1_read_ctx): Likewise.
25336
25337 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25338
25339         * tests/test-sha1.c: New file, based on test-md5.c.
25340
25341         * modules/crypto/sha1-tests: New file.
25342
25343 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25344
25345         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
25346
25347 2008-01-31  Jim Meyering  <meyering@redhat.com>
25348
25349         Prefer "sizeof v" over the equivalent "4".
25350         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
25351         * lib/md5.c (set_uint32): Likewise.
25352         * lib/sha1.c (set_uint32): Likewise.
25353
25354 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25355
25356         * lib/sha1.c (set_uint32): Mark function as static.
25357
25358 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25359
25360         md2: clarify comments to say that alignment is not required.
25361         * lib/md2.h: Remove warning about alignment in comment.
25362         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
25363         never been required.
25364
25365 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25366
25367         md4: adapt alignment constraint fix from sha1.
25368         * lib/md4.c (set_uint32): New function, from sha1.c
25369         (md4_read_ctx): Use it.
25370         (md4_finish_ctx): Doc fix.
25371         * lib/md4.h: Doc fix.
25372
25373 2008-01-31  Simon Josefsson  <simon@josefsson.org>
25374
25375         md5: adapt alignment constraint fix from sha1.
25376         * lib/md5.c (set_uint32): New function, from sha1.c
25377         (md5_read_ctx): Use it.
25378         (md5_finish_ctx): Doc fix.
25379         * lib/md5.h: Doc fix.
25380
25381 2008-01-30  Peter Palfrader  <weasel@debian.org>
25382
25383         sha1: remove the result buffer alignment constraint
25384         * lib/sha1.c (set_uint32): New function.
25385         (sha1_read_ctx): Rewrite to remove the result buffer alignment
25386         constraint.
25387         (sha1_finish_ctx): Remove comment warning about alignment constraint.
25388         * lib/sha1.h: Likewise.
25389
25390 2008-01-30  Andreas Schwab  <schwab@suse.de>
25391             Bruno Haible  <bruno@clisp.org>
25392
25393         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
25394         correct definition of LDBL_MIN_EXP.
25395
25396 2008-01-30  Karl Berry  <karl@gnu.org>
25397
25398         * config/srclist-update: try to preserve x bit on updates.
25399         * config/srclistvars.sh: update for karl.
25400
25401 2008-01-29  Jim Meyering  <meyering@redhat.com>
25402
25403         vasnprintf.c: Avoid warning about unused label
25404         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
25405         "overflow" label definition and associated code with the
25406         same cpp condition that guards the sole use of that label.
25407
25408 2008-01-26  Bruno Haible  <bruno@clisp.org>
25409
25410         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
25411         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
25412         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
25413         * lib/isnanl-nolibm.h (isnanl): Likewise.
25414         Reported by Paul Eggert <eggert@cs.ucla.edu>.
25415
25416 2008-01-26  Bruno Haible  <bruno@clisp.org>
25417
25418         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
25419         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
25420
25421 2008-01-26  Bruno Haible  <bruno@clisp.org>
25422
25423         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
25424         GCC >= 4.0 built-in.
25425         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
25426
25427 2008-01-26  Bruno Haible  <bruno@clisp.org>
25428
25429         Rename isnan, applicable to 'double' only, to isnand.
25430         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
25431         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
25432         (configure.ac): Update.
25433         (Include): Replace "isnan.h" with "isnand.h".
25434         * m4/isnand.m4: Renamed from m4/isnan.m4.
25435         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
25436         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
25437         instead of isnan.c.
25438         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
25439         instead of HAVE_ISNAN_IN_LIBC.
25440         (isnand): Renamed from isnan.
25441         * lib/isnand.c: New file.
25442         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
25443         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
25444         (Makefile.am): Update.
25445         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
25446         Include isnand.h instead of isnan.h.
25447         (main): Test isnand instead of isnan.
25448         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
25449         isnan-nolibm.
25450         * modules/frexp (Depends-on): Likewise.
25451         * modules/frexp-tests (Depends-on): Likewise.
25452         * modules/frexp-nolibm (Depends-on): Likewise.
25453         * modules/frexp-nolibm-tests (Depends-on): Likewise.
25454         * modules/isfinite (Depends-on): Likewise.
25455         * modules/round-tests (Depends-on): Likewise.
25456         * modules/signbit (Depends-on): Likewise.
25457         * modules/signbit-tests (Depends-on): Likewise.
25458         * modules/snprintf-posix (Depends-on): Likewise.
25459         * modules/sprintf-posix (Depends-on): Likewise.
25460         * modules/trunc-tests (Depends-on): Likewise.
25461         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
25462         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
25463         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
25464         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
25465         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
25466         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
25467         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
25468         * modules/vasnprintf-posix (Depends-on): Likewise.
25469         * modules/vasprintf-posix (Depends-on): Likewise.
25470         * modules/vfprintf-posix (Depends-on): Likewise.
25471         * modules/vsnprintf-posix (Depends-on): Likewise.
25472         * modules/vsprintf-posix (Depends-on): Likewise.
25473         * lib/frexp.c: Include isnand.h instead of isnan.h.
25474         (ISNAN): Set to isnand instead of isnan.
25475         * lib/isfinite.c: Include isnand.h instead of isnan.h.
25476         (gl_isfinited): Use isnand instead of isnan.
25477         * lib/signbitd.c: Include isnand.h instead of isnan.h.
25478         (gl_signbitd): Use isnand instead of isnan.
25479         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
25480         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
25481         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
25482         (main): Use isnand instead of isnan.
25483         * tests/test-round1.c: Include isnand.h.
25484         (main): Use isnand instead of isnan.
25485         * tests/test-round2.c: Include isnand.h instead of isnan.h.
25486         (ISNAN): Set to isnand instead of isnan.
25487         * tests/test-trunc1.c: Include isnand.h.
25488         (main): Use isnand instead of isnan.
25489         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
25490         (equal): Use isnand instead of isnan.
25491         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
25492         isnand-nolibm.
25493         * NEWS: Mention the change.
25494
25495 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
25496             Bruno Haible  <bruno@clisp.org>
25497
25498         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
25499         the GCC builtins for signbits are present and set
25500         REPLACE_SIGNBIT_USING_GCC if so.
25501         * lib/math.in.h (signbit): Define using GCC builtins if
25502         REPLACE_SIGNBIT_USING_GCC is set.
25503         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
25504         REPLACE_SIGNBIT_USING_GCC.
25505         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
25506
25507 2008-01-25  Jim Meyering  <meyering@redhat.com>
25508
25509         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
25510         * lib/poll.c: Include <config.h>, not "config.h".
25511         * tests/test-getaddrinfo.c: Likewise.
25512
25513 2008-01-25  Simon Josefsson  <simon@josefsson.org>
25514
25515         * modules/sockets-tests: New file.
25516
25517 2008-01-24  Simon Josefsson  <simon@josefsson.org>
25518
25519         * modules/sockets: New module, can be used to call WSA_Startup and
25520         WSA_Cleanup when needed.
25521
25522         * lib/sockets.h, lib/sockets.c: New files.
25523
25524         * m4/sockets.m4: New file.
25525
25526         * tests/test-sockets.c: New file.
25527
25528 2008-01-19  Bruno Haible  <bruno@clisp.org>
25529
25530         * doc/posix-headers: Renamed from doc/headers.
25531         * doc/posix-functions: Renamed from doc/functions.
25532         * doc/gnulib.texi: Update.
25533
25534 2008-01-19  Bruno Haible  <bruno@clisp.org>
25535
25536         * doc/glibc-functions/strcasestr.texi: Include contents of
25537         doc/functions/strcasestr.texi, fixing the list of platforms.
25538         * doc/functions/strcasestr.texi: Remove file.
25539
25540 2008-01-19  Bruno Haible  <bruno@clisp.org>
25541
25542         * doc/glibc-functions/memmem.texi: Include contents of
25543         doc/functions/memmem.texi.
25544         * doc/functions/memmem.texi: Remove file.
25545
25546 2008-01-18  Bruno Haible  <bruno@clisp.org>
25547
25548         * doc/glibc-functions/*.texi: New files.
25549         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
25550         to use the new files.
25551
25552 2008-01-17  Bruno Haible  <bruno@clisp.org>
25553
25554         * tests/test-gethostname.c (main): Fix printf statement.
25555
25556 2008-01-17  Simon Josefsson  <simon@josefsson.org>
25557
25558         * modules/gethostname-tests: New file.
25559
25560         * tests/test-gethostname.c: New file.
25561
25562 2008-01-17  Simon Josefsson  <simon@josefsson.org>
25563
25564         * lib/gethostname.c: Include string.h unconditionally, strncpy is
25565         used by the UNAME case.  Reported by Bruno Haible
25566         <bruno@clisp.org>.
25567
25568 2008-01-17  Eric Blake  <ebb9@byu.net>
25569
25570         Convert c-strcasestr to be more efficient.
25571         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
25572         (Depends-on): Add c-strcase, remove malloca, strnlen.
25573         * tests/test-c-strcasestr.c (main): Enhance test.
25574         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
25575
25576 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
25577
25578         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
25579         Use it in creating po/Makevars.
25580
25581 2008-01-15  Simon Josefsson  <simon@josefsson.org>
25582
25583         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
25584         Applications that requires it should initialize libgcrypt
25585         manually.
25586
25587 2008-01-16  Simon Josefsson  <simon@josefsson.org>
25588
25589         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
25590
25591 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
25592
25593         Fix problem with getdate on mingw32 reported by Simon Josefsson
25594         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
25595         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
25596         tzname", when deciding whether to declare tzname.
25597         * lib/strftime.c (tzname): Likewise.
25598
25599 2008-01-15  Bruno Haible  <bruno@clisp.org>
25600
25601         Work around a MacOS X 10.5 bug in frexpl().
25602         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
25603         * doc/functions/frexpl.texi: Document the bug.
25604         Reported by Elias Pipping <pipping@gentoo.org>.
25605
25606 2008-01-14  Eric Blake  <ebb9@byu.net>
25607
25608         Touch up previous patch.
25609         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
25610         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
25611
25612         Convert strcasestr module to use Two-Way algorithm.
25613         * modules/strcasestr-simple: New module, based on the old
25614         strcasestr, but with Two-Way rather than KMP.
25615         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
25616         * lib/string.in.h (rpl_strcasestr): Declare.
25617         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
25618         performance.
25619         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
25620         * modules/string (Makefile.am): Support strcasestr.
25621         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
25622         * modules/strcasestr-tests (Depends-on): Check for alarm.
25623         * tests/test-strcasestr.c: Augment test.
25624         * lib/str-two-way.h: Clean up stray macro.
25625         * NEWS: Document new module.
25626         * MODULES.html.sh (string handling): Likewise.
25627         * doc/functions/strcasestr.texi: New file.
25628         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
25629         here, since it is not a POSIX function.
25630
25631 2008-01-14  Colin Watson  <cjwatson@debian.org>
25632             Bruno Haible  <bruno@clisp.org>
25633
25634         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
25635         works fine; if not, set REPLACE_STRSIGNAL.
25636         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
25637         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25638         REPLACE_STRSIGNAL.
25639         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
25640         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
25641         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
25642
25643 2008-01-14  Bruno Haible  <bruno@clisp.org>
25644
25645         * modules/strsignal (Include): Change to <string.h>.
25646
25647 2008-01-14  Colin Watson  <cjwatson@debian.org>
25648
25649         * modules/argp (Notice): Add a notice recommending to change
25650         XGETTEXT_OPTIONS.
25651         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
25652
25653 2008-01-13  Colin Watson  <cjwatson@debian.org>
25654
25655         * modules/strsignal-tests: New file.
25656         * tests/test-strsignal.c: New file.
25657
25658         * lib/strsignal.c: New file, from glibc with modifications.
25659         * lib/siglist.h: New file, from glibc with modifications.
25660         * lib/string.in.h (strsignal): New declaration.
25661         * m4/strsignal.m4: New file.
25662         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
25663         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
25664         * modules/strsignal: New file.
25665         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
25666         HAVE_DECL_STRSIGNAL.
25667
25668 2008-01-13  Bruno Haible  <bruno@clisp.org>
25669
25670         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
25671         locale encoding is not ASCII. Needed for OpenBSD 4.0.
25672         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
25673         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
25674
25675 2008-01-13  Bruno Haible  <bruno@clisp.org>
25676
25677         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
25678         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
25679         * lib/argp.h (__attribute__): Likewise.
25680         * lib/c-stack.c (__attribute__): Likewise.
25681         * lib/error.h (__attribute__): Likewise.
25682         * lib/fts.c (__attribute__): Likewise.
25683         * lib/openat.h (__attribute__): Likewise.
25684         * lib/stdio.in.h (__attribute__): Likewise.
25685         * lib/string.in.h (__attribute__): Likewise.
25686         * lib/utimens.c (__attribute__): Likewise.
25687         * lib/vasnprintf.h (__attribute__): Likewise.
25688         * lib/xalloc.h (__attribute__): Likewise.
25689         * lib/xprintf.h (__attribute__): Likewise.
25690         * lib/xstrtol.h (__attribute__): Likewise.
25691         * lib/xvasprintf.h (__attribute__): Likewise.
25692
25693 2008-01-12  Bruno Haible  <bruno@clisp.org>
25694
25695         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
25696         * doc/glibc-headers/a.out.texi: New file.
25697         * doc/glibc-headers/aliases.texi: New file.
25698         * doc/glibc-headers/alloca.texi: New file.
25699         * doc/glibc-headers/ar.texi: New file.
25700         * doc/glibc-headers/argp.texi: New file.
25701         * doc/glibc-headers/argz.texi: New file.
25702         * doc/glibc-headers/byteswap.texi: New file.
25703         * doc/glibc-headers/crypt.texi: New file.
25704         * doc/glibc-headers/endian.texi: New file.
25705         * doc/glibc-headers/envz.texi: New file.
25706         * doc/glibc-headers/err.texi: New file.
25707         * doc/glibc-headers/error.texi: New file.
25708         * doc/glibc-headers/execinfo.texi: New file.
25709         * doc/glibc-headers/fpu_control.texi: New file.
25710         * doc/glibc-headers/fstab.texi: New file.
25711         * doc/glibc-headers/fts.texi: New file.
25712         * doc/glibc-headers/getopt.texi: New file.
25713         * doc/glibc-headers/ieee754.texi: New file.
25714         * doc/glibc-headers/ifaddrs.texi: New file.
25715         * doc/glibc-headers/libintl.texi: New file.
25716         * doc/glibc-headers/mcheck.texi: New file.
25717         * doc/glibc-headers/mntent.texi: New file.
25718         * doc/glibc-headers/obstack.texi: New file.
25719         * doc/glibc-headers/paths.texi: New file.
25720         * doc/glibc-headers/printf.texi: New file.
25721         * doc/glibc-headers/pty.texi: New file.
25722         * doc/glibc-headers/resolv.texi: New file.
25723         * doc/glibc-headers/shadow.texi: New file.
25724         * doc/glibc-headers/sysexits.texi: New file.
25725         * doc/glibc-headers/ttyent.texi: New file.
25726
25727 2008-01-12  Jim Meyering  <meyering@redhat.com>
25728
25729         announce-gen: emit Gnulib's git-based version string.
25730         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
25731         New option --gnulib-version=V, where V is expected to be
25732         the output of running git describe in the gnulib directory.
25733         (get_tool_versions): Request feedback on xdelta.  I suspect it's
25734         not useful, and plan to stop publishing an xdelta file with each
25735         coreutils release.
25736
25737         * build-aux/announce-gen: Also check for lzma-compressed files.
25738
25739 2008-01-11  Bruno Haible  <bruno@clisp.org>
25740
25741         * tests/test-memmem.c (main): Increase maximum allowed time.
25742         * tests/test-strstr.c (main): Likewise.
25743
25744 2008-01-11  Bruno Haible  <bruno@clisp.org>
25745
25746         * doc/functions/memmem.texi: Add more precisions about platforms.
25747         * doc/functions/strstr.texi: Likewise.
25748
25749 2008-01-10  Eric Blake  <ebb9@byu.net>
25750
25751         * m4/strstr.m4: Delete cruft from copy-n-paste.
25752         Reported by Bruno Haible.
25753
25754 2008-01-10  Bruno Haible  <bruno@clisp.org>
25755
25756         Make c-strstr rely on strstr.
25757         * lib/c-strstr.c: Don't include str-kmp.h.
25758         (c_strstr): Define in terms of strstr.
25759         * modules/c-strstr (Files): Remove lib/str-kmp.h.
25760         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
25761
25762 2008-01-10  Bruno Haible  <bruno@clisp.org>
25763
25764         * doc/gnulib.texi (String Functions in C Locale): New section.
25765         * doc/c-ctype.texi: New file.
25766         * doc/c-strcase.texi: New file.
25767         * doc/c-strcaseeq.texi: New file.
25768         * doc/c-strcasestr.texi: New file.
25769         * doc/c-strstr.texi: New file.
25770         * doc/c-strtod.texi: New file.
25771         * doc/c-strtold.texi: New file.
25772
25773 2008-01-10  Eric Blake  <ebb9@byu.net>
25774
25775         * lib/relocatable.h: Fix a comment.
25776
25777 2008-01-10  Eric Blake  <ebb9@byu.net>
25778
25779         Share two-way algorithm.
25780         * lib/str-two-way.h: New file, merged from...
25781         * lib/memmem.c: ...here...
25782         * lib/strstr.c: ...and here.
25783         * modules/memmem (Files): Use it.
25784         * modules/strstr (Files): Likewise.
25785
25786         Avoid quadratic strstr implementations.
25787         * lib/strstr.c: New file.
25788         * m4/strstr.m4: Likewise.
25789         * modules/strstr: Likewise.
25790         * modules/strstr-tests: Likewise.
25791         * tests/test-strstr.c: Likewise.
25792         * lib/string.in.h (rpl_strstr): Declare.
25793         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
25794         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
25795         * modules/string (Makefile.am): Likewise.
25796         * MODULES.html.sh (string handling): Mention new module.
25797         * doc/functions/strstr.texi (strstr): Document the bug.
25798
25799 2008-01-10  Bruno Haible  <bruno@clisp.org>
25800
25801         * lib/relocatable.h (relocate): State whether result is freshly
25802         allocated or not.
25803         * lib/relocatable.c (relocate): Return a freshly allocated string
25804         instead of a pointer to a privately held string.
25805         Reported by Sylvain Beucler <beuc@gnu.org>.
25806
25807 2008-01-10  Colin Watson  <cjwatson@debian.org>
25808
25809         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
25810         s/S_ISNLK/S_ISLNK/.
25811
25812 2008-01-09  Bruno Haible  <bruno@clisp.org>
25813
25814         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
25815         and other files.
25816         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
25817         if it's only a guess.
25818         * modules/memmem: Simplify by depending on memmem-simple.
25819
25820 2008-01-09  Bruno Haible  <bruno@clisp.org>
25821
25822         Work around OpenBSD 4.0 tdelete() bug.
25823         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
25824         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
25825         macros and don't redefine the enum values.
25826         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
25827         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
25828         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
25829
25830 2008-01-09  Bruno Haible  <bruno@clisp.org>
25831
25832         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
25833         (main): Don't perform the tests if setlocale did not install a UTF-8
25834         locale. Needed on OpenBSD 4.0.
25835         * modules/wcwidth-tests (Depends-on): Add localcharset.
25836
25837 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
25838
25839         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
25840         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
25841         * NEWS: announce this.
25842         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
25843
25844 2008-01-09  Simon Josefsson  <simon@josefsson.org>
25845         and Eric Blake  <ebb9@byu.net>
25846
25847         Add memmem-simple module.
25848         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
25849         (gl_FUNC_MEMMEM): Separate performance from presence checks.
25850         * modules/memmem-simple: New file.
25851         * modules/memmem (Description): Tweak.
25852         * MODULES.html.sh (string handling): Mention new module.
25853         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
25854         addressed by memmem-simple.
25855         * NEWS: Document the difference.
25856
25857 2008-01-09  Eric Blake  <ebb9@byu.net>
25858
25859         Give gcc some memmem optimization hints.
25860         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
25861         (strcasestr): Declare as pure.
25862         * modules/memmem (Maintainer): Claim my implementation.
25863
25864 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25865
25866         Support AIX 6.1 and higher.
25867         * build-aux/config.libpath: Likewise.
25868         * build-aux/config.rpath: Likewise.
25869
25870 2008-01-08  Jim Meyering  <meyering@redhat.com>
25871             Bruno Haible  <bruno@clisp.org>
25872
25873         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
25874         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
25875         Reported by Peter Fales in
25876         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
25877
25878 2008-01-08  Bruno Haible  <bruno@clisp.org>
25879
25880         * modules/unictype/category-of (Depends-on): Add
25881         unictype/category-none.
25882         * modules/unictype/category-and-tests (Depends-on): Add
25883         unictype/category-{L,N,Lu,Nd}.
25884         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
25885         * modules/unictype/category-or-tests (Depends-on): Add
25886         unictype/category-{L,N}.
25887         * modules/unictype/category-name-tests (Depends-on): Add
25888         unictype/category-{Z,Nl}.
25889         Reported by Simon Josefsson.
25890
25891 2008-01-08  Bruno Haible  <bruno@clisp.org>
25892
25893         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
25894         convention better.
25895         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
25896         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
25897         Reported by Peter Miller <millerp@canb.auug.org.au>.
25898
25899 2008-01-08  Eric Blake  <ebb9@byu.net>
25900
25901         Rewrite memmem to guarantee linear complexity without malloc.
25902         * lib/memmem.c (memmem): Use Two-Way rather than
25903         Knuth-Morris-Pratt, to allow O(1) space usage.
25904         (critical_factorization, two_way_short_needle)
25905         (two_way_long_needle): New functions.
25906         (knuth_morris_pratt): Delete.
25907         * modules/memmem (Depends-on): No longer need malloca or stdbool.
25908         Add stdint.
25909         * tests/test-memmem.c (main): Add tests for periodic needle and
25910         sublinear performance.
25911         * doc/functions/memmem.texi (memmem): Document other deficiencies
25912         in cygwin and older glibc.
25913
25914 2008-01-08  Bruno Haible  <bruno@clisp.org>
25915
25916         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
25917         augmentation.
25918
25919 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
25920
25921         Add a configure time option: --disable-acl.
25922         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
25923         AC_ARG_ENABLE(acl).
25924
25925 2008-01-06  Simon Josefsson  <simon@josefsson.org>
25926
25927         * tests/test-localename.c: Don't include obsolete "setenv.h".
25928
25929         * modules/localename-tests (Depends-on): Need unsetenv.
25930
25931 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25932
25933         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
25934
25935 2008-01-06  Colin Watson  <cjwatson@debian.org>
25936
25937         * users.txt: Add man-db.
25938
25939 2008-01-07  Bruno Haible  <bruno@clisp.org>
25940
25941         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
25942         previous section name.
25943
25944 2008-01-07  Bruno Haible  <bruno@clisp.org>
25945
25946         * lib/progname.c (set_program_name): Don't strip off a leading
25947         "lt-" prefix outside a .libs directory.
25948         Suggested by Paul Eggert.
25949
25950 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
25951             Bruno Haible  <bruno@clisp.org>
25952
25953         Improve memory cleanup in 'relocatable' module.
25954         * lib/relocatable.h (compute_curr_prefix): Change return type to
25955         'char *'.
25956         * lib/relocatable.c (compute_curr_prefix): Change return type to
25957         'char *'. Free curr_installdir after use.
25958         (relocate): Free curr_prefix_better after use.
25959         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
25960
25961 2008-01-01  Bruno Haible  <bruno@clisp.org>
25962
25963         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
25964         failure on older glibc systems.
25965         Reported by Peter Fales <psfales@alcatel-lucent.com>.
25966
25967 2008-01-05  Eric Blake  <ebb9@byu.net>
25968
25969         Avoid quadratic system memmem.
25970         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
25971         Reported by Ralf Wildenhues.
25972
25973         Fix memmem test for mingw.
25974         * modules/memmem-tests (configure.ac): Check for alarm.
25975         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
25976         it.
25977         * doc/functions/memmem.texi: New file.
25978         * doc/gnulib.texi (Function Substitutes): Add memmem.
25979         Reported by Bruno Haible.
25980
25981 2008-01-04  Bruno Haible  <bruno@clisp.org>
25982
25983         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
25984         Require gl_HEADER_STRINGS_H_DEFAULTS, not
25985         gl_HEADER_STRING_H_DEFAULTS.
25986
25987 2008-01-04  Eric Blake  <ebb9@byu.net>
25988
25989         Shorten duration of memmem test.
25990         * tests/test-memmem.c (main): Use alarm to declare failure if test
25991         is taking too long.
25992         Reported by Ralf Wildenhues.
25993
25994 2007-12-21  Simon Josefsson  <simon@josefsson.org>
25995
25996         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
25997         string, needed by strerror.
25998
25999 2008-01-03  Colin Watson  <cjwatson@debian.org>
26000             Bruno Haible  <bruno@clisp.org>
26001
26002         * doc/gnulib-tool.texi (Localization): New section.
26003
26004 2008-01-02  Bruno Haible  <bruno@clisp.org>
26005
26006         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
26007         variables to 'unsigned char *' type.
26008         Reported by Paul Eggert.
26009
26010 2008-01-02  Jim Meyering  <jim@meyering.net>
26011
26012         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
26013
26014 2007-12-31  Jim Meyering  <jim@meyering.net>
26015
26016         Avoid use of private FTS type name.
26017         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
26018
26019 2007-12-30  Karl Berry  <karl@gnu.org>
26020
26021         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
26022         work around defect in Texinfo and/or the standalone Info browser.
26023
26024 2007-12-30  Bruno Haible  <bruno@clisp.org>
26025
26026         Unify 5 copies of the KMP code.
26027         * lib/str-kmp.h: New file.
26028         * lib/c-strcasestr.c: Include str-kmp.h.
26029         (knuth_morris_pratt): Remove function.
26030         (c_strcasestr): Update.
26031         * lib/c-strstr.c: Include str-kmp.h.
26032         (knuth_morris_pratt): Remove function.
26033         (c_strcasestr): Update.
26034         * lib/mbscasestr.c: Include str-kmp.h.
26035         (knuth_morris_pratt_unibyte): Remove function.
26036         * lib/mbsstr.c: Include str-kmp.h.
26037         (knuth_morris_pratt_unibyte): Remove function.
26038         * lib/strcasestr.c: Include str-kmp.h.
26039         (knuth_morris_pratt): Remove function.
26040         (strcasestr): Update.
26041         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
26042         * modules/c-strstr (Files): Likewise.
26043         * modules/mbscasestr (Files): Likewise.
26044         * modules/mbsstr (Files): Likewise.
26045         * modules/strcasestr (Files): Likewise.
26046         Suggested by Paul Eggert.
26047
26048 2007-12-30  Bruno Haible  <bruno@clisp.org>
26049
26050         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
26051         defined.
26052
26053 2007-12-30  Bruno Haible  <bruno@clisp.org>
26054
26055         * lib/xmalloca.h: Include xalloc.h.
26056         (xnmalloca): New macro.
26057
26058 2007-12-30  Bruno Haible  <bruno@clisp.org>
26059
26060         * lib/malloca.h (nmalloca): New macro.
26061         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
26062         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
26063         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
26064         knuth_morris_pratt_multibyte): Likewise.
26065         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
26066         knuth_morris_pratt_multibyte): Likewise.
26067         * lib/memmem.c (knuth_morris_pratt): Likewise.
26068         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
26069
26070 2007-12-25  Bruno Haible  <bruno@clisp.org>
26071
26072         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
26073         * lib/glob.c: Don't include openat.h.
26074         (link_exists2_p): Add back the code that deals with the
26075         !GLOB_ALTDIRFUNC case.
26076         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
26077         let it do the filename concatenation.
26078         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
26079         * modules/glob (Depends-on): Remove openat.
26080
26081 2007-12-31  Bruno Haible  <bruno@clisp.org>
26082
26083         * modules/dirfd (License): Change to LGPLv2+.
26084         Approved by Jim Meyering.
26085
26086 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
26087
26088         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
26089         when multiplying M by sizeof (size_t).
26090
26091 2007-12-10  Martin Lambers  <marlam@marlam.de>
26092
26093         Override getpagesize on mingw.
26094         * lib/getpagesize.c: New file.
26095         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
26096         * modules/getpagesize (Files): Add lib/getpagesize.c.
26097         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
26098         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
26099         REPLACE_GETPAGESIZE.
26100         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
26101
26102 2007-12-25  Bruno Haible  <bruno@clisp.org>
26103
26104         * modules/localcharset (Notice): New field.
26105         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
26106         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
26107
26108 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
26109             Bruno Haible  <bruno@clisp.org>
26110
26111         Avoid using the syntax symbol() in formatted documentation.
26112         * MODULES.html.sh (func_module): When replacing symbol() with a
26113         hyperlink, remove the parentheses. Show an error if some remain.
26114         Recognize and render the '...' syntax.
26115         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
26116         Rework. Add paragraph about GCC's inlining.
26117         * doc/alloca.texi: Likewise.
26118         * doc/error.texi: Remove parentheses from symbol reference.
26119         * doc/gnulib-intro.texi: Likewise.
26120         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
26121         * modules/fnmatch (Description): Reword to say "the ... function".
26122         * modules/full-read (Description): Likewise.
26123         * modules/full-write (Description): Likewise.
26124         * modules/safe-read (Description): Likewise.
26125         * modules/safe-write (Description): Likewise.
26126         * modules/strchrnul (Description): Likewise.
26127         * modules/trim (Description): Likewise.
26128         * modules/error (Description): Remove parentheses from symbol
26129         references.
26130         * modules/verror (Description): Likewise.
26131         Reported by Karl Berry.
26132
26133 2007-12-25  Bruno Haible  <bruno@clisp.org>
26134
26135         Fixup after 2007-10-16 commit.
26136         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
26137
26138 2007-12-24  Bruno Haible  <bruno@clisp.org>
26139
26140         Make --enable-relocatable work with DESTDIR.
26141         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
26142         to compute installdir from destprog.
26143         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
26144         also set the RELOC_DESTDIR variable.
26145         Reported by Левашев Иван <octagram@bluebottle.com>.
26146
26147 2007-12-24  Bruno Haible  <bruno@clisp.org>
26148
26149         Fix link error due to xalloc_die().
26150         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
26151         of xreadlink.
26152         * lib/relocwrapper.c: Update comments.
26153         * build-aux/install-reloc: Remove xreadlink.c from file list.
26154         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
26155         xreadlink.c.
26156         Reported by Левашев Иван <octagram@bluebottle.com>.
26157
26158 2007-12-24  Bruno Haible  <bruno@clisp.org>
26159
26160         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
26161         * lib/setenv.h: Remove file.
26162         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
26163         lib/setenv.h.
26164         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
26165         (Depends-on): Add stdlib.
26166         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
26167         gl_FUNC_UNSETENV.
26168         (Include): Replace setenv.h with <stdlib.h>.
26169         * modules/unsetenv: New file.
26170         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
26171         * lib/unsetenv.c: Include <stdlib.h> first.
26172         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
26173         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
26174         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
26175         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
26176         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
26177         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26178         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
26179         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
26180         * doc/functions/unsetenv.texi: Update.
26181         * modules/xsetenv (Depends-on): Add unsetenv.
26182         * modules/getdate (Depends-on): Likewise.
26183         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
26184         * lib/xsetenv.c: Don't include setenv.h.
26185         * lib/getdate.y: Likewise.
26186         * lib/relocwrapper.c: Likewise.
26187         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
26188         (Depends-on): Add stdlib.
26189         * NEWS: Mention the changes.
26190         Reported by Левашев Иван <octagram@bluebottle.com>.
26191
26192 2007-12-23  Bruno Haible  <bruno@clisp.org>
26193
26194         * lib/memmem.c (memmem): Use lowercase variable names. Tab
26195         indentation.
26196
26197 2007-12-23  Bruno Haible  <bruno@clisp.org>
26198
26199         * lib/c-strcasestr.c: Add more comments.
26200         * lib/c-strstr.c: Likewise.
26201         * lib/mbscasestr.c: Likewise.
26202         * lib/mbsstr.c: Likewise.
26203         * lib/strcasestr.c: Likewise.
26204         * lib/memmem.c: Likewise.
26205
26206 2007-12-23  Bruno Haible  <bruno@clisp.org>
26207
26208         * tests/test-memmem.c: Include <string.h> first.
26209
26210 2007-12-22  Bruno Haible  <bruno@clisp.org>
26211
26212         * gnulib-tool (func_create_testdir): Change $auxdir while generating
26213         the contents of $testsbase.
26214         Reported by Ralf Wildenhues.
26215
26216 2007-12-22  Bruno Haible  <bruno@clisp.org>
26217
26218         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
26219         two variables local_ldadd_before, local_ldadd_last.
26220
26221 2007-12-20  Eric Blake  <ebb9@byu.net>
26222
26223         Work around circular library issue when cross-compiling.
26224         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
26225         that progname.o does not need to pull in rpl_memcmp.
26226
26227 2007-12-19  Eric Blake  <ebb9@byu.net>
26228
26229         Fix memmem to avoid O(n^2) worst-case complexity.
26230         * lib/memmem.c (knuth_morris_pratt): New function.
26231         (memmem): Use it if first few naive iterations fail.
26232         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
26233         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
26234         * modules/memchr (License): Likewise.
26235         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
26236         malloca.
26237         * tests/test-memmem.c: Rewrite, borrowing ideas from
26238         test-mbsstr1.c; the old version wouldn't even compile!
26239         * modules/memmem-tests: New file.
26240         * lib/string.in.h (rpl_memmem): Add declaration.
26241         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
26242         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
26243         REPLACE_MEMMEM.
26244
26245 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26246
26247         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
26248         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
26249         before any system include files, and undef after them all.  This
26250         should fix a problem on VMS reported by John E. Malmberg in
26251         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
26252
26253 2007-12-17  Eric Blake  <ebb9@byu.net>
26254
26255         Revert addition of verify, for BSD/OS.
26256         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
26257         can't handle large files, for the sake of obsolete platforms.
26258         * modules/fseeko (Depends-on): Remove verify.
26259         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
26260         * doc/functions/ftello.texi (ftello): Likewise.
26261         * doc/functions/fgetpos.texi (fgetpos): Likewise.
26262         Reported by Larry Jones.
26263
26264 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
26265
26266         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
26267         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
26268
26269 2007-12-17  Jim Meyering  <meyering@redhat.com>
26270
26271         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
26272         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
26273         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
26274         * modules/getcwd (Depends-on): Add openat.
26275         Reported by Petr Salinger.
26276
26277 2007-12-17  Bruno Haible  <bruno@clisp.org>
26278
26279         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
26280         avoid a segmentation fault of the configure test on x86_64 systems.
26281
26282 2007-12-15  Jim Meyering  <meyering@redhat.com>
26283
26284         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
26285
26286 2007-12-13  Eric Blake  <ebb9@byu.net>
26287
26288         Another fseek test.
26289         * tests/test-fseek.c (main): Also test ungetc handling.
26290         * tests/test-fseeko.c (main): Likewise.
26291         * modules/fseeko (Depends-on): Add verify.
26292         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
26293         large.
26294         Reported by Larry Jones.
26295
26296         Fix fseeko on mingw.
26297         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
26298         seek.
26299
26300         Beef up fseek tests.
26301         * tests/test-fseek.c (main): Also test eof handling.
26302         * tests/test-fseeko.c (main): Likewise.
26303         Reported by Larry Jones.
26304
26305 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
26306
26307         Fix fseeko on BSD-based platforms.
26308         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
26309         successful seek.
26310
26311 2007-12-12  Eric Blake  <ebb9@byu.net>
26312
26313         Allow circular dependency of separate libtests.a
26314         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
26315         when use_libtests.
26316
26317 2007-12-11  Eric Blake  <ebb9@byu.net>
26318
26319         Fix bug with -0.0L in previous patch.
26320         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
26321         * tests/test-isnan.c (main): Also test on zeroes.
26322         * tests/test-isnanf.c (main): Likewise.
26323         * tests/test-isnanl.h (main): Likewise.
26324
26325         Detect pseudo-denormals on x86 even when cross-compiling.
26326         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
26327         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
26328         invalid bit patterns that happen to satisfy ==.
26329
26330         Avoid link failures with separate libtests.a.
26331         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
26332         last, to satisfy circular dependencies.
26333
26334 2007-12-11  Eric Blake  <ebb9@byu.net>
26335         and Bruno Haible  <bruno@clisp.org>
26336
26337         Fix OpenBSD 4.0 <float.h> handling of long double.
26338         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
26339         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
26340         * doc/headers/float.texi (float.h): Document OpenBSD bug.
26341
26342 2007-12-11  Jim Meyering  <meyering@redhat.com>
26343
26344         * users.txt: Add libvirt.
26345
26346         Support versions of autoconf prior to 2.59c.
26347         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
26348         if it is not already defined.
26349
26350 2007-12-09  Bruno Haible  <bruno@clisp.org>
26351
26352         Let 'gnulib-tool --import' collect sources needed for the tests in
26353         tests/ rather than in lib/.
26354         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
26355         argument. If true, add rules to generate libtests.a, and put libtests.a
26356         into $(LDADD). Consider source files in subdirectories and set
26357         uses_subdirs.
26358         (func_emit_initmacro_start, func_emit_initmacro_end,
26359         func_emit_initmacro_done): Pass all arguments explicitly.
26360         (func_import): Determine two module lists main_modules,
26361         testsrelated_modules. Determine use_libtests. Determine two variables
26362         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
26363         instead of just sed_transform_lib_file. Determine two variables
26364         main_files and testsrelated_files. Compute 'files' as the union of
26365         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
26366         func_add_or_update. In the generated gnulib-comp.m4, collect the
26367         object files for tests/ in different variables than those for lib/.
26368         Substitute LIBTESTS_LIBDEPS.
26369         (func_create_testdir): Combine the uses_subdirs results from
26370         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
26371
26372 2007-12-09  Bruno Haible  <bruno@clisp.org>
26373
26374         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
26375         the build-aux directory.
26376
26377 2007-12-09  Bruno Haible  <bruno@clisp.org>
26378
26379         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
26380         introduced on 2006-09-09.
26381
26382 2007-12-07  Jim Meyering  <meyering@redhat.com>
26383
26384         Let these macros work also with autoconf-2.59.
26385         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
26386         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
26387         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
26388
26389 2007-12-06  Jim Meyering  <meyering@redhat.com>
26390
26391         Avoid a configure-time syntax error in gl_FUNC_ACL.
26392         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
26393         function in each branch, before testing the cache variable.
26394
26395 2007-12-04  Eric Blake  <ebb9@byu.net>
26396
26397         Make scripts executable.
26398         * build-aux/config.guess: Add execute permissions.
26399         * build-aux/config.sub: Likewise.
26400         * build-aux/gendocs.sh: Likewise.
26401
26402         Fix frexp on mingw.
26403         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
26404         cross-compiling.
26405         * doc/functions/frexp.texi (frexp): Document the bug.
26406
26407         Make cygwin fseeko check more reliable.
26408         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
26409         version numbers, rather than unrelated feature check.
26410         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
26411         * doc/functions/ftello.texi (ftello): Likewise.
26412         Reported by Bruno Haible.
26413
26414         * m4/strerror.m4: Bump version number.
26415
26416 2007-12-03  Bruno Haible  <bruno@clisp.org>
26417
26418         * doc/functions/mprotect.texi: Mention the mingw problem.
26419
26420 2007-12-03  Eric Blake  <ebb9@byu.net>
26421
26422         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
26423         REPLACE_STRERROR is initialized before this macro.
26424
26425 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
26426
26427         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
26428         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
26429         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
26430         put -lsec in even for programs other than 'ls'.  This fixes a problem
26431         for gettext reported by Bruno Haible in
26432         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
26433         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
26434         Add support for Solaris 10.  This isn't efficient, but should get the
26435         job done for now.
26436
26437 2007-12-03  James Youngman  <jay@gnu.org>
26438
26439         * doc/regexprops-generic.texi: change "an close-group" to "a
26440         close-group" and "illegal" to "not allowed".
26441
26442 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26443
26444         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
26445         pr_byname.h. Needed for the rare case when the maintainer has done
26446         "make maintainer-clean" in the source directory and then attempts a
26447         build outside the source directory.
26448         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
26449         scripts_byname.h.
26450
26451 2007-12-02  Martin Lambers <marlam@marlam.de>
26452             Bruno Haible  <bruno@clisp.org>
26453
26454         * lib/getpagesize.h: Remove file.
26455         * lib/unistd.in.h: Include declaration of getpagesize here.
26456         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
26457         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
26458         HAVE_SYS_PARAM_H.
26459         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
26460         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26461         * modules/getpagesize (Files): Remove lib/getpagesize.h.
26462         (Depends-on): Add unistd.
26463         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
26464         (Include): Use <unistd.h> instead of getpagesize.h.
26465         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
26466         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
26467         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
26468         gl_GETPAGESIZE invocation, already handled by module dependency.
26469         * lib/pagealign_alloc.c: Don't include getpagesize.h.
26470
26471 2007-12-02  Bruno Haible  <bruno@clisp.org>
26472
26473         * modules/strings-tests: New file.
26474         * tests/test-strings.c: New file.
26475
26476         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
26477         * lib/strings.in.h: New file.
26478         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
26479         * m4/strings_h.m4: New file.
26480         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
26481         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
26482         * modules/strings: New file.
26483         * modules/string (Makefile.am): Update.
26484         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
26485         Reported by Karl Berry.
26486
26487 2007-12-01  Eric Blake  <ebb9@byu.net>
26488
26489         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
26490         accomodate fix in cygwin 1.5.25.
26491
26492 2007-12-01  Jim Meyering  <meyering@redhat.com>
26493
26494         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
26495         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
26496         that would inhibit utf8-optimization of a regexp containing line-
26497         or buffer-anchors, e.g., `^', `$'.
26498
26499 2007-11-30  Bruno Haible  <bruno@clisp.org>
26500
26501         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
26502         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
26503         glthread_recursive_lock_init.
26504         * lib/lock.c (glthread_recursive_lock_init)
26505         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
26506         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
26507
26508 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
26509
26510         New function qset_acl, like set_acl but with syscall semantics.
26511         * lib/acl.h (qset_acl): New decl.
26512         * lib/acl.c (qset_acl): New function.
26513         (set_acl): Use new function.  Use more-consistent diagnostics.
26514
26515 2007-11-28  Jim Meyering  <meyering@redhat.com>
26516
26517         * modules/physmem (License): Change from GPL to LGPLv2+.
26518
26519 2007-11-26  Bruno Haible  <bruno@clisp.org>
26520
26521         * lib/vasnprintf.c (decode_long_double): Don't abort if the
26522         'long double' type has excess precision.
26523         Reported by Jim Meyering in
26524         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
26525
26526 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26527
26528         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
26529         Sync from <http://gnu.org/licenses>.
26530         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
26531         with license text from same location.
26532         * doc/maintain.texi, doc/standards.texi:  Sync from
26533         <http://savannah.gnu.org/projects/gnustandards>.
26534
26535 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
26536         and Jim Meyering  <meyering@redhat.com>
26537
26538         Adjust getdate' grammar to accept a slightly more regular language.
26539         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
26540         Before, the former was rejected.
26541         * lib/getdate.y (digits_to_date_time): New function, factored
26542         out of ...
26543         (number): ...here.  Just call digits_to_date_time.
26544         (hybrid): New non-terminal to handle an <unsigned number,
26545         signed relative offset> sequence consistently.
26546
26547 2007-11-18  Jim Meyering  <meyering@redhat.com>
26548
26549         Pull my changes from coreutils:
26550         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
26551         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
26552         use of $gnulib_tool_option_extras, so that it's separated from the
26553         preceding argument.
26554
26555         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
26556         * build-aux/bootstrap (cp_mark_as_generated): Create any required
26557         parent destination directories before copying a file into place.
26558
26559 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
26560
26561         bootstrap: work also with 4-argument variant of AC_INIT
26562         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
26563
26564 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26565
26566         Port test-getaddrinfo to Solaris.
26567         Problem reported by Bruno Haible in
26568         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
26569         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
26570         explanation of setting 'hints'.
26571         Don't reject an implementation merely because it returns EAI_SERVICE.
26572         (EAI_SERVICE): Define to 0 if not defined.
26573
26574 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
26575
26576         The license of gnu-make and posix-shell is now "GPLed build tool".
26577         * modules/gnu-make (License): Likewise.
26578         * modules/posix-shell (License): Likewise.
26579
26580         New module posix-shell, for determining a POSIX shell
26581         or perhaps something that is close enough to a POSIX shell.
26582         * m4/posix-shell.m4: New file.
26583         * modules/posix-shell: New file.
26584
26585         * MODULES.html.sh: Mention new module.
26586
26587         New module gnu-make, for determining whether we're using GNU Make.
26588         * m4/gnu-make.m4: New file.
26589         * modules/gnu-make: New file.
26590         * MODULES.html.sh: Mention new module.
26591
26592 2007-11-14  Jim Meyering  <meyering@redhat.com>
26593
26594         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
26595         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
26596         use this macro to create a function _definition_.
26597         Remove useless "#undef ARGMATCH_DIE".
26598
26599 2007-11-14  Bruno Haible  <bruno@clisp.org>
26600
26601         * lib/config.charset: Update for OpenBSD 4.1.
26602         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
26603
26604 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
26605
26606         Document 64-bit #if problems in stdint.texi.
26607         * doc/headers/stdint.texi (stdint.h): Mention problems with
26608         64-bit-#if, and how to work around them.
26609
26610         Don't insist on 'long long int' support in the preprocessor.  It
26611         breaks too many things.  For example, PRIdMAX still uses a 'long
26612         long int' format with the latest Sun compiler, even though
26613         HAVE_LONG_LONG_INT isn't defined due to that compiler's
26614         preprocessor problem.  This causes the latest coreutils to dump
26615         core on Solaris 10 sparc with the Sun C compiler.
26616         Instead, fix the 2007-10-16 problem in a different way, by evaluating
26617         the troublesome expressions at configure-time, not at #if-time.
26618         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
26619         preprocessor.
26620         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
26621         compile-time C checks, done at 'configure'-time.
26622         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
26623         * modules/inttypes (Makefile): Substitute the new symbols that
26624         gl_INTTYPES_H now generates.
26625         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
26626
26627 2007-11-12  Bruno Haible  <bruno@clisp.org>
26628
26629         Tests for Unicode character classification functions.
26630
26631         * modules/unictype/bidicategory-byname-tests: New file.
26632         * modules/unictype/bidicategory-name-tests: New file.
26633         * modules/unictype/bidicategory-of-tests: New file.
26634         * modules/unictype/bidicategory-test-tests: New file.
26635         * modules/unictype/block-list-tests: New file.
26636         * modules/unictype/block-of-tests: New file.
26637         * modules/unictype/block-test-tests: New file.
26638         * modules/unictype/category-C-tests: New file.
26639         * modules/unictype/category-Cc-tests: New file.
26640         * modules/unictype/category-Cf-tests: New file.
26641         * modules/unictype/category-Cn-tests: New file.
26642         * modules/unictype/category-Co-tests: New file.
26643         * modules/unictype/category-Cs-tests: New file.
26644         * modules/unictype/category-L-tests: New file.
26645         * modules/unictype/category-Ll-tests: New file.
26646         * modules/unictype/category-Lm-tests: New file.
26647         * modules/unictype/category-Lo-tests: New file.
26648         * modules/unictype/category-Lt-tests: New file.
26649         * modules/unictype/category-Lu-tests: New file.
26650         * modules/unictype/category-M-tests: New file.
26651         * modules/unictype/category-Mc-tests: New file.
26652         * modules/unictype/category-Me-tests: New file.
26653         * modules/unictype/category-Mn-tests: New file.
26654         * modules/unictype/category-N-tests: New file.
26655         * modules/unictype/category-Nd-tests: New file.
26656         * modules/unictype/category-Nl-tests: New file.
26657         * modules/unictype/category-No-tests: New file.
26658         * modules/unictype/category-P-tests: New file.
26659         * modules/unictype/category-Pc-tests: New file.
26660         * modules/unictype/category-Pd-tests: New file.
26661         * modules/unictype/category-Pe-tests: New file.
26662         * modules/unictype/category-Pf-tests: New file.
26663         * modules/unictype/category-Pi-tests: New file.
26664         * modules/unictype/category-Po-tests: New file.
26665         * modules/unictype/category-Ps-tests: New file.
26666         * modules/unictype/category-S-tests: New file.
26667         * modules/unictype/category-Sc-tests: New file.
26668         * modules/unictype/category-Sk-tests: New file.
26669         * modules/unictype/category-Sm-tests: New file.
26670         * modules/unictype/category-So-tests: New file.
26671         * modules/unictype/category-Z-tests: New file.
26672         * modules/unictype/category-Zl-tests: New file.
26673         * modules/unictype/category-Zp-tests: New file.
26674         * modules/unictype/category-Zs-tests: New file.
26675         * modules/unictype/category-and-not-tests: New file.
26676         * modules/unictype/category-and-tests: New file.
26677         * modules/unictype/category-byname-tests: New file.
26678         * modules/unictype/category-name-tests: New file.
26679         * modules/unictype/category-none-tests: New file.
26680         * modules/unictype/category-of-tests: New file.
26681         * modules/unictype/category-or-tests: New file.
26682         * modules/unictype/category-test-withtable-tests: New file.
26683         * modules/unictype/combining-class-tests: New file.
26684         * modules/unictype/ctype-alnum-tests: New file.
26685         * modules/unictype/ctype-alpha-tests: New file.
26686         * modules/unictype/ctype-blank-tests: New file.
26687         * modules/unictype/ctype-cntrl-tests: New file.
26688         * modules/unictype/ctype-digit-tests: New file.
26689         * modules/unictype/ctype-graph-tests: New file.
26690         * modules/unictype/ctype-lower-tests: New file.
26691         * modules/unictype/ctype-print-tests: New file.
26692         * modules/unictype/ctype-punct-tests: New file.
26693         * modules/unictype/ctype-space-tests: New file.
26694         * modules/unictype/ctype-upper-tests: New file.
26695         * modules/unictype/ctype-xdigit-tests: New file.
26696         * modules/unictype/decimal-digit-tests: New file.
26697         * modules/unictype/digit-tests: New file.
26698         * modules/unictype/mirror-tests: New file.
26699         * modules/unictype/numeric-tests: New file.
26700         * modules/unictype/property-alphabetic-tests: New file.
26701         * modules/unictype/property-ascii-hex-digit-tests: New file.
26702         * modules/unictype/property-bidi-arabic-digit-tests: New file.
26703         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
26704         * modules/unictype/property-bidi-block-separator-tests: New file.
26705         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
26706         * modules/unictype/property-bidi-common-separator-tests: New file.
26707         * modules/unictype/property-bidi-control-tests: New file.
26708         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
26709         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
26710         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
26711         * modules/unictype/property-bidi-european-digit-tests: New file.
26712         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
26713         * modules/unictype/property-bidi-left-to-right-tests: New file.
26714         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
26715         * modules/unictype/property-bidi-other-neutral-tests: New file.
26716         * modules/unictype/property-bidi-pdf-tests: New file.
26717         * modules/unictype/property-bidi-segment-separator-tests: New file.
26718         * modules/unictype/property-bidi-whitespace-tests: New file.
26719         * modules/unictype/property-byname-tests: New file.
26720         * modules/unictype/property-combining-tests: New file.
26721         * modules/unictype/property-composite-tests: New file.
26722         * modules/unictype/property-currency-symbol-tests: New file.
26723         * modules/unictype/property-dash-tests: New file.
26724         * modules/unictype/property-decimal-digit-tests: New file.
26725         * modules/unictype/property-default-ignorable-code-point-tests: New file.
26726         * modules/unictype/property-deprecated-tests: New file.
26727         * modules/unictype/property-diacritic-tests: New file.
26728         * modules/unictype/property-extender-tests: New file.
26729         * modules/unictype/property-format-control-tests: New file.
26730         * modules/unictype/property-grapheme-base-tests: New file.
26731         * modules/unictype/property-grapheme-extend-tests: New file.
26732         * modules/unictype/property-grapheme-link-tests: New file.
26733         * modules/unictype/property-hex-digit-tests: New file.
26734         * modules/unictype/property-hyphen-tests: New file.
26735         * modules/unictype/property-id-continue-tests: New file.
26736         * modules/unictype/property-id-start-tests: New file.
26737         * modules/unictype/property-ideographic-tests: New file.
26738         * modules/unictype/property-ids-binary-operator-tests: New file.
26739         * modules/unictype/property-ids-trinary-operator-tests: New file.
26740         * modules/unictype/property-ignorable-control-tests: New file.
26741         * modules/unictype/property-iso-control-tests: New file.
26742         * modules/unictype/property-join-control-tests: New file.
26743         * modules/unictype/property-left-of-pair-tests: New file.
26744         * modules/unictype/property-line-separator-tests: New file.
26745         * modules/unictype/property-logical-order-exception-tests: New file.
26746         * modules/unictype/property-lowercase-tests: New file.
26747         * modules/unictype/property-math-tests: New file.
26748         * modules/unictype/property-non-break-tests: New file.
26749         * modules/unictype/property-not-a-character-tests: New file.
26750         * modules/unictype/property-numeric-tests: New file.
26751         * modules/unictype/property-other-alphabetic-tests: New file.
26752         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
26753         * modules/unictype/property-other-grapheme-extend-tests: New file.
26754         * modules/unictype/property-other-id-continue-tests: New file.
26755         * modules/unictype/property-other-id-start-tests: New file.
26756         * modules/unictype/property-other-lowercase-tests: New file.
26757         * modules/unictype/property-other-math-tests: New file.
26758         * modules/unictype/property-other-uppercase-tests: New file.
26759         * modules/unictype/property-paired-punctuation-tests: New file.
26760         * modules/unictype/property-paragraph-separator-tests: New file.
26761         * modules/unictype/property-pattern-syntax-tests: New file.
26762         * modules/unictype/property-pattern-white-space-tests: New file.
26763         * modules/unictype/property-private-use-tests: New file.
26764         * modules/unictype/property-punctuation-tests: New file.
26765         * modules/unictype/property-quotation-mark-tests: New file.
26766         * modules/unictype/property-radical-tests: New file.
26767         * modules/unictype/property-sentence-terminal-tests: New file.
26768         * modules/unictype/property-soft-dotted-tests: New file.
26769         * modules/unictype/property-space-tests: New file.
26770         * modules/unictype/property-terminal-punctuation-tests: New file.
26771         * modules/unictype/property-test-tests: New file.
26772         * modules/unictype/property-titlecase-tests: New file.
26773         * modules/unictype/property-unassigned-code-value-tests: New file.
26774         * modules/unictype/property-unified-ideograph-tests: New file.
26775         * modules/unictype/property-uppercase-tests: New file.
26776         * modules/unictype/property-variation-selector-tests: New file.
26777         * modules/unictype/property-white-space-tests: New file.
26778         * modules/unictype/property-xid-continue-tests: New file.
26779         * modules/unictype/property-xid-start-tests: New file.
26780         * modules/unictype/property-zero-width-tests: New file.
26781         * modules/unictype/scripts-tests: New file.
26782         * modules/unictype/syntax-c-ident-tests: New file.
26783         * modules/unictype/syntax-c-whitespace-tests: New file.
26784         * modules/unictype/syntax-java-ident-tests: New file.
26785         * modules/unictype/syntax-java-whitespace-tests: New file.
26786         * tests/unictype/test-bidi_byname.c: New file.
26787         * tests/unictype/test-bidi_name.c: New file.
26788         * tests/unictype/test-bidi_of.c: New file.
26789         * tests/unictype/test-bidi_test.c: New file.
26790         * tests/unictype/test-block_list.c: New file.
26791         * tests/unictype/test-block_of.c: New file.
26792         * tests/unictype/test-block_test.c: New file.
26793         * tests/unictype/test-categ_and.c: New file.
26794         * tests/unictype/test-categ_and_not.c: New file.
26795         * tests/unictype/test-categ_byname.c: New file.
26796         * tests/unictype/test-categ_name.c: New file.
26797         * tests/unictype/test-categ_none.c: New file.
26798         * tests/unictype/test-categ_of.c: New file.
26799         * tests/unictype/test-categ_or.c: New file.
26800         * tests/unictype/test-categ_test_withtable.c: New file.
26801         * tests/unictype/test-combining.c: New file.
26802         * tests/unictype/test-decdigit.c: New file.
26803         * tests/unictype/test-digit.c: New file.
26804         * tests/unictype/test-mirror.c: New file.
26805         * tests/unictype/test-numeric.c: New file.
26806         * tests/unictype/test-pr_byname.c: New file.
26807         * tests/unictype/test-pr_test.c: New file.
26808         * tests/unictype/test-predicate-part1.h: New file.
26809         * tests/unictype/test-predicate-part2.h: New file.
26810         * tests/unictype/test-scripts.c: New file.
26811         * tests/unictype/test-sy_c_ident.c: New file.
26812         * tests/unictype/test-sy_java_ident.c: New file.
26813
26814         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
26815         for Unicode 5.0.0.
26816         * tests/unictype/test-categ_Cc.c: Likewise.
26817         * tests/unictype/test-categ_Cf.c: Likewise.
26818         * tests/unictype/test-categ_Cn.c: Likewise.
26819         * tests/unictype/test-categ_Co.c: Likewise.
26820         * tests/unictype/test-categ_Cs.c: Likewise.
26821         * tests/unictype/test-categ_L.c: Likewise.
26822         * tests/unictype/test-categ_Ll.c: Likewise.
26823         * tests/unictype/test-categ_Lm.c: Likewise.
26824         * tests/unictype/test-categ_Lo.c: Likewise.
26825         * tests/unictype/test-categ_Lt.c: Likewise.
26826         * tests/unictype/test-categ_Lu.c: Likewise.
26827         * tests/unictype/test-categ_M.c: Likewise.
26828         * tests/unictype/test-categ_Mc.c: Likewise.
26829         * tests/unictype/test-categ_Me.c: Likewise.
26830         * tests/unictype/test-categ_Mn.c: Likewise.
26831         * tests/unictype/test-categ_N.c: Likewise.
26832         * tests/unictype/test-categ_Nd.c: Likewise.
26833         * tests/unictype/test-categ_Nl.c: Likewise.
26834         * tests/unictype/test-categ_No.c: Likewise.
26835         * tests/unictype/test-categ_P.c: Likewise.
26836         * tests/unictype/test-categ_Pc.c: Likewise.
26837         * tests/unictype/test-categ_Pd.c: Likewise.
26838         * tests/unictype/test-categ_Pe.c: Likewise.
26839         * tests/unictype/test-categ_Pf.c: Likewise.
26840         * tests/unictype/test-categ_Pi.c: Likewise.
26841         * tests/unictype/test-categ_Po.c: Likewise.
26842         * tests/unictype/test-categ_Ps.c: Likewise.
26843         * tests/unictype/test-categ_S.c: Likewise.
26844         * tests/unictype/test-categ_Sc.c: Likewise.
26845         * tests/unictype/test-categ_Sk.c: Likewise.
26846         * tests/unictype/test-categ_Sm.c: Likewise.
26847         * tests/unictype/test-categ_So.c: Likewise.
26848         * tests/unictype/test-categ_Z.c: Likewise.
26849         * tests/unictype/test-categ_Zl.c: Likewise.
26850         * tests/unictype/test-categ_Zp.c: Likewise.
26851         * tests/unictype/test-categ_Zs.c: Likewise.
26852         * tests/unictype/test-ctype_alnum.c: Likewise.
26853         * tests/unictype/test-ctype_alpha.c: Likewise.
26854         * tests/unictype/test-ctype_blank.c: Likewise.
26855         * tests/unictype/test-ctype_cntrl.c: Likewise.
26856         * tests/unictype/test-ctype_digit.c: Likewise.
26857         * tests/unictype/test-ctype_graph.c: Likewise.
26858         * tests/unictype/test-ctype_lower.c: Likewise.
26859         * tests/unictype/test-ctype_print.c: Likewise.
26860         * tests/unictype/test-ctype_punct.c: Likewise.
26861         * tests/unictype/test-ctype_space.c: Likewise.
26862         * tests/unictype/test-ctype_upper.c: Likewise.
26863         * tests/unictype/test-ctype_xdigit.c: Likewise.
26864         * tests/unictype/test-decdigit.h: Likewise.
26865         * tests/unictype/test-digit.h: Likewise.
26866         * tests/unictype/test-numeric.h: Likewise.
26867         * tests/unictype/test-pr_alphabetic.c: Likewise.
26868         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
26869         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
26870         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
26871         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
26872         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
26873         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
26874         * tests/unictype/test-pr_bidi_control.c: Likewise.
26875         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
26876         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
26877         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
26878         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
26879         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
26880         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
26881         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
26882         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
26883         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
26884         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
26885         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
26886         * tests/unictype/test-pr_combining.c: Likewise.
26887         * tests/unictype/test-pr_composite.c: Likewise.
26888         * tests/unictype/test-pr_currency_symbol.c: Likewise.
26889         * tests/unictype/test-pr_dash.c: Likewise.
26890         * tests/unictype/test-pr_decimal_digit.c: Likewise.
26891         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
26892         * tests/unictype/test-pr_deprecated.c: Likewise.
26893         * tests/unictype/test-pr_diacritic.c: Likewise.
26894         * tests/unictype/test-pr_extender.c: Likewise.
26895         * tests/unictype/test-pr_format_control.c: Likewise.
26896         * tests/unictype/test-pr_grapheme_base.c: Likewise.
26897         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
26898         * tests/unictype/test-pr_grapheme_link.c: Likewise.
26899         * tests/unictype/test-pr_hex_digit.c: Likewise.
26900         * tests/unictype/test-pr_hyphen.c: Likewise.
26901         * tests/unictype/test-pr_id_continue.c: Likewise.
26902         * tests/unictype/test-pr_id_start.c: Likewise.
26903         * tests/unictype/test-pr_ideographic.c: Likewise.
26904         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
26905         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
26906         * tests/unictype/test-pr_ignorable_control.c: Likewise.
26907         * tests/unictype/test-pr_iso_control.c: Likewise.
26908         * tests/unictype/test-pr_join_control.c: Likewise.
26909         * tests/unictype/test-pr_left_of_pair.c: Likewise.
26910         * tests/unictype/test-pr_line_separator.c: Likewise.
26911         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
26912         * tests/unictype/test-pr_lowercase.c: Likewise.
26913         * tests/unictype/test-pr_math.c: Likewise.
26914         * tests/unictype/test-pr_non_break.c: Likewise.
26915         * tests/unictype/test-pr_not_a_character.c: Likewise.
26916         * tests/unictype/test-pr_numeric.c: Likewise.
26917         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
26918         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
26919         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
26920         * tests/unictype/test-pr_other_id_continue.c: Likewise.
26921         * tests/unictype/test-pr_other_id_start.c: Likewise.
26922         * tests/unictype/test-pr_other_lowercase.c: Likewise.
26923         * tests/unictype/test-pr_other_math.c: Likewise.
26924         * tests/unictype/test-pr_other_uppercase.c: Likewise.
26925         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
26926         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
26927         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
26928         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
26929         * tests/unictype/test-pr_private_use.c: Likewise.
26930         * tests/unictype/test-pr_punctuation.c: Likewise.
26931         * tests/unictype/test-pr_quotation_mark.c: Likewise.
26932         * tests/unictype/test-pr_radical.c: Likewise.
26933         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
26934         * tests/unictype/test-pr_soft_dotted.c: Likewise.
26935         * tests/unictype/test-pr_space.c: Likewise.
26936         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
26937         * tests/unictype/test-pr_titlecase.c: Likewise.
26938         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
26939         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
26940         * tests/unictype/test-pr_uppercase.c: Likewise.
26941         * tests/unictype/test-pr_variation_selector.c: Likewise.
26942         * tests/unictype/test-pr_white_space.c: Likewise.
26943         * tests/unictype/test-pr_xid_continue.c: Likewise.
26944         * tests/unictype/test-pr_xid_start.c: Likewise.
26945         * tests/unictype/test-pr_zero_width.c: Likewise.
26946         * tests/unictype/test-sy_c_whitespace.c: Likewise.
26947         * tests/unictype/test-sy_java_whitespace.c: Likewise.
26948
26949 2007-11-12  Bruno Haible  <bruno@clisp.org>
26950
26951         Unicode character classification functions.
26952         * lib/unictype.h: New file.
26953         * modules/unictype/base: New file.
26954         * modules/unictype/category-L: New file.
26955         * modules/unictype/category-Lu: New file.
26956         * modules/unictype/category-Ll: New file.
26957         * modules/unictype/category-Lt: New file.
26958         * modules/unictype/category-Lm: New file.
26959         * modules/unictype/category-Lo: New file.
26960         * modules/unictype/category-M: New file.
26961         * modules/unictype/category-Mn: New file.
26962         * modules/unictype/category-Mc: New file.
26963         * modules/unictype/category-Me: New file.
26964         * modules/unictype/category-N: New file.
26965         * modules/unictype/category-Nd: New file.
26966         * modules/unictype/category-Nl: New file.
26967         * modules/unictype/category-No: New file.
26968         * modules/unictype/category-P: New file.
26969         * modules/unictype/category-Pc: New file.
26970         * modules/unictype/category-Pd: New file.
26971         * modules/unictype/category-Ps: New file.
26972         * modules/unictype/category-Pe: New file.
26973         * modules/unictype/category-Pi: New file.
26974         * modules/unictype/category-Pf: New file.
26975         * modules/unictype/category-Po: New file.
26976         * modules/unictype/category-S: New file.
26977         * modules/unictype/category-Sm: New file.
26978         * modules/unictype/category-Sc: New file.
26979         * modules/unictype/category-Sk: New file.
26980         * modules/unictype/category-So: New file.
26981         * modules/unictype/category-Z: New file.
26982         * modules/unictype/category-Zs: New file.
26983         * modules/unictype/category-Zl: New file.
26984         * modules/unictype/category-Zp: New file.
26985         * modules/unictype/category-C: New file.
26986         * modules/unictype/category-Cc: New file.
26987         * modules/unictype/category-Cf: New file.
26988         * modules/unictype/category-Cs: New file.
26989         * modules/unictype/category-Co: New file.
26990         * modules/unictype/category-Cn: New file.
26991         * modules/unictype/category-or: New file.
26992         * modules/unictype/category-of: New file.
26993         * modules/unictype/category-test: New file.
26994         * modules/unictype/category-test-withtable: New file.
26995         * modules/unictype/category-byname: New file.
26996         * modules/unictype/category-none: New file.
26997         * modules/unictype/category-and: New file.
26998         * modules/unictype/category-and-not: New file.
26999         * modules/unictype/category-name: New file.
27000         * modules/unictype/combining-class: New file.
27001         * modules/unictype/category-all: New file.
27002         * modules/unictype/bidicategory-all: New file.
27003         * modules/unictype/bidicategory-byname: New file.
27004         * modules/unictype/bidicategory-name: New file.
27005         * modules/unictype/bidicategory-of: New file.
27006         * modules/unictype/bidicategory-test: New file.
27007         * modules/unictype/decimal-digit: New file.
27008         * modules/unictype/digit: New file.
27009         * modules/unictype/numeric: New file.
27010         * modules/unictype/mirror: New file.
27011         * modules/unictype/property-white-space: New file.
27012         * modules/unictype/property-alphabetic: New file.
27013         * modules/unictype/property-other-alphabetic: New file.
27014         * modules/unictype/property-not-a-character: New file.
27015         * modules/unictype/property-default-ignorable-code-point: New file.
27016         * modules/unictype/property-other-default-ignorable-code-point: New
27017         file.
27018         * modules/unictype/property-deprecated: New file.
27019         * modules/unictype/property-logical-order-exception: New file.
27020         * modules/unictype/property-variation-selector: New file.
27021         * modules/unictype/property-private-use: New file.
27022         * modules/unictype/property-unassigned-code-value: New file.
27023         * modules/unictype/property-uppercase: New file.
27024         * modules/unictype/property-other-uppercase: New file.
27025         * modules/unictype/property-lowercase: New file.
27026         * modules/unictype/property-other-lowercase: New file.
27027         * modules/unictype/property-titlecase: New file.
27028         * modules/unictype/property-soft-dotted: New file.
27029         * modules/unictype/property-id-start: New file.
27030         * modules/unictype/property-other-id-start: New file.
27031         * modules/unictype/property-id-continue: New file.
27032         * modules/unictype/property-other-id-continue: New file.
27033         * modules/unictype/property-xid-start: New file.
27034         * modules/unictype/property-xid-continue: New file.
27035         * modules/unictype/property-pattern-white-space: New file.
27036         * modules/unictype/property-pattern-syntax: New file.
27037         * modules/unictype/property-join-control: New file.
27038         * modules/unictype/property-grapheme-base: New file.
27039         * modules/unictype/property-grapheme-extend: New file.
27040         * modules/unictype/property-other-grapheme-extend: New file.
27041         * modules/unictype/property-grapheme-link: New file.
27042         * modules/unictype/property-bidi-control: New file.
27043         * modules/unictype/property-bidi-left-to-right: New file.
27044         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
27045         * modules/unictype/property-bidi-arabic-right-to-left: New file.
27046         * modules/unictype/property-bidi-european-digit: New file.
27047         * modules/unictype/property-bidi-eur-num-separator: New file.
27048         * modules/unictype/property-bidi-eur-num-terminator: New file.
27049         * modules/unictype/property-bidi-arabic-digit: New file.
27050         * modules/unictype/property-bidi-common-separator: New file.
27051         * modules/unictype/property-bidi-block-separator: New file.
27052         * modules/unictype/property-bidi-segment-separator: New file.
27053         * modules/unictype/property-bidi-whitespace: New file.
27054         * modules/unictype/property-bidi-non-spacing-mark: New file.
27055         * modules/unictype/property-bidi-boundary-neutral: New file.
27056         * modules/unictype/property-bidi-pdf: New file.
27057         * modules/unictype/property-bidi-embedding-or-override: New file.
27058         * modules/unictype/property-bidi-other-neutral: New file.
27059         * modules/unictype/property-hex-digit: New file.
27060         * modules/unictype/property-ascii-hex-digit: New file.
27061         * modules/unictype/property-ideographic: New file.
27062         * modules/unictype/property-unified-ideograph: New file.
27063         * modules/unictype/property-radical: New file.
27064         * modules/unictype/property-ids-binary-operator: New file.
27065         * modules/unictype/property-ids-trinary-operator: New file.
27066         * modules/unictype/property-zero-width: New file.
27067         * modules/unictype/property-space: New file.
27068         * modules/unictype/property-non-break: New file.
27069         * modules/unictype/property-iso-control: New file.
27070         * modules/unictype/property-format-control: New file.
27071         * modules/unictype/property-dash: New file.
27072         * modules/unictype/property-hyphen: New file.
27073         * modules/unictype/property-punctuation: New file.
27074         * modules/unictype/property-line-separator: New file.
27075         * modules/unictype/property-paragraph-separator: New file.
27076         * modules/unictype/property-quotation-mark: New file.
27077         * modules/unictype/property-sentence-terminal: New file.
27078         * modules/unictype/property-terminal-punctuation: New file.
27079         * modules/unictype/property-currency-symbol: New file.
27080         * modules/unictype/property-math: New file.
27081         * modules/unictype/property-other-math: New file.
27082         * modules/unictype/property-paired-punctuation: New file.
27083         * modules/unictype/property-left-of-pair: New file.
27084         * modules/unictype/property-combining: New file.
27085         * modules/unictype/property-composite: New file.
27086         * modules/unictype/property-decimal-digit: New file.
27087         * modules/unictype/property-numeric: New file.
27088         * modules/unictype/property-diacritic: New file.
27089         * modules/unictype/property-extender: New file.
27090         * modules/unictype/property-ignorable-control: New file.
27091         * modules/unictype/property-test: New file.
27092         * modules/unictype/property-byname: New file.
27093         * modules/unictype/property-all: New file.
27094         * modules/unictype/scripts: New file.
27095         * modules/unictype/scripts-all: New file.
27096         * modules/unictype/block-of: New file.
27097         * modules/unictype/block-test: New file.
27098         * modules/unictype/block-list: New file.
27099         * modules/unictype/block-all: New file.
27100         * modules/unictype/syntax-c-whitespace: New file.
27101         * modules/unictype/syntax-java-whitespace: New file.
27102         * modules/unictype/syntax-c-ident: New file.
27103         * modules/unictype/syntax-java-ident: New file.
27104         * modules/unictype/ctype-alnum: New file.
27105         * modules/unictype/ctype-alpha: New file.
27106         * modules/unictype/ctype-cntrl: New file.
27107         * modules/unictype/ctype-digit: New file.
27108         * modules/unictype/ctype-graph: New file.
27109         * modules/unictype/ctype-lower: New file.
27110         * modules/unictype/ctype-print: New file.
27111         * modules/unictype/ctype-punct: New file.
27112         * modules/unictype/ctype-space: New file.
27113         * modules/unictype/ctype-upper: New file.
27114         * modules/unictype/ctype-xdigit: New file.
27115         * modules/unictype/ctype-blank: New file.
27116         * lib/unictype/bidi_byname.c: New file.
27117         * lib/unictype/bidi_name.c: New file.
27118         * lib/unictype/bidi_of.c: New file.
27119         * lib/unictype/bidi_test.c: New file.
27120         * lib/unictype/bitmap.h: New file.
27121         * lib/unictype/block_test.c: New file.
27122         * lib/unictype/blocks.c: New file.
27123         * lib/unictype/categ_C.c: New file.
27124         * lib/unictype/categ_Cc.c: New file.
27125         * lib/unictype/categ_Cf.c: New file.
27126         * lib/unictype/categ_Cn.c: New file.
27127         * lib/unictype/categ_Co.c: New file.
27128         * lib/unictype/categ_Cs.c: New file.
27129         * lib/unictype/categ_L.c: New file.
27130         * lib/unictype/categ_Ll.c: New file.
27131         * lib/unictype/categ_Lm.c: New file.
27132         * lib/unictype/categ_Lo.c: New file.
27133         * lib/unictype/categ_Lt.c: New file.
27134         * lib/unictype/categ_Lu.c: New file.
27135         * lib/unictype/categ_M.c: New file.
27136         * lib/unictype/categ_Mc.c: New file.
27137         * lib/unictype/categ_Me.c: New file.
27138         * lib/unictype/categ_Mn.c: New file.
27139         * lib/unictype/categ_N.c: New file.
27140         * lib/unictype/categ_Nd.c: New file.
27141         * lib/unictype/categ_Nl.c: New file.
27142         * lib/unictype/categ_No.c: New file.
27143         * lib/unictype/categ_P.c: New file.
27144         * lib/unictype/categ_Pc.c: New file.
27145         * lib/unictype/categ_Pd.c: New file.
27146         * lib/unictype/categ_Pe.c: New file.
27147         * lib/unictype/categ_Pf.c: New file.
27148         * lib/unictype/categ_Pi.c: New file.
27149         * lib/unictype/categ_Po.c: New file.
27150         * lib/unictype/categ_Ps.c: New file.
27151         * lib/unictype/categ_S.c: New file.
27152         * lib/unictype/categ_Sc.c: New file.
27153         * lib/unictype/categ_Sk.c: New file.
27154         * lib/unictype/categ_Sm.c: New file.
27155         * lib/unictype/categ_So.c: New file.
27156         * lib/unictype/categ_Z.c: New file.
27157         * lib/unictype/categ_Zl.c: New file.
27158         * lib/unictype/categ_Zp.c: New file.
27159         * lib/unictype/categ_Zs.c: New file.
27160         * lib/unictype/categ_and.c: New file.
27161         * lib/unictype/categ_and_not.c: New file.
27162         * lib/unictype/categ_byname.c: New file.
27163         * lib/unictype/categ_name.c: New file.
27164         * lib/unictype/categ_none.c: New file.
27165         * lib/unictype/categ_of.c: New file.
27166         * lib/unictype/categ_or.c: New file.
27167         * lib/unictype/categ_test.c: New file.
27168         * lib/unictype/combining.c: New file.
27169         * lib/unictype/ctype_alnum.c: New file.
27170         * lib/unictype/ctype_alpha.c: New file.
27171         * lib/unictype/ctype_blank.c: New file.
27172         * lib/unictype/ctype_cntrl.c: New file.
27173         * lib/unictype/ctype_digit.c: New file.
27174         * lib/unictype/ctype_graph.c: New file.
27175         * lib/unictype/ctype_lower.c: New file.
27176         * lib/unictype/ctype_print.c: New file.
27177         * lib/unictype/ctype_punct.c: New file.
27178         * lib/unictype/ctype_space.c: New file.
27179         * lib/unictype/ctype_upper.c: New file.
27180         * lib/unictype/ctype_xdigit.c: New file.
27181         * lib/unictype/decdigit.c: New file.
27182         * lib/unictype/digit.c: New file.
27183         * lib/unictype/identsyntaxmap.h: New file.
27184         * lib/unictype/mirror.c: New file.
27185         * lib/unictype/numeric.c: New file.
27186         * lib/unictype/pr_alphabetic.c: New file.
27187         * lib/unictype/pr_ascii_hex_digit.c: New file.
27188         * lib/unictype/pr_bidi_arabic_digit.c: New file.
27189         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
27190         * lib/unictype/pr_bidi_block_separator.c: New file.
27191         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
27192         * lib/unictype/pr_bidi_common_separator.c: New file.
27193         * lib/unictype/pr_bidi_control.c: New file.
27194         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
27195         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
27196         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
27197         * lib/unictype/pr_bidi_european_digit.c: New file.
27198         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
27199         * lib/unictype/pr_bidi_left_to_right.c: New file.
27200         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
27201         * lib/unictype/pr_bidi_other_neutral.c: New file.
27202         * lib/unictype/pr_bidi_pdf.c: New file.
27203         * lib/unictype/pr_bidi_segment_separator.c: New file.
27204         * lib/unictype/pr_bidi_whitespace.c: New file.
27205         * lib/unictype/pr_byname.c: New file.
27206         * lib/unictype/pr_byname.gperf: New file.
27207         * lib/unictype/pr_combining.c: New file.
27208         * lib/unictype/pr_composite.c: New file.
27209         * lib/unictype/pr_currency_symbol.c: New file.
27210         * lib/unictype/pr_dash.c: New file.
27211         * lib/unictype/pr_decimal_digit.c: New file.
27212         * lib/unictype/pr_default_ignorable_code_point.c: New file.
27213         * lib/unictype/pr_deprecated.c: New file.
27214         * lib/unictype/pr_diacritic.c: New file.
27215         * lib/unictype/pr_extender.c: New file.
27216         * lib/unictype/pr_format_control.c: New file.
27217         * lib/unictype/pr_grapheme_base.c: New file.
27218         * lib/unictype/pr_grapheme_extend.c: New file.
27219         * lib/unictype/pr_grapheme_link.c: New file.
27220         * lib/unictype/pr_hex_digit.c: New file.
27221         * lib/unictype/pr_hyphen.c: New file.
27222         * lib/unictype/pr_id_continue.c: New file.
27223         * lib/unictype/pr_id_start.c: New file.
27224         * lib/unictype/pr_ideographic.c: New file.
27225         * lib/unictype/pr_ids_binary_operator.c: New file.
27226         * lib/unictype/pr_ids_trinary_operator.c: New file.
27227         * lib/unictype/pr_ignorable_control.c: New file.
27228         * lib/unictype/pr_iso_control.c: New file.
27229         * lib/unictype/pr_join_control.c: New file.
27230         * lib/unictype/pr_left_of_pair.c: New file.
27231         * lib/unictype/pr_line_separator.c: New file.
27232         * lib/unictype/pr_logical_order_exception.c: New file.
27233         * lib/unictype/pr_lowercase.c: New file.
27234         * lib/unictype/pr_math.c: New file.
27235         * lib/unictype/pr_non_break.c: New file.
27236         * lib/unictype/pr_not_a_character.c: New file.
27237         * lib/unictype/pr_numeric.c: New file.
27238         * lib/unictype/pr_other_alphabetic.c: New file.
27239         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
27240         * lib/unictype/pr_other_grapheme_extend.c: New file.
27241         * lib/unictype/pr_other_id_continue.c: New file.
27242         * lib/unictype/pr_other_id_start.c: New file.
27243         * lib/unictype/pr_other_lowercase.c: New file.
27244         * lib/unictype/pr_other_math.c: New file.
27245         * lib/unictype/pr_other_uppercase.c: New file.
27246         * lib/unictype/pr_paired_punctuation.c: New file.
27247         * lib/unictype/pr_paragraph_separator.c: New file.
27248         * lib/unictype/pr_pattern_syntax.c: New file.
27249         * lib/unictype/pr_pattern_white_space.c: New file.
27250         * lib/unictype/pr_private_use.c: New file.
27251         * lib/unictype/pr_punctuation.c: New file.
27252         * lib/unictype/pr_quotation_mark.c: New file.
27253         * lib/unictype/pr_radical.c: New file.
27254         * lib/unictype/pr_sentence_terminal.c: New file.
27255         * lib/unictype/pr_soft_dotted.c: New file.
27256         * lib/unictype/pr_space.c: New file.
27257         * lib/unictype/pr_terminal_punctuation.c: New file.
27258         * lib/unictype/pr_test.c: New file.
27259         * lib/unictype/pr_titlecase.c: New file.
27260         * lib/unictype/pr_unassigned_code_value.c: New file.
27261         * lib/unictype/pr_unified_ideograph.c: New file.
27262         * lib/unictype/pr_uppercase.c: New file.
27263         * lib/unictype/pr_variation_selector.c: New file.
27264         * lib/unictype/pr_white_space.c: New file.
27265         * lib/unictype/pr_xid_continue.c: New file.
27266         * lib/unictype/pr_xid_start.c: New file.
27267         * lib/unictype/pr_zero_width.c: New file.
27268         * lib/unictype/scripts.c: New file.
27269         * lib/unictype/sy_c_ident.c: New file.
27270         * lib/unictype/sy_c_whitespace.c: New file.
27271         * lib/unictype/sy_java_ident.c: New file.
27272         * lib/unictype/sy_java_whitespace.c: New file.
27273
27274         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
27275         Unicode 5.0.0.
27276         * lib/unictype/blocks.h: Likewise.
27277         * lib/unictype/categ_C.h: Likewise.
27278         * lib/unictype/categ_Cc.h: Likewise.
27279         * lib/unictype/categ_Cf.h: Likewise.
27280         * lib/unictype/categ_Cn.h: Likewise.
27281         * lib/unictype/categ_Co.h: Likewise.
27282         * lib/unictype/categ_Cs.h: Likewise.
27283         * lib/unictype/categ_L.h: Likewise.
27284         * lib/unictype/categ_Ll.h: Likewise.
27285         * lib/unictype/categ_Lm.h: Likewise.
27286         * lib/unictype/categ_Lo.h: Likewise.
27287         * lib/unictype/categ_Lt.h: Likewise.
27288         * lib/unictype/categ_Lu.h: Likewise.
27289         * lib/unictype/categ_M.h: Likewise.
27290         * lib/unictype/categ_Mc.h: Likewise.
27291         * lib/unictype/categ_Me.h: Likewise.
27292         * lib/unictype/categ_Mn.h: Likewise.
27293         * lib/unictype/categ_N.h: Likewise.
27294         * lib/unictype/categ_Nd.h: Likewise.
27295         * lib/unictype/categ_Nl.h: Likewise.
27296         * lib/unictype/categ_No.h: Likewise.
27297         * lib/unictype/categ_P.h: Likewise.
27298         * lib/unictype/categ_Pc.h: Likewise.
27299         * lib/unictype/categ_Pd.h: Likewise.
27300         * lib/unictype/categ_Pe.h: Likewise.
27301         * lib/unictype/categ_Pf.h: Likewise.
27302         * lib/unictype/categ_Pi.h: Likewise.
27303         * lib/unictype/categ_Po.h: Likewise.
27304         * lib/unictype/categ_Ps.h: Likewise.
27305         * lib/unictype/categ_S.h: Likewise.
27306         * lib/unictype/categ_Sc.h: Likewise.
27307         * lib/unictype/categ_Sk.h: Likewise.
27308         * lib/unictype/categ_Sm.h: Likewise.
27309         * lib/unictype/categ_So.h: Likewise.
27310         * lib/unictype/categ_Z.h: Likewise.
27311         * lib/unictype/categ_Zl.h: Likewise.
27312         * lib/unictype/categ_Zp.h: Likewise.
27313         * lib/unictype/categ_Zs.h: Likewise.
27314         * lib/unictype/categ_of.h: Likewise.
27315         * lib/unictype/combining.h: Likewise.
27316         * lib/unictype/ctype_alnum.h: Likewise.
27317         * lib/unictype/ctype_alpha.h: Likewise.
27318         * lib/unictype/ctype_blank.h: Likewise.
27319         * lib/unictype/ctype_cntrl.h: Likewise.
27320         * lib/unictype/ctype_digit.h: Likewise.
27321         * lib/unictype/ctype_graph.h: Likewise.
27322         * lib/unictype/ctype_lower.h: Likewise.
27323         * lib/unictype/ctype_print.h: Likewise.
27324         * lib/unictype/ctype_punct.h: Likewise.
27325         * lib/unictype/ctype_space.h: Likewise.
27326         * lib/unictype/ctype_upper.h: Likewise.
27327         * lib/unictype/ctype_xdigit.h: Likewise.
27328         * lib/unictype/decdigit.h: Likewise.
27329         * lib/unictype/digit.h: Likewise.
27330         * lib/unictype/mirror.h: Likewise.
27331         * lib/unictype/numeric.h: Likewise.
27332         * lib/unictype/pr_alphabetic.h: Likewise.
27333         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
27334         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
27335         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
27336         * lib/unictype/pr_bidi_block_separator.h: Likewise.
27337         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
27338         * lib/unictype/pr_bidi_common_separator.h: Likewise.
27339         * lib/unictype/pr_bidi_control.h: Likewise.
27340         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
27341         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
27342         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
27343         * lib/unictype/pr_bidi_european_digit.h: Likewise.
27344         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
27345         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
27346         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
27347         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
27348         * lib/unictype/pr_bidi_pdf.h: Likewise.
27349         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
27350         * lib/unictype/pr_bidi_whitespace.h: Likewise.
27351         * lib/unictype/pr_combining.h: Likewise.
27352         * lib/unictype/pr_composite.h: Likewise.
27353         * lib/unictype/pr_currency_symbol.h: Likewise.
27354         * lib/unictype/pr_dash.h: Likewise.
27355         * lib/unictype/pr_decimal_digit.h: Likewise.
27356         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
27357         * lib/unictype/pr_deprecated.h: Likewise.
27358         * lib/unictype/pr_diacritic.h: Likewise.
27359         * lib/unictype/pr_extender.h: Likewise.
27360         * lib/unictype/pr_format_control.h: Likewise.
27361         * lib/unictype/pr_grapheme_base.h: Likewise.
27362         * lib/unictype/pr_grapheme_extend.h: Likewise.
27363         * lib/unictype/pr_grapheme_link.h: Likewise.
27364         * lib/unictype/pr_hex_digit.h: Likewise.
27365         * lib/unictype/pr_hyphen.h: Likewise.
27366         * lib/unictype/pr_id_continue.h: Likewise.
27367         * lib/unictype/pr_id_start.h: Likewise.
27368         * lib/unictype/pr_ideographic.h: Likewise.
27369         * lib/unictype/pr_ids_binary_operator.h: Likewise.
27370         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
27371         * lib/unictype/pr_ignorable_control.h: Likewise.
27372         * lib/unictype/pr_iso_control.h: Likewise.
27373         * lib/unictype/pr_join_control.h: Likewise.
27374         * lib/unictype/pr_left_of_pair.h: Likewise.
27375         * lib/unictype/pr_line_separator.h: Likewise.
27376         * lib/unictype/pr_logical_order_exception.h: Likewise.
27377         * lib/unictype/pr_lowercase.h: Likewise.
27378         * lib/unictype/pr_math.h: Likewise.
27379         * lib/unictype/pr_non_break.h: Likewise.
27380         * lib/unictype/pr_not_a_character.h: Likewise.
27381         * lib/unictype/pr_numeric.h: Likewise.
27382         * lib/unictype/pr_other_alphabetic.h: Likewise.
27383         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
27384         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
27385         * lib/unictype/pr_other_id_continue.h: Likewise.
27386         * lib/unictype/pr_other_id_start.h: Likewise.
27387         * lib/unictype/pr_other_lowercase.h: Likewise.
27388         * lib/unictype/pr_other_math.h: Likewise.
27389         * lib/unictype/pr_other_uppercase.h: Likewise.
27390         * lib/unictype/pr_paired_punctuation.h: Likewise.
27391         * lib/unictype/pr_paragraph_separator.h: Likewise.
27392         * lib/unictype/pr_pattern_syntax.h: Likewise.
27393         * lib/unictype/pr_pattern_white_space.h: Likewise.
27394         * lib/unictype/pr_private_use.h: Likewise.
27395         * lib/unictype/pr_punctuation.h: Likewise.
27396         * lib/unictype/pr_quotation_mark.h: Likewise.
27397         * lib/unictype/pr_radical.h: Likewise.
27398         * lib/unictype/pr_sentence_terminal.h: Likewise.
27399         * lib/unictype/pr_soft_dotted.h: Likewise.
27400         * lib/unictype/pr_space.h: Likewise.
27401         * lib/unictype/pr_terminal_punctuation.h: Likewise.
27402         * lib/unictype/pr_titlecase.h: Likewise.
27403         * lib/unictype/pr_unassigned_code_value.h: Likewise.
27404         * lib/unictype/pr_unified_ideograph.h: Likewise.
27405         * lib/unictype/pr_uppercase.h: Likewise.
27406         * lib/unictype/pr_variation_selector.h: Likewise.
27407         * lib/unictype/pr_white_space.h: Likewise.
27408         * lib/unictype/pr_xid_continue.h: Likewise.
27409         * lib/unictype/pr_xid_start.h: Likewise.
27410         * lib/unictype/pr_zero_width.h: Likewise.
27411         * lib/unictype/scripts.h: Likewise.
27412         * lib/unictype/scripts_byname.gperf: Likewise.
27413         * lib/unictype/sy_c_ident.h: Likewise.
27414         * lib/unictype/sy_c_whitespace.h: Likewise.
27415         * lib/unictype/sy_java_ident.h: Likewise.
27416         * lib/unictype/sy_java_whitespace.h: Likewise.
27417
27418         * lib/unictype/Makefile: New file.
27419         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
27420         glibc.
27421         * lib/unictype/3level.h: New file, copied from glibc.
27422         * lib/unictype/3levelbit.h: New file.
27423
27424 2007-11-11  Bruno Haible  <bruno@clisp.org>
27425
27426         * modules/gperf: New file.
27427         * modules/iconv_open (Depends-on): Add it.
27428         (Makefile.am): Remove the GPERF definition.
27429
27430 2007-11-11  Bruno Haible  <bruno@clisp.org>
27431
27432         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
27433         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
27434
27435 2007-11-11  Bruno Haible  <bruno@clisp.org>
27436
27437         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
27438         (usage): Remove function.
27439
27440 2007-11-11  Bruno Haible  <bruno@clisp.org>
27441
27442         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
27443         gl_FUNC_CEILF_LIBS.
27444         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
27445         gl_FUNC_CEIL_LIBS.
27446         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
27447         gl_FUNC_CEILL_LIBS.
27448         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
27449         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
27450         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
27451
27452 2007-11-11  Bruno Haible  <bruno@clisp.org>
27453
27454         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
27455         roundf were declared but do not exist on functions.
27456         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
27457         roundl were declared but do not exist on functions.
27458         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
27459         HAVE_FLOORL_AND_CEILL, respectively.
27460         Needed for Sun C on Solaris 10.
27461
27462 2007-11-11  Bruno Haible  <bruno@clisp.org>
27463
27464         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
27465         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
27466         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
27467         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
27468         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
27469         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
27470         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
27471         HAVE_DECL_ROUNDF.
27472         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
27473         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
27474         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
27475         of HAVE_DECL_ROUND*.
27476         * modules/math (Makefile.am): Update.
27477
27478 2007-11-10  Bruno Haible  <bruno@clisp.org>
27479
27480         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
27481         ptrdiff_t as m4/intl.m4.
27482
27483 2007-11-10  Jim Meyering  <meyering@redhat.com>
27484
27485         Avoid link failure for the argmatch test.
27486         * tests/test-argmatch.c (usage): Define function to avoid a link
27487         failure: argmatch_die requires a usage function.
27488
27489 2007-11-09  Bruno Haible  <bruno@clisp.org>
27490
27491         * doc/functions/snprintf.texi: Mention BeOS deficiency.
27492         * doc/functions/vsnprintf.texi: Likewise.
27493         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
27494         with a size argument < 2.
27495
27496 2007-11-09  Bruno Haible  <bruno@clisp.org>
27497
27498         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
27499         buffer. Fixes an inefficiency introduced on 2007-11-03.
27500
27501 2007-11-09  Bruno Haible  <bruno@clisp.org>
27502
27503         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
27504         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
27505
27506 2007-11-08  Jim Meyering  <meyering@redhat.com>
27507
27508         Change cache variable name prefix "jm_" to "gl_" everywhere.
27509         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
27510         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
27511         * m4/uptime.m4: s/gl_/jm_/
27512
27513 2007-11-07  Bruno Haible  <bruno@clisp.org>
27514
27515         Update to GNU gettext 0.17.
27516         * m4/intl.m4: Update to GNU gettext 0.17.
27517         * m4/po.m4: Likewise.
27518         * modules/gettext (Files): Remove m4/ulonglong.m4.
27519         (configure.ac): Require gettext infrastructure from version 0.17.
27520
27521 2007-11-06  Bruno Haible  <bruno@clisp.org>
27522
27523         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
27524         symbolic values are not defined in a public header.
27525         * lib/freadable.c (freadable) [QNX]: Likewise.
27526         * lib/freadahead.c (freadahead) [QNX]: Likewise.
27527         * lib/freading.c (freading) [QNX]: Likewise.
27528         * lib/fseterr.c (fseterr) [QNX]: Likewise.
27529         * lib/fwritable.c (fwritable) [QNX]: Likewise.
27530         * lib/fwriting.c (fwriting) [QNX]: Likewise.
27531         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
27532         Reported by Alain Magloire.
27533
27534         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
27535
27536 2007-11-05  Bruno Haible  <bruno@clisp.org>
27537
27538         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
27539         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
27540         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
27541         Reported by Eric Blake.
27542
27543 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27544             Bruno Haible  <bruno@clisp.org>
27545
27546         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
27547         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
27548         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
27549         (malloc): Undefine also before including <stdlib.h>.
27550         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
27551         Needed on OSF/1 4.0.
27552
27553 2007-11-05  Jim Meyering  <meyering@redhat.com>
27554
27555         git-version-gen: sync from coreutils.
27556         * build-aux/git-version-gen: Add comments.
27557         Change the first '-' to '.' in the snapshot version string,
27558         e.g., 6.9-377-08144 -> 6.9.377-08144
27559         Remove first parameter.
27560         Don't declare a version "-dirty" merely because a time
27561         stamp has changed.
27562
27563 2007-11-04  Bruno Haible  <bruno@clisp.org>
27564
27565         * lib/lock.h: Protect all macro definitions containing an 'if'
27566         statement through a "do { ... } while (0)".
27567         * lib/tls.h: Likewise.
27568
27569 2007-11-04  Bruno Haible  <bruno@clisp.org>
27570
27571         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
27572
27573 2007-11-04  Bruno Haible  <bruno@clisp.org>
27574
27575         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
27576         * modules/fprintf-posix (Depends-on): Add nocrash.
27577         * modules/snprintf-posix (Depends-on): Likewise.
27578         * modules/sprintf-posix (Depends-on): Likewise.
27579         * modules/vasnprintf-posix (Depends-on): Likewise.
27580         * modules/vasprintf-posix (Depends-on): Likewise.
27581         * modules/vfprintf-posix (Depends-on): Likewise.
27582         * modules/vsnprintf-posix (Depends-on): Likewise.
27583         * modules/vsprintf-posix (Depends-on): Likewise.
27584         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27585         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27586         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27587         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27588         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27589         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27590         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27591
27592 2007-11-04  Bruno Haible  <bruno@clisp.org>
27593
27594         * modules/nocrash: New file.
27595         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
27596         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
27597
27598 2007-11-04  Bruno Haible  <bruno@clisp.org>
27599
27600         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
27601         precision handling.
27602         * tests/test-vasprintf-posix.c (test_function): Likewise.
27603         * tests/test-snprintf-posix.h (test_function): Likewise.
27604         * tests/test-sprintf-posix.h (test_function): Likewise.
27605
27606         Fix *printf behaviour for large precisions on mingw and BeOS.
27607         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
27608         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
27609         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
27610         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27611         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27612         gl_PRINTF_PRECISION and test its result. Invoke
27613         gl_PREREQ_VASNPRINTF_PRECISION.
27614         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27615         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27616         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27617         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27618         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27619         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27620         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27621         * doc/functions/fprintf.texi: Update.
27622         * doc/functions/printf.texi: Update.
27623         * doc/functions/snprintf.texi: Update.
27624         * doc/functions/sprintf.texi: Update.
27625         * doc/functions/vfprintf.texi: Update.
27626         * doc/functions/vprintf.texi: Update.
27627         * doc/functions/vsnprintf.texi: Update.
27628         * doc/functions/vsprintf.texi: Update.
27629
27630 2007-11-04  Bruno Haible  <bruno@clisp.org>
27631
27632         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
27633
27634 2007-11-04  Bruno Haible  <bruno@clisp.org>
27635
27636         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
27637         Reported by Sylvain Beucler <beuc@gnu.org>.
27638
27639 2007-11-03  Bruno Haible  <bruno@clisp.org>
27640
27641         * tests/test-fprintf-posix2.sh: New file.
27642         * tests/test-fprintf-posix2.c: New file.
27643         * modules/fprintf-posix-tests (Files): Add them.
27644         (TESTS): Add test-fprintf-posix2.sh.
27645         (configure.ac): Check for getrlimit and setrlimit.
27646         (check_PROGRAMS): Add test-fprintf-posix2.
27647
27648         * tests/test-printf-posix2.sh: New file.
27649         * tests/test-printf-posix2.c: New file.
27650         * modules/printf-posix-tests (Files): Add them.
27651         (TESTS): Add test-printf-posix2.sh.
27652         (configure.ac): Check for getrlimit and setrlimit.
27653         (check_PROGRAMS): Add test-printf-posix2.
27654
27655         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
27656         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
27657         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
27658         (decode_double): New function, copied from decode_long_double.
27659         (scale10_round_decimal_decoded): New function, extracted from
27660         scale10_round_decimal_long_double.
27661         (scale10_round_decimal_long_double): Use it.
27662         (scale10_round_decimal_double): New function.
27663         (floorlog10): New function.
27664         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
27665         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
27666         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27667         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27668         gl_PRINTF_ENOMEM and test its result. Invoke
27669         gl_PREREQ_VASNPRINTF_ENOMEM.
27670         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27671         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27672         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27673         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27674         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27675         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27676         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27677         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
27678         * modules/snprintf-posix (Depends-on): Likewise.
27679         * modules/sprintf-posix (Depends-on): Likewise.
27680         * modules/vasnprintf-posix (Depends-on): Likewise.
27681         * modules/vasprintf-posix (Depends-on): Likewise.
27682         * modules/vfprintf-posix (Depends-on): Likewise.
27683         * modules/vsnprintf-posix (Depends-on): Likewise.
27684         * modules/vsprintf-posix (Depends-on): Likewise.
27685         * doc/functions/fprintf.texi: Update.
27686         * doc/functions/printf.texi: Update.
27687         * doc/functions/snprintf.texi: Update.
27688         * doc/functions/sprintf.texi: Update.
27689         * doc/functions/vfprintf.texi: Update.
27690         * doc/functions/vprintf.texi: Update.
27691         * doc/functions/vsnprintf.texi: Update.
27692         * doc/functions/vsprintf.texi: Update.
27693
27694 2007-11-03  Bruno Haible  <bruno@clisp.org>
27695
27696         * modules/frexp-nolibm-tests: New file.
27697
27698         * modules/frexp-nolibm: New file.
27699         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
27700
27701 2007-11-03  Bruno Haible  <bruno@clisp.org>
27702
27703         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
27704         value is C99 compliant.
27705         Needed for OSF/1 5.1.
27706
27707 2007-11-03  Bruno Haible  <bruno@clisp.org>
27708
27709         Fix out-of-memory handling of vasnprintf.
27710         * lib/printf-parse.c: Include <errno.h>.
27711         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
27712         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
27713         is already set.
27714
27715 2007-11-02  Eric Blake  <ebb9@byu.net>
27716
27717         Fix tests on cygwin.
27718         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
27719
27720 2007-11-01  Bruno Haible  <bruno@clisp.org>
27721
27722         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
27723         warning.
27724         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
27725         needed for POSIX compatibility.
27726
27727 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
27728
27729         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
27730         for compatibility with GNU.
27731
27732 2007-11-01  Bruno Haible  <bruno@clisp.org>
27733
27734         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
27735         (putenv): Renamed from rpl_putenv. Change argument type from
27736         'const char *' to 'char *'.
27737         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
27738         of defining putenv in config.h, just set REPLACE_PUTENV.
27739         * modules/putenv (Depends-on): Add stdlib.
27740         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
27741         (Include): Use <stdlib.h>.
27742         * lib/stdlib.in.h (putenv): New declaration.
27743         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
27744         REPLACE_PUTENV.
27745         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
27746         REPLACE_PUTENV.
27747         Needed for MacOS X 10.5.0.
27748         Reported by Peter O'Gorman <peter@pogma.com>.
27749
27750 2007-11-01  Jim Meyering  <meyering@redhat.com>
27751
27752         Treat an empty date string exactly like "0".
27753         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
27754         if the remaining date string (to be parsed) is empty, use "0".
27755         Reported by Mischa Molhoek and discussed in this thread:
27756         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
27757
27758 2007-10-31  Bruno Haible  <bruno@clisp.org>
27759
27760         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
27761         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
27762         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
27763         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
27764         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
27765         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
27766
27767 2007-10-31  Bruno Haible  <bruno@clisp.org>
27768
27769         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
27770         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
27771         (AC_TYPE_LONG_LONG_INT): Use it.
27772         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
27773         it as well.
27774         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
27775         to m4/longlong.m4.
27776         * modules/stdint (Files): Remove m4/ulonglong.m4.
27777         * modules/strtoull (Files): Use m4/longlong.m4 instead of
27778         m4/ulonglong.m4.
27779         * modules/strtoumax (Files): Likewise.
27780
27781 2007-10-30  Bruno Haible  <bruno@clisp.org>
27782
27783         * modules/xvasprintf-posix: New file.
27784         Suggested by Eric Blake.
27785
27786 2007-10-30  Bruno Haible  <bruno@clisp.org>
27787
27788         * modules/xprintf-posix-tests: New file.
27789         * tests/test-xprintf-posix.sh: New file.
27790         * tests/test-xprintf-posix.c: New file.
27791         * tests/test-xfprintf-posix.c: New file.
27792
27793         * modules/xprintf-posix: New file.
27794
27795 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27796
27797         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
27798         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
27799         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
27800
27801 2007-10-29  Bruno Haible  <bruno@clisp.org>
27802
27803         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
27804         contain the special marker '_cv_'.
27805         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
27806         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
27807         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
27808         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
27809         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
27810         Reported by Ralf Wildenhues.
27811
27812 2007-10-29  Bruno Haible  <bruno@clisp.org>
27813
27814         * gnulib-tool (func_import): When --lgpl is not specified, set
27815         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
27816         GPLv3.
27817         Reported by Simon Josefsson.
27818
27819 2007-10-28  Bruno Haible  <bruno@clisp.org>
27820
27821         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
27822         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
27823         HAVE_DECL_ISFINITE.
27824         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
27825         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
27826         HAVE_DECL_ISFINITE.
27827
27828 2007-10-28  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
27831         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
27832
27833 2007-10-28  Bruno Haible  <bruno@clisp.org>
27834
27835         Fix link errors with Sun C 5.0 on Solaris 10.
27836         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
27837         function is declared but not present in the compiler's libm.
27838         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
27839         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
27840         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
27841         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
27842         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
27843         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
27844         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
27845         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
27846         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
27847         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
27848         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
27849         HAVE_DECL_FLOORL.
27850
27851 2007-10-28  Bruno Haible  <bruno@clisp.org>
27852
27853         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
27854         gl_FUNC_FLOORL. Cache the result.
27855         (gl_FUNC_FLOORL): Use it.
27856         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
27857         gl_FUNC_CEILL. Cache the result.
27858         (gl_FUNC_CEILL): Use it.
27859
27860         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
27861         gl_FUNC_FLOOR. Cache the result.
27862         (gl_FUNC_FLOOR): Use it.
27863         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
27864         gl_FUNC_CEIL. Cache the result.
27865         (gl_FUNC_CEIL): Use it.
27866
27867         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
27868         gl_FUNC_FLOORF. Cache the result.
27869         (gl_FUNC_FLOORF): Use it.
27870         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
27871         gl_FUNC_CEILF. Cache the result.
27872         (gl_FUNC_CEILF): Use it.
27873
27874 2007-10-28  Bruno Haible  <bruno@clisp.org>
27875
27876         * gnulib-tool: Allow specifying the LGPL version number through
27877         --lgpl=2 or --lgpl=3.
27878         (func_usage): Document --lgpl with argument.
27879         Handle --lgpl=... arguments.
27880         (func_import): Recognize also gl_LGPL calls with an argument. When
27881         --lgpl=2 is used and the module's license is just LGPL, report an
27882         error. Set sed_transform_lib_file according to the lgpl variable. In
27883         the generated files, use --lgpl or gl_LGPL invocations with argument,
27884         if necessary.
27885         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
27886         an LGPv2+ license.
27887         * doc/gnulib-tool.texi (Modified imports): Update explanation of
27888         gl_LGPL macro.
27889
27890 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27891             Bruno Haible  <bruno@clisp.org>
27892
27893         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
27894         (u16_uctomb_aux): Likewise.
27895         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
27896         !HAVE_INLINE.
27897         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
27898
27899 2007-10-28  Bruno Haible  <bruno@clisp.org>
27900
27901         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
27902         Invoke AM_GETTEXT_OPTION if it exists.
27903         * modules/vasprintf: Likewise.
27904         * modules/verror: Likewise.
27905         * modules/xprintf: Likewise.
27906         * modules/xvasprintf: Likewise.
27907
27908 2007-10-27  Ben Pfaff  <blp@gnu.org>
27909
27910         * lib/math.in.h: Define isfinite macro and prototypes for
27911         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
27912         implementations.
27913         * m4/math_h.m4: New substitutions for isfinite module.
27914         * lib/isfinite.c: New file.
27915         * m4/isfinite.m4: New file.
27916         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
27917         * modules/isfinite: New file.
27918         * modules/isfinite-tests: New file.
27919         * tests/tests-isfinite.c: New file.
27920         * doc/functions/isfinite.texi: Mention isfinite module.
27921         * MODULES.html.sh: Mention new module.
27922
27923 2007-10-27  Ben Pfaff  <blp@gnu.org>
27924
27925         Ralf Wildenhues reported that Tru64 4.0D declares the round
27926         functions but does not have definitions.
27927         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
27928         cannot be found in any library, set the output variable to
27929         "missing" instead of "".
27930         * m4/round.m4: Also use our substitute if we cannot find round in
27931         any library, even if it is declared.
27932         * m4/roundf.m4: Likewise for roundf.
27933         * m4/roundl.m4: Likewise for roundl.
27934         * lib/math.in.h: Undefine roundf, round, roundl before defining
27935         their replacements, to allow for hypothetical systems where these
27936         may be defined as macros but not available in libraries.
27937
27938 2007-10-27  Bruno Haible  <bruno@clisp.org>
27939
27940         * doc/gnulib.texi: Invoke @firstparagraphindent.
27941         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
27942         changes in gnulib.
27943         (Source changes): New section.
27944
27945 2007-10-26  Bruno Haible  <bruno@clisp.org>
27946
27947         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
27948         borrowed from autoconf.
27949
27950 2007-10-26  Bruno Haible  <bruno@clisp.org>
27951
27952         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
27953         strerror returned the empty string. Needed on HP-UX 11.00.
27954
27955 2007-10-24  Micah Cowan  <micah@cowan.name>
27956
27957         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
27958         * build-aux/bootstrap: Remove support for now-unnecessary option,
27959         --cvs-user, and envvars CVS_USER, CVS_RSH.
27960
27961 2007-10-24  Jim Meyering  <meyering@redhat.com>
27962
27963         Avoid diagnostics from sha1sum when there is no cached checksum.
27964         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
27965         if the po.s1 file hasn't been created yet.
27966
27967         * build-aux/bootstrap: Sync from coreutils:
27968         2007-10-24  Jim Meyering  <meyering@redhat.com>
27969         Get gnulib from the git repository, not from an obsolete cvs one.
27970         * build-aux/bootstrap: Suggestion from Micah Cowan.
27971         2007-10-04  Jim Meyering  <jim@meyering.net>
27972         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
27973         (update_po_files): Work also when there are no .po files in po/.
27974
27975 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27976
27977         * README: Append ".git" to git and cg examples.
27978         Problem reported by Benoit Sigoure.
27979
27980 2007-10-23  Micah Cowan  <micah@cowan.name>
27981
27982         * users.txt: Add wget.
27983
27984 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27985
27986         Fix linking of some unistdio tests on FreeBSD.
27987         * modules/unistdio/u16-vsnprintf-tests
27988         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
27989         * modules/unistdio/u16-vsprintf-tests
27990         (test_u16_vsnprintf1_LDADD): Likewise.
27991         * modules/unistdio/u32-vsnprintf-tests
27992         (test_u32_vsnprintf1_LDADD): Likewise.
27993         * modules/unistdio/u32-vsprintf-tests
27994         (test_u32_vsprintf1_LDADD): Likewise.
27995         * modules/unistdio/u8-vsnprintf-tests
27996         (test_u8_vsnprintf1_LDADD): Likewise.
27997         * modules/unistdio/u8-vsprintf-tests
27998         (test_u8_vsprintf1_LDADD): Likewise.
27999         * modules/unistdio/ulc-vsnprintf-tests
28000         (test_ulc_vsnprintf1_LDADD): Likewise.
28001         * modules/unistdio/ulc-vsprintf-tests
28002         (test_ulc_vsprintf1_LDADD): Likewise.
28003
28004         Fix linking of some uniconv tests on FreeBSD.
28005         * modules/uniconv/u16-conv-from-enc-tests
28006         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
28007         * modules/uniconv/u16-conv-to-enc-tests
28008         (test_u16_conv_to_enc_LDADD): Likewise.
28009         * modules/uniconv/u16-strconv-from-enc-tests
28010         (test_u16_strconv_from_enc_LDADD): Likewise.
28011         * modules/uniconv/u16-strconv-to-enc-tests
28012         (test_u16_strconv_to_enc_LDADD): Likewise.
28013         * modules/uniconv/u32-conv-from-enc-tests
28014         (test_u32_conv_from_enc_LDADD): Likewise.
28015         * modules/uniconv/u32-conv-to-enc-tests
28016         (test_u32_conv_to_enc_LDADD): Likewise.
28017         * modules/uniconv/u32-strconv-from-enc-tests
28018         (test_u32_strconv_from_enc_LDADD): Likewise.
28019         * modules/uniconv/u32-strconv-to-enc-tests
28020         (test_u32_strconv_to_enc_LDADD): Likewise.
28021         * modules/uniconv/u8-conv-from-enc-tests
28022         (test_u8_conv_from_enc_LDADD): Likewise.
28023         * modules/uniconv/u8-conv-to-enc-tests
28024         (test_u8_conv_to_enc_LDADD): Likewise.
28025         * modules/uniconv/u8-strconv-from-enc-tests
28026         (test_u8_strconv_from_enc_LDADD): Likewise.
28027         * modules/uniconv/u8-strconv-to-enc-tests
28028         (test_u8_strconv_to_enc_LDADD): Likewise.
28029
28030 2007-10-22  Bruno Haible  <bruno@clisp.org>
28031
28032         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
28033         size.
28034
28035 2007-10-22  Eric Blake  <ebb9@byu.net>
28036
28037         Tweak x*printf documentation.
28038         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
28039         variable name and comments.
28040         Suggested by Bruno Haible.
28041
28042 2007-10-22  Bruno Haible  <bruno@clisp.org>
28043
28044         * lib/acl.c (copy_acl): Fix file name in comment.
28045
28046 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28047
28048         Fix Tru64 problem with stdbool.h.
28049         * lib/stdbool.in.h (false, true):
28050         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
28051         Don't declare as an enum in this situation; it runs afoul of Tru64.
28052         Problem reported by Steven M. Schweda in
28053         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
28054
28055 2007-10-22  Eric Blake  <ebb9@byu.net>
28056
28057         Also wrap vf?printf.
28058         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
28059         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
28060         (xvprintf, xvfprintf): New functions.
28061
28062 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28063
28064         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
28065         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
28066
28067         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
28068         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
28069
28070 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
28071
28072         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
28073         by Bruno Haible.
28074
28075 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28076
28077         * lib/getloadavg.c
28078         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
28079         Undef `sys' after including sys/table.h, for Tru64 4.0D.
28080
28081         * tests/test-i-ring.c: Work for C89.
28082
28083 2007-10-22  Bruno Haible  <bruno@clisp.org>
28084
28085         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
28086         -1u, in preprocessor expression, so that we don't test for the bug
28087         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
28088         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
28089
28090 2007-10-22  Eric Blake  <ebb9@byu.net>
28091
28092         * tests/test-yesno.sh: Silence stderr during test.
28093
28094 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28095
28096         * modules/crypto/gc-camellia: New file.
28097
28098         * m4/gc-camellia.m4: New file.
28099
28100         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
28101
28102         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
28103
28104 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28105
28106         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
28107         --help to stdout.  Reported by sms@antinode.org (Steven
28108         M. Schweda).
28109
28110 2007-10-22  Simon Josefsson  <simon@josefsson.org>
28111
28112         * users.txt: Fix link to libksba.
28113
28114 2007-10-21  Ben Pfaff  <blp@gnu.org>
28115
28116         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
28117         round.c roundf implementation that depends on floorf and ceilf to
28118         be tested unconditionally.
28119
28120 2007-10-21  Ben Pfaff  <blp@gnu.org>
28121
28122         * m4/check-libm-func.m4: Removed.
28123         * m4/check-math-lib.m4: New file.
28124         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
28125         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
28126         definition and lack of AC_LIBOBJ([roundf]).
28127         * m4/roundl.m4: Ditto, and similarly for roundl.
28128         * modules/round: Reference new m4 file.
28129         * modules/roundf: Ditto.
28130         * modules/roundl: Ditto.
28131         * tests/test-round2.c (main): Use ROUND instead of round.
28132         Bug report from Bruno Haible.
28133
28134 2007-10-21  Bruno Haible  <bruno@clisp.org>
28135
28136         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
28137         context.
28138
28139 2007-10-21  Bruno Haible  <bruno@clisp.org>
28140
28141         * tests/test-wcwidth.c (main): Allow negative result for some control
28142         characters.
28143
28144         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
28145         Needed on OSF/1 5.1.
28146
28147 2007-10-21  Bruno Haible  <bruno@clisp.org>
28148
28149         * tests/test-floorf1.c: Include isnanf.h.
28150         (main): Use isnanf() instead of isnan().
28151         * tests/test-ceilf1.c: Include isnanf.h.
28152         (main): Use isnanf() instead of isnan().
28153         * tests/test-truncf1.c: Include isnanf.h.
28154         (main): Use isnanf() instead of isnan().
28155         * tests/test-roundf1.c: Include isnanf.h.
28156         (main): Use isnanf() instead of isnan().
28157
28158 2007-10-21  Eric Blake  <ebb9@byu.net>
28159
28160         * users.txt: Update URL for m4.
28161
28162 2007-10-21  Bruno Haible  <bruno@clisp.org>
28163
28164         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
28165
28166 2007-10-21  Bruno Haible  <bruno@clisp.org>
28167
28168         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
28169         Git's management files if the CVS files are not present.
28170
28171 2007-10-20  Bruno Haible  <bruno@clisp.org>
28172
28173         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
28174         gcc-3.4.x.
28175
28176 2007-10-20  Ben Pfaff  <blp@gnu.org>
28177
28178         * lib/math.in.h: Declare round, roundf, roundl if we are providing
28179         implementations.
28180         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
28181         * lib/round.c: New file.
28182         * lib/roundf.c: New file.
28183         * lib/roundl.c: New file.
28184         * m4/round.m4: New file.
28185         * m4/roundf.m4: New file.
28186         * m4/roundl.m4: New file.
28187         * m4/check-libm-func-m4: New file.
28188         * modules/math: Replace round, roundf, roundl related @VARS@ in
28189         math.in.h.
28190         * modules/round: New file.
28191         * modules/round-tests: New file.
28192         * modules/roundf: New file.
28193         * modules/roundf-tests: New file.
28194         * modules/roundl: New file.
28195         * modules/roundl-tests: New file.
28196         * tests/test-round1.c: New file.
28197         * tests/test-round2.c: New file.
28198         * tests/test-roundf1.c: New file.
28199         * tests/test-roundf2.c: New file.
28200         * tests/test-roundl.c: New file.
28201         * doc/functions/round.texi: Mention round module.
28202         * doc/functions/roundf.texi: Mention roundf module.
28203         * doc/functions/roundl.texi: Mention roundl module.
28204         * MODULES.html.sh: Mention new modules.
28205         Thanks to Bruno Haible for suggestions.
28206
28207 2007-10-20  Jim Meyering  <meyering@redhat.com>
28208
28209         * lib/xprintf.c: Include <config.h> unconditionally.
28210
28211         Change xprintf's license to GPL.
28212         * modules/xprintf (License): s/LGPL/GPL/, since this module
28213         depends on modules (exit and exitfail) which are GPL.
28214         Suggestion from Bruno Haible.
28215
28216         xprintf fixes.
28217         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
28218         Use a clearer diagnostic.
28219         Patch from Bruno Haible.
28220
28221 2007-10-20  Bruno Haible  <bruno@clisp.org>
28222
28223         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
28224         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
28225         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28226
28227 2007-10-20  Bruno Haible  <bruno@clisp.org>
28228
28229         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
28230         precision in the comparison result > x - 1 or similar.
28231         * tests/test-ceilf2.c (correct_result_p): Likewise.
28232         * tests/test-truncf2.c (correct_result_p): Likewise.
28233         * tests/test-trunc2.c (correct_result_p): Likewise.
28234         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28235
28236 2007-10-20  Bruno Haible  <bruno@clisp.org>
28237
28238         * modules/ceil: New file.
28239         * m4/ceil.m4: New file.
28240         * doc/functions/ceil.texi: Mention the 'ceil' module.
28241
28242 2007-10-20  Bruno Haible  <bruno@clisp.org>
28243
28244         * modules/floor: New file.
28245         * m4/floor.m4: New file.
28246         * doc/functions/floor.texi: Mention the 'floor' module.
28247
28248 2007-10-20  Bruno Haible  <bruno@clisp.org>
28249
28250         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
28251         of %a.
28252         * modules/floorf-tests (Depends-on): Likewise.
28253         * modules/truncf-tests (Depends-on): Likewise.
28254         * modules/trunc-tests (Depends-on): Likewise.
28255         Reported by Ben Pfaff.
28256
28257 2007-10-19  Jim Meyering  <meyering@redhat.com>
28258
28259         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
28260         Don't bother testing specific errno values.  Just test ferror.
28261
28262         New module: xprintf
28263         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
28264
28265 2007-10-19  Bruno Haible  <bruno@clisp.org>
28266
28267         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
28268         syntax.
28269         * modules/javaexec (Makefile.am): Likewise.
28270         * modules/relocatable-prog (Makefile.am): Likewise.
28271         Suggested by Jim Meyering.
28272
28273 2007-10-18  Bruno Haible  <bruno@clisp.org>
28274
28275         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
28276         Reported by Jim Meyering.
28277
28278 2007-10-18  Eric Blake  <ebb9@byu.net>
28279
28280         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
28281
28282 2007-10-18  Bruno Haible  <bruno@clisp.org>
28283
28284         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
28285         the format string into writable memory. Needed in Fortify conditions.
28286
28287 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
28288             Bruno Haible  <bruno@clisp.org>
28289
28290         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
28291         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
28292         * modules/trim (Depends-on): Add mbchar.
28293         (configure.ac): Add gl_FUNC_MBRTOWC.
28294         (Makefile.am): Augment lib_SOURCES.
28295
28296 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
28297
28298         Modify glob.c to use fstatat and dirfd, to simplify it.
28299         Suggested by Eric Blake.
28300         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
28301         Don't include <stdbool.h>; not used.
28302         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
28303         (link_exists_p): Simplify implementation, since we can now assume
28304         dirfd and fstatat.
28305         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
28306
28307 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28308
28309         * gnulib-tool (func_get_dependencies): Fix sed script to
28310         match only tests.
28311
28312 2007-10-17  Bruno Haible  <bruno@clisp.org>
28313
28314         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
28315         allow locale names without encoding suffix.
28316         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28317         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28318
28319 2007-10-16  Bruno Haible  <bruno@clisp.org>
28320
28321         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
28322         * lib/getgroups.c (getgroups): Likewise.
28323         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
28324
28325 2007-10-16  Bruno Haible  <bruno@clisp.org>
28326
28327         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
28328         * modules/malloc-posix (License): Likewise.
28329         * modules/realloc-posix (License): Likewise.
28330         * modules/calloc-posix (License): Likewise.
28331         * modules/intprops (License): Change from GPL to LGPL, with
28332         Paul Eggert's approval.
28333
28334 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28335
28336         Merge glibc changes into lib/glob.c.
28337
28338         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
28339         2007-10-15 04:59:03 UTC.  Here are the changes:
28340
28341         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
28342
28343         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
28344
28345         * lib/glob.c: Add some branch prediction throughout.
28346
28347         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
28348
28349         [BZ #5103]
28350         * lib/glob.c (glob): Recognize patterns starting \/.
28351
28352         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
28353
28354         [BZ #3996]
28355         * lib/glob.c (attribute_hidden): Define if not defined.
28356         (glob): Unescape dirname, filename or username when needed and not
28357         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
28358         is NULL.  Handle unescaped [ in pattern without closing ].
28359         Don't pass GLOB_CHECK down to recursive glob for directories.
28360         (__glob_pattern_type): New function.
28361         (__glob_pattern_p): Implement using __glob_pattern_type.
28362         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
28363         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
28364         Remove unreachable code.
28365
28366         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
28367
28368         * lib/glob.c (glob_in_dir): Add some comments and asserts to
28369         explain why there are no leaks.
28370
28371         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
28372
28373         [BZ #3253]
28374         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
28375         time, rather allocate increasingly bigger arrays of pointers, if
28376         possible with alloca, if too large with malloc.
28377
28378 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
28379
28380         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
28381         Problem reported by H.Merijn Brand in
28382         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
28383         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
28384         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
28385
28386 2007-10-15  Bruno Haible  <bruno@clisp.org>
28387
28388         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
28389         with explicit rpl_ prefix.
28390         * lib/fopen.c (fopen): Likewise.
28391         * lib/freopen.c (freopen): Likewise.
28392         * lib/iconv.c (iconv): Likewise.
28393         * lib/iconv_close.c (iconv_close): Likewise.
28394
28395 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28396
28397         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
28398
28399 2007-10-15  Bruno Haible  <bruno@clisp.org>
28400
28401         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
28402         <stddef.h> instead of <stdlib.h> since we only need NULL.
28403         Reported by Ben Pfaff <blp@cs.stanford.edu>.
28404
28405 2007-10-15  Bruno Haible  <bruno@clisp.org>
28406
28407         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
28408         Replace paragraph talking about LIBOBJS.
28409         Reported by Colin Watson <cjwatson@debian.org>.
28410
28411 2007-10-15  Bruno Haible  <bruno@clisp.org>
28412
28413         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
28414         <stdlib.h> before using NULL.
28415
28416 2007-10-15  Simon Josefsson  <simon@josefsson.org>
28417
28418         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
28419         Reported by Albert Chin <china@thewrittenword.com>.
28420
28421 2007-10-14  Bruno Haible  <bruno@clisp.org>
28422
28423         * modules/iconv_open-utf-tests: New file.
28424         * tests/test-iconv-utf.c: New file.
28425
28426         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
28427         * modules/iconv_open-utf: New file.
28428         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
28429         (iconv, iconv_close): New declarations.
28430         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
28431         be defined.
28432         (iconv_open): Add special handling of conversion between UTF-8 and
28433         UTF-{16,32}{BE,LE}.
28434         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
28435         * lib/iconv_close.c: New file.
28436         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
28437         gl_FUNC_ICONV_OPEN.
28438         (gl_FUNC_ICONV_OPEN): Use it.
28439         (gl_FUNC_ICONV_OPEN_UTF): New macro.
28440         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
28441         and REPLACE_ICONV_UTF.
28442         * modules/iconv_open (Depends-on): Add c-strcase.
28443         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
28444         ICONV_CONST.
28445         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
28446
28447 2007-10-13  Albert Chin  <china@thewrittenword.com>
28448             Bruno Haible  <bruno@clisp.org>
28449
28450         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
28451         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
28452
28453 2007-10-13  Bruno Haible  <bruno@clisp.org>
28454
28455         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
28456         defined, use the ISO C99 inline semantics.
28457         * lib/argp.h (ARGP_EI): Likewise.
28458
28459 2007-10-13  Bruno Haible  <bruno@clisp.org>
28460
28461         Handle 'inline' change in gcc 4.3.0.
28462         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
28463         argp_fmtstream_write, argp_fmtstream_set_lmargin,
28464         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
28465         argp_fmtstream_point): Disable 'extern' declaration if the function
28466         definition is going to be provided inline.
28467         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
28468         semantics, not the ISO C99 inline semantics.
28469         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
28470         'extern' declaration if the function definition is going to be provided
28471         inline.
28472         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
28473         the GNU C inline semantics, not the ISO C99 inline semantics. With
28474         GCC 4.2, avoid a warning.
28475
28476 2007-10-13  Bruno Haible  <bruno@clisp.org>
28477
28478         * lib/freading.h (freading): Enable the use of __freading for
28479         glibc >= 2.7.
28480         * lib/freading.c (freading): Likewise.
28481
28482 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
28483
28484         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
28485         "warning: C99 inline functions are not supported; using GNU89".
28486
28487 2007-10-12  Bruno Haible  <bruno@clisp.org>
28488
28489         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
28490         of 2.
28491         * tests/test-ceilf2.c: New file.
28492         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
28493
28494         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
28495         * modules/ceilf-tests: Update.
28496
28497 2007-10-12  Bruno Haible  <bruno@clisp.org>
28498
28499         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
28500         of 2.
28501         * tests/test-floorf2.c: New file.
28502         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
28503
28504         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
28505         * modules/floorf-tests: Update.
28506
28507 2007-10-12  Bruno Haible  <bruno@clisp.org>
28508
28509         * tests/test-trunc2.c: New file.
28510         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
28511
28512         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
28513         * modules/trunc-tests: Update.
28514
28515 2007-10-12  Bruno Haible  <bruno@clisp.org>
28516
28517         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
28518         of 2.
28519         * tests/test-truncf2.c: New file.
28520         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
28521
28522         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
28523         * modules/truncf-tests: Update.
28524
28525 2007-10-11  Eric Blake  <ebb9@byu.net>
28526
28527         Don't claim strerror is broken on Interix.
28528         * doc/functions/strerror.texi (strerror): Known broken systems are
28529         now Solaris 8, and not Interix.
28530         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
28531         Interix on cross-compile.
28532         Reported by Martin Koeppe in
28533         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
28534
28535 2007-10-11  Bruno Haible  <bruno@clisp.org>
28536
28537         * modules/i-ring-tests: New file.
28538         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
28539         instead of assert.
28540
28541 2007-10-11  Bruno Haible  <bruno@clisp.org>
28542
28543         * modules/filenamecat-tests: New file.
28544         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
28545         * lib/filenamecat.c: Remove test code.
28546
28547 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
28548
28549         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
28550
28551         * lib/strerror.c: Include <string.h> always, to test interface,
28552         and to remove the need for the dummy.
28553         Include intprops.h to compute width instead of doing it ourselves
28554         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
28555         (strerror): Define it to return NULL if there's no system strerror.
28556         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
28557         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
28558         ancient pre-strerror Unix systems well any more.  Saying "unknown
28559         system error" is enough.
28560         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
28561         simpler strerror.c implementation.
28562         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
28563         Simplify the tests to reflect the simpler strerror implementation.
28564         * modules/strerror (Depends-on): Add intprops.
28565
28566 2007-10-09  Eric Blake  <ebb9@byu.net>
28567
28568         Silence test-fpending.
28569         * modules/fpending-tests (Files): Add wrapper script.
28570         * tests/test-fpending.sh: New file.
28571
28572 2007-10-09  Bruno Haible  <bruno@clisp.org>
28573
28574         * MODULES.html.sh (func_module): Don't create a hyperlink for
28575         function names like 'printf_frexp'.
28576         (Misc): Add crc, memxor.
28577         (Characteristics of floating types): New section.
28578         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
28579         isnanf-nolibm, signbit, trunc, truncf, truncl.
28580         (Enhancements for ISO C 99 functions): New subsection Input/output.
28581         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
28582         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
28583         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
28584         (Compatibility checks for POSIX:2001 functions): Add clock-time.
28585         (Enhancements for POSIX:2001 functions): Add chdir-long.
28586         (File system functions): Add areadlink, chdir-safer, read-file.
28587         Remove cycle-check.
28588         (File system as inode set): New section.
28589         (Date and time): Add gethrxtime.
28590         (Multithreading): Add openmp.
28591         (Internationalization functions): Add localename.
28592         (Unicode string functions): Add unistr/u*-mbsnlen.
28593         (Support for maintaining and releasing projects): Add git-version-gen.
28594         (Lone files): Remove directories.
28595
28596 2007-10-08  Ben Pfaff  <blp@gnu.org>
28597
28598         * lib/xmalloca.h: Fix typo in comment.
28599
28600 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
28601
28602         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
28603         when avoiding problems with integer overflow.  Use a portable test
28604         instead.
28605
28606 2007-10-08  Simon Josefsson  <simon@josefsson.org>
28607
28608         * modules/dummy (License): Change to LGPLv2+.
28609         * modules/float (License): Likewise
28610         * modules/realloc (License): Likewise
28611         * modules/stdlib (License): Likewise
28612
28613 2007-10-07  Bruno Haible  <bruno@clisp.org>
28614
28615         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
28616         * floor.c (TWO_MANT_DIG): Likewise.
28617         * ceil.c (TWO_MANT_DIG): Likewise.
28618         Reported by Ben Pfaff.
28619
28620 2007-10-07  Bruno Haible  <bruno@clisp.org>
28621
28622         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
28623         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
28624         * lib/frexp.c (FUNC): Likewise.
28625         * lib/printf-frexp.h (printf_frexp): Likewise.
28626         * lib/printf-frexpl.h (printf_frexpl): Likewise.
28627         * lib/printf-frexp.c (FUNC): Likewise.
28628         Suggested by Jim Meyering.
28629
28630 2007-10-07  Jim Meyering  <meyering@redhat.com>
28631
28632         Make xnanosleep's integer overflow test more robust.
28633         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
28634         so that gcc-4.3.0 doesn't optimize away this test for overflow.
28635
28636 2007-10-07  Bruno Haible  <bruno@clisp.org>
28637
28638         * NEWS: Mention the license change.
28639
28640         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
28641         abbreviations in the modules files.
28642
28643         Change copyright notice from GPLv2+ to GPLv3+.
28644         * README: Change copyright notice.
28645         * MODULES.html.sh: Likewise.
28646         * build-aux/bootstrap.conf: Likewise.
28647         * build-aux/config.libpath: Likewise.
28648         * build-aux/csharpcomp.sh.in: Likewise.
28649         * build-aux/csharpexec.sh.in: Likewise.
28650         * build-aux/install-reloc: Likewise.
28651         * build-aux/javacomp.sh.in: Likewise.
28652         * build-aux/javaexec.sh.in: Likewise.
28653         * build-aux/ldd.sh.in: Likewise.
28654         * build-aux/reloc-ldflags: Likewise.
28655         * build-aux/relocatable.sh.in: Likewise.
28656         * build-aux/x-to-1.in: Likewise.
28657         * check-module: Likewise.
28658         * config/srclistvars.sh: Likewise.
28659         * gnulib-tool: Likewise.
28660         * lib/acl-internal.h: Likewise.
28661         * lib/acl.c: Likewise.
28662         * lib/acl.h: Likewise.
28663         * lib/acl_entries.c: Likewise.
28664         * lib/areadlink-with-size.c: Likewise.
28665         * lib/areadlink.c: Likewise.
28666         * lib/areadlink.h: Likewise.
28667         * lib/argmatch.c: Likewise.
28668         * lib/argmatch.h: Likewise.
28669         * lib/argp-ba.c: Likewise.
28670         * lib/argp-eexst.c: Likewise.
28671         * lib/argp-fmtstream.c: Likewise.
28672         * lib/argp-fmtstream.h: Likewise.
28673         * lib/argp-fs-xinl.c: Likewise.
28674         * lib/argp-help.c: Likewise.
28675         * lib/argp-namefrob.h: Likewise.
28676         * lib/argp-parse.c: Likewise.
28677         * lib/argp-pin.c: Likewise.
28678         * lib/argp-pv.c: Likewise.
28679         * lib/argp-pvh.c: Likewise.
28680         * lib/argp-xinl.c: Likewise.
28681         * lib/argp.h: Likewise.
28682         * lib/at-func.c: Likewise.
28683         * lib/atanl.c: Likewise.
28684         * lib/backupfile.c: Likewise.
28685         * lib/backupfile.h: Likewise.
28686         * lib/basename.c: Likewise.
28687         * lib/binary-io.h: Likewise.
28688         * lib/byteswap.in.h: Likewise.
28689         * lib/c-stack.c: Likewise.
28690         * lib/c-stack.h: Likewise.
28691         * lib/c-strcasestr.c: Likewise.
28692         * lib/c-strcasestr.h: Likewise.
28693         * lib/c-strstr.c: Likewise.
28694         * lib/c-strstr.h: Likewise.
28695         * lib/c-strtod.c: Likewise.
28696         * lib/calloc.c: Likewise.
28697         * lib/canon-host.c: Likewise.
28698         * lib/canon-host.h: Likewise.
28699         * lib/canonicalize-lgpl.c: Likewise.
28700         * lib/canonicalize.c: Likewise.
28701         * lib/canonicalize.h: Likewise.
28702         * lib/ceil.c: Likewise.
28703         * lib/ceilf.c: Likewise.
28704         * lib/ceill.c: Likewise.
28705         * lib/chdir-long.c: Likewise.
28706         * lib/chdir-long.h: Likewise.
28707         * lib/chdir-safer.c: Likewise.
28708         * lib/chdir-safer.h: Likewise.
28709         * lib/chown.c: Likewise.
28710         * lib/classpath.c: Likewise.
28711         * lib/classpath.h: Likewise.
28712         * lib/clean-temp.c: Likewise.
28713         * lib/clean-temp.h: Likewise.
28714         * lib/cloexec.c: Likewise.
28715         * lib/close-stream.c: Likewise.
28716         * lib/closein.c: Likewise.
28717         * lib/closein.h: Likewise.
28718         * lib/closeout.c: Likewise.
28719         * lib/closeout.h: Likewise.
28720         * lib/concat-filename.c: Likewise.
28721         * lib/copy-file.c: Likewise.
28722         * lib/copy-file.h: Likewise.
28723         * lib/count-one-bits.h: Likewise.
28724         * lib/crc.c: Likewise.
28725         * lib/crc.h: Likewise.
28726         * lib/creat-safer.c: Likewise.
28727         * lib/csharpcomp.c: Likewise.
28728         * lib/csharpcomp.h: Likewise.
28729         * lib/csharpexec.c: Likewise.
28730         * lib/csharpexec.h: Likewise.
28731         * lib/cycle-check.c: Likewise.
28732         * lib/cycle-check.h: Likewise.
28733         * lib/diacrit.c: Likewise.
28734         * lib/diacrit.h: Likewise.
28735         * lib/diffseq.h: Likewise.
28736         * lib/dirchownmod.c: Likewise.
28737         * lib/dirent.in.h: Likewise.
28738         * lib/dirfd.c: Likewise.
28739         * lib/dirfd.h: Likewise.
28740         * lib/dirname.c: Likewise.
28741         * lib/dirname.h: Likewise.
28742         * lib/dummy.c: Likewise.
28743         * lib/dup-safer.c: Likewise.
28744         * lib/dup2.c: Likewise.
28745         * lib/eealloc.h: Likewise.
28746         * lib/error.c: Likewise.
28747         * lib/error.h: Likewise.
28748         * lib/euidaccess.c: Likewise.
28749         * lib/exclude.c: Likewise.
28750         * lib/exclude.h: Likewise.
28751         * lib/execute.c: Likewise.
28752         * lib/execute.h: Likewise.
28753         * lib/exitfail.c: Likewise.
28754         * lib/exitfail.h: Likewise.
28755         * lib/expl.c: Likewise.
28756         * lib/fatal-signal.c: Likewise.
28757         * lib/fatal-signal.h: Likewise.
28758         * lib/fbufmode.c: Likewise.
28759         * lib/fbufmode.h: Likewise.
28760         * lib/fchdir.c: Likewise.
28761         * lib/fchmodat.c: Likewise.
28762         * lib/fchownat.c: Likewise.
28763         * lib/fcntl--.h: Likewise.
28764         * lib/fcntl-safer.h: Likewise.
28765         * lib/fcntl.in.h: Likewise.
28766         * lib/fd-safer.c: Likewise.
28767         * lib/fflush.c: Likewise.
28768         * lib/file-has-acl.c: Likewise.
28769         * lib/file-set.c: Likewise.
28770         * lib/file-type.c: Likewise.
28771         * lib/file-type.h: Likewise.
28772         * lib/fileblocks.c: Likewise.
28773         * lib/filemode.c: Likewise.
28774         * lib/filemode.h: Likewise.
28775         * lib/filename.h: Likewise.
28776         * lib/filenamecat.c: Likewise.
28777         * lib/filenamecat.h: Likewise.
28778         * lib/findprog.c: Likewise.
28779         * lib/findprog.h: Likewise.
28780         * lib/float.in.h: Likewise.
28781         * lib/floor.c: Likewise.
28782         * lib/floorf.c: Likewise.
28783         * lib/floorl.c: Likewise.
28784         * lib/fopen-safer.c: Likewise.
28785         * lib/fopen.c: Likewise.
28786         * lib/fpending.c: Likewise.
28787         * lib/fpending.h: Likewise.
28788         * lib/fprintf.c: Likewise.
28789         * lib/fprintftime.h: Likewise.
28790         * lib/fpucw.h: Likewise.
28791         * lib/fpurge.c: Likewise.
28792         * lib/fpurge.h: Likewise.
28793         * lib/freadable.c: Likewise.
28794         * lib/freadable.h: Likewise.
28795         * lib/freadahead.c: Likewise.
28796         * lib/freadahead.h: Likewise.
28797         * lib/freading.c: Likewise.
28798         * lib/freading.h: Likewise.
28799         * lib/free.c: Likewise.
28800         * lib/freopen.c: Likewise.
28801         * lib/frexp.c: Likewise.
28802         * lib/frexpl.c: Likewise.
28803         * lib/fseek.c: Likewise.
28804         * lib/fseterr.c: Likewise.
28805         * lib/fseterr.h: Likewise.
28806         * lib/fstatat.c: Likewise.
28807         * lib/fstrcmp.c: Likewise.
28808         * lib/fstrcmp.h: Likewise.
28809         * lib/fsusage.c: Likewise.
28810         * lib/fsusage.h: Likewise.
28811         * lib/ftell.c: Likewise.
28812         * lib/ftello.c: Likewise.
28813         * lib/fts-cycle.c: Likewise.
28814         * lib/fts.c: Likewise.
28815         * lib/fts_.h: Likewise.
28816         * lib/full-read.c: Likewise.
28817         * lib/full-read.h: Likewise.
28818         * lib/full-write.c: Likewise.
28819         * lib/full-write.h: Likewise.
28820         * lib/fwritable.c: Likewise.
28821         * lib/fwritable.h: Likewise.
28822         * lib/fwriteerror.c: Likewise.
28823         * lib/fwriteerror.h: Likewise.
28824         * lib/fwriting.c: Likewise.
28825         * lib/fwriting.h: Likewise.
28826         * lib/gcd.c: Likewise.
28827         * lib/gcd.h: Likewise.
28828         * lib/getcwd.c: Likewise.
28829         * lib/getdate.h: Likewise.
28830         * lib/getdate.y: Likewise.
28831         * lib/getdomainname.c: Likewise.
28832         * lib/getdomainname.h: Likewise.
28833         * lib/getgroups.c: Likewise.
28834         * lib/gethostname.c: Likewise.
28835         * lib/gethrxtime.c: Likewise.
28836         * lib/gethrxtime.h: Likewise.
28837         * lib/getloadavg.c: Likewise.
28838         * lib/getndelim2.c: Likewise.
28839         * lib/getndelim2.h: Likewise.
28840         * lib/getnline.c: Likewise.
28841         * lib/getnline.h: Likewise.
28842         * lib/getopt.c: Likewise.
28843         * lib/getopt.in.h: Likewise.
28844         * lib/getopt1.c: Likewise.
28845         * lib/getopt_int.h: Likewise.
28846         * lib/getpagesize.h: Likewise.
28847         * lib/getsubopt.c: Likewise.
28848         * lib/gettime.c: Likewise.
28849         * lib/getugroups.c: Likewise.
28850         * lib/getugroups.h: Likewise.
28851         * lib/getusershell.c: Likewise.
28852         * lib/gl_anyavltree_list1.h: Likewise.
28853         * lib/gl_anyavltree_list2.h: Likewise.
28854         * lib/gl_anyhash_list1.h: Likewise.
28855         * lib/gl_anyhash_list2.h: Likewise.
28856         * lib/gl_anylinked_list1.h: Likewise.
28857         * lib/gl_anylinked_list2.h: Likewise.
28858         * lib/gl_anyrbtree_list1.h: Likewise.
28859         * lib/gl_anyrbtree_list2.h: Likewise.
28860         * lib/gl_anytree_list1.h: Likewise.
28861         * lib/gl_anytree_list2.h: Likewise.
28862         * lib/gl_anytree_oset.h: Likewise.
28863         * lib/gl_anytreehash_list1.h: Likewise.
28864         * lib/gl_anytreehash_list2.h: Likewise.
28865         * lib/gl_array_list.c: Likewise.
28866         * lib/gl_array_list.h: Likewise.
28867         * lib/gl_array_oset.c: Likewise.
28868         * lib/gl_array_oset.h: Likewise.
28869         * lib/gl_avltree_list.c: Likewise.
28870         * lib/gl_avltree_list.h: Likewise.
28871         * lib/gl_avltree_oset.c: Likewise.
28872         * lib/gl_avltree_oset.h: Likewise.
28873         * lib/gl_avltreehash_list.c: Likewise.
28874         * lib/gl_avltreehash_list.h: Likewise.
28875         * lib/gl_carray_list.c: Likewise.
28876         * lib/gl_carray_list.h: Likewise.
28877         * lib/gl_linked_list.c: Likewise.
28878         * lib/gl_linked_list.h: Likewise.
28879         * lib/gl_linkedhash_list.c: Likewise.
28880         * lib/gl_linkedhash_list.h: Likewise.
28881         * lib/gl_list.c: Likewise.
28882         * lib/gl_list.h: Likewise.
28883         * lib/gl_oset.c: Likewise.
28884         * lib/gl_oset.h: Likewise.
28885         * lib/gl_rbtree_list.c: Likewise.
28886         * lib/gl_rbtree_list.h: Likewise.
28887         * lib/gl_rbtree_oset.c: Likewise.
28888         * lib/gl_rbtree_oset.h: Likewise.
28889         * lib/gl_rbtreehash_list.c: Likewise.
28890         * lib/gl_rbtreehash_list.h: Likewise.
28891         * lib/gl_sublist.c: Likewise.
28892         * lib/gl_sublist.h: Likewise.
28893         * lib/group-member.c: Likewise.
28894         * lib/group-member.h: Likewise.
28895         * lib/hard-locale.c: Likewise.
28896         * lib/hard-locale.h: Likewise.
28897         * lib/hash-pjw.c: Likewise.
28898         * lib/hash-pjw.h: Likewise.
28899         * lib/hash-triple.c: Likewise.
28900         * lib/hash.c: Likewise.
28901         * lib/hash.h: Likewise.
28902         * lib/human.c: Likewise.
28903         * lib/human.h: Likewise.
28904         * lib/i-ring.c: Likewise.
28905         * lib/i-ring.h: Likewise.
28906         * lib/idcache.c: Likewise.
28907         * lib/imaxabs.c: Likewise.
28908         * lib/imaxdiv.c: Likewise.
28909         * lib/inet_pton.c: Likewise.
28910         * lib/inet_pton.h: Likewise.
28911         * lib/intprops.h: Likewise.
28912         * lib/inttostr.c: Likewise.
28913         * lib/inttostr.h: Likewise.
28914         * lib/inttypes.in.h: Likewise.
28915         * lib/isapipe.c: Likewise.
28916         * lib/isdir.c: Likewise.
28917         * lib/isnan.c: Likewise.
28918         * lib/isnan.h: Likewise.
28919         * lib/isnanf.c: Likewise.
28920         * lib/isnanf.h: Likewise.
28921         * lib/isnanl-nolibm.h: Likewise.
28922         * lib/isnanl.c: Likewise.
28923         * lib/isnanl.h: Likewise.
28924         * lib/javacomp.c: Likewise.
28925         * lib/javacomp.h: Likewise.
28926         * lib/javaexec.c: Likewise.
28927         * lib/javaexec.h: Likewise.
28928         * lib/javaversion.c: Likewise.
28929         * lib/javaversion.h: Likewise.
28930         * lib/javaversion.java: Likewise.
28931         * lib/lbrkprop.h: Likewise.
28932         * lib/lchmod.h: Likewise.
28933         * lib/lchown.c: Likewise.
28934         * lib/ldexpl.c: Likewise.
28935         * lib/linebreak.c: Likewise.
28936         * lib/linebreak.h: Likewise.
28937         * lib/linebuffer.c: Likewise.
28938         * lib/linebuffer.h: Likewise.
28939         * lib/locale.in.h: Likewise.
28940         * lib/logl.c: Likewise.
28941         * lib/long-options.c: Likewise.
28942         * lib/long-options.h: Likewise.
28943         * lib/lstat.c: Likewise.
28944         * lib/lstat.h: Likewise.
28945         * lib/math.in.h: Likewise.
28946         * lib/mbchar.c: Likewise.
28947         * lib/mbchar.h: Likewise.
28948         * lib/mbfile.h: Likewise.
28949         * lib/mbiter.h: Likewise.
28950         * lib/mbscasecmp.c: Likewise.
28951         * lib/mbscasestr.c: Likewise.
28952         * lib/mbschr.c: Likewise.
28953         * lib/mbscspn.c: Likewise.
28954         * lib/mbslen.c: Likewise.
28955         * lib/mbsncasecmp.c: Likewise.
28956         * lib/mbsnlen.c: Likewise.
28957         * lib/mbspbrk.c: Likewise.
28958         * lib/mbspcasecmp.c: Likewise.
28959         * lib/mbsrchr.c: Likewise.
28960         * lib/mbssep.c: Likewise.
28961         * lib/mbsspn.c: Likewise.
28962         * lib/mbsstr.c: Likewise.
28963         * lib/mbstok_r.c: Likewise.
28964         * lib/mbswidth.c: Likewise.
28965         * lib/mbswidth.h: Likewise.
28966         * lib/mbuiter.h: Likewise.
28967         * lib/memcasecmp.c: Likewise.
28968         * lib/memcasecmp.h: Likewise.
28969         * lib/memchr.c: Likewise.
28970         * lib/memcmp.c: Likewise.
28971         * lib/memcoll.c: Likewise.
28972         * lib/memcoll.h: Likewise.
28973         * lib/memcpy.c: Likewise.
28974         * lib/memrchr.c: Likewise.
28975         * lib/mkancesdirs.c: Likewise.
28976         * lib/mkdir-p.c: Likewise.
28977         * lib/mkdir-p.h: Likewise.
28978         * lib/mkdir.c: Likewise.
28979         * lib/mkdirat.c: Likewise.
28980         * lib/mkdtemp.c: Likewise.
28981         * lib/mkstemp-safer.c: Likewise.
28982         * lib/mkstemp.c: Likewise.
28983         * lib/modechange.c: Likewise.
28984         * lib/modechange.h: Likewise.
28985         * lib/mountlist.c: Likewise.
28986         * lib/mountlist.h: Likewise.
28987         * lib/mpsort.c: Likewise.
28988         * lib/nanosleep.c: Likewise.
28989         * lib/obstack.c: Likewise.
28990         * lib/obstack.h: Likewise.
28991         * lib/open-safer.c: Likewise.
28992         * lib/open.c: Likewise.
28993         * lib/openat-die.c: Likewise.
28994         * lib/openat-priv.h: Likewise.
28995         * lib/openat-proc.c: Likewise.
28996         * lib/openat.c: Likewise.
28997         * lib/openat.h: Likewise.
28998         * lib/pagealign_alloc.c: Likewise.
28999         * lib/pagealign_alloc.h: Likewise.
29000         * lib/physmem.c: Likewise.
29001         * lib/physmem.h: Likewise.
29002         * lib/pipe-safer.c: Likewise.
29003         * lib/pipe.c: Likewise.
29004         * lib/pipe.h: Likewise.
29005         * lib/posixtm.c: Likewise.
29006         * lib/posixtm.h: Likewise.
29007         * lib/posixver.c: Likewise.
29008         * lib/printf-frexp.c: Likewise.
29009         * lib/printf-frexp.h: Likewise.
29010         * lib/printf-frexpl.c: Likewise.
29011         * lib/printf-frexpl.h: Likewise.
29012         * lib/printf.c: Likewise.
29013         * lib/progname.c: Likewise.
29014         * lib/progname.h: Likewise.
29015         * lib/progreloc.c: Likewise.
29016         * lib/putenv.c: Likewise.
29017         * lib/quote.c: Likewise.
29018         * lib/quote.h: Likewise.
29019         * lib/quotearg.c: Likewise.
29020         * lib/quotearg.h: Likewise.
29021         * lib/raise.c: Likewise.
29022         * lib/readline.c: Likewise.
29023         * lib/readline.h: Likewise.
29024         * lib/readlink.c: Likewise.
29025         * lib/readtokens.c: Likewise.
29026         * lib/readtokens.h: Likewise.
29027         * lib/readtokens0.c: Likewise.
29028         * lib/readtokens0.h: Likewise.
29029         * lib/readutmp.c: Likewise.
29030         * lib/readutmp.h: Likewise.
29031         * lib/realloc.c: Likewise.
29032         * lib/relocwrapper.c: Likewise.
29033         * lib/rename-dest-slash.c: Likewise.
29034         * lib/rename.c: Likewise.
29035         * lib/rmdir.c: Likewise.
29036         * lib/rpmatch.c: Likewise.
29037         * lib/safe-read.c: Likewise.
29038         * lib/safe-read.h: Likewise.
29039         * lib/safe-write.c: Likewise.
29040         * lib/safe-write.h: Likewise.
29041         * lib/same-inode.h: Likewise.
29042         * lib/same.c: Likewise.
29043         * lib/same.h: Likewise.
29044         * lib/save-cwd.c: Likewise.
29045         * lib/save-cwd.h: Likewise.
29046         * lib/savedir.c: Likewise.
29047         * lib/savedir.h: Likewise.
29048         * lib/savewd.c: Likewise.
29049         * lib/savewd.h: Likewise.
29050         * lib/search.in.h: Likewise.
29051         * lib/setenv.c: Likewise.
29052         * lib/setenv.h: Likewise.
29053         * lib/settime.c: Likewise.
29054         * lib/sh-quote.c: Likewise.
29055         * lib/sh-quote.h: Likewise.
29056         * lib/sig2str.c: Likewise.
29057         * lib/sig2str.h: Likewise.
29058         * lib/signal.in.h: Likewise.
29059         * lib/signbitd.c: Likewise.
29060         * lib/signbitf.c: Likewise.
29061         * lib/signbitl.c: Likewise.
29062         * lib/sigprocmask.c: Likewise.
29063         * lib/sincosl.c: Likewise.
29064         * lib/sleep.c: Likewise.
29065         * lib/sprintf.c: Likewise.
29066         * lib/sqrtl.c: Likewise.
29067         * lib/stat-time.h: Likewise.
29068         * lib/stdio--.h: Likewise.
29069         * lib/stdio-safer.h: Likewise.
29070         * lib/stdlib--.h: Likewise.
29071         * lib/stdlib-safer.h: Likewise.
29072         * lib/stdlib.in.h: Likewise.
29073         * lib/stpcpy.c: Likewise.
29074         * lib/stpncpy.c: Likewise.
29075         * lib/strchrnul.c: Likewise.
29076         * lib/strcspn.c: Likewise.
29077         * lib/strerror.c: Likewise.
29078         * lib/strftime.c: Likewise.
29079         * lib/strftime.h: Likewise.
29080         * lib/striconveh.c: Likewise.
29081         * lib/striconveh.h: Likewise.
29082         * lib/striconveha.c: Likewise.
29083         * lib/striconveha.h: Likewise.
29084         * lib/stripslash.c: Likewise.
29085         * lib/strnlen1.c: Likewise.
29086         * lib/strnlen1.h: Likewise.
29087         * lib/strtod.c: Likewise.
29088         * lib/strtoimax.c: Likewise.
29089         * lib/strtok_r.c: Likewise.
29090         * lib/strtol.c: Likewise.
29091         * lib/strtoll.c: Likewise.
29092         * lib/strtoul.c: Likewise.
29093         * lib/strtoull.c: Likewise.
29094         * lib/sysexits.in.h: Likewise.
29095         * lib/tempname.c: Likewise.
29096         * lib/tempname.h: Likewise.
29097         * lib/timespec.h: Likewise.
29098         * lib/tls.c: Likewise.
29099         * lib/tls.h: Likewise.
29100         * lib/tmpdir.c: Likewise.
29101         * lib/tmpdir.h: Likewise.
29102         * lib/tmpfile-safer.c: Likewise.
29103         * lib/tmpfile.c: Likewise.
29104         * lib/trigl.c: Likewise.
29105         * lib/trigl.h: Likewise.
29106         * lib/trim.c: Likewise.
29107         * lib/trim.h: Likewise.
29108         * lib/trunc.c: Likewise.
29109         * lib/truncf.c: Likewise.
29110         * lib/truncl.c: Likewise.
29111         * lib/tsearch.c: Likewise.
29112         * lib/unicodeio.c: Likewise.
29113         * lib/unicodeio.h: Likewise.
29114         * lib/unistd--.h: Likewise.
29115         * lib/unistd-safer.h: Likewise.
29116         * lib/unistdio/ulc-fprintf.c: Likewise.
29117         * lib/unistdio/ulc-vfprintf.c: Likewise.
29118         * lib/unlinkdir.c: Likewise.
29119         * lib/unlinkdir.h: Likewise.
29120         * lib/unlocked-io.h: Likewise.
29121         * lib/unsetenv.c: Likewise.
29122         * lib/userspec.c: Likewise.
29123         * lib/utime.c: Likewise.
29124         * lib/utimecmp.c: Likewise.
29125         * lib/utimecmp.h: Likewise.
29126         * lib/utimens.c: Likewise.
29127         * lib/verify.h: Likewise.
29128         * lib/verror.c: Likewise.
29129         * lib/verror.h: Likewise.
29130         * lib/version-etc-fsf.c: Likewise.
29131         * lib/version-etc.c: Likewise.
29132         * lib/version-etc.h: Likewise.
29133         * lib/vfprintf.c: Likewise.
29134         * lib/vprintf.c: Likewise.
29135         * lib/vsprintf.c: Likewise.
29136         * lib/w32spawn.h: Likewise.
29137         * lib/wait-process.c: Likewise.
29138         * lib/wait-process.h: Likewise.
29139         * lib/wcwidth.c: Likewise.
29140         * lib/write-any-file.c: Likewise.
29141         * lib/xalloc-die.c: Likewise.
29142         * lib/xalloc.h: Likewise.
29143         * lib/xasprintf.c: Likewise.
29144         * lib/xgetcwd.c: Likewise.
29145         * lib/xgetcwd.h: Likewise.
29146         * lib/xgetdomainname.c: Likewise.
29147         * lib/xgetdomainname.h: Likewise.
29148         * lib/xgethostname.c: Likewise.
29149         * lib/xmalloc.c: Likewise.
29150         * lib/xmalloca.c: Likewise.
29151         * lib/xmalloca.h: Likewise.
29152         * lib/xmemcoll.c: Likewise.
29153         * lib/xnanosleep.c: Likewise.
29154         * lib/xreadlink.c: Likewise.
29155         * lib/xreadlink.h: Likewise.
29156         * lib/xsetenv.c: Likewise.
29157         * lib/xsetenv.h: Likewise.
29158         * lib/xstriconv.c: Likewise.
29159         * lib/xstriconv.h: Likewise.
29160         * lib/xstrndup.c: Likewise.
29161         * lib/xstrndup.h: Likewise.
29162         * lib/xstrtod.c: Likewise.
29163         * lib/xstrtod.h: Likewise.
29164         * lib/xstrtol-error.c: Likewise.
29165         * lib/xstrtol.c: Likewise.
29166         * lib/xstrtol.h: Likewise.
29167         * lib/xtime.h: Likewise.
29168         * lib/xvasprintf.c: Likewise.
29169         * lib/xvasprintf.h: Likewise.
29170         * lib/yesno.c: Likewise.
29171         * lib/yesno.h: Likewise.
29172         * posix-modules: Likewise.
29173         * tests/test-alloca-opt.c: Likewise.
29174         * tests/test-arcfour.c: Likewise.
29175         * tests/test-arctwo.c: Likewise.
29176         * tests/test-argmatch.c: Likewise.
29177         * tests/test-argp-2.sh: Likewise.
29178         * tests/test-argp.c: Likewise.
29179         * tests/test-arpa_inet.c: Likewise.
29180         * tests/test-array_list.c: Likewise.
29181         * tests/test-array_oset.c: Likewise.
29182         * tests/test-atexit.c: Likewise.
29183         * tests/test-avltree_list.c: Likewise.
29184         * tests/test-avltree_oset.c: Likewise.
29185         * tests/test-avltreehash_list.c: Likewise.
29186         * tests/test-base64.c: Likewise.
29187         * tests/test-binary-io.c: Likewise.
29188         * tests/test-byteswap.c: Likewise.
29189         * tests/test-c-ctype.c: Likewise.
29190         * tests/test-c-strcasecmp.c: Likewise.
29191         * tests/test-c-strcasestr.c: Likewise.
29192         * tests/test-c-strncasecmp.c: Likewise.
29193         * tests/test-c-strstr.c: Likewise.
29194         * tests/test-canonicalize-lgpl.c: Likewise.
29195         * tests/test-canonicalize.c: Likewise.
29196         * tests/test-carray_list.c: Likewise.
29197         * tests/test-ceilf.c: Likewise.
29198         * tests/test-ceill.c: Likewise.
29199         * tests/test-count-one-bits.c: Likewise.
29200         * tests/test-crc.c: Likewise.
29201         * tests/test-dirname.c: Likewise.
29202         * tests/test-fbufmode.c: Likewise.
29203         * tests/test-fcntl.c: Likewise.
29204         * tests/test-fflush.c: Likewise.
29205         * tests/test-floorf.c: Likewise.
29206         * tests/test-floorl.c: Likewise.
29207         * tests/test-fopen.c: Likewise.
29208         * tests/test-fprintf-posix.c: Likewise.
29209         * tests/test-fprintf-posix.h: Likewise.
29210         * tests/test-fpurge.c: Likewise.
29211         * tests/test-freadable.c: Likewise.
29212         * tests/test-freadahead.c: Likewise.
29213         * tests/test-freading.c: Likewise.
29214         * tests/test-freopen.c: Likewise.
29215         * tests/test-frexp.c: Likewise.
29216         * tests/test-frexpl.c: Likewise.
29217         * tests/test-fseek.c: Likewise.
29218         * tests/test-fseeko.c: Likewise.
29219         * tests/test-fseterr.c: Likewise.
29220         * tests/test-fstrcmp.c: Likewise.
29221         * tests/test-ftell.c: Likewise.
29222         * tests/test-ftello.c: Likewise.
29223         * tests/test-fwritable.c: Likewise.
29224         * tests/test-fwriting.c: Likewise.
29225         * tests/test-getaddrinfo.c: Likewise.
29226         * tests/test-getpass.c: Likewise.
29227         * tests/test-gettimeofday.c: Likewise.
29228         * tests/test-hmac-md5.c: Likewise.
29229         * tests/test-hmac-sha1.c: Likewise.
29230         * tests/test-iconv.c: Likewise.
29231         * tests/test-iconvme.c: Likewise.
29232         * tests/test-inttypes.c: Likewise.
29233         * tests/test-isnan.c: Likewise.
29234         * tests/test-isnanf.c: Likewise.
29235         * tests/test-isnanl-nolibm.c: Likewise.
29236         * tests/test-isnanl.c: Likewise.
29237         * tests/test-isnanl.h: Likewise.
29238         * tests/test-ldexpl.c: Likewise.
29239         * tests/test-linked_list.c: Likewise.
29240         * tests/test-linkedhash_list.c: Likewise.
29241         * tests/test-locale.c: Likewise.
29242         * tests/test-localename.c: Likewise.
29243         * tests/test-lock.c: Likewise.
29244         * tests/test-lseek.c: Likewise.
29245         * tests/test-malloca.c: Likewise.
29246         * tests/test-math.c: Likewise.
29247         * tests/test-mbscasecmp.c: Likewise.
29248         * tests/test-mbscasestr1.c: Likewise.
29249         * tests/test-mbscasestr2.c: Likewise.
29250         * tests/test-mbscasestr3.c: Likewise.
29251         * tests/test-mbscasestr4.c: Likewise.
29252         * tests/test-mbschr.c: Likewise.
29253         * tests/test-mbscspn.c: Likewise.
29254         * tests/test-mbsncasecmp.c: Likewise.
29255         * tests/test-mbspbrk.c: Likewise.
29256         * tests/test-mbspcasecmp.c: Likewise.
29257         * tests/test-mbsrchr.c: Likewise.
29258         * tests/test-mbsspn.c: Likewise.
29259         * tests/test-mbsstr1.c: Likewise.
29260         * tests/test-mbsstr2.c: Likewise.
29261         * tests/test-mbsstr3.c: Likewise.
29262         * tests/test-md5.c: Likewise.
29263         * tests/test-memmem.c: Likewise.
29264         * tests/test-netinet_in.c: Likewise.
29265         * tests/test-open.c: Likewise.
29266         * tests/test-printf-frexp.c: Likewise.
29267         * tests/test-printf-frexpl.c: Likewise.
29268         * tests/test-printf-posix.c: Likewise.
29269         * tests/test-printf-posix.h: Likewise.
29270         * tests/test-rbtree_list.c: Likewise.
29271         * tests/test-rbtree_oset.c: Likewise.
29272         * tests/test-rbtreehash_list.c: Likewise.
29273         * tests/test-read-file.c: Likewise.
29274         * tests/test-rijndael.c: Likewise.
29275         * tests/test-search.c: Likewise.
29276         * tests/test-signbit.c: Likewise.
29277         * tests/test-sleep.c: Likewise.
29278         * tests/test-snprintf-posix.c: Likewise.
29279         * tests/test-snprintf-posix.h: Likewise.
29280         * tests/test-snprintf.c: Likewise.
29281         * tests/test-sprintf-posix.c: Likewise.
29282         * tests/test-sprintf-posix.h: Likewise.
29283         * tests/test-stat-time.c: Likewise.
29284         * tests/test-stdbool.c: Likewise.
29285         * tests/test-stdint.c: Likewise.
29286         * tests/test-stdio.c: Likewise.
29287         * tests/test-stdlib.c: Likewise.
29288         * tests/test-stpncpy.c: Likewise.
29289         * tests/test-strcasestr.c: Likewise.
29290         * tests/test-striconv.c: Likewise.
29291         * tests/test-striconveh.c: Likewise.
29292         * tests/test-striconveha.c: Likewise.
29293         * tests/test-string.c: Likewise.
29294         * tests/test-sys_select.c: Likewise.
29295         * tests/test-sys_socket.c: Likewise.
29296         * tests/test-sys_stat.c: Likewise.
29297         * tests/test-sys_time.c: Likewise.
29298         * tests/test-sysexits.c: Likewise.
29299         * tests/test-time.c: Likewise.
29300         * tests/test-tls.c: Likewise.
29301         * tests/test-trunc.c: Likewise.
29302         * tests/test-truncf.c: Likewise.
29303         * tests/test-truncl.c: Likewise.
29304         * tests/test-unistd.c: Likewise.
29305         * tests/test-vasnprintf-posix.c: Likewise.
29306         * tests/test-vasnprintf-posix2.c: Likewise.
29307         * tests/test-vasnprintf.c: Likewise.
29308         * tests/test-vasprintf-posix.c: Likewise.
29309         * tests/test-vasprintf.c: Likewise.
29310         * tests/test-verify.c: Likewise.
29311         * tests/test-vfprintf-posix.c: Likewise.
29312         * tests/test-vprintf-posix.c: Likewise.
29313         * tests/test-vsnprintf-posix.c: Likewise.
29314         * tests/test-vsnprintf.c: Likewise.
29315         * tests/test-vsprintf-posix.c: Likewise.
29316         * tests/test-wchar.c: Likewise.
29317         * tests/test-wctype.c: Likewise.
29318         * tests/test-wcwidth.c: Likewise.
29319         * tests/test-xstrtol.c: Likewise.
29320         * tests/test-xvasprintf.c: Likewise.
29321         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
29322         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
29323         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
29324         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
29325         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
29326         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
29327         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
29328         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
29329         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
29330         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
29331         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
29332         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
29333         * tests/uniname/test-uninames.c: Likewise.
29334         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
29335         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
29336         * tests/unistdio/test-u16-printf1.h: Likewise.
29337         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
29338         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
29339         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
29340         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
29341         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
29342         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
29343         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
29344         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
29345         * tests/unistdio/test-u32-printf1.h: Likewise.
29346         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
29347         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
29348         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
29349         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
29350         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
29351         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
29352         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
29353         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
29354         * tests/unistdio/test-u8-printf1.h: Likewise.
29355         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
29356         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
29357         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
29358         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
29359         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
29360         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
29361         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
29362         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
29363         * tests/unistdio/test-ulc-printf1.h: Likewise.
29364         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
29365         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
29366         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
29367         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
29368         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
29369         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
29370         * tests/uniwidth/test-u16-strwidth.c: Likewise.
29371         * tests/uniwidth/test-u16-width.c: Likewise.
29372         * tests/uniwidth/test-u32-strwidth.c: Likewise.
29373         * tests/uniwidth/test-u32-width.c: Likewise.
29374         * tests/uniwidth/test-u8-strwidth.c: Likewise.
29375         * tests/uniwidth/test-u8-width.c: Likewise.
29376         * tests/uniwidth/test-uc_width.c: Likewise.
29377         * config/srclist-update: Likewise.
29378         (fixlicense): Update to GPLv3+.
29379
29380         Change copyright notice from LGPLv2.1+ to LGPLv3+.
29381         * tests/test-tsearch.c: Change copyright notice.
29382
29383         Change copyright notice from LGPLv2.0+ to LGPLv3+.
29384         * lib/c-strcaseeq.h: Change copyright notice.
29385         * lib/streq.h: Likewise.
29386         * lib/uniconv.h: Likewise.
29387         * lib/uniconv/u-conv-from-enc.h: Likewise.
29388         * lib/uniconv/u-conv-to-enc.h: Likewise.
29389         * lib/uniconv/u-strconv-from-enc.h: Likewise.
29390         * lib/uniconv/u-strconv-to-enc.h: Likewise.
29391         * lib/uniconv/u16-conv-from-enc.c: Likewise.
29392         * lib/uniconv/u16-conv-to-enc.c: Likewise.
29393         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
29394         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
29395         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
29396         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
29397         * lib/uniconv/u32-conv-from-enc.c: Likewise.
29398         * lib/uniconv/u32-conv-to-enc.c: Likewise.
29399         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
29400         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
29401         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
29402         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
29403         * lib/uniconv/u8-conv-from-enc.c: Likewise.
29404         * lib/uniconv/u8-conv-to-enc.c: Likewise.
29405         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
29406         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
29407         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
29408         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
29409         * lib/uniname.h: Likewise.
29410         * lib/uniname/uniname.c: Likewise.
29411         * lib/unistdio.h: Likewise.
29412         * lib/unistdio/u-asnprintf.h: Likewise.
29413         * lib/unistdio/u-asprintf.h: Likewise.
29414         * lib/unistdio/u-printf-args.c: Likewise.
29415         * lib/unistdio/u-printf-args.h: Likewise.
29416         * lib/unistdio/u-printf-parse.h: Likewise.
29417         * lib/unistdio/u-snprintf.h: Likewise.
29418         * lib/unistdio/u-sprintf.h: Likewise.
29419         * lib/unistdio/u-vasprintf.h: Likewise.
29420         * lib/unistdio/u-vsnprintf.h: Likewise.
29421         * lib/unistdio/u-vsprintf.h: Likewise.
29422         * lib/unistdio/u16-asnprintf.c: Likewise.
29423         * lib/unistdio/u16-asprintf.c: Likewise.
29424         * lib/unistdio/u16-printf-parse.c: Likewise.
29425         * lib/unistdio/u16-snprintf.c: Likewise.
29426         * lib/unistdio/u16-sprintf.c: Likewise.
29427         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
29428         * lib/unistdio/u16-u16-asprintf.c: Likewise.
29429         * lib/unistdio/u16-u16-snprintf.c: Likewise.
29430         * lib/unistdio/u16-u16-sprintf.c: Likewise.
29431         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
29432         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
29433         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
29434         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
29435         * lib/unistdio/u16-vasnprintf.c: Likewise.
29436         * lib/unistdio/u16-vasprintf.c: Likewise.
29437         * lib/unistdio/u16-vsnprintf.c: Likewise.
29438         * lib/unistdio/u16-vsprintf.c: Likewise.
29439         * lib/unistdio/u32-asnprintf.c: Likewise.
29440         * lib/unistdio/u32-asprintf.c: Likewise.
29441         * lib/unistdio/u32-printf-parse.c: Likewise.
29442         * lib/unistdio/u32-snprintf.c: Likewise.
29443         * lib/unistdio/u32-sprintf.c: Likewise.
29444         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
29445         * lib/unistdio/u32-u32-asprintf.c: Likewise.
29446         * lib/unistdio/u32-u32-snprintf.c: Likewise.
29447         * lib/unistdio/u32-u32-sprintf.c: Likewise.
29448         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
29449         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
29450         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
29451         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
29452         * lib/unistdio/u32-vasnprintf.c: Likewise.
29453         * lib/unistdio/u32-vasprintf.c: Likewise.
29454         * lib/unistdio/u32-vsnprintf.c: Likewise.
29455         * lib/unistdio/u32-vsprintf.c: Likewise.
29456         * lib/unistdio/u8-asnprintf.c: Likewise.
29457         * lib/unistdio/u8-asprintf.c: Likewise.
29458         * lib/unistdio/u8-printf-parse.c: Likewise.
29459         * lib/unistdio/u8-snprintf.c: Likewise.
29460         * lib/unistdio/u8-sprintf.c: Likewise.
29461         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
29462         * lib/unistdio/u8-u8-asprintf.c: Likewise.
29463         * lib/unistdio/u8-u8-snprintf.c: Likewise.
29464         * lib/unistdio/u8-u8-sprintf.c: Likewise.
29465         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
29466         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
29467         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
29468         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
29469         * lib/unistdio/u8-vasnprintf.c: Likewise.
29470         * lib/unistdio/u8-vasprintf.c: Likewise.
29471         * lib/unistdio/u8-vsnprintf.c: Likewise.
29472         * lib/unistdio/u8-vsprintf.c: Likewise.
29473         * lib/unistdio/ulc-asnprintf.c: Likewise.
29474         * lib/unistdio/ulc-asprintf.c: Likewise.
29475         * lib/unistdio/ulc-printf-parse.c: Likewise.
29476         * lib/unistdio/ulc-snprintf.c: Likewise.
29477         * lib/unistdio/ulc-sprintf.c: Likewise.
29478         * lib/unistdio/ulc-vasnprintf.c: Likewise.
29479         * lib/unistdio/ulc-vasprintf.c: Likewise.
29480         * lib/unistdio/ulc-vsnprintf.c: Likewise.
29481         * lib/unistdio/ulc-vsprintf.c: Likewise.
29482         * lib/unistr.h: Likewise.
29483         * lib/unistr/u-cpy-alloc.h: Likewise.
29484         * lib/unistr/u-cpy.h: Likewise.
29485         * lib/unistr/u-endswith.h: Likewise.
29486         * lib/unistr/u-move.h: Likewise.
29487         * lib/unistr/u-set.h: Likewise.
29488         * lib/unistr/u-startswith.h: Likewise.
29489         * lib/unistr/u-stpcpy.h: Likewise.
29490         * lib/unistr/u-stpncpy.h: Likewise.
29491         * lib/unistr/u-strcat.h: Likewise.
29492         * lib/unistr/u-strcpy.h: Likewise.
29493         * lib/unistr/u-strcspn.h: Likewise.
29494         * lib/unistr/u-strdup.h: Likewise.
29495         * lib/unistr/u-strlen.h: Likewise.
29496         * lib/unistr/u-strncat.h: Likewise.
29497         * lib/unistr/u-strncpy.h: Likewise.
29498         * lib/unistr/u-strnlen.h: Likewise.
29499         * lib/unistr/u-strpbrk.h: Likewise.
29500         * lib/unistr/u-strspn.h: Likewise.
29501         * lib/unistr/u-strstr.h: Likewise.
29502         * lib/unistr/u-strtok.h: Likewise.
29503         * lib/unistr/u16-check.c: Likewise.
29504         * lib/unistr/u16-chr.c: Likewise.
29505         * lib/unistr/u16-cmp.c: Likewise.
29506         * lib/unistr/u16-cpy-alloc.c: Likewise.
29507         * lib/unistr/u16-cpy.c: Likewise.
29508         * lib/unistr/u16-endswith.c: Likewise.
29509         * lib/unistr/u16-mblen.c: Likewise.
29510         * lib/unistr/u16-mbsnlen.c: Likewise.
29511         * lib/unistr/u16-mbtouc-aux.c: Likewise.
29512         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
29513         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
29514         * lib/unistr/u16-mbtouc.c: Likewise.
29515         * lib/unistr/u16-mbtoucr.c: Likewise.
29516         * lib/unistr/u16-move.c: Likewise.
29517         * lib/unistr/u16-next.c: Likewise.
29518         * lib/unistr/u16-prev.c: Likewise.
29519         * lib/unistr/u16-set.c: Likewise.
29520         * lib/unistr/u16-startswith.c: Likewise.
29521         * lib/unistr/u16-stpcpy.c: Likewise.
29522         * lib/unistr/u16-stpncpy.c: Likewise.
29523         * lib/unistr/u16-strcat.c: Likewise.
29524         * lib/unistr/u16-strchr.c: Likewise.
29525         * lib/unistr/u16-strcmp.c: Likewise.
29526         * lib/unistr/u16-strcpy.c: Likewise.
29527         * lib/unistr/u16-strcspn.c: Likewise.
29528         * lib/unistr/u16-strdup.c: Likewise.
29529         * lib/unistr/u16-strlen.c: Likewise.
29530         * lib/unistr/u16-strmblen.c: Likewise.
29531         * lib/unistr/u16-strmbtouc.c: Likewise.
29532         * lib/unistr/u16-strncat.c: Likewise.
29533         * lib/unistr/u16-strncmp.c: Likewise.
29534         * lib/unistr/u16-strncpy.c: Likewise.
29535         * lib/unistr/u16-strnlen.c: Likewise.
29536         * lib/unistr/u16-strpbrk.c: Likewise.
29537         * lib/unistr/u16-strrchr.c: Likewise.
29538         * lib/unistr/u16-strspn.c: Likewise.
29539         * lib/unistr/u16-strstr.c: Likewise.
29540         * lib/unistr/u16-strtok.c: Likewise.
29541         * lib/unistr/u16-to-u32.c: Likewise.
29542         * lib/unistr/u16-to-u8.c: Likewise.
29543         * lib/unistr/u16-uctomb-aux.c: Likewise.
29544         * lib/unistr/u16-uctomb.c: Likewise.
29545         * lib/unistr/u32-check.c: Likewise.
29546         * lib/unistr/u32-chr.c: Likewise.
29547         * lib/unistr/u32-cmp.c: Likewise.
29548         * lib/unistr/u32-cpy-alloc.c: Likewise.
29549         * lib/unistr/u32-cpy.c: Likewise.
29550         * lib/unistr/u32-endswith.c: Likewise.
29551         * lib/unistr/u32-mblen.c: Likewise.
29552         * lib/unistr/u32-mbsnlen.c: Likewise.
29553         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
29554         * lib/unistr/u32-mbtouc.c: Likewise.
29555         * lib/unistr/u32-mbtoucr.c: Likewise.
29556         * lib/unistr/u32-move.c: Likewise.
29557         * lib/unistr/u32-next.c: Likewise.
29558         * lib/unistr/u32-prev.c: Likewise.
29559         * lib/unistr/u32-set.c: Likewise.
29560         * lib/unistr/u32-startswith.c: Likewise.
29561         * lib/unistr/u32-stpcpy.c: Likewise.
29562         * lib/unistr/u32-stpncpy.c: Likewise.
29563         * lib/unistr/u32-strcat.c: Likewise.
29564         * lib/unistr/u32-strchr.c: Likewise.
29565         * lib/unistr/u32-strcmp.c: Likewise.
29566         * lib/unistr/u32-strcpy.c: Likewise.
29567         * lib/unistr/u32-strcspn.c: Likewise.
29568         * lib/unistr/u32-strdup.c: Likewise.
29569         * lib/unistr/u32-strlen.c: Likewise.
29570         * lib/unistr/u32-strmblen.c: Likewise.
29571         * lib/unistr/u32-strmbtouc.c: Likewise.
29572         * lib/unistr/u32-strncat.c: Likewise.
29573         * lib/unistr/u32-strncmp.c: Likewise.
29574         * lib/unistr/u32-strncpy.c: Likewise.
29575         * lib/unistr/u32-strnlen.c: Likewise.
29576         * lib/unistr/u32-strpbrk.c: Likewise.
29577         * lib/unistr/u32-strrchr.c: Likewise.
29578         * lib/unistr/u32-strspn.c: Likewise.
29579         * lib/unistr/u32-strstr.c: Likewise.
29580         * lib/unistr/u32-strtok.c: Likewise.
29581         * lib/unistr/u32-to-u16.c: Likewise.
29582         * lib/unistr/u32-to-u8.c: Likewise.
29583         * lib/unistr/u32-uctomb.c: Likewise.
29584         * lib/unistr/u8-check.c: Likewise.
29585         * lib/unistr/u8-chr.c: Likewise.
29586         * lib/unistr/u8-cmp.c: Likewise.
29587         * lib/unistr/u8-cpy-alloc.c: Likewise.
29588         * lib/unistr/u8-cpy.c: Likewise.
29589         * lib/unistr/u8-endswith.c: Likewise.
29590         * lib/unistr/u8-mblen.c: Likewise.
29591         * lib/unistr/u8-mbsnlen.c: Likewise.
29592         * lib/unistr/u8-mbtouc-aux.c: Likewise.
29593         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
29594         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
29595         * lib/unistr/u8-mbtouc.c: Likewise.
29596         * lib/unistr/u8-mbtoucr.c: Likewise.
29597         * lib/unistr/u8-move.c: Likewise.
29598         * lib/unistr/u8-next.c: Likewise.
29599         * lib/unistr/u8-prev.c: Likewise.
29600         * lib/unistr/u8-set.c: Likewise.
29601         * lib/unistr/u8-startswith.c: Likewise.
29602         * lib/unistr/u8-stpcpy.c: Likewise.
29603         * lib/unistr/u8-stpncpy.c: Likewise.
29604         * lib/unistr/u8-strcat.c: Likewise.
29605         * lib/unistr/u8-strchr.c: Likewise.
29606         * lib/unistr/u8-strcmp.c: Likewise.
29607         * lib/unistr/u8-strcpy.c: Likewise.
29608         * lib/unistr/u8-strcspn.c: Likewise.
29609         * lib/unistr/u8-strdup.c: Likewise.
29610         * lib/unistr/u8-strlen.c: Likewise.
29611         * lib/unistr/u8-strmblen.c: Likewise.
29612         * lib/unistr/u8-strmbtouc.c: Likewise.
29613         * lib/unistr/u8-strncat.c: Likewise.
29614         * lib/unistr/u8-strncmp.c: Likewise.
29615         * lib/unistr/u8-strncpy.c: Likewise.
29616         * lib/unistr/u8-strnlen.c: Likewise.
29617         * lib/unistr/u8-strpbrk.c: Likewise.
29618         * lib/unistr/u8-strrchr.c: Likewise.
29619         * lib/unistr/u8-strspn.c: Likewise.
29620         * lib/unistr/u8-strstr.c: Likewise.
29621         * lib/unistr/u8-strtok.c: Likewise.
29622         * lib/unistr/u8-to-u16.c: Likewise.
29623         * lib/unistr/u8-to-u32.c: Likewise.
29624         * lib/unistr/u8-uctomb-aux.c: Likewise.
29625         * lib/unistr/u8-uctomb.c: Likewise.
29626         * lib/unitypes.h: Likewise.
29627         * lib/uniwidth.h: Likewise.
29628         * lib/uniwidth/cjk.h: Likewise.
29629         * lib/uniwidth/u16-strwidth.c: Likewise.
29630         * lib/uniwidth/u16-width.c: Likewise.
29631         * lib/uniwidth/u32-strwidth.c: Likewise.
29632         * lib/uniwidth/u32-width.c: Likewise.
29633         * lib/uniwidth/u8-strwidth.c: Likewise.
29634         * lib/uniwidth/u8-width.c: Likewise.
29635         * lib/uniwidth/width.c: Likewise.
29636
29637 2007-10-07  Bruno Haible  <bruno@clisp.org>
29638
29639         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
29640         The file is still under LGPL (see modules/inttypes).
29641
29642 2007-10-06  Bruno Haible  <bruno@clisp.org>
29643
29644         * modules/trunc (Dependencies): Add 'extensions'.
29645         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
29646         Reported by Ben Pfaff <blp@gnu.org>.
29647
29648 2007-10-06  Bruno Haible  <bruno@clisp.org>
29649
29650         * modules/freopen-tests: New file.
29651         * tests/test-freopen.c: New file.
29652
29653         * modules/fopen-tests: New file.
29654         * tests/test-fopen.c: New file.
29655
29656         * modules/fopen: New file.
29657         * lib/fopen.c: New file.
29658         * m4/fopen.m4: New file.
29659         * modules/freopen: New file.
29660         * lib/freopen.c: New file.
29661         * m4/freopen.m4: New file.
29662         * lib/stdio.in.h (fopen, freopen): New declarations.
29663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
29664         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
29665         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
29666         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
29667         * doc/functions/fopen.texi: Mention the 'fopen' module.
29668         * doc/functions/freopen.texi: Mention the 'freopen' module.
29669
29670 2007-10-06  Bruno Haible  <bruno@clisp.org>
29671
29672         * modules/open-tests: New file.
29673         * tests/test-open.c: New file.
29674
29675         * modules/open: New file.
29676         * lib/open.c: New file.
29677         * m4/open.m4: New file.
29678         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
29679         lib/open.c does.
29680         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
29681         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
29682         macros.
29683         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
29684         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
29685         REPLACE_OPEN.
29686         * doc/functions/open.texi: Mention the 'open' module.
29687
29688 2007-10-04  Bruno Haible  <bruno@clisp.org>
29689
29690         * modules/ceill-tests: New file.
29691         * tests/test-ceill.c: New file.
29692
29693         * modules/ceill: New file.
29694         * lib/ceill.c: Replace entire file.
29695         * m4/ceill.m4: New file.
29696         * lib/math.in.h (ceill): Replace declaration.
29697         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
29698         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
29699         * doc/functions/ceill.texi: Mention the 'ceill' module.
29700         * modules/mathl (Files): Remove lib/ceill.c.
29701         (Depends-on): Add ceill.
29702
29703 2007-10-04  Bruno Haible  <bruno@clisp.org>
29704
29705         * modules/ceilf-tests: New file.
29706         * tests/test-ceilf.c: New file.
29707
29708         * modules/ceilf: New file.
29709         * lib/ceil.c: New file.
29710         * lib/ceilf.c: New file.
29711         * m4/ceilf.m4: New file.
29712         * lib/math.in.h (ceilf): New declaration.
29713         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
29714         HAVE_DECL_CEILF.
29715         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
29716         HAVE_DECL_CEILF.
29717         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
29718
29719 2007-10-04  Bruno Haible  <bruno@clisp.org>
29720
29721         * modules/floorl-tests: New file.
29722         * tests/test-floorl.c: New file.
29723
29724         * modules/floorl: New file.
29725         * lib/floorl.c: Replace entire file.
29726         * m4/floorl.m4: New file.
29727         * lib/math.in.h (floorl): Replace declaration.
29728         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
29729         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
29730         * doc/functions/floorl.texi: Mention the 'floorl' module.
29731         * modules/mathl (Files): Remove lib/floorl.c.
29732         (Depends-on): Add floorl.
29733
29734 2007-10-04  Bruno Haible  <bruno@clisp.org>
29735
29736         * modules/floorf-tests: New file.
29737         * tests/test-floorf.c: New file.
29738
29739         * modules/floorf: New file.
29740         * lib/floor.c: New file.
29741         * lib/floorf.c: New file.
29742         * m4/floorf.m4: New file.
29743         * lib/math.in.h (floorf): New declaration.
29744         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
29745         HAVE_DECL_FLOORF.
29746         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
29747         HAVE_DECL_FLOORF.
29748         * doc/functions/floorf.texi: Mention the 'floorf' module.
29749
29750 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
29751             Bruno Haible  <bruno@clisp.org>
29752
29753         Advertise for the Git server instead of the CVS server.
29754         * doc/gnulib-intro.texi (Steady Development): Mention the Git
29755         repository instead of the CVS one.
29756         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
29757         about all VCS systems generically.
29758         * doc/gnulib.texi (Introduction): Capitalize `Git'.
29759
29760 2007-10-04  Bruno Haible  <bruno@clisp.org>
29761
29762         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
29763         means.
29764         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
29765
29766 2007-10-04  Bruno Haible  <bruno@clisp.org>
29767
29768         * modules/truncl-tests: New file.
29769         * tests/test-truncl.c: New file.
29770
29771         * modules/truncl: New file.
29772         * lib/truncl.c: New file.
29773         * m4/truncl.m4: New file.
29774         * lib/math.in.h (truncl): New declaration.
29775         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
29776         HAVE_DECL_TRUNCL.
29777         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
29778         HAVE_DECL_TRUNCL.
29779         * doc/functions/truncl.texi: Mention the 'truncl' module.
29780
29781 2007-10-04  Bruno Haible  <bruno@clisp.org>
29782
29783         * modules/truncf-tests: New file.
29784         * tests/test-truncf.c: New file.
29785
29786         * modules/truncf: New file.
29787         * lib/trunc.c: Make paramerizable through USE_* macros.
29788         * lib/truncf.c: New file.
29789         * m4/truncf.m4: New file.
29790         * lib/math.in.h (truncf): New declaration.
29791         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
29792         HAVE_DECL_TRUNCF.
29793         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
29794         HAVE_DECL_TRUNCF.
29795         * doc/functions/truncf.texi: Mention the 'truncf' module.
29796
29797 2007-10-03  Bruno Haible  <bruno@clisp.org>
29798
29799         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
29800         augmentation also for tests modules.
29801         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
29802         * modules/atexit-tests (Makefile.am): Likewise.
29803         * modules/binary-io-tests (Makefile.am): Likewise.
29804         * modules/c-strcase-tests (Makefile.am): Likewise.
29805         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
29806         * modules/canonicalize-tests (Makefile.am): Likewise.
29807         * modules/closein-tests (Makefile.am): Likewise.
29808         * modules/fprintf-posix-tests (Makefile.am): Likewise.
29809         * modules/freadahead-tests (Makefile.am): Likewise.
29810         * modules/fseek-tests (Makefile.am): Likewise.
29811         * modules/fseeko-tests (Makefile.am): Likewise.
29812         * modules/ftell-tests (Makefile.am): Likewise.
29813         * modules/ftello-tests (Makefile.am): Likewise.
29814         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
29815         * modules/isnanl-tests (Makefile.am): Likewise.
29816         * modules/lseek-tests (Makefile.am): Likewise.
29817         * modules/mbscasecmp-tests (Makefile.am): Likewise.
29818         * modules/mbscasestr-tests (Makefile.am): Likewise.
29819         * modules/mbschr-tests (Makefile.am): Likewise.
29820         * modules/mbscspn-tests (Makefile.am): Likewise.
29821         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
29822         * modules/mbspbrk-tests (Makefile.am): Likewise.
29823         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
29824         * modules/mbsrchr-tests (Makefile.am): Likewise.
29825         * modules/mbsspn-tests (Makefile.am): Likewise.
29826         * modules/mbsstr-tests (Makefile.am): Likewise.
29827         * modules/printf-posix-tests (Makefile.am): Likewise.
29828         * modules/snprintf-posix-tests (Makefile.am): Likewise.
29829         * modules/sprintf-posix-tests (Makefile.am): Likewise.
29830         * modules/tsearch-tests (Makefile.am): Likewise.
29831         * modules/uniname/uniname-tests (Makefile.am): Likewise.
29832         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
29833         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
29834         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
29835         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
29836         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
29837         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
29838         * modules/vprintf-posix-tests (Makefile.am): Likewise.
29839         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
29840         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
29841         * modules/xstrtoimax-tests (Makefile.am): Likewise.
29842         * modules/xstrtol-tests (Makefile.am): Likewise.
29843         * modules/xstrtoumax-tests (Makefile.am): Likewise.
29844         * modules/yesno-tests (Makefile.am): Likewise.
29845
29846 2007-10-03  Bruno Haible  <bruno@clisp.org>
29847
29848         * modules/trunc-tests: New file.
29849         * tests/test-trunc.c: New file.
29850
29851         * modules/trunc: New file.
29852         * lib/trunc.c: New file.
29853         * m4/trunc.m4: New file.
29854         * lib/math.in.h (trunc): New declaration.
29855         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
29856         HAVE_DECL_TRUNC.
29857         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
29858         HAVE_DECL_TRUNC.
29859         * doc/functions/trunc.texi: Mention the 'trunc' module.
29860
29861 2007-10-03  Bruno Haible  <bruno@clisp.org>
29862
29863         * tests/test-fpending.c: New file, mostly copied
29864         from coreutils/lib/t-fpending.c.
29865         * modules/fpending-tests: New file.
29866
29867 2007-10-03  Bruno Haible  <bruno@clisp.org>
29868
29869         Port the stdio extensions to QNX (untested).
29870         * lib/fseterr.c (fseterr): Add support for QNX.
29871         * lib/fbufmode.c (fbufmode): Likewise.
29872         * lib/freadable.c (freadable): Likewise.
29873         * lib/fwritable.c (fwritable): Likewise.
29874         * lib/freading.c (freading): Likewise.
29875         * lib/fwriting.c (fwriting): Likewise.
29876         * lib/freadahead.c (freadahed): Likewise.
29877         * lib/fpurge.c (fpurge): Likewise.
29878         * lib/fseeko.c (rpl_fseeko): Likewise.
29879
29880 2007-10-03  Bruno Haible  <bruno@clisp.org>
29881             Jim Meyering  <jim@meyering.net>
29882             Eric Blake  <ebb9@byu.net>
29883
29884         * doc/relocatable.texi: Use @command instead of @program.
29885
29886 2007-10-02  Jim Meyering  <jim@meyering.net>
29887
29888         Perform one more "_.h" -> ".in.h" substitution.
29889         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
29890         instead of unistd_.h here, too.
29891
29892 2007-10-01  Bruno Haible  <bruno@clisp.org>
29893
29894         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
29895         Needed for the alloca-opt module.
29896
29897 2007-09-30  Bruno Haible  <bruno@clisp.org>
29898
29899         * lib/alloca.in.h: Renamed from lib/alloca_.h.
29900         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
29901         alloca_.h.
29902         * lib/argz.in.h: Renamed from lib/argz_.h.
29903         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
29904         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
29905         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
29906         byteswap_.h.
29907         * lib/dirent.in.h: Renamed from lib/dirent_.h.
29908         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
29909         dirent_.h.
29910         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
29911         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
29912         fcntl_.h.
29913         * lib/float.in.h: Renamed from lib/float_.h.
29914         * modules/float (Files, Makefile.am): Use float.in.h instead of
29915         float_.h.
29916         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
29917         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
29918         fnmatch_.h.
29919         * lib/getopt.in.h: Renamed from lib/getopt_.h.
29920         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
29921         getopt_.h.
29922         * lib/glob.in.h: Renamed from lib/glob_.h.
29923         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
29924         * lib/iconv.in.h: Renamed from lib/iconv_.h.
29925         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
29926         iconv_.h.
29927         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
29928         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
29929         inttypes_.h.
29930         * lib/locale.in.h: Renamed from lib/locale_.h.
29931         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
29932         locale_.h.
29933         * lib/math.in.h: Renamed from lib/math_.h.
29934         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
29935         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
29936         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
29937         of netinet_in_.h. Add dependency.
29938         * lib/poll.in.h: Renamed from lib/poll_.h.
29939         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
29940         * lib/search.in.h: Renamed from lib/search_.h.
29941         * modules/search (Files, Makefile.am): Use search.in.h instead of
29942         search_.h.
29943         * lib/signal.in.h: Renamed from lib/signal_.h.
29944         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
29945         _signal.h.
29946         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
29947         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
29948         stdbool_.h.
29949         * lib/stdint.in.h: Renamed from lib/stdint_.h.
29950         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
29951         stdint_.h.
29952         * lib/stdio.in.h: Renamed from lib/stdio_.h.
29953         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
29954         stdio_.h.
29955         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
29956         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
29957         stdlib_.h.
29958         * lib/string.in.h: Renamed from lib/string_.h.
29959         * modules/string (Files, Makefile.am): Use string.in.h instead of
29960         string_.h.
29961         * doc/gnulib-tool.texi (Initial import): Update.
29962         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
29963         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
29964         of sys_select_.h. Add dependency.
29965         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
29966         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
29967         of sys_socket_.h.
29968         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
29969         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
29970         sys_stat_.h.
29971         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
29972         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
29973         sys_time_.h.
29974         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
29975         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
29976         sysexits_.h.
29977         * lib/time.in.h: Renamed from lib/time_.h.
29978         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
29979         * lib/unistd.in.h: Renamed from lib/unistd_.h.
29980         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
29981         unistd_.h.
29982         * lib/wchar.in.h: Renamed from lib/wchar_.h.
29983         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
29984         wchar_.h.
29985         * lib/wctype.in.h: Renamed from lib/wctype_.h.
29986         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
29987         wctype_.h.
29988         * build-aux/bootstrap (slurp): Update.
29989         * lib/.cppi-disable: Update.
29990
29991 2007-09-30  Bruno Haible  <bruno@clisp.org>
29992
29993         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
29994         Needed on BeOS.
29995
29996 2007-09-30  Bruno Haible  <bruno@clisp.org>
29997
29998         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
29999
30000 2007-09-29  Bruno Haible  <bruno@clisp.org>
30001
30002         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
30003
30004 2007-09-29  Bruno Haible  <bruno@clisp.org>
30005
30006         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
30007         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
30008         * build-aux/install-reloc: Compile also areadlink.c.
30009         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
30010
30011 2007-09-29  Bruno Haible  <bruno@clisp.org>
30012
30013         * gnulib-tool (func_emit_initmacro_done): Indentation.
30014
30015 2007-09-29  Bruno Haible  <bruno@clisp.org>
30016
30017         * README: Add CVS checkout update instructions.
30018         Info from Bob Proulx <bob@proulx.com>.
30019
30020 2007-09-28  Eric Blake  <ebb9@byu.net>
30021
30022         Provide move-if-change.
30023         * build-aux/move-if-change: New file, based on best practice
30024         rather than any canonical upstream location.
30025
30026 2007-09-28  Jim Meyering  <jim@meyering.net>
30027
30028         Fix canonicalize loop-detection corner case.
30029         Do not attempt to stat the symlink values stored via seen_triple.
30030         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
30031         on linux-2.6.18, (but not 2.6.22).
30032         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
30033         triple_compare.  The former compares dev,ino,filename, while the latter
30034         would actually stat dirname(filename) when dev and ino were equal.
30035         * lib/hash-triple.c: Install <string.h>.
30036         (STREQ): Define.
30037         (triple_compare_ino_str): New function.
30038         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
30039
30040 2007-09-28  Eric Blake  <ebb9@byu.net>
30041
30042         Enforce that AC_REPLACE_FUNCS files exist.
30043         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
30044         override check for typos.
30045
30046         Fix test-closein on Solaris 10.
30047         * tests/test-closein.c (main): Don't assume stdin can be inherited
30048         closed on all systems.
30049         * tests/test-closein.sh: Likewise.
30050         Reported by Piotr Tarnowski.
30051
30052 2007-09-28  Jim Meyering  <jim@meyering.net>
30053
30054         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
30055
30056 2007-09-27  Jim Meyering  <jim@meyering.net>
30057
30058         canonicalize: Avoid a false-positive cycle failure.
30059         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
30060         Sort.  Remove cycle-check.
30061         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
30062         not cycle-check.h.
30063         (seen_triple): New function.
30064         (canonicalize_filename_mode): Use it instead of cycle-check.
30065         * tests/test-canonicalize.c: Add a test for this bug.
30066         * tests/test-canonicalize.sh: Set up and run the test.
30067
30068         New module, file-set, from coreutils.
30069         * modules/file-set: Define it.
30070         * lib/file-set.c, lib/file-set.h: Implement.
30071
30072         New module, hash-triple, from coreutils.
30073         * modules/hash-triple: Define it.
30074         * lib/hash-triple.c, lib/hash-triple.h: Implement.
30075
30076 2007-09-25  Eric Blake  <ebb9@byu.net>
30077
30078         Fix strerror on Interix.
30079         * lib/string_.h (strerror): Declare replacement.
30080         * doc/functions/strerror.texi (strerror): Document the Interix
30081         shortcoming.
30082         * modules/string (Makefile.am): Support new hooks.
30083         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
30084         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
30085         gl_FUNC_STRERROR_SEPARATE.
30086         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
30087         * lib/strerror.c (rpl_strerror): Provide replacement.
30088         * modules/strerror (Depends-on): Add string.
30089         (configure.ac): Detect use of module.
30090         * tests/test-strerror.c: New file.
30091         * modules/strerror-tests: New test module.
30092         * modules/argp (Depends-on): Add strerror.
30093         * modules/error (Depends-on): Likewise.
30094         Reported by Martin Koeppe.
30095
30096 2007-09-24  Bruno Haible  <bruno@clisp.org>
30097
30098         * README: Update git instructions.
30099
30100 2007-09-24  Eric Blake  <ebb9@byu.net>
30101
30102         Revert fpending breakage from 2007-09-08.
30103         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
30104         __fpending.c.
30105
30106 2007-09-24  Jim Meyering  <jim@meyering.net>
30107
30108         filenamecat.c: Add a test.
30109         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
30110         showing how the function works when DIR is the empty string.
30111
30112 2007-09-21  Simon Josefsson  <simon@josefsson.org>
30113
30114         * tests/test-canonicalize.sh: Turn on executable bit.
30115
30116 2007-09-19  Eric Blake  <ebb9@byu.net>
30117
30118         * README: Update CVS instructions.
30119
30120 2007-09-18  Bruno Haible  <bruno@clisp.org>
30121
30122         * modules/areadlink: New file.
30123         * lib/areadlink.h (areadlink): New declaration.
30124         * lib/areadlink.c: New file, based on lib/xreadlink.c.
30125
30126 2007-09-17  Jim Meyering  <jim@meyering.net>
30127
30128         * lib/savewd.c (ESTALE) [!defined]: Define.
30129         Reported to be required on Interix by Martin Koeppe.
30130
30131 2007-09-17  Bruno Haible  <bruno@clisp.org>
30132
30133         * gnulib-tool (func_version): Use $version.
30134
30135 2007-09-16  Bruno Haible  <bruno@clisp.org>
30136
30137         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
30138         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
30139         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
30140         Reported by Greg Schafer <gschafer@zip.com.au>.
30141
30142 2007-09-15  Bruno Haible  <bruno@clisp.org>
30143
30144         * gnulib-tool (sed): Try a little harder to make bash understand the
30145         alias.
30146         Reported by Bruce Korb <bruce.korb@gmail.com>.
30147
30148 2007-09-13  Eric Blake  <ebb9@byu.net>
30149
30150         * ChangeLog: Remove conflict markers.
30151
30152 2007-09-13  Simon Josefsson  <simon@josefsson.org>
30153
30154         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
30155         Reported by Bruno Haible <bruno@clisp.org>.
30156
30157 2007-09-12  Bruno Haible  <bruno@clisp.org>
30158
30159         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
30160         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
30161         is not defined.
30162
30163 2007-09-12  Eric Blake  <ebb9@byu.net>
30164
30165         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
30166         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
30167         Autoconf definition.
30168         * modules/euidaccess (Depends-on): Add extensions, for
30169         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
30170         * modules/fnmatch (Depends-on): Likewise.
30171         * modules/getaddrinfo (Depends-on): Likewise.
30172         * modules/getdelim (Depends-on): Likewise.
30173         * modules/getline (Depends-on): Likewise.
30174         * modules/getsubopt (Depends-on): Likewise.
30175         * modules/gettext (Depends-on): Likewise.
30176         * modules/group-member (Depends-on): Likewise.
30177         * modules/mbchar (Depends-on): Likewise.
30178         * modules/memmem (Depends-on): Likewise.
30179         * modules/mempcpy (Depends-on): Likewise.
30180         * modules/memrchr (Depends-on): Likewise.
30181         * modules/pagealign_alloc (Depends-on): Likewise.
30182         * modules/readutmp (Depends-on): Likewise.
30183         * modules/stpcpy (Depends-on): Likewise.
30184         * modules/stpncpy (Depends-on): Likewise.
30185         * modules/strchrnul (Depends-on): Likewise.
30186         * modules/strndup (Depends-on): Likewise.
30187         * modules/strsep (Depends-on): Likewise.
30188         * modules/strverscmp (Depends-on): Likewise.
30189         * modules/vasprintf (Depends-on): Likewise.
30190         * modules/wcwidth (Depends-on): Likewise.
30191         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
30192         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
30193         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
30194         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
30195         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
30196         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30197         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
30198         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30199         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
30200         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
30201         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
30202         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
30203         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
30204         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
30205         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
30206         * m4/readutmp.m4 (gl_READUTMP): Likewise.
30207         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30208         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
30209         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
30210         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
30211         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
30212         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
30213         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
30214         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
30215         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
30216         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
30217         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
30218         so that lock.m4 can be used in gettext without extensions module.
30219
30220 2007-09-11  Bruno Haible  <bruno@clisp.org>
30221
30222         * m4/isc-posix.m4: Remove file.
30223         Suggested by Eric Blake.
30224
30225 2007-09-11  Eric Blake  <ebb9@byu.net>
30226
30227         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
30228
30229 2007-09-10  Bruno Haible  <bruno@clisp.org>
30230
30231         * posix-modules: Fix typo in error message.
30232         Reported by Matt <mkraai@beckman.com>.
30233
30234 2007-09-09  Bruno Haible  <bruno@clisp.org>
30235
30236         * doc/functions/getdelim.texi: Update list of platforms lacking the
30237         function.
30238         * doc/functions/getline.texi: Likewise.
30239
30240 2007-09-09  Jim Meyering  <jim@meyering.net>
30241
30242         * lib/hash.c (hash_initialize): Detect calloc failure.
30243         Reported by Bruno Haible.
30244
30245 2007-09-09  Bruno Haible  <bruno@clisp.org>
30246
30247         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
30248         malloc or realloc fails.
30249
30250 2007-09-09  Bruno Haible  <bruno@clisp.org>
30251
30252         * modules/getcwd (Depends-on): Add malloc-posix.
30253         * modules/glob (Depends-on): Likewise.
30254         * modules/putenv (Depends-on): Likewise.
30255         * modules/strdup (Depends-on): Likewise.
30256         * modules/getdelim (Depends-on): Add realloc-posix.
30257         * modules/read-file (Depends-on): Likewise.
30258
30259 2007-09-09  Bruno Haible  <bruno@clisp.org>
30260
30261         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
30262         (gl_FUNC_MALLOC_POSIX): Require it.
30263         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
30264         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
30265         * modules/realloc (Files): Add m4/malloc.m4.
30266         * modules/calloc (Files): Likewise.
30267
30268 2007-09-09  Bruno Haible  <bruno@clisp.org>
30269
30270         * modules/malloc-posix: New file.
30271         * modules/malloc (Depends-on): Add malloc-posix.
30272         * lib/malloc.c: Include errno.h.
30273         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
30274         and a POSIX-compatible malloc into a single function. Set ENOMEM
30275         when returning NULL.
30276         * m4/malloc.m4: New file.
30277         * doc/functions/malloc.texi: Mention the malloc-posix module.
30278         * lib/stdlib_.h (malloc): New declaration.
30279         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30280         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
30281         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
30282         and HAVE_MALLOC_POSIX.
30283
30284 2007-09-09  Bruno Haible  <bruno@clisp.org>
30285
30286         * modules/realloc-posix: New file.
30287         * modules/realloc (Depends-on): Add realloc-posix.
30288         * lib/realloc.c: Include errno.h.
30289         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
30290         and a POSIX-compatible realloc into a single function. Set ENOMEM
30291         when returning NULL.
30292         * m4/realloc.m4: New file.
30293         * doc/functions/realloc.texi: Mention the realloc-posix module.
30294         * lib/stdlib_.h (realloc): New declaration.
30295         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30296         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
30297         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
30298         and HAVE_REALLOC_POSIX.
30299
30300 2007-09-09  Bruno Haible  <bruno@clisp.org>
30301
30302         * modules/calloc-posix: New file.
30303         * modules/calloc (Depends-on): Add calloc-posix.
30304         * lib/calloc.c: Include errno.h.
30305         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
30306         and a POSIX-compatible calloc into a single function. Set ENOMEM
30307         when returning NULL.
30308         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
30309         * doc/functions/calloc.texi: Mention the calloc-posix module.
30310         * lib/stdlib_.h (calloc): New declaration.
30311         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
30312         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
30313         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
30314         and HAVE_CALLOC_POSIX.
30315
30316 2007-09-09  Bruno Haible  <bruno@clisp.org>
30317
30318         Allow for modules to show an arbitrary notice.
30319         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
30320         * gnulib-tool: New option --extract-notice.
30321         (func_usage): Document it.
30322         (sed_extract_prog): Update.
30323         (func_get_notice): New function.
30324         (func_modules_notice): New function.
30325         (func_import, func_create_testdir): Invoke it.
30326         Suggested by Jim Meyering.
30327
30328 2007-09-09  Bruno Haible  <bruno@clisp.org>
30329
30330         * gnulib-tool: New options --verbose, --quiet.
30331         (func_usage): Document them.
30332         (verbose): New variable.
30333         (func_execute_command): New function.
30334         (func_import): Don't show the module list and the file list if
30335         $verbose < 0.
30336         (func_create_testdir): Likewise. Use func_execute_command.
30337         (func_create_megatestdir): Use func_execute_command.
30338
30339 2007-09-08  Bruno Haible  <bruno@clisp.org>
30340
30341         * gnulib-tool (func_import): Prefer rsync over wget when available,
30342         for fetching the PO files.
30343
30344 2007-09-08  Bruno Haible  <bruno@clisp.org>
30345
30346         * posix-modules: New file. Portions copied from gnulib-tool.
30347         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
30348
30349 2007-09-08  Jim Meyering  <jim@meyering.net>
30350
30351         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
30352         * lib/fpending.h: Rename from __fpending.h.
30353         * lib/fpending.c: Rename from __fpending.c.
30354         Include "fpending.h", not "__fpending.h".
30355         * lib/__fpending.h, lib/__fpending.c: Remove files.
30356         * modules/fpending (Files): Reflect new file names.
30357         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
30358
30359 2007-09-08  Bruno Haible  <bruno@clisp.org>
30360
30361         * m4/inttypes-h.m4: Remove stub file.
30362
30363 2007-09-07  Simon Josefsson  <simon@josefsson.org>
30364
30365         * doc/headers/stdint.texi: Discuss #include_next issue.
30366
30367 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
30368
30369         * build-aux/bootstrap: Remove obsolete comment about wget --help.
30370
30371 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30372
30373         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
30374         in variable name.
30375
30376 2007-09-03  Jim Meyering  <jim@meyering.net>
30377
30378         New module: git-version-gen.
30379         * modules/git-version-gen: New file.
30380
30381         Import changes from coreutils for bootstrap script.
30382
30383         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
30384
30385         bootstrap: uses rsync to download the .po files
30386         * build-aux/bootstrap (po_download_command_format): New global.
30387         (download_po_files): Use rsync.
30388         (update_po_files): Don't remove .po files after download,
30389         so future rsync runs can take advantage of the copies.
30390
30391         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
30392
30393         Solve the unnecessary-.po-file-regeneration problem once and for all.
30394         * build-aux/bootstrap (download_po_files): New function, renamed from
30395         get_translations.  Now, downloads, but doesn't update LINGUAS.
30396         (update_po_files): New function.
30397
30398         bootstrap: Ignore more.
30399         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
30400         uniwidth to e.g., lib/.gitignore.
30401         (slurp): Handle the sys_stat_.h -> sys mapping, too.
30402
30403         * build-aux/bootstrap: New setting: vc_ignore.
30404         (insert_sorted_if_absent): Create $file if absent.
30405         Adapt to new, possibly empty, list: $vc_ignore.
30406
30407         bootstrap: generate more ignorable names
30408         * build-aux/bootstrap (slurp): When generating ignorable names,
30409         also map .sin to .sed, .gperf to .c, and .y to .c.
30410
30411 2007-09-03  Jim Meyering  <jim@meyering.net>
30412
30413         * build-aux/git-version-gen: New file, from coreutils.  For details, see
30414         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
30415
30416 2007-09-02  Bruno Haible  <bruno@clisp.org>
30417
30418         Fix mis-recognition of 'mcs' on QNX 6.
30419         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
30420         output contains the string "Mono".
30421         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
30422         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
30423
30424 2007-09-01  Bruno Haible  <bruno@clisp.org>
30425
30426         Fix collision between uniwidth/* and linebreak modules.
30427         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
30428         u32_width): Remove declarations.
30429         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
30430         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
30431         streq3, streq2, streq1, streq0): Remove functions.
30432         (STREQ): Remove macro.
30433         (is_cjk_encoding): Remove function.
30434         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
30435         (uc_width, u8_width, u16_width, u32_width): Remove functions.
30436         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
30437         * NEWS: Document the change.
30438
30439 2007-09-01  Bruno Haible  <bruno@clisp.org>
30440
30441         * lib/streq.h: Add double-inclusion guard.
30442
30443 2007-09-01  Karl Berry  <karl@gnu.org>
30444
30445         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
30446
30447 2007-08-28  Jim Meyering  <jim@meyering.net>
30448
30449         Rename mreadlink_with_size to areadlink_with_size.
30450         * NEWS: Document the change.
30451         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
30452         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
30453         * lib/mreadlink.h: Rename this to...
30454         * lib/areadlink.h: ...this.
30455         * modules/mreadlink-with-size: Rename this to...
30456         * modules/areadlink-with-size: ...this.
30457         * lib/canonicalize.c: Reflect the renaming.
30458         * modules/canonicalize: Likewise.
30459
30460 2007-08-26  Bruno Haible  <bruno@clisp.org>
30461
30462         * gnulib-tool (func_import): When deciding which files to remove,
30463         consider also dangling symbolic links.
30464         Reported by Eric Blake.
30465
30466 2007-08-26  Bruno Haible  <bruno@clisp.org>
30467
30468         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
30469
30470 2007-08-23  Simon Josefsson  <simon@josefsson.org>
30471
30472         * lib/readline.c: Don't include getline.h, the prototype is now
30473         found in stdio.h.
30474
30475 2007-08-23  Jim Meyering  <jim@meyering.net>
30476
30477         Getdelim touchup.
30478         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
30479         around the funlockfile call, since funlockfile never sets errno.
30480         Don't set errno upon failed realloc.
30481
30482 2007-08-22  Eric Blake  <ebb9@byu.net>
30483
30484         Getline touchups.
30485         * lib/getdelim.c (getdelim): Revert regression that required *n to
30486         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
30487         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
30488         getdelim, rather than whether implementation is missing.
30489         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
30490         * lib/stdio_.h (getline): Also declare if replacement is
30491         required.
30492         * doc/functions/getdelim.texi: New file.
30493         * doc/functions/getline.texi: Likewise.
30494         * doc/gnulib.texi (Function Substitutes): Add new files.
30495         Reported by Bruno Haible.
30496
30497 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
30498
30499         * users.txt: Add Guile.
30500
30501 2007-08-22  Eric Blake  <ebb9@byu.net>
30502
30503         * tests/test-getdelim.c (main): Use remove, not unlink.
30504         * tests/test-getline.c (main): Likewise.
30505
30506         Move getline and getdelim into stdio.h, per POSIX 200x.
30507         * modules/getline (Files): Remove getline.h.
30508         (Depends-on): Add stdio.
30509         (configure.ac): Add module indicator.
30510         * modules/getdelim (Files): Remove getdelim.h.
30511         (Depends-on): Add stdio.
30512         (configure.ac): Add module indicator.
30513         * modules/stdio (Makefile.am): Work with new indicators.
30514         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
30515         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
30516         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
30517         * lib/getdelim.h: Delete.
30518         * lib/getline.h: Delete.
30519         * lib/stdio_.h (getdelim, getline): Declare.
30520         * modules/getdelim-tests: New module.
30521         * modules/getline-tests: Likewise.
30522         * tests/test-getdelim.c: New file.
30523         * tests/test-getline.c: Likewise.
30524         * NEWS: Document the change.
30525         * lib/getline.c: Update choice of header.
30526         * lib/csharpcomp.c: Likewise.
30527         * lib/getpass.c: Likewise.
30528         * lib/javacomp.c: Likewise.
30529         * lib/javaversion.c: Likewise.
30530         * lib/yesno.c: Likewise.
30531         * lib/getdelim.c: Likewise.
30532         (getdelim): Set errno on failure, and avoid memory leak.
30533
30534 2007-08-19  Bruno Haible  <bruno@clisp.org>
30535
30536         * modules/closein (Depends-on): Add freadahead.
30537         * lib/closein.c: Include freadahead.h.
30538         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
30539         is zero.
30540
30541 2007-08-19  Bruno Haible  <bruno@clisp.org>
30542
30543         * modules/freadahead-tests: New file.
30544         * tests/test-freadahead.sh: New file.
30545         * tests/test-freadahead.c: New file.
30546
30547         * modules/freadahead: New file.
30548         * lib/freadahead.h: New file.
30549         * lib/freadahead.c: New file.
30550         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
30551         fbufmode, fpurge, freadable, fwritable.
30552
30553 2007-08-19  Eric Blake  <ebb9@byu.net>
30554
30555         Test yesno in combination with closein.
30556         * lib/yesno.c (yesno): Document use of stdin.
30557         * modules/yesno-tests (Files): New module.
30558         * tests/test-yesno.c (main): New file.
30559         * tests/test-yesno.sh: Likewise.
30560
30561 2007-08-19  Bruno Haible  <bruno@clisp.org>
30562
30563         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
30564         * lib/fseeko.c (rpl_fseeko): Likewise.
30565         * lib/fseterr.c (fseterr): Likewise.
30566
30567 2007-08-19  Bruno Haible  <bruno@clisp.org>
30568
30569         * tests/test-lseek.c (main): Disable a test for BeOS.
30570         * doc/functions/lseek.texi: Document the BeOS bug.
30571
30572 2007-08-19  Bruno Haible  <bruno@clisp.org>
30573             Eric Blake  <ebb9@byu.net>
30574
30575         * lib/lseek.c: Include <sys/stat.h>.
30576         (rpl_lseek): Add workaround code also for Unix platforms.
30577         Needed for BeOS.
30578         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
30579         * doc/functions/lseek.texi: Document BeOS definiency.
30580
30581 2007-08-18  Bruno Haible  <bruno@clisp.org>
30582
30583         * modules/fstrcmp-tests: New file.
30584         * tests/test-fstrcmp.c: New file.
30585
30586 2007-08-18  Bruno Haible  <bruno@clisp.org>
30587
30588         * modules/fstrcmp: New file, from GNU gettext with modifications.
30589         * lib/fstrcmp.h: New file, from GNU gettext.
30590         * lib/fstrcmp.c: New file, from GNU gettext.
30591         * MODULES.html.sh (String handling): Add fstrcmp.
30592
30593 2007-08-18  Bruno Haible  <bruno@clisp.org>
30594
30595         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
30596         'bool'.
30597         (diag, compareseq): Remove const from the ctxt argument.
30598         (USE_HEURISTIC): Undefine at the end.
30599
30600 2007-08-18  Jim Meyering  <jim@meyering.net>
30601
30602         New file: lib/idcache.h
30603         * NEWS: Mention the addition.
30604         * modules/idcache (Files): Add lib/idcache.h
30605         * lib/idcache.c: Include "idcache.h".
30606         Don't include <sys/types.h>.
30607         Add a FIXME comment.
30608         Move file-scoped "static" declarations to the top.
30609         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
30610
30611 2007-08-17  Bruno Haible  <bruno@clisp.org>
30612         and Paul Eggert  <eggert@cs.ucla.edu>
30613
30614         * MODULES.html.sh: Add diffseq.
30615         * modules/diffseq: New file.
30616         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
30617         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
30618
30619 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30620
30621         Import changes from coreutils for bootstrap script.
30622
30623         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
30624
30625         * build-aux/bootstrap (slurp): Work even in environments where
30626         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
30627         current code does not slurp files whose names start with ".", and
30628         this looks like it might be a troublesome area.
30629
30630         2007-07-11  Jim Meyering  <jim@meyering.net>
30631
30632         If there's a GPL vN copyright comment, require that N == 3.
30633
30634         2007-07-08  Jim Meyering  <jim@meyering.net>
30635
30636         Run the coreutils-specific code only if tests/Makefile.am.in exists.
30637         * build-aux/bootstrap (mam_template): Move definition out of loop.
30638
30639         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
30640
30641         * build-aux/bootstrap (symlink_to_dir): Rename function from
30642         symlink_to_gnulib.  Add a directory parameter.  Update all
30643         callers.
30644         (cp_mark_as_generated): Also check for -- and link to -- files in
30645         gl/.
30646
30647         2007-07-08  Jim Meyering  <jim@meyering.net>
30648
30649         Adapt to deeper hierarchy in gnulib.
30650         * build-aux/bootstrap (symlink_to_dir): If the destination
30651         directory doesn't exist, create it. This is required at least for
30652         "lib/uniwidth/cjk.h".
30653
30654         2007-05-15  Jim Meyering  <jim@meyering.net>
30655
30656         * build-aux/bootstrap: Now that generated Makefile.am files
30657         are no longer under version control, they must be created at
30658         bootstrap time.
30659
30660 2007-08-14  Ben Pfaff  <blp@gnu.org>
30661
30662         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
30663
30664 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30665
30666         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
30667         given the changes below.
30668         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
30669         even on hosts that have padding bits beyond the supported 64.
30670
30671 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30672
30673         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
30674         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
30675         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
30676         depends on it.
30677         (xstrtol_error): Remove.
30678         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
30679         but with a different signature.
30680         (ATTRIBUTE_NORETURN, __attribute__): New macros.
30681         * lib/xstrtol-error.c: Include exitfail.h.
30682         (xstrtol_fatal): New function, with a different signature from the
30683         old xstrtol_error, so that the caller need not worry about passing
30684         in an exit status, or about storage management of the option argument.
30685         (xstrtol_error): Now a static function.  Redo signature to
30686         implement xstrtol_fatal.  Output the correct number of hyphens in
30687         front of the option so that the caller need not worry about
30688         storage management.
30689         (N_): New macro.
30690         (_): Remove; not used now.
30691         * modules/xstrtol: Depend on getopt.
30692         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
30693         of old STRTOL_FATAL_ERROR macro.
30694         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
30695         of test program.
30696         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
30697         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
30698
30699 2007-08-08  Eric Blake  <ebb9@byu.net>
30700
30701         * lib/xstrtol-error.c: Add missing include.
30702
30703         Move xstrtol messages into gnulib domain, when --pobase is used.
30704         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
30705         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
30706         * modules/xstrtol (Files): Distribute new file.
30707         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
30708         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
30709         * tests/test-xstrtol.c: ...into new file.
30710         * tests/test-xstrtoul.c: Also test xstrtoul.
30711         * tests/test-xstrtoimax.c: Also test xstrtoimax.
30712         * tests/test-xstrtoumax.c: Also test xstrtoumax.
30713         * tests/test-xstrtol.sh: Drive the tests.
30714         * tests/test-xstrtoimax.sh: Likewise.
30715         * tests/test-xstrtoumax.sh: Likewise.
30716         * modules/xstrtol-tests: New module.
30717         * modules/xstrtoimax-tests: Likewise.
30718         * modules/xstrtoumax-tests: Likewise.
30719
30720 2007-08-08  Jim Meyering  <jim@meyering.net>
30721
30722         New function: mfile_name_concat.
30723         * lib/filenamecat.c (mfile_name_concat): New function, just like
30724         file_name_concat, but return NULL upon failure rather than exiting
30725         with a diagnostic.
30726         * lib/filenamecat.h: Declare it.
30727
30728 2007-08-07  Bruno Haible  <bruno@clisp.org>
30729
30730         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
30731         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
30732         warning from gcc.
30733         Reported by Eric Blake.
30734
30735 2007-08-07  Simon Josefsson  <simon@josefsson.org>
30736
30737         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
30738         * modules/crypto/arcfour (License): Likewise.
30739         * modules/crypto/des-tests (License): Likewise.
30740         * modules/crypto/gc-arctwo-tests (License): Likewise.
30741         * modules/crypto/gc-des-tests (License): Likewise.
30742         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
30743         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
30744         * modules/crypto/gc-md2-tests (License): Likewise.
30745         * modules/crypto/gc-md4-tests (License): Likewise.
30746         * modules/crypto/gc-md5-tests (License): Likewise.
30747         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
30748         * modules/crypto/gc-rijndael-tests (License): Likewise.
30749         * modules/crypto/gc-sha1-tests (License): Likewise.
30750         * modules/crypto/gc-tests (License): Likewise.
30751         * modules/crypto/hmac-md5 (License): Likewise.
30752         * modules/crypto/hmac-sha1 (License): Likewise.
30753         * modules/crypto/md2-tests (License): Likewise.
30754         * modules/crypto/md4-tests (License): Likewise.
30755         * modules/crypto/md5 (License): Likewise.
30756         * modules/crypto/rijndael (License): Likewise.
30757         * modules/crypto/sha1 (License): Likewise.
30758         * modules/memxor (License): Likewise.
30759
30760 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
30761         and Bruno Haible  <bruno@clisp.org>
30762
30763         * NEWS: Describe interface changes to human, xstrtol.
30764         * lib/human.h: Include <xstrtol.h>.
30765         (human_options): Return enum strtol_error, not int.  Remove
30766         bool arg; take int * instead.
30767         * lib/human.c: Don't include "gettext.h".
30768         (_): Remove; no longer used.
30769         Don't include <xstrtol.h>, since human.h does it.
30770         (human_options): Adjust to abovementioned interface changes.
30771         Do not report error to stderr; that's now the caller's
30772         responsibility.
30773         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
30774         interface change.
30775         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
30776         Str, Argument_type_string.  All uses changed.  Put " argument"
30777         in diagnostics to make them clearer.  Change wording of suffix
30778         message for clarity.
30779         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
30780         Argument_type_string.
30781         (STRTOL_FATAL_WARN): Remove; no longer used.
30782         * modules/human (Depends-on): Remove gettext-h.
30783
30784 2007-08-06  Simon Josefsson  <simon@josefsson.org>
30785
30786         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
30787
30788 2007-07-31  Bruno Haible  <bruno@clisp.org>
30789
30790         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
30791         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
30792         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
30793
30794 2007-07-31  Bruno Haible  <bruno@clisp.org>
30795
30796         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
30797         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
30798
30799 2007-07-30  Bruno Haible  <bruno@clisp.org>
30800
30801         * modules/base64 (License): Use the synonymous term "LGPLv2+".
30802         * modules/c-ctype (License): Likewise.
30803         * modules/c-strcase (License): Likewise.
30804         * modules/check-version (License): Likewise.
30805         * modules/iconv (License): Likewise.
30806         * modules/iconv_open (License): Likewise.
30807         * modules/read-file (License): Likewise.
30808         * modules/striconv (License): Likewise.
30809         * modules/strverscmp (License): Likewise.
30810         * modules/vasprintf (License): Likewise.
30811         * modules/crypto/des (License): Likewise.
30812         * modules/crypto/gc (License): Likewise.
30813         * modules/crypto/gc-arcfour (License): Likewise.
30814         * modules/crypto/gc-arctwo (License): Likewise.
30815         * modules/crypto/gc-des (License): Likewise.
30816         * modules/crypto/gc-hmac-md5 (License): Likewise.
30817         * modules/crypto/gc-hmac-sha1 (License): Likewise.
30818         * modules/crypto/gc-md2 (License): Likewise.
30819         * modules/crypto/gc-md4 (License): Likewise.
30820         * modules/crypto/gc-md5 (License): Likewise.
30821         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
30822         * modules/crypto/gc-random (License): Likewise.
30823         * modules/crypto/gc-rijndael (License): Likewise.
30824         * modules/crypto/gc-sha1 (License): Likewise.
30825         * modules/crypto/md2 (License): Likewise.
30826         * modules/crypto/md4 (License): Likewise.
30827
30828 2007-07-30  Jim Meyering  <jim@meyering.net>
30829
30830         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
30831         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
30832         it has valid stat data.  This bug would cause du not to count the
30833         sizes of inaccessible directories.
30834         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
30835         in <http://bugzilla.redhat.com/250077>.
30836
30837 2007-07-25  Peter O'Gorman  <peter@pogma.com>
30838             Bruno Haible  <bruno@clisp.org>
30839
30840         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
30841         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
30842         #include_next, gives a diagnostic about it, but reports no error in
30843         the exit code.
30844         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
30845
30846 2007-07-24  Ben Pfaff  <blp@gnu.org>
30847
30848         Improve name: "count-one-bits" is better than "popcount".
30849         * MODULES.html.sh: Update name.
30850         * lib/popcount.h: Renamed lib/count-one-bits.h.
30851         (popcount): Renamed count_one_bits.
30852         (popcountl): Renamed count_one_bits_l.
30853         (popcountll): Renamed count_one_bits_ll.
30854         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
30855         * modules/popcount: Renamed module/count-one-bits.
30856         * modules/popcount-tests: Renamed module/count-one-bits-tests.
30857         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
30858
30859 2007-07-23  Ben Pfaff  <blp@gnu.org>
30860
30861         * lib/popcount.h (popcount32): Reduce size of constants, to allow
30862         better code generation, and add U to large constants to avoid
30863         warnings, in non-GCC case.
30864         Suggested by Bruno Haible.
30865
30866 2007-07-23  Ben Pfaff  <blp@gnu.org>
30867
30868         * lib/popcount.h: Use verify_true instead of if...abort.
30869         * modules/popcount: Depend on verify module.
30870         Suggested by Jim Meyering.
30871
30872 2007-07-23  Bruno Haible  <bruno@clisp.org>
30873
30874         * gnulib-tool (func_import): Create a .cvsignore file also when the
30875         directory is not yet in CVS but the toplevel directory is. When
30876         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
30877         Reported by Karl Berry.
30878
30879 2007-07-22  Ben Pfaff  <blp@gnu.org>
30880
30881         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
30882         case.
30883         Suggested by Eric Blake.
30884
30885 2007-07-22  Ben Pfaff  <blp@gnu.org>
30886
30887         New module: popcount.
30888         * MODULES.html.sh: Add popcount.
30889         * modules/popcount: New file.
30890         * modules/popcount-tests: New file.
30891         * tests/test-popcount.c: New file.
30892         * lib/popcount.h: New file.
30893         * m4/popcount.m4: New file.
30894
30895 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30896
30897         * build-aux/announce-gen: Update to GPLv3.
30898
30899         * build-aux/config.guess: Update from config.
30900
30901 2007-07-21  Bruno Haible  <bruno@clisp.org>
30902
30903         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
30904         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
30905
30906 2007-07-20  Jim Meyering  <jim@meyering.net>
30907
30908         * check-module: Diagnose a self-dependency.
30909
30910 2007-07-19  Bruno Haible  <bruno@clisp.org>
30911
30912         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
30913         empty.
30914         Reported by Eric Blake.
30915
30916 2007-07-18  Bruno Haible  <bruno@clisp.org>
30917
30918         * gnulib-tool: New options --po-base, --po-domain.
30919         (func_usage): Document them.
30920         (pobase, po_domain): New variables.
30921         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
30922         DEFAULT_TEXT_DOMAIN.
30923         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
30924         (func_import): Consider pobase and po_domain. Create a po/ directory.
30925         (func_create_testdir): Set pobase and po_domain to empty.
30926         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
30927         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
30928
30929 2007-07-18  Bruno Haible  <bruno@clisp.org>
30930
30931         * gnulib-tool (func_get_automake_snippet): Synthesize also an
30932         EXTRA_DIST augmentation for files in build-aux/.
30933
30934 2007-07-16  Bruno Haible  <bruno@clisp.org>
30935
30936         * modules/lseek (License): Use the synonymous term "LGPLv2+".
30937         * modules/getdelim (License): Likewise.
30938
30939 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30940
30941         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
30942         * modules/d-type (License): Likewise.
30943         * modules/extensions (License): Likewise.
30944         * modules/fnmatch (License): Likewise.
30945         * modules/fseeko (License): Likewise.
30946         * modules/getaddrinfo (License): Likewise.
30947         * modules/getline (License): Likewise.
30948         * modules/getlogin_r (License): Likewise.
30949         * modules/getpass (License): Likewise.
30950         * modules/gettimeofday (License): Likewise.
30951         * modules/glob (License): Likewise.
30952         * modules/inet_ntop (License): Likewise.
30953         * modules/malloc (License): Likewise.
30954         * modules/malloca (License): Likewise.
30955         * modules/memmem (License): Likewise.
30956         * modules/mempcpy (License): Likewise.
30957         * modules/memset (License): Likewise.
30958         * modules/minmax (License): Likewise.
30959         * modules/mktime (License): Likewise.
30960         * modules/netinet_in (License): Likewise.
30961         * modules/pathmax (License): Likewise.
30962         * modules/poll (License): Likewise.
30963         * modules/regex (License): Likewise.
30964         * modules/snprintf (License): Likewise.
30965         * modules/stdbool (License): Likewise.
30966         * modules/stdint (License): Likewise.
30967         * modules/stdio (License): Likewise.
30968         * modules/strcase (License): Likewise.
30969         * modules/strcasestr (License): Likewise.
30970         * modules/strdup (License): Likewise.
30971         * modules/string (License): Likewise.
30972         * modules/strndup (License): Likewise.
30973         * modules/strnlen (License): Likewise.
30974         * modules/strpbrk (License): Likewise.
30975         * modules/strptime (License): Likewise.
30976         * modules/strsep (License): Likewise.
30977         * modules/sys_select (License): Likewise.
30978         * modules/sys_socket (License): Likewise.
30979         * modules/sys_stat (License): Likewise.
30980         * modules/sys_time (License): Likewise.
30981         * modules/time (License): Likewise.
30982         * modules/time_r (License): Likewise.
30983         * modules/timegm (License): Likewise.
30984         * modules/unistd (License): Likewise.
30985         * modules/vsnprintf (License): Likewise.
30986         * modules/wctype (License): Likewise.
30987
30988 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30989
30990         * modules/argz (License): LGPLv2+.
30991
30992 2007-07-15  Karl Berry  <karl@gnu.org>
30993
30994         * doc/gnulib.texi: revise node structure per new fdl.texi.
30995
30996 2007-07-14  Bruno Haible  <bruno@clisp.org>
30997
30998         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
30999         the output file.
31000         * lib/uniname/uninames.h: Regenerated.
31001
31002 2007-07-14  Karl Berry  <karl@gnu.org>
31003
31004         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
31005         omitting sectioning and index commands.
31006
31007 2007-07-13  Bruno Haible  <bruno@clisp.org>
31008
31009         New gnulib-tool option --more-symlinks.
31010         * gnulib-tool (func_usage): Document --more-symlinks.
31011         (do_copyrights): New variable.
31012         Recognize option --more-symlinks.
31013         (func_import): Don't add a copyright notice transform to
31014         sed_transform_lib_file if do_copyrights is empty.
31015
31016 2007-07-13  Bruno Haible  <bruno@clisp.org>
31017
31018         * lib/vasnprintf.c (decimal_point_char): Define also if
31019         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
31020         && !NEED_PRINTF_DIRECTIVE_A.
31021         Reported by Clemens Koller <clemens.koller@anagramm.de> via
31022         Gary V. Vaughan <gary@gnu.org>.
31023
31024 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
31025
31026         * lib/inttypes_.h: Undo previous change, since it was fixed
31027         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
31028
31029 2007-07-13  Bruno Haible  <bruno@clisp.org>
31030
31031         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
31032         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
31033
31034 2007-07-13  Jim Meyering  <jim@meyering.net>
31035
31036         df: Don't fail for Tru64's "file-on-file mount".
31037         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
31038         so we fall through and use statfs instead.  Details here:
31039         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
31040         Reported by Albert Chin.
31041
31042 2007-07-13  Bruno Haible  <bruno@clisp.org>
31043
31044         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
31045         * modules/configmake (License): Likewise.
31046         * modules/gettext (License): Likewise.
31047         * modules/gettext-h (License): Likewise.
31048         * modules/include_next (License): Likewise.
31049         * modules/link-warning (License): Likewise.
31050         * modules/localcharset (License): Likewise.
31051         * modules/localename (License): Likewise.
31052         * modules/lock (License): Likewise.
31053         * modules/relocatable-lib-lgpl (License): Likewise.
31054         * modules/size_max (License): Likewise.
31055         * modules/vasnprintf (License): Likewise.
31056         * modules/wchar (License): Likewise.
31057         * modules/xsize (License): Likewise.
31058
31059 2007-07-13  Bruno Haible  <bruno@clisp.org>
31060
31061         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
31062         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
31063
31064 2007-07-12  Bruno Haible  <bruno@clisp.org>
31065
31066         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
31067         in the modules files.
31068
31069 2007-07-11  Karl Berry  <karl@gnu.org>
31070
31071         * MODULES.html.sh (func_module): use
31072          sed -e '\|^'"${includefile}"'$|d'
31073          instead of /.../d, to avoid errors on $includefile's containing /.
31074
31075 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
31076
31077         * gnulib-tool (func_import): Avoid duplication of --avoid
31078         statements
31079         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
31080         names to `_' in variable names.
31081
31082 2007-07-10  Eric Blake  <ebb9@byu.net>
31083
31084         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
31085         * NEWS: Document this change.
31086
31087 2007-07-08  Bruno Haible  <bruno@clisp.org>
31088
31089         Update to Unicode 5.0.
31090         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
31091         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
31092         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
31093         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
31094         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
31095         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
31096         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
31097         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
31098         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
31099         U+10A3F, U+1D242..U+1D244.
31100         (nonspacing_table_ind): Update.
31101         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
31102         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
31103
31104 2007-07-08  Bruno Haible  <bruno@clisp.org>
31105
31106         Update to Unicode 5.0.
31107         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
31108         code transform. Extend the name index field of unicode_name_to_code and
31109         unicode_code_to_name from 16 to 24 bits.
31110         * lib/uniname/uniname.c (unicode_character_name,
31111         unicode_name_character): Add the range 0x12xxx to the code transform.
31112         * lib/uniname/uninames.h: Regenerated.
31113         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
31114
31115 2007-07-07  Bruno Haible  <bruno@clisp.org>
31116
31117         * modules/wcwidth-tests: New file.
31118         * tests/test-wcwidth.c: New file.
31119
31120         Work around MacOS X wcwidth() bug.
31121         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
31122         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
31123         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
31124         original wcwidth in non-UTF-8 locales.
31125         * modules/wcwidth (Depends-on): Add localcharset, streq,
31126         uniwidth/width.
31127         * doc/functions/wcwidth.texi: Update.
31128
31129 2007-07-07  Bruno Haible  <bruno@clisp.org>
31130
31131         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
31132         (wcwidth): New declaration.
31133         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
31134         macros.
31135         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
31136         here. Prepare for creating <wchar.h> unconditionally.
31137         * modules/wchar (Depends-on): Add link-warning.
31138         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
31139         REPLACE_WCWIDTH, and GL_LINK_WARNING.
31140         * lib/wcwidth.h: Remove file.
31141         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
31142         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
31143         * modules/wcwidth (Files): Remove lib/wcwidth.h.
31144         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
31145         (Include): Replace wcwidth.h with <wchar.h>.
31146         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
31147         * lib/mbchar.h: Don't include wcwidth.h.
31148         * lib/mbswidth.c: Likewise.
31149         * NEWS: Mention the change.
31150
31151 2007-07-07  Bruno Haible  <bruno@clisp.org>
31152
31153         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
31154         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
31155         definition with an external declaration.
31156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
31157         defined as a function. Remove AC_C_INLINE requirement.
31158         * modules/wcwidth (Files): Add lib/wcwidth.c.
31159         (Makefile.am): Remove redundant statement.
31160
31161 2007-07-07  Bruno Haible  <bruno@clisp.org>
31162
31163         * MODULES.html.sh (Unicode string functions): Add the new modules.
31164
31165         * tests/uniwidth/test-u32-strwidth.c: New file.
31166         * modules/uniwidth/u32-strwidth-tests: New file.
31167
31168         * lib/uniwidth/u32-strwidth.c: New file.
31169         * modules/uniwidth/u32-strwidth: New file.
31170
31171         * tests/uniwidth/test-u16-strwidth.c: New file.
31172         * modules/uniwidth/u16-strwidth-tests: New file.
31173
31174         * lib/uniwidth/u16-strwidth.c: New file.
31175         * modules/uniwidth/u16-strwidth: New file.
31176
31177         * tests/uniwidth/test-u8-strwidth.c: New file.
31178         * modules/uniwidth/u8-strwidth-tests: New file.
31179
31180         * lib/uniwidth/u8-strwidth.c: New file.
31181         * modules/uniwidth/u8-strwidth: New file.
31182
31183         * tests/uniwidth/test-u32-width.c: New file.
31184         * modules/uniwidth/u32-width-tests: New file.
31185
31186         * lib/uniwidth/u32-width.c: New file.
31187         * modules/uniwidth/u32-width: New file.
31188
31189         * tests/uniwidth/test-u16-width.c: New file.
31190         * modules/uniwidth/u16-width-tests: New file.
31191
31192         * lib/uniwidth/u16-width.c: New file.
31193         * modules/uniwidth/u16-width: New file.
31194
31195         * tests/uniwidth/test-u8-width.c: New file.
31196         * modules/uniwidth/u8-width-tests: New file.
31197
31198         * lib/uniwidth/u8-width.c: New file.
31199         * modules/uniwidth/u8-width: New file.
31200
31201         * tests/uniwidth/test-uc_width.c: New file.
31202         * modules/uniwidth/width-tests: New file.
31203
31204         * lib/uniwidth/width.c: New file, from GNU libiconv.
31205         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
31206         * modules/uniwidth/width: New file.
31207
31208         * lib/uniwidth.h: New file, from GNU libiconv.
31209         * modules/uniwidth/base: New file.
31210
31211 2007-07-07  Bruno Haible  <bruno@clisp.org>
31212
31213         * lib/uniname.h: New file, from GNU gettext.
31214         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
31215         * lib/uniname/uninames.h: New file, from GNU gettext.
31216         * lib/uniname/uniname.c: New file, from GNU gettext.
31217         * tests/uniname/test-uninames.sh: New file.
31218         * tests/uniname/test-uninames.c: New file, from GNU gettext.
31219         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
31220         * modules/uniname/base: New file.
31221         * modules/uniname/uniname: New file.
31222         * modules/uniname/uniname-tests: New file.
31223         * MODULES.html.sh (Unicode string functions): Add the new modules.
31224
31225 2007-07-06  Bruno Haible  <bruno@clisp.org>
31226
31227         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
31228
31229 2007-07-06  Bruno Haible  <bruno@clisp.org>
31230
31231         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
31232         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
31233         includes <cygwin/sys_time.h> which includes <sys/select.h> which
31234         include <sys/time.h>.
31235         Reported by Eric Blake.
31236
31237 2007-07-06  Eric Blake  <ebb9@byu.net>
31238
31239         Fix testing canonicalize on cygwin.
31240         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31241         Revert patch from 2007-06-19.
31242         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
31243         canonicalize module is also in use.
31244         * tests/test-canonicalize.c: New file.
31245         * tests/test-canonicalize.sh: Likewise.
31246         * modules/canonicalize-tests: Likewise.
31247
31248 2007-07-06  Jim Meyering  <jim@meyering.net>
31249
31250         * lib/getugroups.c (getugroups): Detect getgrent failure.
31251         Adjust comment to reflect reality: this function may return -1.
31252
31253 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
31254
31255         * build-aux/bootstrap (TP_URL,get_translations): Update to use
31256         the new TP address.
31257         (usage): Fix typo
31258         (gnulib_mk): New variable.
31259
31260 2007-07-05  Jim Meyering  <jim@meyering.net>
31261
31262         Don't let endgrent clobber errno, no matter how improbable.
31263         * lib/getugroups.c (getugroups): Save and restore errno around
31264         endgrent call.
31265
31266         Close the group DB even when failing with 2^31 or more members.
31267         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
31268
31269 2007-07-04  Jim Meyering  <jim@meyering.net>
31270
31271         * lib/getugroups.h: New file.
31272         * lib/getugroups.c: Include "getugroups.h".
31273         Remove uses of "register" keyword.
31274         Move local variable, "cp", down into scope where used.
31275         Give "username" parameter the "const" attribute.
31276         * modules/getugroups (Files): Add lib/getugroups.h
31277
31278 2007-07-04  Karl Berry  <karl@gnu.org>
31279
31280         * MODULES.html.sh (func_all_modules): Complete rename of
31281         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
31282
31283 2007-07-02  Bruno Haible  <bruno@clisp.org>
31284
31285         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
31286         mode, when inttypes.h comes from gnulib.
31287         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
31288
31289 2007-07-02  Simon Josefsson  <simon@josefsson.org>
31290
31291         * NEWS: Mention lgpl module name change.
31292
31293         * modules/lgpl-2.1: Renamed from lgpl.
31294
31295         * NEWS: Mention gpl module name change.
31296
31297         * modules/gpl-3.0: New file, based on gpl-2.0.
31298
31299         * modules/gpl-2.0: Renamed from gpl.
31300
31301         * modules/gpl: Fix filename, doc/gpl.texi is now found at
31302         doc/gpl-2.0.texi.
31303
31304 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31305
31306         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
31307         #define __STDC_LIMIT_MACROS temporarily while including
31308         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
31309         Problem reported by Joel E. Denny in
31310         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
31311
31312 2007-07-01  Bruno Haible  <bruno@clisp.org>
31313
31314         * lib/unistdio.h: New file.
31315         * lib/unistdio/u-asnprintf.h: New file.
31316         * lib/unistdio/u-asprintf.h: New file.
31317         * lib/unistdio/u-printf-args.c: New file.
31318         * lib/unistdio/u-printf-args.h: New file.
31319         * lib/unistdio/u-printf-parse.h: New file.
31320         * lib/unistdio/u-snprintf.h: New file.
31321         * lib/unistdio/u-sprintf.h: New file.
31322         * lib/unistdio/u-vasprintf.h: New file.
31323         * lib/unistdio/u-vsnprintf.h: New file.
31324         * lib/unistdio/u-vsprintf.h: New file.
31325         * lib/unistdio/ulc-asnprintf.c: New file.
31326         * lib/unistdio/ulc-asprintf.c: New file.
31327         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
31328         * lib/unistdio/ulc-printf-parse.c: New file.
31329         * lib/unistdio/ulc-snprintf.c: New file.
31330         * lib/unistdio/ulc-sprintf.c: New file.
31331         * lib/unistdio/ulc-vasnprintf.c: New file.
31332         * lib/unistdio/ulc-vasprintf.c: New file.
31333         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
31334         * lib/unistdio/ulc-vsnprintf.c: New file.
31335         * lib/unistdio/ulc-vsprintf.c: New file.
31336         * lib/unistdio/u8-asnprintf.c: New file.
31337         * lib/unistdio/u8-asprintf.c: New file.
31338         * lib/unistdio/u8-printf-parse.c: New file.
31339         * lib/unistdio/u8-snprintf.c: New file.
31340         * lib/unistdio/u8-sprintf.c: New file.
31341         * lib/unistdio/u8-vasnprintf.c: New file.
31342         * lib/unistdio/u8-vasprintf.c: New file.
31343         * lib/unistdio/u8-vsnprintf.c: New file.
31344         * lib/unistdio/u8-vsprintf.c: New file.
31345         * lib/unistdio/u8-u8-asnprintf.c: New file.
31346         * lib/unistdio/u8-u8-asprintf.c: New file.
31347         * lib/unistdio/u8-u8-snprintf.c: New file.
31348         * lib/unistdio/u8-u8-sprintf.c: New file.
31349         * lib/unistdio/u8-u8-vasnprintf.c: New file.
31350         * lib/unistdio/u8-u8-vasprintf.c: New file.
31351         * lib/unistdio/u8-u8-vsnprintf.c: New file.
31352         * lib/unistdio/u8-u8-vsprintf.c: New file.
31353         * lib/unistdio/u16-asnprintf.c: New file.
31354         * lib/unistdio/u16-asprintf.c: New file.
31355         * lib/unistdio/u16-printf-parse.c: New file.
31356         * lib/unistdio/u16-snprintf.c: New file.
31357         * lib/unistdio/u16-sprintf.c: New file.
31358         * lib/unistdio/u16-vasnprintf.c: New file.
31359         * lib/unistdio/u16-vasprintf.c: New file.
31360         * lib/unistdio/u16-vsnprintf.c: New file.
31361         * lib/unistdio/u16-vsprintf.c: New file.
31362         * lib/unistdio/u16-u16-asnprintf.c: New file.
31363         * lib/unistdio/u16-u16-asprintf.c: New file.
31364         * lib/unistdio/u16-u16-snprintf.c: New file.
31365         * lib/unistdio/u16-u16-sprintf.c: New file.
31366         * lib/unistdio/u16-u16-vasnprintf.c: New file.
31367         * lib/unistdio/u16-u16-vasprintf.c: New file.
31368         * lib/unistdio/u16-u16-vsnprintf.c: New file.
31369         * lib/unistdio/u16-u16-vsprintf.c: New file.
31370         * lib/unistdio/u32-asnprintf.c: New file.
31371         * lib/unistdio/u32-asprintf.c: New file.
31372         * lib/unistdio/u32-printf-parse.c: New file.
31373         * lib/unistdio/u32-snprintf.c: New file.
31374         * lib/unistdio/u32-sprintf.c: New file.
31375         * lib/unistdio/u32-vasnprintf.c: New file.
31376         * lib/unistdio/u32-vasprintf.c: New file.
31377         * lib/unistdio/u32-vsnprintf.c: New file.
31378         * lib/unistdio/u32-vsprintf.c: New file.
31379         * lib/unistdio/u32-u32-asnprintf.c: New file.
31380         * lib/unistdio/u32-u32-asprintf.c: New file.
31381         * lib/unistdio/u32-u32-snprintf.c: New file.
31382         * lib/unistdio/u32-u32-sprintf.c: New file.
31383         * lib/unistdio/u32-u32-vasnprintf.c: New file.
31384         * lib/unistdio/u32-u32-vasprintf.c: New file.
31385         * lib/unistdio/u32-u32-vsnprintf.c: New file.
31386         * lib/unistdio/u32-u32-vsprintf.c: New file.
31387         * tests/unistdio/test-ulc-asnprintf1.c: New file.
31388         * tests/unistdio/test-ulc-asnprintf1.h: New file.
31389         * tests/unistdio/test-ulc-printf1.h: New file.
31390         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
31391         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
31392         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
31393         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
31394         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
31395         * tests/unistdio/test-ulc-vasprintf1.c: New file.
31396         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
31397         * tests/unistdio/test-ulc-vsprintf1.c: New file.
31398         * tests/unistdio/test-u8-asnprintf1.c: New file.
31399         * tests/unistdio/test-u8-asnprintf1.h: New file.
31400         * tests/unistdio/test-u8-printf1.h: New file.
31401         * tests/unistdio/test-u8-vasnprintf1.c: New file.
31402         * tests/unistdio/test-u8-vasnprintf2.c: New file.
31403         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
31404         * tests/unistdio/test-u8-vasnprintf3.c: New file.
31405         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
31406         * tests/unistdio/test-u8-vasprintf1.c: New file.
31407         * tests/unistdio/test-u8-vsnprintf1.c: New file.
31408         * tests/unistdio/test-u8-vsprintf1.c: New file.
31409         * tests/unistdio/test-u16-asnprintf1.c: New file.
31410         * tests/unistdio/test-u16-asnprintf1.h: New file.
31411         * tests/unistdio/test-u16-printf1.h: New file.
31412         * tests/unistdio/test-u16-vasnprintf1.c: New file.
31413         * tests/unistdio/test-u16-vasnprintf2.c: New file.
31414         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
31415         * tests/unistdio/test-u16-vasnprintf3.c: New file.
31416         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
31417         * tests/unistdio/test-u16-vasprintf1.c: New file.
31418         * tests/unistdio/test-u16-vsnprintf1.c: New file.
31419         * tests/unistdio/test-u16-vsprintf1.c: New file.
31420         * tests/unistdio/test-u32-asnprintf1.c: New file.
31421         * tests/unistdio/test-u32-asnprintf1.h: New file.
31422         * tests/unistdio/test-u32-printf1.h: New file.
31423         * tests/unistdio/test-u32-vasnprintf1.c: New file.
31424         * tests/unistdio/test-u32-vasnprintf2.c: New file.
31425         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
31426         * tests/unistdio/test-u32-vasnprintf3.c: New file.
31427         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
31428         * tests/unistdio/test-u32-vasprintf1.c: New file.
31429         * tests/unistdio/test-u32-vsnprintf1.c: New file.
31430         * tests/unistdio/test-u32-vsprintf1.c: New file.
31431         * modules/unistdio/base: New file.
31432         * modules/unistdio/u-printf-args: New file.
31433         * modules/unistdio/ulc-asnprintf: New file.
31434         * modules/unistdio/ulc-asprintf: New file.
31435         * modules/unistdio/ulc-fprintf: New file.
31436         * modules/unistdio/ulc-printf-parse: New file.
31437         * modules/unistdio/ulc-snprintf: New file.
31438         * modules/unistdio/ulc-sprintf: New file.
31439         * modules/unistdio/ulc-vasnprintf: New file.
31440         * modules/unistdio/ulc-vasprintf: New file.
31441         * modules/unistdio/ulc-vfprintf: New file.
31442         * modules/unistdio/ulc-vsnprintf: New file.
31443         * modules/unistdio/ulc-vsprintf: New file.
31444         * modules/unistdio/u8-asnprintf: New file.
31445         * modules/unistdio/u8-asprintf: New file.
31446         * modules/unistdio/u8-printf-parse: New file.
31447         * modules/unistdio/u8-snprintf: New file.
31448         * modules/unistdio/u8-sprintf: New file.
31449         * modules/unistdio/u8-vasnprintf: New file.
31450         * modules/unistdio/u8-vasprintf: New file.
31451         * modules/unistdio/u8-vsnprintf: New file.
31452         * modules/unistdio/u8-vsprintf: New file.
31453         * modules/unistdio/u8-u8-asnprintf: New file.
31454         * modules/unistdio/u8-u8-asprintf: New file.
31455         * modules/unistdio/u8-u8-snprintf: New file.
31456         * modules/unistdio/u8-u8-sprintf: New file.
31457         * modules/unistdio/u8-u8-vasnprintf: New file.
31458         * modules/unistdio/u8-u8-vasprintf: New file.
31459         * modules/unistdio/u8-u8-vsnprintf: New file.
31460         * modules/unistdio/u8-u8-vsprintf: New file.
31461         * modules/unistdio/u16-asnprintf: New file.
31462         * modules/unistdio/u16-asprintf: New file.
31463         * modules/unistdio/u16-printf-parse: New file.
31464         * modules/unistdio/u16-snprintf: New file.
31465         * modules/unistdio/u16-sprintf: New file.
31466         * modules/unistdio/u16-vasnprintf: New file.
31467         * modules/unistdio/u16-vasprintf: New file.
31468         * modules/unistdio/u16-vsnprintf: New file.
31469         * modules/unistdio/u16-vsprintf: New file.
31470         * modules/unistdio/u16-u16-asnprintf: New file.
31471         * modules/unistdio/u16-u16-asprintf: New file.
31472         * modules/unistdio/u16-u16-snprintf: New file.
31473         * modules/unistdio/u16-u16-sprintf: New file.
31474         * modules/unistdio/u16-u16-vasnprintf: New file.
31475         * modules/unistdio/u16-u16-vasprintf: New file.
31476         * modules/unistdio/u16-u16-vsnprintf: New file.
31477         * modules/unistdio/u16-u16-vsprintf: New file.
31478         * modules/unistdio/u32-asnprintf: New file.
31479         * modules/unistdio/u32-asprintf: New file.
31480         * modules/unistdio/u32-printf-parse: New file.
31481         * modules/unistdio/u32-snprintf: New file.
31482         * modules/unistdio/u32-sprintf: New file.
31483         * modules/unistdio/u32-vasnprintf: New file.
31484         * modules/unistdio/u32-vasprintf: New file.
31485         * modules/unistdio/u32-vsnprintf: New file.
31486         * modules/unistdio/u32-vsprintf: New file.
31487         * modules/unistdio/u32-u32-asnprintf: New file.
31488         * modules/unistdio/u32-u32-asprintf: New file.
31489         * modules/unistdio/u32-u32-snprintf: New file.
31490         * modules/unistdio/u32-u32-sprintf: New file.
31491         * modules/unistdio/u32-u32-vasnprintf: New file.
31492         * modules/unistdio/u32-u32-vasprintf: New file.
31493         * modules/unistdio/u32-u32-vsnprintf: New file.
31494         * modules/unistdio/u32-u32-vsprintf: New file.
31495         * modules/unistdio/ulc-asnprintf-tests: New file.
31496         * modules/unistdio/ulc-vasnprintf-tests: New file.
31497         * modules/unistdio/ulc-vasprintf-tests: New file.
31498         * modules/unistdio/ulc-vsnprintf-tests: New file.
31499         * modules/unistdio/ulc-vsprintf-tests: New file.
31500         * modules/unistdio/u8-asnprintf-tests: New file.
31501         * modules/unistdio/u8-vasnprintf-tests: New file.
31502         * modules/unistdio/u8-vasprintf-tests: New file.
31503         * modules/unistdio/u8-vsnprintf-tests: New file.
31504         * modules/unistdio/u8-vsprintf-tests: New file.
31505         * modules/unistdio/u16-asnprintf-tests: New file.
31506         * modules/unistdio/u16-vasnprintf-tests: New file.
31507         * modules/unistdio/u16-vasprintf-tests: New file.
31508         * modules/unistdio/u16-vsnprintf-tests: New file.
31509         * modules/unistdio/u16-vsprintf-tests: New file.
31510         * modules/unistdio/u32-asnprintf-tests: New file.
31511         * modules/unistdio/u32-vasnprintf-tests: New file.
31512         * modules/unistdio/u32-vasprintf-tests: New file.
31513         * modules/unistdio/u32-vsnprintf-tests: New file.
31514         * modules/unistdio/u32-vsprintf-tests: New file.
31515         * MODULES.html.sh (Unicode string functions): Add the new modules.
31516
31517 2007-07-01  Bruno Haible  <bruno@clisp.org>
31518
31519         * lib/sprintf.c (sprintf): Limit the available length estimation,
31520         to avoid address wraparound.
31521         * lib/vsprintf.c (vsprintf): Likewise.
31522         * modules/sprintf-posix (Dependencies): Add stdint.
31523         * modules/vsprintf-posix (Dependencies): Likewise.
31524
31525 2007-07-01  Bruno Haible  <bruno@clisp.org>
31526
31527         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
31528         Windows PATH as well. Conservative double-quoting. Comments.
31529
31530 2007-07-01  Bruno Haible  <bruno@clisp.org>
31531             Eric Blake  <ebb9@byu.net>
31532             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31533
31534         * gnulib-tool (self_abspathname): Fix algorithm to cope with
31535         empty components in $PATH, denoting '.'.
31536
31537 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31538
31539         * gnulib-tool: Fix indentation.
31540         (func_create_megatestdir): Likewise.
31541         Report by Bruno Haible.
31542
31543 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31544
31545         Sync from Automake.
31546         * build-aux/gnupload: Fix shell portability issues with for loops.
31547         Report by Karl Berry.
31548
31549 2007-06-29  Simon Josefsson  <simon@josefsson.org>
31550
31551         * build-aux/maint.mk (POURL): Use translationproject.org.
31552
31553 2007-06-27  Simon Josefsson  <simon@josefsson.org>
31554             Bruno Haible  <bruno@clisp.org>
31555
31556         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
31557         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
31558         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
31559         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
31560         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
31561
31562 2007-06-27  Bruno Haible  <bruno@clisp.org>
31563
31564         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
31565         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
31566
31567 2007-06-26  Karl Berry  <karl@gnu.org>
31568
31569         * MODULES.html.sh: remove xreadlink-with-size.
31570
31571 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31572
31573         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
31574         method that I hope also handles the double-include problem noted
31575         by Bruno Haible in
31576         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
31577
31578 2007-06-23  Bruno Haible  <bruno@clisp.org>
31579
31580         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
31581         Don't let the 'mostlyclean' target fail if the last subdirectory could
31582         not be removed.
31583         Reported by Karl Berry.
31584
31585 2007-06-23  Bruno Haible  <bruno@clisp.org>
31586
31587         * gnulib-tool (echo): Add a speedier workaround for ksh.
31588         * tests/test-echo.sh: Likewise.
31589
31590 2007-06-23  Bruno Haible  <bruno@clisp.org>
31591
31592         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
31593         * tests/test-echo.sh: Likewise.
31594
31595 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31596
31597         * gnulib-tool (IFS): Initialize early, so we don't set it to
31598         empty later.
31599         (self_abspathname): Rewrite algorithm to set it, reindent.
31600         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
31601         (func_create_megatestdir): Merge some sed scripts.
31602
31603 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
31604
31605         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
31606         exposed by Sun Studio 11 cc on Solaris 8.
31607
31608 2007-06-22  Bruno Haible  <bruno@clisp.org>
31609
31610         * gnulib-tool (echo): Ensure the echo primitive does not interpret
31611         backslashes.
31612         * tests/test-echo.sh: New file.
31613
31614 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31615
31616         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
31617         simplify `sed_replace_build_aux' scripts, they are portable but
31618         echoing them with `echo' is not.
31619         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
31620
31621 2007-06-21  Karl Berry  <karl@gnu.org>
31622
31623         * config/srclist.txt: guess we can't handle the licenses via
31624         srclist at the moment.
31625
31626 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31627
31628         * MODULES.html.sh: Add include_next.
31629         * modules/include_next: New file.
31630
31631 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31632
31633         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
31634         INCLUDE_NEXT.
31635         (gl_CHECK_NEXT_HEADERS): New macro.
31636         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
31637         the obsolescent gl_ABSOLUTE_HEADER.
31638         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
31639         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
31640         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
31641         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
31642         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
31643         * m4/math_h.m4 (gl_MATH_H): Likewise.
31644         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
31645         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
31646         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
31647         * m4/stdint.m4 (gl_STDINT_H): Likewise.
31648         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
31649         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
31650         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
31651         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
31652         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
31653         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
31654         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
31655         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
31656         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
31657         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
31658         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
31659         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
31660         * m4/inttypes.m4 (gl_INTTYPES_H): Define
31661         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
31662         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
31663         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
31664         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
31665         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
31666         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
31667         * lib/float_.h: Likewise.
31668         * lib/inttypes_.h: Likewise.
31669         * lib/math_.h: Likewise.
31670         * lib/search_.h: Likewise.
31671         * lib/signal_.h: Likewise.
31672         * lib/stdint_.h: Likewise.
31673         * lib/stdio_.h: Likewise.
31674         * lib/stdlib_.h: Likewise.
31675         * lib/string_.h: Likewise.
31676         * lib/sys_stat_.h: Likewise.
31677         * lib/sys_time_.h: Likewise.
31678         * lib/time_.h: Likewise.
31679         * lib/unistd_.h: Likewise.
31680         * lib/wchar_.h: Likewise.
31681         * lib/wctype_.h: Likewise.
31682         * lib/dirent_.h: Likewise.
31683         * lib/iconv_.h: Likewise.
31684         * lib/locale_.h: Likewise.
31685         * lib/netinet_in_.h: Likewise.
31686         * lib/sys_select_.h: Likewise.
31687         * lib/sys_socket_.h: Likewise.
31688         * lib/sysexits_.h: Likewise.
31689         * modules/fcntl (Depends-on): Depend on include_next, not
31690         absolute_header.
31691         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
31692         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
31693         * modules/fchdir: Likewise.
31694         * modules/float: Likewise.
31695         * modules/iconv_open: Likewise.
31696         * modules/inttypes: Likewise.
31697         * modules/locale: Likewise.
31698         * modules/math: Likewise.
31699         * modules/netinet_in: Likewise.
31700         * modules/search: Likewise.
31701         * modules/signal: Likewise.
31702         * modules/stdint: Likewise.
31703         * modules/stdio: Likewise.
31704         * modules/stdlib: Likewise.
31705         * modules/string: Likewise.
31706         * modules/sys_select: Likewise.
31707         * modules/sys_socket: Likewise.
31708         * modules/sys_stat: Likewise.
31709         * modules/sys_time: Likewise.
31710         * modules/sysexits: Likewise.
31711         * modules/time: Likewise.
31712         * modules/unistd: Likewise.
31713         * modules/wchar: Likewise.
31714         * modules/wctype: Likewise.
31715         * modules/sys_stat: Change maintainer to "all".
31716         * modules/unistd: Likewise.
31717
31718 2007-06-20  Karl Berry  <karl@gnu.org>
31719
31720         * config/srclist.txt: track www changes in license files.
31721
31722 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
31723
31724         * build-aux/bootstrap: Remove stray dot.
31725         Make sure build_aux settings are honored when linking
31726         gnulib_extra_files.
31727
31728 2007-06-19  Eric Blake  <ebb9@byu.net>
31729
31730         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
31731         Allow compilation on cygwin.
31732
31733 2007-06-19  Jim Meyering  <jim@meyering.net>
31734
31735         xreadlink-with-size: Remove module.  No longer used.
31736         Ex-callers now use xreadlink or mreadlink-with-size.
31737         * modules/xreadlink-with-size: Remove module.
31738         * lib/xreadlink-with-size.c: Remove file.
31739         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
31740         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
31741         just before the function definition *is* accurate.
31742
31743         Eliminate one way canonicalize_filename_mode could exit.
31744         * lib/canonicalize.c (canonicalize_filename_mode):
31745         Use mreadlink_with_size, not xreadlink_with_size.
31746
31747 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
31748
31749         Detect porting problems to FreeBSD/arm, which has time_t wider than
31750         long int.  Original problem reported for GNU diff by Xin Li in
31751         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
31752         * modules/getdate (Depends-on): Add intprops, verify.
31753         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
31754         is an integer type no wider than long int.
31755
31756 2007-06-18  Jim Meyering  <jim@meyering.net>
31757
31758         New module: mreadlink-with-size.
31759         * MODULES.html.sh: Add mreadlink-with-size.
31760         * modules/mreadlink-with-size: New module
31761         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
31762         not xreadlink-with-size.
31763         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
31764
31765 2007-06-16  Bruno Haible  <bruno@clisp.org>
31766
31767         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
31768         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
31769         Reported by Gary V. Vaughan <gary@gnu.org>.
31770
31771 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
31772
31773         Revamp lchown so that it lives in unistd.h where it belongs.
31774         * lib/lchown.h: Remove.
31775         * lib/dirchownmod.c: Don't include lib/lchown.h.
31776         * lib/fchownat.c: Likewise.
31777         * lib/openat.c: Likewise.
31778         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
31779         does not follow symlinks.
31780         (EOPNOTSUPP): Define if not defined.
31781         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
31782         is defined to 0.
31783         (lchown): New decl.
31784         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
31785         Do not check for lchown decl.
31786         Set REPLACE_LCHOWN.
31787         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
31788         REPLACE_LCHOWN.
31789         * modules/chown: Make it clear it follows symlinks.
31790         * modules/lchown: Make it clear it doesn't follow symlinks.
31791         (Files): Remove lib/lchown.h
31792         (Depends-on): Add unistd.
31793         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
31794         (Include): Include <unistd.h>, not "lchown.h".
31795         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
31796         REPLACE_LCHOWN.
31797
31798 2007-06-15  Jim Meyering  <jim@meyering.net>
31799
31800         Change license (GPL to LGPL) of fsusage and dependents.
31801         * modules/fsusage (License): Change to LGPL.
31802         * modules/full-read (License): Likewise.
31803         * modules/full-write (License): Likewise.
31804         * modules/safe-read (License): Likewise.
31805         * modules/safe-write (License): Likewise.
31806
31807 2007-06-14  Ben Pfaff  <blp@gnu.org>
31808
31809         Missing part of allocsa -> malloca transition.
31810         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
31811         gl_MALLOCA.
31812
31813 2007-06-12  Bruno Haible  <bruno@clisp.org>
31814
31815         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
31816         to ia64, x86_64, i386.
31817         Reported by Eric Blake.
31818
31819 2007-06-12  Bruno Haible  <bruno@clisp.org>
31820
31821         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
31822         cross-compiling to x86_64.
31823
31824 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
31825
31826         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
31827         glitch reported by Ralf Wildenhues in
31828         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
31829
31830         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
31831         Vin Shelton.
31832
31833 2007-06-11  Bruno Haible  <bruno@clisp.org>
31834
31835         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
31836         replacement string.
31837         Reported by Eric Blake.
31838
31839 2007-06-10  Bruno Haible  <bruno@clisp.org>
31840
31841         Prepare vasnprintf code for use with Unicode strings.
31842         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
31843         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
31844         TYPE_U32_STRING.
31845         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
31846         a_u32_string variants.
31847         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
31848         * lib/printf-args.c: Don't include config.h and the specification
31849         header if PRINTF_FETCHARGS is already defined.
31850         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
31851         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
31852         TYPE_U16_STRING, TYPE_U32_STRING.
31853         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
31854         u16_directive, u16_directives, u32_directive, u32_directives): New
31855         types.
31856         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
31857         New declarations.
31858         * lib/printf-parse.c: Don't include config.h and the specification
31859         header if PRINTF_PARSE is already defined. Eliminate the set of
31860         parameters for WIDE_CHAR_VERSION; the user of this file must provide
31861         them now. Include c-ctype.h.
31862         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
31863         directive and CHAR_T_ONLY_ASCII.
31864         * lib/vasnprintf.c: Don't include config.h and the specification header
31865         if VASNPRINTF is already defined.
31866         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
31867         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
31868         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
31869         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
31870         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
31871         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
31872         code accordingly.
31873         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
31874         pad_ourselves also in this case, with the 'c' and 's' directives, and
31875         with a different notion of "width".
31876         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
31877
31878 2007-06-10  Bruno Haible  <bruno@clisp.org>
31879
31880         * modules/unistr/u32-mbsnlen: New file.
31881         * lib/unistr/u32-mbsnlen.c: New file.
31882
31883         * modules/unistr/u16-mbsnlen: New file.
31884         * lib/unistr/u16-mbsnlen.c: New file.
31885
31886         * modules/unistr/u8-mbsnlen: New file.
31887         * lib/unistr/u8-mbsnlen.c: New file.
31888
31889         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
31890         declarations.
31891
31892 2007-06-10  Bruno Haible  <bruno@clisp.org>
31893
31894         * lib/string_.h (mbsnlen): New declaration.
31895         * lib/mbsnlen.c: New file.
31896         * m4/mbsnlen.m4: New file.
31897         * modules/mbsnlen: New file.
31898         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
31899         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
31900         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
31901
31902 2007-06-10  Bruno Haible  <bruno@clisp.org>
31903
31904         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
31905
31906 2007-06-10  Bruno Haible  <bruno@clisp.org>
31907
31908         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
31909         * lib/mbuiter.h: Likewise.
31910
31911 2007-06-10  Bruno Haible  <bruno@clisp.org>
31912
31913         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
31914         declaration.
31915
31916 2007-06-10  Karl Berry  <karl@gnu.org>
31917
31918         * config/srclist.txt: remove gettext entries, Bruno prefers
31919         to update individually.
31920
31921 2007-06-10  Bruno Haible  <bruno@clisp.org>
31922
31923         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
31924         'maxlen'. Ensure only length + width bytes are allocated, not
31925         length + 1 + width.
31926
31927 2007-06-09  Bruno Haible  <bruno@clisp.org>
31928
31929         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
31930         (CHAR_T): Remove macro.
31931         (VASNPRINTF): Update.
31932
31933 2007-06-09  Bruno Haible  <bruno@clisp.org>
31934
31935         * MODULES.html.sh (Unicode string functions): Add the new modules.
31936
31937         * modules/uniconv/u32-conv-to-enc: New file.
31938         * lib/uniconv/u32-conv-to-enc.c: New file.
31939         * modules/uniconv/u32-conv-to-enc-tests: New file.
31940         * tests/uniconv/test-u32-conv-to-enc.c: New file.
31941
31942         * modules/uniconv/u16-conv-to-enc: New file.
31943         * lib/uniconv/u16-conv-to-enc.c: New file.
31944         * lib/uniconv/u-conv-to-enc.h: New file.
31945         * modules/uniconv/u16-conv-to-enc-tests: New file.
31946         * tests/uniconv/test-u16-conv-to-enc.c: New file.
31947
31948         * modules/uniconv/u8-conv-to-enc: New file.
31949         * lib/uniconv/u8-conv-to-enc.c: New file.
31950         * modules/uniconv/u8-conv-to-enc-tests: New file.
31951         * tests/uniconv/test-u8-conv-to-enc.c: New file.
31952
31953         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
31954         u32_conv_to_encoding): New declarations.
31955
31956 2007-06-09  Bruno Haible  <bruno@clisp.org>
31957
31958         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
31959
31960 2007-06-09  Bruno Haible  <bruno@clisp.org>
31961
31962         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
31963         * modules/malloca: Renamed from modules/allocsa, updated.
31964         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
31965         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
31966         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
31967         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
31968         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
31969         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
31970         * modules/xmalloca: Renamed from modules/xallocsa, updated.
31971         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
31972         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
31973         * modules/c-strcasestr (Depends-on): Update.
31974         * lib/c-strcasestr.c: Update.
31975         * modules/c-strstr (Depends-on): Update.
31976         * lib/c-strstr.c: Update.
31977         * modules/canonicalize-lgpl (Depends-on): Update.
31978         * lib/canonicalize-lgpl.c: Update.
31979         * modules/clean-temp (Depends-on): Update.
31980         * lib/clean-temp.c: Update.
31981         * modules/csharpcomp (Depends-on): Update.
31982         * lib/csharpcomp.c: Update.
31983         * modules/csharpexec (Depends-on): Update.
31984         * lib/csharpexec.c: Update.
31985         * modules/javacomp (Depends-on): Update.
31986         * lib/javacomp.c: Update.
31987         * modules/javaexec (Depends-on): Update.
31988         * lib/javaexec.c: Update.
31989         * modules/mbscasestr (Depends-on): Update.
31990         * lib/mbscasestr.c: Update.
31991         * modules/mbsstr (Depends-on): Update.
31992         * lib/mbsstr.c: Update.
31993         * modules/setenv (Depends-on): Update.
31994         * lib/setenv.c: Update.
31995         * modules/strcasestr (Depends-on): Update.
31996         * lib/strcasestr.c: Update.
31997         * modules/striconveha (Depends-on): Update.
31998         * lib/striconveha.c: Update.
31999         * modules/relocatable-prog-wrapper (Files): Update.
32000         * lib/relocwrapper.c: Update.
32001         * build-aux/install-reloc: Update.
32002         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
32003
32004 2007-06-08  Bruno Haible  <bruno@clisp.org>
32005
32006         Port to uClibc.
32007         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
32008         * lib/fpurge.c (fpurge): Likewise.
32009         * lib/freading.c (freading): Likewise.
32010         * lib/fseeko.c (rpl_fseeko): Likewise.
32011         * lib/fseterr.c (fseterr): Likewise.
32012         * lib/fwriting.c (fwriting): Likewise.
32013         * tests/test-fflush.c (main): Avoid a failure on uClibc.
32014
32015 2007-06-08  Bruno Haible  <bruno@clisp.org>
32016
32017         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
32018         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
32019         * modules/gettext (Files): Add m4/intlmacosx.m4.
32020
32021 2007-06-07  Bruno Haible  <bruno@clisp.org>
32022
32023         * modules/localename-tests: New file.
32024         * tests/test-localename.c: New file.
32025
32026         New module 'localename'.
32027         * lib/localename.h: New file.
32028         * lib/localename.c: New file, from GNU gettext.
32029         * m4/localename.m4: New file.
32030         * modules/localename: New file.
32031
32032 2007-06-07  Bruno Haible  <bruno@clisp.org>
32033
32034         Work around the lack of <wchar.h> on some builds of uClibc.
32035         * doc/headers/wchar.texi: Update.
32036         * lib/wchar_.h: Include <wchar.h> only if it exists.
32037         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
32038         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
32039         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
32040         doesn't exist.
32041         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
32042         * modules/mbfile (Depends-on): Add wchar.
32043         * modules/mbiter (Depends-on): Likewise.
32044         * modules/mbuiter (Depends-on): Likewise.
32045         Reported by Simon Josefsson.
32046
32047 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
32048
32049         Work around problem reported by Steven M. Schweda in
32050         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
32051         Tru64 5.1B with the Compaq compiler environment installed declares
32052         an 'isblank' function but does not define it in the C library.
32053         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
32054         * lib/regex_internal.h (isblank): Likewise.
32055         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
32056         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32057
32058 2007-06-05  Bruno Haible  <bruno@clisp.org>
32059
32060         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
32061         ia64.
32062         * modules/printf-safe: New file.
32063         * modules/fprintf-posix (Depends-on): Add printf-safe.
32064         * modules/printf-posix (Depends-on): Likewise.
32065         * modules/snprintf-posix (Depends-on): Likewise.
32066         * modules/sprintf-posix (Depends-on): Likewise.
32067         * modules/vasnprintf-posix (Depends-on): Likewise.
32068         * modules/vasprintf-posix (Depends-on): Likewise.
32069         * modules/vfprintf-posix (Depends-on): Likewise.
32070         * modules/vprintf-posix (Depends-on): Likewise.
32071         * modules/vsnprintf-posix (Depends-on): Likewise.
32072         * modules/vsprintf-posix (Depends-on): Likewise.
32073         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
32074         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
32075         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
32076         "no" on i386, x86_64, ia64.
32077         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
32078         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32079         on i386, x86_64, ia64.
32080         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
32081         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32082         on i386, x86_64, ia64.
32083         * tests/test-vasnprintf-posix.c: Include float.h.
32084         (LDBL80_WORDS): New macro.
32085         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32086         on i386, x86_64, ia64.
32087         * tests/test-vasprintf-posix.c: Include float.h.
32088         (LDBL80_WORDS): New macro.
32089         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
32090         on i386, x86_64, ia64.
32091         * tests/test-snprintf-posix.c: Include float.h.
32092         * tests/test-sprintf-posix.c: Likewise.
32093         * tests/test-vsnprintf-posix.c: Likewise.
32094         * tests/test-vsprintf-posix.c: Likewise.
32095
32096 2007-06-05  Bruno Haible  <bruno@clisp.org>
32097
32098         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
32099         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
32100         non-IEEE numbers on i386, x86_64, ia64.
32101         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
32102         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
32103         * tests/test-isnanl.h: Include float.h.
32104         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
32105
32106 2007-06-05  Bruno Haible  <bruno@clisp.org>
32107
32108         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
32109         also the %a / %A. Handle the %a / %A code before this extra handling.
32110
32111 2007-06-05  Bruno Haible  <bruno@clisp.org>
32112
32113         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
32114         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
32115
32116 2007-06-05  Bruno Haible  <bruno@clisp.org>
32117
32118         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
32119         typo in variable name.
32120
32121 2007-06-05  Eric Blake  <ebb9@byu.net>
32122
32123         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
32124         Reported by Simon Josefsson.
32125
32126 2007-06-04  Bruno Haible  <bruno@clisp.org>
32127
32128         Avoid test failures on some PowerPC platforms.
32129         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
32130         Define differently for PowerPC.
32131         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
32132         Reported by Gary V. Vaughan <gary@gnu.org>.
32133
32134 2007-06-02  Bruno Haible  <bruno@clisp.org>
32135
32136         Fix test-stdint failure on FreeBSD/ia64.
32137         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
32138         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
32139         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
32140         * doc/headers/stdint.texi: Update.
32141
32142 2007-06-01  Bruno Haible  <bruno@clisp.org>
32143
32144         * tests/test-binary-io.c (main): Pass a third argument to open().
32145         Reported by Gary V. Vaughan <gary@gnu.org>.
32146
32147 2007-06-01  Bruno Haible  <bruno@clisp.org>
32148
32149         * doc/functions/frexpl.texi: Update for mingw.
32150
32151 2007-06-01  Bruno Haible  <bruno@clisp.org>
32152
32153         * tests/test-lseek.c (main): Disable test of errno for invalid third
32154         argument.
32155         * doc/functions/lseek.texi: Update.
32156         Reported by Gary V. Vaughan <gary@gnu.org>.
32157
32158 2007-05-28  Bruno Haible  <bruno@clisp.org>
32159
32160         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
32161
32162 2007-05-31  Eric Blake  <ebb9@byu.net>
32163
32164         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
32165         cross compiling.
32166
32167 2007-05-30  Eric Blake  <ebb9@byu.net>
32168         and Bruno Haible  <bruno@clisp.org>
32169
32170         Work around mingw test failures exposed by m4-1.4.9b.
32171         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
32172         * tests/test-unistd.c: Disable uid_t and git_t tests for the
32173         moment.
32174
32175 2007-05-30  Bruno Haible  <bruno@clisp.org>
32176
32177         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
32178         assuming that they are closed. Needed on HP-UX 11.
32179
32180 2007-05-29  Bruno Haible  <bruno@clisp.org>
32181
32182         Fix a problem with #include_next.
32183         * lib/dirent_.h: Split the double-inclusion guard.
32184         * lib/fcntl_.h: Likewise.
32185         * lib/float_.h: Likewise.
32186         * lib/iconv_.h: Likewise.
32187         * lib/inttypes_.h: Likewise.
32188         * lib/locale_.h: Likewise.
32189         * lib/math_.h: Likewise.
32190         * lib/netinet_in_.h: Likewise.
32191         * lib/search_.h: Likewise.
32192         * lib/signal_.h: Likewise.
32193         * lib/stdint_.h: Likewise.
32194         * lib/stdio_.h: Likewise.
32195         * lib/stdlib_.h: Likewise.
32196         * lib/string_.h: Likewise.
32197         * lib/sys_select_.h: Likewise.
32198         * lib/sys_socket_.h: Likewise.
32199         * lib/sys_stat_.h: Likewise.
32200         * lib/sys_time_.h: Likewise.
32201         * lib/sysexits_.h: Likewise.
32202         * lib/time_.h: Likewise.
32203         * lib/unistd_.h: Likewise.
32204         * lib/wchar_.h: Likewise.
32205         * lib/wctype_.h: Likewise.
32206
32207 2007-05-29  Bruno Haible  <bruno@clisp.org>
32208
32209         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
32210         for the moment.
32211
32212 2007-05-29  Bruno Haible  <bruno@clisp.org>
32213
32214         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
32215         invocation.
32216         Reported by Eric Blake.
32217
32218 2007-05-29  Bruno Haible  <bruno@clisp.org>
32219
32220         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
32221         compiling case.
32222
32223 2007-05-29  Eric Blake  <ebb9@byu.net>
32224             Bruno Haible  <bruno@clisp.org>
32225
32226         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
32227         cross compiles.
32228
32229 2007-05-28  Eric Blake  <ebb9@byu.net>
32230
32231         * modules/closein-tests (test_closein_LDADD): Support test on
32232         cygwin with libtool.
32233
32234 2007-05-28  Bruno Haible  <bruno@clisp.org>
32235
32236         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
32237         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32238         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32239         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32240         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32241         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32242         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32243         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32244         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32245
32246 2007-05-28  Eric Blake  <ebb9@byu.net>
32247
32248         Unconditionally include <config.h> in unit tests.
32249         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
32250         * tests/test-allocsa.c, tests/test-arcfour.c,
32251         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
32252         tests/test-array_list.c, tests/test-array_oset.c,
32253         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
32254         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
32255         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
32256         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
32257         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
32258         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
32259         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
32260         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
32261         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
32262         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
32263         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
32264         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
32265         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
32266         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
32267         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
32268         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
32269         test-md5.c, test-memmem.c, test-printf-posix.c,
32270         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
32271         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
32272         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
32273         test-strcasestr.c, test-striconv.c, test-striconveh.c,
32274         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
32275         test-vasnprintf-posix2.c, test-vasnprintf.c,
32276         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
32277         test-vfprintf-posix.c, test-vprintf-posix.c,
32278         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
32279         test-xvasprintf.c: Likewise.
32280
32281 2007-05-28  Bruno Haible  <bruno@clisp.org>
32282
32283         * gnulib-tool (func_import): Remember the --with-tests command-line
32284         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
32285         Reported by Eric Blake.
32286
32287 2007-05-28  Bruno Haible  <bruno@clisp.org>
32288
32289         * modules/ftell-tests: New file.
32290         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
32291         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
32292
32293         * lib/ftell.c: New file.
32294         * modules/ftell: New file.
32295         * m4/ftell.m4: New file.
32296         * doc/functions/ftell.texi: Update.
32297         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
32298         REPLACE_FTELL.
32299         * lib/stdio_.h (rpl_ftell): New declaration.
32300         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
32301         REPLACE_FTELL.
32302
32303 2007-05-28  Eric Blake  <ebb9@byu.net>
32304
32305         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
32306
32307 2007-05-28  Bruno Haible  <bruno@clisp.org>
32308
32309         * modules/fseek-tests: New file.
32310         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
32311         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
32312
32313         * lib/fseek.c: New file.
32314         * modules/fseek: New file.
32315         * m4/fseek.m4: New file.
32316         * doc/functions/fseek.texi: Update.
32317         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
32318         REPLACE_FSEEK.
32319         * lib/stdio_.h (rpl_fseek): New declaration.
32320         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
32321         REPLACE_FSEEK.
32322
32323 2007-05-28  Bruno Haible  <bruno@clisp.org>
32324
32325         * lib/stdio_.h (fflush): More comments.
32326
32327 2007-05-28  Bruno Haible  <bruno@clisp.org>
32328
32329         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
32330         runtime test.
32331
32332 2007-05-28  Eric Blake  <ebb9@byu.net>
32333
32334         Improve lseek module.
32335         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
32336         * lib/unistd_.h (lseek): Scale back link warning message.
32337         * tests/test-lseek.c: Beef up test.
32338         * tests/test-lseek.sh: Exercise more facets of lseek.
32339         Reported by Bruno Haible.
32340
32341 2007-05-28  Bruno Haible  <bruno@clisp.org>
32342
32343         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
32344         to define.
32345
32346 2007-05-27  Bruno Haible  <bruno@clisp.org>
32347
32348         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
32349
32350 2007-05-27  Bruno Haible  <bruno@clisp.org>
32351
32352         * modules/openmp: New file.
32353         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
32354         Noah Misch.
32355
32356 2007-05-26  Bruno Haible  <bruno@clisp.org>
32357
32358         * modules/chdir-long (Depends-on): Add fchdir.
32359         * modules/chdir-safer (Depends-on): Likewise.
32360         * modules/fts (Depends-on): Likewise.
32361         * modules/fts-lgpl (Depends-on): Likewise.
32362         * modules/openat (Depends-on): Likewise.
32363         * modules/savewd (Depends-on): Likewise.
32364
32365 2007-05-24  Eric Blake  <ebb9@byu.net>
32366
32367         Fix lseek on mingw.
32368         * modules/lseek: New module.
32369         * m4/lseek.m4: New file.
32370         * lib/lseek.c: New file.
32371         * modules/lseek-tests: New file.
32372         * tests/test-lseek.c: New file.
32373         * tests/test-lseek.sh: New file.
32374         * MODULES.html.sh: Document lseek module.
32375         * modules/fflush (Depends-on): Add lseek, fseeko.
32376         * modules/fseeko (Depends-on): Likewise.
32377         * modules/ftello (Depends-on): Likewise.
32378         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
32379         broken.
32380         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
32381         broken.
32382         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
32383         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
32384         * lib/ftello.c (rpl_ftello): Likewise.
32385         * tests/test-fseeko.c (main): Test this.
32386         * tests/test-fseeko.sh: Likewise.
32387         * tests/test-ftello.c (main): Likewise.
32388         * tests/test-ftello.sh: Likewise.
32389         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
32390         implies replacing fseek.
32391         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
32392         HAVE_FTELLO.
32393         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
32394         * modules/unistd (Makefile.am): Likewise.
32395         * lib/unistd_.h (lseek): Declare a replacement.
32396         * doc/functions/lseek.texi (lseek): Document this fix.
32397         * doc/functions/fseek.texi (fseek): Likewise.
32398         * doc/functions/ftell.texi (ftell): Likewise.
32399
32400 2007-05-24  Bruno Haible  <bruno@clisp.org>
32401
32402         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
32403         in the printed representation of a NaN.
32404         * tests/test-vasprintf-posix.c (test_function): Likewise.
32405         * tests/test-snprintf-posix.h (test_function): Likewise.
32406         * tests/test-sprintf-posix.h (test_function): Likewise.
32407         Reported by Eric Blake.
32408
32409 2007-05-23  Eric Blake  <ebb9@byu.net>
32410
32411         Fix fseeko/ftello on cygwin 1.5.24.
32412         * doc/functions/fseeko.texi (fseeko): Document the fix.
32413         * doc/functions/ftello.texi (ftello): Document the fix.
32414         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
32415         * doc/functions/stdout.text (stdout): New file.
32416         * doc/functions/stderr.text (stderr): New file.
32417         * doc/gnulib.texi (Function Substitutes): Use new files.
32418         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
32419         prior to 1.7.0.
32420         * tests/test-ftello.c (main): Likewise for ftello.
32421         * tests/test-fseeko.sh: New file.
32422         * tests/test-ftello.sh: New file.
32423         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
32424         with seekable stdin.
32425         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
32426         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
32427         (gl_REPLACE_FSEEKO): New macro.
32428         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
32429         * modules/fseeko (Files): Distribute fseeko.c.
32430         * modules/ftello (Files): Distribute ftello.c.
32431         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
32432         mode.
32433         * lib/ftello.c (rpl_ftello): New file.
32434         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
32435         fseeko, ftello.
32436         (gl_STDIN_LARGE_OFFSET): New macro.
32437         * modules/stdio (Makefile.am): Perform the replacement.
32438         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
32439
32440 2007-05-23  Bruno Haible  <bruno@clisp.org>
32441
32442         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
32443         GNULIB_POSIXCHECK is defined.
32444
32445 2007-05-21  Bruno Haible  <bruno@clisp.org>
32446
32447         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
32448         Check also the output for NaN arguments. When cross-compiling, guess
32449         no on IRIX.
32450         * lib/vasnprintf.c: Update comments.
32451         * tests/test-vasnprintf-posix.c (strisnan): New function.
32452         (test_function): Use it.
32453         * tests/test-vasprintf-posix.c (strisnan): New function.
32454         (test_function): Use it.
32455         * tests/test-snprintf-posix.h (strisnan): New function.
32456         (test_function): Use it.
32457         * tests/test-sprintf-posix.h (strisnan): New function.
32458         (test_function): Use it.
32459         Reported by Eric Blake.
32460
32461 2007-05-20  Bruno Haible  <bruno@clisp.org>
32462
32463         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
32464         numbers that fails on BeOS.
32465         * doc/functions/frexpl.texi: Update.
32466
32467 2007-05-20  Jim Meyering  <jim@meyering.net>
32468
32469         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
32470         forced upon us by glibc-2.6.
32471
32472 2007-05-20  Bruno Haible  <bruno@clisp.org>
32473
32474         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
32475         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
32476         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
32477         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
32478         NEED_PRINTF_INFINITE.
32479         (is_infinitel): New function.
32480         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
32481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
32482         gl_PREREQ_VASNPRINTF_INFINITE.
32483         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
32484         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32485         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
32486         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
32487         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
32488         gl_PREREQ_VASNPRINTF_INFINITE.
32489         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32490         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32491         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32492         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32493         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32494         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32495         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32496         * doc/functions/fprintf.texi: Update.
32497         * doc/functions/printf.texi: Update.
32498         * doc/functions/snprintf.texi: Update.
32499         * doc/functions/sprintf.texi: Update.
32500         * doc/functions/vfprintf.texi: Update.
32501         * doc/functions/vprintf.texi: Update.
32502         * doc/functions/vsnprintf.texi: Update.
32503         * doc/functions/vsprintf.texi: Update.
32504
32505 2007-05-20  Bruno Haible  <bruno@clisp.org>
32506
32507         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
32508         was not found in libc.
32509         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
32510
32511 2007-05-20  Bruno Haible  <bruno@clisp.org>
32512
32513         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
32514         printed as "-nan" instead of "nan".
32515         * tests/test-vasprintf-posix.c (test_function): Likewise.
32516         * tests/test-snprintf-posix.h (test_function): Likewise.
32517         * tests/test-sprintf-posix.h (test_function): Likewise.
32518         Needed for HP-UX 11.
32519
32520 2007-05-20  Jim Meyering  <jim@meyering.net>
32521
32522         Fix buggy test for the fchownat-deref bug.
32523         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
32524         symlink required for the run-test.  Without it, this test would
32525         always declare that fchownat doesn't work, and client code would
32526         unnecessarily use the replacement function with fixed libc.
32527         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
32528         Reported by Greg Schafer.
32529
32530 2007-05-19  Bruno Haible  <bruno@clisp.org>
32531
32532         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
32533         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
32534         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
32535         Needed for IRIX 6.5 and Solaris 2.5.1.
32536
32537 2007-05-19  Bruno Haible  <bruno@clisp.org>
32538
32539         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
32540         (test_function): Skip tests involving -0.0 on platforms where
32541         -0.0 = 0.0.
32542         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
32543         (test_function): Skip tests involving -0.0 on platforms where
32544         -0.0 = 0.0.
32545         * tests/test-snprintf-posix.h (have_minus_zero): New function.
32546         (test_function): Skip tests involving -0.0 on platforms where
32547         -0.0 = 0.0.
32548         * tests/test-sprintf-posix.h (have_minus_zero): New function.
32549         (test_function): Skip tests involving -0.0 on platforms where
32550         -0.0 = 0.0.
32551         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
32552         tests.
32553         * tests/test-printf-posix.h (test_function): Likewise.
32554         * tests/test-printf-posix.output: Remove all -0.0 related results.
32555         Needed for IRIX 6.5.
32556
32557 2007-05-19  Bruno Haible  <bruno@clisp.org>
32558
32559         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
32560         printed as "nan0x7fffffff" instead of "nan".
32561         * tests/test-vasprintf-posix.c (test_function): Likewise.
32562         * tests/test-snprintf-posix.h (test_function): Likewise.
32563         * tests/test-sprintf-posix.h (test_function): Likewise.
32564         * tests/test-fprintf-posix.h (NaN): Remove macro.
32565         (test_function): Remove all NaN related tests.
32566         * tests/test-printf-posix.h (NaN): Remove macro.
32567         (test_function): Remove all NaN related tests.
32568         * tests/test-printf-posix.output: Remove all NaN related results.
32569         Needed for IRIX 6.5.
32570
32571 2007-05-19  Bruno Haible  <bruno@clisp.org>
32572
32573         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
32574         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
32575
32576 2007-05-19  Bruno Haible  <bruno@clisp.org>
32577
32578         * lib/float_.h: New file.
32579         * m4/float_h.m4: New file.
32580         * modules/float: New file.
32581         * modules/isnanl (Dependencies): Add float.
32582         * modules/isnanl-nolibm (Dependencies): Likewise.
32583         * modules/mathl (Dependencies): Likewise.
32584         * modules/printf-frexpl (Dependencies): Likewise.
32585         * modules/signbit (Dependencies): Likewise.
32586         * modules/vasnprintf (Dependencies): Likewise.
32587         * doc/headers/float.texi: Update.
32588
32589 2007-05-19  Jim Meyering  <jim@meyering.net>
32590
32591         * lib/utimens.c (gl_futimens): Rename from futimens,
32592         now that glibc-2.6 declares futimens.
32593         * lib/utimens.h: Likewise.
32594
32595 2007-05-19  Bruno Haible  <bruno@clisp.org>
32596
32597         Avoid test failures on mingw.
32598         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
32599         * tests/test-printf-posix.sh: Likewise.
32600         * tests/test-vfprintf-posix.sh: Likewise.
32601         * tests/test-vprintf-posix.sh: Likewise.
32602
32603 2007-05-19  Bruno Haible  <bruno@clisp.org>
32604
32605         Fix *printf result for NaN, Inf, -0.0 on mingw.
32606         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
32607         * lib/vasnprintf.c: Include math.h and isnan.h.
32608         (is_infinite_or_zero): New function.
32609         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
32610         values in the %f, %F, %e, %E, %g, %G directives.
32611         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
32612         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32613         gl_PRINTF_INFINITE and test its result. Invoke
32614         gl_PREREQ_VASNPRINTF_INFINITE.
32615         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32616         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32617         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32618         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32619         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32620         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32621         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32622         * doc/functions/fprintf.texi: Update.
32623         * doc/functions/printf.texi: Update.
32624         * doc/functions/snprintf.texi: Update.
32625         * doc/functions/sprintf.texi: Update.
32626         * doc/functions/vfprintf.texi: Update.
32627         * doc/functions/vprintf.texi: Update.
32628         * doc/functions/vsnprintf.texi: Update.
32629         * doc/functions/vsprintf.texi: Update.
32630
32631 2007-05-19  Bruno Haible  <bruno@clisp.org>
32632
32633         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
32634         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
32635         Instead of multiplying with 10^k, set extra_zeroes to k.
32636         (scale10_round_long_double): Remove function.
32637
32638 2007-05-18  Bruno Haible  <bruno@clisp.org>
32639
32640         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
32641         introduced on 2007-05-06.
32642
32643 2007-05-18  Bruno Haible  <bruno@clisp.org>
32644
32645         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
32646         %g directives.
32647         * tests/test-vasprintf-posix.c (test_function): Likewise.
32648         * tests/test-snprintf-posix.h (test_function): Likewise.
32649         * tests/test-sprintf-posix.h (test_function): Likewise.
32650
32651 2007-05-18  Bruno Haible  <bruno@clisp.org>
32652
32653         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
32654         (strmatch): New function.
32655         (test_function): Test the %f directive on numbers of various exponents.
32656         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
32657         (strmatch): New function.
32658         (test_function): Test the %f directive on numbers of various exponents.
32659         * tests/test-snprintf-posix.h (strmatch): New function.
32660         (test_function): Test the %f directive on numbers of various exponents.
32661         * tests/test-sprintf-posix.h (strmatch): New function.
32662         (test_function): Test the %f directive on numbers of various exponents.
32663         * tests/test-snprintf-posix.c (SIZEOF): New macro.
32664         * tests/test-sprintf-posix.c (SIZEOF): New macro.
32665         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
32666         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
32667
32668 2007-05-18  Bruno Haible  <bruno@clisp.org>
32669
32670         Add support for 'long double' number output.
32671         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
32672         * lib/vasnprintf.c: Include math.h and float+.h.
32673         (mp_limb_t): New type.
32674         (GMP_LIMB_BITS): New macro.
32675         (mp_twolimb_t): New type.
32676         (GMP_TWOLIMB_BITS): New macro.
32677         (mpn_t): New type.
32678         (multiply, divide, convert_to_decimal, decode_long_double,
32679         scale10_round_long_double, scale10_round_decimal_long_double,
32680         floorlog10l): New functions.
32681         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
32682         for the %f, %F, %e, %E, %g, %G directives.
32683         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
32684         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32685         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
32686         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
32687         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32688         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32689         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32690         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32691         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32692         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32693         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32694         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
32695         * modules/snprintf-posix (Depends-on): Likewise.
32696         * modules/sprintf-posix (Depends-on): Likewise.
32697         * modules/vasnprintf-posix (Depends-on): Likewise.
32698         * modules/vasprintf-posix (Depends-on): Likewise.
32699         * modules/vfprintf-posix (Depends-on): Likewise.
32700         * modules/vsnprintf-posix (Depends-on): Likewise.
32701         * modules/vsprintf-posix (Depends-on): Likewise.
32702         * modules/vasnprintf (Files): Add lib/float+.h.
32703         * doc/functions/fprintf.texi: Update.
32704         * doc/functions/printf.texi: Update.
32705         * doc/functions/snprintf.texi: Update.
32706         * doc/functions/sprintf.texi: Update.
32707         * doc/functions/vfprintf.texi: Update.
32708         * doc/functions/vprintf.texi: Update.
32709         * doc/functions/vsnprintf.texi: Update.
32710         * doc/functions/vsprintf.texi: Update.
32711
32712 2007-05-18  Bruno Haible  <bruno@clisp.org>
32713
32714         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
32715
32716 2007-05-18  Bruno Haible  <bruno@clisp.org>
32717
32718         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
32719         for printing 64-bit integers. Needed for mingw.
32720
32721 2007-05-18  Bruno Haible  <bruno@clisp.org>
32722
32723         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32724         gl_FUNC_FREXPL_WORKS.
32725         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
32726
32727 2007-05-18  Bruno Haible  <bruno@clisp.org>
32728
32729         * modules/frexpl-nolibm-tests: New file.
32730
32731         * modules/frexpl-nolibm: New file.
32732         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
32733
32734 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
32735
32736         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
32737         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
32738         GCC 4.2, which otherwise issues a lot of warnings.
32739         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
32740         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
32741         Likewise.
32742         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
32743         * modules/iconv_open (iconv.h): Likewise.
32744         * modules/locale (locale.h): Likewise.
32745         * modules/netinet_in (netinet/in.h): Likewise.
32746         * modules/sys_select (sys_select.h): Likewise.
32747         * modules/sys_socket (sys/socket.h): Likewise.
32748         * modules/sys_stat (sys/stat.h): Likewise.
32749         * modules/sysexits (sysexits.h): Likewise.
32750         * modules/unistd (unistd.h): Likewise.
32751
32752 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32753
32754         * modules/closein-tests (Makefile.am): Distribute
32755         `test-closein.sh'.
32756
32757 2007-05-17  Bruno Haible  <bruno@clisp.org>
32758
32759         * tests/test-printf-posix.output: Renamed from
32760         tests/test-fprintf-posix.out.
32761         * modules/fprintf-posix-tests: Update.
32762         * modules/printf-posix-tests: Update.
32763         * modules/vfprintf-posix-tests: Update.
32764         * modules/vprintf-posix-tests: Update.
32765         * tests/test-fprintf-posix.sh: Update.
32766         * tests/test-printf-posix.sh: Update.
32767         * tests/test-vfprintf-posix.sh: Update.
32768         * tests/test-vprintf-posix.sh: Update.
32769         Reported by Ralf Wildenhues.
32770
32771 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
32772
32773         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
32774         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
32775         GCC 4.2, which otherwise issues a lot of warnings.
32776         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
32777         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
32778         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
32779         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
32780         it should no longer be needed.
32781         * lib/string_.h: Likewise.
32782         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
32783         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
32784         * modules/inttypes (inttypes.h): Likewise.
32785         * modules/math (math.h): Likewise.
32786         * modules/search (search.h): Likewise.
32787         * modules/signal (signal.h): Likewise.
32788         * modules/stdint (stdint.h): Likewise.
32789         * modules/stdio (stdio.h): Likewise.
32790         * modules/stdlib (stdlib.h): Likewise.
32791         * modules/string (string.h): Likewise.
32792         * modules/sys_time (sys/time.h): Likewise.
32793         * modules/time (time.h): Likewise.
32794         * modules/wchar (wchar.h): Likewise.
32795         * modules/wctype (wtype.h): Likewise.
32796
32797 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
32798
32799         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
32800
32801 2007-05-13  Bruno Haible  <bruno@clisp.org>
32802
32803         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
32804         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32805         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
32806         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
32807         (gl_PREREQ_STRTOK_R): Don't require it here.
32808
32809 2007-05-13  Bruno Haible  <bruno@clisp.org>
32810
32811         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
32812         when used in C++ mode.
32813
32814 2007-05-12  Bruno Haible  <bruno@clisp.org>
32815
32816         * lib/linebuffer.h: Tweak doc.
32817         * lib/linebuffer.c: Likewise.
32818
32819 2007-05-12  James Youngman  <jay@gnu.org>
32820
32821         * lib/linebuffer.c (readlinebuffer_delim): New function,
32822         like readlinebuffer, but use a caller-specified delimiter.
32823         (readlinebuffer): Just call readlinebuffer_delim with '\n'
32824         as the delimiter.
32825         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
32826
32827 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
32828
32829         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
32830         * modules/openat (Files): Remove openat-die.c.
32831         (Depends-on): Add openat-die.
32832         * modules/openat-die: New module.
32833
32834 2007-05-06  Bruno Haible  <bruno@clisp.org>
32835
32836         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
32837         Update with info about Cygwin.
32838         * doc/functions/fprintf.texi: Update.
32839         * doc/functions/printf.texi: Update.
32840         * doc/functions/snprintf.texi: Update.
32841         * doc/functions/sprintf.texi: Update.
32842         * doc/functions/vfprintf.texi: Update.
32843         * doc/functions/vprintf.texi: Update.
32844         * doc/functions/vsnprintf.texi: Update.
32845         * doc/functions/vsprintf.texi: Update.
32846         Reported by Eric Blake.
32847
32848 2007-05-06  Bruno Haible  <bruno@clisp.org>
32849
32850         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
32851         padding ourselves for the floating-point directives.
32852         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
32853         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
32854         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32855         gl_PRINTF_FLAG_ZERO and test its result. Invoke
32856         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
32857         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32858         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
32859         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32860         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32861         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32862         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32863         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32864         * tests/test-snprintf-posix.h (test_function): Also check the width
32865         and some flags in the %f directive.
32866         * tests/test-sprintf-posix.h (test_function): Likewise.
32867         * tests/test-vasnprintf-posix.c (test_function): Likewise.
32868         * tests/test-vasprintf-posix.c (test_function): Likewise.
32869         * doc/functions/fprintf.texi: Update.
32870         * doc/functions/printf.texi: Update.
32871         * doc/functions/snprintf.texi: Update.
32872         * doc/functions/sprintf.texi: Update.
32873         * doc/functions/vfprintf.texi: Update.
32874         * doc/functions/vprintf.texi: Update.
32875         * doc/functions/vsnprintf.texi: Update.
32876         * doc/functions/vsprintf.texi: Update.
32877
32878 2007-05-06  Bruno Haible  <bruno@clisp.org>
32879
32880         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
32881         pass the ' flag character to sprintf or snprintf.
32882         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
32883         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
32884         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32885         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
32886         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
32887         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32888         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
32889         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32890         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32891         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32892         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
32893         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32894         * tests/test-snprintf-posix.h (test_function): Also check the grouping
32895         flag.
32896         * tests/test-sprintf-posix.h (test_function): Likewise.
32897         * tests/test-vasnprintf-posix.c (test_function): Likewise.
32898         * tests/test-vasprintf-posix.c (test_function): Likewise.
32899         * doc/functions/fprintf.texi: Update.
32900         * doc/functions/printf.texi: Update.
32901         * doc/functions/snprintf.texi: Update.
32902         * doc/functions/sprintf.texi: Update.
32903         * doc/functions/vfprintf.texi: Update.
32904         * doc/functions/vprintf.texi: Update.
32905         * doc/functions/vsnprintf.texi: Update.
32906         * doc/functions/vsprintf.texi: Update.
32907
32908 2007-05-01  Bruno Haible  <bruno@clisp.org>
32909
32910         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
32911
32912 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
32913
32914         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
32915         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
32916
32917 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32918
32919         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
32920         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
32921         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
32922
32923 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
32924
32925         * lib/argp-help.c (struct hol_entry): New member `ord'.
32926         (HOL_ENTRY_PTRCMP): Use ord for comparison
32927         (hol_sort): Initialize ord.
32928
32929 2007-05-01  Bruno Haible  <bruno@clisp.org>
32930
32931         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
32932         Reported by Eric Blake.
32933         * doc/gnulib.texi (Function Substitutes): Update.
32934
32935 2007-05-01  Bruno Haible  <bruno@clisp.org>
32936
32937         * doc/functions.texi: Remove file, now redundant through
32938         doc/functions/*.texi.
32939
32940 2007-05-01  Bruno Haible  <bruno@clisp.org>
32941
32942         * modules/argp (Depends-on): Add sleep.
32943
32944 2007-05-01  Bruno Haible  <bruno@clisp.org>
32945
32946         * modules/sleep-tests: New file.
32947         * tests/test-sleep.c: New file.
32948
32949         * modules/sleep: New file.
32950         * lib/sleep.c: New file.
32951         * m4/sleep.m4: New file.
32952         * lib/unistd_.h (sleep): New declaration.
32953         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
32954         HAVE_SLEEP.
32955         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
32956         * doc/functions/sleep.texi: Document the sleep module.
32957
32958 2007-05-01  Bruno Haible  <bruno@clisp.org>
32959
32960         * lib/sigprocmask.h: Remove file.
32961         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
32962         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
32963         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
32964         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
32965         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
32966         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
32967         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
32968         HAVE_SIGSET_T as a shell variable.
32969         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
32970         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
32971         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
32972         (Depends-on): Add signal. Remove verify.
32973         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
32974         (Include): Mention <signal.h> instead of sigprocmask.h.
32975         * NEWS: Mention the change.
32976         * lib/fatal-signal.c: Don't include sigprocmask.h.
32977
32978 2007-05-01  Bruno Haible  <bruno@clisp.org>
32979
32980         * modules/signal: New file.
32981         * lib/signal_.h: New file.
32982         * m4/signal_h.m4: New file.
32983
32984 2007-05-01  Bruno Haible  <bruno@clisp.org>
32985
32986         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
32987         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
32988         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
32989         HAVE_WCTYPE_CTMP_BUG into wctype.h.
32990
32991 2007-05-01  Bruno Haible  <bruno@clisp.org>
32992
32993         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
32994         configure time.
32995         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
32996         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
32997         * modules/sys_stat (Makefile.am): Substitute their values into
32998         sys/stat.h.
32999
33000 2007-05-01  Bruno Haible  <bruno@clisp.org>
33001
33002         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
33003         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
33004         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
33005
33006 2007-05-01  Bruno Haible  <bruno@clisp.org>
33007
33008         * doc/header/assert.texi: Undo last change: don't mention the gnulib
33009         'assert' module here.
33010
33011 2007-05-01  Bruno Haible  <bruno@clisp.org>
33012
33013         * doc/functions/*.texi: New files.
33014         * doc/functions/google-ranking.txt: New file.
33015         * doc/gnulib.texi (Function Substitutes): New chapter.
33016         (ctime, inet_ntoa): Remove sections.
33017         * doc/ctime.texi: Remove file.
33018         * doc/inet_ntoa.texi: Remove file.
33019         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
33020         dependencies.
33021         (%.info): New rule, specifying a --reference-limit.
33022
33023 2007-05-01  Bruno Haible  <bruno@clisp.org>
33024
33025         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
33026
33027 2007-05-01  Bruno Haible  <bruno@clisp.org>
33028
33029         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
33030         the portability of 'mkdir' to mingw systems.
33031
33032 2007-05-01  Bruno Haible  <bruno@clisp.org>
33033
33034         * doc/headers/google-ranking.txt: New file.
33035
33036 2007-04-30  Eric Blake  <ebb9@byu.net>
33037
33038         Prefer fseeko to fseek.
33039         * modules/getpass (Depends-on): Add fseeko.
33040         * lib/getpass.c (getpass): Use fseeko, not fseek.
33041
33042 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
33043
33044         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
33045         assumes the sorting is stable, while most qsort implementations
33046         are not.  Use argument addresses to ensure they never compare as
33047         equal.
33048
33049         * tests/test-argp-2.sh (usage-indent test): Fix output
33050         (func_compare): Restore diff options
33051         * tests/test-argp.c: Restore #include "progname.h"
33052
33053 2007-04-29  Bruno Haible  <bruno@clisp.org>
33054
33055         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
33056         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33057         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
33058         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33059         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
33060         (configure.ac): Define CHECK_SNPRINTF_POSIX.
33061         (TESTS, check_PROGRAMS): Add test-snprintf.
33062         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
33063         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
33064         (TESTS, check_PROGRAMS): Add test-vsnprintf.
33065         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
33066         assertions that fail on HP-UX, OSF/1, or IRIX.
33067         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
33068
33069 2007-04-29  Bruno Haible  <bruno@clisp.org>
33070
33071         * MODULES.html.sh (posix_functions): Remove 'contents'.
33072
33073 2007-04-29  Karl Berry  <karl@gnu.org>
33074
33075         * config/srclist.txt (gendocs_template_min): new entry.
33076
33077 2007-04-29  Bruno Haible  <bruno@clisp.org>
33078
33079         Work around fpurge bug on BSD systems.
33080         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
33081         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
33082         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
33083         fpurge to rpl_fpurge if the system already has this function.
33084         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
33085         the case where the system already has this function. Correct invariants
33086         on BSD systems.
33087         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
33088         BSD systems.
33089
33090 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
33091
33092         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
33093         proposed by Sven Verdoolaege.
33094
33095         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
33096         options.
33097         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
33098         (usage and help tests): Update
33099
33100 2007-04-29  Bruno Haible  <bruno@clisp.org>
33101
33102         * tests/test-fflush.c (main): Use a file of size 17, not 10.
33103         Print more information in case of failure. Disable a test on BeOS.
33104
33105 2007-04-29  Bruno Haible  <bruno@clisp.org>
33106
33107         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
33108         This helps debugging on systems on which no gdb is available.
33109
33110 2007-04-29  Bruno Haible  <bruno@clisp.org>
33111
33112         * lib/freading.h: Improve comments.
33113         * lib/fwriting.h: Likewise.
33114         * tests/test-freading.c (main): Don't check freading immediately after
33115         repositioning. Needed for glibc.
33116
33117 2007-04-29  Bruno Haible  <bruno@clisp.org>
33118
33119         * lib/freading.c (freading): Trivial simplification.
33120
33121 2007-04-28  Bruno Haible  <bruno@clisp.org>
33122
33123         * tests/test-fwriting.c (main): Also test the interaction between
33124         fflush and fwriting.
33125         * modules/fwriting-tests (Depends-on): Add fflush.
33126
33127         * tests/test-freading.c (main): Also test the interaction between
33128         fflush and freading.
33129         * modules/freading-tests (Depends-on): Add fflush.
33130
33131 2007-04-28  Bruno Haible  <bruno@clisp.org>
33132
33133         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
33134         fseeko and ftello.
33135         Suggested by Eric Blake.
33136
33137 2007-04-28  Jim Meyering  <jim@meyering.net>
33138
33139         Avoid false-negative in gl_STDINT_H's C99 conformance test.
33140         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
33141         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
33142
33143 2007-04-27  Eric Blake  <ebb9@byu.net>
33144
33145         * doc/headers/assert.texi (assert.h): Document assert module use.
33146
33147 2007-04-27  Bruno Haible  <bruno@clisp.org>
33148
33149         * doc/headers/*.texi: New files.
33150         * doc/gnulib.texi (Header File Substitutes): New chapter.
33151         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
33152         dependencies.
33153         (standards.info ,standards.html, standards.dvi): Update dependencies.
33154         (mostlyclean, clean): New targets.
33155
33156 2007-04-27  Bruno Haible  <bruno@clisp.org>
33157
33158         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
33159         * modules/sysexits (Files, Makefile.am): Update.
33160
33161         * lib/sys_socket_.h: Renamed from lib/socket_.h.
33162         * modules/sys_socket (Files, Makefile.am): Update.
33163
33164         * lib/sys_stat_.h: Renamed from lib/stat_.h.
33165         * modules/sys_stat (Files, Makefile.am): Update.
33166
33167 2007-04-27  Eric Blake  <ebb9@byu.net>
33168
33169         * lib/freading.h: Improve comments.
33170         * lib/fwriting.h: Likewise.
33171         * lib/fflush.c: Likewise.
33172
33173         Fix closein for mingw.
33174         * modules/closein-tests: Add tests for closein.
33175         * tests/test-closein.c: New file.
33176         * tests/test-closein.sh: Likewise.
33177         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
33178         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
33179
33180 2007-04-27  Bruno Haible  <bruno@clisp.org>
33181
33182         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
33183         version is < 6.
33184         * lib/math_.h [__DECC]: Likewise.
33185         * lib/stdio_.h [__DECC]: Likewise.
33186         * lib/stdlib_.h [__DECC]: Likewise.
33187         * lib/string_.h [__DECC]: Likewise.
33188         * lib/time_.h [__DECC]: Likewise.
33189         * lib/wchar_.h [__DECC]: Likewise.
33190         * lib/wctype_.h [__DECC]: Likewise.
33191
33192 2007-04-27  Bruno Haible  <bruno@clisp.org>
33193
33194         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
33195
33196 2007-04-27  Bruno Haible  <bruno@clisp.org>
33197
33198         * lib/fflush.c: Add comments.
33199         * modules/fpurge-tests (Depends-on): Add fflush.
33200         * modules/freadable-tests (Depends-on): Likewise.
33201         * modules/fwritable-tests (Depends-on): Likewise.
33202
33203 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
33204
33205         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
33206         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
33207         Report by Bruno Haible <bruno@clisp.org>.
33208
33209 2007-04-26  Eric Blake  <ebb9@byu.net>
33210
33211         Fix fflush on mingw.
33212         * modules/fflush (Depends-on): Add freading.
33213         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
33214         but unread data.
33215
33216 2007-04-26  Eric Blake  <ebb9@byu.net>
33217         and Bruno Haible  <bruno@clisp.org>
33218
33219         Implement freading and fwriting.
33220         * lib/freading.c: New file.
33221         * lib/freading.h: Likewise.
33222         * m4/freading.m4: Likewise.
33223         * modules/freading: Likewise.
33224         * modules/freading-tests: Likewise.
33225         * tests/test-freading.c: Likewise.
33226         * lib/fwriting.c: New file.
33227         * lib/fwriting.h: Likewise.
33228         * m4/fwriting.m4: Likewise.
33229         * modules/fwriting: Likewise.
33230         * modules/fwriting-tests: Likewise.
33231         * tests/test-fwriting.c: Likewise.
33232         * MODULES.html.sh (File stream based Input/Output): Mention them.
33233
33234 2007-04-26  Bruno Haible  <bruno@clisp.org>
33235
33236         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
33237         'long' when we assume it.
33238         Suggested by Eric Blake.
33239
33240 2007-04-26  Bruno Haible  <bruno@clisp.org>
33241
33242         Ensure fseeko, ftello are declared on glibc systems.
33243         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
33244         * modules/fseeko (configure.ac-early): Likewise.
33245         * modules/ftello (configure.ac-early): Likewise.
33246         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
33247         AC_FUNC_FSEEKO for this.
33248         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
33249         (gl_CHECK_FSEEKO): Remove macro.
33250
33251 2007-04-26  Bruno Haible  <bruno@clisp.org>
33252
33253         * tests/test-fflush.c (main): Also check the ftell result after
33254         fflush and fseek/fseeko.
33255         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
33256         file descriptor position cache in the stream.
33257         * lib/fseeko.c (rpl_fseeko): Likewise.
33258
33259 2007-04-26  Bruno Haible  <bruno@clisp.org>
33260
33261         * modules/fflush-tests (Depends-on): Add fseeko.
33262
33263 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
33264             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33265
33266         * lib/argz_.h: ensure error_t definition is obtained in same
33267         mechanism system argz.h would have.
33268         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
33269         argz facilities are known bad.  Err on the side of caution if
33270         cross-compiling.
33271
33272 2007-04-25  Eric Blake  <ebb9@byu.net>
33273
33274         * lib/fpurge.c (includes): Use stdlib.h for free.
33275         * tests/test-fflush.c (main): Also test fflush-fseeko.
33276
33277 2007-04-25  Bruno Haible  <bruno@clisp.org>
33278
33279         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
33280         * lib/fseeko.c: New file.
33281         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
33282         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
33283         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
33284         gl_FUNC_FSEEKO.
33285         (gl_FUNC_FSEEKO): Invoke it.
33286         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
33287         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
33288         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
33289
33290 2007-04-25  Bruno Haible  <bruno@clisp.org>
33291
33292         * modules/fflush (Depends-on): Add ftello.
33293
33294 2007-04-25  Bruno Haible  <bruno@clisp.org>
33295
33296         * modules/ftello-tests: New file.
33297         * tests/test-ftello.c: New file.
33298
33299         * modules/ftello: New file.
33300         * m4/ftello.m4: New file.
33301         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
33302         HAVE_FTELLO.
33303         * lib/stdio_.h (ftello): New declaration.
33304         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
33305         HAVE_FTELLO.
33306
33307 2007-04-25  Bruno Haible  <bruno@clisp.org>
33308
33309         * modules/fseeko-tests: New file.
33310         * tests/test-fseeko.c: New file.
33311
33312         * modules/fseeko: New file.
33313         * m4/fseeko.m4: New file.
33314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
33315         HAVE_FSEEKO.
33316         * lib/stdio_.h (fseeko): New declaration.
33317         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
33318         HAVE_FSEEKO.
33319
33320 2007-04-25  Bruno Haible  <bruno@clisp.org>
33321
33322         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
33323
33324 2007-04-25  Bruno Haible  <bruno@clisp.org>
33325
33326         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
33327         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
33328         * tests/test-unistd.c: Likewise.
33329         * tests/test-fcntl.c: Likewise.
33330
33331 2007-04-23  Eric Blake  <ebb9@byu.net>
33332
33333         * lib/fflush.c: Fix missing include.
33334         Reported by Bruno Haible.
33335
33336 2007-04-23  Bruno Haible  <bruno@clisp.org>
33337
33338         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
33339         Reported by Eric Blake.
33340
33341 2007-04-23  Bruno Haible  <bruno@clisp.org>
33342
33343         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
33344
33345 2007-04-23  Bruno Haible  <bruno@clisp.org>
33346
33347         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
33348
33349 2007-04-23  Bruno Haible  <bruno@clisp.org>
33350
33351         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
33352         Needed on HP-UX 11.
33353
33354 2007-04-16  Eric Blake  <ebb9@byu.net>
33355
33356         Make fflush rely on fpurge.
33357         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
33358         open coding all variants.
33359         * modules/fflush (Depends-on): Add fpurge and unistd.
33360         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
33361         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
33362
33363         Fix --with-tests compilation on cygwin.
33364         * modules/argmatch-tests (Makefile.am): List gnulib library first
33365         in LDADD.
33366         * modules/argp-tests (Makefile.am): Likewise.
33367         * modules/array-list-tests (Makefile.am): Likewise.
33368         * modules/array-oset-tests (Makefile.am): Likewise.
33369         * modules/avltree-list-tests (Makefile.am): Likewise.
33370         * modules/avltree-oset-tests (Makefile.am): Likewise.
33371         * modules/avltreehash-list-tests (Makefile.am): Likewise.
33372         * modules/carray-list-tests (Makefile.am): Likewise.
33373         * modules/dirname-tests (Makefile.am): Likewise.
33374         * modules/frexp-tests (Makefile.am): Likewise.
33375         * modules/isnanl-tests (Makefile.am): Likewise.
33376         * modules/linked-list-tests (Makefile.am): Likewise.
33377         * modules/linkedhash-list-tests (Makefile.am): Likewise.
33378         * modules/lock-tests (Makefile.am): Likewise.
33379         * modules/rbtree-list-tests (Makefile.am): Likewise.
33380         * modules/rbtree-oset-tests (Makefile.am): Likewise.
33381         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
33382         * modules/tls-tests (Makefile.am): Likewise.
33383         * modules/tsearch-tests (Makefile.am): Likewise.
33384         * modules/xvasprintf-tests (Makefile.am): Likewise.
33385
33386         Fix fpurge for cygwin.
33387         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
33388         value.
33389         * modules/fpurge-tests (Depends-on): Clean up trash.
33390
33391 2007-04-16  Simon Josefsson  <simon@josefsson.org>
33392
33393         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
33394
33395         * m4/autobuild.m4: Re-indent.
33396
33397 2007-04-13  Bruno Haible  <bruno@clisp.org>
33398
33399         * modules/fpurge-tests: New file.
33400         * tests/test-fpurge.c: New file.
33401
33402         * modules/fpurge: New file.
33403         * lib/fpurge.h: New file.
33404         * lib/fpurge.c: New file.
33405         * m4/fpurge.m4: New file.
33406
33407 2007-04-13  Bruno Haible  <bruno@clisp.org>
33408
33409         * modules/fbufmode-tests: New file.
33410         * tests/test-fbufmode.c: New file.
33411
33412         * modules/fbufmode: New file.
33413         * lib/fbufmode.h: New file.
33414         * lib/fbufmode.c: New file.
33415         * m4/fbufmode.m4: New file.
33416
33417 2007-04-13  Bruno Haible  <bruno@clisp.org>
33418
33419         * modules/fwritable-tests: New file.
33420         * tests/test-fwritable.c: New file.
33421
33422         * modules/fwritable: New file.
33423         * lib/fwritable.h: New file.
33424         * lib/fwritable.c: New file.
33425         * m4/fwritable.m4: New file.
33426
33427 2007-04-13  Bruno Haible  <bruno@clisp.org>
33428
33429         * modules/freadable-tests: New file.
33430         * tests/test-freadable.c: New file.
33431
33432         * modules/freadable: New file.
33433         * lib/freadable.h: New file.
33434         * lib/freadable.c: New file.
33435         * m4/freadable.m4: New file.
33436
33437 2007-04-13  Bruno Haible  <bruno@clisp.org>
33438
33439         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
33440         MOSTLYCLEANFILES.
33441
33442 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
33443
33444         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
33445         gzip bootstrap.conf to avoid dragging in i18n machinery.
33446         (gnulib_tool_option): Use it.
33447
33448 2007-04-13  Bruno Haible  <bruno@clisp.org>
33449
33450         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
33451         %F directives.
33452         * tests/test-vasprintf-posix.c (test_function): Likewise.
33453         * tests/test-snprintf-posix.h (test_function): Likewise.
33454         * tests/test-sprintf-posix.h (test_function): Likewise.
33455         * tests/test-fprintf-posix.h (test_function): Likewise.
33456         * tests/test-printf-posix.h (test_function): Likewise.
33457         * tests/test-fprintf-posix.out: Likewise.
33458
33459 2007-04-13  Bruno Haible  <bruno@clisp.org>
33460
33461         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
33462         * modules/tls-tests (configure.ac): Likewise.
33463         Reported by Arto C. Nirkko <anirkko@insel.ch>.
33464
33465 2007-04-13  Bruno Haible  <bruno@clisp.org>
33466
33467         * lib/tls.c (glthread_tls_get): Fix return type.
33468         Patch by Arto C. Nirkko <anirkko@insel.ch>.
33469
33470 2007-04-12  Eric Blake  <ebb9@byu.net>
33471
33472         * modules/gettime (Depends-on): Remove gettime.
33473         Reported by Dmitry V. Levin.
33474
33475 2007-04-12  Bruno Haible  <bruno@clisp.org>
33476
33477         * modules/fflush (Include): Mention <stdio.h>.
33478         * modules/strtoimax (Include): Mention <inttypes.h>.
33479         * modules/strtoumax (Include): Likewise.
33480
33481 2007-04-12  Eric Blake  <ebb9@byu.net>
33482
33483         * .cvsignore: New file.
33484         * .gitignore: Likewise.
33485
33486 2007-04-12  Bruno Haible  <bruno@clisp.org>
33487
33488         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
33489         not before, since $(LDADD) often contains libgnu.a.
33490         * modules/striconv-tests (test_striconv_LDADD): Likewise.
33491         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
33492         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
33493         Needed on Cygwin.
33494
33495 2007-04-12  Eric Blake  <ebb9@byu.net>
33496
33497         Work around glibc's failure to flush stdin on fclose.
33498         * lib/closein.c (close_stdin): Flush stdin before closing.
33499
33500         Work around glibc's failure to reset seekable stdin on exit.
33501         * modules/closein: New module.
33502         * lib/closein.c: New file.
33503         * lib/closein.h: Likewise.
33504         * m4/closein.m4: Likewise.
33505         * MODULES.html.sh (File stream based Input/Output): Document it.
33506
33507 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33508
33509         * gnulib-tool: Rename generated 'autobuild' script to
33510         'do-autobuild' in --create-megatestdir output.
33511
33512         * doc/gnulib.texi (Build robot for gnulib): Fix.
33513
33514 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33515
33516         * modules/sysexits (Depends-on): Add absolute-header.
33517
33518 2007-04-12  Eric Blake  <ebb9@byu.net>
33519
33520         No need to preserve errno on success.
33521         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
33522         Reported by Bruno Haible.
33523
33524 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33525
33526         * MODULES.html.sh (Support for maintaining and releasing
33527         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
33528
33529 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33530
33531         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
33532
33533 2007-04-12  Simon Josefsson  <simon@josefsson.org>
33534
33535         * modules/autobuild: New module.
33536
33537         * m4/autobuild.m4: New file.
33538
33539 2007-04-11  Bruno Haible  <bruno@clisp.org>
33540
33541         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
33542         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
33543         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
33544         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
33545         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
33546         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33547         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33548         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
33549         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33550         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33551         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
33552         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33553         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33554         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
33555         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33556         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33557         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
33558         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33559         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33560         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
33561         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33562         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33563         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
33564         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33565         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33566         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
33567         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
33568         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
33569         Reported by Eric Blake.
33570
33571 2007-04-11  Bruno Haible  <bruno@clisp.org>
33572
33573         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
33574
33575 2007-04-10  Bruno Haible  <bruno@clisp.org>
33576
33577         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
33578         for NaN and Infinity. Needed on FreeBSD 6.1.
33579         * tests/test-vasnprintf-posix.c (test_function): Undo last change
33580         regarding results for "%010a" of Infinity and NaN.
33581         * tests/test-vasprintf-posix.c (test_function): Likewise.
33582         * tests/test-snprintf-posix.h (test_function): Likewise.
33583         * tests/test-sprintf-posix.h (test_function): Likewise.
33584         * tests/test-fprintf-posix.h (test_function): Likewise.
33585         * tests/test-printf-posix.h (test_function): Likewise.
33586         * tests/test-fprintf-posix.out: Likewise.
33587
33588 2007-04-10  Bruno Haible  <bruno@clisp.org>
33589
33590         * modules/locale-tests: New file.
33591         * tests/test-locale.c: New file.
33592
33593         * modules/locale: New file.
33594         * lib/locale_.h: New file.
33595         * m4/locale_h.m4: New file.
33596
33597 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
33598             Bruno Haible  <bruno@clisp.org>
33599
33600         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
33601         be determined, test for availability of the copysignf, copysign,
33602         copysignl functions.
33603         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
33604         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
33605         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
33606
33607 2007-04-09  Eric Blake  <ebb9@byu.net>
33608
33609         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
33610         * modules/stdio (Makefile.am): Support fflush.
33611         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
33612         * modules/fflush: New file.
33613         * lib/fflush.c: Likewise.
33614         * m4/fflush.m4: Likewise.
33615         * modules/fflush-tests: New test.
33616         * tests/test-fflush.c: Likewise.
33617         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
33618
33619 2007-04-06  Bruno Haible  <bruno@clisp.org>
33620
33621         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
33622         (VASNPRINTF): Use signbit for faster determination whether to print a
33623         minus sign.
33624         * modules/vasnprintf (Files): Remove lib/float+.h.
33625         * modules/fprintf-posix (Depends-on): Add signbit.
33626         * modules/snprintf-posix (Depends-on): Likewise.
33627         * modules/sprintf-posix (Depends-on): Likewise.
33628         * modules/vasnprintf-posix (Depends-on): Likewise.
33629         * modules/vasprintf-posix (Depends-on): Likewise.
33630         * modules/vfprintf-posix (Depends-on): Likewise.
33631         * modules/vsnprintf-posix (Depends-on): Likewise.
33632         * modules/vsprintf-posix (Depends-on): Likewise.
33633
33634 2007-04-06  Bruno Haible  <bruno@clisp.org>
33635
33636         * tests/test-frexp.c (main): Test also the sign bit of zero results.
33637         * tests/test-frexpl.c (main): Likewise.
33638         * tests/test-ldexpl.c (main): Likewise.
33639         * modules/frexp-tests (Depends-on): Add signbit.
33640         * modules/frexpl-tests (Depdends-on): Likewise.
33641         * modules/ldexpl-tests (Depdends-on): Likewise.
33642
33643 2007-04-06  Bruno Haible  <bruno@clisp.org>
33644
33645         * modules/signbit-tests: New file.
33646         * tests/test-signbit.c: New file.
33647
33648         * modules/signbit: New file.
33649         * lib/signbitf.c: New file.
33650         * lib/signbitd.c: New file.
33651         * lib/signbitl.c: New file.
33652         * m4/signbit.m4: New file.
33653         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
33654         (signbit): New macro.
33655         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
33656         REPLACE_SIGNBIT.
33657         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
33658         REPLACE_FREXPL into math.h.
33659
33660 2007-04-06  Bruno Haible  <bruno@clisp.org>
33661
33662         * modules/isnanf-nolibm-tests: New file.
33663         * tests/test-isnanf.c: New file.
33664
33665         * modules/isnanf-nolibm: New file.
33666         * lib/isnanf.h: New file.
33667         * lib/isnanf.c: New file.
33668         * lib/isnan.c: Consider the USE_FLOAT macro.
33669         * m4/isnanf.m4: New file.
33670
33671 2007-04-06  Bruno Haible  <bruno@clisp.org>
33672
33673         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
33674         (Link): New section.
33675
33676         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
33677
33678 2007-04-06  Bruno Haible  <bruno@clisp.org>
33679
33680         Assume the 'long double' type.
33681         * m4/longdouble.m4: Remove file.
33682         * config/srclist.txt: Don't mention longdouble.m4.
33683         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
33684         * lib/float+.h: Likewise.
33685         * lib/frexp.c: Likewise.
33686         * lib/printf-args.h: Likewise.
33687         * lib/printf-args.c: Likewise.
33688         * lib/printf-frexp.c: Likewise.
33689         * lib/printf-parse.c: Likewise.
33690         * lib/vasnprintf.c: Likewise.
33691         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
33692         * m4/intl.m4: Likewise.
33693         * m4/isnanl.m4: Likewise.
33694         * m4/printf.m4: Likewise.
33695         * m4/printf-frexpl.m4: Likewise.
33696         * m4/vasnprintf.m4: Likewise.
33697         * modules/allocsa (Files): Remove m4/longdouble.m4.
33698         * modules/gettext (Files): Likewise.
33699         * modules/relocatable-prog-wrapper (Files): Likewise.
33700         * modules/vasnprintf (Files): Likewise.
33701         * modules/isnanl (Files): Likewise.
33702         (Include): Simplify.
33703         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
33704         (Include): Simplify.
33705         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
33706         (Include): Simplify.
33707         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
33708         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33709         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
33710         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33711         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
33712         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33713         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
33714         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33715         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
33716         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33717         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
33718         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
33719         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
33720         * tests/test-isnanl.c: Likewise.
33721         * tests/test-snprintf-posix.h: Likewise.
33722         * tests/test-sprintf-posix.h: Likewise.
33723         * tests/test-vasnprintf-posix.c: Likewise.
33724         * tests/test-vasnprintf-posix2.c: Likewise.
33725         * tests/test-vasprintf-posix.c: Likewise.
33726
33727 2007-04-06  Bruno Haible  <bruno@clisp.org>
33728
33729         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
33730         * lib/math_.h [__DECC]: Include the overridden include file through
33731         #include_next, outside the double-inclusion guard.
33732         * lib/stdio_.h [__DECC]: Likewise.
33733         * lib/stdlib_.h [__DECC]: Likewise.
33734         * lib/string_.h [__DECC]: Likewise.
33735         * lib/time_.h [__DECC]: Likewise.
33736         * lib/wchar_.h [__DECC]: Likewise.
33737         * lib/wctype_.h [__DECC]: Likewise.
33738         * lib/inttypes_.h [__DECC]: Likewise.
33739         Reported by Albert Chin <china@thewrittenword.com> in
33740         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
33741
33742 2007-04-04  Eric Blake  <ebb9@byu.net>
33743
33744         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
33745         1.5.x.
33746
33747 2007-04-04  Bruno Haible  <bruno@clisp.org>
33748
33749         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
33750         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
33751
33752 2007-04-04  Bruno Haible  <bruno@clisp.org>
33753
33754         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
33755         results for "%010a" of Infinity and NaN.
33756         * tests/test-vasprintf-posix.c (test_function): Likewise.
33757         * tests/test-snprintf-posix.h (test_function): Likewise.
33758         * tests/test-sprintf-posix.h (test_function): Likewise.
33759         * tests/test-fprintf-posix.h (test_function): Remove these tests.
33760         * tests/test-printf-posix.h (test_function): Likewise.
33761         * tests/test-fprintf-posix.out: Update.
33762         Needed for FreeBSD 6.1.
33763
33764 2007-04-04  Bruno Haible  <bruno@clisp.org>
33765
33766         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
33767         directly used by the gnulib modules nor by gnulib-tool.
33768
33769 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
33770
33771         * DEPENDENCIES: Give overall description of version dependency
33772         desirability.  Use more-typical names for apps.
33773         Add shell, coreutils, diffutils, grep, tar, gzip.
33774
33775 2007-04-04  Simon Josefsson  <simon@josefsson.org>
33776
33777         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
33778
33779 2007-04-04  Karl Berry  <karl@gnu.org>
33780
33781         * MODULES.html.sh (func_module): missing '.
33782
33783 2007-04-03  Bruno Haible  <bruno@clisp.org>
33784
33785         * modules/argmatch-tests (Makefile.am): New variable
33786         test_argmatch_LDADD.
33787         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
33788         * modules/array-list-tests (Makefile.am): New variable
33789         test_array_list_LDADD.
33790         * modules/array-oset-tests (Makefile.am): New variable
33791         test_array_oset_LDADD.
33792         * modules/avltree-list-tests (Makefile.am): New variable
33793         test_avltree_list_LDADD.
33794         * modules/avltree-oset-tests (Makefile.am): New variable
33795         test_avltree_oset_LDADD.
33796         * modules/avltreehash-list-tests (Makefile.am): New variable
33797         test_avltreehash_list_LDADD.
33798         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
33799         test_canonicalize_lgpl_LDADD.
33800         * modules/carray-list-tests (Makefile.am): New variable
33801         test_carray_list_LDADD.
33802         * modules/dirname-tests (Makefile.am): New variable
33803         test_dirname_LDADD.
33804         * modules/linked-list-tests (Makefile.am): New variable
33805         test_linked_list_LDADD.
33806         * modules/linkedhash-list-tests (Makefile.am): New variable
33807         test_linkedhash_list_LDADD.
33808         * modules/rbtree-list-tests (Makefile.am): New variable
33809         test_rbtree_list_LDADD.
33810         * modules/rbtree-oset-tests (Makefile.am): New variable
33811         test_rbtree_oset_LDADD.
33812         * modules/rbtreehash-list-tests (Makefile.am): New variable
33813         test_rbtreehash_list_LDADD.
33814         * modules/xvasprintf-tests (Makefile.am): New variable
33815         test_xvasprintf_LDADD.
33816         Reported by Eric Blake.
33817
33818 2007-04-03  Eric Blake  <ebb9@byu.net>
33819
33820         * DEPENDENCIES: Weaken m4 requirements.
33821
33822 2007-04-03  Bruno Haible  <bruno@clisp.org>
33823
33824         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
33825         * modules/isnanl-tests (configure.ac): Likewise.
33826
33827 2007-04-03  Ben Pfaff  <blp@gnu.org>
33828
33829         * modules/iconv_open: Add $(srcdir)/ to source directory
33830         references in Makefile fragments that call gperf, to fix VPATH
33831         builds.
33832
33833 2007-04-03  Bruno Haible  <bruno@clisp.org>
33834
33835         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
33836         * lib/ldexpl.c: Undo last change.
33837
33838 2007-04-03  Bruno Haible  <bruno@clisp.org>
33839
33840         * modules/printf-frexpl (Depends-on): Undo last change.
33841         (Files): Add m4/ldexpl.m4.
33842
33843 2007-04-03  Bruno Haible  <bruno@clisp.org>
33844
33845         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
33846         * modules/isnanl (Link): New section.
33847
33848         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
33849         * modules/frexp (Link): New section.
33850
33851         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
33852         * modules/frexpl (Link): New section.
33853
33854         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
33855         * modules/ldexpl (Link): New section.
33856
33857 2007-04-03  Bruno Haible  <bruno@clisp.org>
33858
33859         * modules/TEMPLATE-EXTENDED: New file.
33860         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
33861
33862 2007-04-03  Bruno Haible  <bruno@clisp.org>
33863
33864         * DEPENDENCIES: New file.
33865         Suggested by Simon Josefsson.
33866
33867 2007-04-03  Bruno Haible  <bruno@clisp.org>
33868
33869         * doc/gnulib.texi: Escape @.
33870
33871 2007-04-03  James Youngman  <jay@gnu.org>
33872         and Paul Eggert  <eggert@cs.ucla.edu>
33873
33874         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
33875         birthtime on all systems that have birthtime, not just those which
33876         use st_birthtimensec rather than st_birthtim.  Putting zero in
33877         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
33878         that the birth time is not available for files on an NFS mount.
33879
33880 2007-04-03  Simon Josefsson  <simon@josefsson.org>
33881
33882         * modules/memxor: Move back from crypto/, suggested by Bruno.
33883         * modules/crypto/hmac-sha1: Fix memxor dependency.
33884
33885         * modules/crypto/gc: Moved from ../.
33886
33887 2007-04-02  Eric Blake  <ebb9@byu.net>
33888
33889         * lib/ldexpl.c (includes): Avoid libm.
33890
33891         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
33892
33893 2007-04-02  Bruno Haible  <bruno@clisp.org>
33894
33895         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
33896         on IRIX.
33897
33898 2007-04-02  Bruno Haible  <bruno@clisp.org>
33899
33900         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
33901         x86 or x86_64 platforms running MacOS X.
33902         Reported by Ryan Schmidt <@ryandesign.com>.
33903
33904 2007-04-02  Bruno Haible  <bruno@clisp.org>
33905
33906         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
33907         i386.
33908
33909 2007-04-01  Simon Josefsson  <simon@josefsson.org>
33910
33911         * modules/crypto/arcfour: Moved from ../.
33912         * modules/crypto/arcfour-tests: Moved from ../.
33913         * modules/crypto/arctwo: Moved from ../.
33914         * modules/crypto/arctwo-tests: Moved from ../.
33915         * modules/crypto/des: Moved from ../.
33916         * modules/crypto/des-tests: Moved from ../.
33917         * modules/crypto/gc-arcfour: Moved from ../.
33918         * modules/crypto/gc-arcfour-tests: Moved from ../.
33919         * modules/crypto/gc-arctwo: Moved from ../.
33920         * modules/crypto/gc-arctwo-tests: Moved from ../.
33921         * modules/crypto/gc-des: Moved from ../.
33922         * modules/crypto/gc-des-tests: Moved from ../.
33923         * modules/crypto/gc-hmac-md5: Moved from ../.
33924         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
33925         * modules/crypto/gc-hmac-sha1: Moved from ../.
33926         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
33927         * modules/crypto/gc-md2: Moved from ../.
33928         * modules/crypto/gc-md2-tests: Moved from ../.
33929         * modules/crypto/gc-md4: Moved from ../.
33930         * modules/crypto/gc-md4-tests: Moved from ../.
33931         * modules/crypto/gc-md5: Moved from ../.
33932         * modules/crypto/gc-md5-tests: Moved from ../.
33933         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
33934         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
33935         * modules/crypto/gc-random: Moved from ../.
33936         * modules/crypto/gc-rijndael: Moved from ../.
33937         * modules/crypto/gc-rijndael-tests: Moved from ../.
33938         * modules/crypto/gc-sha1: Moved from ../.
33939         * modules/crypto/gc-sha1-tests: Moved from ../.
33940         * modules/crypto/gc-tests: Moved from ../.
33941         * modules/crypto/hmac-md5: Moved from ../.
33942         * modules/crypto/hmac-md5-tests: Moved from ../.
33943         * modules/crypto/hmac-sha1: Moved from ../.
33944         * modules/crypto/hmac-sha1-tests: Moved from ../.
33945         * modules/crypto/md2: Moved from ../.
33946         * modules/crypto/md2-tests: Moved from ../.
33947         * modules/crypto/md4: Moved from ../.
33948         * modules/crypto/md4-tests: Moved from ../.
33949         * modules/crypto/md5: Moved from ../.
33950         * modules/crypto/md5-tests: Moved from ../.
33951         * modules/crypto/memxor: Moved from ../.
33952         * modules/crypto/rijndael: Moved from ../.
33953         * modules/crypto/rijndael-tests: Moved from ../.
33954         * modules/crypto/sha1: Moved from ../.
33955
33956 2007-03-30  James Youngman  <jay@gnu.org>
33957
33958         * tests/test-stat-time.c (prepare_test): use chmod() rather than
33959         rename() to change the ctime of a file (because ctime is unaffected
33960         by rename on jfs2 on AIX 5.1).
33961         (main): Start by doing cleanup, in case a previous run failed leaving
33962         test files behind.
33963
33964 2007-03-31  Bruno Haible  <bruno@clisp.org>
33965
33966         Support old proprietary implementations of iconv.
33967         * modules/iconv_open: New file.
33968         * lib/iconv_.h: New file.
33969         * m4/iconv_h.m4: New file.
33970         * lib/iconv_open.c: New file.
33971         * lib/iconv_open-aix.gperf: New file.
33972         * lib/iconv_open-hpux.gperf: New file.
33973         * lib/iconv_open-irix.gperf: New file.
33974         * lib/iconv_open-osf.gperf: New file.
33975         * m4/iconv_open.m4: New file.
33976         * modules/linebreak (Depends-on): Add iconv_open.
33977         * modules/striconv (Depends-on): Likewise.
33978         * modules/striconveh (Depends-on): Likewise.
33979         * modules/unicodeio (Depends-on): Likewise.
33980         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
33981         (iconv_t)(-1).
33982         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
33983         conversion if cd is (iconv_t)(-1).
33984         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
33985         is not possible.
33986
33987 2007-03-31  Bruno Haible  <bruno@clisp.org>
33988
33989         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
33990         work on Solaris either. Protect also second use of "autodetect_jp".
33991
33992 2007-03-31  Bruno Haible  <bruno@clisp.org>
33993
33994         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
33995         the function is not present.
33996
33997 2007-03-31  Bruno Haible  <bruno@clisp.org>
33998
33999         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
34000         the function is not present.
34001
34002 2007-03-31  Bruno Haible  <bruno@clisp.org>
34003
34004         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
34005         a bug in HP-UX iconv_open().
34006
34007 2007-03-31  Bruno Haible  <bruno@clisp.org>
34008
34009         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
34010         (Mathematics <math.h>): New section, add fpieee.
34011         (Input/output <stdio.h>): Add fseterr.
34012         (Mathematics <math.h>): New section, add printf-frexp.
34013         (Container data structures): Add sublist.
34014         (Core language properties): Add fpucw, inline.
34015         (Functions for greatest-width integer types <inttypes.h>): Add
34016         imaxabs, imaxdiv, inttypes.
34017         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
34018         isnanl-nolibm, ldexp.
34019         (Mathematics <math.h>): New section, add printf-frexpl.
34020         (Support for systems lacking POSIX:2001): Add fprintf-posix,
34021         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
34022         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
34023         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
34024         (Unicode string functions): Add unistr/u*-mbtoucr.
34025         (Java): Add javacomp-script, javaexec-script.
34026         (C#): Add csharpcomp-script, csharpexec-script.
34027         (Support for building libraries and executables): Add havelib,
34028         relocatable-*.
34029         (Support for maintaining and releasing projects): Renamed from
34030         'Support for maintaining and release projects'. Add announce-gen.
34031
34032 2007-03-31  Bruno Haible  <bruno@clisp.org>
34033
34034         * README: Talk primarily about git.
34035         (git and CVS): Renamed from CVS.
34036         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
34037         gnulib is available through git.
34038         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
34039
34040 2007-03-30  Bruno Haible  <bruno@clisp.org>
34041
34042         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
34043         * lib/poll_.h: Likewise.
34044         * lib/stat_.h: Likewise.
34045         * lib/sys_time_.h: Likewise.
34046         * lib/sysexit_.h: Likewise.
34047         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
34048         * lib/stdbool_.h: Likewise.
34049         * lib/byteswap_.h: Add double-inclusion guard.
34050
34051 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
34052
34053         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
34054
34055 2007-03-30  Karl Berry  <karl@gnu.org>
34056
34057         * config/srclist-update: double space after USA in the license
34058         substitution, since that's how it's usually (?) written.
34059
34060 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
34061
34062         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
34063         reported by Bruno Haible.
34064
34065 2007-03-29  Bruno Haible  <bruno@clisp.org>
34066
34067         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
34068         a bug in AIX iconv().
34069
34070 2007-03-29  Bruno Haible  <bruno@clisp.org>
34071
34072         * modules/ldexpl-tests: New file.
34073         * tests/test-ldexpl.c: New file.
34074
34075 2007-03-29  Bruno Haible  <bruno@clisp.org>
34076
34077         * lib/ldexpl.c: Include fpucw.h.
34078         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
34079         multiplication.
34080         * modules/ldexpl (Depends-on): Add fpucw.
34081
34082 2007-03-29  Bruno Haible  <bruno@clisp.org>
34083
34084         * modules/ldexpl: New file.
34085         * m4/ldexpl.m4: New file.
34086         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
34087         set.
34088         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
34089         REPLACE_LDEXPL.
34090         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
34091         REPLACE_LDEXPL.
34092         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34093         gl_FUNC_LDEXPL_WORKS.
34094         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
34095         * modules/mathl (Files): Remove lib/ldexpl.c.
34096         (Depends-on): Add ldexpl.
34097
34098 2007-03-29  Bruno Haible  <bruno@clisp.org>
34099
34100         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
34101
34102 2007-03-29  Bruno Haible  <bruno@clisp.org>
34103
34104         * tests/test-striconveh.c (main): Don't assume that a direct conversion
34105         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
34106         and possibly also HP-UX.
34107         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
34108         work on AIX, IRIX, HP-UX, OSF/1.
34109         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
34110         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
34111         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
34112         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
34113         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
34114         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
34115
34116 2007-03-29  Bruno Haible  <bruno@clisp.org>
34117
34118         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
34119
34120 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34121
34122         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
34123         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
34124
34125 2007-03-29  Eric Blake  <ebb9@byu.net>
34126
34127         * lib/acl-internal.h: Remove redundant include.
34128         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
34129         Cygwin when a file is locked.
34130
34131 2007-03-29  Bruno Haible  <bruno@clisp.org>
34132
34133         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
34134         file.
34135         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
34136
34137 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
34138
34139         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
34140         try to remove a parent directory if the child couldn't be removed
34141         (except for the first rmdir, which could fail because the child
34142         doesn't exist).  Problem reported by Jeff Blaine in
34143         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
34144
34145 2007-03-28  Bruno Haible  <bruno@clisp.org>
34146
34147         * lib/striconveh.c (utf8conv_carefully): New function.
34148         (mem_cd_iconveh_internal): Invoke it.
34149
34150 2007-03-28  Bruno Haible  <bruno@clisp.org>
34151
34152         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
34153         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
34154         input.
34155         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
34156         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
34157         unistr/u8-uctomb.
34158
34159 2007-03-28  Bruno Haible  <bruno@clisp.org>
34160
34161         * modules/unistr/u8-mbtoucr: New file.
34162         * lib/unistr/u8-mbtoucr.c: New file.
34163         * modules/unistr/u16-mbtoucr: New file.
34164         * lib/unistr/u16-mbtoucr.c: New file.
34165         * modules/unistr/u16-mbtoucr: New file.
34166         * lib/unistr/u16-mbtoucr.c: New file.
34167         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
34168
34169 2007-03-27  Simon Josefsson  <simon@josefsson.org>
34170             Bruno Haible  <bruno@clisp.org>
34171
34172         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
34173         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
34174         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
34175
34176         * m4/stdio_h.m4: Add stubs for vasprintf too.
34177
34178         * modules/stdio: Support vasprintf in sed command.
34179
34180         * modules/vasprintf: Depend on stdio for prototypes.  Remove
34181         vasprintf.h.  Add stdio module indicator.
34182
34183         * lib/stdio_.h: Declare asprintf and vasprintf, based on
34184         vasprintf.h.
34185
34186         * lib/vasprintf.h: File removed.
34187
34188         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
34189         * lib/vasprintf.c: Ditto.
34190         * lib/xvasprintf.c: Ditto.
34191         * tests/test-vasprintf-posix.c: Ditto.
34192         * tests/test-vasprintf.c: Ditto.
34193
34194 2007-03-27  Bruno Haible  <bruno@clisp.org>
34195
34196         Make vasnprintf multithread-safe.
34197         * lib/vasnprintf.c (decimal_point_char): New function.
34198         (VASNPRINTF): Use it.
34199         Suggested by Simon Josefsson.
34200
34201 2007-03-27  Eric Blake  <ebb9@byu.net>
34202
34203         Support sub-second birthtime on cygwin.
34204         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
34205         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
34206         (get_stat_birthtime): Also work with st_birthtim.
34207
34208 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
34209
34210         * lib/stat-time.h (USE_BIRTHTIME): Remove.
34211         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
34212         (get_stat_birthtime_ns): Do not try to use "spare" fields.
34213         (get_stat_birthtime_ns): Simplify compile-time tests.
34214         (get_stat_birthtime): Change the API to look like
34215         get_stat_mtime etc., except return a negative tv_nsec on error.
34216         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
34217         Don't check for "spare" fields.
34218         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
34219         or for struct stat.st_birthtime, as these tests aren't used.
34220         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
34221
34222 2007-03-27  Bruno Haible  <bruno@clisp.org>
34223
34224         * lib/stat-time.h: Include <sys/stat.h>.
34225
34226 2007-03-27  James Youngman  <jay@gnu.org>
34227
34228         * lib/stat-time.h (get_stat_birthtime): New function for
34229           retrieving st_birthtime as provided by UFS2 (hence *BSD).
34230         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
34231           and its variants.
34232         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
34233         * modules/stat-time-test: New file.
34234         * tests/test-stat-time.c: New test, devised by Bruno Haible.
34235
34236 2007-03-26  Bruno Haible  <bruno@clisp.org>
34237
34238         Better support of signalling NaNs.
34239         * lib/atanl.c: Include isnanl.h.
34240         (atanl): Perform test for NaN at the beginning of the function and
34241         through a call to isnanl.
34242         * lib/cosl.c: Include isnanl.h.
34243         (cosl): Perform test for NaN at the beginning of the function and
34244         through a call to isnanl.
34245         * lib/ldexpl.c: Include isnanl.h.
34246         (ldexpl): Perform test for NaN through a call to isnanl.
34247         * lib/logl.c: Include isnanl.h.
34248         (logl): Perform test for NaN at the beginning of the function and
34249         through a call to isnanl.
34250         * lib/sinl.c: Include isnanl.h.
34251         (sinl): Perform test for NaN at the beginning of the function and
34252         through a call to isnanl.
34253         * lib/sqrtl.c: Include isnanl.h.
34254         (sqrtl): Perform test for NaN at the beginning of the function and
34255         through a call to isnanl.
34256         * lib/tanl.c: Include isnanl.h.
34257         (tanl): Perform test for NaN at the beginning of the function and
34258         through a call to isnanl.
34259         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
34260         * modules/mathl (Depends-on): Add isnanl.
34261
34262 2007-03-26  Eric Blake  <ebb9@byu.net>
34263
34264         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
34265         regression in logic sense of previous patch.
34266
34267 2007-03-26  Bruno Haible  <bruno@clisp.org>
34268
34269         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
34270         unportable shell command "if ! ...".
34271         Reported by Ralf Wildenhues.
34272
34273 2007-03-25  Bruno Haible  <bruno@clisp.org>
34274
34275         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
34276         <sysexits.h> file, and only add EX_CONFIG.
34277         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
34278         absolute file name and whether it is sufficient. Substitute also
34279         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
34280         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
34281         ABSOLUTE_SYSEXITS_H into sysexits.h.
34282
34283 2007-03-25  Bruno Haible  <bruno@clisp.org>
34284
34285         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
34286         hints is NULL.
34287
34288 2007-03-25  Bruno Haible  <bruno@clisp.org>
34289
34290         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
34291         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
34292
34293 2007-03-25  Bruno Haible  <bruno@clisp.org>
34294
34295         * lib/vasnprintf.c: Include langinfo.h.
34296         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
34297         multithread-safe.
34298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
34299         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
34300         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34301         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34302         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34303         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34304         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34305         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
34306         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34307         Reported by Simon Josefsson.
34308
34309 2007-03-25  Bruno Haible  <bruno@clisp.org>
34310
34311         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
34312         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
34313         * modules/vasnprintf (Depends-on): Add stdint.
34314
34315 2007-03-25  Bruno Haible  <bruno@clisp.org>
34316
34317         * modules/fpieee: New file.
34318         * m4/fpieee.m4: New file.
34319         * modules/isnan-nolibm (Depends-on): Add fpieee.
34320         * modules/isnanl-nolibm (Depends-on): Add fpieee.
34321         * modules/isnanl (Depends-on): Add fpieee.
34322
34323 2007-03-25  Bruno Haible  <bruno@clisp.org>
34324
34325         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
34326
34327 2007-03-25  Bruno Haible  <bruno@clisp.org>
34328
34329         Avoid test failures on IRIX 6.5.
34330         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
34331         (main): Use it.
34332         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
34333         macros.
34334         (main): Use them.
34335
34336 2007-03-25  Bruno Haible  <bruno@clisp.org>
34337
34338         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
34339         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
34340         exists but doesn't work.
34341         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
34342         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
34343         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
34344         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
34345
34346 2007-03-25  Bruno Haible  <bruno@clisp.org>
34347
34348         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
34349         returns inf. Needed on IRIX 6.5.
34350
34351 2007-03-25  Bruno Haible  <bruno@clisp.org>
34352
34353         * tests/test-frexpl.c: Include isnanl-nolibm.h.
34354         (main): Use isnanl instead of x != x idiom.
34355         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
34356
34357         * tests/test-frexp.c: Include isnan.h.
34358         (main): Use isnan instead of x != x idiom.
34359         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
34360
34361 2007-03-25  Bruno Haible  <bruno@clisp.org>
34362
34363         * tests/test-frexp.c (NaN): New function/macro.
34364         (main): Use it instead of 0.0 / 0.0.
34365         * tests/test-isnan.c (NaN): New function/macro.
34366         (main): Use it instead of 0.0 / 0.0.
34367         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
34368         (test_function): Use it instead of 0.0 / 0.0.
34369         * tests/test-vasprintf-posix.c (NaN): New function/macro.
34370         (test_function): Use it instead of 0.0 / 0.0.
34371         * tests/test-snprintf-posix.h (NaN): New function/macro.
34372         (test_function): Use it instead of 0.0 / 0.0.
34373         * tests/test-sprintf-posix.h (NaN): New function/macro.
34374         (test_function): Use it instead of 0.0 / 0.0.
34375         * tests/test-fprintf-posix.h (NaN): New function/macro.
34376         (test_function): Use it instead of 0.0 / 0.0.
34377         * tests/test-printf-posix.h (NaN): New function/macro.
34378         (test_function): Use it instead of 0.0 / 0.0.
34379
34380         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
34381
34382 2007-03-25  Bruno Haible  <bruno@clisp.org>
34383
34384         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
34385
34386 2007-03-25  Bruno Haible  <bruno@clisp.org>
34387
34388         * lib/regexec.c (merge_state_with_log): Make static.
34389
34390 2007-03-25  Bruno Haible  <bruno@clisp.org>
34391
34392         * lib/trigl.c (kernel_rem_pio2): Make static.
34393
34394 2007-03-25  Bruno Haible  <bruno@clisp.org>
34395
34396         * lib/sincosl.c (sincosl_table): Make static.
34397
34398 2007-03-25  Bruno Haible  <bruno@clisp.org>
34399
34400         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
34401         if the compiler does not support C99.
34402
34403 2007-03-25  Bruno Haible  <bruno@clisp.org>
34404
34405         * modules/time (Makefile.am): Ensure all rule action lines start with a
34406         tab.
34407
34408 2007-03-24  Bruno Haible  <bruno@clisp.org>
34409
34410         * modules/tsearch-tests: New file.
34411         * tests/test-tsearch.sh: New file.
34412         * tests/test-tsearch.c: New file, mostly copied from glibc.
34413
34414         * modules/search-tests: New file.
34415         * tests/test-search.c: New file.
34416
34417         * modules/search: New file.
34418         * lib/search_.h: New file, incorporating lib/tsearch.h.
34419         * m4/search_h.m4: New file.
34420         * lib/tsearch.h: Remove file.
34421         * lib/tsearch.c: Include search.h instead of tsearch.h.
34422         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
34423         HAVE_TSEARCH.
34424         * modules/tsearch (Files): Remove lib/tsearch.h.
34425         (Depends-on): Add search.
34426         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
34427         (Include): Change tsearch.h into search.h.
34428
34429 2007-03-24  Bruno Haible  <bruno@clisp.org>
34430
34431         * modules/fpucw: New file.
34432         * lib/fpucw.h: New file.
34433         * lib/frexp.c: Include fpucw.h.
34434         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34435         (FUNC): Use them.
34436         * lib/printf-frexp.c: Include fpucw.h.
34437         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
34438         (FUNC): Use them.
34439         * lib/vasnprintf.c: Include fpucw.h.
34440         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
34441         'long double' calculations.
34442         * tests/test-frexpl.c: Include fpucw.h.
34443         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34444         * tests/test-printf-frexpl.c: Include fpucw.h.
34445         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
34446         * modules/frexpl (Depends-on): Add fpucw.
34447         * modules/printf-frexpl (Depends-on): Likewise.
34448         * modules/fprintf-posix (Depends-on): Likewise.
34449         * modules/snprintf-posix (Depends-on): Likewise.
34450         * modules/sprintf-posix (Depends-on): Likewise.
34451         * modules/vasnprintf-posix (Depends-on): Likewise.
34452         * modules/vasprintf-posix (Depends-on): Likewise.
34453         * modules/vfprintf-posix (Depends-on): Likewise.
34454         * modules/vsnprintf-posix (Depends-on): Likewise.
34455         * modules/vsprintf-posix (Depends-on): Likewise.
34456         * modules/frexpl-tests (Depends-on): Likewise.
34457         * modules/printf-frexpl-tests (Depends-on): Likewise.
34458
34459 2007-03-24  Bruno Haible  <bruno@clisp.org>
34460
34461         * lib/float+.h: New file.
34462         * lib/isnan.c: Include float+.h.
34463         (SIZE): New macro.
34464         (FUNC): Compare only SIZE bytes of the value.
34465         * lib/vasnprintf.c: Include float+.h.
34466         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
34467         SIZEOF_LDBL or SIZEOF_DBL bytes.
34468         * modules/isnan-nolibm (Files): Add lib/float+.h.
34469         * modules/isnanl-nolibm (Files): Add lib/float+.h.
34470         * modules/isnanl (Files): Add lib/float+.h.
34471         * modules/vasnprintf (Files): Add lib/float+.h.
34472
34473 2007-03-24  Bruno Haible  <bruno@clisp.org>
34474
34475         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
34476         include isnanl-nolibm.h.
34477
34478 2007-03-24  Bruno Haible  <bruno@clisp.org>
34479
34480         * tests/test-read-file.c (main): Don't produce spurious output for
34481         expected situations. Make the test fail if it encountered unexpected
34482         results.
34483
34484 2007-03-24  Bruno Haible  <bruno@clisp.org>
34485
34486         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
34487         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
34488
34489 2007-03-24  Bruno Haible  <bruno@clisp.org>
34490
34491         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
34492
34493 2007-03-24  Bruno Haible  <bruno@clisp.org>
34494
34495         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
34496         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
34497
34498         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
34499         * modules/utf8-ucs4: Turn into a symbolic link to module
34500         unistr/u8-mbtouc.
34501
34502         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
34503         utf8-ucs4-unsafe.
34504         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
34505         unistr/u8-mbtouc-unsafe.
34506
34507         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
34508         * modules/utf16-ucs4: Turn into a symbolic link to module
34509         unistr/u16-mbtouc.
34510
34511         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
34512         utf16-ucs4-unsafe.
34513         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
34514         unistr/u16-mbtouc-unsafe.
34515
34516         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
34517         * modules/ucs4-utf8: Turn into a symbolic link to module
34518         unistr/u8-ubtomb.
34519
34520         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
34521         * modules/ucs4-utf16: Turn into a symbolic link to module
34522         unistr/u16-ubtomb.
34523
34524 2007-03-24  Bruno Haible  <bruno@clisp.org>
34525
34526         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
34527         Enable the function only if HAVE_INLINE.
34528         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
34529         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
34530         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
34531         Enable the function only if HAVE_INLINE.
34532         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
34533         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
34534         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
34535         Enable the function only if HAVE_INLINE.
34536         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
34537         Enable the function only if HAVE_INLINE.
34538         * modules/utf8-ucs4: Update.
34539         * modules/utf8-ucs4-unsafe: Update.
34540         * modules/utf16-ucs4: Update.
34541         * modules/utf16-ucs4-unsafe: Update.
34542         * modules/ucs4-utf8: Update.
34543         * modules/ucs4-utf16: Update.
34544
34545 2007-03-24  Bruno Haible  <bruno@clisp.org>
34546
34547         * lib/utf8-ucs4.h: Remove file.
34548         * lib/utf8-ucs4-unsafe.h: Remove file.
34549         * lib/utf16-ucs4.h: Remove file.
34550         * lib/utf16-ucs4-unsafe.h: Remove file.
34551         * lib/ucs4-utf8.h: Remove file.
34552         * lib/ucs4-utf16.h: Remove file.
34553         * lib/unistr.h: Include their previous contents.
34554         * m4/utf-ucs4.m4: Remove file.
34555         * m4/ucs4-utf.m4: Remove file.
34556         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
34557         (Depends-on): Add unistr/base.
34558         (configure.ac): Remove gl_UTF_UCS4.
34559         (Makefile.am): Update.
34560         (Include): Change to unistr.h.
34561         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
34562         (Depends-on): Add unistr/base.
34563         (configure.ac): Remove gl_UTF_UCS4.
34564         (Makefile.am): Update.
34565         (Include): Change to unistr.h.
34566         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
34567         (Depends-on): Add unistr/base.
34568         (configure.ac): Remove gl_UTF_UCS4.
34569         (Makefile.am): Update.
34570         (Include): Change to unistr.h.
34571         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
34572         (Depends-on): Add unistr/base.
34573         (configure.ac): Remove gl_UTF_UCS4.
34574         (Makefile.am): Update.
34575         (Include): Change to unistr.h.
34576         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
34577         (Depends-on): Add unistr/base.
34578         (configure.ac): Remove gl_UCS4_UTF.
34579         (Makefile.am): Update.
34580         (Include): Change to unistr.h.
34581         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
34582         (Depends-on): Add unistr/base.
34583         (configure.ac): Remove gl_UCS4_UTF.
34584         (Makefile.am): Update.
34585         (Include): Change to unistr.h.
34586         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
34587         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
34588         utf8-ucs4-unsafe.h.
34589         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
34590         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
34591         utf16-ucs4-unsafe.h.
34592         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
34593         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
34594         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
34595         * lib/unistr/u8-strchr.c: Likewise.
34596         * lib/unistr/u8-strrchr.c: Likewise.
34597         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
34598         * lib/unistr/u16-strchr.c: Likewise.
34599         * lib/unistr/u16-strrchr.c: Likewise.
34600         * lib/striconveh.c: Update.
34601         * lib/linebreak.c: Update.
34602
34603 2007-03-24  Bruno Haible  <bruno@clisp.org>
34604
34605         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
34606         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
34607
34608 2007-03-22  Bruno Haible  <bruno@clisp.org>
34609
34610         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
34611
34612 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
34613
34614         * MODULES.html.sh (File system functions): New module write-any-file.
34615         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
34616         * m4/write-any-file.m4: New files.
34617
34618 2007-03-23  Eric Blake  <ebb9@byu.net>
34619
34620         * gnulib-tool: Rearrange space-tab sequences, since some editors
34621         like to eat them.
34622
34623 2007-03-23  Eric Blake  <ebb9@byu.net>
34624
34625         * lib/version-etc.c (version_etc_va): Update license wording to
34626         be more concise.  Recommended by Richard Stallman.
34627
34628 2007-03-22  Bruno Haible  <bruno@clisp.org>
34629
34630         * lib/poll.c (MSG_PEEK): New fallback definition.
34631
34632 2007-03-22  Bruno Haible  <bruno@clisp.org>
34633
34634         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
34635         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
34636         (main): Update.
34637         Fixes a compilation error on BeOS.
34638
34639 2007-03-22  Bruno Haible  <bruno@clisp.org>
34640
34641         * modules/frexpl-tests: New file.
34642         * tests/test-frexpl.c: New file.
34643
34644         * modules/frexpl: New file.
34645         * m4/frexpl.m4: New file.
34646         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
34647         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
34648         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
34649         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
34650         (Depends-on): Add frexpl. Remove isnanl-nolibm.
34651         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
34652
34653 2007-03-22  Bruno Haible  <bruno@clisp.org>
34654
34655         * lib/frexpl.c: Share code with lib/frexp.c.
34656         * modules/mathl (Files): Add lib/frexp.c.
34657         (Depends-on): Add isnanl-nolibm.
34658
34659 2007-03-22  Bruno Haible  <bruno@clisp.org>
34660
34661         * modules/printf-frexp (Files): Add m4/frexp.m4.
34662         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
34663         only if the found frexp function actually works.
34664
34665 2007-03-22  Bruno Haible  <bruno@clisp.org>
34666
34667         * lib/frexp.c: Remove older implementation that uses divisions.
34668
34669 2007-03-21  Bruno Haible  <bruno@clisp.org>
34670
34671         * modules/frexp-tests: New file.
34672         * tests/test-frexp.c: New file.
34673
34674         * modules/frexp: New file.
34675         * lib/frexp.c: New file.
34676         * m4/frexp.m4: New file.
34677         * lib/math_.h (frexp): New declaration.
34678         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
34679         REPLACE_FREXP.
34680         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
34681
34682 2007-03-21  Bruno Haible  <bruno@clisp.org>
34683
34684         * modules/isnanl-tests: New file.
34685         * tests/test-isnanl.c: New file.
34686
34687         * modules/isnanl: New file.
34688         * lib/isnanl.h: New file.
34689         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
34690         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
34691         gl_FUNC_ISNANL_WORKS.
34692         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
34693         New macros.
34694
34695 2007-03-21  Bruno Haible  <bruno@clisp.org>
34696
34697         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
34698         lib/isnanl.h.
34699         (Include): Update.
34700         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
34701         * lib/vasnprintf.c: Update.
34702         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
34703         tests/test-isnanl.h, remove tests/test-isnanl.c.
34704         (Makefile.am): Update.
34705         * tests/test-isnanl-nolibm.c: New file.
34706         * tests/test-isnanl.h: New file.
34707         * tests/test-isnanl.c: Remove file.
34708
34709 2007-03-21  Jim Meyering  <jim@meyering.net>
34710
34711         When trying to open ".", treat ESTALE like EACCES.
34712         * lib/savewd.c (savewd_save): Resort to forking not just upon
34713         failure with EACCES, but also when errno is ESTALE.
34714
34715 2007-03-20  Bruno Haible  <bruno@clisp.org>
34716
34717         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
34718         Needed on AIX 5.1. Reported by Matthew Woehlke.
34719
34720 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34721
34722         Suggestions by Bruno Haible:
34723         * lib/acl-internal.h: Include "gettext.h" rather than rolling
34724         our own.
34725         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
34726         * modules/acl (Depends-on): Add gettext.
34727
34728 2007-03-19  Bruno Haible  <bruno@clisp.org>
34729
34730         * modules/iconvme: Remove file.
34731         * lib/iconvme.h: Remove file.
34732         * lib/iconvme.c: Remove file.
34733         * m4/iconvme.m4: Remove file.
34734
34735 2007-03-19  Bruno Haible  <bruno@clisp.org>
34736
34737         * doc/relocatable-maint.texi: Break long shell script line.
34738         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
34739
34740 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34741
34742         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
34743         handle file_has_acl.
34744         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
34745         * lib/acl.c: Move header inclusions and related macro defns into
34746         lib/acl-internal.h.
34747         (S_ISLNK): Remove defn, since that's now done for us.
34748         (file_has_acl): Move to lib/file-has-acl.c.
34749         Call acl_trivial if available.  This is the crucial part of the fix.
34750         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
34751         shared within the library.  Rewrite a bit, partly to make it compatible
34752         with the GNU coding style.
34753         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
34754         Remove unnecessary double-quotes.
34755         Don't test for acl_to_text; the build will catch that.
34756         Replace acl_entries if it doesn't exist and it is needed.
34757         Check for -lsec and acl_trivial (as used on Solaris 10).
34758         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
34759         lib/file-has-acl.c.
34760         (Depends-on): Add sys_stat, for S_ISLNK.
34761
34762 2007-03-19  Ben Pfaff  <blp@gnu.org>
34763
34764         * doc/gnulib.texi: Fix typos.
34765         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
34766
34767 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
34768
34769         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
34770         If size is zero here, buf must be zero.
34771
34772 2007-03-19  Simon Josefsson  <simon@josefsson.org>
34773
34774         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
34775         <bruno@clisp.org>.
34776
34777 2007-03-18  Bruno Haible  <bruno@clisp.org>
34778
34779         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
34780         Suggested by Eric Blake.
34781
34782 2007-03-18  Ben Pfaff  <blp@gnu.org>
34783
34784         * doc/relocatable.texi: Recommend using as prefix a directory
34785         that does not exist and will never be created.  Based on
34786         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
34787         and others.
34788
34789 2007-03-17  Bruno Haible  <bruno@clisp.org>
34790
34791         * lib/fchownat.c: Include lchown.h.
34792
34793 2007-03-17  Bruno Haible  <bruno@clisp.org>
34794
34795         Fix endless loop when the given allocated size was > INT_MAX.
34796         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
34797         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
34798         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
34799         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
34800         * lib/sprintf.c (sprintf): Likewise.
34801
34802 2007-03-17  Bruno Haible  <bruno@clisp.org>
34803
34804         * tests/test-argp-2.sh (func_compare): Output a context diff.
34805
34806 2007-03-17  Bruno Haible  <bruno@clisp.org>
34807
34808         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
34809         locale's decimal-point character.
34810
34811 2007-03-17  Bruno Haible  <bruno@clisp.org>
34812
34813         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
34814         before comparing it. Needed because on some platforms (e.g. x86) a
34815         'long double' occupies less bytes than sizeof (long double).
34816
34817 2007-03-17  Bruno Haible  <bruno@clisp.org>
34818
34819         * tests/test-crc.c (main): Make printf statements 64-bit clean.
34820         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
34821         * tests/test-getaddrinfo.c (simple): Likewise.
34822         * tests/test-read-file.c (main): Likewise.
34823
34824 2007-03-17  Bruno Haible  <bruno@clisp.org>
34825
34826         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
34827
34828 2007-03-17  Bruno Haible  <bruno@clisp.org>
34829
34830         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
34831         unused variable.
34832
34833 2007-03-17  Bruno Haible  <bruno@clisp.org>
34834
34835         * tests/test-c-strcasecmp.c: Include c-strcase.h.
34836         * tests/test-c-strncasecmp.c: Likewise.
34837
34838 2007-03-17  Bruno Haible  <bruno@clisp.org>
34839
34840         * modules/stdlib (Depends-on): Add unistd.
34841         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
34842         Needed for MacOS X 10.3.
34843
34844 2007-03-17  Bruno Haible  <bruno@clisp.org>
34845
34846         * lib/unistr/u-strdup.h: Include <stdlib.h>.
34847
34848 2007-03-17  Bruno Haible  <bruno@clisp.org>
34849
34850         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
34851
34852 2007-03-17  Bruno Haible  <bruno@clisp.org>
34853
34854         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
34855         to reflect files copied from gnulib (with or without modifications).
34856         Suggested by Jim Meyering.
34857
34858 2007-03-17  Eric Blake  <ebb9@byu.net>
34859
34860         * NEWS: Document stdlib change from 2007-02-18.
34861
34862 2007-03-17  Jim Meyering  <jim@meyering.net>
34863
34864         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
34865         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
34866         someone uses a name containing shell meta-characters.
34867         Reported by Alfred M. Szmidt.
34868
34869         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
34870
34871 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
34872
34873         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
34874         and copy gettext configuration files only if configure.ac contains
34875         a use of AM_GNU_GETTEXT_VERSION.
34876
34877 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
34878
34879         * build-aux/bootstrap (gnulib_name): New variable.
34880         (gnulib_tool_options): Use it.
34881
34882 2007-03-13  Simon Josefsson  <simon@josefsson.org>
34883
34884         * tests/test-des.c: Use new namespace.
34885
34886 2007-03-15  Bruno Haible  <bruno@clisp.org>
34887
34888         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
34889         Reported by James Youngman <jay@gnu.org>.
34890
34891 2007-03-15  Bruno Haible  <bruno@clisp.org>
34892
34893         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
34894         declared prototype. Needed with cc on OSF/1 5.1.
34895
34896 2007-03-15  Bruno Haible  <bruno@clisp.org>
34897
34898         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
34899         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
34900         (struct gl_list_implementation): Add dispose_fn argument to the
34901         'create_empty', 'create' methods.
34902         (struct gl_list_impl_base): Add field 'dispose_fn'.
34903         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
34904         argument.
34905         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
34906         dispose_fn argument.
34907         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
34908         dispose_fn on the dropped values.
34909         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
34910         dispose_fn argument.
34911         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
34912         dropped values.
34913         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
34914         (gl_tree_remove_node): Call dispose_fn on the dropped value.
34915         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
34916         (gl_tree_remove_node): Call dispose_fn on the dropped value.
34917         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
34918         argument.
34919         (gl_tree_list_free): Call dispose_fn on the dropped values.
34920         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
34921         the dropped values.
34922         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
34923         Add dispose_fn argument.
34924         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
34925         Call dispose_fn on the dropped values.
34926         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
34927         Add dispose_fn argument.
34928         (gl_sublist_create): Initialize the 'dispose_fn' field.
34929         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
34930         * tests/test-array_list.c (main): Update.
34931         * tests/test-carray_list.c (main): Update.
34932         * tests/test-avltree_list.c (main): Update.
34933         * tests/test-rbtree_list.c (main): Update.
34934         * tests/test-avltreehash_list.c (main): Update.
34935         * tests/test-rbtreehash_list.c (main): Update.
34936         * tests/test-linked_list.c (main): Update.
34937         * tests/test-linkedhash_list.c (main): Update.
34938         * tests/test-array_oset.c (main): Update.
34939
34940 2007-03-15  Bruno Haible  <bruno@clisp.org>
34941
34942         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
34943         (gl_oset_create_empty): Add dispose_fn argument.
34944         (struct gl_oset_implementation): Add dispose_fn argument to
34945         'create_empty' method.
34946         (struct gl_oset_impl_base): Add dispose_fn field.
34947         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
34948         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
34949         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
34950         values.
34951         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
34952         (gl_tree_oset_free): Call dispose_fn on the dropped values.
34953         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
34954         dropped value.
34955         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
34956         dropped value.
34957         * tests/test-array_oset.c (main): Update.
34958         * tests/test-avltree_oset.c (main): Update.
34959         * tests/test-rbtree_oset.c (main): Update.
34960         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
34961
34962 2007-03-13  Bruno Haible  <bruno@clisp.org>
34963
34964         * tests/test-stdbool.c (i): Update after last patch.
34965
34966 2007-03-12  Bruno Haible  <bruno@clisp.org>
34967
34968         * lib/quotearg.c: Include <wctype.h> early, before the definition of
34969         the iswprint macro. Needed on Solaris 2.5.1.
34970
34971 2007-03-12  Bruno Haible  <bruno@clisp.org>
34972
34973         * tests/test-printf-frexp.c (main): Declare x as volatile.
34974
34975 2007-03-12  Simon Josefsson  <simon@josefsson.org>
34976
34977         * doc/gnulib.texi (Build robot for gnulib): New section.
34978
34979 2007-03-12  Jim Meyering  <jim@meyering.net>
34980
34981         * build-aux/bootstrap: New file.
34982         * build-aux/bootstrap.conf: New file, from coreutils.
34983
34984 2007-03-11  Bruno Haible  <bruno@clisp.org>
34985
34986         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
34987
34988 2007-03-12  Simon Josefsson  <simon@josefsson.org>
34989
34990         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
34991         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
34992         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
34993
34994 2007-03-11  Bruno Haible  <bruno@clisp.org>
34995
34996         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
34997         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
34998
34999 2007-03-11  Bruno Haible  <bruno@clisp.org>
35000
35001         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
35002         formula. Needed for SunPRO C 5.0.
35003
35004 2007-03-11  Bruno Haible  <bruno@clisp.org>
35005
35006         * modules/long-options (Depends-on): Add getopt.
35007
35008 2007-03-11  Bruno Haible  <bruno@clisp.org>
35009
35010         * modules/modechange (Depends-on): Add stdbool.
35011
35012 2007-03-11  Bruno Haible  <bruno@clisp.org>
35013
35014         * modules/i-ring (Depends-on): Add stdbool.
35015
35016 2007-03-11  Bruno Haible  <bruno@clisp.org>
35017
35018         * modules/gc-des (Depends-on): Add stdbool.
35019
35020 2007-03-11  Bruno Haible  <bruno@clisp.org>
35021
35022         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
35023
35024 2007-03-11  Bruno Haible  <bruno@clisp.org>
35025
35026         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
35027
35028 2007-03-11  Bruno Haible  <bruno@clisp.org>
35029
35030         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
35031
35032 2007-03-11  Bruno Haible  <bruno@clisp.org>
35033
35034         * lib/vasnprintf.c (sprintf): Undefine.
35035
35036 2007-03-11  Bruno Haible  <bruno@clisp.org>
35037
35038         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
35039         initializers in SunPRO C and Compaq C compilers.
35040
35041 2007-03-11  Bruno Haible  <bruno@clisp.org>
35042
35043         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
35044         decrementing code ANSI C compliant.
35045
35046 2007-03-11  Bruno Haible  <bruno@clisp.org>
35047
35048         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
35049         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
35050
35051 2007-03-11  Bruno Haible  <bruno@clisp.org>
35052
35053         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
35054         <stdbool.h> substitute doesn't pass.
35055
35056 2007-03-11  Bruno Haible  <bruno@clisp.org>
35057
35058         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
35059
35060 2007-03-11  Bruno Haible  <bruno@clisp.org>
35061
35062         * gnulib-tool (func_create_megatestdir): Create also an autobuild
35063         script, for submission to autobuild.josefsson.org.
35064
35065 2007-03-10  Bruno Haible  <bruno@clisp.org>
35066
35067         * modules/canonicalize-lgpl-tests: New file.
35068         * tests/test-canonicalize-lgpl.sh: New file.
35069         * tests/test-canonicalize-lgpl.c: New file.
35070
35071         * modules/c-strcase-tests: New file.
35072         * tests/test-c-strcase.sh: New file.
35073         * tests/test-c-strcasecmp.c: New file.
35074         * tests/test-c-strncasecmp.c: New file.
35075
35076         * modules/atexit-tests: New file.
35077         * tests/test-atexit.sh: New file.
35078         * tests/test-atexit.c: New file.
35079
35080 2007-03-10  Bruno Haible  <bruno@clisp.org>
35081
35082         * tests/test-binary-io.sh: Use temporary filenames that are not so
35083         likely to clash with those of other tests (in a parallel make).
35084         * tests/test-binary-io.c: Likewise.
35085
35086 2007-03-10  Bruno Haible  <bruno@clisp.org>
35087
35088         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
35089         fallback; use #error instead.
35090         Suggested by Simon Josefsson.
35091
35092 2007-03-10  Bruno Haible  <bruno@clisp.org>
35093
35094         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
35095         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
35096         first and the last.
35097
35098 2007-03-10  Bruno Haible  <bruno@clisp.org>
35099
35100         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
35101
35102 2007-03-10  Bruno Haible  <bruno@clisp.org>
35103
35104         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
35105         "make distcheck".
35106         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
35107         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
35108         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
35109
35110 2007-03-10  Bruno Haible  <bruno@clisp.org>
35111
35112         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
35113         variable.
35114         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
35115         variable.
35116
35117 2007-03-09  Eric Blake  <ebb9@byu.net>
35118         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
35119
35120         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
35121         types are not being provided by gnulib.
35122         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
35123         types are supported.
35124
35125 2007-03-10  Bruno Haible  <bruno@clisp.org>
35126
35127         * lib/stdio_.h (__attribute__): New macro.
35128         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
35129         vsprintf): Specify __attribute__ __format__ for GCC.
35130         Suggested by Eric Blake.
35131
35132 2007-03-09  Bruno Haible  <bruno@clisp.org>
35133
35134         * modules/printf-posix-tests: New file.
35135         * tests/test-printf-posix.sh: New file.
35136         * tests/test-printf-posix.c: New file.
35137
35138         * modules/printf-posix: New file.
35139         * lib/printf.c: New file.
35140         * m4/printf-posix-rpl.m4: New file.
35141         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
35142         REPLACE_PRINTF.
35143         * lib/stdio_.h (printf): New declaration.
35144         (format, __format__, ____printf____, ____scanf____, ____strftime____,
35145         ____strfmon____): New macros.
35146         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
35147         REPLACE_PRINTF.
35148
35149 2007-03-09  Bruno Haible  <bruno@clisp.org>
35150
35151         * tests/test-vasnprintf-posix2.sh: New file.
35152         * tests/test-vasnprintf-posix2.c: New file.
35153         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
35154         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
35155         (Makefile.am): Activate test-vasnprintf-posix2.sh.
35156
35157         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
35158         a locale dependent decimal point, rather than always '.'.
35159
35160 2007-03-09  Eric Blake  <ebb9@byu.net>
35161
35162         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
35163         spite of platforms like Tandem/NSK that define it to -1.
35164
35165 2007-03-08  Bruno Haible  <bruno@clisp.org>
35166
35167         * modules/vprintf-posix-tests: New file.
35168         * tests/test-vprintf-posix.sh: New file.
35169         * tests/test-vprintf-posix.c: New file.
35170         * tests/test-printf-posix.h: New file.
35171
35172         * modules/vprintf-posix: New file.
35173         * lib/vprintf.c: New file.
35174         * m4/vprintf-posix.m4: New file.
35175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
35176         REPLACE_VPRINTF.
35177         * lib/stdio_.h (vprintf): New declaration.
35178         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
35179         REPLACE_VPRINTF.
35180
35181 2007-03-08  Bruno Haible  <bruno@clisp.org>
35182
35183         * modules/fprintf-posix-tests: New file.
35184         * tests/test-fprintf-posix.sh: New file.
35185         * tests/test-fprintf-posix.c: New file.
35186
35187         * modules/fprintf-posix: New file.
35188         * lib/fprintf.c: New file.
35189         * m4/fprintf-posix.m4: New file.
35190         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
35191         REPLACE_FPRINTF.
35192         * lib/stdio_.h (fprintf): New declaration.
35193         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
35194         REPLACE_FPRINTF.
35195
35196 2007-03-08  Bruno Haible  <bruno@clisp.org>
35197
35198         * modules/vfprintf-posix-tests: New file.
35199         * tests/test-vfprintf-posix.sh: New file.
35200         * tests/test-vfprintf-posix.c: New file.
35201         * tests/test-fprintf-posix.h: New file.
35202         * tests/test-fprintf-posix.out: New file.
35203
35204         * modules/vfprintf-posix: New file.
35205         * lib/vfprintf.c: New file.
35206         * m4/vfprintf-posix.m4: New file.
35207         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
35208         REPLACE_VFPRINTF.
35209         * lib/stdio_.h (vfprintf): New declaration.
35210         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
35211         REPLACE_VFPRINTF.
35212
35213 2007-03-08  Bruno Haible  <bruno@clisp.org>
35214
35215         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
35216
35217 2007-03-08  Bruno Haible  <bruno@clisp.org>
35218
35219         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
35220         instead of 'expr' invocations.
35221         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35222         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35223         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35224         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35225         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35226         Suggested by Paul Eggert.
35227
35228 2007-03-08  Bruno Haible  <bruno@clisp.org>
35229
35230         * modules/fseterr-tests: New file.
35231         * tests/test-fseterr.c: New file.
35232
35233         * modules/fseterr: New file.
35234         * lib/fseterr.h: New file.
35235         * lib/fseterr.c: New file.
35236
35237 2007-03-08  Bruno Haible  <bruno@clisp.org>
35238
35239         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
35240         * lib/getopt_.h: Likewise.
35241         * lib/mbswidth.h: Likewise.
35242         * lib/setenv.h: Likewise.
35243         * lib/vasnprintf.h: Likewise.
35244         * lib/vasprintf.h: Likewise.
35245         * lib/verror.h: Likewise.
35246         * lib/xsetenv.h: Likewise.
35247         * lib/xvasprintf.h: Likewise.
35248
35249 2007-03-08  Jim Meyering  <jim@meyering.net>
35250
35251         * users.txt: Add parted.
35252
35253         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
35254
35255 2007-03-07  Bruno Haible  <bruno@clisp.org>
35256
35257         * m4/printf.m4: Make the shell script snippets copy&pastable.
35258
35259 2007-03-02  Bruno Haible  <bruno@clisp.org>
35260
35261         * lib/netinet_in_.h: New file.
35262         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
35263         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
35264         * modules/netinet_in (Files): Add lib/netinet_in_.h.
35265         (Depends-on): Add absolute-header.
35266         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
35267         into netinet/in.h.
35268
35269 2007-03-03  Bruno Haible  <bruno@clisp.org>
35270
35271         * lib/sys_select_.h: New file.
35272         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
35273         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
35274         * modules/sys_select (Files): Add lib/sys_select_.h.
35275         (Depends-on): Add absolute-header.
35276         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
35277         into sys/select.h.
35278
35279 2007-03-02  Bruno Haible  <bruno@clisp.org>
35280
35281         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
35282         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
35283         values.
35284         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
35285         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
35286         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
35287         * modules/sys_socket (Depends-on): Add absolute-header.
35288         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
35289         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
35290         (Include): Remove requirement of inclusion of <sys/types.h>.
35291
35292 2007-03-02  Bruno Haible  <bruno@clisp.org>
35293
35294         * lib/byteswap_.h (bswap_32): Fix formula.
35295
35296 2007-03-06  Bruno Haible  <bruno@clisp.org>
35297
35298         * modules/sprintf-posix-tests: New file.
35299         * tests/test-sprintf-posix.c: New file.
35300
35301         * modules/sprintf-posix: New file.
35302         * lib/sprintf.c: New file.
35303         * m4/sprintf-posix.m4: New file.
35304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
35305         REPLACE_SPRINTF.
35306         * lib/stdio_.h (sprintf): New declaration.
35307         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
35308         REPLACE_SPRINTF.
35309
35310 2007-03-06  Bruno Haible  <bruno@clisp.org>
35311
35312         * modules/vsprintf-posix-tests: New file.
35313         * tests/test-vsprintf-posix.c: New file.
35314         * tests/test-sprintf-posix.h: New file.
35315
35316         * modules/vsprintf-posix: New file.
35317         * lib/vsprintf.c: New file.
35318         * m4/vsprintf-posix.m4: New file.
35319         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
35320         REPLACE_VSPRINTF.
35321         * lib/stdio_.h (vsprintf): New declaration.
35322         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
35323         REPLACE_VSPRINTF.
35324
35325 2007-03-06  Bruno Haible  <bruno@clisp.org>
35326
35327         * modules/vsnprintf (Depend-on): Remove minmax.
35328
35329 2007-03-06  Bruno Haible  <bruno@clisp.org>
35330
35331         * modules/snprintf-posix-tests: New file.
35332         * tests/test-snprintf-posix.c: New file.
35333
35334         * modules/snprintf-posix: New file.
35335         * m4/snprintf-posix.m4: New file.
35336         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
35337         gl_FUNC_SNPRINTF.
35338         (gl_FUNC_SNPRINTF): Invoke it.
35339         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
35340         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
35341         is set.
35342         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
35343
35344 2007-03-06  Bruno Haible  <bruno@clisp.org>
35345
35346         * modules/vsnprintf-posix-tests: New file.
35347         * tests/test-vsnprintf-posix.c: New file.
35348         * tests/test-snprintf-posix.h: New file.
35349
35350         * modules/vsnprintf-posix: New file.
35351         * m4/vsnprintf-posix.m4: New file.
35352         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
35353         gl_FUNC_VSNPRINTF.
35354         (gl_FUNC_VSNPRINTF): Invoke it.
35355         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
35356         * lib/stdio_.h (vsnprintf): Define as a replacement if
35357         REPLACE_VSNPRINTF is set.
35358         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
35359
35360 2007-03-06  Bruno Haible  <bruno@clisp.org>
35361
35362         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
35363         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
35364
35365 2007-03-06  Bruno Haible  <bruno@clisp.org>
35366
35367         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
35368         (asinl): Declare also if HAVE_DECL_ASINL is set.
35369         (atanl): Declare also if HAVE_DECL_ATANL is set.
35370         (ceill): Declare also if HAVE_DECL_CEILL is set.
35371         (cosl): Declare also if HAVE_DECL_COSL is set.
35372         (expl): Declare also if HAVE_DECL_EXPL is set.
35373         (floorl): Declare also if HAVE_DECL_FLOORL is set.
35374         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
35375         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
35376         (logl): Declare also if HAVE_DECL_LOGL is set.
35377         (sinl): Declare also if HAVE_DECL_SINL is set.
35378         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
35379         (tanl): Declare also if HAVE_DECL_TANL is set.
35380         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
35381         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
35382         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
35383         declaration of frexpl, ldexpl.
35384         * modules/printf-frexpl (Depends-on): Add math.
35385         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
35386
35387 2007-03-05  Bruno Haible  <bruno@clisp.org>
35388
35389         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
35390         frexpl and ldexpl are declared.
35391         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
35392
35393 2007-03-05  Bruno Haible  <bruno@clisp.org>
35394
35395         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
35396         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
35397
35398 2007-03-05  Bruno Haible  <bruno@clisp.org>
35399
35400         * lib/stdio_.h: Include <stddef.h>.
35401
35402 2007-03-05  Bruno Haible  <bruno@clisp.org>
35403
35404         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
35405
35406 2007-03-05  Bruno Haible  <bruno@clisp.org>
35407
35408         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
35409         NetBSD 4, from Ralf Wildenhues.
35410
35411 2007-03-04  Bruno Haible  <bruno@clisp.org>
35412
35413         * lib/vasprintf.h: Update #if logic for the case when the functions
35414         exist but are overridden.
35415
35416 2007-03-04  Bruno Haible  <bruno@clisp.org>
35417
35418         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
35419         implementations: glibc-2.4 and MacOS X 10.3.
35420         * tests/test-vasnprintf-posix.c (test_function): Test also the case
35421         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
35422         * tests/test-vasprintf-posix.c (test_function): Likewise.
35423
35424 2007-03-04  Bruno Haible  <bruno@clisp.org>
35425
35426         * modules/vasprintf-posix-tests: New file.
35427         * tests/test-vasprintf-posix.c: New file.
35428
35429         * modules/vasprintf-posix: New file.
35430         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
35431         defined.
35432         * m4/vasprintf-posix.m4: New file.
35433         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
35434         gl_FUNC_VASPRINTF.
35435         (gl_FUNC_VASPRINTF): Invoke it.
35436         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
35437         here.
35438         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
35439
35440 2007-03-04  Bruno Haible  <bruno@clisp.org>
35441
35442         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
35443         REPLACE_GETTIMEOFDAY.
35444         * modules/sys_time (Makefile.am): Likewise.
35445         * m4/sys_time_h.m4: Likewise.
35446         * m4/gettimeofday.m4: Likewise.
35447
35448 2007-03-04  Bruno Haible  <bruno@clisp.org>
35449
35450         * modules/vasnprintf-posix-tests: New file.
35451         * tests/test-vasnprintf-posix.c: New file.
35452
35453         * modules/vasnprintf-posix: New file.
35454         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
35455         printf-frexpl.h.
35456         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
35457         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
35458         REPLACE_VASNPRINTF is defined.
35459         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
35460         gl_FUNC_VASNPRINTF.
35461         (gl_FUNC_VASNPRINTF): Invoke it.
35462         * m4/vasnprintf-posix.m4: New file.
35463         * m4/printf.m4: New file.
35464
35465 2007-03-04  Bruno Haible  <bruno@clisp.org>
35466
35467         Compile progreloc.c only if --enable-relocatable is specified.
35468         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
35469         if --enable-relocatable was specified.
35470         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
35471         lib_SOURCES.
35472
35473 2007-03-04  Jim Meyering  <jim@meyering.net>
35474
35475         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
35476         Use it consistently, rather than enumerating errno constants.
35477
35478 2007-03-04  Bruno Haible  <bruno@clisp.org>
35479
35480         * modules/xvasprintf-tests: New file.
35481         * tests/test-xvasprintf.c: New file.
35482
35483         * modules/vasprintf-tests: New file.
35484         * tests/test-vasprintf.c: New file.
35485
35486         * modules/vasnprintf-tests: New file.
35487         * tests/test-vasnprintf.c: New file.
35488
35489         * modules/vsnprintf-tests: New file.
35490         * tests/test-vsnprintf.c: New file.
35491
35492         * modules/snprintf-tests: New file.
35493         * tests/test-snprintf.c: New file.
35494
35495 2007-03-04  Bruno Haible  <bruno@clisp.org>
35496
35497         Compile relocatable.c only if --enable-relocatable is specified.
35498         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
35499         gl_RELOCATABLE_LIBRARY.
35500         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
35501         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
35502         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
35503         gl_RELOCATABLE_LIBRARY.
35504         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
35505         (Makefile.am): Remove lib_SOURCES.
35506         * modules/relocatable-lib-lgpl (configure.ac): Invoke
35507         gl_RELOCATABLE_LIBRARY.
35508         (Makefile.am): Remove lib_SOURCES.
35509         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
35510         always.
35511         * modules/relocatable-prog-wrapper (configure.ac): Invoke
35512         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
35513
35514 2007-03-04  Bruno Haible  <bruno@clisp.org>
35515
35516         * modules/argmatch-tests: New file.
35517         * tests/test-argmatch.c: New file.
35518
35519         * tests/test-allocsa.c (main): Halve the number of loop runs.
35520
35521         * modules/alloca-opt-tests: New file.
35522         * tests/test-alloca-opt.c: New file.
35523
35524 2007-03-04  Jim Meyering  <jim@meyering.net>
35525
35526         Work around difference between Linux ACLs and Solaris 10 ZFS.
35527         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
35528         for EINVAL.
35529
35530 2007-03-03  Bruno Haible  <bruno@clisp.org>
35531
35532         * modules/relocatable-prog (Depends-on): Add back progreloc's
35533         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
35534
35535 2007-03-03  Bruno Haible  <bruno@clisp.org>
35536
35537         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
35538         * modules/relocatable-lib: New file.
35539
35540 2007-03-03  Bruno Haible  <bruno@clisp.org>
35541
35542         * modules/relocatable-prog: Renamed from modules/relocatable.
35543         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
35544
35545 2007-03-03  Bruno Haible  <bruno@clisp.org>
35546
35547         * modules/relocatable-script (Files): Add doc/relocatable.texi,
35548         m4/relocatable-lib.m4.
35549         (Depends-on): Remove 'relocatable'.
35550         (configure.ac): Add gl_RELOCATABLE_NOP.
35551
35552 2007-03-03  Bruno Haible  <bruno@clisp.org>
35553
35554         * modules/relocatable-prog-wrapper: New file.
35555         * modules/relocatable (Depends-on): Add it. Remove all other
35556         dependencies except progname.
35557         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
35558
35559         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
35560         (gl_FUNC_STRERROR): Nop.
35561         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
35562
35563         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
35564         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
35565
35566         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
35567         (gl_FUNC_READLINK): Update.
35568
35569         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
35570
35571 2007-03-03  Bruno Haible  <bruno@clisp.org>
35572
35573         * lib/xreadlink.c: Include <unistd.h> unconditionally.
35574         * modules/xreadlink (Depends-on): Add unistd.
35575         * modules/xreadlink-with-size (Depends-on): Likewise.
35576
35577 2007-03-03  Bruno Haible  <bruno@clisp.org>
35578
35579         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
35580         extracted from gt_FUNC_SETENV.
35581         (gt_FUNC_SETENV): Remove macro.
35582         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
35583         remove gt_FUNC_SETENV.
35584
35585 2007-03-03  Bruno Haible  <bruno@clisp.org>
35586
35587         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
35588         ENABLE_RELOCATABLE here.
35589         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
35590
35591 2007-03-03  Bruno Haible  <bruno@clisp.org>
35592
35593         * modules/rbtreehash-list-tests (Depends-on): Add progname.
35594         * tests/test-rbtreehash_list.c: Include progname.h.
35595         (main): Call set_program_name.
35596
35597         * modules/rbtree-oset-tests (Depends-on): Add progname.
35598         * tests/test-rbtree_oset.c: Include progname.h.
35599         (main): Call set_program_name.
35600
35601         * modules/rbtree-list-tests (Depends-on): Add progname.
35602         * tests/test-rbtree_list.c: Include progname.h.
35603         (main): Call set_program_name.
35604
35605         * modules/linked-list-tests (Depends-on): Add progname.
35606         * tests/test-linked_list.c: Include progname.h.
35607         (main): Call set_program_name.
35608
35609 2007-03-03  Bruno Haible  <bruno@clisp.org>
35610
35611         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
35612         All uses of __restrict changed to _Restrict_.
35613         * lib/glob_.h (__restrict): Remove macro.
35614
35615 2007-03-02  Bruno Haible  <bruno@clisp.org>
35616
35617         * modules/gettext (configure.ac): Require gettext infrastructure
35618         from version 0.16.1.
35619
35620 2007-03-02  Bruno Haible  <bruno@clisp.org>
35621
35622         * modules/linkedhash-list-tests (Depends-on): Add progname.
35623         * tests/test-linkedhash_list.c: Include progname.h.
35624         (main): Call set_program_name.
35625
35626         * modules/carray-list-tests (Depends-on): Add progname.
35627         * tests/test-carray_list.c: Include progname.h.
35628         (main): Call set_program_name.
35629
35630         * modules/avltreehash-list-tests (Depends-on): Add progname.
35631         * tests/test-avltreehash_list.c: Include progname.h.
35632         (main): Call set_program_name.
35633
35634         * modules/avltree-oset-tests (Depends-on): Add progname.
35635         * tests/test-avltree_oset.c: Include progname.h.
35636         (main): Call set_program_name.
35637
35638         * modules/avltree-list-tests (Depends-on): Add progname.
35639         * tests/test-avltree_list.c: Include progname.h.
35640         (main): Call set_program_name.
35641
35642         * modules/array-oset-tests (Depends-on): Add progname.
35643         * tests/test-array_oset.c: Include progname.h.
35644         (main): Call set_program_name.
35645
35646         * modules/array-list-tests (Depends-on): Add progname.
35647         * tests/test-array_list.c: Include progname.h.
35648         (main): Call set_program_name.
35649
35650         * modules/argp-tests (Depends-on): Add progname.
35651         * tests/test-argp.c: Include argp.h first. Include progname.h.
35652         (main): Call set_program_name.
35653
35654 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
35655
35656         * doc/gnulib-tool.texi (Initial import): Reword description of
35657         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
35658         limited effect even if defined after the first system include.
35659
35660 2007-03-01  Bruno Haible  <bruno@clisp.org>
35661
35662         * build-aux/config.libpath: Update to libtool-1.5.22.
35663         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
35664
35665 2007-03-01  Bruno Haible  <bruno@clisp.org>
35666
35667         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
35668         foo_CFLAGS.
35669         Reported by Ralf Wildenhues.
35670
35671 2007-03-01  Bruno Haible  <bruno@clisp.org>
35672
35673         * build-aux/install-reloc: Remove object files left over by some
35674         compilers.
35675         Reported by Ralf Wildenhues.
35676
35677 2007-03-01  Bruno Haible  <bruno@clisp.org>
35678
35679         * build-aux/install-reloc: Break long lines.
35680
35681 2007-03-01  Bruno Haible  <bruno@clisp.org>
35682
35683         * doc/relocatable.texi: Document that it may not work on OpenBSD.
35684         Reported by Ralf Wildenhues.
35685
35686 2007-03-01  Bruno Haible  <bruno@clisp.org>
35687
35688         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
35689         include ordering constraints.
35690
35691 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
35692
35693         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
35694         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
35695         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
35696         as another example.
35697         * lib/time_.h: Fix misspelling.
35698         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
35699         Require gl_HEADER_TIME_H_DEFAULTS.
35700         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
35701         * m4/time_r.m4 (gl_TIME_R): Likewise.
35702         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
35703
35704 2007-03-01  Bruno Haible  <bruno@clisp.org>
35705
35706         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
35707         * m4/utimens.m4 (gl_UTIMENS): Likewise.
35708
35709 2007-03-01  Jim Meyering  <jim@meyering.net>
35710
35711         * modules/xreadlink (Maintainer): Add my name.
35712         * modules/xreadlink-with-size (Depends-on): Alphabetize.
35713
35714 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
35715             Bruno Haible  <bruno@clisp.org>
35716
35717         * build-aux/install-reloc: Compile also c-ctype.c.
35718         * build-aux/relocatable.sh.in: New file.
35719         * doc/relocatable.texi: New file.
35720         * doc/relocatable-maint.texi: New file.
35721         * doc/gnulib.texi: Include relocatable-maint.texi.
35722         * lib/progreloc.c: Include unistd.h unconditionally.
35723         * lib/relocwrapper.c: Include unistd.h unconditionally.
35724         Include c-ctype.h.
35725         (add_dotbin): Use c_tolower.
35726         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
35727         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
35728         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
35729         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
35730         to m4/relocatable-lib.m4.
35731         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
35732         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
35733         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
35734         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
35735         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
35736         * modules/relocatable: New file.
35737         * modules/relocatable-lib: New file.
35738         * modules/relocatable-script: New file.
35739
35740 2007-02-28  Bruno Haible  <bruno@clisp.org>
35741
35742         Import --enable-relocatable infrastructure.
35743         * build-aux/config.libpath: New file, from GNU gettext.
35744         * build-aux/install-reloc: New file, from GNU gettext.
35745         * build-aux/reloc-ldflags: New file, from GNU gettext.
35746         * lib/relocatable.h: New file, from GNU gettext.
35747         * lib/relocatable.c: New file, from GNU gettext.
35748         * lib/relocwrapper.c: New file, from GNU gettext.
35749         * m4/relocatable.m4: New file, from GNU gettext.
35750
35751 2007-02-28  Bruno Haible  <bruno@clisp.org>
35752
35753         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
35754
35755         * modules/xreadlink: New file, from GNU gettext with modifications.
35756         * lib/xreadlink.c: New file, from GNU gettext.
35757         * lib/xreadlink.h: Add comments.
35758         (xreadlink): New declaration.
35759
35760         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
35761         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
35762         lib/xreadlink-with-size.c.
35763         (configure.ac): Remove gl_XREADLINK invocation.
35764         (Makefile.am): Augment lib_SOURCES.
35765         * m4/xreadlink.m4: Remove file.
35766         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
35767         (xreadlink_with_size): Renamed from xreadink.
35768         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
35769         * modules/canonicalize (Depends-on): Replace xreadlink with
35770         xreadlink-with-size.
35771         * lib/canonicalize.c (canonicalize_filename_mode): Update.
35772
35773 2007-02-25  Jim Meyering  <jim@meyering.net>
35774
35775         * build-aux/announce-gen: When complaining about excess arguments,
35776         list them.
35777
35778 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
35779
35780         * README: Document signed integer overflow situation more
35781         accurately.
35782
35783 2007-02-25  Bruno Haible  <bruno@clisp.org>
35784
35785         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
35786         'a' or 'A' conversion.
35787
35788 2007-02-25  Bruno Haible  <bruno@clisp.org>
35789
35790         * modules/filename: Renamed from modules/pathname.
35791         (Files): Replace lib/pathname.h with lib/filename.h. Replace
35792         lib/concatpath.c with lib/concat-filename.c.
35793         (Makefile.am): Update.
35794         (Include): Replace pathname.h with filename.h.
35795         * lib/filename.h: Renamed from lib/pathname.h.
35796         (concatenated_filename): Renamed from concatenated_pathname.
35797         * lib/concat-filename.c: Renamed from lib/concatpath.c.
35798         (concatenated_filename): Renamed from concatenated_pathname.
35799         * lib/findprog.c: Include filename.h instead of pathname.h.
35800         (find_in_path): Update.
35801         * lib/javacomp.c: Include filename.h instead of pathname.h.
35802         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
35803         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
35804         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
35805         is_oldgcj_14_13_usable, is_javac_usable): Update.
35806         * lib/javaexec.c: Include filename.h instead of pathname.h.
35807         (execute_java_class): Update.
35808         * modules/findprog: Update.
35809         * modules/javacomp: Update.
35810         * modules/javaexec: Update.
35811         * MODULES.html.sh (File system functions): Add 'filename', remove
35812         'pathname'.
35813
35814 2007-02-25  Bruno Haible  <bruno@clisp.org>
35815
35816         * modules/printf-frexpl-tests: New file.
35817         * tests/test-printf-frexpl.c: New file.
35818
35819         * modules/printf-frexpl: New file.
35820         * lib/printf-frexpl.h: New file.
35821         * lib/printf-frexpl.c: New file.
35822         * m4/printf-frexpl.m4: New file.
35823
35824 2007-02-25  Bruno Haible  <bruno@clisp.org>
35825
35826         * modules/printf-frexp-tests: New file.
35827         * tests/test-printf-frexp.c: New file.
35828
35829         * modules/printf-frexp: New file.
35830         * lib/printf-frexp.h: New file.
35831         * lib/printf-frexp.c: New file.
35832         * m4/printf-frexp.m4: New file.
35833
35834 2007-02-25  Bruno Haible  <bruno@clisp.org>
35835
35836         Assume automake >= 1.10 for the tests.
35837         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
35838         * modules/arctwo-tests: Likewise.
35839         * modules/argp-tests: Likewise.
35840         * modules/avltree-list-tests: Likewise.
35841         * modules/avltree-oset-tests: Likewise.
35842         * modules/avltreehash-list-tests: Likewise.
35843         * modules/carray-list-tests: Likewise.
35844         * modules/crc-tests: Likewise.
35845         * modules/des-tests: Likewise.
35846         * modules/gc-arcfour-tests: Likewise.
35847         * modules/gc-arctwo-tests: Likewise.
35848         * modules/gc-des-tests: Likewise.
35849         * modules/gc-hmac-md5-tests: Likewise.
35850         * modules/gc-hmac-sha1-tests: Likewise.
35851         * modules/gc-md2-tests: Likewise.
35852         * modules/gc-md4-tests: Likewise.
35853         * modules/gc-md5-tests: Likewise.
35854         * modules/gc-pbkdf2-sha1-tests: Likewise.
35855         * modules/gc-rijndael-tests: Likewise.
35856         * modules/gc-sha1-tests: Likewise.
35857         * modules/gc-tests: Likewise.
35858         * modules/getaddrinfo-tests: Likewise.
35859         * modules/hmac-md5-tests: Likewise.
35860         * modules/hmac-sha1-tests: Likewise.
35861         * modules/linked-list-tests: Likewise.
35862         * modules/linkedhash-list-tests: Likewise.
35863         * modules/lock-tests: Likewise.
35864         * modules/md2-tests: Likewise.
35865         * modules/md4-tests: Likewise.
35866         * modules/md5-tests: Likewise.
35867         * modules/rbtree-list-tests: Likewise.
35868         * modules/rbtree-oset-tests: Likewise.
35869         * modules/rbtreehash-list-tests: Likewise.
35870         * modules/read-file-tests: Likewise.
35871         * modules/rijndael-tests: Likewise.
35872         * modules/stdint-tests: Likewise.
35873         * modules/tls-tests: Likewise.
35874
35875 2007-02-24  Bruno Haible  <bruno@clisp.org>
35876
35877         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
35878         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
35879         function; instead check whether isnan with a double argument links.
35880         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
35881         function; instead check whether isnan with a 'long double' argument
35882         links.
35883         Reported by Eric Blake <ebb9@byu.net>.
35884
35885 2007-02-24  Bruno Haible  <bruno@clisp.org>
35886
35887         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
35888         defined.
35889         * lib/isnanl.c: Remove all code. Just include isnan.c.
35890         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
35891
35892 2007-02-25  Jim Meyering  <jim@meyering.net>
35893
35894         Avoid conflicting types for 'unsetenv' on FreeBSD.
35895         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
35896         conflicting with FreeBSD's (5.0 and 6.1) function declaration
35897         in stdlib.h.
35898
35899 2007-02-24  Bruno Haible  <bruno@clisp.org>
35900
35901         * modules/isnanl-nolibm-tests: New file.
35902         * tests/test-isnanl.c: New file.
35903
35904         * modules/isnanl-nolibm: New file.
35905         * lib/isnanl.h: New file.
35906         * lib/isnanl.c: New file.
35907         * m4/isnanl.m4: New file.
35908
35909 2007-02-24  Bruno Haible  <bruno@clisp.org>
35910
35911         * modules/isnan-nolibm-tests: New file.
35912         * tests/test-isnan.c: New file.
35913
35914         * modules/isnan-nolibm: New file.
35915         * lib/isnan.h: New file.
35916         * lib/isnan.c: New file.
35917         * m4/isnan.m4: New file.
35918
35919 2007-02-24  Bruno Haible  <bruno@clisp.org>
35920
35921         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
35922         assume that an exponent fits in 20 bits.
35923
35924 2007-02-24  Jim Meyering  <jim@meyering.net>
35925
35926         * m4/regex.m4: Update the description of the configure-time option,
35927         --without-included-regex, to state accurately what the defaults are,
35928         and perhaps to give people an idea why using this option is risky.
35929
35930 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
35931
35932         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
35933         loops on small arguments.  This attempts to avoid the problem
35934         Bruno Haible reported for AIX 4.3.2 in
35935         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
35936
35937 2007-02-23  Bruno Haible  <bruno@clisp.org>
35938
35939         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
35940         Needed for help2man.
35941
35942 2007-02-23  Karl Berry  <karl@gnu.org>
35943
35944         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
35945         exists, foo.h should be cvs-ignored, not committed.
35946
35947 2007-02-23  Eric Blake  <ebb9@byu.net>
35948
35949         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
35950         * lib/stat-time.h (includes): Likewise.
35951         * lib/utimecmp.c (includes): Likewise.
35952         * lib/utimens.h (includes): Likewise.
35953         * lib/getdate.y (includes): Also include "timespec.h" for use
35954         internal to the module.
35955         * modules/utimens (Depends-on): Revert yesterday's patch.
35956         * modules/nanosleep (Depends-on): Add missing dependency.
35957
35958 2007-02-22  Bruno Haible  <bruno@clisp.org>
35959
35960         * lib/glob.c: Don't include getlogin_r.h.
35961
35962 2007-02-22  Jim Meyering  <jim@meyering.net>
35963
35964         * modules/utimens (Depends-on): Add timespec, required for
35965         utimens.h's inclusion of timespec.h.
35966
35967 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
35968
35969         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
35970         long unreadable paths in GNU/Linux.  Problem reported by Andreas
35971         Schwab in
35972         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
35973         I'll try to think of a better way to fix the Solaris problem.
35974
35975         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
35976         like glibc; on Solaris 10, it fails with errno == EINVAL.
35977         POSIX says the behavior is unspecified if the first argument is NULL,
35978         so play it safe and never pass NULL to the system getcwd.
35979
35980 2007-02-21  Jim Meyering  <jim@meyering.net>
35981
35982         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
35983         of gettimeofday.  It would conflict with the one now always
35984         provided via sys_time_.h.  Reported by Matthew Woehlke, as
35985         an IRIX 6.5 build failure.
35986
35987 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
35988
35989         Minor fixups to port to Solaris 10 with Sun C 5.8.
35990         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
35991         * modules/getcwd (Depends-on): Add dirfd.
35992         * lib/putenv.c (putenv): #undef it.
35993         (rpl_putenv): New decl.
35994         (malloc, free): Include <stdlib.h> rather than prototyping separately.
35995
35996 2007-02-20  Bruno Haible  <bruno@clisp.org>
35997
35998         * modules/stdio-tests: New file.
35999         * tests/test-stdio.c: New file.
36000
36001         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
36002         (Depends-on): Add stdio.
36003         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
36004         (Include): Use <stdio.h> instead of vsnprintf.h.
36005         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
36006         HAVE_DECL_VSNPRINTF.
36007         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
36008
36009         * modules/snprintf (Files): Remove lib/snprintf.h.
36010         (Depends-on): Add stdio.
36011         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
36012         (Include): Use <stdio.h> instead of snprintf.h.
36013         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
36014         HAVE_DECL_SNPRINTF.
36015         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
36016         * lib/getaddrinfo.c: Likewise.
36017
36018         * modules/stdio: New file.
36019         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
36020         * lib/snprintf.h: Remove file.
36021         * lib/vsnprintf.h: Remove file.
36022         * lib/.cppi-disable: Remove snprintf.h.
36023         * m4/stdio_h.m4: New file.
36024         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
36025
36026 2007-02-20  Jim Meyering  <jim@meyering.net>
36027
36028         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
36029         used by e.g., mingw.  From Bruno Haible.
36030
36031 2007-02-19  Bruno Haible  <bruno@clisp.org>
36032
36033         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
36034         warnings.
36035         Reported by Ben Pfaff <blp@cs.stanford.edu>.
36036
36037 2007-02-19  Bruno Haible  <bruno@clisp.org>
36038
36039         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
36040         from mingw users.
36041
36042 2007-02-19  Bruno Haible  <bruno@clisp.org>
36043
36044         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
36045         warnings.
36046         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
36047
36048 2007-02-19  Jim Meyering  <jim@meyering.net>
36049
36050         Don't use FD after a successful "fdopendir (fd)".
36051         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
36052         Reset it by calling dirfd on the just-obtained DIR*.
36053
36054         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
36055         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
36056
36057 2007-02-18  Bruno Haible  <bruno@clisp.org>
36058
36059         * lib/readlink.c: Include <unistd.h>.
36060         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
36061         HAVE_READLINK.
36062         * modules/readlink (Depends-on): Add unistd.
36063         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36064         (Include): Add <unistd.h>.
36065
36066         * lib/getlogin_r.h: Remove file.
36067         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
36068         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
36069         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
36070         HAVE_DECL_GETLOGIN_R.
36071         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
36072         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36073         (Include): Use <unistd.h> instead of getlogin_r.h.
36074
36075         * lib/getcwd.h: Remove file.
36076         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
36077         * lib/xgetcwd.c: Likewise.
36078         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
36079         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
36080         * modules/getcwd (Files): Remove lib/getcwd.h.
36081         (Depends-on): Add unistd.
36082         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36083         (Include): Use <unistd.h> instad of getcwd.h.
36084
36085         * lib/ftruncate.c: Include <unistd.h> first.
36086         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
36087         Set HAVE_FTRUNCATE.
36088         * modules/ftruncate (Depends-on): Add unistd.
36089         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36090
36091         * lib/fchdir.c: Include <unistd.h> first.
36092         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
36093         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
36094         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
36095         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36096         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
36097
36098         * lib/dup2.c: Include <unistd.h> first.
36099         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
36100         HAVE_DUP2.
36101         * modules/dup2 (Depends-on): Add unistd.
36102         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36103
36104         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
36105         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
36106         REPLACE_CHOWN. Don't define chown as a macro here.
36107         * modules/chown (Depends-on): Add unistd.
36108         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
36109
36110         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
36111         Add definition for GL_LINK_WARNING.
36112         (chown, dup2): New declarations.
36113         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
36114         link warning.
36115         (ftruncate): New declaration.
36116         (getcwd): New declaration, taken from old getcwd.h.
36117         (getlogin_r): New declaration, taken from old getlogin_r.h.
36118         (readlink): New declaration.
36119         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
36120         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
36121         (gl_PREREQ_UNISTD): Remove macro.
36122         (gl_UNISTD_MODULE_INDICATOR): New macro.
36123         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
36124         many new variables. Don't set UNISTD_H.
36125         * modules/unistd (Description): Change.
36126         (Depends-on): Add link-warning.
36127         (configure.ac): Update.
36128         (Makefile.am): Create unistd.h always. Substitute many new variables
36129         into it.
36130
36131 2007-02-18  Bruno Haible  <bruno@clisp.org>
36132
36133         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
36134         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
36135         HAVE_GETSUBOPT.
36136         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
36137         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
36138         * lib/getsubopt.h: Remove file.
36139         * modules/getsubopt (Files): Remove lib/getsubopt.h.
36140         (Depends-on): Add stdlib.
36141         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36142         (Includes): Use <stdlib.h> instead of getsubopt.h.
36143         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
36144         Set HAVE_GETSUBOPT.
36145         * lib/getsubopt.c: Don't include getsubopt.h.
36146
36147 2007-02-18  Bruno Haible  <bruno@clisp.org>
36148
36149         * modules/fchdir (Depends-on): Add dup2.
36150
36151 2007-02-18  Bruno Haible  <bruno@clisp.org>
36152
36153         * lib/stdlib_.h: Handle glibc's special invocation convention
36154         specially.
36155
36156 2007-02-18  Bruno Haible  <bruno@clisp.org>
36157
36158         * modules/stdlib-tests: New file.
36159         * tests/test-stdlib.c: New file.
36160
36161         * modules/mkstemp (Files): Remove lib/mkstemp.h.
36162         (Depends-on): Add stdlib.
36163         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36164         (Includes): Use <stdlib.h> instead of mkstemp.h.
36165         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36166         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
36167         * lib/mkstemp.c: Don't include mkstemp.h.
36168         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
36169         * lib/stdlib--.h: Don't include mkstemp.h.
36170
36171         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
36172         (Depends-on): Add stdlib.
36173         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
36174         (Includes): Use <stdlib.h> instead of mkdtemp.h.
36175         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
36176         HAVE_MKDTEMP.
36177         * lib/mkdtemp.c: Don't include mkdtemp.h.
36178         * lib/clean-temp.c: Don't include mkdtemp.h.
36179
36180         * modules/exit (Files): Remove lib/exit.h.
36181         (Depends-on): Add stdlib.
36182         (Makefile.am): Remove lib_SOURCES.
36183         (Include): Use <stdlib.h> instead of exit.h.
36184         * lib/argmatch.c: Don't include exit.h.
36185         * lib/execute.c: Likewise.
36186         * lib/pagealign_alloc.c: Likewise.
36187         * lib/pipe.c: Likewise.
36188         * lib/wait-process.c: Likewise.
36189         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
36190         * lib/exitfail.c: Likewise.
36191         * lib/savewd.c: Likewise.
36192         * lib/xsetenv.c: Likewise.
36193
36194         * modules/stdlib: New file.
36195         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
36196         and extra comments about mkstemp().
36197         * lib/exit.h: Remove file.
36198         * lib/mkdtemp.h: Remove file.
36199         * lib/mkstemp.h: Remove file.
36200         * m4/stdlib_h.m4: New file.
36201         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
36202
36203 2007-02-18  Bruno Haible  <bruno@clisp.org>
36204
36205         * modules/math-tests: New file.
36206         * tests/test-math.c: New file.
36207
36208         * modules/math: New file.
36209         * modules/mathl (Files): Remove lib/mathl.h.
36210         (Depends-on): Add math.
36211         (Makefile.am): Don't mention mathl.h.
36212         (Include): Use <math.h> instead of mathl.h.
36213         * lib/math_.h: New file.
36214         * lib/mathl.h: Remove file.
36215         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
36216         mathl.h.
36217         * lib/asinl.c: Likewise.
36218         * lib/atanl.c: Likewise.
36219         * lib/ceill.c: Likewise.
36220         * lib/cosl.c: Likewise.
36221         * lib/expl.c: Likewise.
36222         * lib/floorl.c: Likewise.
36223         * lib/frexpl.c: Likewise.
36224         * lib/ldexpl.c: Likewise.
36225         * lib/logl.c: Likewise.
36226         * lib/sincosl.c: Likewise.
36227         * lib/sinl.c: Likewise.
36228         * lib/sqrtl.c: Likewise.
36229         * lib/tanl.c: Likewise.
36230         * lib/trigl.c: Likewise.
36231         * m4/math_h.m4: New file.
36232         * MODULES.html.sh (Mathematics): Add math.
36233
36234 2007-02-17  Bruno Haible  <bruno@clisp.org>
36235
36236         * modules/wctype-tests: New file.
36237         * tests/test-wctype.c: New file.
36238
36239         * modules/wchar-tests: New file.
36240         * tests/test-wchar.c: New file.
36241
36242         * modules/unistd-tests: New file.
36243         * tests/test-unistd.c: New file.
36244
36245         * modules/time-tests: New file.
36246         * tests/test-time.c: New file.
36247
36248         * modules/sysexits-tests: New file.
36249         * tests/test-sysexits.c: New file.
36250
36251         * modules/sys_time-tests: New file.
36252         * tests/test-sys_time.c: New file.
36253
36254         * modules/sys_stat-tests: New file.
36255         * tests/test-sys_stat.c: New file.
36256
36257         * modules/sys_socket-tests: New file.
36258         * tests/test-sys_socket.c: New file.
36259
36260         * modules/sys_select-tests: New file.
36261         * tests/test-sys_select.c: New file.
36262
36263         * modules/string-tests: New file.
36264         * tests/test-string.c: New file.
36265
36266         * modules/stdbool-tests: New file.
36267         * tests/test-stdbool.c: New file.
36268
36269         * modules/netinet_in-tests: New file.
36270         * tests/test-netinet_in.c: New file.
36271
36272         * modules/inttypes-tests: New file.
36273         * tests/test-inttypes.c: New file.
36274
36275         * modules/fcntl-tests: New file.
36276         * tests/test-fcntl.c: New file.
36277
36278         * modules/byteswap-tests: New file.
36279         * tests/test-byteswap.c: New file.
36280
36281         * modules/arpa_inet-tests: New file.
36282         * tests/test-arpa_inet.c: New file.
36283
36284 2007-02-17  Bruno Haible  <bruno@clisp.org>
36285
36286         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
36287         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
36288         if the corresponding module is not enabled. Emit link warnings if
36289         the function is used nevertheless.
36290         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
36291         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
36292         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
36293         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
36294         * modules/inttypes (Depends-on): Add link-warning.
36295         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36296         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
36297         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
36298         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
36299         * modules/imaxdiv (configure.ac): Likewise.
36300         * modules/strtoimax (configure.ac): Likewise.
36301         * modules/strtoumax (configure.ac): Likewise.
36302
36303 2007-02-17  Bruno Haible  <bruno@clisp.org>
36304
36305         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
36306         gl_STRING_MODULE_INDICATOR_DEFAULTS.
36307         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
36308         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
36309
36310 2007-02-17  Bruno Haible  <bruno@clisp.org>
36311
36312         * modules/link-warning: New file.
36313         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
36314         * lib/string_.h (GL_LINK_WARNING): Remove definition.
36315         * modules/string (Depends-on): Add link-warning.
36316         (Makefile.am): Copy the contents of build-aux/link-warning.h into
36317         string.h.
36318         * MODULES.html.sh (Support for building libraries and executables): Add
36319         link-warning.
36320
36321 2007-02-17  Bruno Haible  <bruno@clisp.org>
36322
36323         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
36324         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
36325         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
36326         long lines.
36327
36328 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
36329             Bruno Haible  <bruno@clisp.org>
36330
36331         * modules/tmpfile: New file.
36332         * lib/tmpfile.c: New file.
36333         * m4/tmpfile.m4: New file.
36334         * MODULES.html.sh (func_all_modules): New section "Input/output".
36335
36336 2007-02-15  Bruno Haible  <bruno@clisp.org>
36337
36338         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
36339         (supports_delete_on_close): New function.
36340         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
36341
36342 2007-02-14  Bruno Haible  <bruno@clisp.org>
36343
36344         * modules/mbspcasecmp-tests: New file.
36345         * tests/test-mbspcasecmp.sh: New file.
36346         * tests/test-mbspcasecmp.c: New file.
36347
36348         New module mbspcasecmp.
36349         * modules/mbspcasecmp: New file.
36350         * lib/mbspcasecmp.c: New file.
36351         * lib/string_.h (strncasecmp): Change warning message.
36352         (mbspcasecmp): New declaration.
36353         * m4/mbspcasecmp.m4: New file.
36354         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36355         GNULIB_MBSPCASECMP.
36356         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
36357         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
36358
36359 2007-02-14  Bruno Haible  <bruno@clisp.org>
36360
36361         * modules/mbsncasecmp-tests: New file.
36362         * tests/test-mbsncasecmp.sh: New file.
36363         * tests/test-mbsncasecmp.c: New file.
36364
36365         New module mbsncasecmp.
36366         * modules/mbsncasecmp: New file.
36367         * lib/mbsncasecmp.c: New file.
36368         * lib/string_.h (mbsncasecmp): New declaration.
36369         * m4/mbsncasecmp.m4: New file.
36370         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36371         GNULIB_MBSNCASECMP.
36372         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
36373         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
36374
36375 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
36376
36377         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
36378         Verify that it doesn't overlap with our flags.
36379         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
36380         do not have the desired effect in multibyte locales; instead, use
36381         mbscasecmp.
36382         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
36383         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
36384         we don't require GNU fnmatch ourselves (if our users require it, they
36385         should do so explicitly).
36386
36387         Fix regex code so it doesn't rely on strcasecmp.
36388         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
36389         Otherwise, include gnulib's langinfo.h.
36390         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
36391         undesirable behavior in non-C locales.  Instead, rely on localecharset.
36392         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
36393         * modules/regex (FILES): Remove m4/codeset.m4.
36394         (Depends-on): Add localcharset.  Remove strcase.
36395
36396 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36397
36398         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
36399         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
36400
36401 2007-02-13  Bruno Haible  <bruno@clisp.org>
36402
36403         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
36404         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36405
36406 2007-02-12  Bruno Haible  <bruno@clisp.org>
36407
36408         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
36409         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
36410         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
36411         time warning rather than a link error.
36412
36413 2007-02-12  Bruno Haible  <bruno@clisp.org>
36414
36415         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
36416         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
36417         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
36418
36419 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36420
36421         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
36422         args, not 2.
36423
36424 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
36425
36426         New module 'time', so that apps can include <time.h> as per
36427         POSIX and GNU instead of separate include files like time_r.h
36428         and timegm.h.  This implementation tries out a simpler approach
36429         for replacing decls in standard include files (as compared to
36430         the string module), somewhat as an experiment.
36431
36432         * config/srclist.txt: Comment out mktime.c for now.
36433         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
36434         since it doesn't apply any more.  Use generic wording instead.
36435         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
36436         'time'.
36437         * lib/time_.h, m4/time_h.m4, modules/time: New files.
36438         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
36439         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
36440         Don't include <sys/types.h>; no longer needed since we assume C89.
36441         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
36442         * lib/strftime.c: Likewise.
36443         * lib/time_r.c: Likewise.
36444         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
36445         * lib/nanosleep.c: Include <time.h> first, to check interface.
36446         * lib/strptime.c: Likewise.
36447         * lib/time_r.c: Likewise.
36448         * lib/timegm.c: Likewise.
36449         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
36450         needed.
36451         * lib/timegm.c: Don't include timegm.h; no longer needed.
36452         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
36453         time.h now handles any problems in that area.
36454         (struct timespec, nanosleep): Remove; time.h now arranges for these.
36455         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
36456         that time.h defines struct timespec.
36457         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
36458         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
36459         handles that.
36460         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
36461         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
36462         needed.  Set REPLACE_LOCALTIME.
36463         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
36464         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
36465         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
36466         nanosleep; time_h.m4 now does that.  Don't require
36467         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
36468         module handles this now.
36469         * modules/getdate (Depends-on): Remove timespec.  Add time.
36470         * modules/nanosleep (Depends-on): Likewise.
36471         * modules/stat-time (Depends-on): Likewise.
36472         * modules/nanosleep (Include): Include time.h, not timespec.h.
36473         * modules/strptime (Files): Remove lib/strptime.h.
36474         (Depends-on): Add extensions, time.
36475         (Include): Include time.h, not strptime.h.
36476         * modules/time_r (Files): Remove lib/time_r.h.
36477         (Depends-on): Add time.
36478         (Include): Include time.h, not time_r.h.
36479         * modules/timegm: Likewise.
36480         * modules/timespec (Description): Now does timespec-related decls
36481         of our own, instead of struct timespec itself.
36482         (Depends-on): Add time; remove extensions.
36483         (Maintainer): Add self.
36484         * modules/utimecmp (Depends-on): Add time; remove timespec.
36485         * modules/utimens (Depends-on): Likewise.
36486         * modules/xnanosleep (Depends-on): Likewise.
36487
36488 2007-02-11  Bruno Haible  <bruno@clisp.org>
36489
36490         * lib/c-strstr.c: Include allocsa.h.
36491         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36492         * lib/c-strcasestr.c: Include allocsa.h.
36493         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36494         * lib/strcasestr.c: Include allocsa.h.
36495         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
36496         * lib/mbsstr.c: Include allocsa.h.
36497         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36498         allocsa/freesa instead of malloc/free.
36499         * lib/mbscasestr.c: Include allocsa.h.
36500         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
36501         allocsa/freesa instead of malloc/free.
36502         * modules/c-strstr (Depends-on): Add allocsa.
36503         * modules/c-strcasestr (Depends-on): Likewise.
36504         * modules/strcasestr (Depends-on): Likewise.
36505         * modules/mbsstr (Depends-on): Likewise.
36506         * modules/mbscasestr (Depends-on): Likewise.
36507
36508 2007-02-11  Bruno Haible  <bruno@clisp.org>
36509
36510         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
36511
36512         * modules/mbsspn-tests: New file.
36513         * tests/test-mbsspn.sh: New file.
36514         * tests/test-mbsspn.c: New file.
36515
36516 2007-02-11  Bruno Haible  <bruno@clisp.org>
36517
36518         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
36519
36520         * modules/mbspbrk-tests: New file.
36521         * tests/test-mbspbrk.sh: New file.
36522         * tests/test-mbspbrk.c: New file.
36523
36524 2007-02-11  Bruno Haible  <bruno@clisp.org>
36525
36526         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
36527         unneeded cast.
36528
36529         * modules/mbscspn-tests: New file.
36530         * tests/test-mbscspn.sh: New file.
36531         * tests/test-mbscspn.c: New file.
36532
36533 2007-02-11  Bruno Haible  <bruno@clisp.org>
36534
36535         * modules/mbscasecmp-tests: New file.
36536         * tests/test-mbscasecmp.sh: New file.
36537         * tests/test-mbscasecmp.c: New file.
36538
36539 2007-02-11  Bruno Haible  <bruno@clisp.org>
36540
36541         Ensure O(n) worst-case complexity of mbscasestr.
36542         * lib/mbscasestr.c: Include stdbool.h.
36543         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
36544         functions.
36545         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
36546         the bookkeeping indicates that it's worth it.
36547         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
36548
36549         * modules/mbscasestr-tests: New file.
36550         * tests/test-mbscasestr1.c: New file.
36551         * tests/test-mbscasestr2.sh: New file.
36552         * tests/test-mbscasestr2.c: New file.
36553         * tests/test-mbscasestr3.sh: New file.
36554         * tests/test-mbscasestr3.c: New file.
36555         * tests/test-mbscasestr4.sh: New file.
36556         * tests/test-mbscasestr4.c: New file.
36557         * m4/locale-tr.m4: New file.
36558
36559 2007-02-11  Bruno Haible  <bruno@clisp.org>
36560
36561         Ensure O(n) worst-case complexity of mbsstr.
36562         * lib/mbsstr.c: Include stdbool.h.
36563         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
36564         functions.
36565         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
36566         bookkeeping indicates that it's worth it.
36567         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
36568
36569         * modules/mbsstr-tests: New file.
36570         * tests/test-mbsstr1.c: New file.
36571         * tests/test-mbsstr2.sh: New file.
36572         * tests/test-mbsstr2.c: New file.
36573         * tests/test-mbsstr3.sh: New file.
36574         * tests/test-mbsstr3.c: New file.
36575         * m4/locale-fr.m4: New file.
36576
36577 2007-02-11  Bruno Haible  <bruno@clisp.org>
36578
36579         * lib/mbsrchr.c (mbsrchr): Fix bug.
36580
36581         * modules/mbsrchr-tests: New file.
36582         * tests/test-mbsrchr.sh: New file.
36583         * tests/test-mbsrchr.c: New file.
36584
36585 2007-02-11  Bruno Haible  <bruno@clisp.org>
36586
36587         * lib/mbschr.c (mbschr): Fix bug.
36588
36589         * modules/mbschr-tests: New file.
36590         * tests/test-mbschr.sh: New file.
36591         * tests/test-mbschr.c: New file.
36592         * m4/locale-zh.m4: New file.
36593
36594 2007-02-11  Bruno Haible  <bruno@clisp.org>
36595
36596         Support for copying multibyte string iterators.
36597         * lib/mbiter.h: Include <string.h>.
36598         (mbiter_multi_copy): New function.
36599         (mbi_copy): New macro.
36600         * lib/mbuiter.h: Include <string.h>.
36601         (mbuiter_multi_copy): New function.
36602         (mbui_copy): New macro.
36603
36604 2007-02-11  Bruno Haible  <bruno@clisp.org>
36605
36606         New module mbslen.
36607         * modules/mbslen: New file.
36608         * lib/mbslen.c: New file.
36609         * lib/string_.h (mbslen): New declaration.
36610         * m4/mbslen.m4: New file.
36611         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36612         GNULIB_MBSLEN.
36613         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
36614         * MODULES.html.sh (Internationalization functions): Add mbslen.
36615
36616 2007-02-11  Bruno Haible  <bruno@clisp.org>
36617
36618         Ensure O(n) worst-case complexity of strcasestr substitute.
36619         * lib/strcasestr.c: Include stdbool.h.
36620         (knuth_morris_pratt): New function.
36621         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
36622         bookkeeping indicates that it's worth it.
36623         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
36624
36625         * modules/strcasestr-tests: New file.
36626         * tests/test-strcasestr.c: New file.
36627
36628 2007-02-11  Bruno Haible  <bruno@clisp.org>
36629
36630         Ensure O(n) worst-case complexity of c_strcasestr.
36631         * lib/c-strcasestr.c: Include stdbool.h, string.h.
36632         (knuth_morris_pratt): New function.
36633         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
36634         the bookkeeping indicates that it's worth it.
36635         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
36636
36637         * modules/c-strcasestr-tests: New file.
36638         * tests/test-c-strcasestr.c: New file.
36639
36640 2007-02-11  Bruno Haible  <bruno@clisp.org>
36641
36642         Ensure O(n) worst-case complexity of c_strstr.
36643         * lib/c-strstr.c: Include stdbool.h, string.h.
36644         (knuth_morris_pratt): New function.
36645         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
36646         bookkeeping indicates that it's worth it.
36647         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
36648
36649         * lib/c-strstr.c: Complete rewrite for maintainability.
36650
36651         * modules/c-strstr-tests: New file.
36652         * tests/test-c-strstr.c: New file.
36653
36654 2007-02-11  Bruno Haible  <bruno@clisp.org>
36655
36656         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
36657         5.2.1 and earlier, whereby \055 was treated just like the range
36658         delimiter '-'.
36659         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
36660
36661 2007-02-08  Bruno Haible  <bruno@clisp.org>
36662
36663         * modules/regex (Depends-on): Add stdbool.
36664         Reported by Dalibor Topic <robilad@kaffe.org>.
36665
36666 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
36667
36668         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
36669         Prefer returning from main to exiting from it.
36670         Remove unnecessary parens after sizeof.
36671
36672 2007-02-05  Bruno Haible  <bruno@clisp.org>
36673
36674         New module mbssep.
36675         * modules/mbssep: New file.
36676         * lib/mbssep.c: New file.
36677         * lib/string_.h (strsep): Add a conditional link warning.
36678         (mbssep): New declaration.
36679         * m4/mbssep.m4: New file.
36680         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36681         GNULIB_MBSSEP.
36682         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
36683         * MODULES.html.sh (Internationalization functions): Add mbssep.
36684
36685 2007-02-05  Bruno Haible  <bruno@clisp.org>
36686
36687         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
36688         Optimize search in case of 1 delimiter.
36689
36690 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
36691
36692         * lib/acl.h: Include sys/types.h before sys/acl.h.
36693
36694 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
36695
36696         Merge upstream fix for glibc bugzilla #3957:
36697
36698         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
36699
36700         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
36701         bit for RE_HAT_LISTS_NOT_NEWLINE.
36702         (build_charclass_op): Remove bogus comment.
36703
36704 2007-02-05  Simon Josefsson  <simon@josefsson.org>
36705
36706         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
36707
36708 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
36709
36710         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
36711         * lib/memmem.c [!defined _LIBC]: Include config.h.
36712
36713 2007-02-04  Bruno Haible  <bruno@clisp.org>
36714
36715         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
36716         warning message.
36717
36718 2007-02-04  Bruno Haible  <bruno@clisp.org>
36719
36720         New module mbstok_r.
36721         * modules/mbstok_r: New file.
36722         * lib/mbstok_r.c: New file.
36723         * lib/string_.h (strtok_r): Change argument names to match the
36724         comments. Add a conditional link warning.
36725         (mbstok_r): New declaration.
36726         * m4/mbstok_r.m4: New file.
36727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36728         GNULIB_MBSTOK_R.
36729         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
36730         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
36731
36732 2007-02-04  Bruno Haible  <bruno@clisp.org>
36733
36734         New module mbsspn.
36735         * modules/mbsspn: New file.
36736         * lib/mbsspn.c: New file.
36737         * lib/string_.h (strspn): Add a conditional link warning.
36738         (mbsspn): New declaration.
36739         * m4/mbsspn.m4: New file.
36740         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36741         GNULIB_MBSSPN.
36742         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
36743         * MODULES.html.sh (Internationalization functions): Add mbsspn.
36744
36745 2007-02-04  Bruno Haible  <bruno@clisp.org>
36746
36747         New module mbspbrk.
36748         * modules/mbspbrk: New file.
36749         * lib/mbspbrk.c: New file.
36750         * lib/string_.h (strpbrk): Add a conditional link warning.
36751         (mbspbrk): New declaration.
36752         * m4/mbspbrk.m4: New file.
36753         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36754         GNULIB_MBSPBRK.
36755         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
36756         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
36757
36758 2007-02-04  Bruno Haible  <bruno@clisp.org>
36759
36760         New module mbscspn.
36761         * modules/mbscspn: New file.
36762         * lib/mbscspn.c: New file.
36763         * lib/string_.h (strcspn): Add a conditional link warning.
36764         (mbscspn): New declaration.
36765         * m4/mbscspn.m4: New file.
36766         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36767         GNULIB_MBSCSPN.
36768         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
36769         * MODULES.html.sh (Internationalization functions): Add mbscspn.
36770
36771 2007-02-04  Bruno Haible  <bruno@clisp.org>
36772
36773         New module mbscasestr, reduced goal of strcasestr.
36774         * modules/mbscasestr: New file.
36775         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
36776         (mbscasestr): Renamed from strcasestr.
36777         * lib/strcasestr.c: Don't include mbuiter.h.
36778         (strcasestr): Remove support for multibyte locales.
36779         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
36780         Change the conditional link warning.
36781         (mbscasestr): New declaration.
36782         * m4/mbscasestr.m4: New file.
36783         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
36784         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
36785         REPLACE_STRCASESTR.
36786         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
36787         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
36788         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
36789         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
36790         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
36791         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
36792         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
36793         (Depends-on): Remove mbuiter.
36794         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
36795
36796 2007-02-04  Bruno Haible  <bruno@clisp.org>
36797
36798         Simplify handling of strncasecmp.
36799         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
36800         the conditional link warning.
36801         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
36802         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
36803         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
36804         * modules/strcase (configure.ac): Don't invoke
36805         gl_STRING_MODULE_INDICATOR.
36806         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
36807
36808 2007-02-04  Bruno Haible  <bruno@clisp.org>
36809
36810         New module mbscasecmp, reduced goal of strcasecmp.
36811         * modules/mbscasecmp: New file.
36812         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
36813         (mbscasecmp): Renamed from strcasecmp.
36814         * lib/strcasecmp.c: Don't include mbuiter.h.
36815         (strcasecmp): Remove support for multibyte locales.
36816         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
36817         Change the conditional link warning.
36818         (mbscasecmp): New declaration.
36819         * m4/mbscasecmp.m4: New file.
36820         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
36821         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
36822         REPLACE_STRCASECMP.
36823         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
36824         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36825         GNULIB_MBSCASECMP.
36826         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
36827         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
36828         * modules/strcase (Files): Remove m4/mbrtowc.m4.
36829         (Depends-on): Remove mbuiter.
36830         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
36831
36832 2007-02-04  Bruno Haible  <bruno@clisp.org>
36833
36834         New module mbsstr. Remove module strstr.
36835         * modules/mbsstr: New file.
36836         * modules/strstr: Remove file.
36837         * lib/mbsstr.c: Renamed from lib/strstr.c.
36838         (mbsstr): Renamed from strstr.
36839         * lib/string_.h (strstr): Remove declaration. Change the conditional
36840         link warning.
36841         (mbsstr): New declaration.
36842         * m4/mbsstr.m4: New file.
36843         * m4/strstr.m4: Remove file.
36844         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
36845         REPLACE_STRSTR.
36846         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
36847         Don't initialize GNULIB_STRSTR.
36848         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
36849         substitute GNULIB_STRSTR and REPLACE_STRSTR.
36850         * MODULES.html.sh (Internationalization functions): Add mbsstr.
36851         (Support for systems lacking ANSI C 89): Remove strstr.
36852
36853 2007-02-04  Bruno Haible  <bruno@clisp.org>
36854
36855         New module mbsrchr.
36856         * modules/mbsrchr: New file.
36857         * lib/mbsrchr.c: New file.
36858         * lib/string_.h (strrchr): Add a conditional link warning.
36859         (mbsrchr): New declaration.
36860         * m4/mbsrchr.m4: New file.
36861         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36862         GNULIB_MBSRCHR.
36863         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
36864         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
36865
36866 2007-02-04  Bruno Haible  <bruno@clisp.org>
36867
36868         New module mbschr.
36869         * modules/mbschr: New file.
36870         * lib/mbschr.c: New file.
36871         * lib/string_.h (strchr): Add a conditional link warning.
36872         (mbschr): New declaration.
36873         * m4/mbschr.m4: New file.
36874         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36875         GNULIB_MBSCHR.
36876         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
36877         * MODULES.html.sh (Internationalization functions): Add mbschr.
36878
36879 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
36880
36881         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
36882
36883         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
36884
36885 2007-02-04  Bruno Haible  <bruno@clisp.org>
36886
36887         New module description section 'configure.ac-early'.
36888         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
36889         (func_get_autoconf_early_snippet): New function.
36890         (func_import, func_create_testdir): Use it. Remove special cases for
36891         modules 'extensions' and 'lock'.
36892         * modules/extensions (configure.ac-early): Require
36893         gl_USE_SYSTEM_EXTENSIONS.
36894         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
36895
36896 2007-02-04  Bruno Haible  <bruno@clisp.org>
36897
36898         Make use of gcj-4.3's -fsource and -ftarget option.
36899         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
36900         and if so try the options -fsource and -ftarget.
36901         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
36902         source_version, ftarget_option, target_version arguments.
36903         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
36904         (is_envjavac_oldgcj_14_14_usable): Renamed from
36905         is_envjavac_gcj_14_14_usable.
36906         (is_envjavac_oldgcj_14_13_usable): Renamed from
36907         is_envjavac_gcj_14_13_usable.
36908         (is_gcj_present): Update.
36909         (is_gcj_43, is_gcj43_usable): New functions.
36910         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
36911         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
36912         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
36913         try the options -fsource and -ftarget.
36914
36915 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
36916
36917         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
36918         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
36919         larger value.
36920
36921 2007-02-03  Jim Meyering  <jim@meyering.net>
36922
36923         Give tools a better chance to allocate space for very large buffers.
36924         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
36925
36926         Make pwd and readlink work also when run with an unreadable parent dir
36927         on systems with openat support.
36928         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
36929         provided getcwd function, even when we have openat support.
36930         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
36931
36932 2007-02-02  Bruno Haible  <bruno@clisp.org>
36933
36934         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
36935         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
36936         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
36937         portability problems if one of these functions is only used on specific
36938         platforms.
36939         Reported by Paul Eggert.
36940
36941 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
36942
36943         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
36944         is causing more trouble than it's curing.
36945         * lib/regex_internal.h (__mempcpy): Remove.
36946         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
36947         (and make the code a tad smaller to boot).
36948         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
36949
36950 2007-02-02  Jim Meyering  <jim@meyering.net>
36951
36952         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
36953         section, not in the Makefile.am: one.
36954
36955 2007-02-02  Eric Blake  <ebb9@byu.net>
36956
36957         * lib/strchrnul.c: Always include config.h first.
36958
36959         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
36960         gnulib strstr is not necessary here.
36961
36962 2007-02-02  Simon Josefsson  <simon@josefsson.org>
36963
36964         * m4/socklen.m4: Fix typo.
36965
36966 2007-02-02  Eric Blake  <ebb9@byu.net>
36967
36968         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
36969         * modules/netinet_in (Makefile.am): Likewise.
36970
36971 2007-02-01  Bruno Haible  <bruno@clisp.org>
36972
36973         * lib/string_.h (GL_LINK_WARNING): New macro.
36974         (strcasecmp, strstr, strcasestr): If provided by the system,
36975         conditionally define as a macro that leads to a warning instead of to
36976         an error.
36977         (strncasecmp): Conditionally define as a macro that leads to a warning.
36978
36979 2007-02-01  Karl Berry  <karl@gnu.org>
36980
36981         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
36982
36983 2007-02-01  Bruno Haible  <bruno@clisp.org>
36984
36985         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
36986         renamings.
36987
36988 2007-02-01  Eric Blake  <ebb9@byu.net>
36989
36990         * modules/regex (Depends-on): Revert dependence on mempcpy.
36991         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
36992         module's definition of mempcpy.
36993         Reported by Paul Eggert.
36994
36995 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
36996
36997         * lib/string_.h: If the gnulib module XYZ is not present, undefine
36998         the symbol XYZ before redefining it.  This fixes a problem with
36999         programs that don't use XYZ, when compiled on systems that define
37000         XYZ to something else.
37001
37002 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
37003
37004         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
37005         occurs when "mkdir -m foo" creates a setgid directory that is (1)
37006         writeable to group or other and (2) is intended to have a special
37007         mode bit that is set or cleared.  In such a case, the directory
37008         should be neither group- nor other-writeable until the special
37009         mode bits are right.
37010
37011 2007-01-31  Eric Blake  <ebb9@byu.net>
37012
37013         * modules/mountlist (Depends-on): Add strstr.
37014
37015         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
37016         bug.
37017         * modules/string (Makefile.am): Remove redundant replacement.
37018         * modules/regex (Depends-on): Add mempcpy.
37019
37020 2007-01-31  Bruno Haible  <bruno@clisp.org>
37021
37022         New module description field 'Link'.
37023         * gnulib-tool (func_usage): Document --extract-link-directive.
37024         (sed_extract_prog): Recognize 'Link' directive.
37025         (func_get_link_directive): New function.
37026         (func_import): Show summary of link directives.
37027         Handle --extract-link-directive option.
37028         * modules/acl (Link): New section.
37029         * modules/clock-time (Link): New section.
37030         * modules/euidaccess (Link): New section.
37031         * modules/gettext (Link): New section.
37032         * modules/iconv (Link): New section.
37033         * modules/lock (Link): New section.
37034         * modules/nanosleep (Link): New section.
37035         * modules/readline (Link): New section.
37036
37037 2007-01-27  Bruno Haible  <bruno@clisp.org>
37038
37039         Enforce the use of gnulib modules for unportable <string.h> functions.
37040         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
37041         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
37042         (gl_HEADER_STRING_H_BODY): Require it.
37043         * lib/string_.h: If the gnulib module XYZ is not present, redefine
37044         the symbol XYZ to one that gives a link error.
37045         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
37046         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
37047         * modules/mempcpy (configure.ac): Likewise.
37048         * modules/memrchr (configure.ac): Likewise.
37049         * modules/stpcpy (configure.ac): Likewise.
37050         * modules/stpncpy (configure.ac): Likewise.
37051         * modules/strcase (configure.ac): Likewise.
37052         * modules/strcasestr (configure.ac): Likewise.
37053         * modules/strchrnul (configure.ac): Likewise.
37054         * modules/strdup (configure.ac): Likewise.
37055         * modules/strndup (configure.ac): Likewise.
37056         * modules/strnlen (configure.ac): Likewise.
37057         * modules/strpbrk (configure.ac): Likewise.
37058         * modules/strsep (configure.ac): Likewise.
37059         * modules/strstr (configure.ac): Likewise.
37060         * modules/strtok_r (configure.ac): Likewise.
37061
37062 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
37063
37064         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
37065
37066 2007-01-30  Jim Meyering  <jim@meyering.net>
37067
37068         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
37069
37070 2007-01-29  Bruno Haible  <bruno@clisp.org>
37071
37072         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
37073         * lib/execute.c: Likewise.
37074         * lib/pipe.c: Likewise.
37075         * lib/printf-args.h: Likewise.
37076         * lib/printf-args.c: Likewise.
37077         * lib/printf-parse.c: Likewise.
37078         * lib/vasnprintf.c: Likewise.
37079
37080 2007-01-29  Eric Blake  <ebb9@byu.net>
37081
37082         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
37083         declaration.
37084
37085 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
37086
37087         * lib/strptime.h (strptime): Use 'restrict' for args where
37088         POSIX requires this.
37089         * lib/strptime.c (strptime): Likewise.
37090         Change license notice from LGPL to GPL, since gnulib-tool will
37091         change this as needed.
37092         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
37093         defined.
37094         Include "strptime.h" first, to check interface.
37095         Do not #undef _LIBC and _NL_CURRENT.
37096         Do not include <stdlib.h>; no longer needed.
37097         Include "time_r.h" and declare ptime_locale_status
37098         only if _LIBC is not defined.
37099         (__P): Remove unused macro.
37100         (match_string): Bring back glibc version, but use it only if _LIBC
37101         is defined.
37102         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
37103         Remove unnecessary assertion and abort() call.
37104         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
37105         * m4/strptime.m4: Fix serial number comment.
37106         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
37107         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
37108         (Depends-on): Add time_r.
37109
37110 2007-01-29  Bruno Haible  <bruno@clisp.org>
37111
37112         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37113         strptime.
37114         * modules/strptime (Depends-on): Add stdbool.
37115         * lib/strptime.h: Include <time.h> always. Add comments.
37116
37117 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
37118
37119         * modules/strptime: New file.
37120         * lib/strptime.h: New file.
37121         * lib/strptime.c: New file.
37122         * m4/strptime.m4: New file.
37123
37124 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
37125
37126         * MODULES.html.sh: New module mpsort.
37127         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
37128
37129         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
37130         a circularity problem with HP-UX ia64 reported by Bob Proulx in
37131         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
37132         All uses changed.
37133         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
37134         All uses changed.
37135         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
37136         to _Restrict_.
37137         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
37138         the parameter matches the prototype.
37139
37140 2007-01-28  Jim Meyering  <jim@meyering.net>
37141
37142         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
37143         sys/time.h here, reverting that part of the previous patch:
37144         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
37145
37146 2007-01-28  Bruno Haible  <bruno@clisp.org>
37147
37148         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
37149         value of $(SYS_TIME_H).
37150         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
37151         remove it conditionally, too. [added by Jim Meyering]
37152         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
37153         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37154         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
37155         GETTIMEOFDAY_REPLACEMENT to 1.
37156
37157 2007-01-28  Bruno Haible  <bruno@clisp.org>
37158
37159         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
37160         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
37161         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
37162         Set UNISTD_H instead of UNISTD_H2.
37163         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
37164
37165 2007-01-28  Bruno Haible  <bruno@clisp.org>
37166
37167         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
37168         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
37169
37170 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37171
37172         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
37173         (func_create_testdir): Ensure C locale for `grep' and `tr'
37174         character ranges.
37175         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
37176         ACLOCAL_AMFLAGS parsing state machine.
37177
37178 2007-01-27  Bruno Haible  <bruno@clisp.org>
37179
37180         * modules/unistr/base: Update.
37181
37182 2007-01-27  Bruno Haible  <bruno@clisp.org>
37183
37184         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
37185         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
37186         * modules/unistr/u32-mbtouc-unsafe: Renamed from
37187         modules/unistr/u32-mbtouc.
37188         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
37189         * lib/unistr.h: Update.
37190         * lib/linebreak.c: Update.
37191         * modules/unistr/u32-mbtouc: Renamed from
37192         modules/unistr/u32-mbtouc-safe.
37193         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
37194         * lib/unistr.h: Update.
37195         * lib/unistr/u32-to-u8.c: Update.
37196         * lib/unistr/u32-to-u16.c: Update.
37197
37198 2007-01-27  Bruno Haible  <bruno@clisp.org>
37199
37200         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
37201         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
37202         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
37203         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
37204         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
37205         * modules/unistr/u16-mbtouc-unsafe: Renamed from
37206         modules/unistr/u16-mbtouc.
37207         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
37208         * lib/unistr.h: Update.
37209         * lib/linebreak.c: Update.
37210         * modules/linebreak: Update.
37211         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
37212         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
37213         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
37214         * modules/unistr/u16-mbtouc: Renamed from
37215         modules/unistr/u16-mbtouc-safe.
37216         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
37217         * lib/unistr.h: Update.
37218         * lib/unistr/u16-to-u8.c: Update.
37219         * modules/unistr/u16-to-u8: Update.
37220         * lib/unistr/u16-to-u32.c: Update.
37221         * modules/unistr/u16-to-u32: Update.
37222
37223 2007-01-27  Bruno Haible  <bruno@clisp.org>
37224
37225         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
37226         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
37227         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
37228         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
37229         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
37230         * modules/unistr/u8-mbtouc-unsafe: Renamed from
37231         modules/unistr/u8-mbtouc.
37232         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
37233         * lib/unistr.h: Update.
37234         * lib/striconveh.c: Update.
37235         * modules/striconveh: Update.
37236         * lib/linebreak.c: Update.
37237         * modules/linebreak: Update.
37238         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
37239         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
37240         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
37241         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
37242         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
37243         * lib/unistr.h: Update.
37244         * lib/striconveh.c: Update.
37245         * modules/striconveh: Update.
37246         * lib/unistr/u8-to-u16.c: Update.
37247         * modules/unistr/u8-to-u16: Update.
37248         * lib/unistr/u8-to-u32.c: Update.
37249         * modules/unistr/u8-to-u32: Update.
37250
37251 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37252
37253         Sync from Libtool.
37254         * lib/argz.c: Do not include strings.h nor memory.h, include
37255         string.h unconditionally.  Patch by Simon Josefsson.
37256
37257 2007-01-27  Bruno Haible  <bruno@clisp.org>
37258
37259         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
37260         from gl_HEADER_STRING_H_BODY.
37261         (gl_HEADER_STRING_H_BODY): Require it.
37262         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
37263         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
37264         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
37265         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
37266         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
37267         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
37268         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
37269         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
37270         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
37271         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
37272         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
37273         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
37274         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
37275         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
37276         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
37277
37278 2007-01-27  Bruno Haible  <bruno@clisp.org>
37279
37280         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
37281         check_PROGRAMS into noinst_PROGRAMS.
37282         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
37283         check_PROGRAMS in this case.
37284         (func_import): Set for_test to false.
37285         (func_create_testdir): Set for_test to true.
37286
37287 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
37288             Bruno Haible  <bruno@clisp.org>
37289
37290         * modules/strcasestr (Files): Remove lib/strcasestr.h.
37291         (Depends-on): Add string.
37292         (Includes): Use <string.h> instead of strcasestr.h.
37293         * modules/string (Makefile.am): Also substitute the value of
37294         REPLACE_STRCASESTR.
37295         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
37296         assume strcasestr is declared in <string.h> not <strings.h>. Also
37297         set REPLACE_STRCASESTR.
37298         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
37299         REPLACE_STRCASESTR.
37300         * lib/strcasestr.h: Remove file.
37301         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
37302         * lib/string_.h (strcasestr): New declaration.
37303
37304 2007-01-27  Bruno Haible  <bruno@clisp.org>
37305
37306         * lib/string_.h: Use 'extern'.
37307
37308 2007-01-27  Jim Meyering  <jim@meyering.net>
37309
37310         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
37311         of set-but-not-used local, "q".
37312
37313         * lib/mempcpy.c: Include <config.h> before <string.h>.
37314         This fixes a compilation error on HP-UX, due to the system's
37315         "restrict"-using mempcpy prototype.
37316
37317 2007-01-26  Bruno Haible  <bruno@clisp.org>
37318
37319         Small optimization.
37320         * lib/javacomp.c: Include c-strstr.h.
37321          (is_envjavac_gcj): Use c_strstr instead of strstr.
37322         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
37323
37324 2007-01-26  Bruno Haible  <bruno@clisp.org>
37325
37326         * MODULES.html.sh (Unicode string functions): Add the new modules.
37327
37328         * modules/uniconv/u32-strconv-to-locale: New file.
37329         * lib/uniconv/u32-strconv-to-locale.c: New file.
37330
37331         * modules/uniconv/u16-strconv-to-locale: New file.
37332         * lib/uniconv/u16-strconv-to-locale.c: New file.
37333
37334         * modules/uniconv/u8-strconv-to-locale: New file.
37335         * lib/uniconv/u8-strconv-to-locale.c: New file.
37336
37337         * modules/uniconv/u32-strconv-from-locale: New file.
37338         * lib/uniconv/u32-strconv-from-locale.c: New file.
37339
37340         * modules/uniconv/u16-strconv-from-locale: New file.
37341         * lib/uniconv/u16-strconv-from-locale.c: New file.
37342
37343         * modules/uniconv/u8-strconv-from-locale: New file.
37344         * lib/uniconv/u8-strconv-from-locale.c: New file.
37345
37346         * modules/uniconv/u32-strconv-to-enc: New file.
37347         * lib/uniconv/u32-strconv-to-enc.c: New file.
37348         * modules/uniconv/u32-strconv-to-enc-tests: New file.
37349         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
37350
37351         * modules/uniconv/u16-strconv-to-enc: New file.
37352         * lib/uniconv/u16-strconv-to-enc.c: New file.
37353         * lib/uniconv/u-strconv-to-enc.h: New file.
37354         * modules/uniconv/u16-strconv-to-enc-tests: New file.
37355         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
37356
37357         * modules/uniconv/u8-strconv-to-enc: New file.
37358         * lib/uniconv/u8-strconv-to-enc.c: New file.
37359         * modules/uniconv/u8-strconv-to-enc-tests: New file.
37360         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
37361
37362         * modules/uniconv/u32-strconv-from-enc: New file.
37363         * lib/uniconv/u32-strconv-from-enc.c: New file.
37364         * modules/uniconv/u32-strconv-from-enc-tests: New file.
37365         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
37366
37367         * modules/uniconv/u16-strconv-from-enc: New file.
37368         * lib/uniconv/u16-strconv-from-enc.c: New file.
37369         * modules/uniconv/u16-strconv-from-enc-tests: New file.
37370         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
37371
37372         * modules/uniconv/u8-strconv-from-enc: New file.
37373         * lib/uniconv/u8-strconv-from-enc.c: New file.
37374         * lib/uniconv/u-strconv-from-enc.h: New file.
37375         * modules/uniconv/u8-strconv-from-enc-tests: New file.
37376         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
37377
37378         * modules/uniconv/u32-conv-from-enc: New file.
37379         * lib/uniconv/u32-conv-from-enc.c: New file.
37380         * modules/uniconv/u32-conv-from-enc-tests: New file.
37381         * tests/uniconv/test-u32-conv-from-enc.c: New file.
37382
37383         * modules/uniconv/u16-conv-from-enc: New file.
37384         * lib/uniconv/u16-conv-from-enc.c: New file.
37385         * lib/uniconv/u-conv-from-enc.h: New file.
37386         * modules/uniconv/u16-conv-from-enc-tests: New file.
37387         * tests/uniconv/test-u16-conv-from-enc.c: New file.
37388
37389         * modules/uniconv/u8-conv-from-enc: New file.
37390         * lib/uniconv/u8-conv-from-enc.c: New file.
37391         * modules/uniconv/u8-conv-from-enc-tests: New file.
37392         * tests/uniconv/test-u8-conv-from-enc.c: New file.
37393
37394         * modules/uniconv/base: New file.
37395         * lib/uniconv.h: New file.
37396
37397 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
37398
37399         * doc/gnulib-tool.texi (Initial import): Update to match current
37400         behavior with strdup module.
37401         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
37402         * lib/memmem.h: Remove; all uses removed.  This is now done
37403         by <string.h>.
37404         * lib/mempcpy.h: Likewise.
37405         * lib/memrchr.h: Likewise.
37406         * lib/stpcpy.h: Likewise.
37407         * lib/stpncpy.h: Likewise.
37408         * lib/strcase.h: Likewise.
37409         * lib/strchrnul.h: Likewise.
37410         * lib/strdup.h: Likewise.
37411         * lib/strndup.h: Likewise.
37412         * lib/strnlen.h: Likewise.
37413         * lib/strpbrk.h: Likewise.
37414         * lib/strsep.h: Likewise.
37415         * lib/strstr.h: Likewise.
37416         * lib/strtok_r.h: Likewise.
37417         * lib/string_.h: New file.
37418         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
37419         Rely on <string.h> instead.
37420         * lib/canon-host.c: Likewise.
37421         * lib/chdir-long.c: Likewise.
37422         * lib/concatpath.c: Likewise.
37423         * lib/exclude.c: Likewise.
37424         * lib/fchdir.c: Likewise.
37425         * lib/getaddrinfo.c: Likewise.
37426         * lib/getcwd.c: Likewise.
37427         * lib/getsubopt.c: Likewise.
37428         * lib/glob.c: Likewise.
37429         * lib/hard-locale.c: Likewise.
37430         * lib/iconvme.c: Likewise.
37431         * lib/javacomp.c: Likewise.
37432         * lib/mempcpy.c: Likewise.
37433         * lib/memrchr.c: Likewise.
37434         * lib/regex_internal.h: Likewise.
37435         * lib/stpncpy.c: Likewise.
37436         * lib/strcasecmp.c: Likewise.
37437         * lib/strchrnul.c: Likewise.
37438         * lib/strdup.c: Likewise.
37439         * lib/striconv.c: Likewise.
37440         * lib/striconveh.c: Likewise.
37441         * lib/striconveha.c: Likewise.
37442         * lib/strncasecmp.c: Likewise.
37443         * lib/strndup.c: Likewise.
37444         * lib/strnlen.c: Likewise.
37445         * lib/strsep.c: Likewise.
37446         * lib/strstr.c: Likewise.
37447         * lib/strtok_r.c: Likewise.
37448         * lib/userspec.c: Likewise.
37449         * lib/w32spawn.h: Likewise.
37450         * lib/xstrndup.c: Likewise.
37451         * lib/mountlist.c (strstr): Remove decl.
37452         * m4/string_h.m4: New file.
37453         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
37454         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
37455         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
37456         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
37457         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
37458         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
37459         Set REPLACE_STRCASECMP if necessary.
37460         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
37461         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
37462         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
37463         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
37464         HAVE_DECL_STRDUP if necessary.
37465         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
37466         since gl_FUNC_STRNDUP does that now.
37467         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
37468         Check for decl here...
37469         (gl_PREREQ_STRNLEN): ... not here.
37470         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
37471         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
37472         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
37473         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
37474         necessary.
37475         * modules/string: New file.
37476         * modules/memmem (Files): Remove special-purpose include file.
37477         (Depends-on): Add string.
37478         (Include): Include <string.h>, not the removed file.
37479         * modules/mempcpy: Likewise.
37480         * modules/memrchr: Likewise.
37481         * modules/stpcpy: Likewise.
37482         * modules/stpncpy: Likewise.
37483         * modules/strcase: Likewise.
37484         * modules/strchrnul: Likewise.
37485         * modules/strdup: Likewise.
37486         * modules/strndup: Likewise.
37487         * modules/strnlen: Likewise.
37488         * modules/strpbrk: Likewise.
37489         * modules/strsep: Likewise.
37490         * modules/strstr: Likewise.
37491         * modules/strtok_r: Likewise.
37492         * tests/test-dirname.c: Don't include "strdup.h", since
37493         <string.h> now suffices.
37494         * tests/test-memmem.c: Don't include "memmem.h", since
37495         <string.h> now suffices.
37496
37497 2007-01-25  Bruno Haible  <bruno@clisp.org>
37498
37499         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
37500         *resultp is 0.
37501
37502         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
37503         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
37504         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
37505         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
37506
37507         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
37508         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
37509         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
37510         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
37511         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
37512         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
37513
37514 2007-01-24  Bruno Haible  <bruno@clisp.org>
37515
37516         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
37517         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
37518         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
37519         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
37520         gl_FUNC_FTS_CORE.
37521         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
37522         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
37523         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37524         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
37525         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
37526         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
37527         gl_FUNC_FCHOWNAT.
37528         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
37529         gl_FUNC_STRFTIME.
37530         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
37531         Reported by Ralf Wildenhues.
37532
37533 2007-01-24  Bruno Haible  <bruno@clisp.org>
37534
37535         Drop AC_REQUIRE calls that are redundant with the module dependencies.
37536         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
37537         gl_GETADDRINFO.
37538         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
37539         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
37540         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
37541
37542 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
37543
37544         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
37545         Don't use 'exit'; just return from 'main'.
37546         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
37547
37548         * lib/fnmatch_.h: Readjust white space and comments to match
37549         glibc, to avoid spurious diffs.
37550
37551 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37552
37553         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
37554         2004-12-01 change by Jakub Jelinek, since this code won't compile
37555         if !LIBC.  Problem reported by Bob Proulx.
37556
37557 2007-01-23  Bruno Haible  <bruno@clisp.org>
37558
37559         * lib/striconveh.c: Include c-strcaseeq.h.
37560         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
37561         * modules/striconveh (Depends-on): Add c-strcaseeq.
37562
37563 2007-01-23  Bruno Haible  <bruno@clisp.org>
37564
37565         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
37566
37567         * modules/c-strcaseeq: New file.
37568         * lib/c-strcaseeq.h: New file.
37569
37570         * modules/streq: New file.
37571         * lib/streq.h: New file.
37572
37573 2007-01-23  Bruno Haible  <bruno@clisp.org>
37574
37575         * modules/striconveha-tests: New file.
37576         * tests/test-striconveha.c: New file.
37577
37578         * lib/striconveha.h: Include <stdbool.h>.
37579         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
37580         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
37581         (mem_iconveha_notranslit): Renamed from mem_iconveha.
37582         (mem_iconveha): New function.
37583         (str_iconveha_notranslit): Renamed from str_iconveha.
37584         (str_iconveha): New function.
37585         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
37586         c-strcase.
37587
37588 2007-01-23  Bruno Haible  <bruno@clisp.org>
37589
37590         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
37591         encodings without forgiving before trying any encoding with handler.
37592         (str_iconveha): Try all encodings without forgiving before trying any
37593         encoding with handler.
37594
37595 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
37596
37597         Import the following changes from libc.
37598
37599         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
37600
37601         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
37602
37603         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
37604
37605         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
37606         normal_bracket label.
37607
37608         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
37609
37610         [BZ #361]
37611         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
37612         to normal_bracket after fetching the next character.
37613
37614 2007-01-22  Bruno Haible  <bruno@clisp.org>
37615
37616         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
37617         argument.
37618         * lib/striconveh.c (iconv_carefully_1): New function.
37619         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
37620         argument.
37621         (str_cd_iconveh): Update.
37622         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
37623         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
37624         * tests/test-striconveh.c (MAGIC): New macro.
37625         (new_offsets): New function.
37626         (main): Test call with and without offsets.
37627
37628 2007-01-22  Bruno Haible  <bruno@clisp.org>
37629
37630         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
37631         * modules/sys_select (Makefile.am): Likewise.
37632         * modules/sys_socket (Makefile.am): Likewise.
37633         * modules/sys_time (Makefile.am): Likewise.
37634
37635 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
37636
37637         * modules/gettimeofday (License): Change from GPL to LGPL, since
37638         gettimeofday is a library function.
37639
37640 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37641
37642         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
37643
37644 2007-01-21  Bruno Haible  <bruno@clisp.org>
37645
37646         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
37647
37648 2007-01-21  Bruno Haible  <bruno@clisp.org>
37649
37650         * modules/striconveha: New file.
37651         * lib/striconveha.h: New file.
37652         * lib/striconveha.c: New file.
37653         * MODULES.html.sh (Internationalization functions): Add striconveha.
37654         * lib/striconv.c (str_iconv): Optimize the case of an empty input
37655         string.
37656         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
37657
37658 2007-01-21  Bruno Haible  <bruno@clisp.org>
37659
37660         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
37661         * lib/striconveh.c (str_iconveh): Likewise.
37662
37663 2007-01-21  Bruno Haible  <bruno@clisp.org>
37664
37665         * lib/striconveh.h (mem_iconveh): New declaration.
37666         * lib/striconveh.c (mem_iconveh): New function.
37667         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
37668
37669 2007-01-21  Bruno Haible  <bruno@clisp.org>
37670
37671         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
37672
37673         * lib/striconveh.h (mem_cd_iconveh): Change specification.
37674         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
37675         original result buffer.
37676         (str_cd_iconveh): Update.
37677         * tests/test-striconveh.c (main): Update.
37678
37679         * lib/striconv.h (mem_cd_iconv): Change specification.
37680         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
37681         result buffer.
37682         (str_cd_iconv): Update.
37683         * tests/test-striconv.c (main): Update.
37684
37685 2007-01-21  Bruno Haible  <bruno@clisp.org>
37686
37687         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
37688
37689 2007-01-20  Jim Meyering  <jim@meyering.net>
37690
37691         * lib/userspec.c (parse_with_separator): If a user or group string
37692         starts with "+", skip the corresponding name-to-ID look-up, since
37693         such a look-up must fail: user and group names may not include "+".
37694
37695 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
37696
37697         * lib/poll.c: Include sys/time.h and time.h unconditionally,
37698         since we now assume the sys_time module.
37699         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
37700         check for sys/time.h; no longer needed.
37701         * modules/poll (Depends-on): Depend on sys_time.
37702
37703 2007-01-18  Bruno Haible  <bruno@clisp.org>
37704
37705         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
37706         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
37707
37708         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
37709         gettimeofday.
37710
37711         * tests/test-gettimeofday.c: Include <time.h>.
37712         (dummy): Remove variable.
37713
37714         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
37715         gl_HEADER_SYS_TIME_H.
37716         (gl_HEADER_SYS_TIME_H): New macro.
37717
37718         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
37719         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37720         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
37721         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
37722         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37723         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
37724         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
37725         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37726         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
37727         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
37728         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37729
37730         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
37731         last change; it caused a compilation error when cross-compiling to
37732         Cygwin.
37733
37734 2007-01-18  Jim Meyering  <jim@meyering.net>
37735
37736         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
37737         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
37738         than the race-prone "test -d sys || mkdir sys".
37739         (configure.ac): Use AC_PROG_MKDIR_P.
37740         * modules/sys_select: Likewise.
37741         * modules/sys_socket: Likewise.
37742         * modules/sys_time: Likewise.
37743
37744 2007-01-18  Eric Blake  <ebb9@byu.net>
37745
37746         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
37747         replace gettimeofday.
37748         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
37749         name, to avoid infinite recursion.
37750
37751 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
37752
37753         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
37754         module sys_time.
37755         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
37756         assume timespec.h defines struct timeval.
37757         * lib/settime.c: Likewise.
37758         * lib/utimens.c: Likewise.
37759         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
37760         since we now assume the gettimeofday module.
37761         * lib/tempname.c (__gen_tempname): Likewise.
37762         * lib/gettimeofday.h: Remove.
37763         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
37764         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
37765         Include <time.h>, for 'time()'.
37766         (localtime_buffer_addr): Also use this workaround if
37767         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
37768         to simplify the uses.  All uses changed.
37769         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
37770         that #undef is inside {}, and 'const' follows type name consistently.
37771         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
37772         (gettimeofday): Do not use the maximum possible value for
37773         tv->tv_usec, since that might break usages other than ls.c.
37774         Instead, we'll leave ls.c alone.  This undoes today's patch
37775         by Bruno.  Add a compile-time warning for 1s-clock resolution;
37776         we've never observed the problem but might as well keep the
37777         canary.
37778         * lib/nanosleep.c: Include timespec.h first, for interface check.
37779         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
37780         now assume the sys_time module.
37781         * lib/tempname.c: Likewise.
37782         * lib/timespec.h: Likewise.
37783         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
37784         needed.
37785         * lib/strftime.c: Likewise.
37786         * lib/timespec.h: Likewise.
37787         * lib/posixtm.c: Include posixtm.h first, for interface check.
37788         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
37789         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
37790         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
37791         * lib/sys_time_.h: New file.
37792         * lib/timespec.h (struct timespec): Use long int, not long.
37793         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
37794         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
37795         Remove obsolescent call to AC_HEADER_TIME.
37796         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
37797         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
37798         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
37799         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
37800         Likewise.
37801         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
37802         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
37803         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
37804         into the sys_time module.  Check for gettimeofday just once.
37805         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
37806         for gettimeofday signature to just check the signature.  Merely
37807         compile it, since linking doesn't test signature.  Improve test for
37808         whether gettimeofday.o is actually needed.
37809         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
37810         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
37811         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
37812         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37813         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
37814         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
37815         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
37816         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
37817         than worrying about sys/time.h.
37818         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37819         Don't bother worrying about TIME_WITH_SYS_TIME.
37820         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
37821         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
37822         * m4/sys_time_h.m4: New file.
37823         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
37824         Don't include sys/time.h.  Return from main rather than exiting.
37825         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
37826         all uses changed.
37827         * modules/gethrxtime (Depends-on): Add sys_time.
37828         * modules/gettime (Depends-on): Likewise.
37829         * modules/gettimeofday (Depends-on): Likewise.
37830         * modules/nanosleep (Depends-on): Likewise.
37831         * modules/settime (Depends-on): Likewise.
37832         * modules/tempname (Depends-on): Likewise.
37833         * modules/utimens (Depends-on): Likewise.
37834         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
37835         (Include:) Change back to <sys/time.h>.
37836         (Maintainer:) Add self.
37837         * modules/sys_time: New file.
37838         * modules/tempname (Depends-on): Add gettimeofday.
37839         * tests/test-gettimeofday.c: Include <sys/time.h>
37840         rather than gettimeofday.h.
37841
37842 2007-01-17  Bruno Haible  <bruno@clisp.org>
37843
37844         * gnulib-tool (func_get_license): Revert last patch. Instead, let
37845         the license default to GPL.
37846         (func_create_testdir): Don't complain if a module is LGPL and its
37847         tests module depends on GPLed modules.
37848
37849 2007-01-17  Bruno Haible  <bruno@clisp.org>
37850
37851         * lib/gettimeofday.c (gettimeofday): Add code for the case
37852         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
37853         maximum possible value for tv->tv_usec, rather than the minimum one.
37854
37855 2005-10-08  Martin Lambers  <marlam@marlam.de>
37856 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
37857 2007-01-16  Bruno Haible  <bruno@clisp.org>
37858
37859         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
37860         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
37861         gl_FUNC_GETTIMEOFDAY.
37862         (Include): Add gettimeofday.h.
37863         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
37864         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
37865         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
37866         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
37867         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
37868         * lib/gettimeofday.h: New file.
37869         * lib/gettimeofday.c: Include <sys/timeb.h>.
37870         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
37871         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
37872         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
37873         fall back on time().
37874
37875         * tests/test-gettimeofday.c: New file.
37876         * modules/gettimeofday-tests: New file.
37877
37878 2007-01-16  Eric Blake  <ebb9@byu.net>
37879
37880         * modules/fnmatch (Depends-on): Depend on wchar.
37881         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
37882         * m4/fnmatch.m4: Likewise.
37883         * modules/mbchar (Makefile.am): Assume <wchar.h>.
37884         * m4/mbchar.m4: Likewise.
37885         * modules/mbswidth (Depends-on): Depend on wchar.
37886         * lib/mbswidth.c: Assume <wchar.h>.
37887         * m4/mbswidth.m4: Likewise.
37888         * modules/quotearg (Depends-on): Depend on wchar.
37889         * lib/quotearg.c: Assume <wchar.h>.
37890         * m4/quotearg.m4: Likewise.
37891         * modules/regex (Depends-on): Depend on wchar.
37892         * lib/regex_internal.h: Assume <wchar.h>.
37893         * m4/regex.m4: Likewise.
37894         * modules/stdint (Depends-on): Depend on wchar.
37895         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
37896         * m4/stdint.m4: Likewise.
37897         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
37898         * modules/strftime (Depends-on): Depend on wchar.
37899         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
37900         * modules/strtol (Depends-on): Depend on wchar.
37901         * lib/strtol.c: Assume <wchar.h>.
37902         * modules/wcwidth (Depends-on): Depend on wchar.
37903         * lib/wcwidth.h: Assume <wchar.h>.
37904         * m4/wcwidth.m4: Likewise.
37905
37906 2007-01-16  Bruno Haible  <bruno@clisp.org>
37907
37908         * modules/csharpexec-script: New, created from...
37909         * modules/csharpexec: ... this.
37910
37911 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
37912
37913         * modules/javaexec-script: New, created from...
37914         * modules/javaexec: ... this.
37915
37916 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37917
37918         * modules/poll (Dependencies): Add sys_select.
37919
37920 2007-01-15  Jim Meyering  <jim@meyering.net>
37921
37922         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
37923         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
37924         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
37925         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
37926
37927 2007-01-15  Bruno Haible  <bruno@clisp.org>
37928
37929         * modules/striconveh: New file.
37930         * lib/striconveh.h: New file.
37931         * lib/striconveh.c: New file.
37932         * MODULES.html.sh (Internationalization functions): Add striconveh.
37933
37934         * modules/striconveh-tests: New file.
37935         * tests/test-striconveh.c: New file.
37936
37937 2007-01-15  Bruno Haible  <bruno@clisp.org>
37938
37939         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
37940         not from GNU libiconv or GNU libc.
37941
37942 2007-01-15  Bruno Haible  <bruno@clisp.org>
37943
37944         * doc/gnulib-intro.texi (Copyright): Explain the different license
37945         terms for module descriptions, autoconf macros, tests, documentation.
37946
37947 2007-01-14  Bruno Haible  <bruno@clisp.org>
37948
37949         * modules/striconv-tests: New file.
37950         * tests/test-striconv.c: New file.
37951
37952 2007-01-14  Bruno Haible  <bruno@clisp.org>
37953
37954         * modules/iconv-tests: New file.
37955         * tests/test-iconv.c: New file.
37956
37957 2007-01-14  Bruno Haible  <bruno@clisp.org>
37958
37959         * gnulib-tool (func_get_license): For test modules, use the license of
37960         the main module.
37961
37962 2007-01-14  Bruno Haible  <bruno@clisp.org>
37963
37964         * modules/iconv (Include): Clarify that <iconv.h> can only be included
37965         if iconv is found to exist.
37966
37967 2007-01-14  Bruno Haible  <bruno@clisp.org>
37968
37969         * modules/c-ctype-tests: New file.
37970         * tests/test-c-ctype.c: New file.
37971
37972 2007-01-14  Bruno Haible  <bruno@clisp.org>
37973
37974         * modules/binary-io-tests: New file.
37975         * tests/test-binary-io.sh: New file.
37976         * tests/test-binary-io.c: New file.
37977
37978 2007-01-14  Bruno Haible  <bruno@clisp.org>
37979
37980         * modules/array-oset-tests: New file.
37981         * tests/test-array_oset.c: New file.
37982
37983 2007-01-14  Bruno Haible  <bruno@clisp.org>
37984
37985         * modules/array-list-tests: New file.
37986         * tests/test-array_list.c: New file.
37987
37988 2007-01-14  Bruno Haible  <bruno@clisp.org>
37989
37990         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
37991         and make.
37992         Reported by Simon Josefsson in
37993         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
37994
37995 2007-01-14  Bruno Haible  <bruno@clisp.org>
37996
37997         * modules/allocsa-tests: New file.
37998         * tests/test-allocsa.c: New file.
37999
38000 2007-01-14  Bruno Haible  <bruno@clisp.org>
38001
38002         * modules/fchdir (Depends-on): Add absolute-header.
38003         * modules/unistd (Depends-on): Likewise.
38004
38005 2006-12-30  Bruno Haible  <bruno@clisp.org>
38006
38007         * modules/fchdir: New file.
38008         * modules/unistd (Files): Add lib/unistd_.h.
38009         (Makefile.am): Generate unistd.h from unistd_.h.
38010         * lib/fchdir.c: New file.
38011         * lib/dirent_.h: New file.
38012         * lib/unistd_.h: New file.
38013         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
38014         * m4/fchdir.m4: New file.
38015         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
38016         (gl_HEADER_UNISTD): Invoke it.
38017         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
38018         function.
38019         * lib/backupfile.c (opendir, closedir): Undefine.
38020         * lib/chown.c (open, close): Undefine.
38021         * lib/clean-temp.c (open, close): Undefine.
38022         * lib/copy-file.c (open, close): Undefine.
38023         * lib/execute.c (open, close): Undefine.
38024         * lib/fsusage.c (open, close): Undefine.
38025         * lib/gc-gnulib.c (open, close): Undefine.
38026         * lib/getcwd.c (opendir, closedir): Undefine.
38027         * lib/glob.c (opendir, closedir): Undefine.
38028         * lib/javacomp.c (open, close): Undefine.
38029         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
38030         * lib/openat-proc.c (open, close): Undefine.
38031         * lib/pagealign_alloc.c (open, close): Undefine.
38032         * lib/pipe.c (open, close): Undefine.
38033         * lib/progreloc.c (open, close): Undefine.
38034         * lib/savedir.c (opendir, closedir): Undefine.
38035         * lib/utime.c (open, close): Undefine.
38036         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
38037
38038 2007-01-10  Bruno Haible  <bruno@clisp.org>
38039
38040         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
38041
38042 2007-01-12  Eric Blake  <ebb9@byu.net>
38043
38044         Provide a robust <wchar.h>.  Further simplifications are now
38045         possible in other modules, but not included here.
38046         * modules/wchar: New module.
38047         * m4/wchar.m4: New file.
38048         * lib/wchar_.h: Likewise.
38049         * modules/mbchar (Depends-on): Depend on wchar, as the first use
38050         of the new module.
38051         * MODULES.html.sh (Extended multibyte and wide character utilities):
38052         New section.
38053
38054 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
38055
38056         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
38057         to a reasonable default for memory allocation.
38058         (xreadlink): Don't allocate a huge buffer, to work around a buggy
38059         file system that reports garbage st_size values for symlinks.
38060         Problem reported by Liyang Hu.
38061
38062 2007-01-11  Simon Josefsson  <simon@josefsson.org>
38063
38064         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
38065         Emacs .#* auto-save files).
38066
38067 2007-01-11  Bruno Haible  <bruno@clisp.org>
38068
38069         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
38070         directory.
38071
38072 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
38073
38074         Use @...@ consistently in lib/wctype_.h.
38075         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
38076         on it being set to 1 or 0.
38077         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
38078         go back to AC_SUBSTing it.
38079         * modules/wctype (Makefile.am): Undo previous change.
38080
38081 2007-01-10  Eric Blake  <ebb9@byu.net>
38082
38083         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
38084         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
38085         * modules/wctype (Makefile.am): Likewise.
38086         Reported by Chris McGuire.
38087
38088 2007-01-10  Jim Meyering  <jim@meyering.net>
38089
38090         fts.c: a small readability/maintainability improvement
38091         * lib/fts.c (fts_read): Make this code slightly more readable and
38092         maintainable by hoisting the "sp->fts_cur = p" assignments to
38093         immediately follow the statements that set P.  Derived from
38094         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
38095
38096 2007-01-10  Eric Blake  <ebb9@byu.net>
38097
38098         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
38099         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
38100         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38101         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
38102         Reported by Chris McGuire.
38103
38104 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38105
38106         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
38107         in sed script.
38108
38109 2007-01-09  Bruno Haible  <bruno@clisp.org>
38110
38111         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
38112         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
38113         variables.
38114         (func_module): Use them.
38115
38116 2007-01-09  Bruno Haible  <bruno@clisp.org>
38117
38118         * modules/unistr/base: New file.
38119         * lib/unistr.h: New file.
38120
38121         * modules/unistr/u8-to-u16: New file.
38122         * lib/unistr/u8-to-u16.c: New file.
38123
38124         * modules/unistr/u8-to-u32: New file.
38125         * lib/unistr/u8-to-u32.c: New file.
38126
38127         * modules/unistr/u16-to-u8: New file.
38128         * lib/unistr/u16-to-u8.c: New file.
38129
38130         * modules/unistr/u16-to-u32: New file.
38131         * lib/unistr/u16-to-u32.c: New file.
38132
38133         * modules/unistr/u32-to-u8: New file.
38134         * lib/unistr/u32-to-u8.c: New file.
38135
38136         * modules/unistr/u32-to-u16: New file.
38137         * lib/unistr/u32-to-u16.c: New file.
38138
38139         * modules/unistr/u8-check: New file.
38140         * modules/unistr/u16-check: New file.
38141         * modules/unistr/u32-check: New file.
38142         * lib/unistr/u8-check.c: New file.
38143         * lib/unistr/u16-check.c: New file.
38144         * lib/unistr/u32-check.c: New file.
38145
38146         * modules/unistr/u8-chr: New file.
38147         * modules/unistr/u16-chr: New file.
38148         * modules/unistr/u32-chr: New file.
38149         * lib/unistr/u8-chr.c: New file.
38150         * lib/unistr/u16-chr.c: New file.
38151         * lib/unistr/u32-chr.c: New file.
38152
38153         * modules/unistr/u8-cmp: New file.
38154         * modules/unistr/u16-cmp: New file.
38155         * modules/unistr/u32-cmp: New file.
38156         * lib/unistr/u8-cmp.c: New file.
38157         * lib/unistr/u16-cmp.c: New file.
38158         * lib/unistr/u32-cmp.c: New file.
38159
38160         * modules/unistr/u8-cpy: New file.
38161         * modules/unistr/u16-cpy: New file.
38162         * modules/unistr/u32-cpy: New file.
38163         * lib/unistr/u8-cpy.c: New file.
38164         * lib/unistr/u16-cpy.c: New file.
38165         * lib/unistr/u32-cpy.c: New file.
38166         * lib/unistr/u-cpy.h: New file.
38167
38168         * modules/unistr/u8-cpy-alloc: New file.
38169         * modules/unistr/u16-cpy-alloc: New file.
38170         * modules/unistr/u32-cpy-alloc: New file.
38171         * lib/unistr/u8-cpy-alloc.c: New file.
38172         * lib/unistr/u16-cpy-alloc.c: New file.
38173         * lib/unistr/u32-cpy-alloc.c: New file.
38174         * lib/unistr/u-cpy-alloc.h: New file.
38175
38176         * modules/unistr/u8-endswith: New file.
38177         * modules/unistr/u16-endswith: New file.
38178         * modules/unistr/u32-endswith: New file.
38179         * lib/unistr/u8-endswith.c: New file.
38180         * lib/unistr/u16-endswith.c: New file.
38181         * lib/unistr/u32-endswith.c: New file.
38182         * lib/unistr/u-endswith.h: New file.
38183
38184         * modules/unistr/u8-mblen: New file.
38185         * modules/unistr/u16-mblen: New file.
38186         * modules/unistr/u32-mblen: New file.
38187         * lib/unistr/u8-mblen.c: New file.
38188         * lib/unistr/u16-mblen.c: New file.
38189         * lib/unistr/u32-mblen.c: New file.
38190
38191         * modules/unistr/u8-mbtouc: New file.
38192         * modules/unistr/u16-mbtouc: New file.
38193         * modules/unistr/u32-mbtouc: New file.
38194         * lib/unistr/u8-mbtouc.c: New file.
38195         * lib/unistr/u16-mbtouc.c: New file.
38196         * lib/unistr/u32-mbtouc.c: New file.
38197
38198         * modules/unistr/u8-mbtouc-safe: New file.
38199         * modules/unistr/u16-mbtouc-safe: New file.
38200         * modules/unistr/u32-mbtouc-safe: New file.
38201         * lib/unistr/u8-mbtouc-safe.c: New file.
38202         * lib/unistr/u16-mbtouc-safe.c: New file.
38203         * lib/unistr/u32-mbtouc-safe.c: New file.
38204
38205         * modules/unistr/u8-move: New file.
38206         * modules/unistr/u16-move: New file.
38207         * modules/unistr/u32-move: New file.
38208         * lib/unistr/u8-move.c: New file.
38209         * lib/unistr/u16-move.c: New file.
38210         * lib/unistr/u32-move.c: New file.
38211         * lib/unistr/u-move.h: New file.
38212
38213         * modules/unistr/u8-next: New file.
38214         * modules/unistr/u16-next: New file.
38215         * modules/unistr/u32-next: New file.
38216         * lib/unistr/u8-next.c: New file.
38217         * lib/unistr/u16-next.c: New file.
38218         * lib/unistr/u32-next.c: New file.
38219
38220         * modules/unistr/u8-prev: New file.
38221         * modules/unistr/u16-prev: New file.
38222         * modules/unistr/u32-prev: New file.
38223         * lib/unistr/u8-prev.c: New file.
38224         * lib/unistr/u16-prev.c: New file.
38225         * lib/unistr/u32-prev.c: New file.
38226
38227         * modules/unistr/u8-set: New file.
38228         * modules/unistr/u16-set: New file.
38229         * modules/unistr/u32-set: New file.
38230         * lib/unistr/u8-set.c: New file.
38231         * lib/unistr/u16-set.c: New file.
38232         * lib/unistr/u32-set.c: New file.
38233         * lib/unistr/u-set.h: New file.
38234
38235         * modules/unistr/u8-startswith: New file.
38236         * modules/unistr/u16-startswith: New file.
38237         * modules/unistr/u32-startswith: New file.
38238         * lib/unistr/u8-startswith.c: New file.
38239         * lib/unistr/u16-startswith.c: New file.
38240         * lib/unistr/u32-startswith.c: New file.
38241         * lib/unistr/u-startswith.h: New file.
38242
38243         * modules/unistr/u8-stpcpy: New file.
38244         * modules/unistr/u16-stpcpy: New file.
38245         * modules/unistr/u32-stpcpy: New file.
38246         * lib/unistr/u8-stpcpy.c: New file.
38247         * lib/unistr/u16-stpcpy.c: New file.
38248         * lib/unistr/u32-stpcpy.c: New file.
38249         * lib/unistr/u-stpcpy.h: New file.
38250
38251         * modules/unistr/u8-stpncpy: New file.
38252         * modules/unistr/u16-stpncpy: New file.
38253         * modules/unistr/u32-stpncpy: New file.
38254         * lib/unistr/u8-stpncpy.c: New file.
38255         * lib/unistr/u16-stpncpy.c: New file.
38256         * lib/unistr/u32-stpncpy.c: New file.
38257         * lib/unistr/u-stpncpy.h: New file.
38258
38259         * modules/unistr/u8-strcat: New file.
38260         * modules/unistr/u16-strcat: New file.
38261         * modules/unistr/u32-strcat: New file.
38262         * lib/unistr/u8-strcat.c: New file.
38263         * lib/unistr/u16-strcat.c: New file.
38264         * lib/unistr/u32-strcat.c: New file.
38265         * lib/unistr/u-strcat.h: New file.
38266
38267         * modules/unistr/u8-strchr: New file.
38268         * modules/unistr/u16-strchr: New file.
38269         * modules/unistr/u32-strchr: New file.
38270         * lib/unistr/u8-strchr.c: New file.
38271         * lib/unistr/u16-strchr.c: New file.
38272         * lib/unistr/u32-strchr.c: New file.
38273
38274         * modules/unistr/u8-strcmp: New file.
38275         * modules/unistr/u16-strcmp: New file.
38276         * modules/unistr/u32-strcmp: New file.
38277         * lib/unistr/u8-strcmp.c: New file.
38278         * lib/unistr/u16-strcmp.c: New file.
38279         * lib/unistr/u32-strcmp.c: New file.
38280
38281         * modules/unistr/u8-strcpy: New file.
38282         * modules/unistr/u16-strcpy: New file.
38283         * modules/unistr/u32-strcpy: New file.
38284         * lib/unistr/u8-strcpy.c: New file.
38285         * lib/unistr/u16-strcpy.c: New file.
38286         * lib/unistr/u32-strcpy.c: New file.
38287         * lib/unistr/u-strcpy.h: New file.
38288
38289         * modules/unistr/u8-strcspn: New file.
38290         * modules/unistr/u16-strcspn: New file.
38291         * modules/unistr/u32-strcspn: New file.
38292         * lib/unistr/u8-strcspn.c: New file.
38293         * lib/unistr/u16-strcspn.c: New file.
38294         * lib/unistr/u32-strcspn.c: New file.
38295         * lib/unistr/u-strcspn.h: New file.
38296
38297         * modules/unistr/u8-strdup: New file.
38298         * modules/unistr/u16-strdup: New file.
38299         * modules/unistr/u32-strdup: New file.
38300         * lib/unistr/u8-strdup.c: New file.
38301         * lib/unistr/u16-strdup.c: New file.
38302         * lib/unistr/u32-strdup.c: New file.
38303         * lib/unistr/u-strdup.h: New file.
38304
38305         * modules/unistr/u8-strlen: New file.
38306         * modules/unistr/u16-strlen: New file.
38307         * modules/unistr/u32-strlen: New file.
38308         * lib/unistr/u8-strlen.c: New file.
38309         * lib/unistr/u16-strlen.c: New file.
38310         * lib/unistr/u32-strlen.c: New file.
38311         * lib/unistr/u-strlen.h: New file.
38312
38313         * modules/unistr/u8-strmblen: New file.
38314         * modules/unistr/u16-strmblen: New file.
38315         * modules/unistr/u32-strmblen: New file.
38316         * lib/unistr/u8-strmblen.c: New file.
38317         * lib/unistr/u16-strmblen.c: New file.
38318         * lib/unistr/u32-strmblen.c: New file.
38319
38320         * modules/unistr/u8-strmbtouc: New file.
38321         * modules/unistr/u16-strmbtouc: New file.
38322         * modules/unistr/u32-strmbtouc: New file.
38323         * lib/unistr/u8-strmbtouc.c: New file.
38324         * lib/unistr/u16-strmbtouc.c: New file.
38325         * lib/unistr/u32-strmbtouc.c: New file.
38326
38327         * modules/unistr/u8-strncat: New file.
38328         * modules/unistr/u16-strncat: New file.
38329         * modules/unistr/u32-strncat: New file.
38330         * lib/unistr/u8-strncat.c: New file.
38331         * lib/unistr/u16-strncat.c: New file.
38332         * lib/unistr/u32-strncat.c: New file.
38333         * lib/unistr/u-strncat.h: New file.
38334
38335         * modules/unistr/u8-strncmp: New file.
38336         * modules/unistr/u16-strncmp: New file.
38337         * modules/unistr/u32-strncmp: New file.
38338         * lib/unistr/u8-strncmp.c: New file.
38339         * lib/unistr/u16-strncmp.c: New file.
38340         * lib/unistr/u32-strncmp.c: New file.
38341
38342         * modules/unistr/u8-strncpy: New file.
38343         * modules/unistr/u16-strncpy: New file.
38344         * modules/unistr/u32-strncpy: New file.
38345         * lib/unistr/u8-strncpy.c: New file.
38346         * lib/unistr/u16-strncpy.c: New file.
38347         * lib/unistr/u32-strncpy.c: New file.
38348         * lib/unistr/u-strncpy.h: New file.
38349
38350         * modules/unistr/u8-strnlen: New file.
38351         * modules/unistr/u16-strnlen: New file.
38352         * modules/unistr/u32-strnlen: New file.
38353         * lib/unistr/u8-strnlen.c: New file.
38354         * lib/unistr/u16-strnlen.c: New file.
38355         * lib/unistr/u32-strnlen.c: New file.
38356         * lib/unistr/u-strnlen.h: New file.
38357
38358         * modules/unistr/u8-strpbrk: New file.
38359         * modules/unistr/u16-strpbrk: New file.
38360         * modules/unistr/u32-strpbrk: New file.
38361         * lib/unistr/u8-strpbrk.c: New file.
38362         * lib/unistr/u16-strpbrk.c: New file.
38363         * lib/unistr/u32-strpbrk.c: New file.
38364         * lib/unistr/u-strpbrk.h: New file.
38365
38366         * modules/unistr/u8-strrchr: New file.
38367         * modules/unistr/u16-strrchr: New file.
38368         * modules/unistr/u32-strrchr: New file.
38369         * lib/unistr/u8-strrchr.c: New file.
38370         * lib/unistr/u16-strrchr.c: New file.
38371         * lib/unistr/u32-strrchr.c: New file.
38372
38373         * modules/unistr/u8-strspn: New file.
38374         * modules/unistr/u16-strspn: New file.
38375         * modules/unistr/u32-strspn: New file.
38376         * lib/unistr/u8-strspn.c: New file.
38377         * lib/unistr/u16-strspn.c: New file.
38378         * lib/unistr/u32-strspn.c: New file.
38379         * lib/unistr/u-strspn.h: New file.
38380
38381         * modules/unistr/u8-strstr: New file.
38382         * modules/unistr/u16-strstr: New file.
38383         * modules/unistr/u32-strstr: New file.
38384         * lib/unistr/u8-strstr.c: New file.
38385         * lib/unistr/u16-strstr.c: New file.
38386         * lib/unistr/u32-strstr.c: New file.
38387         * lib/unistr/u-strstr.h: New file.
38388
38389         * modules/unistr/u8-strtok: New file.
38390         * modules/unistr/u16-strtok: New file.
38391         * modules/unistr/u32-strtok: New file.
38392         * lib/unistr/u8-strtok.c: New file.
38393         * lib/unistr/u16-strtok.c: New file.
38394         * lib/unistr/u32-strtok.c: New file.
38395         * lib/unistr/u-strtok.h: New file.
38396
38397         * modules/unistr/u8-uctomb: New file.
38398         * modules/unistr/u16-uctomb: New file.
38399         * modules/unistr/u32-uctomb: New file.
38400         * lib/unistr/u8-uctomb.c: New file.
38401         * lib/unistr/u16-uctomb.c: New file.
38402         * lib/unistr/u32-uctomb.c: New file.
38403
38404         * MODULES.html.sh (Unicode string functions): Add the new modules.
38405
38406 2007-01-08  Bruno Haible  <bruno@clisp.org>
38407
38408         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
38409         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
38410         subdirectories.
38411
38412 2007-01-08  Karl Berry  <karl@gnu.org>
38413
38414         * doc/error.texi: mention that main() fns must set program_name
38415         when progname is used.
38416
38417 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
38418
38419         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
38420         WCTYPE_H is empty, for the benefit of builds from non-distclean
38421         directories.  Problem reported by Eric Blake in
38422         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
38423
38424 2007-01-08  Bruno Haible  <bruno@clisp.org>
38425
38426         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
38427         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
38428         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
38429         PROVIDE_CANONICALIZE_FILENAME_MODE.
38430         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
38431
38432 2007-01-08  Bruno Haible  <bruno@clisp.org>
38433
38434         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
38435         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
38436         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
38437         * lib/fts.c: Likewise.
38438         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
38439
38440 2006-12-25  Bruno Haible  <bruno@clisp.org>
38441
38442         * modules/utf8-ucs4-safe: New file.
38443         * lib/utf8-ucs4-safe.h: New file.
38444         * lib/unistr/utf8-ucs4-safe.c: New file.
38445
38446         * modules/utf16-ucs4-safe: New file.
38447         * lib/utf16-ucs4-safe.h: New file.
38448         * lib/unistr/utf16-ucs4-safe.c: New file.
38449
38450         * MODULES.html.sh (Unicode string functions): Add the new modules.
38451
38452 2007-01-08  Bruno Haible  <bruno@clisp.org>
38453
38454         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
38455         (Depends-on): Add unitypes.
38456         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38457         (u8_mbtouc_aux): Move out to separate file.
38458         (u8_mbtouc): Use ucs4_t, uint8_t types.
38459         * lib/unistr/utf8-ucs4.c: New file.
38460
38461         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
38462         (Depends-on): Add unitypes.
38463         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
38464         (u16_mbtouc_aux): Move out to separate file.
38465         (u16_mbtouc): Use ucs4_t, uint16_t types.
38466         * lib/unistr/utf16-ucs4.c: New file.
38467
38468         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
38469         (Depends-on): Add unitypes.
38470         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
38471         (u8_uctomb_aux): Move out to separate file.
38472         (u8_uctomb): Use ucs4_t, uint8_t types.
38473         * lib/unistr/ucs4-utf8.c: New file.
38474
38475         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
38476         (Depends-on): Add unitypes.
38477         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
38478         (u16_uctomb_aux): Move out to separate file.
38479         (u16_uctomb): Use ucs4_t, uint16_t types.
38480         * lib/unistr/ucs4-utf16.c: New file.
38481
38482 2006-12-25  Bruno Haible  <bruno@clisp.org>
38483
38484         * modules/unitypes: New file.
38485         * lib/unitypes.h: New file.
38486         * MODULES.html.sh (func_all_modules): New section "Unicode string
38487         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
38488         this section. Add unitypes.
38489
38490 2007-01-08  Bruno Haible  <bruno@clisp.org>
38491
38492         Avoid variable names that conflict with those from libtool.
38493         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
38494         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
38495         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
38496         library_names_spec to acl_library_names_spec, hardcode_* to
38497         acl_hardcode_*.
38498         Reported by Ralf Wildenhues.
38499
38500 2007-01-08  Bruno Haible  <bruno@clisp.org>
38501
38502         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
38503         definition.
38504         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
38505         definition.
38506         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
38507         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
38508         definition.
38509         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
38510         definition.
38511         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
38512         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
38513         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
38514         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
38515         definition.
38516         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
38517         definition.
38518         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
38519         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
38520         GC_USE_<algorithm>.
38521         * lib/gc-libgcrypt.c: Likewise.
38522         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
38523         * modules/gc-arctwo (configure.ac): Likewise.
38524         * modules/gc-des (configure.ac): Likewise.
38525         * modules/gc-hmac-md5 (configure.ac): Likewise.
38526         * modules/gc-hmac-sha1 (configure.ac): Likewise.
38527         * modules/gc-md2 (configure.ac): Likewise.
38528         * modules/gc-md4 (configure.ac): Likewise.
38529         * modules/gc-md5 (configure.ac): Likewise.
38530         * modules/gc-random (configure.ac): Likewise.
38531         * modules/gc-rijndael (configure.ac): Likewise.
38532         * modules/gc-sha1 (configure.ac): Likewise.
38533
38534 2007-01-08  Bruno Haible  <bruno@clisp.org>
38535
38536         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
38537         macro definition.
38538         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
38539         definition.
38540         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
38541         definition.
38542         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
38543         * modules/fcntl-safer (configure.ac): Likewise.
38544         * modules/fopen-safer (configure.ac): Likewise.
38545         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
38546         GNULIB_FWRITEERROR macro definition.
38547
38548 2007-01-08  Bruno Haible  <bruno@clisp.org>
38549
38550         * m4/gnulib-common.m4: New file.
38551         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
38552         (func_get_filelist): Add m4/gnulib-common.m4.
38553
38554 2007-01-08  Bruno Haible  <bruno@clisp.org>
38555
38556         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
38557         command.
38558
38559 2007-01-08  Jim Meyering  <jim@meyering.net>
38560
38561         Use a more robust test for a "can't happen" condition.
38562         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
38563         narrowed the st_size value.  Presuming the "can't happen" condition
38564         is true, that narrowing could conceivably convert an invalid st_size
38565         value into a valid one.  Instead, use a change based on Matthew
38566         Woehlke's original patch.
38567
38568         Slight readability improvement: use an assert-like macro
38569         in place of literal "abort ()" uses.
38570         * lib/fts.c (fts_assert): Define.
38571         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
38572         Use this macro instead of a bare 'abort'.
38573
38574 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
38575
38576         Don't worry about using IRIX 5.3's wctype.h broken definitions;
38577         simply work around them.
38578         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
38579         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
38580         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
38581         declaring.
38582         Don't bother to define as macros, since the standard doesn't require it.
38583         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
38584         longer worry about IRIX 5.3.
38585         (HAVE_WCTYPE_CTMP_BUG): Remove.
38586
38587 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38588
38589         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
38590         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
38591         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
38592         Problems reported by Georg Schwarz for IRIX 5.3.
38593
38594         * gnulib-tool (autoconf_minversion): Take the maximum version number
38595         found, not the minimum.  Problem reported by James Youngman.
38596
38597 2007-01-03  Karl Berry  <karl@gnu.org>
38598
38599         * doc/error.texi: new file, explaining interaction with progname.
38600         * doc/gnulib.texi: include it.  Update copyright.
38601
38602 2007-01-03  Simon Josefsson  <simon@josefsson.org>
38603
38604         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
38605         AC_CANONICAL_HOST, to improve autobuild outputs.
38606
38607 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
38608             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
38609
38610         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
38611         sockets, server sockets, and other file descriptors.  Count errors
38612         to compute the return value.  Reorder the code a bit to be easier
38613         to follow.  Don't set event bits that were not requested (except
38614         POLLERR and POLLHUP).
38615
38616 2007-01-01  Bruno Haible  <bruno@clisp.org>
38617
38618         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
38619
38620 2007-01-03  Jim Meyering  <jim@meyering.net>
38621
38622         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
38623
38624 2007-01-02  Bruno Haible  <bruno@clisp.org>
38625
38626         * modules/settime (Include): Require timespec.h.
38627         * modules/nanosleep (Include): Likewise.
38628
38629 2007-01-01  Bruno Haible  <bruno@clisp.org>
38630
38631         * gnulib-tool (func_emit_copyright_notice): Bump year.
38632         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
38633
38634 2007-01-01  Bruno Haible  <bruno@clisp.org>
38635
38636         Improve support for OpenBSD.
38637         * build-aux/config.rpath (libname_spec): Export.
38638         (library_names_spec): New variable. Export.
38639         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
38640         library_names_spec from the config.rpath output. Locate shared library
38641         through the name pattern in library_names_spec.
38642
38643 2007-01-01  Eric Blake  <ebb9@byu.net>
38644
38645         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
38646
38647 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
38648
38649         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
38650         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
38651         assume the C locale, and avoid an "eval" that could cause trouble.
38652         Problem with SORT reported by Bob Proulx.
38653
38654         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
38655         Define.  Trivial patch from Henning Nielsen Lund, originally
38656         sent to bug-grep@gnu.org today.
38657
38658 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
38659
38660         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
38661         struct stat.  Problem reported by Henning Nielsen Lund.
38662         * lib/acl.c: Include acl.h first, to check interface.  Don't
38663         bother to include sys/types.h and sys/stat.h again.
38664
38665 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38666
38667         Import the following change from libc; problem reported by
38668         Sven Verdoolaege.
38669
38670         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
38671
38672         [BZ #1373]
38673         * lib/argp.h: Remove __NTH for __argp_usage inline function.
38674
38675 2006-12-28  Jim Meyering  <jim@meyering.net>
38676
38677         * build-aux/announce-gen: Do not assume that the package
38678         builds any of tar.gz, tar.bz2, and .xdelta files.
38679         Suggestion from Simon Josefsson.
38680
38681 2006-12-28  Simon Josefsson  <simon@josefsson.org>
38682
38683         * modules/announce-gen: New file.
38684
38685 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
38686
38687         * lib/mbchar.h: Just include <wctype.h>; the wctype module
38688         handles its gotchas now.
38689         * lib/mbswidth.c: Likewise.
38690         * lib/wcwidth.h: Likewise.
38691         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
38692         and iswcntrl; the wctype module does this stuff now.
38693         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
38694         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
38695         * modules/mbchar (Depends-on): Add wctype.
38696         * modules/mbswidth (Depends-on): Likewise.
38697         * modules/wcwidth (Depends-on): Likewise.
38698
38699 2006-12-27  Eric Blake  <ebb9@byu.net>
38700
38701         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
38702         module uses more than what <wctype.h> is required to provide.
38703
38704 2006-12-26  Eric Blake  <ebb9@byu.net>
38705
38706         * gnulib-tool (sed_extract_prog): Avoid space-tab.
38707
38708 2006-12-26  Eric Blake  <ebb9@byu.net>
38709
38710         * modules/absolute-header: New module.
38711         * modules/fcntl (Depends-on): Depend on it.
38712         * modules/inttypes (Depends-on): Likewise.
38713         * modules/stdint (Depends-on): Likewise.
38714         * modules/sys_stat (Depends-on): Likewise.
38715         * modules/wctype (Depends-on): Likewise.
38716         * MODULES.html.sh (Support for building libraries and
38717         executables): Document it.
38718
38719 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
38720
38721         * gnulib-tool (SED): Remove, undoing previous change.
38722         The problem was that it broke coreutils on Solaris, because
38723         "sed --posix" leaked into a makefile.
38724         (sed): New alias, if 'alias' and GNU sed.
38725
38726 2006-12-24  Jim Meyering  <jim@meyering.net>
38727
38728         Work around an fchownat bug in glibc-2.4:
38729         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
38730         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
38731         in spite of the -P option.
38732         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
38733         New macros.
38734         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
38735         * modules/openat (Files): Add lib/fchownat.c.
38736         * lib/openat.c (fchownat): Don't define here.  Move to...
38737         * lib/fchownat.c: ...this new file.
38738
38739 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38740
38741         Fix bug reported by Bruno Haible in
38742         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
38743         where quotearg.c didn't compile on Mac OS X 10.2 because it
38744         lacks <wchar.h> and wint_t.
38745         * lib/wctype_.h (__wctype_wint_t): New type.
38746         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
38747         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
38748         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
38749         Arg is now of type __wctype_wint_t, not wint_t.
38750         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
38751         substitute HAVE_WINT_T.
38752         * modules/wctype (Files): Add m4/wint_t.m4.
38753         (wctype.h): Substitute HAVE_WINT_T.
38754
38755 2006-12-23  Bruno Haible  <bruno@clisp.org>
38756
38757         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
38758
38759 2006-12-23  Bruno Haible  <bruno@clisp.org>
38760
38761         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
38762         S_ISLNK.
38763         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
38764         mingw.
38765
38766 2006-12-22  Bruno Haible  <bruno@clisp.org>
38767
38768         * lib/copy-file.c: Include acl.h.
38769         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
38770         Close the file descriptors only after being done with copy_acl.
38771         * modules/copy-file (Depends-on): Add acl.
38772
38773 2006-12-22  Bruno Haible  <bruno@clisp.org>
38774
38775         * gnulib-tool (SED): New variable.
38776         Use $SED instead of sed everywhere.
38777
38778 2006-12-22  Bruno Haible  <bruno@clisp.org>
38779
38780         * modules/no-c++: New file.
38781         * m4/no-c++.m4: New file.
38782         * MODULES.html.sh (Support for building libraries and executables):
38783         Add no-c++.
38784
38785 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
38786
38787         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
38788         Include <limits.h>, and use its INT_MAX to rewrite the
38789         j loop so that it does not overflow 'int'.  Problem reported by
38790         Ralf Wildenhues in
38791         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
38792         Play it safe by shifting left by 1 rather than multiplying by 2,
38793         as GCC is less likely to optimize this away when the value
38794         is signed (when it assumes overflow leads to undefined behavior).
38795         Also, don't assume time_t uses two's complement.
38796
38797 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
38798
38799         * MODULES.html.sh: New module wctype.
38800         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
38801         * lib/fnmatch.c: Don't bother to include <wchar.h> before
38802         <wctype.h>, since the new wctype module should fix this.
38803         * lib/quotearg.c: Include <wctype.h> unconditionally, since
38804         the wctype module should arrange for it.
38805         * lib/regex_internal.h: Likewise.
38806         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
38807         since the wctype module should handle this now.
38808         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
38809         * modules/fnmatch (Depends-on): Add wctype.
38810         * modules/quotearg (Depends-on): Likewise.
38811         * modules/regex (Depends-on): Likewise.
38812
38813 2006-12-19  Bruno Haible  <bruno@clisp.org>
38814
38815         * lib/strdup.h [C++]: Wrap definitions in extern "C".
38816         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
38817
38818 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38819
38820         * modules/savewd (Depends-on): Fix dependency on fcntl.
38821
38822 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
38823
38824         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
38825         conforms to C99, rather than relying on the user's environment
38826         setting of STDINT_H.
38827
38828 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
38829         and Eric Blake  <ebb9@byu.net>
38830
38831         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
38832         This is more consistent with the other defines here.
38833         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
38834         Port to z/OS.  Problem reported by Paul Gilmartin.
38835         Change local vars to use gl_ prefix rather than ac_.
38836         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
38837         with other defines.
38838         * modules/double-slash-root: New module.
38839         * modules/dirname (Files): Remove m4/double-slash-root.m4.
38840         (Depends-on): Add double-slash-root.
38841         * MODULES.html.sh (File system functions): Mention new module.
38842
38843 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
38844
38845         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
38846         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
38847         This is for the benefit of gzip, which doesn't do i18n.
38848
38849 2006-12-12  Jim Meyering  <jim@meyering.net>
38850
38851         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
38852         Reported by Andreas Schwab <schwab@suse.de>.
38853
38854 2006-12-12  Bruno Haible  <bruno@clisp.org>
38855
38856         Merge these changes.
38857         2006-09-05  Bruno Haible  <bruno@clisp.org>
38858         * lib/iconvme.c (iconv_string): No need to save and restore errno when
38859         iconv_alloc succeeded.
38860         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
38861         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
38862         test for " && dest " at the end - dest is always != NULL there. Call
38863         iconv with 4xNULL arguments initially, to reset the state. Call iconv
38864         with 2xNULL arguments, also to flush the state storage. Handle the
38865         IRIX iconv behaviour. Realloc the final result, to throw away unused
38866         memory.
38867
38868 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
38869
38870         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
38871         and fchmodat unconditionally, since glibc 2.4 has them.
38872         Problem reported by Arkadiusz Miskiewicz.
38873
38874 2006-12-10  Bruno Haible  <bruno@clisp.org>
38875
38876         * gnulib-tool (func_import): Show the include files only for those
38877         modules that are copied and specified.
38878         Reported by Karl Berry.
38879
38880 2006-12-08  Jim Meyering  <jim@meyering.net>
38881
38882         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
38883         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
38884
38885         * build-aux/announce-gen: Add two new options, both optional:
38886         --bootstrap-tools=TOOL_LIST
38887               a comma-separated list of tools, e.g.,
38888               autoconf,automake,bison,gnulib
38889         --gnulib-snapshot-date=DATE
38890               if gnulib is in the bootstrap tool list,
38891               then report this as the snapshot date.
38892               If not specified, use the current date/time.
38893               If you specify a date here, be sure it's UTC.
38894
38895 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38896
38897         * tests/test-argp-2.sh: Fix test to match actual output.
38898         (func_compare): Fix sed script to be portable.
38899
38900 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
38901
38902         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
38903         workaround for this case.  It is not autoconfigured now; offhand
38904         it's hard to see how to autoconfigure it.
38905
38906 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
38907
38908         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
38909         a directory that is about to be chowned.  Such a directory's
38910         initial file permissions should permit the owner only and this
38911         should not be changed until after the chown, since the group and
38912         other bits would be incorrect if they granted permission before
38913         the chown.
38914
38915         Fix porting problem for iswctype reported by Georg Schwarz in:
38916         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
38917         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
38918         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
38919         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
38920         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
38921
38922 2006-12-03  Jim Meyering  <jim@meyering.net>
38923
38924         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
38925         p->fts_statp may not yet be defined.
38926         (fts_read): Instead, set it in the caller, once p->fts_statp is
38927         sure to be defined, and corresponds to a top-level directory.
38928         This bug made du -x fail.  Here's the coreutils test case:
38929         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
38930         Reported by Mike Frysinger.
38931
38932 2006-12-01  Jim Meyering  <jim@meyering.net>
38933
38934         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
38935         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
38936         Reported by Simon Josefsson.
38937
38938 2006-11-30  Jim Meyering  <jim@meyering.net>
38939
38940         * m4/warning.m4: Use the all-permissive copyright notice
38941         recommended by RMS (rather than LGPL).
38942         * m4/vararrays.m4: Likewise.
38943         * m4/flexmember.m4: Likewise.
38944
38945 2006-11-29  Bruno Haible  <bruno@clisp.org>
38946
38947         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38948         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
38949         using +=.
38950         Reported by Simon Josefsson <simon@josefsson.org>.
38951
38952 2006-11-28  James Youngman <jay@gnu.org>
38953
38954         * README: Advise users that they might find the bug-gnulib@gnu.org
38955         and autotools-announce@gnu.org mailing lists useful.
38956
38957 2006-11-28  Bruno Haible  <bruno@clisp.org>
38958
38959         * m4/ptrdiff_max.m4: Remove file.
38960
38961 2006-11-21  Bruno Haible  <bruno@clisp.org>
38962
38963         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
38964         _AC_COMPUTE_INT.
38965         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38966         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
38967         _AC_COMPUTE_INT.
38968         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38969         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
38970         _AC_COMPUTE_INT.
38971         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38972
38973 2006-11-28  Jim Meyering  <jim@meyering.net>
38974
38975         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
38976         warning from "gcc -Wshadow" about shadowing the builtin.
38977
38978 2006-11-27  Bruno Haible  <bruno@clisp.org>
38979
38980         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
38981         _AC_COMPUTE_INT.
38982         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
38983
38984 2006-11-27  Bruno Haible  <bruno@clisp.org>
38985             Paul Eggert  <eggert@cs.ucla.edu>
38986
38987         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
38988
38989 2006-11-26  Bruno Haible  <bruno@clisp.org>
38990
38991         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
38992         noinst_LTLIBRARIES.
38993
38994 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
38995             Bruno Haible  <bruno@clisp.org>
38996
38997         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
38998         if compiling with "gcc -ansi".
38999
39000 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
39001
39002         Fix some incompatibilities with gcc -ansi -pedantic.
39003         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
39004         if compiling pedantically with GCC, unless it's C99 or later.
39005         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
39006         it mishandles gcc -ansi -pedantic as well.
39007         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
39008         if gcc -pedantic.
39009         * lib/regexec.c (check_node_accept_bytes): Don't use auto
39010         initializers for struct if -pedantic, unless it's C99 or later.
39011
39012 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
39013
39014         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
39015         Don't close an fd more than once. Identical atimes indicate
39016         success, not failure.
39017
39018 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
39019
39020         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
39021
39022 2006-11-23  Jim Meyering  <jim@meyering.net>
39023
39024         * build-aux/announce-gen: New file.  From coreutils.
39025
39026 2006-11-22  Jim Meyering  <jim@meyering.net>
39027
39028         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
39029         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
39030         (fts_read): Use a temporary to narrow the overused st_size member
39031         before using it in a switch statement.  Reported by Matthew Woehlke.
39032
39033         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
39034         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
39035
39036 2006-11-20  Bruno Haible  <bruno@clisp.org>
39037
39038         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
39039         changequote instead of pairs of brackets.
39040         Reported by Andreas Schwab <schwab@suse.de>.
39041
39042 2006-11-21  Jim Meyering  <jim@meyering.net>
39043
39044         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
39045         so as to remain compatible with older compilers.
39046         Patch from Michael Deutschmann.
39047
39048 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39049
39050         * MODULES.html.sh (File system functions): Add openat.
39051
39052         * lib/openat.h (rpl_fstatat): New macro, if
39053         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
39054         (fstatat): Define to rpl_fstatat under the same conditions,
39055         unless COMPILING_FSTATAT.
39056         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
39057         seems to have the bug.
39058         * lib/fstatat.c: New file.
39059         * modules/openat (Files): Add it.
39060
39061 2006-11-20  Bruno Haible  <bruno@clisp.org>
39062
39063         * Makefile: New file.
39064
39065 2006-11-20  Jim Meyering  <jim@meyering.net>
39066
39067         The beginnings of syntax-related checks for gnulib.
39068         * lib/Makefile: New file.
39069         * lib/t-idcache: New script.  Ensure that the two halves of
39070         idcache.c stay in sync.
39071
39072         * lib/idcache.c: Adjust comments in user- and group- portions to
39073         be more accurate, and to be consistent with one another.
39074
39075 2006-11-20  Jim Meyering  <jim@meyering.net>
39076
39077         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
39078         continue using the flexible array member (thus, this module performs
39079         half as many malloc calls), with the addition that...
39080         (getgroup, getuser): Consistently record a non-match via an empty
39081         "name" string, and map an empty string match to a NULL return value.
39082         * modules/idcache (Depends-on): Re-add flexmember.
39083
39084         * lib/idcache.c (getuser): Remove all uses of the register keyword.
39085         (getuidbyname, getgroup, getgidbyname): Likewise.
39086
39087         Use cleaner syntax: NULL rather than 0.
39088         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
39089
39090 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39091
39092         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
39093         It mishandled the case where the group was missing.
39094         Problem reported by Greg Schafer.
39095         * modules/idcache: Likewise.
39096
39097 2006-11-18  Jim Meyering  <jim@meyering.net>
39098
39099         * check-module (%exempt_header): Add exception for some
39100         conditionally-included headers.
39101
39102         * modules/i-ring (Depends-on): Add verify.
39103         (License): Change to LGPL.
39104
39105 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39106
39107         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
39108         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
39109         and inttostr.h.  Use snprintf rather than uinttostr, so that
39110         LGPLed code doesn't depend on GPLed.
39111
39112 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39113
39114         * modules/inline (License): Change from GPL to LGPL.
39115
39116 2006-11-17  Jim Meyering  <jim@meyering.net>
39117
39118         * modules/d-type (License): Switch to LGPL.
39119
39120 2006-11-15  Bruno Haible  <bruno@clisp.org>
39121
39122         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
39123
39124 2006-11-15  Eric Blake  <ebb9@byu.net>
39125
39126         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
39127         the module dependency.
39128
39129 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39130             Bruno Haible  <bruno@clisp.org>
39131
39132         * gnulib-tool (func_create_testdir): Add license consistency check.
39133
39134 2006-11-15  Eric Blake  <ebb9@byu.net>
39135
39136         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
39137         random "(cached)" in configure output.
39138
39139 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39140
39141         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
39142         test for conforming inttypes.h is both announced and cached.
39143
39144         * MODULES.html.sh (seen_modules, seen_files): New variables.
39145         (func_module): Rewrite to use a few less gnulib-tool and sed
39146         invocations.  Avoid a couple of quadratic algorithms for ...
39147         (missed_modules, missed_files): ... these, with ...
39148         (func_append, func_tmpdir): ... these new functions, from
39149         gnulib-tool.  Analogously, install traps for cleanup.
39150
39151         * tests/test-gc.c (main): Remove unused variables.
39152         * tests/test-read-file.c: Include stdlib.h, for 'free'.
39153
39154 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
39155
39156         * modules/inttostr (License): Change to LGPL.
39157
39158 2006-11-14  Eric Blake  <ebb9@byu.net>
39159
39160         * modules/tempname (License): Change to LGPL.
39161
39162 2006-11-14  Eric Blake  <ebb9@byu.net>
39163
39164         * doc/functions.texi (Function Portability): *printf functions on
39165         Cygwin now understand all POSIX size specifiers.
39166
39167 2006-11-14  Bruno Haible  <bruno@clisp.org>
39168
39169         * modules/c-ctype (License): Change to LGPL.
39170
39171 2006-11-12  Bruno Haible  <bruno@clisp.org>
39172
39173         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
39174         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
39175         for GNOME libraries, for which the include files are installed in
39176         subdirectories of $prefix/include.
39177
39178 2006-11-12  Bruno Haible  <bruno@clisp.org>
39179
39180         * m4/lib-link.m4: Require at least autoconf-2.54.
39181         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
39182         name to underscores for the --with option.
39183
39184 2006-11-13  Bruno Haible  <bruno@clisp.org>
39185
39186         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
39187         the tests directory.
39188         Reported by Ralf Wildenhues.
39189
39190 2006-11-13  Bruno Haible  <bruno@clisp.org>
39191
39192         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
39193         (func_emit_initmacro_end): Undo the override here.
39194         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
39195         Works around the famous automake error in coreutils.
39196
39197 2006-11-13  Eric Blake  <ebb9@byu.net>
39198
39199         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
39200         element, not its node.
39201
39202 2006-11-12  Bruno Haible  <bruno@clisp.org>
39203
39204         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
39205         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
39206
39207 2006-11-12  Bruno Haible  <bruno@clisp.org>
39208
39209         * gnulib-tool: New option --local-symlink.
39210         (func_usage): Document it.
39211         (lsymbolic): New variable.
39212         (func_import, func_create_testdir): If --symlink was not specified,
39213         test whether --local-symlink was specified and the file comes from
39214         the local_gnulib_dir.
39215
39216 2006-11-12  Bruno Haible  <bruno@clisp.org>
39217
39218         * gnulib-tool (func_ln): New function.
39219         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
39220
39221 2006-11-12  Bruno Haible  <bruno@clisp.org>
39222
39223         Finish support for source files in subdirectories.
39224         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
39225         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
39226         AUTOMAKE_OPTIONS.
39227         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
39228
39229 2006-11-12  Bruno Haible  <bruno@clisp.org>
39230
39231         * gnulib-tool (func_get_automake_snippet): Synthesize also an
39232         EXTRA_lib_SOURCES augmentation.
39233         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
39234
39235 2006-11-12  Jim Meyering  <jim@meyering.net>
39236
39237         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
39238         file descriptors.  This also averts a failure on systems with
39239         native openat support when a traversed directory lacks "x" access.
39240         * lib/fts_.h: Include "i-ring.h"
39241         (struct FTS) [fts_fd_ring]: New member.
39242         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
39243         (FCHDIR): Add parentheses.
39244         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
39245         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
39246         When descending, rather than simply closing the previous
39247         fts_cwd_fd value, push that file descriptor onto the ring.
39248         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
39249         (fts_open): Initialize the new fd_ring member.
39250         (fts_close): Clear the ring.
39251         (fts_safe_changedir): When possible, use our new fd_ring to skip
39252         the diropen and fstat and dev/ino comparison that would normally
39253         accompany a virtual `chdir ("..")'.
39254
39255         * modules/fts (Depends-on): Add i-ring.
39256         * modules/i-ring: New module.
39257         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
39258         * m4/i-ring.m4: New file.
39259
39260 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39261
39262         * gnulib-tool (func_create_testdir): Fix replacement of
39263         `build-aux' in configure.ac.  Run autotools in gltests
39264         subdirectory.
39265         (func_create_testdir, func_create_megatestdir, test): There is
39266         no need for '--force' in most autotool invocations in a new
39267         tree.  Actually fail the whole test if any of the tools, or the
39268         configure or make stages fail.
39269
39270         Sync from Automake.
39271         * build-aux/gnupload: Revert last change.  Add pointer to upload
39272         instructions of the GNU Maintenance Instructions.
39273         Suggestion by Karl Berry.
39274
39275 2006-11-10  Jim Meyering  <jim@meyering.net>
39276
39277         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
39278
39279 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39280
39281         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
39282         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
39283         (bind_textdomain_codeset) [! ENABLE_NLS]:
39284         Evaluate all the arguments.  That way, callers get compatible behavior
39285         if the arguments have side effects.  Also, it avoids some GCC
39286         diagnostics in some cases; Joel E. Denny reported problems when Bison
39287         was configured with --enable-gcc-warnigs.
39288
39289 2006-11-10  Jim Meyering  <jim@meyering.net>
39290
39291         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
39292         relevant options in CFLAGS (like -O, -fno-inline) are taken into
39293         account.
39294
39295 2006-11-10  Jim Meyering  <jim@meyering.net>
39296
39297         * modules/inline: New file/module.
39298         * modules/xalloc (Files): Remove m4/inline.m4.
39299         (Depends-on): Add inline, instead.
39300         * modules/oset: Likewise.
39301         * modules/list: Likewise.
39302
39303 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39304
39305         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
39306         Problem reported by Matthew Woehlke.
39307
39308 2006-11-09  Bruno Haible  <bruno@clisp.org>
39309
39310         * lib/tempname.c (gen_tempname): Remove variant that invokes
39311         __gen_tempname.
39312         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
39313         __gen_tempname.
39314
39315 2006-11-08  Bruno Haible  <bruno@clisp.org>
39316
39317         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
39318         to 'yes' instead of 'cross-compiling'.
39319
39320 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
39321
39322         * lib/quotearg.h (quotearg_free): New decl.
39323         * lib/quotearg.c (quotearg_free): New function.
39324         (slot0, nslots, slotvec0, slotvec):
39325         Now file-scope so that quotearg_free can get at them.
39326
39327 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39328
39329         Sync from Automake.
39330         * build-aux/gnupload: Add missing 'gnu' to example URL.
39331         Report by Karl Berry.
39332
39333 2006-11-08  Bruno Haible  <bruno@clisp.org>
39334
39335         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
39336         Suggested by Paul Eggert.
39337
39338 2006-11-08  Jim Meyering  <jim@meyering.net>
39339
39340         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
39341         It's already included if !_LIBC.
39342         (fts_safe_changedir): Add a comment.
39343
39344 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39345
39346         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
39347         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
39348         Matthew Woehlke.
39349
39350         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
39351         definitions up, to avoid colliding with change below.
39352         (static_inline) [HAVE_INLINE]: New macro.
39353         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
39354         Provide extern decls when !HAVE_INLINE.  Do not define unless
39355         static_inline is defined, either by us or by xmalloc.c.  Use
39356         static_inline rather than static inline.
39357         (XCALLOC): Optimize sizeof(T) = 1 case.
39358         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
39359
39360 2006-11-07  Bruno Haible  <bruno@clisp.org>
39361
39362         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
39363         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
39364         AC_C_INLINE.
39365         * modules/xalloc (Files): Add m4/inline.m4.
39366
39367 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39368
39369         * README: Fix typo.
39370         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
39371         (Miscellanous Notes): ...from this.
39372
39373 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
39374
39375         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
39376         Mention that offsetof should be used instead of sizeof.
39377         From Bruno Haible.
39378
39379 2006-11-07  Bruno Haible  <bruno@clisp.org>
39380
39381         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
39382
39383 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39384
39385         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39386         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
39387         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39388         (gl_tree_add_before, gl_tree_add_after):
39389         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
39390         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
39391         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
39392         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
39393         (gl_linked_add_after, gl_linked_add_at): Likewise.
39394         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
39395         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
39396         (gl_tree_add_before, gl_tree_add_after): Likewise.
39397         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
39398         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
39399         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
39400
39401 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39402
39403         * lib/gl_oset.h: Use C comment style, not C++ comment style.
39404
39405 2006-11-06  Bruno Haible  <bruno@clisp.org>
39406
39407         * m4/inline.m4: New file.
39408         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
39409         * modules/list (Files): Add m4/inline.m4.
39410         * modules/oset (Files): Likewise.
39411
39412 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
39413
39414         * lib/idcache.c: Include <stddef.h>, for offsetof.
39415         (struct userid.name): Change from char * to a flexible array member.
39416         All uses changed.
39417         * modules/idcache (Depends-on): Add flexmember.
39418
39419         * MODULES.html.sh (Core language properties): New module flexmember.
39420         * modules/flexmember, m4/flexmember.m4: New files.
39421
39422         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
39423         inline functions that are identical with the old xnmalloc_inline,
39424         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
39425         that we can avoid some unnecessary integer multiplications and
39426         divisions in the common case where the element size is known at
39427         compile time.
39428         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
39429         needed.
39430         (xnboundedmalloc): Remove.
39431         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
39432         arguments, for consistency with rest of this header.
39433         (xcharalloc): Rewrite using XNMALLOC.
39434         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
39435         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
39436         versions have been moved to lib/xalloc.h and renamed to be the
39437         non-*_inline versions.
39438         (xmalloc, xrealloc): Implement without reference to the xnmalloc
39439         and xnrealloc functions, since those functions are now inline and
39440         now call us.
39441         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
39442         renaming described above.
39443         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
39444         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
39445         captures the dependency in AC_C_INLINE.
39446
39447         New module canonicalize-lgpl, proposed by Charles Wilson in
39448         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
39449         with a few small changes afterwards.
39450         * MODULES.html.sh (File system functions): New module
39451         canonicalize-lgpl.
39452         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
39453         and canonicalize_file_name.
39454         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
39455         * modules/canonicalize-lgpl: New files.
39456
39457 2006-11-05  Bruno Haible  <bruno@clisp.org>
39458
39459         * gnulib-tool (func_import, func_create_testdir): Create directories
39460         also for files in subdirectories of lib/.
39461
39462 2006-11-05  Bruno Haible  <bruno@clisp.org>
39463
39464         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
39465         ANSI C compliant.
39466
39467 2006-11-03  Bruno Haible  <bruno@clisp.org>
39468
39469         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
39470         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
39471         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
39472         (xnboundedmalloc): New inline function.
39473         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
39474         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
39475         xmalloc.
39476         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
39477         xmalloc.
39478         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
39479         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
39480         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
39481         xmalloc.
39482         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39483         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
39484         xmalloc.
39485         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
39486         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39487         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
39488         xmalloc.
39489         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
39490         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
39491         gl_tree_add_after): Use XMALLOC instead of xmalloc.
39492         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
39493         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
39494         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
39495         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
39496
39497 2006-11-03  Bruno Haible  <bruno@clisp.org>
39498
39499         * lib/c-ctype.h [C++]: Define functions without name mangling.
39500         * lib/fwriteerror.h [C++]: Likewise.
39501         * lib/gcd.h [C++]: Likewise.
39502         * lib/linebreak.h [C++]: Likewise.
39503
39504 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39505
39506         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
39507         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
39508         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
39509         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
39510         Check for functions and headers just once.
39511         Check for declaration of canonicalize_file_name.
39512         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
39513
39514 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39515
39516         * gnulib-tool (func_import): Fix typo in actioncmd.
39517
39518 2006-11-02  Bruno Haible  <bruno@clisp.org>
39519
39520         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
39521         newline sequence in the Makefile.am snippet as a space, like "make"
39522         does.
39523         Reported by Roger Persson <perrog@gmail.com>.
39524
39525 2006-11-01  Bruno Haible  <bruno@clisp.org>
39526
39527         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
39528         already declared in <string.h>.
39529         * lib/strcase.h (strncasecmp): Don't declare it if yes.
39530
39531 2006-11-01  Bruno Haible  <bruno@clisp.org>
39532
39533         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
39534         * lib/strcase.h: Include <string.h>.
39535         (strcasecmp): Define to rpl_strcasecmp here.
39536
39537 2006-11-01  Bruno Haible  <bruno@clisp.org>
39538
39539         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
39540
39541 2006-11-01  Eric Blake  <ebb9@byu.net>
39542
39543         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
39544
39545         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
39546
39547 2006-10-29  Bruno Haible  <bruno@clisp.org>
39548
39549         Make it compile in C++ mode.
39550         * lib/full-write.c (full_rw): Add a cast.
39551
39552 2006-11-01  Bruno Haible  <bruno@clisp.org>
39553
39554         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
39555         be POSIX compliant.
39556         Reported by Roger Persson <perrog@gmail.com>.
39557
39558 2006-11-01  Eric Blake  <ebb9@byu.net>
39559
39560         * lib/getopt_.h: Fix comments.
39561
39562 2006-10-31  Eric Blake  <ebb9@byu.net>
39563
39564         * modules/tmpdir (Depends-on): Add sys_stat.
39565         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
39566         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
39567         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
39568         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
39569         tempname.
39570
39571 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
39572
39573         Avoid some C++ diagnostics reported by Bruno Haible.
39574         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
39575         xmalloc.
39576         (quotearg_alloc): Use xcharalloc rather than xmalloc.
39577         (struct slotvec): Move to top level.
39578         (quotearg_n_options): Rewrite to avoid xmalloc.
39579         * lib/xalloc.h (xcharalloc): New function.
39580         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
39581         [defined __cplusplus]: Add function template that provides result
39582         type propagation.  This part of the change is from Bruno Haible.
39583
39584 2006-10-29  Bruno Haible  <bruno@clisp.org>
39585
39586         Make it compile in C++ mode.
39587         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
39588         * lib/strnlen1.c (strnlen1): Cast memchr result.
39589         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
39590         * lib/clean-temp.c (string_equals, string_hash): Add casts.
39591         (create_temp_dir): Rename local variable 'template'.
39592         (compile_csharp_using_sscli): Add cast.
39593         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
39594         * lib/findprog.c (find_in_path): Likewise.
39595         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
39596         * lib/wait-process.c (register_slave_subprocess): Likewise.
39597
39598 2006-10-22  Bruno Haible  <bruno@clisp.org>
39599
39600         * modules/tsearch: New file.
39601         * lib/tsearch.h: New file.
39602         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
39603         * m4/tsearch.m4: New file.
39604         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
39605
39606 2006-10-29  Eric Blake  <ebb9@byu.net>
39607
39608         * lib/arcfour.c: Assume config.h.
39609         * lib/arctwo.c: Likewise.
39610         * lib/base64.c: Likewise.
39611         * lib/check-version.c: Likewise.
39612         * lib/crc.c: Likewise.
39613         * lib/des.c: Likewise.
39614         * lib/gc-gnulib.c: Likewise.
39615         * lib/gc-libgcrypt.c: Likewise.
39616         * lib/gc-pbkdf2-sha1.c: Likewise.
39617         * lib/getaddrinfo.c: Likewise.
39618         * lib/getdelim.c: Likewise.
39619         * lib/getline.c: Likewise.
39620         * lib/hmac-md5.c: Likewise.
39621         * lib/hmac-sha1.c: Likewise.
39622         * lib/iconvme.c: Likewise.
39623         * lib/md2.c: Likewise.
39624         * lib/md4.c: Likewise.
39625         * lib/memxor.c: Likewise.
39626         * lib/read-file.c: Likewise.
39627         * lib/readline.c: Likewise.
39628         * lib/rijndael-alg-fst.c: Likewise.
39629         * lib/rijndael-api-fst.c: Likewise.
39630         * lib/xgetdomainname.c: Likewise.
39631
39632 2006-10-28  Eric Blake  <ebb9@byu.net>
39633
39634         * lib/xstrndup.c: Assume config.h.
39635
39636 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
39637
39638         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
39639         stat-macros.h is now for our own macros, whereas stat_h is for
39640         macros in the <sys/stat.h> name space.
39641         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
39642         (STAT_MACROS_H): Remove.
39643         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
39644         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
39645         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
39646         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
39647         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
39648         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
39649         Move these macros to ...
39650         * lib/stat_.h: here.  Don't include stat-macros.h.
39651         * lib/canonicalize.c: Don't include stat-macros.h.
39652         * lib/chown.c: Likewise.
39653         * lib/euidaccess.c: Likewise.
39654         * lib/file-type.c: Likewise.
39655         * lib/filemode.c: Likewise.
39656         * lib/glob.c: Likewise.
39657         * lib/isapipe.c: Likewise.
39658         * lib/lchown.c: Likewise.
39659         * lib/lstat.c: Likewise.
39660         * lib/mkdir-p.c: Likewise.
39661         * lib/rmdir.c: Likewise.
39662         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
39663         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
39664         unless mkdir isn't declared, to speed up 'configure'.
39665         Always create sys/stat.h, since it's unlikely any real sys/stat.h
39666         would define all the S_* symbols.
39667         * modules/canonicalize (Depends-on):
39668         Depend on sys_stat, not stat-macros.
39669         * modules/chown: Likewise.
39670         * modules/euidaccess: Likewise.
39671         * modules/filemode: Likewise.
39672         * modules/file-type: Likewise.
39673         * modules/glob: Likewise.
39674         * modules/isapipe: Likewise.
39675         * modules/lchown: Likewise.
39676         * modules/lstat: Likewise.
39677         * modules/mkancesdirs: Likewise.
39678         * modules/rmdir: Likewise.
39679         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
39680         * modules/modechange: Likewise.
39681         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
39682         (configure.ac): Remove gl_STAT_MACROS.
39683         * modules/sys_stat (Depends-on): Remove stat-macros.
39684
39685 2006-10-27  Bruno Haible  <bruno@clisp.org>
39686
39687         * m4/signed.m4: Remove file.
39688         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
39689         invocation.
39690         * modules/vasnprintf (Files): Remove m4/signed.m4.
39691
39692 2006-10-27  Bruno Haible  <bruno@clisp.org>
39693
39694         Update to GNU gettext 0.16.
39695         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
39696         m4/inttypes-h.m4, m4/signed.m4.
39697         * m4/gettext.m4: Update to GNU gettext 0.16.
39698         * m4/intl.m4: New file, from GNU gettext.
39699         * m4/intldir.m4: New file, from GNU gettext.
39700         * config/srclist.txt: Update
39701
39702 2006-10-27  Eric Blake  <ebb9@byu.net>
39703
39704         * MODULES.html.sh: Document tempname.
39705         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
39706         dependencies.
39707         (Files): Move lib/tempname.c...
39708         * modules/tempname: ...to this new module.
39709         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
39710         (gl_PREREQ_TEMPNAME): Move...
39711         * m4/tempname.m4: ...to this new file.
39712         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
39713         * modules/sys_stat (Depends-on): Add stat-macros.
39714         * lib/stat_.h (includes): Pick up stat macros.
39715         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
39716         if stat macros are broken.
39717         * lib/tempname.c (includes): No need to include "stat-macros.h".
39718         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
39719         (direxists, __path_search) [!_LIBC]: Don't compile these in
39720         gnulib; the tmpdir module covers that.
39721         * lib/tempname.h: New file.
39722
39723 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
39724
39725         * COPYING: Explain how gnulib-tool converts licence headers.
39726         Almost all wording by Eric Blake.
39727
39728 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
39729
39730         * lib/mbchar.h (is_basic_table): Make read-only.
39731         * lib/mbchar.c (is_basic_table): Likewise.
39732         Reported by John Darrington.
39733
39734 2006-10-25  Bruno Haible  <bruno@clisp.org>
39735
39736         * lib/progname.h (set_program_name): Undefine before defining.
39737
39738 2006-10-25  Bruno Haible  <bruno@clisp.org>
39739
39740         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
39741         false for non-gcc C++ compilers.
39742         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
39743
39744 2006-10-24  Bruno Haible  <bruno@clisp.org>
39745
39746         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
39747         iconv implementations like Irix iconv.
39748
39749 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39750
39751         * modules/vararrays: New file.
39752         * m4/vararrays.m4: New file, taken from diffutils.
39753         * MODULES.html.sh: New module vararrays.
39754
39755 2006-10-24  Karl Berry  <karl@gnu.org>
39756
39757         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
39758         Don't call GNU Unix.
39759
39760 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39761
39762         * users.txt: Add Libtool.
39763
39764         Sync from Libtool:
39765
39766         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39767
39768         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
39769         to gnulib's policy of including config.h unconditionally.
39770
39771 2006-10-24  Bruno Haible  <bruno@clisp.org>
39772
39773         * modules/wcwidth (Files): Add m4/wint_t.m4.
39774         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
39775         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
39776
39777 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39778
39779         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
39780         to pacify GCC with some -W flags enabled.  Problem reported by
39781         Bruno Haible.
39782
39783 2006-10-24  Jim Meyering  <jim@meyering.net>
39784
39785         * MODULES.html.sh: Remove uinttostr.  It's not a module.
39786         Reported by Karl Berry.
39787
39788 2006-10-23  Bruno Haible  <bruno@clisp.org>
39789
39790         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
39791
39792 2006-10-24  Bruno Haible  <bruno@clisp.org>
39793
39794         * lib/gl_list.h: Use C comment style, not C++ comment style.
39795
39796 2006-10-23  Eric Blake  <ebb9@byu.net>
39797
39798         * lib/getaddrinfo.c (includes): Add missing include.
39799
39800 2006-10-23  Bruno Haible  <bruno@clisp.org>
39801             Paul Eggert  <eggert@cs.ucla.edu>
39802
39803         Ability to rename obstack_free.
39804         * lib/obstack.h (__obstack_free): New macro. Declare instead of
39805         obstack_free.
39806         (obstack_free): Invoke the __obstack_free macro.
39807         * lib/obstack.c (obstack_free): Use __obstack_free macro.
39808
39809 2006-10-23  Bruno Haible  <bruno@clisp.org>
39810             Paul Eggert  <eggert@cs.ucla.edu>
39811
39812         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
39813         __argc, __argv from the declaration. (They are defined as macros on
39814         mingw.)
39815
39816 2006-10-22  Bruno Haible  <bruno@clisp.org>
39817
39818         * doc/gnulib-intro.texi: New file.
39819         * doc/gnulib.texi: Include it.
39820
39821 2006-10-21  Bruno Haible  <bruno@clisp.org>
39822
39823         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
39824         "Introduction", "Miscellanous Notes", "Particular Modules".
39825
39826 2006-10-21  Bruno Haible  <bruno@clisp.org>
39827
39828         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39829         Change mostlyclean-local rule to avoid sh syntax error from bash
39830         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
39831
39832 2006-10-23  Jim Meyering  <jim@meyering.net>
39833
39834         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
39835         in place of snprintf.
39836
39837         * modules/inttostr (Files): Add lib/uinttostr.c.
39838         * lib/uinttostr.c (inttostr): New file/function.
39839         * lib/inttostr.h (uinttostr): Declare.
39840         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
39841         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
39842         Add uinttostr.
39843         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
39844
39845 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
39846
39847         * lib/canonicalize.c (ELOOP): Define if not already defined.
39848         Problem reported by Bruno Haible in
39849         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
39850
39851 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
39852
39853         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
39854         Problem reported by Perry Smith and Ville Laurikari.
39855
39856         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
39857         uses.
39858
39859 2006-10-19  Bruno Haible  <bruno@clisp.org>
39860
39861         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
39862         for mingw.
39863
39864 2006-10-19  Bruno Haible  <bruno@clisp.org>
39865
39866         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
39867         Needed for mingw.
39868
39869 2006-10-19  Bruno Haible  <bruno@clisp.org>
39870
39871         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
39872
39873 2006-10-19  Bruno Haible  <bruno@clisp.org>
39874
39875         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
39876         it.
39877
39878 2006-10-19  Bruno Haible  <bruno@clisp.org>
39879
39880         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
39881         invocation.
39882
39883 2006-10-19  Bruno Haible  <bruno@clisp.org>
39884
39885         * gnulib-tool (func_create_testdir): Don't include ftruncate and
39886         mountlist by default.
39887
39888 2006-10-16  Bruno Haible  <bruno@clisp.org>
39889
39890         * lib/c-strstr.c: Include c-strstr.h.
39891
39892 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
39893
39894         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
39895         in a slash.
39896
39897 2006-10-18  Bruno Haible  <bruno@clisp.org>
39898
39899         * lib/lock.h [C++]: Wrap definitions in extern "C".
39900
39901 2006-10-18  Bruno Haible  <bruno@clisp.org>
39902
39903         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
39904         gl_LIBOBJS list.
39905
39906 2006-10-18  Bruno Haible  <bruno@clisp.org>
39907
39908         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
39909
39910 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
39911
39912         * lib/xstrtol.h: Include gettext.h.
39913         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
39914         Problem reported by Eric Blake.
39915         * modules/xstrtol (Depends-on): Add gettext-h.
39916
39917 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
39918
39919         * lib/strftime.c (advance): New macro.
39920         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
39921         incomplete type, so you can't add 0 to it.  Problem and patch
39922         reported by Eelco Dolstra for dietlibc.
39923
39924 2006-10-18  Jim Meyering  <jim@meyering.net>
39925
39926         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
39927         type for a local, and rename it: s/up/user_proc/.
39928
39929 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
39930
39931         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
39932         READ_UTMP_USER_PROCESS.
39933         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
39934
39935 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39936
39937         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
39938         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
39939
39940 2006-10-17  Eric Blake  <ebb9@byu.net>
39941
39942         * lib/sigprocmask.c (sigprocmask): Fix typo.
39943
39944         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
39945
39946         * modules/clean-temp (Makefile.am): Don't add to make output...
39947         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
39948         config.h.
39949
39950 2006-10-17  Bruno Haible  <bruno@clisp.org>
39951
39952         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
39953         differently if DEFAULT_TEXT_DOMAIN is set.
39954
39955 2006-10-16  Bruno Haible  <bruno@clisp.org>
39956
39957         * lib/clean-temp.c: Include fwriteerror.h.
39958
39959 2006-10-16  Bruno Haible  <bruno@clisp.org>
39960
39961         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
39962
39963 2006-10-16  Bruno Haible  <bruno@clisp.org>
39964
39965         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
39966         * lib/sigprocmask.h: Include <sys/types.h>.
39967         (sigset_t): Use the system's definition if present.
39968
39969 2006-10-17  Eric Blake  <ebb9@byu.net>
39970
39971         * lib/xvasprintf.c (includes): Assume config.h.
39972         * lib/xasprintf.c (includes): Likewise.
39973
39974 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
39975
39976         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
39977         at least as wide as intmax_t.
39978
39979 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
39980
39981         (Imported from Automake.)
39982         * build-aux/gnupload: Update to version 1.1 of directive file.
39983
39984 2006-10-16  Eric Blake  <ebb9@byu.net>
39985
39986         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
39987         match Automake 1.10a.
39988
39989 2006-10-14  Bruno Haible  <bruno@clisp.org>
39990
39991         * modules/sigprocmask: New file.
39992         * lib/sigprocmask.h: New file.
39993         * lib/sigprocmask.c: New file.
39994         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
39995         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
39996         request sigprocmask.o.
39997         (gl_PREREQ_SIGPROCMASK): New macro.
39998         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
39999         (Depends-on): Add sigprocmask.
40000         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
40001         gt_SIGNALBLOCKING. Test for 'raise' only once.
40002         * lib/fatal-signal.c: Include sigprocmask.h.
40003         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
40004         unblock_fatal_signals): Define always.
40005         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40006         sigprocmask.
40007
40008 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
40009
40010         Sync from Automake.
40011         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
40012         which incorrectly sets the mode of an existing destination
40013         directory.  In some cases the unpatched install-sh could do the
40014         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
40015         system.  We hope this is rare in practice, but it's clearly worth
40016         fixing.  Problem reported by Alex Unleashed in
40017         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
40018         Also, don't bother to check for -m bugs unless we're using -m;
40019         suggested by Stepan Kasal.
40020
40021 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40022
40023         Sync from Automake.
40024         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
40025         `-c' flag, so they appear at the same position as in %FASTDEP%
40026         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
40027         which ignores unknown options only after the first non-option.
40028         Bug report against M4 by Nelson H. F. Beebe.
40029
40030 2006-10-13  Jim Meyering  <jim@meyering.net>
40031
40032         Fix a bug in yesterday's change.
40033         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
40034         p->fts_statp->st_dev would be used uninitialized.
40035         Ensures that we always call fts_stat on the very first entry.
40036         Miklos Szeredi reported that find -xdev stopped working.
40037
40038 2006-10-12  Bruno Haible  <bruno@clisp.org>
40039
40040         * gnulib-tool (func_get_automake_snippet): Append an automatically
40041         computed EXTRA_DIST augmentation.
40042         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
40043         * modules/alloca-opt (Makefile.am): Likewise.
40044         * modules/allocsa (Makefile.am): Likewise.
40045         * modules/arcfour (Makefile.am): Likewise.
40046         * modules/arctwo (Makefile.am): Likewise.
40047         * modules/argmatch (Makefile.am): Likewise.
40048         * modules/argz (Makefile.am): Likewise.
40049         * modules/atexit (Makefile.am): Likewise.
40050         * modules/backupfile (Makefile.am): Likewise.
40051         * modules/byteswap (Makefile.am): Likewise.
40052         * modules/c-strtod (Makefile.am): Likewise.
40053         * modules/c-strtold (Makefile.am): Likewise.
40054         * modules/calloc (Makefile.am): Likewise.
40055         * modules/canon-host (Makefile.am): Likewise.
40056         * modules/canonicalize (Makefile.am): Likewise.
40057         * modules/chdir-long (Makefile.am): Likewise.
40058         * modules/chdir-safer (Makefile.am): Likewise.
40059         * modules/check-version (Makefile.am): Likewise.
40060         * modules/chown (Makefile.am): Likewise.
40061         * modules/cloexec (Makefile.am): Likewise.
40062         * modules/close-stream (Makefile.am): Likewise.
40063         * modules/closeout (Makefile.am): Likewise.
40064         * modules/crc (Makefile.am): Likewise.
40065         * modules/csharpexec (Makefile.am): Likewise.
40066         * modules/cycle-check (Makefile.am): Likewise.
40067         * modules/des (Makefile.am): Likewise.
40068         * modules/dev-ino (Makefile.am): Likewise.
40069         * modules/dirfd (Makefile.am): Likewise.
40070         * modules/dirname (Makefile.am): Likewise.
40071         * modules/dup2 (Makefile.am): Likewise.
40072         * modules/eealloc (Makefile.am): Likewise.
40073         * modules/error (Makefile.am): Likewise.
40074         * modules/euidaccess (Makefile.am): Likewise.
40075         * modules/exclude (Makefile.am): Likewise.
40076         * modules/exitfail (Makefile.am): Likewise.
40077         * modules/fcntl-safer (Makefile.am): Likewise.
40078         * modules/fcntl (Makefile.am): Likewise.
40079         * modules/file-type (Makefile.am): Likewise.
40080         * modules/fileblocks (Makefile.am): Likewise.
40081         * modules/filemode (Makefile.am): Likewise.
40082         * modules/filenamecat (Makefile.am): Likewise.
40083         * modules/fnmatch (Makefile.am): Likewise.
40084         * modules/fopen-safer (Makefile.am): Likewise.
40085         * modules/fpending (Makefile.am): Likewise.
40086         * modules/fprintftime (Makefile.am): Likewise.
40087         * modules/free (Makefile.am): Likewise.
40088         * modules/fsusage (Makefile.am): Likewise.
40089         * modules/ftruncate (Makefile.am): Likewise.
40090         * modules/fts (Makefile.am): Likewise.
40091         * modules/gc-arcfour (Makefile.am): Likewise.
40092         * modules/gc-des (Makefile.am): Likewise.
40093         * modules/gc-hmac-md5 (Makefile.am): Likewise.
40094         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
40095         * modules/gc-md4 (Makefile.am): Likewise.
40096         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40097         * modules/gc-sha1 (Makefile.am): Likewise.
40098         * modules/gc (Makefile.am): Likewise.
40099         * modules/getaddrinfo (Makefile.am): Likewise.
40100         * modules/getcwd (Makefile.am): Likewise.
40101         * modules/getdelim (Makefile.am): Likewise.
40102         * modules/getdomainname (Makefile.am): Likewise.
40103         * modules/getgroups (Makefile.am): Likewise.
40104         * modules/gethostname (Makefile.am): Likewise.
40105         * modules/gethrxtime (Makefile.am): Likewise.
40106         * modules/getline (Makefile.am): Likewise.
40107         * modules/getloadavg (Makefile.am): Likewise.
40108         * modules/getlogin_r (Makefile.am): Likewise.
40109         * modules/getndelim2 (Makefile.am): Likewise.
40110         * modules/getopt (Makefile.am): Likewise.
40111         * modules/getpagesize (Makefile.am): Likewise.
40112         * modules/getpass-gnu (Makefile.am): Likewise.
40113         * modules/getpass (Makefile.am): Likewise.
40114         * modules/getsubopt (Makefile.am): Likewise.
40115         * modules/gettime (Makefile.am): Likewise.
40116         * modules/gettimeofday (Makefile.am): Likewise.
40117         * modules/getugroups (Makefile.am): Likewise.
40118         * modules/getusershell (Makefile.am): Likewise.
40119         * modules/glob (Makefile.am): Likewise.
40120         * modules/group-member (Makefile.am): Likewise.
40121         * modules/hard-locale (Makefile.am): Likewise.
40122         * modules/hash (Makefile.am): Likewise.
40123         * modules/hmac-md5 (Makefile.am): Likewise.
40124         * modules/hmac-sha1 (Makefile.am): Likewise.
40125         * modules/human (Makefile.am): Likewise.
40126         * modules/idcache (Makefile.am): Likewise.
40127         * modules/imaxabs (Makefile.am): Likewise.
40128         * modules/imaxdiv (Makefile.am): Likewise.
40129         * modules/inet_ntop (Makefile.am): Likewise.
40130         * modules/inet_pton (Makefile.am): Likewise.
40131         * modules/intprops (Makefile.am): Likewise.
40132         * modules/inttostr (Makefile.am): Likewise.
40133         * modules/inttypes (Makefile.am): Likewise.
40134         * modules/isapipe (Makefile.am): Likewise.
40135         * modules/javaversion (Makefile.am): Likewise.
40136         * modules/lchmod (Makefile.am): Likewise.
40137         * modules/lchown (Makefile.am): Likewise.
40138         * modules/localcharset (Makefile.am): Likewise.
40139         * modules/long-options (Makefile.am): Likewise.
40140         * modules/lstat (Makefile.am): Likewise.
40141         * modules/malloc (Makefile.am): Likewise.
40142         * modules/mathl (Makefile.am): Likewise.
40143         * modules/mbchar (Makefile.am): Likewise.
40144         * modules/md2 (Makefile.am): Likewise.
40145         * modules/md4 (Makefile.am): Likewise.
40146         * modules/md5 (Makefile.am): Likewise.
40147         * modules/memcasecmp (Makefile.am): Likewise.
40148         * modules/memchr (Makefile.am): Likewise.
40149         * modules/memcmp (Makefile.am): Likewise.
40150         * modules/memcoll (Makefile.am): Likewise.
40151         * modules/memcpy (Makefile.am): Likewise.
40152         * modules/memmem (Makefile.am): Likewise.
40153         * modules/memmove (Makefile.am): Likewise.
40154         * modules/mempcpy (Makefile.am): Likewise.
40155         * modules/memrchr (Makefile.am): Likewise.
40156         * modules/memset (Makefile.am): Likewise.
40157         * modules/memxor (Makefile.am): Likewise.
40158         * modules/mkancesdirs (Makefile.am): Likewise.
40159         * modules/mkdir-p (Makefile.am): Likewise.
40160         * modules/mkdir (Makefile.am): Likewise.
40161         * modules/mkdtemp (Makefile.am): Likewise.
40162         * modules/mkstemp (Makefile.am): Likewise.
40163         * modules/mktime (Makefile.am): Likewise.
40164         * modules/modechange (Makefile.am): Likewise.
40165         * modules/mountlist (Makefile.am): Likewise.
40166         * modules/nanosleep (Makefile.am): Likewise.
40167         * modules/obstack (Makefile.am): Likewise.
40168         * modules/openat (Makefile.am): Likewise.
40169         * modules/pagealign_alloc (Makefile.am): Likewise.
40170         * modules/pathmax (Makefile.am): Likewise.
40171         * modules/physmem (Makefile.am): Likewise.
40172         * modules/poll (Makefile.am): Likewise.
40173         * modules/posixtm (Makefile.am): Likewise.
40174         * modules/posixver (Makefile.am): Likewise.
40175         * modules/putenv (Makefile.am): Likewise.
40176         * modules/quote (Makefile.am): Likewise.
40177         * modules/quotearg (Makefile.am): Likewise.
40178         * modules/raise (Makefile.am): Likewise.
40179         * modules/read-file (Makefile.am): Likewise.
40180         * modules/readline (Makefile.am): Likewise.
40181         * modules/readlink (Makefile.am): Likewise.
40182         * modules/readtokens (Makefile.am): Likewise.
40183         * modules/readutmp (Makefile.am): Likewise.
40184         * modules/realloc (Makefile.am): Likewise.
40185         * modules/regex (Makefile.am): Likewise.
40186         * modules/rename-dest-slash (Makefile.am): Likewise.
40187         * modules/rename (Makefile.am): Likewise.
40188         * modules/rijndael (Makefile.am): Likewise.
40189         * modules/rmdir (Makefile.am): Likewise.
40190         * modules/rpmatch (Makefile.am): Likewise.
40191         * modules/safe-read (Makefile.am): Likewise.
40192         * modules/safe-write (Makefile.am): Likewise.
40193         * modules/same-inode (Makefile.am): Likewise.
40194         * modules/same (Makefile.am): Likewise.
40195         * modules/save-cwd (Makefile.am): Likewise.
40196         * modules/savedir (Makefile.am): Likewise.
40197         * modules/setenv (Makefile.am): Likewise.
40198         * modules/settime (Makefile.am): Likewise.
40199         * modules/sha1 (Makefile.am): Likewise.
40200         * modules/sig2str (Makefile.am): Likewise.
40201         * modules/snprintf (Makefile.am): Likewise.
40202         * modules/stat-macros (Makefile.am): Likewise.
40203         * modules/stat-time (Makefile.am): Likewise.
40204         * modules/stdbool (Makefile.am): Likewise.
40205         * modules/stdint (Makefile.am): Likewise.
40206         * modules/stdlib-safer (Makefile.am): Likewise.
40207         * modules/stpcpy (Makefile.am): Likewise.
40208         * modules/stpncpy (Makefile.am): Likewise.
40209         * modules/strcase (Makefile.am): Likewise.
40210         * modules/strcasestr (Makefile.am): Likewise.
40211         * modules/strchrnul (Makefile.am): Likewise.
40212         * modules/strcspn (Makefile.am): Likewise.
40213         * modules/strdup (Makefile.am): Likewise.
40214         * modules/strerror (Makefile.am): Likewise.
40215         * modules/strftime (Makefile.am): Likewise.
40216         * modules/strndup (Makefile.am): Likewise.
40217         * modules/strnlen (Makefile.am): Likewise.
40218         * modules/strpbrk (Makefile.am): Likewise.
40219         * modules/strsep (Makefile.am): Likewise.
40220         * modules/strstr (Makefile.am): Likewise.
40221         * modules/strtod (Makefile.am): Likewise.
40222         * modules/strtoimax (Makefile.am): Likewise.
40223         * modules/strtok_r (Makefile.am): Likewise.
40224         * modules/strtol (Makefile.am): Likewise.
40225         * modules/strtoll (Makefile.am): Likewise.
40226         * modules/strtoul (Makefile.am): Likewise.
40227         * modules/strtoull (Makefile.am): Likewise.
40228         * modules/strtoumax (Makefile.am): Likewise.
40229         * modules/strverscmp (Makefile.am): Likewise.
40230         * modules/sys_socket (Makefile.am): Likewise.
40231         * modules/sys_stat (Makefile.am): Likewise.
40232         * modules/sysexits (Makefile.am): Likewise.
40233         * modules/time_r (Makefile.am): Likewise.
40234         * modules/timegm (Makefile.am): Likewise.
40235         * modules/timespec (Makefile.am): Likewise.
40236         * modules/tmpfile-safer (Makefile.am): Likewise.
40237         * modules/trim (Makefile.am): Likewise.
40238         * modules/unistd-safer (Makefile.am): Likewise.
40239         * modules/unlinkdir (Makefile.am): Likewise.
40240         * modules/unlocked-io (Makefile.am): Likewise.
40241         * modules/userspec (Makefile.am): Likewise.
40242         * modules/utime (Makefile.am): Likewise.
40243         * modules/utimecmp (Makefile.am): Likewise.
40244         * modules/utimens (Makefile.am): Likewise.
40245         * modules/vasnprintf (Makefile.am): Likewise.
40246         * modules/vasprintf (Makefile.am): Likewise.
40247         * modules/vsnprintf (Makefile.am): Likewise.
40248         * modules/xalloc (Makefile.am): Likewise.
40249         * modules/xgetcwd (Makefile.am): Likewise.
40250         * modules/xnanosleep (Makefile.am): Likewise.
40251         * modules/xreadlink (Makefile.am): Likewise.
40252         * modules/xstrtod (Makefile.am): Likewise.
40253         * modules/xstrtol (Makefile.am): Likewise.
40254         * modules/xstrtold (Makefile.am): Likewise.
40255         * modules/yesno (Makefile.am): Likewise.
40256         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
40257
40258 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40259
40260         * modules/error (Makefile.am): Distribute files through
40261         EXTRA_DIST, not lib_SOURCES.
40262
40263 2006-10-12  Eric Blake  <ebb9@byu.net>
40264
40265         * modules/error (Makefile.am): Distribute files in /lib.
40266         * modules/obstack (Makefile.am): Likewise.
40267
40268 2006-10-12  Bruno Haible  <bruno@clisp.org>
40269
40270         * modules/acl (Makefile.am): Distribute all files in lib/ through
40271         EXTRA_DIST.
40272         * modules/arcfour (Makefile.am): Likewise.
40273         * modules/arctwo (Makefile.am): Likewise.
40274         * modules/argmatch (Makefile.am): Likewise.
40275         * modules/argz (Makefile.am): Likewise.
40276         * modules/atexit (Makefile.am): Likewise.
40277         * modules/backupfile (Makefile.am): Likewise.
40278         * modules/c-strtod (Makefile.am): Likewise.
40279         * modules/c-strtold (Makefile.am): Likewise.
40280         * modules/calloc (Makefile.am): Likewise.
40281         * modules/canon-host (Makefile.am): Likewise.
40282         * modules/canonicalize (Makefile.am): Likewise.
40283         * modules/chdir-long (Makefile.am): Likewise.
40284         * modules/chdir-safer (Makefile.am): Likewise.
40285         * modules/check-version (Makefile.am): Likewise.
40286         * modules/chown (Makefile.am): Likewise.
40287         * modules/cloexec (Makefile.am): Likewise.
40288         * modules/close-stream (Makefile.am): Likewise.
40289         * modules/closeout (Makefile.am): Likewise.
40290         * modules/crc (Makefile.am): Likewise.
40291         * modules/cycle-check (Makefile.am): Likewise.
40292         * modules/des (Makefile.am): Likewise.
40293         * modules/dirfd (Makefile.am): Likewise.
40294         * modules/dirname (Makefile.am): Likewise.
40295         * modules/dup2 (Makefile.am): Likewise.
40296         * modules/euidaccess (Makefile.am): Likewise.
40297         * modules/exclude (Makefile.am): Likewise.
40298         * modules/exitfail (Makefile.am): Likewise.
40299         * modules/fcntl-safer (Makefile.am): Likewise.
40300         * modules/file-type (Makefile.am): Likewise.
40301         * modules/fileblocks (Makefile.am): Likewise.
40302         * modules/filemode (Makefile.am): Likewise.
40303         * modules/filenamecat (Makefile.am): Likewise.
40304         * modules/fnmatch (Makefile.am): Likewise.
40305         * modules/fopen-safer (Makefile.am): Likewise.
40306         * modules/fpending (Makefile.am): Likewise.
40307         * modules/fprintftime (Makefile.am): Likewise.
40308         * modules/free (Makefile.am): Likewise.
40309         * modules/fsusage (Makefile.am): Likewise.
40310         * modules/ftruncate (Makefile.am): Likewise.
40311         * modules/fts (Makefile.am): Likewise.
40312         * modules/gc (Makefile.am): Likewise.
40313         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
40314         * modules/getaddrinfo (Makefile.am): Likewise.
40315         * modules/getcwd (Makefile.am): Likewise.
40316         * modules/getdelim (Makefile.am): Likewise.
40317         * modules/getdomainname (Makefile.am): Likewise.
40318         * modules/getgroups (Makefile.am): Likewise.
40319         * modules/gethostname (Makefile.am): Likewise.
40320         * modules/gethrxtime (Makefile.am): Likewise.
40321         * modules/getline (Makefile.am): Likewise.
40322         * modules/getloadavg (Makefile.am): Likewise.
40323         * modules/getlogin_r (Makefile.am): Likewise.
40324         * modules/getopt (Makefile.am): Likewise.
40325         * modules/getpass (Makefile.am): Likewise.
40326         * modules/getpass-gnu (Makefile.am): Likewise.
40327         * modules/getsubopt (Makefile.am): Likewise.
40328         * modules/gettime (Makefile.am): Likewise.
40329         * modules/gettimeofday (Makefile.am): Likewise.
40330         * modules/getugroups (Makefile.am): Likewise.
40331         * modules/getusershell (Makefile.am): Likewise.
40332         * modules/glob (Makefile.am): Likewise.
40333         * modules/group-member (Makefile.am): Likewise.
40334         * modules/hard-locale (Makefile.am): Likewise.
40335         * modules/hash (Makefile.am): Likewise.
40336         * modules/hmac-md5 (Makefile.am): Likewise.
40337         * modules/hmac-sha1 (Makefile.am): Likewise.
40338         * modules/human (Makefile.am): Likewise.
40339         * modules/idcache (Makefile.am): Likewise.
40340         * modules/imaxabs (Makefile.am): Likewise.
40341         * modules/imaxdiv (Makefile.am): Likewise.
40342         * modules/inet_ntop (Makefile.am): Likewise.
40343         * modules/inet_pton (Makefile.am): Likewise.
40344         * modules/inttostr (Makefile.am): Likewise.
40345         * modules/isapipe (Makefile.am): Likewise.
40346         * modules/lchown (Makefile.am): Likewise.
40347         * modules/long-options (Makefile.am): Likewise.
40348         * modules/lstat (Makefile.am): Likewise.
40349         * modules/malloc (Makefile.am): Likewise.
40350         * modules/mathl (Makefile.am): Likewise.
40351         * modules/mbchar (Makefile.am): Likewise.
40352         * modules/md2 (Makefile.am): Likewise.
40353         * modules/md4 (Makefile.am): Likewise.
40354         * modules/md5 (Makefile.am): Likewise.
40355         * modules/memcasecmp (Makefile.am): Likewise.
40356         * modules/memchr (Makefile.am): Likewise.
40357         * modules/memcmp (Makefile.am): Likewise.
40358         * modules/memcoll (Makefile.am): Likewise.
40359         * modules/memcpy (Makefile.am): Likewise.
40360         * modules/memmem (Makefile.am): Likewise.
40361         * modules/memmove (Makefile.am): Likewise.
40362         * modules/mempcpy (Makefile.am): Likewise.
40363         * modules/memrchr (Makefile.am): Likewise.
40364         * modules/memset (Makefile.am): Likewise.
40365         * modules/memxor (Makefile.am): Likewise.
40366         * modules/mkancesdirs (Makefile.am): Likewise.
40367         * modules/mkdir (Makefile.am): Likewise.
40368         * modules/mkdir-p (Makefile.am): Likewise.
40369         * modules/mkdtemp (Makefile.am): Likewise.
40370         * modules/mkstemp (Makefile.am): Likewise.
40371         * modules/mktime (Makefile.am): Likewise.
40372         * modules/modechange (Makefile.am): Likewise.
40373         * modules/mountlist (Makefile.am): Likewise.
40374         * modules/nanosleep (Makefile.am): Likewise.
40375         * modules/openat (Makefile.am): Likewise.
40376         * modules/pagealign_alloc (Makefile.am): Likewise.
40377         * modules/physmem (Makefile.am): Likewise.
40378         * modules/poll (Makefile.am): Likewise.
40379         * modules/posixtm (Makefile.am): Likewise.
40380         * modules/posixver (Makefile.am): Likewise.
40381         * modules/putenv (Makefile.am): Likewise.
40382         * modules/quote (Makefile.am): Likewise.
40383         * modules/quotearg (Makefile.am): Likewise.
40384         * modules/raise (Makefile.am): Likewise.
40385         * modules/read-file (Makefile.am): Likewise.
40386         * modules/readline (Makefile.am): Likewise.
40387         * modules/readlink (Makefile.am): Likewise.
40388         * modules/readtokens (Makefile.am): Likewise.
40389         * modules/readutmp (Makefile.am): Likewise.
40390         * modules/realloc (Makefile.am): Likewise.
40391         * modules/regex (Makefile.am): Likewise.
40392         * modules/rename (Makefile.am): Likewise.
40393         * modules/rename-dest-slash (Makefile.am): Likewise.
40394         * modules/rijndael (Makefile.am): Likewise.
40395         * modules/rmdir (Makefile.am): Likewise.
40396         * modules/rpmatch (Makefile.am): Likewise.
40397         * modules/safe-read (Makefile.am): Likewise.
40398         * modules/safe-write (Makefile.am): Likewise.
40399         * modules/same (Makefile.am): Likewise.
40400         * modules/save-cwd (Makefile.am): Likewise.
40401         * modules/savedir (Makefile.am): Likewise.
40402         * modules/setenv (Makefile.am): Likewise.
40403         * modules/settime (Makefile.am): Likewise.
40404         * modules/sha1 (Makefile.am): Likewise.
40405         * modules/sig2str (Makefile.am): Likewise.
40406         * modules/snprintf (Makefile.am): Likewise.
40407         * modules/stdlib-safer (Makefile.am): Likewise.
40408         * modules/stpcpy (Makefile.am): Likewise.
40409         * modules/stpncpy (Makefile.am): Likewise.
40410         * modules/strcase (Makefile.am): Likewise.
40411         * modules/strcasestr (Makefile.am): Likewise.
40412         * modules/strchrnul (Makefile.am): Likewise.
40413         * modules/strcspn (Makefile.am): Likewise.
40414         * modules/strdup (Makefile.am): Likewise.
40415         * modules/strerror (Makefile.am): Likewise.
40416         * modules/strftime (Makefile.am): Likewise.
40417         * modules/strndup (Makefile.am): Likewise.
40418         * modules/strnlen (Makefile.am): Likewise.
40419         * modules/strpbrk (Makefile.am): Likewise.
40420         * modules/strsep (Makefile.am): Likewise.
40421         * modules/strstr (Makefile.am): Likewise.
40422         * modules/strtod (Makefile.am): Likewise.
40423         * modules/strtoimax (Makefile.am): Likewise.
40424         * modules/strtok_r (Makefile.am): Likewise.
40425         * modules/strtol (Makefile.am): Likewise.
40426         * modules/strtoll (Makefile.am): Likewise.
40427         * modules/strtoul (Makefile.am): Likewise.
40428         * modules/strtoull (Makefile.am): Likewise.
40429         * modules/strtoumax (Makefile.am): Likewise.
40430         * modules/strverscmp (Makefile.am): Likewise.
40431         * modules/time_r (Makefile.am): Likewise.
40432         * modules/timegm (Makefile.am): Likewise.
40433         * modules/tmpfile-safer (Makefile.am): Likewise.
40434         * modules/unistd-safer (Makefile.am): Likewise.
40435         * modules/unlinkdir (Makefile.am): Likewise.
40436         * modules/userspec (Makefile.am): Likewise.
40437         * modules/utime (Makefile.am): Likewise.
40438         * modules/utimecmp (Makefile.am): Likewise.
40439         * modules/utimens (Makefile.am): Likewise.
40440         * modules/vasnprintf (Makefile.am): Likewise.
40441         * modules/vasprintf (Makefile.am): Likewise.
40442         * modules/vsnprintf (Makefile.am): Likewise.
40443         * modules/xalloc (Makefile.am): Likewise.
40444         * modules/xgetcwd (Makefile.am): Likewise.
40445         * modules/xnanosleep (Makefile.am): Likewise.
40446         * modules/xreadlink (Makefile.am): Likewise.
40447         * modules/xstrtod (Makefile.am): Likewise.
40448         * modules/xstrtol (Makefile.am): Likewise.
40449         * modules/xstrtold (Makefile.am): Likewise.
40450         * modules/yesno (Makefile.am): Likewise.
40451
40452 2006-10-12  Jim Meyering  <jim@meyering.net>
40453
40454         * m4/getloadavg.m4: Revert the change below.
40455
40456         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
40457         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
40458         fail with a symlink, which is what coreutils' ./bootstrap now
40459         creates by default.
40460
40461 2006-10-12  Bruno Haible  <bruno@clisp.org>
40462
40463         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
40464         mingw.
40465         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
40466         MSVC and mingw explicitly.
40467
40468 2006-10-11  Simon Josefsson  <jas@extundo.com>
40469             Bruno Haible  <bruno@clisp.org>
40470
40471         Add support for multiple gnulib-tool invocations in the scope of a
40472         single configure.ac file.
40473         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
40474         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
40475         with the same contents as the _LIBADD variable.
40476         (func_emit_initmacro_start, func_emit_initmacro_end,
40477         func_emit_initmacro_done): New functions.
40478         (func_import, func_create_testdir): Invoke them. Allow the identifiers
40479         gl_LIBOBJS and gl_LTLIBOBJS.
40480
40481 2006-10-11  Bruno Haible  <bruno@clisp.org>
40482
40483         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
40484         (func_create_testdir): Don't create po/Makefile.am, don't invoke
40485         autoreconf. Instead, invoke autopoint explicitly but move back the
40486         *.m4 files from gnulib.
40487
40488 2006-10-11  Bruno Haible  <bruno@clisp.org>
40489
40490         * gnulib-tool (func_usage): Make module names after --create-testdir
40491         optional.
40492         (func_create_testdir): If no module was specified, use nearly all
40493         modules.
40494
40495 2006-10-12  Jim Meyering  <jim@meyering.net>
40496
40497         Big performance improvement for fts-based tools that use FTS_NOSTAT.
40498         Avoid spurious inode-mismatch problems on non-POSIX file systems.
40499         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
40500         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
40501         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
40502         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
40503         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
40504         (fts_set_stat_required): New function.
40505         (fts_open): Defer the calls to fts_stat, if possible or requested.
40506         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
40507         into fts_stat itself.
40508         (fts_read): Perform any required (deferred) fts_stat call.
40509         (fts_build): Likewise, for the directory we're about to open and read.
40510         In the readdir loop, carefully decide whether each entry will require
40511         an eventual call to fts_stat, using dirent.d_type info if available.
40512         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
40513         a command line argument into this function.  Update all callers.
40514         Map a return value of FTS_DOT to FTS_D for a command line argument.
40515         * modules/fts (Depends-on): Add d-type.  Alphabetize.
40516         Thanks to Miklos Szeredi for his tenacity and for the initial
40517         bug report about "find" failing on a FUSE-based file system.
40518
40519         * lib/fts.c (fts_open): Use consistent indentation.
40520
40521 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
40522
40523         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
40524         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
40525         reported by Jim Meyering.  All uses of cache variables renamed
40526         to match Autoconf's.
40527         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
40528         the other one.
40529
40530         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
40531         Fix misspelling in diagnostic.
40532
40533 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
40534
40535         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
40536         defined.  Problem reported by Matthew Woehlke.
40537
40538         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
40539         Add support for Tandem NonStop R series.
40540         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
40541         Use new macro.
40542
40543         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
40544         (has_trailing_slash): Omit size arg; all callers changed.
40545         Omit 'inline', since it doesn't help performance and we'd
40546         need to configure it.
40547         Don't count //, ///, etc. as having a trailing slash.
40548         As a side effect, this removes a C99ism reported by Matthew Woehlke.
40549         (rpl_rename_dest_slash): On failure, use rename's errno rather
40550         than (in some cases) an incorrect or junk errno.
40551         Simplify code by removing need to compute length; this does
40552         cause it to make two passes instead of one over the file name,
40553         but it's worth it.
40554
40555         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
40556         change, since Autoconf's version may no longer be appropriate now
40557         that we are using CVS Autoconf's version.  Add support for Tandem.
40558
40559 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
40560             Bruno Haible  <bruno@clisp.org>
40561
40562         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
40563         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
40564         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
40565         gl_AC_TYPE_LONG_LONG.
40566
40567         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
40568         instead of HAVE_LONG_LONG.
40569         * lib/printf-args.c (printf_fetchargs): Likewise.
40570         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
40571         * lib/vasnprintf.c (VASNPRINTF): Likewise.
40572         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
40573         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
40574         gl_AC_TYPE_LONG_LONG.
40575
40576 2006-10-11  Bruno Haible  <bruno@clisp.org>
40577
40578         * m4/longlong.m4: Add comments.
40579         * m4/ulonglong.m4: Likewise.
40580
40581 2006-10-10  Bruno Haible  <bruno@clisp.org>
40582
40583         Make it possible to #define stpcpy, strdup to aliases.
40584         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
40585         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
40586
40587 2006-10-10  Bruno Haible  <bruno@clisp.org>
40588
40589         Make it possible to #define gcd to an alias.
40590         * lib/gcd.c: Include config.h.
40591
40592 2006-10-10  Bruno Haible  <bruno@clisp.org>
40593
40594         Make it possible to #define c_isascii to an alias.
40595         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
40596         defined. Undefine the macros before defining them, to avoid gcc
40597         warnings.
40598         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
40599         define NO_C_CTYPE_MACROS early.
40600
40601 2006-10-10  Bruno Haible  <bruno@clisp.org>
40602
40603         Make it possible to #define set_program_name to an alias.
40604         * lib/progname.c: Don't undefine set_program_name; instead, undefine
40605         ENABLE_RELOCATABLE early.
40606
40607 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
40608
40609         Port to Tandem NSK OSS, which has 64-bit signed int but at most
40610         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
40611         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
40612         More generally, don't assume that 64-bit signed int is available
40613         if unsigned int is, and vice versa.
40614         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
40615         unsigned symbols, not on their signed counterparts.
40616         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
40617         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
40618         (UINT64_C, UINTMAX_C):
40619         Likewise.
40620         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
40621         unsigned counterparts.
40622         (Have_long_long, Unsigned): New macros.
40623         (Int): Renamed from INT.
40624         (strtoimax): Use the new macros.
40625         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
40626         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
40627         * modules/inttypes (inttypes.h): Substitute
40628         HAVE_UNSIGNED_LONG_LONG_INT.
40629         * modules/stdint (stdint.h): Likewise.
40630         (Files): Add m4/ulonglong.m4.
40631
40632 2006-10-10  Bruno Haible  <bruno@clisp.org>
40633
40634         Fix a gcc -Wshadow warning.
40635         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
40636         to 'bucket'.
40637         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
40638         gl_linked_indexof_from_to): Likewise.
40639         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
40640         Likewise.
40641         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
40642         Likewise.
40643         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
40644         Reported by Eric Blake.
40645
40646 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
40647
40648         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
40649         for NetBSD.  Problem reported by Bruno Haible.
40650
40651 2006-10-09  Jim Meyering  <jim@meyering.net>
40652
40653         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
40654         Patch from Bruno Haible.
40655
40656 2006-10-09  Jim Meyering  <jim@meyering.net>
40657
40658         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
40659         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
40660         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
40661
40662 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40663
40664         Don't include <config.h> twice; this doesn't work in some cases,
40665         e.g., when config.h has "#define intmax_t long long int" and
40666         we include <config.h>, <inttypes.h>, <config.h> in that order.
40667         Problem reported by Matthew Woehlke in:
40668         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
40669         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
40670         * lib/fts-cycle.c: Don't include config.h.
40671         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
40672         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
40673         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
40674         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
40675         inttypes.h.
40676         * lib/xstrtoumax.c: Likewise.
40677         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
40678         __strtol and the like, so that this module is more like its siblings.
40679         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
40680         Remove; no longer needed now that we assume gnulib inttypes.h.
40681
40682 2006-10-08  Bruno Haible  <bruno@clisp.org>
40683
40684         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
40685         option.
40686
40687 2006-10-07  Jim Meyering  <jim@meyering.net>
40688
40689         * modules/inttypes (inttypes.h): Revert what seems to have been
40690         an inadvertent part of today's change: use "|", not "/" in the
40691         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
40692
40693 2006-10-07  Bruno Haible  <bruno@clisp.org>
40694
40695         * modules/sublist: New file.
40696
40697 2006-10-07  Bruno Haible  <bruno@clisp.org>
40698
40699         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
40700         * modules/argz (argz.h): Likewise.
40701         * modules/arpa_inet (arpa/inet.h): Likewise.
40702         * modules/byteswap (byteswap.h): Likewise.
40703         * modules/configmake (configmake.h): Likewise.
40704         * modules/fcntl (fcntl.h): Likewise.
40705         * modules/fnmatch (fnmatch.h): Likewise.
40706         * modules/getopt (getopt.h): Likewise.
40707         * modules/glob (glob.h): Likewise.
40708         * modules/inttypes (inttypes.h): Likewise.
40709         * modules/netinet_in (netinet/in.h): Likewise.
40710         * modules/poll (poll.h): Likewise.
40711         * modules/stdbool (stdbool.h): Likewise.
40712         * modules/stdint (stdint.h): Likewise.
40713         * modules/sys_select (sys/select.h): Likewise.
40714         * modules/sys_socket (sys/socket.h): Likewise.
40715         * modules/sys_stat (sys/stat.h): Likewise.
40716         * modules/sysexits (sysexits.h): Likewise.
40717         * modules/unistd (unistd.h): Likewise.
40718         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
40719         Add a "DO NOT EDIT" comment to the generated file.
40720         (func_import): Likewise for gnulib-comp.m4.
40721
40722 2006-10-07  Bruno Haible  <bruno@clisp.org>
40723
40724         * lib/gl_sublist.h: New file.
40725         * lib/gl_sublist.c: New file.
40726
40727 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
40728
40729         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
40730         name (relative to the original working directory) and the file
40731         name component (relative to the temporary working directory).  All
40732         callers changed.
40733         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
40734         * lib/mkdir-p.c (make_dir_parents): Likewise.
40735         * lib/mkdir-p.h (make_dir_parents): Likewise.
40736
40737 2006-10-06  Eric Blake  <ebb9@byu.net>
40738
40739         Define several macros for use by the clean-temp module.
40740         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
40741         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
40742         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
40743
40744         * lib/clean-temp.h (close_stream_temp): New declaration.
40745         * lib/clean-temp.c (includes): Pull in headers according to what
40746         other modules are in use.
40747         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
40748
40749 2006-10-06  Bruno Haible  <bruno@clisp.org>
40750
40751         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
40752         instead of fopen, fwriteerror.
40753
40754 2006-10-06  Bruno Haible  <bruno@clisp.org>
40755
40756         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
40757         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
40758         int.
40759         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
40760         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
40761         Return an error indicator.
40762         Suggested by Eric Blake.
40763
40764 2006-10-06  Bruno Haible  <bruno@clisp.org>
40765
40766         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
40767         Reported by Eric Blake.
40768
40769 2006-10-06  Bruno Haible  <bruno@clisp.org>
40770
40771         * modules/closeout (Description): Mention stderr too.
40772
40773 2006-10-06  Bruno Haible  <bruno@clisp.org>
40774         and Paul Eggert  <eggert@cs.ucla.edu>
40775
40776         * lib/closeout.c (close_stdout): Also close stderr.
40777         * lib/closeout.h: Update comment.
40778
40779 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
40780
40781         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
40782         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
40783         * lib/dirchownmod.c: Include lchown.h.
40784         * lib/lchown.c: Don't include files that lchown.h now includes.
40785         Don't declare chown, since lchown.h now does that.
40786         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
40787         (lchown): Define to rpl_chown if lchown is declared but
40788         does not exist.  Declare using a prototype if lchown is not
40789         declared.  Add a copyright notice.
40790         * lib/mkstemp.h: Include <unistd.h>.
40791         * lib/openat.c: Include lchown.h.
40792
40793         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
40794         we now test for that separately.
40795         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
40796         rather than O_NOFOLLOW, when testing whether it's possible to
40797         avoid a race condition reliably.
40798         * lib/savewd.c (savewd_chdir): Likewise.
40799
40800         Remove macros that are no longer needed now that stdint.h is
40801         reliable.
40802         * lib/fsusage.c (UINTMAX_MAX): Remove.
40803         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
40804         * lib/utimecmp.c (SIZE_MAX): Remove.
40805
40806         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
40807
40808         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
40809         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
40810         O_NOATIME works.
40811
40812 2006-10-05  Bruno Haible  <bruno@clisp.org>
40813
40814         * lib/gl_list.h (gl_sortedlist_search_from_to,
40815         gl_sortedlist_indexof_from_to): New declarations.
40816         (gl_list_implementation): New fields sortedlist_search_from_to,
40817         sortedlist_indexof_from_to.
40818         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
40819         inline functions.
40820         * lib/gl_list.c (gl_sortedlist_search_from_to,
40821         gl_sortedlist_indexof_from_to): New functions.
40822         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
40823         function.
40824         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
40825         (gl_array_sortedlist_search_from_to): New function.
40826         (gl_array_list_implementation): Update.
40827         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
40828         function.
40829         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
40830         (gl_carray_sortedlist_search_from_to): New function.
40831         (gl_carray_list_implementation): Update.
40832         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
40833         gl_linked_sortedlist_indexof_from_to): New functions.
40834         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
40835         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
40836         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
40837         gl_tree_sortedlist_indexof_from_to): New functions.
40838         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
40839         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
40840         Update.
40841         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
40842         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
40843         Update.
40844
40845 2006-10-05  Bruno Haible  <bruno@clisp.org>
40846
40847         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
40848         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
40849         (struct gl_list_implementation): Add fields search_from_to,
40850         indexof_from_to. Remove fields search, indexof.
40851         (gl_list_search): Use the search_from_to method.
40852         (gl_list_search_from, gl_list_search_from_to): New functions.
40853         (gl_list_indexof): Use the indexof_from_to method.
40854         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
40855         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
40856         (gl_list_search_from, gl_list_search_from_to): New functions.
40857         (gl_list_indexof): Use the indexof_from_to method.
40858         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
40859         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
40860         gl_array_indexof. Add start_index, end_index arguments.
40861         (gl_array_search_from_to): Renamed from gl_array_search. Add
40862         start_index, end_index arguments.
40863         (gl_array_remove, gl_array_list_implementation): Update.
40864         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
40865         gl_carray_indexof. Add start_index, end_index arguments.
40866         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
40867         start_index, end_index arguments.
40868         (gl_carray_remove, gl_carray_list_implementation): Update.
40869         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
40870         gl_linked_search. Add start_index, end_index arguments.
40871         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
40872         start_index, end_index arguments.
40873         (gl_linked_remove): Update.
40874         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
40875         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
40876         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
40877         field to 'size_t'.
40878         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
40879         gl_tree_search. Add start_index, end_index arguments.
40880         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
40881         start_index, end_index arguments.
40882         (gl_tree_remove): Update.
40883         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
40884         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
40885         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
40886         function.
40887         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
40888         gl_tree_search. Add start_index, end_index arguments.
40889         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
40890         start_index, end_index arguments.
40891         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
40892         Update.
40893         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
40894
40895 2006-10-05  Bruno Haible  <bruno@clisp.org>
40896
40897         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
40898
40899         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
40900         fwriteerror_temp): New declarations.
40901         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
40902         (descriptors): New variable.
40903         (cleanup): First, close the descriptors.
40904         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
40905         fclose_temp, fwriteerror_temp): New functions.
40906
40907 2006-10-04  Jim Meyering  <jim@meyering.net>
40908
40909         * lib/fts.c (fts_open): Tiny comment change.
40910
40911 2006-10-04  Bruno Haible  <bruno@clisp.org>
40912
40913         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
40914         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
40915         gl_LOCK_BODY.
40916         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
40917         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
40918         gl_LOCK_EARLY_BODY.
40919         (gl_LOCK): Require gl_LOCK_BODY.
40920
40921 2006-10-04  Bruno Haible  <bruno@clisp.org>
40922
40923         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
40924         (gl_oset_search_atleast): New declaration.
40925         (struct gl_oset_implementation): Add field 'search_atleast'.
40926         (gl_oset_search_atleast): New inline function.
40927         * lib/gl_oset.c (gl_oset_search_atleast): New function.
40928         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
40929         (gl_array_oset_implementation): Update.
40930         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
40931         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
40932         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
40933
40934 2006-10-04  Bruno Haible  <bruno@clisp.org>
40935
40936         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
40937
40938 2006-10-03  Bruno Haible  <bruno@clisp.org>
40939
40940         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
40941         from gl_avltreehash_list_implementation.
40942
40943 2006-10-03  Bruno Haible  <bruno@clisp.org>
40944
40945         * lib/gl_oset.c (gl_oset_add): Fix return type.
40946
40947 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
40948
40949         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
40950
40951 2006-10-02  Eric Blake  <ebb9@byu.net>
40952
40953         * modules/strnlen (Depends-on): Add extensions.
40954
40955 2006-10-02  Eric Blake  <ebb9@byu.net>
40956
40957         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
40958         definition in 2.60+.
40959
40960 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
40961
40962         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
40963         checks.
40964
40965 2006-10-02  Bruno Haible  <bruno@clisp.org>
40966
40967         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
40968         to the AUTOMAKE_OPTIONS.
40969         Reported by Jim Meyering.
40970
40971 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
40972
40973         Work around bug in Solaris 10 /proc file system:
40974         /proc/self/fd/NNN/.. isn't the parent directory of
40975         the directory whose file descriptor is NNN.  This needs to
40976         be worked around at run time, not compile time, since a
40977         program might be built on Solaris 8, where things work, and
40978         run on Solaris 10.
40979         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
40980         to use the following interface instead:
40981         (OPENAT_BUFFER_SIZE): New macro.
40982         (openat_proc_name): New function.
40983         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
40984         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
40985         Likewise.
40986         * lib/openat-proc.c: New file.
40987         * modules/openat (Files): Add lib/openat-proc.c.
40988         (Depends-on): Add same-inode, stdbool.
40989         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
40990
40991 2006-09-29  Bruno Haible  <bruno@clisp.org>
40992
40993         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
40994         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
40995         argument. Set stdout_closed before testing for ferror, not after.
40996         (fwriteerror, fwriteerror_no_ebadf): New functions.
40997
40998 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40999
41000         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
41001
41002 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
41003
41004         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
41005         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
41006
41007 2006-09-28  Jim Meyering  <jim@meyering.net>
41008
41009         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
41010         Include <unistd.h>.
41011
41012 2006-09-28  Bruno Haible  <bruno@clisp.org>
41013
41014         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
41015         * modules/linkedhash-list (Depends-on): Likewise.
41016         * modules/rbtreehash-list (Depends-on): Likewise.
41017
41018 2006-09-28  Bruno Haible  <bruno@clisp.org>
41019
41020         * lib/strndup.h: Simplify the redefinition of strndup.
41021         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
41022         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
41023
41024 2006-09-28  Bruno Haible  <bruno@clisp.org>
41025
41026         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
41027         * lib/gl_linkedhash_list.c: Likewise.
41028         * lib/gl_rbtreehash_list.c: Likewise.
41029
41030 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
41031
41032         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
41033         getaddrinfo.
41034
41035         * lib/__fpending.h: Don't include <stdio_ext.h> unless
41036         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
41037         it causes <stdio_ext.h> to cause a compile-time error.
41038         Problem reported by Nelson H. F. Beebe.
41039         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
41040         of HAVE_DECL___PENDING.
41041
41042         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
41043         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
41044         declaration.
41045
41046 2006-09-27  Jim Meyering  <jim@meyering.net>
41047
41048         This file could end up with a definition for a function
41049         named __strndup, rather than rpl_strndup on a system with
41050         incomplete weak_alias support.
41051         * lib/strndup.c (strndup): Rename from __strndup.
41052         Remove #defines that used to map __strndup to strndup.
41053         Don't use K&R prototypes.
41054         Remove LIBC-related code, since this file is not sync'd with glibc.
41055         * lib/strndup.h: Revamp, accordingly.
41056         * m4/strndup.m4: Modernize.
41057
41058 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
41059
41060         * modules/savewd (Depends-on): Add 'raise'.
41061         * lib/savewd.c: Include <signal.h>, for 'raise'.
41062
41063 2006-09-26  Jim Meyering  <jim@meyering.net>
41064
41065         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
41066         when we detect Darwin 8.7.0's acl_get_file bug.
41067         Rearrange to perform the new (below) run-test while $LIBS
41068         contains any acl-related library.  Set USE_ACL at the end.
41069         (gl_ACL_GET_FILE): New function.
41070
41071 2006-09-26  Eric Blake  <ebb9@byu.net>
41072
41073         * lib/verror.c: Include <config.h> unconditionally.
41074
41075 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
41076
41077         * modules/clock-time (Maintainer): Add self.
41078         * modules/getlogin_r (Depends-on): Add extensions.
41079
41080 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41081
41082         * modules/clock-time: New module.
41083         * modules/nanosleep (Depends-on): Add clock-time.
41084         * modules/gethrxtime (Depends-on): Likewise.
41085         * modules/gettime (Depends-on): Likewise.
41086         * modules/settime (Depends-on): Likewise.
41087
41088         * modules/fts-lgpl: Depend on openat.
41089         * modules/mkancesdirs: Depend on savewd.
41090         * modules/mkdir-p: Likewise.
41091
41092 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41093
41094         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
41095
41096         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
41097         `gl_have_arbitrary_file_name_length_limit' to
41098         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
41099         actually works between configure runs.
41100
41101 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41102             Bruno Haible  <bruno@clisp.org>
41103
41104         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
41105
41106 2006-09-25  Jim Meyering  <jim@meyering.net>
41107
41108         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
41109         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
41110
41111 2006-09-25  Eric Blake  <ebb9@byu.net>
41112
41113         * gnulib-tool (func_import, func_create_testdir): Fix typos in
41114         exec's in 2006-09-18 patch when shuffling fds.
41115
41116 2006-09-25  Bruno Haible  <bruno@clisp.org>
41117
41118         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
41119         Reported by Jim Meyering.
41120
41121 2006-09-24  Jim Meyering  <jim@meyering.net>
41122
41123         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
41124         compare a pointer against a literal "0".  That caused failures with
41125         at least HP-UX's hpcc.
41126
41127 2006-09-22  Simon Josefsson  <jas@extundo.com>
41128
41129         * modules/gc-sha1:
41130         * modules/gc-md4:
41131         * modules/gc-hmac-sha1:
41132         * modules/gc-hmac-md5:
41133         * modules/gc-des:
41134         * modules/gc-arcfour: Distribute more files.
41135
41136 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41137
41138         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
41139         (gl_linked_iterator_from_to): Initialize struct completely.
41140         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
41141         (gl_tree_iterator_from_to): Likewise
41142         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
41143         * lib/gl_array_list.c [lint] (gl_array_iterator)
41144         (gl_array_iterator_from_to): Likewise.
41145         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
41146         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
41147         (gl_carray_iterator_from_to): Likewise.
41148
41149         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
41150         * lib/md4.c (md4_process_block): Remove unused variable.
41151         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
41152         parentheses for clarity.
41153
41154 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41155
41156         * modules/bison-i18n (Depends-on): Add gettext.
41157
41158 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41159
41160         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
41161         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
41162         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
41163         also add missing comma that caused broken test.
41164         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
41165         stdlib.h, for `abort'.
41166         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
41167         variables.
41168         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
41169         include unistd.h if present, for `rmdir'.
41170         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
41171         variables.
41172         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
41173         in the process include standard headers for prototypes.
41174         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
41175         gets declared on GNU/Linux.
41176         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
41177         unistd.h, for `rmdir'.
41178         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
41179
41180         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
41181         always true.
41182         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
41183
41184         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
41185
41186 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41187
41188         * gnulib-tool (func_version): Create output all at once.  This
41189         may help avoid triggering unnecessary SIGPIPEs, and at any
41190         rate it doesn't hurt.
41191
41192 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41193             Bruno Haible  <bruno@clisp.org>
41194
41195         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
41196         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41197         * m4/signed.m4 (bh_C_SIGNED): Likewise.
41198
41199         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
41200         (gl_FUNC_VASPRINTF): Invoke it.
41201
41202 2006-09-22  Bruno Haible  <bruno@clisp.org>
41203
41204         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
41205         getloadavg.c as first argument.
41206
41207 2006-09-22  Bruno Haible  <bruno@clisp.org>
41208
41209         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
41210         at the beginning of the gl_INIT macro.
41211         * modules/getloadavg (configure.ac): Pass $gl_source_base to
41212         gl_GETLOADAVG.
41213
41214 2006-09-22  Bruno Haible  <bruno@clisp.org>
41215
41216         * gnulib-tool (func_create_megatestdir): Don't include the config-h
41217         module.
41218         Suggested by Ralf Wildenhues.
41219
41220 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
41221
41222         Import this patch from libc:
41223
41224         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
41225
41226         * lib/regex_internal.c (re_string_reconstruct): Handle
41227         offset < pstr->valid_raw_len && pstr->offsets_needed case.
41228         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
41229         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
41230         re_string_context_at.
41231
41232         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
41233         now requires it.
41234         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
41235         gl_REGEX now does it for us.
41236         (gl_REGEX): Add test taken from
41237         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
41238
41239         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
41240         Check that large offsets work.  Modernize Autoconf usages.
41241         Prefer "yes" to mean a good thing rather than a bad.
41242         Don't put "#define mkstemp" in config.h, as this might interfere
41243         with standard system headers that "#define mkstemp mkstemp64".
41244
41245         * modules/mkstemp (Depends-on): Add extensions, so that
41246         mkstemp is visible on some platforms.
41247         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
41248         (Include): Change to "mkstemp.h" from <stdlib.h>.
41249         (Files): Add mkstemp.h.
41250
41251         * lib/mkstemp.h: New file, since some standard headers
41252         #define mkstemp.
41253         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
41254         Include "mkstemp.h".
41255         Make the _LIBC code resemble glibc original more,
41256         e.g., use K&R style.
41257         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
41258         (mkstemp): Remove, since mkstemp.h does this for us.
41259         * lib/stdlib--.h: Include mkstemp.h.
41260
41261         Import this patch from libc:
41262
41263         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41264
41265         * lib/tempname.c (__gen_tempname): Change attempts_min
41266         into a macro.  Use preprocessor to decide how to initialize
41267         attempts [Coverity CID 67].
41268
41269 2006-09-20  Bruno Haible  <bruno@clisp.org>
41270
41271         * lib/mkdtemp.c: Import from libc.
41272         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
41273                 * sysdeps/posix/tempname.c (__gen_tempname): Change
41274                 attempts_min into a macro.  Use preprocessor to decide how to
41275                 initialize attempts [Coverity CID 67].
41276         2001-11-27  Paul Eggert  <eggert@twinsun.com>
41277                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
41278                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
41279
41280 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41281
41282         * gnulib-tool (func_exit): New function, to allow to pass the
41283         exit status portably through the trap.  Use everywhere.
41284         (--help, --version): Signal a write error.
41285         (trap): catch SIGPIPE, for write errors.
41286         Exit at the end of the trap, with the correct exit status.
41287
41288 2006-09-19  Karl Berry  <karl@gnu.org>
41289
41290         * doc/gnulib.texi: note about the license texinfo files.
41291
41292 2006-09-19  Eric Blake  <ebb9@byu.net>
41293
41294         * gnulib-tool: Avoid space-tab.
41295
41296 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41297
41298         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
41299         that prevented coreutils 6.1 from building.  Problem reported
41300         by Petter Reinholdtsen.
41301
41302 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
41303
41304         * gnulib-tool (avoidlist): Fix typo that broke options like
41305         --avoid=lock that are used by coreutils bootstrap.
41306
41307 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
41308
41309         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
41310         more systematically.
41311
41312 2006-09-18  Jim Meyering  <jim@meyering.net>
41313
41314         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
41315
41316 2006-09-18  Bruno Haible  <bruno@clisp.org>
41317
41318         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
41319
41320 2006-09-18  Bruno Haible  <bruno@clisp.org>
41321
41322         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
41323         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
41324         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
41325         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
41326         * m4/gettext.m4: Require autoconf >= 2.52.
41327         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
41328         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
41329         of gl_cv_header_inttypes_h.
41330
41331 2006-09-18  Bruno Haible  <bruno@clisp.org>
41332
41333         * lib/javaversion.c: Include configmake.h.
41334
41335 2006-09-18  Bruno Haible  <bruno@clisp.org>
41336
41337         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
41338         avoid that the while loops be executed in a subshell.
41339
41340 2006-09-18  Bruno Haible  <bruno@clisp.org>
41341
41342         * MODULES.html.sh (func_module): Break long lines.
41343         Suggested by Bruce Korb <bkorb@gnu.org>.
41344
41345 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41346
41347         Speed up by a factor of 1.12.
41348         * gnulib-tool (nl): New variable.
41349         (func_import): Rewrite include directive extraction to only read each
41350         directive once.
41351
41352 2006-09-17  Bruno Haible  <bruno@clisp.org>
41353
41354         * modules/javaversion (Makefile.am): Remove DEFS setting.
41355         (Depends-on): Add configmake, for PKGDATADIR definition.
41356
41357 2006-09-17  Bruno Haible  <bruno@clisp.org>
41358
41359         * gnulib-tool (func_create_testdir): Rewrite all files at once.
41360
41361 2006-09-17  Bruno Haible  <bruno@clisp.org>
41362
41363         * gnulib-tool (func_append): New function, stolen from libtool.m4.
41364         (func_modules_transitive_closure, func_modules_add_dummy,
41365         func_modules_to_filelist, func_import, func_create_testdir,
41366         func_create_megatestdir, ...): Use it wherever possible.
41367         Suggested by Ralf Wildenhues.
41368
41369 2006-09-16  Karl Berry  <karl@gnu.org>
41370
41371         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
41372         to avoid sectioning errors.
41373         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
41374         [ifinfo]: blank line after @center-ed titles.
41375         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
41376         Spell FSF address consistently with others.
41377         (These changes approved by rms.)
41378
41379 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41380
41381         Speed up by a factor of 1.61.
41382         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
41383         already checked module names again.
41384
41385 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41386
41387         Speed up by a factor of 1.13.
41388         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
41389         for new_files, and the input to func_add_or_update.
41390
41391 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41392
41393         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
41394         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
41395
41396 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41397
41398         * modules/mkancesdirs (Depends-on): Add fcntl.
41399         * modules/savewd: New file.
41400         * MODULES.html.sh (File system functions): Add savewd.
41401
41402         * modules/configmake (Makefile.am): Add support for the
41403         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
41404
41405 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41406
41407         * m4/savewd.m4: New file.
41408
41409 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
41410
41411         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
41412         (dirchownmod): New arg FD.  All callers changed.
41413         Use FD rather than opening the directory ourself, as opening is
41414         now the caller's responsibility.
41415         * lib/dirchownmod.h: Likewise.
41416         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
41417         hosts that require <sys/types.h> before <sys/stat.h>.  Include
41418         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
41419         (test_dir): Remove.
41420         (mkancesdirs): Return length of prefix of FILE that has already
41421         been made, or -2 if there is a child doing the work.  Redo
41422         algorithm so that it is O(N) rather than O(N**2).  Optimize away
41423         ".", and treat ".." specially since it might stray back into
41424         already-created areas.  Use a subprocess if necessary.  New arg
41425         WD; all users changed.  MAKE_DIR function should now return 1
41426         if it creates a directory that is not readable.  Return -2 if
41427         a child process is spun off.
41428         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
41429         Adjust signature to match code.
41430         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
41431         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
41432         all users changed.
41433         * lib/savewd.c, lib/savewd.h: New files.
41434
41435 2006-09-15  Jim Meyering  <jim@meyering.net>
41436
41437         * modules/rename-dest-slash: New module.
41438         * MODULES.html.sh (posix_compat): Add it here.
41439
41440         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
41441
41442 2006-09-15  Jim Meyering  <jim@meyering.net>
41443
41444         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
41445         file.
41446
41447         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
41448
41449 2006-09-15  Jim Meyering  <jim@meyering.net>
41450
41451         * lib/rename-dest-slash.c (has_trailing_slash): Use
41452         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
41453         (rpl_rename_dest_slash): Perform the cheaper trailing slash
41454         test before testing whether SRC is a directory.
41455         Suggestions from Bruno Haible.
41456
41457         Avoid a warning about an unused variable.
41458         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
41459         into the #ifdef block where it's used.
41460
41461         * lib/rename-dest-slash.c: New file.
41462
41463 2006-09-14  Bruno Haible  <bruno@clisp.org>
41464
41465         * lib/allocsa.c: Include <config.h> unconditionally.
41466         * lib/asnprintf.c: Likewise.
41467         * lib/asprintf.c: Likewise.
41468         * lib/c-strcasecmp.c: Likewise.
41469         * lib/c-strcasestr.c: Likewise.
41470         * lib/c-strncasecmp.c: Likewise.
41471         * lib/c-strstr.c: Likewise.
41472         * lib/classpath.c: Likewise.
41473         * lib/clean-temp.c: Likewise.
41474         * lib/concatpath.c: Likewise.
41475         * lib/copy-file.c: Likewise.
41476         * lib/csharpcomp.c: Likewise.
41477         * lib/csharpexec.c: Likewise.
41478         * lib/execute.c: Likewise.
41479         * lib/fatal-signal.c: Likewise.
41480         * lib/findprog.c: Likewise.
41481         * lib/fwriteerror.c: Likewise.
41482         * lib/gl_array_list.c: Likewise.
41483         * lib/gl_array_oset.c: Likewise.
41484         * lib/gl_avltree_list.c: Likewise.
41485         * lib/gl_avltree_oset.c: Likewise.
41486         * lib/gl_avltreehash_list.c: Likewise.
41487         * lib/gl_carray_list.c: Likewise.
41488         * lib/gl_linked_list.c: Likewise.
41489         * lib/gl_linkedhash_list.c: Likewise.
41490         * lib/gl_list.c: Likewise.
41491         * lib/gl_oset.c: Likewise.
41492         * lib/gl_rbtree_list.c: Likewise.
41493         * lib/gl_rbtree_oset.c: Likewise.
41494         * lib/gl_rbtreehash_list.c: Likewise.
41495         * lib/imaxabs.c: Likewise.
41496         * lib/imaxdiv.c: Likewise.
41497         * lib/javacomp.c: Likewise.
41498         * lib/javaexec.c: Likewise.
41499         * lib/javaversion.c: Likewise.
41500         * lib/linebreak.c: Likewise.
41501         * lib/localcharset.c: Likewise.
41502         * lib/lock.c: Likewise.
41503         * lib/mbchar.c: Likewise.
41504         * lib/mbswidth.c: Likewise.
41505         * lib/mkdtemp.c: Likewise.
41506         * lib/pipe.c: Likewise.
41507         * lib/printf-args.c: Likewise.
41508         * lib/printf-parse.c: Likewise.
41509         * lib/progname.c: Likewise.
41510         * lib/progreloc.c: Likewise.
41511         * lib/readlink.c: Likewise.
41512         * lib/sh-quote.c: Likewise.
41513         * lib/stpcpy.c: Likewise.
41514         * lib/stpncpy.c: Likewise.
41515         * lib/strcasecmp.c: Likewise.
41516         * lib/strcasestr.c: Likewise.
41517         * lib/strcspn.c: Likewise.
41518         * lib/striconv.c: Likewise.
41519         * lib/strncasecmp.c: Likewise.
41520         * lib/strnlen1.c: Likewise.
41521         * lib/strstr.c: Likewise.
41522         * lib/strtok_r.c: Likewise.
41523         * lib/tls.c: Likewise.
41524         * lib/tmpdir.c: Likewise.
41525         * lib/unicodeio.c: Likewise.
41526         * lib/unsetenv.c: Likewise.
41527         * lib/vasnprintf.c: Likewise.
41528         * lib/vasprintf.c: Likewise.
41529         * lib/wait-process.c: Likewise.
41530         * lib/xallocsa.c: Likewise.
41531         * lib/xsetenv.c: Likewise.
41532         * lib/xstriconv.c: Likewise.
41533
41534 2006-09-13  Simon Josefsson  <jas@extundo.com>
41535
41536         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
41537         that internally, suggested by Ralf Wildenhues
41538         <Ralf.Wildenhues@gmx.de>.
41539
41540 2006-09-13  Simon Josefsson  <jas@extundo.com>
41541
41542         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
41543         @LIBOBJS@.
41544         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
41545
41546 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41547
41548         * lib/_fpending.c: Include <config.h> unconditionally, since we no
41549         longer worry about uses that don't define HAVE_CONFIG_H.
41550         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
41551         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
41552         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
41553         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
41554         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
41555         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
41556         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
41557         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
41558         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
41559         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
41560         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
41561         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
41562         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
41563         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
41564         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
41565         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
41566         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
41567         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
41568         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
41569         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
41570         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
41571         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
41572         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
41573         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
41574         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
41575         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
41576         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
41577         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
41578         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
41579         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
41580         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
41581         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
41582         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
41583         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
41584         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
41585         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
41586         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
41587         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
41588         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
41589         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
41590         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
41591         Likewise.
41592
41593 2006-09-13  Eric Blake  <ebb9@byu.net>
41594
41595         * lib/getopt.c: Fix typo in last commit.
41596
41597 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
41598
41599         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
41600         dgettext.
41601
41602 2006-09-12  Jim Meyering  <jim@meyering.net>
41603
41604         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
41605         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
41606         Reported by Nelson H. F. Beebe.
41607
41608 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
41609
41610         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
41611         program_invocation_name and program_invocation_short_name are
41612         initialized.
41613         * lib/argp-namefrob.h: Move declarations of program_invocation_name
41614         and program_invocation_short_name to argp.h, so they are visible
41615         to user programs.
41616         * lib/argp.h: Likewise
41617
41618 2006-09-10  Bruno Haible  <bruno@clisp.org>
41619
41620         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
41621         m4/inttypes_h.m4, m4/uintmax_t.m4.
41622
41623 2006-09-10  Bruno Haible  <bruno@clisp.org>
41624
41625         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
41626         gl_AC_TYPE_UINTMAX_T.
41627
41628 2006-09-10  Bruno Haible  <bruno@clisp.org>
41629
41630         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
41631
41632 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
41633
41634         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
41635         convention.  Text proposed by Bruno Haible.
41636         (struct argp_option): Document the use of N_() wrappers.
41637
41638         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
41639         '\v', and translate the two parts separately, instead of feeding
41640         the whole string to gettext.  This allows to exclude
41641         '\v' from the strings visible to the translator by writing doc
41642         strings as N_("..") "\v" N_("..").
41643
41644 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
41645
41646         * config/srclist.txt: Undo latest change; the bug was fixed.
41647
41648 2006-09-09  Bruno Haible  <bruno@clisp.org>
41649
41650         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
41651         assignments if building a library without libtool.
41652         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
41653         in func_emit_lib_Makefile_am.
41654         (func_import): When building a static library libfoo.a, arrange to
41655         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
41656         (func_create_testdir): Likewise.
41657         * modules/gc (configure.ac, Makefile.am): If building statically,
41658         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
41659         * modules/iconvme (configure.ac, Makefile.am): Likewise.
41660         * modules/striconv (configure.ac, Makefile.am): Likewise.
41661         Based on a suggestion by Ralf Wildenhues.
41662
41663 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41664
41665         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41666         Check for unistd.h too, since Autoconf doesn't assume POSIX.
41667         Also:
41668
41669         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41670         Add year_2050_test to catch glibc bug 2821
41671         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
41672
41673         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41674         Prefer #ifdef to #if.
41675
41676         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
41677         Return from 'main' instead of calling 'exit'.
41678
41679 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41680
41681         * lib/mktime.c (guess_time_tm): Fix bug where mktime
41682         returned the maximum time_t value rather than (time_t) -1.
41683         Problem originally reported by William Bardwell
41684         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
41685
41686         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
41687         Moved to here ...
41688         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
41689         ... from here.
41690
41691 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
41692
41693         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
41694         2821 is fixed.
41695
41696 2006-09-08  Jim Meyering  <jim@meyering.net>
41697
41698         Don't make generated files read-only.  That would bother too many
41699         people.  However, do retain the ability to work when targets are
41700         read-only: remove the destination and temporary files before writing
41701         them (when generated via sed or echo), or by using the -f option for
41702         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
41703         * modules/alloca-opt, modules/argz, modules/arpa_inet:
41704         * modules/byteswap, modules/configmake, modules/fcntl:
41705         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
41706         * modules/localcharset, modules/netinet_in, modules/poll:
41707         * modules/stdbool, modules/stdint, modules/sys_select:
41708         * modules/sys_socket, modules/sys_stat, modules/sysexits:
41709
41710 2006-09-08  Jim Meyering  <jim@meyering.net>
41711
41712         Avoid new build failure on FreeBSD 6.0.
41713         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
41714         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
41715         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
41716
41717 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41718
41719         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
41720
41721 2006-09-07  Jim Meyering  <jim@meyering.net>
41722
41723         Fix global typo in last change: use chmod u-w, not chmod u-x.
41724         Spotted by Paul Eggert and Bruce Korb.
41725         * modules/alloca-opt, modules/argz, modules/arpa_inet:
41726         * modules/byteswap, modules/configmake, modules/fcntl:
41727         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
41728         * modules/localcharset, modules/netinet_in, modules/poll:
41729         * modules/stdbool, modules/stdint, modules/sys_select:
41730         * modules/sys_socket, modules/sys_stat, modules/sysexits:
41731
41732 2006-09-06  Jim Meyering  <jim@meyering.net>
41733
41734         Make generated files be read-only.
41735         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
41736         Ensure that each generated file is now read-only.
41737         * modules/argz: Likewise.
41738         * modules/arpa_inet: Likewise.
41739         * modules/byteswap: Likewise.
41740         * modules/configmake: Likewise.
41741         * modules/fcntl: Likewise.
41742         * modules/fnmatch: Likewise.
41743         * modules/getopt: Likewise.
41744         * modules/glob: Likewise.
41745         * modules/inttypes: Likewise.
41746         * modules/netinet_in: Likewise.
41747         * modules/poll: Likewise.
41748         * modules/stdbool: Likewise.
41749         * modules/stdint: Likewise.
41750         * modules/sys_select: Likewise.
41751         * modules/sys_socket: Likewise.
41752         * modules/sys_stat: Likewise.
41753         * modules/sysexits: Likewise.
41754         * modules/localcharset: Same as above, but continue using temporary
41755         file named "t-$@" (why different?) rather than the "$@-t" used
41756         everywhere else.
41757
41758         * modules/sysexits (Makefile.am): Replace literal occurrences
41759         of "sysexit.h" more readable, and more consistent, "$@".
41760
41761 2006-09-06  Bruno Haible  <bruno@clisp.org>
41762
41763         * modules/striconv: New file.
41764         * modules/xstriconv: New file.
41765         * MODULES.html.sh (Internationalization functions): Add striconv,
41766         xstriconv.
41767
41768 2006-09-06  Bruno Haible  <bruno@clisp.org>
41769
41770         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
41771         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
41772         not using libtool correctly.
41773
41774 2006-09-06  Bruno Haible  <bruno@clisp.org>
41775
41776         * lib/striconv.h: New file.
41777         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
41778         iconvstring.c.
41779         * lib/xstriconv.h: New file.
41780         * lib/xstriconv.c: New file.
41781
41782 2006-09-06  Bruno Haible  <bruno@clisp.org>
41783
41784         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41785         lib_..._LDFLAGS.
41786
41787 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41788
41789         * lib/argz_.h: Sync from Libtool.
41790
41791         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
41792                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41793
41794         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
41795
41796 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
41797
41798         * modules/trim: New file.
41799
41800 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
41801
41802         * lib/trim.h: New file.
41803         * lib/trim.c: New file.
41804
41805 2006-09-05  Bruno Haible  <bruno@clisp.org>
41806
41807         * MODULES.html.sh (String handling): Add trim.
41808
41809 2006-09-04  Karl Berry  <karl@gnu.org>
41810
41811         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
41812         until next release.
41813
41814 2006-09-03  Bruno Haible  <bruno@clisp.org>
41815
41816         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
41817         correctly.
41818
41819 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41820
41821         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
41822         not gl_GETLOADAVG.  Omit unneeded semicolons.
41823         Problems reported by Ralf Wildenhues in
41824         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
41825         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
41826         at the end, which is the usual gnulib style.
41827
41828         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
41829         of doing all the work ourselves.
41830         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
41831         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
41832
41833 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41834
41835         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
41836         Problem reported by Ralf Wildenhues in
41837         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
41838
41839         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
41840         HAVE_STRUCT_STATFS_F_FSTYPENAME.
41841
41842 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
41843
41844         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
41845         yesterday's patch by changing test -n to test -z.
41846
41847 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41848
41849         * modules/getloadavg (Files): Add m4/getloadavg.m4.
41850         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
41851         the former is now obsolescent.
41852
41853         * modules/chdir-long (Depends-on): Add fcntl.
41854
41855 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41856
41857         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
41858         obsolescent, and programs should use gnulib instead.
41859         * m4/getloadavg.m4: New file, with contents taken from Autoconf
41860         but with prefixes changed.
41861
41862 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
41863
41864         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
41865         or stdbool.h, because they might not exist while configuring.
41866
41867         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
41868         Don't include unistd.h or limits.h; not needed, since chdir-long.h
41869         does that for us.
41870         (O_DIRECTORY): Remove.
41871
41872 2006-08-31  Eric Blake  <ebb9@byu.net>
41873
41874         * gnulib-tool: Don't let emacs change spaces to TAB.
41875
41876 2006-08-31  Bruno Haible  <bruno@clisp.org>
41877
41878         * gnulib-tool: When calling func_import more than once, do it in a
41879         subshell.
41880         Reported by Eric Blake <ebb9@byu.net>.
41881
41882 2006-08-31  Bruno Haible  <bruno@clisp.org>
41883
41884         * gnulib-tool (nl): Remove variable.
41885         (sed_transform_lib_file): Use more robust test for config-h module.
41886         (func_import): Fix typo in 2006-08-25 patch.
41887
41888 2006-08-31  Bruno Haible  <bruno@clisp.org>
41889
41890         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
41891         specified, augment Makefile.am variables instead of assigning them.
41892
41893 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41894
41895         Work around a bug in both the Linux and SunOS 64-bit kernels:
41896         nanosleep mishandles sleeps for longer than 2**31 seconds.
41897         Problem reported by Frank v Waveren in
41898         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
41899         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
41900         Check for nanosleep bug.
41901         (LIB_NANOSLEEP): Append clock_gettime library if needed.
41902
41903 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41904
41905         Work around a bug in both the Linux and SunOS 64-bit kernels:
41906         nanosleep mishandles sleeps for longer than 2**31 seconds.
41907         Problem reported by Frank v Waveren in
41908         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
41909         * lib/nanosleep.c (BILLION): New constant.
41910         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
41911         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
41912         implementation.
41913
41914 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41915
41916         * modules/nanosleep (Depends-on): Add gettime.
41917
41918 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
41919         and Simon Josefsson  <jas@extundo.com>
41920         and Oskar Liljeblad  <oskar@osk.mine.nu>
41921
41922         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
41923         * gnulib-tool (func_import): New license type 'unmodifiable license
41924         text'.
41925         * modules/fdl: Use it.  Longer description.
41926         * module/gpl, module/lgpl: New files.
41927
41928 2006-08-30  Jim Meyering  <jim@meyering.net>
41929
41930         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
41931         shadowing the parameter.
41932
41933 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41934
41935         Sync from Libtool:
41936
41937         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41938
41939         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
41940         sharing with gnulib.  Report by Eric Blake.
41941
41942 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41943
41944         * modules/isapipe: New file.
41945         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
41946
41947 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41948
41949         * modules/configmake (Makefile.am): Add a comment, and omit
41950         the CONFIGMAKE_ prefix from generated macro names.  Suggested
41951         by Bruno Haible.
41952
41953 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41954
41955         * m4/isapipe.m4: New file.
41956
41957 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
41958
41959         * lib/isapipe.c, lib/isapipe.h: New files.
41960
41961 2006-08-29  Jim Meyering  <jim@meyering.net>
41962
41963         * modules/configmake (Makefile.am): Make configmake.h depend on
41964         Makefile.  Otherwise, a stale configmake.h could hang around.
41965
41966 2006-08-29  Eric Blake  <ebb9@byu.net>
41967
41968         * lib/error.c (error_at_line, print_errno_message): Match libc, after
41969         resolution of upstream bug 3044.
41970
41971 2006-08-29  Bruno Haible  <bruno@clisp.org>
41972
41973         * modules/localcharset (Depends-on): Add configmake.
41974         (Makefile.am): Remove setting of LIBDIR through DEFS.
41975
41976 2006-08-29  Bruno Haible  <bruno@clisp.org>
41977
41978         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
41979         defined.
41980
41981 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
41982
41983         * modules/fcntl: New file.
41984         * modules/chdir-safer (Depends-on): Add fcntl.
41985         * modules/fts: Likewise.
41986         * modules/mkdir-p: Likewise.
41987
41988         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
41989         This undoes the most recent change, since we're now addressing the
41990         problem in a different way.
41991
41992         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
41993         into output, since the output might be called Makefile.am even
41994         if $makefile_name is something different.
41995         (func_import): Use $makefile_am rather than
41996         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
41997         empty.
41998
41999         * modules/inttypes (Files): Add m4/inttypes-h.m4.
42000
42001 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42002
42003         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
42004         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
42005         recent change to stdint.m4, since we're now addressing the problem in a
42006         different way.
42007
42008 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42009
42010         * m4/fcntl_h.m4: New file.
42011
42012 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
42013
42014         * lib/fcntl_.h: New file.
42015         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
42016         the fcntl module.
42017         * lib/dirchownmod.c: Likewise.
42018         * lib/fts.c: Likewise.
42019
42020         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
42021         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
42022         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
42023         just before including <inttypes.h>, to avoid circular inclusion.
42024
42025 2006-08-28  Jim Meyering  <jim@meyering.net>
42026
42027         * doc/visibility.texi: Actually read and correct the grammar of the
42028         sentence affected by yesterday's change.
42029
42030 2006-08-28  Eric Blake  <ebb9@byu.net>
42031
42032         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
42033         needs wrapper.
42034
42035 2006-08-28  Eric Blake  <ebb9@byu.net>
42036
42037         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
42038
42039 2006-08-28  Eric Blake  <ebb9@byu.net>
42040
42041         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
42042
42043 2006-08-28  Bruno Haible  <bruno@clisp.org>
42044
42045         * modules/c-strstr: New file, from GNU gettext.
42046         * MODULES.html.sh (String handling): Add c-strstr.
42047
42048 2006-08-28  Bruno Haible  <bruno@clisp.org>
42049
42050         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
42051         macros.
42052         Reported by Eric Blake.
42053
42054 2006-08-28  Bruno Haible  <bruno@clisp.org>
42055
42056         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
42057         (VASNPRINTF): Return a string of length > INT_MAX without failing.
42058         * lib/vasprintf.c: Include errno.h, limits.h.
42059         (EOVERFLOW): New fallback definition.
42060         (vasprintf): Test here whether the string length is > INT_MAX.
42061         * lib/vsnprintf.c: Include errno.h, limits.h.
42062         (EOVERFLOW): New fallback definition.
42063         (vsnprintf): Fix bug when generated string was too long for the buffer.
42064         Test here whether the string length is > INT_MAX.
42065
42066 2006-08-28  Bruno Haible  <bruno@clisp.org>
42067
42068         * lib/inttypes_.h (SCNX*): Remove definitions.
42069         Reported by Eric Blake.
42070
42071 2006-08-28  Bruno Haible  <bruno@clisp.org>
42072
42073         * lib/c-strstr.h: New file, from GNU gettext.
42074         * lib/c-strstr.c: New file, from GNU gettext.
42075
42076 2006-08-28  Bruno Haible  <bruno@clisp.org>
42077
42078         * gnulib-tool: Reorder some statements.
42079
42080 2006-08-28  Bruno Haible  <bruno@clisp.org>
42081
42082         * gnulib-tool: New option --makefile-name.
42083         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
42084         $makefile_name.
42085         (func_import): Write $makefile_name to the cache file, and read it from
42086         there unless explicitly specified. Use $makefile_name as file name
42087         instead of Makefile.am. Adjust the recommendations accordingly.
42088
42089 2006-08-28  Bruno Haible  <bruno@clisp.org>
42090
42091         * gnulib-tool (func_verify_module): Check against misapplying patch.
42092
42093 2006-08-28  Bruno Haible  <bruno@clisp.org>
42094
42095         * gnulib-tool (func_relativize, func_relconcat): New functions.
42096         Give an error if --local-dir is given with --update.
42097         Remove trailing slashes from $local_gnulib_dir.
42098         (func_import): Store the relativized $local_gnulib_dir in
42099         gnulib-cache.m4, and read it from there if not specified explicitly.
42100
42101 2006-08-28  Bruno Haible  <bruno@clisp.org>
42102
42103         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
42104         is the current directory. Respect also $local_gnulib_dir.
42105
42106 2006-08-28  Bruno Haible  <bruno@clisp.org>
42107             Simon Josefsson  <jas@extundo.com>
42108
42109         BeOS portability.
42110         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
42111
42112 2006-08-27  Jim Meyering  <jim@meyering.net>
42113
42114         * doc/visibility.texi: Remove duplicate word: "pointer".
42115
42116 2006-08-26  Bruno Haible  <bruno@clisp.org>
42117
42118         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
42119         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
42120         (Makefile.am): Create inttypes.h from inttypes_.h.
42121         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
42122
42123         * modules/imaxabs: New file.
42124
42125         * modules/imaxdiv: New file.
42126
42127 2006-08-26  Bruno Haible  <bruno@clisp.org>
42128
42129         * m4/inttypes.m4: New file.
42130         * m4/_inttypes_h.m4: Remove file.
42131         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
42132         PRI_MACROS_BROKEN.
42133         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
42134
42135         * m4/imaxabs.m4: New file.
42136
42137         * m4/imaxdiv.m4: New file.
42138
42139 2006-08-26  Bruno Haible  <bruno@clisp.org>
42140
42141         * lib/inttypes_.h: New file.
42142         * lib/inttypes.h: Remove file.
42143         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
42144
42145         * lib/imaxabs.c: New file.
42146
42147         * lib/imaxdiv.c: New file.
42148
42149 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42150
42151         New config-h module, so that "make" output needn't be cluttered
42152         by -DHAVE_CONFIG_H.
42153         * MODULES.html.sh (Support for building libraries and executables):
42154         Add config-h.
42155         * modules/config-h: New file.
42156         * gnulib-tool (nl, sed_transform_lib_file): New vars.
42157         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
42158         the config-h module is used.
42159
42160         New configmake module, so that "make" output needn't be cluttered
42161         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
42162         * MODULES.html.sh (Support for building libraries and executables):
42163         Add configmake.
42164         * modules/configmake: New file.
42165
42166 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
42167
42168         * m4/config-h.m4: New file.
42169
42170 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42171
42172         * config/srclist.txt: Add elisp-comp.
42173
42174 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
42175
42176         * MODULES.html.sh (Support for building libraries and executables):
42177         Add elisp-comp.
42178         * build-aux/elisp-comp: New file.
42179         * modules/elisp-comp: New file.
42180
42181 2006-08-24  Bruno Haible  <bruno@clisp.org>
42182
42183         * gnulib-tool (func_create_testdir): Use non-default values of
42184         sourcebase and m4base.
42185
42186 2006-08-24  Bruno Haible  <bruno@clisp.org>
42187
42188         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
42189         HTML structure.
42190
42191 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
42192
42193         * modules/openat (Depends-on): Add lchown.
42194
42195 2006-08-23  Bruno Haible  <bruno@clisp.org>
42196
42197         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
42198         of gl_LOCK_EARLY instead of gl_LOCK.
42199
42200 2006-08-23  Bruno Haible  <bruno@clisp.org>
42201
42202         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
42203         on OSF/1 to no.
42204         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
42205
42206 2006-08-23  Bruno Haible  <bruno@clisp.org>
42207
42208         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
42209         as unusable.
42210
42211         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
42212         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
42213         (gl_LOCK): New macro.
42214
42215 2006-08-22  Simon Josefsson  <jas@extundo.com>
42216
42217         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
42218         to md5 module.
42219
42220 2006-08-22  Simon Josefsson  <jas@extundo.com>
42221
42222         * MODULES.html.sh: Add "Support for maintaining and release
42223         projects".
42224
42225         * build-aux/gnupload: New file, from coreutils.
42226
42227 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42228
42229         Avoid the need for AC_LIBSOURCES in m4 macros.
42230         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
42231         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
42232         * modules/check-version (EXTRA_DIST): Add check-version.h.
42233         * modules/crc (EXTRA_DIST): Add crc.h.
42234         * modules/des (EXTRA_DIST): Add des.h.
42235         * modules/gc (EXTRA_DIST): Add gc.h.
42236         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
42237         * modules/getline (EXTRA_DIST): Add getline.h.
42238         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
42239         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
42240         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
42241         * modules/md2 (EXTRA_DIST): Add md2.h.
42242         * modules/md4 (EXTRA_DIST): Add md4.h.
42243         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
42244         * modules/read-file (EXTRA_DIST): Add read-file.h.
42245         * modules/readline (EXTRA_DIST): Add readline.h.
42246         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
42247         rijndael-api-fst.h.
42248
42249 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42250
42251         * m4/rijndael.m4 (gl_ARCFOUR):
42252         * m4/arctwo.m4 (gl_ARCTWO):
42253         * m4/check-version.m4 (gl_CHECK_VERSION):
42254         * m4/crc.m4 (gl_CRC):
42255         * m4/des.m4 (gl_DES):
42256         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
42257         * m4/gc.m4 (gl_GC):
42258         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
42259         * m4/getline.m4 (gl_FUNC_GETLINE):
42260         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
42261         * m4/hmac-md5.m4 (gl_HMAC_MD5):
42262         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
42263         * m4/md2.m4 (gl_MD2):
42264         * m4/md4.m4 (gl_MD4):
42265         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
42266         * m4/read-file.m4 (gl_FUNC_READ_FILE):
42267         * m4/readline.m4 (gl_FUNC_READLINE):
42268         * m4/rijndael.m4 (gl_RIJNDAEL):
42269         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42270         to get the necessary .h files and whatnot.
42271
42272 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
42273
42274         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
42275         gnulib rather than the other way around.
42276         * config/srclistvars.sh (COREUTILS): Remove.
42277
42278 2006-08-22  Jim Meyering  <jim@meyering.net>
42279
42280         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
42281
42282         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
42283
42284 2006-08-22  Eric Blake  <ebb9@byu.net>
42285
42286         * modules/regexprops-generic: New file.
42287         * MODULES.html.sh (Support for building documentation): List it.
42288
42289 2006-08-22  Eric Blake  <ebb9@byu.net>
42290
42291         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
42292         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
42293         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
42294         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
42295
42296 2006-08-22  Bruno Haible  <bruno@clisp.org>
42297
42298         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
42299         and lib_LTLIBRARIES like the other lib_* variables.
42300
42301 2006-08-22  Bruno Haible  <bruno@clisp.org>
42302
42303         * build-aux/x-to-1.in: New file, from GNU gettext.
42304
42305 2006-08-22  Bruno Haible  <bruno@clisp.org>
42306
42307         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
42308         <utmpx.h> exists.
42309
42310 2006-08-22  Bruno Haible  <bruno@clisp.org>
42311
42312         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
42313         <utmpx.h> exists.
42314
42315 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42316
42317         BeOS portability.
42318         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
42319         exist.
42320         Problem reported by Bruno Haible.
42321
42322 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42323
42324         Avoid the need for AC_LIBSOURCES in m4 macros.
42325         * modules/acl (EXTRA_DIST): Add acl.h.
42326         * modules/argmatch (Files): Add m4/argmatch.m4.
42327         (configure.ac): Add gl_ARGMATCH.
42328         (EXTRA_DIST): Renamed from lib_SOURCES, for
42329         consistency with the other modules.  Remove argmatch.c.
42330         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
42331         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
42332         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
42333         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
42334         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
42335         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
42336         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
42337         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
42338         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
42339         * modules/closeout (EXTRA_DIST): Add closeout.h.
42340         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
42341         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
42342         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
42343         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
42344         dirname.h; remove basename.c and stripslash.c.
42345         * modules/exclude (EXTRA_DIST): Add exclude.h.
42346         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
42347         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
42348         * modules/file-type (EXTRA_DIST): Add file-type.h.
42349         * modules/filemode (EXTRA_DIST): Add filemode.h.
42350         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
42351         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42352         * modules/fpending (EXTRA_DIST): Add __fpending.h.
42353         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
42354         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
42355         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
42356         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
42357         * modules/getdate (EXTRA_DIST): Add getdate.c.
42358         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
42359         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
42360         * modules/getpass (EXTRA_DIST): Add getpass.h.
42361         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
42362         * modules/group-member (EXTRA_DIST): Add group-member.h.
42363         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
42364         * modules/hash (EXTRA_DIST): Add hash.h.
42365         * modules/human (EXTRA_DIST): Add human.h.
42366         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
42367         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
42368         * modules/lchown (EXTRA_DIST): Add lchown.h.
42369         * modules/long-options (EXTRA_DIST): Add long-options.h.
42370         * modules/lstat (EXTRA_DIST): Add lstat.h.
42371         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
42372         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
42373         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
42374         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
42375         * modules/memxor (EXTRA_DIST): Add memxor.h.
42376         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
42377         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
42378         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
42379         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
42380         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
42381         * modules/physmem (EXTRA_DIST): Add physmem.h.
42382         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
42383         * modules/posixver (EXTRA_DIST): Add posixver.h.
42384         * modules/quote (EXTRA_DIST): Add quote.h.
42385         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
42386         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
42387         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
42388         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
42389         regex_internal.h regexec.c.
42390         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
42391         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
42392         * modules/same (EXTRA_DIST): Add same.h.
42393         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
42394         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
42395         * modules/savedir (EXTRA_DIST): Add savedir.h.
42396         * modules/sha1 (EXTRA_DIST): Add sha1.h.
42397         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
42398         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
42399         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
42400         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
42401         * modules/strdup (EXTRA_DIST): Add strdup.h.
42402         * modules/strftime (EXTRA_DIST): Add strftime.h.
42403         * modules/strndup (EXTRA_DIST): Add strndup.h.
42404         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
42405         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
42406         * modules/time_r (EXTRA_DIST): Add time_r.h.
42407         * modules/timespec (EXTRA_DIST): Add timespec.h.
42408         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
42409         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
42410         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
42411         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
42412         * modules/userspec (EXTRA_DIST): Add userspec.h.
42413         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
42414         * modules/utimens (EXTRA_DIST): Add utimens.h.
42415         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
42416         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
42417         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
42418         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
42419         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
42420         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
42421         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
42422         * modules/yesno (EXTRA_DIST): Add yesno.h.
42423
42424 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
42425
42426         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
42427
42428         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
42429         * m4/dev-ino.m4, same-inode.m4: Remove.
42430
42431         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
42432         * m4/acl.m4 (AC_FUNC_ACL):
42433         * m4/backupfile.m4 (gl_BACKUPFILE):
42434         * m4/c-strtod.m4 (gl_C99_STRTOLD):
42435         * m4/canon-host.m4 (gl_CANON_HOST):
42436         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42437         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
42438         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
42439         * m4/cloexec.m4 (gl_CLOEXEC):
42440         * m4/close-stream.m4 (gl_CLOSE_STREAM):
42441         * m4/closeout.m4 (gl_CLOSEOUT):
42442         * m4/dirfd.m4 (gl_FUNC_DIRFD):
42443         * m4/dirname.m4 (gl_DIRNAME):
42444         * m4/exclude.m4 (gl_EXCLUDE):
42445         * m4/exitfail.m4 (gl_EXITFAIL):
42446         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
42447         * m4/file-type.m4 (gl_FILE_TYPE):
42448         * m4/filemode.m4 (gl_FILEMODE):
42449         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
42450         * m4/fpending.m4 (gl_FUNC_FPENDING):
42451         * m4/fprintftime.m4 (gl_FPRINTFTIME):
42452         * m4/fts.m4 (gl_FUNC_FTS):
42453         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
42454         * m4/getdate.m4 (gl_GETDATE):
42455         * m4/gethrxtime.m4 (gl_GETHRXTIME):
42456         * m4/getpagesize.m4 (gl_GETPAGESIZE):
42457         * m4/getpass.m4 (gl_FUNC_GETPASS):
42458         * m4/gettime.m4 (gl_GETTIME):
42459         * m4/getugroups.m4 (gl_GETUGROUPS):
42460         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
42461         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
42462         * m4/hard-locale.m4 (gl_HARD_LOCALE):
42463         * m4/hash.m4 (gl_HASH):
42464         * m4/idcache.m4 (gl_IDCACHE):
42465         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
42466         * m4/lchown.m4 (gl_FUNC_LCHOWN):
42467         * m4/long-options.m4 (gl_LONG_OPTIONS):
42468         * m4/lstat.m4 (gl_FUNC_LSTAT):
42469         * m4/md5.m4 (gl_MD5):
42470         * m4/memcasecmp.m4 (gl_MEMCASECMP):
42471         * m4/memcoll.m4 (gl_MEMCOLL):
42472         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
42473         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
42474         * m4/memxor.m4 (gl_MEMXOR):
42475         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
42476         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
42477         * m4/modechange.m4 (gl_MODECHANGE):
42478         * m4/mountlist.m4 (gl_MOUNTLIST):
42479         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
42480         * m4/openat.m4 (gl_FUNC_OPENAT):
42481         * m4/pathmax.m4 (gl_PATHMAX):
42482         * m4/physmem.m4 (gl_PHYSMEM):
42483         * m4/posixtm.m4 (gl_POSIXTM):
42484         * m4/posixver.m4 (gl_POSIXVER):
42485         * m4/quote.m4 (gl_QUOTE):
42486         * m4/quotearg.m4 (gl_QUOTEARG):
42487         * m4/readtokens.m4 (gl_READTOKENS):
42488         * m4/readutmp.m4 (gl_READUTMP):
42489         * m4/regex.m4 (gl_REGEX):
42490         * m4/safe-read.m4 (gl_SAFE_READ):
42491         * m4/safe-write.m4 (gl_SAFE_WRITE):
42492         * m4/same.m4 (gl_SAME):
42493         * m4/save-cwd.m4 (gl_SAVE_CWD):
42494         * m4/savedir.m4 (gl_SAVEDIR):
42495         * m4/settime.m4 (gl_SETTIME):
42496         * m4/sha1.m4 (gl_SHA1):
42497         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
42498         * m4/stat-macros.m4 (gl_STAT_MACROS):
42499         * m4/stat-time.m4 (gl_STAT_TIME):
42500         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
42501         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
42502         * m4/strdup.m4 (gl_FUNC_STRDUP):
42503         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
42504         * m4/strndup.m4 (gl_FUNC_STRNDUP):
42505         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
42506         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
42507         * m4/time_r.m4 (gl_TIME_R):
42508         * m4/timespec.m4 (gl_TIMESPEC):
42509         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
42510         * m4/unlinkdir.m4 (gl_UNLINKDIR):
42511         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
42512         * m4/userspec.m4 (gl_USERSPEC):
42513         * m4/utimecmp.m4 (gl_UTIMECMP):
42514         * m4/utimens.m4 (gl_UTIMENS):
42515         * m4/xalloc.m4 (gl_XALLOC):
42516         * m4/xgetcwd.m4 (gl_XGETCWD):
42517         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
42518         * m4/xreadlink.m4 (gl_XREADLINK):
42519         * m4/xstrtod.m4 (gl_XSTRTOD):
42520         * m4/yesno.m4 (gl_YESNO):
42521         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
42522         to get the necessary .h files and whatnot.
42523
42524 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
42525             Bruno Haible  <bruno@clisp.org>
42526
42527         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
42528         /bin/sh understanding of '!' conditional negation.
42529
42530 2006-08-21  Jim Meyering  <jim@meyering.net>
42531
42532         * modules/openat (Depends-on): Really alphabetize.
42533
42534         * modules/acl (Depends-on): Add error and quote.
42535
42536         * check-module (find_included_lib_files): Add at-func.c to the
42537         ok-to-include-more-than-once white list.
42538
42539         * modules/openat (Depends-on): Add lstat.  Alphabetize.
42540
42541 2006-08-21  Bruno Haible  <bruno@clisp.org>
42542
42543         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42544         Emit a pkgdata_DATA variable only if some snippets add contents to it.
42545         Reported by Martin Lambers <marlam@marlam.de>.
42546
42547 2006-08-21  Bruno Haible  <bruno@clisp.org>
42548
42549         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
42550         specify an installation location, don't emit a noinst_LIBRARIES or
42551         noinst_LTLIBRARIES assignment.
42552
42553 2006-08-21  Bruno Haible  <bruno@clisp.org>
42554
42555         BeOS portability.
42556         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
42557         BeOS has mbrtowc() but no <wctype.h>.
42558
42559 2006-08-21  Bruno Haible  <bruno@clisp.org>
42560
42561         BeOS portability.
42562         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
42563         exist.
42564
42565 2006-08-21  Bruno Haible  <bruno@clisp.org>
42566
42567         BeOS portability.
42568         * lib/mbchar.h: Include <wctype.h> only if it exists.
42569
42570 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42571
42572         Remove files that are no longer needed by their respective modules.
42573         * m4/obstack.m4: Remove.
42574         * m4/strerror_r.m4: Remove.
42575         * m4/uint32_t.m4: Remove.
42576         * m4/uintptr_t.m4: Remove.
42577         * m4/ullong_max.m4: Remove.
42578         * m4/xstrtoimax.m4: Remove.
42579         * m4/xstrtoumax.m4: Remove.
42580
42581         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
42582         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
42583         dependencies now capture this.
42584
42585         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
42586         Do not use AC_LIBSOURCES, since gnulib modules now do this.
42587         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
42588         * m4/human.m4 (gl_HUMAN): Likewise.
42589         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
42590         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
42591
42592         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
42593
42594         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
42595         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
42596         stdint.
42597         * m4/human.m4 (gl_HUMAN): Likewise.
42598         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
42599         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
42600         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
42601         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
42602         * m4/xstrtol (gl_XSTRTOL): Likewise.
42603
42604         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
42605         AC_TYPE_LONG_LONG_INT.
42606         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
42607         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
42608         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
42609         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
42610
42611         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
42612         on stdbool.
42613
42614         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
42615         (gl_PREREQ_XSTRTOUL): Remove.
42616
42617         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
42618
42619         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
42620         mode.
42621
42622 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42623
42624         Add and change modules to make it easier for coreutils to use
42625         gnulib-tool.
42626         * modules/backupfile (Files): Remove m4/d-ino.m4.
42627         (Depends-on): Add d-ino.
42628         * modules/cycle-check (Depends-on): Add stdint.
42629         (lib_SOURCES): Add cycle-check.h.
42630         * modules/d-ino: New module.
42631         * modules/d-type: New module.
42632         * modules/error (Files): Remove m4/strerror_r.m4.
42633         * modules/filemode (Files): Add m4/st_dm_mode.m4.
42634         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
42635         m4/inttypes_h.m4, m4/uintmax_t.m4.
42636         (Depends-on): Add stdint.
42637         (lib_SOURCES): Add fsusage.h.
42638         * modules/getcwd (Files): Remove d-ino.m4.
42639         (Depends-on): Add d-ino.
42640         * modules/getndelim2 (Depends-on): Add stdint.
42641         * modules/glob (Files): Remove m4/d-type.m4.
42642         (Depends-on): Add d-type.
42643         * modules/host-os: New module.
42644         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
42645         m4/inttypes_h.m4, m4/uintmax_t.m4.
42646         * Depends-on: Add stdint.
42647         (lib_SOURCES): Add human.h.
42648         * modules/inttostr (Files): Remove m4/intmax_t.m4,
42649         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
42650         m4/uintmax_t.m4, m4/ulonglong.m4.
42651         (Depends-on): Add stdint.
42652         (EXTRA_DIST): Add inttostr.h.
42653         * modules/lchmod: New module.
42654         * modules/link-follow: New module.
42655         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
42656         (Depends-on): Add lchmod.
42657         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
42658         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
42659         (Depends-on): Add stdint.
42660         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
42661         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
42662         (Depends-on): Add stdint.
42663         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
42664         * modules/perl: New module.
42665         * modules/regex (Depends-on): Add stdint.
42666         * modules/rmdir-errno: New module.
42667         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
42668         m4/intmax_t.m4.
42669         (Depends-on): Add stdint.
42670         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
42671         m4/uintmax_t.m4.
42672         (Depends-on): Add stdint.
42673         * modules/unlink-busy: New module.
42674         * modules/utimecmp (Depends-on): Add stdint.
42675         * modules/uptime: New module.
42676         * modules/winsz-ioctl: New module.
42677         * modules/winsz-termios: New module.
42678         * modules/xnanosleep (Depends-on): Add nanosleep.
42679         * modules/ullong_max: Remove.
42680         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
42681         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
42682         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
42683         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
42684         (Depends-on): Add inttypes.
42685         (lib_SOURCES): Add xstrtol.h.
42686         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
42687         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
42688         * MODULES.html.sh: Move 'assert' into the assert section.
42689         Move 'dummy' into the linking section.
42690         Remove ullong_max.
42691         Add section for compatibility checks for POSIX:2001 functions,
42692         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
42693         winsz-ioctl, and winsz-termios into it.
42694         Add lchmod.
42695         Add top-level Misc section and put host-os, perl, and uptime
42696         into it.
42697
42698 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
42699
42700         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
42701         now assume the stdint module.  Do not include inttypes.h.
42702         * lib/fsusage.h: Likewise.
42703         * lib/getndelim2.c: Likewise.
42704         * lib/human.h: Likewise.
42705         * lib/inttostr.h: Likewise.
42706         * lib/obstack.c: Likewise.
42707         * lib/regex_internal.h: Likewise.
42708         * lib/tempname.c: Likewise.
42709         * lib/utimecmp.c: Likewise.
42710         * lib/xstrtol.h: Likewise.
42711
42712         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
42713
42714         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
42715         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
42716         * lib/xtime.h: Likewise.
42717
42718 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42719
42720         * modules/openat (Files): Add lib/fchmodat.c.
42721         Fixes problem reported by Jay Youngman.
42722
42723 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
42724
42725         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
42726         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
42727
42728 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
42729             Bruno Haible  <bruno@clisp.org>
42730
42731         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
42732         and is a script that invokes bison. Tighten the code. Add comments.
42733
42734 2006-08-18  Jim Meyering  <jim@meyering.net>
42735
42736         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
42737         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
42738         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
42739         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
42740
42741 2006-08-18  Bruno Haible  <bruno@clisp.org>
42742
42743         * modules/bison-i18n: New file.
42744         * MODULES.html.sh (Internationalization functions): Add it.
42745
42746 2006-08-18  Bruno Haible  <bruno@clisp.org>
42747
42748         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
42749         sys/statvfs.h. When getmntinfo was found, check its declaration and
42750         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
42751
42752 2006-08-18  Bruno Haible  <bruno@clisp.org>
42753
42754         * m4/bison-i18n.m4: New file, from bison.
42755
42756 2006-08-18  Bruno Haible  <bruno@clisp.org>
42757
42758         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
42759         (ME_DUMMY): Treat "kernfs" as a dummy.
42760         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
42761
42762 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42763
42764         Update from coreutils.
42765
42766         2006-08-15  Jim Meyering  <jim@meyering.net>
42767
42768         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
42769
42770         2006-01-17  Jim Meyering  <jim@meyering.net>
42771
42772         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
42773
42774         2006-01-11  Jim Meyering  <jim@meyering.net>
42775
42776         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
42777         Check for the lchmod function.
42778
42779 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
42780
42781         Update from coreutils.
42782
42783         * lib/__fpending.h: Add copyright notice.
42784         * lib/fprintftime.h: Likewise.
42785         * lib/savedir.c: Use (C) in copyright notice.
42786         * lib/savedir.h: Likewise.
42787
42788         2006-08-15  Jim Meyering  <jim@meyering.net>
42789
42790         * lib/at-func.c: New file, with the logic of all emulated at-functions.
42791         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
42792         in support of the EXPECTED_ERRNO macro.
42793         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
42794         definitions.  Instead, define the appropriate symbols and include
42795         "at-func.c".
42796         * lib/mkdirat.c (mkdirat): Likewise.
42797         * lib/fchmodat.c (fchmodat): Likewise.
42798         (ENOSYS): Remove definition.
42799         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
42800         it.  Don't include "unistd--.h" -- it wasn't ever used.
42801
42802         2006-01-17  Jim Meyering  <jim@meyering.net>
42803
42804         Rewrite fts.c not to change the current working directory,
42805         by using openat, fstatat, fdopendir, etc..
42806
42807         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
42808         (HAVE_OPENAT_SUPPORT): Define.
42809         [_LIBC] (fchdir): Don't undef or define; no longer used.
42810         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
42811         Now, this `function' always succeeds, and consumes its file descriptor
42812         parameter -- so callers must not close such FDs.  Update callers.
42813         (diropen_fd, opendirat, cwd_advance_fd): New functions.
42814         (diropen): Add parameter, SP.  Adjust all callers.
42815         Implement using diropen_fd, rather than open.
42816         (fts_open): Initialize new member, fts_cwd_fd.
42817         Remove fts_rft-setting code.
42818         (fts_close): Close fts_cwd_fd, if necessary.
42819         (__opendir2): Define in terms of opendir or opendirat,
42820         depending on whether the FST_NOCHDIR flag is set.
42821         (fts_build): Since fts_safe_changedir consumes its FD, and since
42822         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
42823         and close the dup'd file descriptor upon failure.
42824         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
42825         (fts_safe_changedir): Tweak semantics to reflect that this function
42826         now calls cwd_advance_fd and hence consumes its FD argument.
42827         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
42828         [struct FTS] (fts_rft): Remove now-unused member.
42829         [struct FTS] (fts_cycle.state): Improve comment.
42830
42831         * lib/openat.c (openat_needs_fchdir): New function.
42832         * lib/openat.h (openat_needs_fchdir): Declare it.
42833
42834 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
42835
42836         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
42837         Problem and fix reported by Pádraig Brady in
42838         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
42839
42840 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42841
42842         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
42843
42844 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42845
42846         * lib/memcoll.c (memcoll): Optimize for the common case where the
42847         arguments are bytewise equal.
42848
42849 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
42850
42851         * doc/regexprops-generic.texi: Add a copyright notice.
42852
42853 2006-08-15  Bruno Haible  <bruno@clisp.org>
42854
42855         * modules/tmpdir (License): Change to LGPL.
42856
42857 2006-08-15  Bruno Haible  <bruno@clisp.org>
42858
42859         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
42860         module.
42861
42862 2006-08-14  Simon Josefsson  <jas@extundo.com>
42863
42864         * config/srclist.txt: Add gnupload.
42865
42866 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42867
42868         Change copyright notice from LGPL 2 to GPL 2, since that's the
42869         standard form used in the gnulib repository.
42870         * tests/test-lock.c: Likewise.
42871         * tests/test-stdint.c: Likewise.
42872         * tests/test-tls.c: Likewise.
42873
42874         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
42875         prelude-manager.  User shorter URLs for GNU projects, without '?'.
42876         Add copyright notice.
42877
42878         * check-module: Add copyright notice.  Output a copyright
42879         notice if "--version" is specified.
42880         * modules/COPYING: New file.
42881         * tests/test-getaddrinfo.c: Add copyright notice.
42882         * tests/test-verify.c: Likewise.
42883
42884 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42885
42886         Change copyright notice from LGPL 2 to GPL 2, since that's the
42887         standard form used in the gnulib repository.
42888         * lib/lock.c: LGPL -> GPL.
42889         * lib/lock.h: Likewise.
42890         * lib/strnlen1.c: Likewise.
42891         * lib/strnlen1.h: Likewise.
42892         * lib/tls.c: Likewise.
42893         * lib/tls.h: Likewise.
42894         * lib/tmpdir.c: Likewise.
42895
42896         * lib/TODO: Remove; this belongs only in coreutils.
42897
42898 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42899
42900         Add copyright notices to long-enough files that lack them, since
42901         otherwise the files aren't clearly free.  Use the same notice that
42902         getdate.texi already uses.
42903         * doc/alloca-opt.texi: Add copyright notice.
42904         * doc/alloca.texi: Likewise.
42905         * doc/ctime.texi: Likewise.
42906         * doc/functions.texi: Likewise.
42907         * doc/gcd.texi: Likewise.
42908         * doc/gnulib-tool.texi: Likewise.
42909         * doc/inet_ntoa.texi: Likewise.
42910         * doc/visibility.texi: Likewise.
42911
42912         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
42913         * doc/quote.texi: Add copyright notice.
42914
42915         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
42916         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
42917         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
42918         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
42919         is now obsolete, and give a pointer to the Sun list.
42920         Add copyright notice.
42921
42922 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
42923
42924         * config/srclistvars.sh: Add copyright notice.
42925
42926 2006-08-14  Eric Blake  <ebb9@byu.net>
42927
42928         Import the following change from libc:
42929
42930         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
42931
42932         Upstream bug 2997.
42933         * lib/misc/error.c: Add space between program name and message if file
42934         name is missing.
42935
42936 2006-08-12  Karl Berry  <karl@gnu.org>
42937
42938         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
42939         remove, these originate in gnulib now.
42940
42941 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42942
42943         * doc/Makefile (standards.info standards.html standards.dvi):
42944         Also depend on make-stds.texi.
42945
42946 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
42947
42948         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
42949         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
42950
42951         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
42952         in wchar_t.  Problem reported by Eric Blake.
42953
42954         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
42955         LEN is smaller than SIZE.  Suggested by Bruno Haible.
42956         Also, help the compiler to keep LEN in a register.
42957
42958 2006-08-11  Eric Blake  <ebb9@byu.net>
42959
42960         * users.txt: Sort.  Add tar.
42961
42962 2006-08-11  Bruno Haible  <bruno@clisp.org>
42963
42964         * users.txt: New file.
42965
42966 2006-08-11  Bruno Haible  <bruno@clisp.org>
42967
42968         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
42969         before <wchar.h>. Needed for OSF/1 and BSD/OS.
42970
42971 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
42972
42973         * modules/snprintf (Depends-on): Remove minmax.
42974         (Maintainer): Add self and Bruno.
42975
42976 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
42977
42978         * lib/.cppi-disable: Add snprintf.h, socket_.h.
42979         * lib/snprintf.c: Include <errno.h> and <limits.h>.
42980         (EOVERFLOW): Define if the system does not.
42981         Do not include "minmax.h"; it wasn't used.
42982         (snprintf): Don't assume size_t promotes to an unsigned type.
42983         Fix bug when generated string was too long for the buffer: the
42984         buffer's contents are supposed to be the initial prefix of the
42985         output.  Don't assume vasnprintf returns EOVERFLOW if the size
42986         exceeds INT_MAX; do the check ourselves.
42987
42988         Import the following changes from libc:
42989
42990         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
42991
42992         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
42993         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
42994         set wc to the byte which couldn't be converted.
42995         (re_string_reconstruct): Don't clear valid_raw_len before calling
42996         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
42997         tip_context using re_string_context_at.
42998
42999         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
43000
43001         * lib/posix/regex.h: g++ still cannot handled [restrict].
43002
43003         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
43004
43005         * lib/posix/regex.h: Remove special handling for VMS.
43006
43007 2006-08-10  Jim Meyering  <jim@meyering.net>
43008
43009         * modules/same-inode: New module.
43010         * modules/dev-ino: New module.
43011         * modules/cycle-check: Depend on these modules, rather than simply
43012         including their .h files.
43013         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
43014         required via m4/cycle-check.m4.
43015         * modules/same: Depend on new same-inode module, rather than
43016         including same-inode.h.
43017         * modules/chdir-safer: New file.
43018
43019         * modules/chown (Depends-on): Add stat-macros.
43020
43021 2006-08-10  Jim Meyering  <jim@meyering.net>
43022
43023         * m4/cycle-check.m4: New file.
43024         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
43025         * m4/dev-ino.m4, m4/same-inode.m4: New files.
43026
43027 2006-08-10  Eric Blake  <ebb9@byu.net>
43028
43029         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
43030         in from original proposal.
43031
43032 2006-08-10  Eric Blake  <ebb9@byu.net>
43033         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43034
43035         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
43036         namespace.
43037
43038 2006-08-10  Bruno Haible  <bruno@clisp.org>
43039
43040         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
43041         as well.
43042
43043 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43044
43045         Sync from coreutils.
43046
43047         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
43048
43049         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
43050         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
43051
43052 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43053
43054         * modules/restrict: Remove; no longer needed now that we assume
43055         Autoconf 2.59 or later.
43056         * MODULES.html.sh: Remove 'restrict'.
43057         * modules/argp (Depends-on): Remove 'restrict'.
43058         * modules/base64 (Depends-on): Likewise.
43059         * modules/gc (Depends-on): Likewise.
43060         * modules/getaddrinfo (Depends-on): Likewise.
43061         * modules/glob (Depends-on): Likewise.
43062         * modules/inet_ntop (Depends-on): Likewise.
43063         * modules/inet_pton (Depends-on): Likewise.
43064         * modules/memxor (Depends-on): Likewise.
43065         * modules/regex (Depends-on): Likewise.
43066         * modules/strtok_r (Depends-on): Likewise.
43067         * modules/time_r (Depends-on): Likewise.
43068
43069 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
43070
43071         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
43072         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
43073         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
43074         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
43075         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
43076         * m4/memxor.m4 (gl_MEMXOR): Likewise.
43077         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
43078         gl_C_RESTRICT replaced by AC_C_RESTRICT.
43079
43080         Merge from coreutils.
43081         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
43082         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
43083         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
43084         * m4/time_r.m4 (gl_TIME_R): Likewise.
43085
43086 2006-08-09  Karl Berry  <karl@gnu.org>
43087
43088         * config/srclist.txt: no more gettext-tools, per Bruno.
43089
43090 2006-08-08  Eric Blake  <ebb9@byu.net>
43091
43092         * modules/verror: New module.
43093         * MODULES.html.sh: Document it.
43094
43095 2006-08-08  Eric Blake  <ebb9@byu.net>
43096
43097         * lib/verror.h, lib/verror.c: New files.
43098
43099 2006-08-08  Eric Blake  <ebb9@byu.net>
43100
43101         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
43102         verror_at_line output complies with GNU Coding Standards even when
43103         file is NULL.
43104
43105 2006-08-07  Bruno Haible  <bruno@clisp.org>
43106
43107         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
43108         versions of AIX.
43109         Reported by Ralf Wildenhues.
43110
43111 2006-08-07  Bruno Haible  <bruno@clisp.org>
43112
43113         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
43114         in an AC_DEFUN. Needed so that the autoconf snippets can use
43115         AC_REQUIRE.
43116
43117 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43118
43119         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43120         Initialize pkgdata_DATA.
43121         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
43122         overriding it.
43123
43124 2006-08-06  Eric Blake  <ebb9@byu.net>
43125
43126         * lib/error.h: Fold in some upstream changes from glibc.
43127         * lib/error.c: Likewise.
43128
43129 2006-08-04  Bruno Haible  <bruno@clisp.org>
43130
43131         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43132         Make the mostlyclean-local rule depend on mostlyclean-generic.
43133         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
43134
43135 2006-07-31  Bruno Haible  <bruno@clisp.org>
43136
43137         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
43138         <stdlib.h>, <string.h>.
43139
43140 2006-07-30  Bruno Haible  <bruno@clisp.org>
43141
43142         * modules/readlink (License): Change to LGPL.
43143
43144 2006-07-30  Bruno Haible  <bruno@clisp.org>
43145
43146         * modules/javaversion (Makefile.am): Distribute javaversion.java and
43147         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
43148         set PKGDATADIR to point to it.
43149
43150 2006-07-30  Bruno Haible  <bruno@clisp.org>
43151
43152         * modules/csharpexec (configure.ac): Comment out macro invocation.
43153         * modules/javaexec (configure.ac): Likewise.
43154         * modules/javacomp-script (configure.ac): Likewise.
43155
43156         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
43157
43158 2006-07-30  Bruno Haible  <bruno@clisp.org>
43159
43160         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
43161         linked-list.
43162
43163 2006-07-30  Bruno Haible  <bruno@clisp.org>
43164
43165         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
43166
43167 2006-07-30  Bruno Haible  <bruno@clisp.org>
43168
43169         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43170         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
43171         get removed.
43172
43173 2006-07-29  Bruno Haible  <bruno@clisp.org>
43174
43175         Make it possible for gnulib-tool to work with locally modified or
43176         augmented gnulib repositories.
43177         * gnulib-tool (func_usage): Document --local-dir option.
43178         (local_gnulib_dir): New variable.
43179         Handle --local-dir option.
43180         (func_lookup_file): New function.
43181         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
43182         (func_get_description, func_get_filelist, func_get_description,
43183         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
43184         func_get_automake_snippet, func_get_include_directive,
43185         func_get_license, func_get_maintainer): Use func_lookup_file.
43186         (func_import, func_create_testdir): Use func_lookup_file.
43187
43188 2006-07-29  Bruno Haible  <bruno@clisp.org>
43189
43190         * modules/setenv (Depends-on): Add unistd.
43191
43192 2006-07-29  Bruno Haible  <bruno@clisp.org>
43193
43194         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
43195
43196 2006-07-29  Bruno Haible  <bruno@clisp.org>
43197
43198         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
43199
43200 2006-07-29  Bruno Haible  <bruno@clisp.org>
43201
43202         * gnulib-tool (import, update): If there is no Makefile.am, look at
43203         aclocal.m4, instead of bailing out.
43204
43205 2006-07-29  Bruno Haible  <bruno@clisp.org>
43206
43207         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
43208         Categorize the options by when they are useful.
43209
43210 2006-07-29  Bruno Haible  <bruno@clisp.org>
43211
43212         * gnulib-tool (func_usage): Document option --no-libtool.
43213         Handle option --no-libtool.
43214         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
43215         for changed semantics of $libtool variable.
43216         (func_import): Likewise. If libtool is not used, show this through
43217         an option --no-libtool.
43218         (func_create_testdir): Update.
43219
43220 2006-07-29  Bruno Haible  <bruno@clisp.org>
43221
43222         * gnulib-tool (func_import): Extend error message about missing
43223         --doc-base.
43224
43225 2006-07-29  Bruno Haible  <bruno@clisp.org>
43226
43227         * gnulib-tool (func_import): Don't create the $docbase directory if
43228         there is no file to store there.
43229
43230 2006-07-29  Bruno Haible  <bruno@clisp.org>
43231
43232         * gnulib-tool (autoconf_minversion): If a --dir option is given and
43233         relevant, look for configure.ac there, not in the current directory.
43234         Also use a simple search for AC_PREREQ, not "autoconf --trace".
43235
43236 2006-07-29  Bruno Haible  <bruno@clisp.org>
43237
43238         * gnulib-tool (SORT): New variable.
43239         (func_usage): Undocument --assume-autoconf option.
43240         Remove --assume-autoconf option handling.
43241         (autoconf_minversion): Determine from the contents of configure.ac.
43242         (func_import): Remove autoconf_minversion handling.
43243         Suggested by Eric Blake.
43244
43245 2006-07-29  Bruno Haible  <bruno@clisp.org>
43246
43247         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
43248
43249 2006-07-29  Bruno Haible  <bruno@clisp.org>
43250
43251         * config/srclist.txt (*setenv.[ch]): Remove rules.
43252
43253 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43254
43255         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
43256
43257 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43258
43259         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
43260         arpa/inet.h.
43261
43262 2006-07-28  Simon Josefsson  <jas@extundo.com>
43263
43264         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
43265         * modules/inet_pton (Depends-on): Likewise.
43266
43267 2006-07-28  Simon Josefsson  <jas@extundo.com>
43268
43269         * m4/netinet_in_h.m4: New file.
43270
43271 2006-07-28  Simon Josefsson  <jas@extundo.com>
43272
43273         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
43274         #include's.
43275
43276 2006-07-28  Simon Josefsson  <jas@extundo.com>
43277
43278         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
43279         #include's.
43280
43281 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
43282
43283         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
43284         setgid on directories only if they set these bits.
43285         * lib/modechange.h: Remove obsolete comment about masks.
43286
43287 2006-07-28  Eric Blake  <ebb9@byu.net>
43288
43289         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
43290         macro expansion.
43291
43292 2006-07-28  Bruno Haible  <bruno@clisp.org>
43293
43294         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
43295
43296 2006-07-28  Bruno Haible  <bruno@clisp.org>
43297
43298         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
43299
43300 2006-07-28  Bruno Haible  <bruno@clisp.org>
43301
43302         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
43303         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
43304         Define fallbacks.
43305         Avoids link error on FreeBSD 4.x.
43306         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
43307
43308         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
43309         encoding.
43310         * lib/mbswidth.c (iswcntrl): Likewise.
43311
43312 2006-07-27  Bruno Haible  <bruno@clisp.org>
43313
43314         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
43315         test.
43316
43317 2006-07-27  Bruno Haible  <bruno@clisp.org>
43318
43319         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
43320         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
43321         defined.
43322
43323 2006-07-26  Eric Blake  <ebb9@byu.net>
43324
43325         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
43326
43327 2006-07-26  Eric Blake  <ebb9@byu.net>
43328
43329         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
43330         like mingw that lack mkstemp.
43331         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
43332         avoid compilation warning on mingw.
43333
43334 2006-07-26  Bruno Haible  <bruno@clisp.org>
43335
43336         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
43337         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
43338         INT_FAST*_MIN, INTPTR_MIN.
43339
43340 2006-07-25  Bruno Haible  <bruno@clisp.org>
43341
43342         * modules/version-etc (Depends-on): Add stdarg.
43343
43344 2006-07-25  Bruno Haible  <bruno@clisp.org>
43345
43346         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
43347         complex commands.
43348
43349 2006-07-25  Bruno Haible  <bruno@clisp.org>
43350
43351         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
43352         defined in <stdarg.h> or config.h.
43353
43354 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43355
43356         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
43357         (gl_STDIO_SAFER): Remove.
43358
43359 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
43360
43361         * MODULES.html.sh (File stream based Input/Output):
43362         Add fopen-safer, tmpfile-safer; remove stdio-safer.
43363         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
43364         * modules/fopen-safer, modules/tmpfile-safer: New files.
43365         * modules/stdio-safer: Remove.
43366
43367 2006-07-24  Bruno Haible  <bruno@clisp.org>
43368
43369         * modules/tmpdir: New file.
43370         * MODULES.html.sh (File system functions): Add it.
43371
43372 2006-07-24  Bruno Haible  <bruno@clisp.org>
43373
43374         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
43375         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
43376
43377 2006-07-24  Bruno Haible  <bruno@clisp.org>
43378
43379         * modules/clean-temp: New file.
43380
43381 2006-07-24  Bruno Haible  <bruno@clisp.org>
43382
43383         * m4/tmpdir.m4: New file, from GNU gettext.
43384
43385 2006-07-24  Bruno Haible  <bruno@clisp.org>
43386
43387         * lib/tmpdir.h: New file, from GNU gettext.
43388         * lib/tmpdir.c: New file, from GNU gettext.
43389
43390 2006-07-24  Bruno Haible  <bruno@clisp.org>
43391
43392         * lib/clean-temp.h: New file, from GNU gettext.
43393         * lib/clean-temp.c: New file, from GNU gettext.
43394
43395 2006-07-23  Eric Blake  <ebb9@byu.net>
43396
43397         * modules/stdio-safer (Files): Add tmpfile-safer.c.
43398         (Depends-on): Add binary-io.
43399
43400 2006-07-23  Eric Blake  <ebb9@byu.net>
43401
43402         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
43403
43404 2006-07-23  Eric Blake  <ebb9@byu.net>
43405
43406         * lib/tmpfile-safer.c: New file.
43407         * lib/stdio-safer.h (fopen_safer): Add prototype.
43408         * lib/stdio--.h (tmpfile): Make safer.
43409
43410 2006-07-23  Bruno Haible  <bruno@clisp.org>
43411
43412         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
43413         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
43414         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
43415         gl_linked_remove_at): Use it.
43416
43417 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43418         and Simon Josefsson <jas@extundo.com>
43419
43420         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
43421
43422         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
43423
43424 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43425
43426         * modules/close-stream: New file.
43427         * modules/closeout (Description): Make it clear that it exits
43428         with a diagnostic on error.
43429         (Depends-on): Add close-stream.  Remove fpending, stdbool.
43430         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
43431
43432 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43433
43434         * m4/close-stream.m4: New file.
43435
43436 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
43437
43438         * lib/close-stream.c, lib/close-stream.h: New files.
43439
43440 2006-07-22  Bruno Haible  <bruno@clisp.org>
43441
43442         Merge from GNU gettext 0.15.
43443
43444         2006-05-01  Bruno Haible  <bruno@clisp.org>
43445
43446                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
43447
43448         2006-07-22  Bruno Haible  <bruno@clisp.org>
43449
43450                 * modules/javaversion: New file.
43451                 * MODULES.html.sh (Java): Add javaversion.
43452
43453         2006-03-12  Bruno Haible  <bruno@clisp.org>
43454
43455                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
43456
43457         2005-12-04  Bruno Haible  <bruno@clisp.org>
43458
43459                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
43460                 (untested).
43461
43462         2006-06-21  Bruno Haible  <bruno@clisp.org>
43463
43464                 Avoid warnings from recent versions of mcs.
43465                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
43466                 -o, -L, -r any more. Use options documented since mcs-1.0
43467                 instead. Similarly for -g.
43468
43469         2005-12-04  Bruno Haible  <bruno@clisp.org>
43470
43471                 * build-aux/csharpcomp.sh.in: Suffix for resources is
43472                 .resources, not .resource.
43473
43474         2005-07-09  Bruno Haible  <bruno@clisp.org>
43475
43476                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
43477                 add a .dll suffix.
43478                 Reported by Mark Junker <mjscod@gmx.de>.
43479
43480         2006-07-22  Bruno Haible  <bruno@clisp.org>
43481
43482                 * modules/gettext: Upgrade to gettext-0.15.
43483                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
43484                 m4/visibility.m4.
43485                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
43486
43487 2006-07-22  Bruno Haible  <bruno@clisp.org>
43488
43489         Merge from GNU gettext 0.15.
43490
43491         2006-03-25  Bruno Haible  <bruno@clisp.org>
43492
43493                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
43494
43495         2006-07-21  Bruno Haible  <bruno@clisp.org>
43496
43497                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
43498                 "1.1".
43499
43500         2006-05-09  Bruno Haible  <bruno@clisp.org>
43501
43502                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
43503                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
43504                 for the conftestver execution.
43505
43506         2006-05-01  Bruno Haible  <bruno@clisp.org>
43507
43508                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
43509                 optional target-version argument. Verify that the compiler
43510                 groks source of the specified source-version, or add -source
43511                 option as necessary. Verify that the compiler produces
43512                 bytecode in the specified target-version, or add -target and
43513                 -source options as necessary. Make the result of the test
43514                 available as variable CONF_JAVAC. Also log error output in
43515                 config.log.
43516
43517         2006-03-11  Bruno Haible  <bruno@clisp.org>
43518
43519                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
43520
43521         2006-05-09  Bruno Haible  <bruno@clisp.org>
43522
43523                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
43524                 CLASSPATH_SEPARATOR to a semicolon.
43525
43526         2006-03-12  Bruno Haible  <bruno@clisp.org>
43527
43528                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
43529                 available as variable CONF_JAVA, for subsequent autoconf
43530                 tests. Also log error output in config.log.
43531
43532         2006-07-19  Bruno Haible  <bruno@clisp.org>
43533
43534                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
43535                 that getline works on glibc2 systems. Needed to avoid trouble
43536                 in relocatable.c.
43537                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
43538
43539         2005-12-04  Bruno Haible  <bruno@clisp.org>
43540
43541                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
43542                 launcher (untested).
43543
43544         2005-12-04  Bruno Haible  <bruno@clisp.org>
43545
43546                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
43547
43548         2006-07-22  Bruno Haible  <bruno@clisp.org>
43549
43550                 * gettext.m4: Update from GNU gettext-0.15.
43551                 * nls.m4: Likewise.
43552                 * po.m4: Likewise.
43553                 * inttypes-pri.m4: Likewise.
43554                 * inttypes-h.m4: Renamed from inttypes.m4.
43555                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
43556
43557 2006-07-22  Bruno Haible  <bruno@clisp.org>
43558
43559         Merge from GNU gettext 0.15.
43560
43561         2005-07-05  Bruno Haible  <bruno@clisp.org>
43562
43563                 * printf-args.c (printf_fetchargs): Work around broken
43564                 definition of wint_t on mingw.
43565
43566         2005-02-12  Bruno Haible  <bruno@clisp.org>
43567
43568                 * xallocsa.h: Add extern "C" for C++.
43569
43570         2006-05-17  Bruno Haible  <bruno@clisp.org>
43571
43572                 Cygwin portability.
43573                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
43574
43575         2006-04-30  Bruno Haible  <bruno@clisp.org>
43576
43577                 * progreloc.c: Include <mach-o/dyld.h> if available.
43578                 (find_executable): Use _NSGetExecutablePath when possible.
43579
43580         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
43581
43582                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
43583                 function.
43584
43585         2005-12-29  Bruno Haible  <bruno@clisp.org>
43586
43587                 * progreloc.c (set_program_name_and_installdir): Fix
43588                 compilation error.
43589
43590         2005-12-04  Bruno Haible  <bruno@clisp.org>
43591
43592                 Cygwin portability.
43593                 * progreloc.c: Include <windows.h> also on Cygwin.
43594                 (find_executable): Add support for Cygwin.
43595                 (set_program_name_and_installdir): Handle also platforms with
43596                 nonempty EXEEXT.
43597
43598         2006-07-11  Bruno Haible  <bruno@clisp.org>
43599
43600                 * javacomp.c: Fix a comment.
43601                 Reported by Jim Meyering.
43602
43603         2006-04-30  Bruno Haible  <bruno@clisp.org>
43604
43605                 * javacomp.h (compile_java_class): Add source_version,
43606                 target_version arguments.
43607                 * javacomp.c: Rewritten to choose only a compiler that
43608                 respects the specified source_version and target_version.
43609
43610         2006-06-27  Bruno Haible  <bruno@clisp.org>
43611
43612                 Assume correct S_ISDIR macro.
43613                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
43614
43615         2006-07-22  Bruno Haible  <bruno@clisp.org>
43616
43617                 * javaversion.h: New file, from GNU gettext.
43618                 * javaversion.c: New file, from GNU gettext.
43619                 * javaversion.java: New file, from GNU gettext.
43620                 * javaversion.class: New file, from GNU gettext.
43621
43622         2006-05-17  Bruno Haible  <bruno@clisp.org>
43623
43624                 Cygwin portability.
43625                 * javaexec.c (execute_java_class): Test for jview program
43626                 also on Cygwin.
43627
43628         2006-04-09  Bruno Haible  <bruno@clisp.org>
43629
43630                 * fatal-signal.c: Don't include string.h.
43631                 (at_fatal_signal): Use a copying loop instead of memcpy.
43632
43633         2005-12-04  Bruno Haible  <bruno@clisp.org>
43634
43635                 * csharpexec.c: Add support for 'clix' launcher (untested).
43636                 (execute_csharp_using_sscli): New function.
43637                 (execute_csharp_program): Call it.
43638
43639         2006-06-21  Bruno Haible  <bruno@clisp.org>
43640
43641                 Avoid warnings from recent versions of mcs.
43642                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
43643                 -o, -L, -r any more. Use options documented since mcs-1.0
43644                 instead. Similarly for -g.
43645
43646         2005-07-09  Bruno Haible  <bruno@clisp.org>
43647
43648                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
43649                 add a .dll suffix.
43650                 Reported by Mark Junker <mjscod@gmx.de>.
43651
43652         2006-06-17  Bruno Haible  <bruno@clisp.org>
43653
43654                 * config.charset: Update for NetBSD 3.0.
43655
43656         2006-05-17  Bruno Haible  <bruno@clisp.org>
43657
43658                 Cygwin portability.
43659                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
43660
43661         2006-05-16  Bruno Haible  <bruno@clisp.org>
43662
43663                 * localcharset.c [CYGWIN]: Include <windows.h>.
43664                 (get_charset_aliases): For Cygwin, return the same CPxxx
43665                 aliases list as under WIN32.
43666                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
43667                 the environment variables. Fall back to GetACP().
43668
43669         2006-04-05  Bruno Haible  <bruno@clisp.org>
43670
43671                 * config.charset: Update Juan Manuel Guerrero's address.
43672
43673         2005-02-12  Bruno Haible  <bruno@clisp.org>
43674
43675                 * allocsa.h: Add extern "C" for C++.
43676
43677         2005-02-10  Bruno Haible  <bruno@clisp.org>
43678
43679                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
43680                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
43681
43682         2006-07-22  Bruno Haible  <bruno@clisp.org>
43683
43684                 * gettext.h: Update to GNU gettext-0.15.
43685
43686 2006-07-22  Bruno Haible  <bruno@clisp.org>
43687
43688         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
43689         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
43690         lib-prefix.m4, longdouble.m4, ssize_t.m4.
43691
43692 2006-07-21  Eric Blake  <ebb9@byu.net>
43693
43694         * modules/stdlib-safer: New file.
43695         * MODULES.html.sh (File stream based Input/Output): Add
43696         stdlib-safer.
43697
43698 2006-07-21  Eric Blake  <ebb9@byu.net>
43699
43700         * lib/stdlib-safer.h: New file from coreutils, required by
43701         stdlib--.h.
43702
43703 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
43704
43705         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
43706
43707 2006-07-20  Bruno Haible  <bruno@clisp.org>
43708
43709         * gnulib-tool: Recognize new option --assume-autoconf.
43710         (autoconf_minversion): New variable.
43711         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
43712
43713 2006-07-20  Bruno Haible  <bruno@clisp.org>
43714
43715         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
43716
43717 2006-07-19  Derek R. Price  <derek@ximbiot.com>
43718
43719         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
43720         Reindent and repaginate.
43721
43722 2006-07-19  Derek Price  <derek@ximbiot.com>
43723
43724         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
43725         Correct grammar.
43726
43727 2006-07-17  Bruno Haible  <bruno@clisp.org>
43728
43729         * modules/list: New file.
43730         * modules/array-list: New file.
43731         * modules/carray-list, modules/carray-list-tests: New files.
43732         * modules/linked-list, modules/linked-list-tests: New files.
43733         * modules/avltree-list, modules/avltree-list-tests: New files.
43734         * modules/rbtree-list, modules/rbtree-list-tests: New files.
43735         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
43736         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
43737         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
43738         * modules/oset: New file.
43739         * modules/array-oset: New file.
43740         * modules/avltree-oset, modules/avltree-oset-tests: New files.
43741         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
43742         * tests/test-carray_list.c: New file.
43743         * tests/test-linked_list.c: New file.
43744         * tests/test-avltree_list.c: New file.
43745         * tests/test-rbtree_list.c: New file.
43746         * tests/test-linkedhash_list.c: New file.
43747         * tests/test-avltreehash_list.c: New file.
43748         * tests/test-rbtreehash_list.c: New file.
43749         * tests/test-avltree_oset.c: New file.
43750         * tests/test-rbtree_oset.c: New file.
43751         * MODULES.html.sh (Container data structures): New section.
43752
43753 2006-07-17  Bruno Haible  <bruno@clisp.org>
43754
43755         * m4/gl_list.m4: New file.
43756
43757 2006-07-17  Bruno Haible  <bruno@clisp.org>
43758
43759         * lib/gl_list.h: New file.
43760         * lib/gl_list.c: New file.
43761         * lib/gl_array_list.h: New file.
43762         * lib/gl_array_list.c: New file.
43763         * lib/gl_carray_list.h: New file.
43764         * lib/gl_carray_list.c: New file.
43765         * lib/gl_linked_list.h: New file.
43766         * lib/gl_linked_list.c: New file.
43767         * lib/gl_anylinked_list1.h: New file.
43768         * lib/gl_anylinked_list2.h: New file.
43769         * lib/gl_avltree_list.h: New file.
43770         * lib/gl_avltree_list.c: New file.
43771         * lib/gl_anyavltree_list1.h: New file.
43772         * lib/gl_anyavltree_list2.h: New file.
43773         * lib/gl_rbtree_list.h: New file.
43774         * lib/gl_rbtree_list.c: New file.
43775         * lib/gl_anyrbtree_list1.h: New file.
43776         * lib/gl_anyrbtree_list2.h: New file.
43777         * lib/gl_anytree_list1.h: New file.
43778         * lib/gl_anytree_list2.h: New file.
43779         * lib/gl_linkedhash_list.h: New file.
43780         * lib/gl_linkedhash_list.c: New file.
43781         * lib/gl_anyhash_list1.h: New file.
43782         * lib/gl_anyhash_list2.h: New file.
43783         * lib/gl_avltreehash_list.h: New file.
43784         * lib/gl_avltreehash_list.c: New file.
43785         * lib/gl_rbtreehash_list.h: New file.
43786         * lib/gl_rbtreehash_list.c: New file.
43787         * lib/gl_anytreehash_list1.h: New file.
43788         * lib/gl_anytreehash_list2.h: New file.
43789
43790         * lib/gl_oset.h: New file.
43791         * lib/gl_oset.c: New file.
43792         * lib/gl_array_oset.h: New file.
43793         * lib/gl_array_oset.c: New file.
43794         * lib/gl_avltree_oset.h: New file.
43795         * lib/gl_avltree_oset.c: New file.
43796         * lib/gl_rbtree_oset.h: New file.
43797         * lib/gl_rbtree_oset.c: New file.
43798         * lib/gl_anytree_oset.h: New file.
43799
43800 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43801
43802         * m4/mkancesdirs.m4: New file.
43803         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
43804         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
43805         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
43806         it.
43807
43808 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43809
43810         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
43811         * lib/mkancesdirs.h: New files.
43812         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
43813         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
43814         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
43815         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
43816         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
43817         callers changed.  Revamp internals significantly, by not
43818         attempting to create directories that are temporarily more
43819         permissive than the final results.  Do not attempt to use
43820         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
43821         This removes some race conditions, fixes some bugs, and simplifies
43822         things.  Use new dirchownmod function to do owner and mode changes.
43823         * lib/mkdir-p.h: Likewise.
43824         * lib/modechange.c (octal_to_mode): New function.
43825         (struct mode_change): New member mentioned.
43826         (make_node_op_equals): New arg mentioned.  All callers changed.
43827         (mode_compile): Keep track of which mode bits the user has explicitly
43828         mentioned.
43829         (mode_adjust): New arg DIR, so that we implement the X op correctly.
43830         New arg PMODE_BITS, to keep track of which mode bits the user
43831         mentioned; it treats S_ISUID and S_ISGID speciall.
43832         All callers changed.
43833         * lib/modechange.h: Likewise.
43834
43835 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
43836
43837         * MODULES.html.sh: Add mkancestors.
43838         * modules/mkancesdirs: New module.
43839         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
43840         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
43841         The chdir-safer and afs files are now orphans; I'll remove them
43842         unless someone speaks up.
43843         Add lib/dirchownmod.c, lib/dirchownmod.h.
43844         (Depends-on): Remove alloca, chown, save-cwd, dirname.
43845         Add lchown, mkancesdirs.
43846         (Maintainer): Add self.
43847
43848 2006-07-15  Karl Berry  <karl@gnu.org>
43849
43850         * gnulib-tool: help message wording/arrangement.
43851
43852 2006-07-14  Simon Josefsson  <jas@extundo.com>
43853
43854         * doc/gnulib.texi (Libtool and Windows): New section.
43855
43856 2006-07-12  Simon Josefsson  <jas@extundo.com>
43857
43858         * modules/gendocs (License): Fix license, approved by Karl.
43859
43860 2006-07-12  Eric Blake  <ebb9@byu.net>
43861
43862         * MODULES.html.sh: Add gendocs.
43863
43864 2006-07-11  Eric Blake  <ebb9@byu.net>
43865
43866         * modules/fdl: New module, to install doc/fdl.texi.
43867         * MODULES.html.sh: Add new section for documentation modules.
43868         * gnulib-tool: Avoid space-tab.
43869         (--doc-base): New option, to manage files from doc.
43870
43871 2006-07-11  Eric Blake  <ebb9@byu.net>
43872
43873         * m4/absolute-header.m4: Fix comments to match recent change.
43874
43875 2006-07-11  Eric Blake  <ebb9@byu.net>
43876
43877         * gnulib-tool: List --doc-base before --tests-base.
43878
43879 2006-07-11  Derek R. Price  <derek@ximbiot.com>
43880
43881         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
43882
43883 2006-07-11  Bruno Haible  <bruno@clisp.org>
43884
43885         * README: Mention where to put documentation.
43886
43887 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43888
43889         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
43890
43891 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
43892
43893         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
43894         to stdint.m4.
43895
43896 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
43897
43898         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
43899         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
43900         "no/such/file/stdint.h" when there is no such file, so that
43901         the resulting C code can be parsed by dodgy compilers.
43902         Problems reported by Bob Proulx.
43903
43904 2006-07-10  Derek R. Price  <derek@ximbiot.com>
43905
43906         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
43907         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
43908         macros into the GNU _D_EXACT_NAMLEN.
43909         * lib/savedir.c:  Likewise.
43910         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
43911
43912 2006-07-10  Derek R. Price  <derek@ximbiot.com>
43913         and Paul Eggert  <eggert@cs.ucla.edu>
43914
43915         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
43916         * m4/savedir.m4:
43917         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
43918         macros into the GNU _D_EXACT_NAMLEN.
43919
43920 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43921
43922         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
43923         around the absolute name, to work around a problem with the HP-UX
43924         11.23 native C compiler, reported by Bob Proulx.
43925
43926 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43927
43928         * doc/maintain.texi, make-stds.texi: Sync from
43929         <http://savannah.gnu.org/projects/gnustandards>.
43930
43931 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
43932
43933         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
43934
43935 2006-07-09  Jim Meyering  <jim@meyering.net>
43936
43937         * m4/glob.m4: Remove a doubled word in a comment.
43938
43939 2006-07-09  Jim Meyering  <jim@meyering.net>
43940
43941         * lib/argp-pv.c: Remove a doubled word in a comment.
43942         * lib/check-version.c (check_version): Likewise.
43943         * lib/javacomp.c (compile_java_class): Likewise.
43944
43945 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
43946
43947         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
43948         for the benefit of people using Autoconf 2.60.  If you want to
43949         support older Autoconf versions you can copy m4/onceonly_2_57.m4
43950         (or m4/onceonly.m4, if pre-2.57) manually.
43951
43952 2006-07-08  Jim Meyering  <jim@meyering.net>
43953
43954         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
43955         comment.
43956         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
43957         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
43958         comment.
43959
43960 2006-07-08  Jim Meyering  <jim@meyering.net>
43961
43962         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
43963
43964 2006-07-07  Simon Josefsson  <jas@extundo.com>
43965
43966         * tests/test-crc.c: Change expected crc value, the test vector
43967         were probably computed using the old broken crc.c?
43968
43969 2006-07-06  Simon Josefsson  <jas@extundo.com>
43970
43971         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
43972         now the canonical place for the M4 file).
43973
43974         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
43975         from the sys_socket dependency now.
43976
43977         * modules/inet_pton (Files): Ditto.
43978
43979         * modules/inet_ntop (Files): Ditto.
43980
43981 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
43982
43983         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
43984         not gl_PREREQ_GETUSERSHELL.
43985
43986 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43987
43988         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
43989         with only one argument, for Autoconf 2.60.
43990         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
43991         expand to nothing, so add a shell command to avoid syntax error.
43992         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43993
43994 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43995
43996         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
43997
43998 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
43999
44000         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
44001         no longer needed.  Check for isblank decl.
44002         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
44003         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
44004         of existence.
44005
44006 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44007
44008         * lib/getloadavg.c: Use __VMS, not VMS.
44009         * lib/getopt.c: Likewise.
44010         * lib/getpagesize.h: Likewise.
44011         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
44012         and probably does not work.
44013
44014 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
44015
44016         * lib/.cppi-disable: Add wcwidth.
44017         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
44018         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
44019         (ISGRAPH): Remove.  All uses changed to isgraph.
44020         (FOLD) [!defined _LIBC]: Remove special case.
44021         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
44022         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
44023         HAVE_ISBLANK.
44024         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
44025         case.
44026
44027 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
44028
44029         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
44030         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
44031         brackets.  Other minor changes to suppress some compiler
44032         warnings.
44033
44034 2006-07-06  Derek R. Price  <derek@ximbiot.com>
44035         and Paul Eggert  <eggert@cs.ucla.edu>
44036
44037         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
44038         of invoking obsolescent AC_HEADER_DIRENT macro.
44039         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
44040         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
44041         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
44042         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
44043         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
44044         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44045         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
44046         * m4/readdir.m4: Remove; no longer needed.
44047
44048 2006-07-06  Derek R. Price  <derek@ximbiot.com>
44049         and Paul Eggert  <eggert@cs.ucla.edu>
44050
44051         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
44052         Don't worry about this obsolete case any more.
44053         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
44054         directories.
44055         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
44056         worry about this obsolete case any more.
44057         * lib/fts.c: Likewise.
44058         * lib/getcwd.c: Likewise.
44059         * lib/glob.h: Likewise.
44060         * lib/savedir.c: Likewise.
44061
44062 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44063
44064         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
44065         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
44066         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
44067         needed.
44068         All uses removed.
44069         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44070         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44071         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
44072         needed.
44073         * m4/getdate.m4 (gl_GETDATE): Likewise.
44074         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44075         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44076         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44077         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44078         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
44079         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44080         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
44081         needed.
44082
44083 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
44084
44085         * lib/memcasecmp.c: Include <limits.h>.
44086         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
44087         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
44088         Don't assume isdigit succeeds only on '0' through '9'.
44089
44090 2006-07-05  Eric Blake  <ebb9@byu.net>
44091
44092         * modules/getaddrinfo (Depends-on): Add snprintf.
44093
44094 2006-07-05  Eric Blake  <ebb9@byu.net>
44095
44096         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
44097         to avoid 'header present but could not be compiled' on cygwin.
44098
44099 2006-07-05  Eric Blake  <ebb9@byu.net>
44100
44101         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
44102         missing from netdb.h.
44103         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
44104
44105 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44106
44107         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
44108         no longer needed.
44109         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
44110         * m4/getdate.m4 (gl_GETDATE): Likewise.
44111         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
44112         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
44113         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
44114         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
44115         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44116
44117 2006-07-05  Derek R. Price  <derek@ximbiot.com>
44118
44119         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
44120         All uses of is_space replaced by isspace.
44121         * lib/exit.h: Don't talk about STDC_HEADERS.
44122         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
44123         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
44124         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
44125         replaced by isprint etc.
44126         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
44127         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44128         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
44129         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
44130         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
44131         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
44132
44133 2006-07-05  Bruno Haible  <bruno@clisp.org>
44134
44135         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
44136         the function exists, before testing against AIX.
44137         Reported by Martin Lambers <marlam@marlam.de>.
44138
44139 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44140
44141         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
44142         From Mark D. Baushke.
44143
44144 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
44145
44146         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
44147         to the absolute name, not just one, to bypass Sun C 5.8's
44148         "warning: #include of /usr/include/... may be non-portable".
44149
44150 2006-07-04  Eric Blake  <ebb9@byu.net>
44151
44152         * modules/dirname-tests: New test module.
44153         * tests/test-dirname.c: New file, replacing dirname.c
44154         TEST_DIRNAME section that was recently deleted.
44155
44156 2006-07-04  Bruno Haible  <bruno@clisp.org>
44157
44158         Assume ANSI C header files and <ctype.h> functions.
44159         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
44160         (mbsnwidth): Use isprint, iscntrl instead.
44161
44162 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44163
44164         Merge from coreutils.
44165         * MODULES.html.sh: Add xstrtold.
44166         * modules/xstrtold: New file.
44167         * modules/cycle-check (Files): Add lib/same-inode.h.
44168         * modules/dirname (Files): Add m4/double-slash-root.m4.
44169         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
44170         * modules/mkdir-p (Files): Add lib/same-inode.h.
44171         * modules/same (Files): Add lib/same-inode.h.
44172
44173 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44174
44175         * m4/absolute-header.m4: Renamed from full-header-path.m4.
44176         This is to keep the terminology clean; POSIX talks about
44177         "absolute pathnames", not "full pathnames", but the GNU
44178         Coding Standards say to use "path" for something else;
44179         so use "absolute" to keep both sides happy.
44180         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
44181         Set gl_absolute_header, not gl_full_header_path.
44182         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
44183         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
44184         All uses changed.
44185
44186         Merge from coreutils.
44187
44188         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44189
44190         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
44191         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
44192         want to require the building of c-strtod.o.
44193         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
44194         needs -lm directly.
44195         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
44196
44197         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44198
44199         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
44200         --as-needed option if available.  Problem reported by Albert Chin in
44201         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
44202         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
44203         cc merely issues a bunch of annoying warnings for --as-needed
44204         (this problem was reported by Bob Proulx).  Also, try linking with
44205         -lm to detect a bug in binutils 2.16 (this problem was reported
44206         by Ralf Wildenhues).
44207
44208         2006-06-18  Jim Meyering  <jim@meyering.net>
44209
44210         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
44211         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
44212         macro.
44213         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
44214         also check for glibc-2.4's abort-inducing bug.
44215
44216         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
44217         Low-probability clean-up should be to use rmdir to get rid of
44218         the just-created directory, not unlink.
44219
44220         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
44221         configure fail, and request a bug report to inform us about it.
44222         Add a comment that, barring reports to the contrary, in 2007 we'll
44223         assume ftruncate is universally available.
44224
44225         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44226
44227         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
44228
44229         2006-03-12  Jim Meyering  <jim@meyering.net>
44230
44231         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
44232         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
44233         * m4/same.m4 (gl_SAME): Likewise.
44234         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
44235
44236         2006-03-11  Eric Blake  <ebb9@byu.net>
44237
44238         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
44239         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
44240         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
44241         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
44242
44243 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
44244
44245         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
44246         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
44247         reported by Mark D. Baushke, one in
44248         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
44249
44250         Merge from coreutils.
44251
44252         * lib/.cppi-disable: Add stdint_.h.
44253         * lib/.cvsignore: Add stdint.h.
44254
44255         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
44256
44257         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
44258         both double and long double versions.
44259         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
44260         * lib/xstrtold.c: New file.
44261         * lib/xstrtod.h (xstrtold): New decl.
44262
44263         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
44264
44265         * lib/filemode.c (setst): Remove.
44266         (strmode): Rewrite to avoid setst.  This makes the code shorter,
44267         (arguably) clearer, and the generated code is a bit smaller on my
44268         Debian GNU/Linux stable x86 host.
44269
44270         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
44271
44272         * lib/filemode.c: Include "filemode.h" first, to test the interface.
44273         Assume that filemode.h includes sys/types.h and sys/stat.h.
44274         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
44275         (ftypelet): Reorder to put common cases first, for efficiency.
44276         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
44277         to do 'M'.
44278         (strmode): Renamed from mode_string, and now stores 12 bytes instead
44279         of 10, for compatibility with FreeBSD.  All callers changed.
44280         (filemodestring): Now stores 12 bytes instead of 10, and sets file
44281         types that can't be deduced solely from st_mode.  First arg is now a
44282         const pointer.
44283         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
44284         (strmode): Renamed from mode_string.
44285         (filemodestring): New decl.
44286         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
44287         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
44288         needed.
44289         (S_ISPORT, S_ISWHT): New macros, if not already defined.
44290
44291         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
44292
44293         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
44294         fsusage.h now does that.  Include fsusage.h first, to test interface.
44295         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
44296         at most one method (the old code could have generated decls that
44297         didn't conform to C89, not that this was ever exercised).
44298         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
44299
44300         2006-03-19  Jim Meyering  <jim@meyering.net>
44301
44302         Work even in a chroot where d_ino values for entries in "/"
44303         don't match the stat.st_ino values for the same names.
44304         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
44305         number, iterate through all entries again, using lstat instead.
44306         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
44307         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
44308
44309         * lib/getcwd.c (__getcwd): Clarify a comment.
44310         Use memcpy in place of a call to strcpy.
44311
44312         2006-03-12  Jim Meyering  <jim@meyering.net>
44313
44314         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
44315         matches that of the current directory (which we're about to chdir ".."
44316         out of), then save the dev-ino of the parent, instead.
44317
44318         * lib/same-inode.h (SAME_INODE): New file/macro.
44319         * lib/chdir-safer.c (SAME_INODE): Remove definition.
44320         Include "same-inode.h", instead.
44321         * lib/same.c: Likewise.
44322         * lib/cycle-check.h: Include "same-inode.h".
44323         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
44324         * lib/cycle-check.c (SAME_INODE): Remove definition.
44325         * lib/root-dev-ino.h: Include "same-inode.h".
44326
44327         2006-03-11  Eric Blake  <ebb9@byu.net>
44328
44329         * lib/same.c (same_name): s/base_name/last_component/
44330         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
44331         * lib/filenamecat.c (file_name_concat): Likewise.
44332
44333         2006-03-11  Eric Blake  <ebb9@byu.net>,
44334                     Paul Eggert  <eggert@cs.ucla.edu>
44335
44336         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
44337         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
44338         drive prefix.
44339         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
44340         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
44341         (last_component): New method.
44342         * lib/dirname.c (dir_len): Determine when drive letters need a
44343         subsequent slash.  Preserve // when it is special.
44344         (dir_name): Don't append dot when drive letter is absolute.
44345         [TEST_DIRNAME]: Move into a full-blown gnulib test.
44346         * lib/basename.c (base_name): New semantics - malloc the result.
44347         Preserve // when it is special.  Preserve relative files that look
44348         like drive letters.
44349         (base_len): Preserve // when it is special.
44350         (last_component): New method, similar to old base_name semantics.
44351         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
44352         base_name.  Strip redundant slashes from ///.
44353
44354 2006-07-03  Jim Meyering  <jim@meyering.net>
44355
44356         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
44357         macro is used before the first cycle_check call.
44358
44359 2006-07-03  Eric Blake  <ebb9@byu.net>
44360
44361         * modules/dirname (Depends-on): Add xstrndup.
44362
44363 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44364
44365         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
44366         test cases, so that config.log is a bit easier to follow.
44367
44368 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
44369
44370         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
44371         both are 64 bits, since this seems to be the tradition, and this
44372         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
44373         we ever run into a host that prefers long long to long in this
44374         case, we'll need another configure-time test.  Problem reported by
44375         Jim Meyering.
44376
44377 2006-07-02  Eric Blake  <ebb9@byu.net>
44378
44379         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
44380
44381 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44382
44383         * modules/inttypes (Depends-on): No longer depends on stdint.
44384         * modules/stdint (Description): Say more about assumptions.
44385         Say that the fast types might differ.  Say macros are used.
44386         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
44387         (Makefile.am): Revise list of substituted symbols to match
44388         new stdint.m4.
44389         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
44390         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
44391         * tests/test-stdint.c (verify_same_types)
44392         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
44393         the code conforms to C99/C89.
44394         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
44395         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
44396
44397 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44398
44399         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
44400         but fix a bug, by requiring at least 64 bits.
44401         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
44402         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
44403         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
44404         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
44405
44406         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
44407         changes.  Make 2.59 a prerequisite.  Check and substitute for
44408         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
44409         inttypes.h.  Do not use special include files; just use the
44410         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
44411         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
44412         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
44413         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
44414         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
44415         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
44416         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
44417         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
44418         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
44419         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
44420         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
44421         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
44422         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
44423         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
44424         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
44425         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
44426         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
44427         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
44428         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
44429         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
44430         WINT_MAX.  Check for C99 conformance more strictly, by detecting
44431         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
44432         not check for things that C99 does not require, e.g., int8_t.  If
44433         a test isn't needed unless <stdint.h> isn't working, and is
44434         unlikely to be needed for any other reason, then don't do it
44435         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
44436         size_t, since we assume C89 freestanding at least.  Do not check
44437         for sig_atomic_t, wchar_t, or wint_t, since the code now does
44438         the right thing even if the types are not defined.  Instead use:
44439         (gl_STDINT_TYPE_PROPERTIES): New macro.
44440         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
44441         testing whether <sys/types.h> clashes, as Autoconf does this for
44442         us now.  All uses removed.
44443         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
44444         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
44445         (gl_CHECK_TYPE_SAME):
44446         Remove; no longer needed.
44447         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
44448         exists, since we'll return 0 anyway in that case.
44449         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
44450
44451 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
44452
44453         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
44454         possible collision with system files.
44455         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
44456         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
44457         WCHAR_MIN and WCHAR_MAX in this case.
44458         (<stddef.h>): Do not include; no longer needed.
44459         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
44460         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
44461         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
44462         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
44463         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
44464         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
44465         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
44466         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
44467         !defined(__c99))]: Include in this case too, since it's harmless
44468         now.
44469         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
44470         dangerous to do so.
44471         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
44472         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
44473         (_STDINT_MIN, _STDINT_MAX): New macros.
44474         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
44475         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
44476         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
44477         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
44478         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
44479         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
44480         macros, not typedefs; this simplifies things quite a bit.
44481         Use long int for all types narrower than int64_t.
44482         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
44483         Define in terms of long long int or int64_t or long int,
44484         not int64_t or int32_t.  This saves some compile-time testing.
44485         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
44486         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
44487         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
44488         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
44489         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
44490         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
44491         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
44492         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
44493         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
44494         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
44495         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44496         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44497         undef any previous version and define our own version, for
44498         simplicity and consistency with the new macros for types.
44499         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
44500         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
44501         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
44502         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
44503         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
44504         @WINT_T_SUFFIX@ to keep things simple here.
44505         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
44506         Simplify by assuming typical 8/16/32/64 host, since we're
44507         already doing that elsewhere anyway.
44508         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
44509         and assume long long int is 64 bits if available.  This
44510         speeds up 'configure'.
44511
44512 2006-07-01  Eric Blake  <ebb9@byu.net>
44513
44514         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
44515         Reported by Andreas Buening.
44516
44517 2006-07-01  Eric Blake  <ebb9@byu.net>
44518
44519         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
44520
44521 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
44522
44523         * lib/getaddrinfo.c: fixed typo
44524
44525 2006-06-29  Jim Meyering  <jim@meyering.net>
44526
44527         * modules/strftime (Maintainer): Add my name, since with the
44528         FPRINTFTIME changes strftime.c has forked from glibc.
44529
44530 2006-06-29  Eric Blake  <ebb9@byu.net>
44531
44532         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
44533
44534 2006-06-29  Eric Blake  <ebb9@byu.net>
44535
44536         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
44537
44538 2006-06-29  Eric Blake  <ebb9@byu.net>
44539
44540         * lib/stat_.h: New file.
44541
44542 2006-06-29  Eric Blake  <ebb9@byu.net>
44543
44544         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
44545         unused static function.
44546
44547 2006-06-29  Eric Blake  <ebb9@byu.net>
44548
44549         * doc/functions.texi (Function Portability): Document missing lstat
44550         on mingw.
44551
44552 2006-06-29  Eric Blake  <ebb9@byu.net>
44553
44554         * MODULES.html.sh: Add sys_stat.
44555         * modules/sys_stat: New module.
44556         * modules/mkstemp (Depends-on): Add sys_stat.
44557
44558 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44559
44560         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
44561
44562 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44563
44564         * m4/c-bs-a.m4: Removed.
44565
44566 2006-06-29  Derek R. Price  <derek@ximbiot.com>
44567
44568         * lib/strftime.c: Assume strftime() exists.
44569
44570 2006-06-29  Derek Price  <derek@ximbiot.com>
44571
44572         * modules/c-bs-a: Removed - \a is C89.
44573         * MODULES.html.sh: Remove c-bs-a.
44574
44575 2006-06-29  Bruno Haible  <bruno@clisp.org>
44576
44577         * modules/wcwidth (License): Change to LGPL.
44578
44579 2006-06-28  Simon Josefsson  <jas@extundo.com>
44580
44581         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
44582         on _WIN32.
44583
44584         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
44585         getnameinfo.
44586
44587 2006-06-28  Simon Josefsson  <jas@extundo.com>
44588
44589         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
44590
44591 2006-06-28  Simon Josefsson  <jas@extundo.com>
44592
44593         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
44594         functions there.  It will succeed on Windows XP, but on Windows
44595         2000 and (presumably) earlier, it will fail, and use the internal
44596         re-implementation.
44597         (use_win32_p): New function.
44598         (getaddrinfo): Use strtoul on servname, to support numeric ports.
44599         Support AI_NUMERICSERV to disable getservbyname.
44600         (getnameinfo): New function, only supports
44601         NI_NUMERICHOST|NI_NUMERICSERV for now.
44602
44603         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
44604         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
44605         getnameinfo.
44606
44607 2006-06-28  Eric Blake  <ebb9@byu.net>
44608
44609         * modules/wcwidth: New file.
44610         * modules/mbchar (Depends-on): Add wcwidth.
44611         * modules/mbswidth (Depends-on): Add wcwidth.
44612         * MODULES.html.sh: Add wcwidth.
44613
44614 2006-06-28  Eric Blake  <ebb9@byu.net>
44615
44616         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
44617         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
44618
44619 2006-06-28  Eric Blake  <ebb9@byu.net>
44620
44621         * lib/xvasprintf.h: Fix comments.
44622
44623 2006-06-28  Eric Blake  <ebb9@byu.net>
44624
44625         * lib/mbchar.h (wcwidth): Include wcwidth.h.
44626         * lib/mbswidth.c (wcwidth): Move from here...
44627         * lib/wcwidth.h: ...to this new file.
44628
44629 2006-06-28  Derek R. Price  <derek@ximbiot.com>
44630
44631         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
44632
44633         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
44634         it's obsolete.
44635         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
44636
44637 2006-06-28  Derek R. Price  <derek@ximbiot.com>
44638
44639         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
44640         Autoconf 2.60 says this stuff was obsolete.
44641
44642 2006-06-28  Bruno Haible  <bruno@clisp.org>
44643
44644         * modules/wcwidth (Files): Add m4/wchar_t.m4.
44645
44646 2006-06-28  Bruno Haible  <bruno@clisp.org>
44647
44648         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
44649         gt_TYPE_WCHAR_T.
44650
44651 2006-06-28  Bruno Haible  <bruno@clisp.org>
44652
44653         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
44654         declaration for wcwidth.
44655         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
44656
44657 2006-06-28  Bruno Haible  <bruno@clisp.org>
44658
44659         * lib/mkdtemp.c [MINGW]: Include <io.h>.
44660         (mkdir): Define using _mkdir.
44661
44662 2006-06-28  Bruno Haible  <bruno@clisp.org>
44663
44664         * lib/getaddrinfo.h: Fix POSIX URL.
44665         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
44666         _WIN32.
44667         (use_win32_p): Make static.
44668         (getaddrinfo): Reject service name if it is empty or does not consist
44669         solely of decimal digits, or if its value is > 65535.
44670         (getnameinfo): Remove useless casts.
44671
44672 2006-06-27  Simon Josefsson  <jas@extundo.com>
44673
44674         * modules/sys_select: New file, suggested by Bruno Haible, Paul
44675         Eggert and Martin Lambers.
44676
44677 2006-06-27  Simon Josefsson  <jas@extundo.com>
44678
44679         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
44680         Eggert and Martin Lambers.
44681
44682 2006-06-27  Bruno Haible  <bruno@clisp.org>
44683
44684         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
44685         result to 0, not to empty.
44686         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
44687
44688 2006-06-27  Bruno Haible  <bruno@clisp.org>
44689
44690         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
44691
44692 2006-06-26  Simon Josefsson  <jas@extundo.com>
44693
44694         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
44695         present.
44696
44697 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
44698
44699         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
44700         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
44701         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
44702
44703 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
44704
44705         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
44706
44707 2006-06-26  Bruno Haible  <bruno@clisp.org>
44708
44709         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
44710
44711 2006-06-26  Bruno Haible  <bruno@clisp.org>
44712
44713         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
44714
44715 2006-06-26  Bruno Haible  <bruno@clisp.org>
44716
44717         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
44718         SGI C compiler in pre-C99 mode.
44719         Suggested by Mark D. Baushke and Larry Jones.
44720
44721 2006-06-26  Bruno Haible  <bruno@clisp.org>
44722
44723         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
44724         WCHAR_MAX.
44725         Reported by Mark D. Baushke and Larry Jones.
44726
44727 2006-06-26  Bruno Haible  <bruno@clisp.org>
44728
44729         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
44730         in pre-C99 mode.
44731         Suggested by Mark D. Baushke and Larry Jones.
44732
44733 2006-06-23  Simon Josefsson  <jas@extundo.com>
44734             Bruno Haible  <bruno@clisp.org>
44735
44736         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
44737         Emit mostlyclean-local rule.
44738         (func_emit_tests_Makefile_am): Likewise.
44739         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
44740
44741 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
44742
44743         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
44744
44745 2006-06-23  Bruno Haible  <bruno@clisp.org>
44746
44747         * tests/test-stdint.c: Update to match ISO C 99 Technical
44748         Corrigendum 1.
44749
44750 2006-06-23  Bruno Haible  <bruno@clisp.org>
44751
44752         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
44753
44754 2006-06-23  Bruno Haible  <bruno@clisp.org>
44755
44756         * lib/stdint_.h: Treat IRIX like OpenBSD.
44757
44758 2006-06-23  Bruno Haible  <bruno@clisp.org>
44759
44760         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
44761         ISO C 99 Technical Corrigendum 1.
44762
44763 2006-06-22  Simon Josefsson  <jas@extundo.com>
44764
44765         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
44766         MinGW.
44767
44768 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
44769
44770         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
44771         needed.  Some compiler complained about some of them.  Problem reported
44772         by Larry Jones in
44773         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
44774
44775 2006-06-21  Simon Josefsson  <jas@extundo.com>
44776
44777         * tests/test-getaddrinfo.c: New file.
44778
44779         * modules/getaddrinfo-tests: New file.
44780
44781         * MODULES.html.sh: Add inet_pton.
44782
44783         * modules/inet_pton: New file.
44784
44785 2006-06-21  Simon Josefsson  <jas@extundo.com>
44786
44787         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
44788         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
44789         of using the (limited) gnulib implementation on Windows XP.
44790
44791         * m4/inet_pton.m4: New file.
44792
44793 2006-06-21  Simon Josefsson  <jas@extundo.com>
44794
44795         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
44796         variable.
44797
44798         * lib/socket_.h: Don't define WINVER.
44799
44800         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
44801         slightly modified to work in gnulib.
44802
44803 2006-06-21  Simon Josefsson  <jas@extundo.com>
44804
44805         * doc/gnulib.texi (Windows sockets): Add.
44806
44807 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
44808
44809         * lib/read-file.c (fread_file): Start with buffer allocation of
44810         0 bytes rather than 1 byte; this simplifies the code.
44811         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
44812         code to free buffer and save/restore errno.
44813         (internal_read_file): Remove unused local.
44814
44815 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
44816
44817         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
44818         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
44819         Problem reported by Denis Excoffier in
44820         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
44821
44822 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44823
44824         * modules/sys_socket, modules/socklen: Include sys/types since
44825         FreeBSD 4.x's sys/socket.h needs it.
44826
44827 2006-06-19  Simon Josefsson  <jas@extundo.com>
44828
44829         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
44830
44831 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
44832
44833         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
44834
44835 2006-06-19  Bruno Haible  <bruno@clisp.org>
44836
44837         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
44838         and FULL_PATH_INTTYPES_H in angle brackets.
44839         Reported by Mark D. Baushke <mdb@gnu.org>.
44840
44841 2006-06-17  Eric Blake  <ebb9@byu.net>
44842
44843         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
44844         errno.
44845
44846 2006-06-17  Bruno Haible  <bruno@clisp.org>
44847
44848         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
44849         <sys/inttypes.h>.
44850
44851 2006-06-17  Bruno Haible  <bruno@clisp.org>
44852
44853         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
44854         whether errno is declared. Assume <errno.h> declares errno.
44855
44856 2006-06-17  Bruno Haible  <bruno@clisp.org>
44857
44858         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
44859
44860 2006-06-17  Bruno Haible  <bruno@clisp.org>
44861
44862         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
44863         problem on Solaris 2.5.1.
44864
44865 2006-06-16  Eric Blake  <ebb9@byu.net>
44866
44867         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
44868         * lib/unicodeio.c [!defined errno]: Likewise.
44869         * lib/strtol.c [!defined errno]: Likewise.
44870         * lib/strtod.c [!defined errno]: Likewise.
44871
44872 2006-06-15  Eric Blake  <ebb9@byu.net>
44873
44874         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
44875
44876 2006-06-15  Eric Blake  <ebb9@byu.net>
44877
44878         * config/srclist.txt (ssize_t.m4): Lose sync.
44879
44880 2006-06-15  Bruno Haible  <bruno@clisp.org>
44881
44882         * modules/stdint (Files): Include m4/full-header-path.m4,
44883         m4/size_max.m4, m4/wchar_t.m4.
44884         (Makefile.am): Many more substitutions.
44885         * modules/stdint-tests: New file.
44886         * tests/test-stdint.c: New file.
44887
44888 2006-06-15  Bruno Haible  <bruno@clisp.org>
44889
44890         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
44891         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
44892         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
44893         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
44894         gl_CHECK_TYPE_SAME): New macros.
44895
44896 2006-06-15  Bruno Haible  <bruno@clisp.org>
44897
44898         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
44899
44900 2006-06-15  Bruno Haible  <bruno@clisp.org>
44901
44902         * lib/stdint_.h: Rewritten to be fully auto-configured.
44903         Fixes bug on HP-UX/IA64.
44904
44905 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
44906
44907         * lib/getdate.y (__attribute__): Don't define if already defined.
44908         Problem reported by Larry Jones.
44909         * lib/utimens.c (__attribute__): Likewise.
44910
44911 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
44912
44913         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
44914         reported by Andreas Schwab.
44915
44916 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44917             Bruno Haible  <bruno@clisp.org>
44918
44919         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
44920         check for the declaration of strnlen and a run test that exposes the
44921         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
44922         rpl_strndup.
44923
44924 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44925             Bruno Haible  <bruno@clisp.org>
44926
44927         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
44928
44929 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44930
44931         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
44932         compile test, for Tru64 4.0D.
44933
44934 2006-05-28  Karl Berry  <karl@gnu.org>
44935
44936         * config/srclist.txt (printf-args.c): lose sync.
44937
44938 2006-05-26  Martin Lambers  <marlam@marlam.de>
44939
44940         * lib/getpass.c: Updates the test for the native W32 API, and adds
44941         missing includes, thus fixing compilation warnings.
44942
44943 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
44944
44945         * lib/exclude.c (exclude_fnmatch): New function.
44946         (excluded_file_name): Call exclude_fnmatch.
44947         * lib/exclude.h (excluded_file_name): New prototype
44948
44949 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
44950
44951         * lib/tempname.c (small_open, large_open): New macros.
44952         (__open, __open64) [!_LIBC]: Remove.
44953         (__gen_tempname): Use small_open and large_open instead of __open
44954         and __open64.  This fixes a portability bug on HP-UX 11.11i
44955         reported by Simon Wing-Tang in
44956         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
44957
44958 2006-05-24  Bruno Haible  <bruno@clisp.org>
44959
44960         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
44961         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
44962         Reported by Thorsten Maerz <torte@netztorte.de> via
44963         Aaron Stone <aaron@serendipity.cx>.
44964
44965 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44966
44967         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
44968         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
44969         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
44970         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
44971         not really conditional on the cache.
44972         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
44973
44974 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
44975
44976         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
44977         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
44978         (my_usleep): Don't mishandle maximum value.
44979
44980 2006-05-19  Jim Meyering  <jim@meyering.net>
44981
44982         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
44983
44984 2006-05-17  Bruno Haible  <bruno@clisp.org>
44985
44986         Cygwin portability.
44987         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
44988
44989 2006-05-17  Bruno Haible  <bruno@clisp.org>
44990
44991         * lib/stdint_.h: Fix recognition of Cygwin.
44992
44993 2006-05-15  Bruno Haible  <bruno@clisp.org>
44994
44995         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
44996         on libtool patch by Ralf Wildenhues.
44997
44998 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
44999
45000         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
45001         test for C99 conformance; (bool) 0.5 is an integer constant
45002         expression, but (bool) -0.5 is not.  Problem reported by Fedor
45003         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
45004
45005 2006-05-11  Simon Josefsson  <jas@extundo.com>
45006
45007         * m4/xvasprintf.m4: Fix obvious typo.
45008
45009 2006-05-11  Jim Meyering  <jim@meyering.net>
45010
45011         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
45012         James Lemley.
45013
45014 2006-05-10  Simon Josefsson  <jas@extundo.com>
45015
45016         * lib/md4.c: Typo fix, update copyright years.
45017         (K1, K2): Don't use L because it turn computations into 64-bit on
45018         64-bit platforms.
45019
45020 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45021
45022         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
45023         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
45024         unwanted sign propagation, e.g., on hosts with 64-bit int.
45025         There still are some problems with reeelly weird theoretical hosts
45026         (e.g., 33-bit int) but it's not worth worrying about now.
45027         * lib/sha1.c (rol): Likewise.
45028         (K1, K2, K3, K4): Remove unnecessary L suffix.
45029
45030 2006-05-10  Bruno Haible  <bruno@clisp.org>
45031
45032         * lib/des.c: Cast to avoid warnings.
45033
45034 2006-05-09  Bruno Haible  <bruno@clisp.org>
45035
45036         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
45037         (Depends-on): Depend also on xsize, stdarg.
45038         (configure.ac): Add gl_XVASPRINTF.
45039
45040 2006-05-09  Bruno Haible  <bruno@clisp.org>
45041
45042         * m4/xvasprintf.m4: New file.
45043
45044 2006-05-09  Bruno Haible  <bruno@clisp.org>
45045
45046         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
45047         (EOVERFLOW): Define fallback value.
45048         (xstrcat): New function.
45049         (xvasprintf): Recognize the special case of a string concatenation.
45050
45051 2006-05-08  Eric Blake  <ebb9@byu.net>
45052
45053         * gnulib-tool (func_version): Base copyright year on CVS date.
45054         (func_emit_copyright_notice): New function.
45055         (func_emit_lib_Makefile_am): Use it.
45056         (func_emit_tests_Makefile_am): Likewise.
45057         (func_import): Likewise.
45058
45059 2006-05-08  Bruno Haible  <bruno@clisp.org>
45060
45061         * modules/stdarg: New file.
45062         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
45063
45064 2006-05-08  Bruno Haible  <bruno@clisp.org>
45065
45066         * m4/stdarg.m4: New file, from GNU gettext.
45067
45068 2006-05-08  Bruno Haible  <bruno@clisp.org>
45069
45070         * config/srclist.txt (build-aux/config.rpath): different from latest
45071         release.
45072
45073 2006-05-08  Bruno Haible  <bruno@clisp.org>
45074
45075         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
45076
45077 2006-05-05  Jim Meyering  <jim@meyering.net>
45078
45079         * m4/warning.m4: New file, derived from bison's file by the same name.
45080
45081 2006-05-03  Bruno Haible  <bruno@clisp.org>
45082
45083         * lib/stdint_.h: Shorter URL.
45084         * lib/inttypes.h: Likewise.
45085
45086 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45087
45088         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
45089
45090 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45091
45092         * lib/verify.h: Document the internals better.  Most of this change
45093         was written by Bruno Haible.
45094
45095 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
45096
45097         * doc/verify.texi: New file, partly based on a proposal by
45098         Bruno Haible.
45099
45100 2006-05-02  Bruno Haible  <bruno@clisp.org>
45101
45102         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
45103         test from here...
45104         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
45105
45106 2006-04-29  Bruno Haible  <bruno@clisp.org>
45107
45108         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
45109         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
45110
45111 2006-04-29  Bruno Haible  <bruno@clisp.org>
45112
45113         * gnulib-tool: Make --update option actually work.
45114
45115 2006-04-29  Bruno Haible  <bruno@clisp.org>
45116
45117         * doc/gcd.texi: New file.
45118         * doc/gnulib.texi: Include it.
45119
45120 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
45121
45122         * lib/getdate.y (get_date): When adding relative date, start with the
45123         initial time, not with the result of the first mktime call.
45124
45125 2006-04-25  Bruno Haible  <bruno@clisp.org>
45126
45127         * gnulib-tool (func_import): Output the include directives in three
45128         blocks, sorted separately.
45129         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45130
45131 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45132
45133         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
45134         to define main with arguments, for C++.  Reported by Eric Blake.
45135         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
45136         Prefer 'int main ()' to 'int main (void)', for C++.
45137         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
45138         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
45139         for 'main', for C99 and C++.
45140
45141 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
45142
45143         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
45144         Don't assume that exit status -1 is valid.
45145         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45146         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
45147         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
45148         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
45149         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
45150         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
45151         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
45152         functions can be used without declaring them, or that you can
45153         exit with status -1.
45154         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
45155
45156 2006-04-24  Karl Berry  <karl@gnu.org>
45157
45158         * config/srclist.txt (longdouble.m4): sync lost.
45159
45160 2006-04-24  Eric Blake  <ebb9@byu.net>
45161
45162         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
45163
45164 2006-04-24  Bruno Haible  <bruno@clisp.org>
45165
45166         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
45167         poll() implementation in AIX.
45168         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45169
45170 2006-04-24  Bruno Haible  <bruno@clisp.org>
45171
45172         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
45173         assigned exactly once.
45174
45175 2006-04-23  Claudio Fontana  <claudio@gnu.org>
45176             Bruno Haible  <bruno@clisp.org>
45177
45178         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
45179         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
45180         for AM_CPPFLAGS.
45181
45182 2006-04-23  Bruno Haible  <bruno@clisp.org>
45183
45184         * modules/copy-file: Depend on unistd.
45185         * modules/execute: Likewise.
45186         * modules/fatal-signal: Likewise.
45187         * modules/findprog: Likewise.
45188         * modules/mkdtemp : Likewise.
45189         * modules/pipe: Likewise.
45190         * modules/wait-process: Likewise.
45191
45192 2006-04-23  Bruno Haible  <bruno@clisp.org>
45193
45194         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
45195         condition was already detected.
45196         Reported by Ben Pfaff <blp@cs.stanford.edu>.
45197
45198 2006-04-23  Bruno Haible  <bruno@clisp.org>
45199
45200         * lib/copy-file.c: Include <unistd.h> unconditionally.
45201         * lib/execute.c: Likewise.
45202         * lib/fatal-signal.c: Likewise.
45203         * lib/findprog.c: Likewise.
45204         * lib/mkdtemp.c: Likewise.
45205         * lib/pipe.h: Likewise.
45206         * lib/pipe.c: Likewise.
45207         * lib/wait-process.h: Likewise.
45208
45209 2006-04-23  Bruno Haible  <bruno@clisp.org>
45210
45211         * gnulib-tool (func_usage): Fix --import description. Document
45212         --update.
45213         (func_import): Create temporary file in a temporary directory, if
45214         --dry-run is specified. Silence errors from 'grep' when there are no
45215         m4 files in $m4dir.
45216         (func_create_testdir): Silence errors from 'grep' when there are no
45217         m4 files in $m4dir.
45218         Reported by Karl Berry <karl@freefriends.org>.
45219
45220 2006-04-20  Bruno Haible  <bruno@clisp.org>
45221
45222         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
45223         one argument, so that the code will be portable to Autoconf 2.60.
45224         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
45225         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45226         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
45227
45228 2006-04-19  Derek Price  <derek@ximbiot.com>
45229             Eric Blake  <ebb9@byu.net>
45230
45231         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
45232         rather than "/full/path.h".  Update comment to match.  Shorten &
45233         generalize m4_translit call via AS_TR_CPP.
45234
45235 2006-04-19  Derek Price  <derek@ximbiot.com>
45236             Eric Blake  <ebb9@byu.net>
45237
45238         * lib/inttypes.h: Correct grammar in comment.
45239
45240 2006-04-18  Derek Price  <derek@ximbiot.com>
45241             Paul Eggert  <eggert@cs.ucla.edu>
45242
45243         * modules/inttypes: New file.
45244         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
45245
45246 2006-04-18  Derek Price  <derek@ximbiot.com>
45247             Paul Eggert  <eggert@cs.ucla.edu>
45248
45249         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
45250         New files.
45251
45252 2006-04-18  Derek Price  <derek@ximbiot.com>
45253             Paul Eggert  <eggert@cs.ucla.edu>
45254
45255         * lib/inttypes.h: New file.
45256         * lib/strtoimax.c: Assume <inttypes.h>.
45257
45258 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
45259
45260         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
45261         isn't mounted.  Problem reported by Kir Kolyshkin.
45262
45263 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
45264
45265         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
45266         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
45267         Derek R. Price.
45268         * lib/regex.h (RE_DUP_MAX): Update comment to match current
45269         implementation.
45270
45271 2006-04-12  Eric Blake  <ebb9@byu.net>
45272
45273         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
45274         is now done automatically by the corresponding Autoconf macro.
45275
45276 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
45277
45278         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
45279         time_r.h.
45280
45281 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45282
45283         Merge regex changes from libc, removing some of our
45284         POSIX-conformance changes that were rejected and redoing them in a
45285         less-intrusive way.
45286
45287         * lib/regcomp.c (re_compile_internal, init_dfa):
45288         Length arg is now size_t, not Idx.  All uses changed.
45289         (peek_token): Forward decl now says internal_function.
45290         (__re_error_msgid, __re_error_msgid_idx):
45291         Now static rather than extern with attribute_hidden.
45292         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
45293         For some reason libc prefers K&R style defns for external functions.
45294         (regerror) [!defined _LIBC]: Likewise.
45295         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
45296         (seek_collating_symbol_entry, lookup_collation_sequence_value):
45297         (build_range_exp, build_collating_symbol):
45298         Use K&R-style defn.
45299         (re_compile_fastmap): Use '\0' to memset, not 0.
45300         (utf8_sb_map): Make the calculations more obvious.
45301         (init_dfa, parse_bracket_exp, build_charclass_op):
45302         Call calloc and cast result, as glibc does.
45303         (init_word_char, fetch_token, peek_token, peek_token_bracket):
45304         (build_range_exp, build_collating_symbol):
45305         Now internal functions.
45306
45307         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
45308
45309         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
45310         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
45311         Don't depend on VMS; depend on __VMS instead, for POSIX
45312         namespace cleanness.
45313         (regoff_t): Define to ssize_t, not long int.
45314
45315         Remove the REG_ macros named below.  Instead, make the old names
45316         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
45317         __USE_GNU_REGEX.
45318         (REG_BACKSLASH_ESCAPE_IN_LISTS):
45319         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
45320         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
45321         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
45322         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
45323         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
45324         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
45325         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
45326         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
45327         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
45328         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
45329         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
45330         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
45331         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
45332         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
45333         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
45334         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
45335         (REG_NREGS):
45336         Remove.  All uses replaced by the old RE_* names.
45337         (RE_BACKSLASH_ESCAPE_IN_LISTS):
45338         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
45339         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
45340         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
45341         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
45342         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
45343         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
45344         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
45345         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
45346         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
45347         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
45348         Don't bother having these macros be independent of each others'
45349         values, since they no longer exist in the POSIX name space.
45350
45351         Rename the following member names back to their old names,
45352         unless !__USE_GNU_REGEX.  All uses changed back.
45353         (buffer): Renamed from re_buffer.
45354         (allocated): Renamed from re_allocated.
45355         (used): Renamed from re_used.
45356         (syntax): Renamed from re_syntax.
45357         (fastmap): Renamed from re_fastmap.
45358         (translate): Renamed from re_translate.
45359         (can_be_null): Renamed from re_can_be_null.
45360         (regs_allocated): Renamed from re_regs_allocated.
45361         (fastmap_accurate): Renamed from re_fastmap_accurate.
45362         (no_sub): Renamed from re_no_sub.
45363         (not_bol): Renamed from re_not_bol.
45364         (not_eol): Renamed from re_not_eol.
45365         (newline_anchor): Renamed from re_newline_anchor.
45366         (num_regs): Renamed from rm_num_regs.
45367         (start): Renamed from rm_start.
45368         (end): Renamed from rm_end.
45369
45370         (free_state): Move up a bit.
45371
45372         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
45373         #define to be empty.
45374         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
45375         when that is what is intended.
45376         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
45377         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
45378         (MAX): New macro.
45379         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
45380         All uses changed back to re_malloc, etc.  It's now the caller's
45381         responsibility to check for overflow; all callers changed.
45382         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
45383         (re_x2nrealloc): Remove.
45384         (free_state): Remove decl.
45385
45386         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
45387         (re_set_registers, re_exec):
45388         Use K&R-style defn.
45389
45390         2006-01-31  Roland McGrath  <roland@redhat.com>
45391
45392         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
45393         Reported by Mike Frysinger <vapier@gentoo.org>.
45394
45395         2006-01-15  Andreas Jaeger  <aj@suse.de>
45396
45397         [BZ #1950]
45398         * lib/regex_internal.c (re_string_reconstruct): Adjust for
45399         build_wcs_upper_buffer change.
45400         (build_wcs_upper_buffer): Change return type.
45401
45402         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
45403
45404         * lib/regex_internal.h: Include <stdint.h> if available.
45405
45406         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
45407
45408         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
45409
45410         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
45411
45412         * lib/regcomp.c: Adjust for changed secondary hash function.
45413
45414         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
45415
45416         * lib/regex.h: Pretty printing.
45417         Clean up namespace a bit.
45418
45419         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
45420
45421         * lib/regexec.c (update_cur_sifted_state, check_arrival,
45422         check_arrival_add_next_nodes): Avoid using uninitialized variable.
45423
45424         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
45425                     Ulrich Drepper  <drepper@redhat.com>
45426
45427         [BZ #1302]
45428         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
45429         changed.
45430         (bitset_word_t): Renamed from bitset_word.  All uses changed.
45431
45432         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
45433
45434         [BZ #281]
45435         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
45436         * lib/regcomp.c: Remove unnecessary uses of
45437         unsigned RE_TRANSLATE_TYPE.
45438         * lib/regex_internal.h: Likewise.
45439         * lib/regex_internal.c: Likewise.
45440         * lib/regexec.c: Likewise.
45441         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
45442
45443         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
45444
45445         * lib/regexec.c (find_recover_state): Remove unnecessary
45446         initialization.
45447         (transit_state_bkref): Make DFA a const pointer.
45448         (get_subexp): Likewise.
45449         (check_arrival): Likewise.
45450         (update_cur_sifted_state): Likewise.
45451         (re_search_internal): Likewise.
45452         (prune_impossible_nodes): Likewise.
45453         (acquire_init_state_context): Likewise.
45454         (proceed_next_node): Likewise.
45455         (set_regs): Likewise.
45456         (free_fail_stack_return): Likewise.
45457         (check_arrival_expand_ecl): Mark DFA parameter as const.
45458         (check_arrival_expand_ecl_sub): Likewise.
45459         (check_subexp_limits): Likewise.
45460         (sub_epsilon_src_nodes):  Likewise.
45461         (add_epsilon_src_nodes):  Likewise.
45462         (merge_state_array): Likewise.
45463         (update_regs): Likewise.
45464         (build_trtable): Likewise.
45465         (sift_states_backward): Mark MCTX parameter as const.
45466         (build_sifted_states): Likewise.
45467         (update_cur_sifted_state): Likewise.
45468         (sift_states_mkref): Likewise.
45469         (check_arrival_expand_ecl): Mark eclosure as const.
45470         (check_dst_limits_calc_pos_1): Likewise.
45471         * lib/regex_internal.h (re_match_context_t): Make dfa a const
45472         pointer.
45473
45474         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
45475
45476         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
45477         (transit_state_sb): Likewise.
45478         (transit_state_mb): Likewise.
45479         (sift_states_iter_mb): Likewise.
45480         (check_arrival_add_next_nodes): Likewise.
45481         (check_node_accept_bytes): Change first parameter to pointer-to-const.
45482         [_LIBC] (re_search_2_stub): Use mempcpy.
45483
45484         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
45485         mbrtowc for very simple UTF-8 case.
45486
45487         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
45488         a pointer-to-const.
45489         (re_acquire_state_context): Likewise.
45490         * lib/regex_internal.h: Adjust prototypes.
45491
45492         * lib/regex.c: Prevent using C++ compilers.
45493
45494         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
45495         (re_acquire_state_context): Likewise.
45496
45497 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45498
45499         * modules/regex (Depends-on): Add ssize_t.
45500
45501 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45502
45503         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
45504         translation table.
45505
45506 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
45507
45508         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
45509
45510 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
45511             Bruno Haible  <bruno@clisp.org>
45512
45513         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
45514         <sys/types.h> and <inttypes.h>.
45515
45516 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45517
45518         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
45519         `__error_t_defined', so argp.h will not typedef the former.
45520
45521 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
45522
45523         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
45524         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
45525         glibc names.  Even if glibc is changed to conform to POSIX, the
45526         traditional names will be available anyway, since regex depends on
45527         the extensions module.  Also, fix a longstanding typo in the
45528         implementation of Spencer ERE test #75 from grep 2.3.  Problems
45529         reported by Emanuele Giaquinta.  Also, change sense of cached
45530         variable, so that the message makes sense.
45531
45532 2006-03-24  Simon Josefsson  <jas@extundo.com>
45533
45534         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
45535         including some doc fixes.
45536         (base64_encode_alloc): Fix +1 bug on allocation failures.
45537
45538 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45539
45540         * lib/base64.c (base64_encode): Do not read past end of array with
45541         unsanitized input on systems with CHAR_BIT > 8.
45542
45543 2006-03-24  Eric Blake  <ebb9@byu.net>
45544
45545         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
45546
45547 2006-03-22  Karl Berry  <karl@gnu.org>
45548
45549         * config/srclist.txt (*setenv.[ch]): get from coreutils.
45550         * config/srclistvars.sh (COREUTILS): new var.
45551
45552 2006-03-17  Jim Meyering  <jim@meyering.net>
45553
45554         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
45555         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
45556
45557 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
45558
45559         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
45560         no longer needs it.  Instead, check that regoff_t is as least
45561         as wide as ptrdiff_t.
45562
45563         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
45564         so that our regex.h stays compatible with the installed regex.
45565         This is helpful for installers who configure --without-included-regex.
45566         Problem reported by Emanuele Giaquinta.
45567
45568 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
45569
45570         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
45571         Typedef to long int, not to off_, as POSIX will likely change
45572         in that direction.
45573
45574 2006-03-15  Eric Blake  <ebb9@byu.net>
45575
45576         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
45577
45578 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
45579
45580         * lib/argp-help.c (validate_uparams): Fix typo
45581         * lib/argp-parse.c (argp_default_options): Consistently begin help
45582         messages with a lowercase letter.
45583
45584 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
45585
45586         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
45587         overrun buffers and shouldn't be used (much as gets shouldn't be
45588         used).
45589         * lib/time_r.c (asctime_r, ctime_r): Likewise.
45590
45591 2006-03-08  Simon Josefsson  <jas@extundo.com>
45592
45593         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
45594         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45595
45596 2006-03-08  Simon Josefsson  <jas@extundo.com>
45597
45598         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
45599         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45600
45601 2006-03-08  Simon Josefsson  <jas@extundo.com>
45602
45603         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
45604         signal that configure disabled the device.
45605
45606 2006-03-08  Simon Josefsson  <jas@extundo.com>
45607
45608         * build-aux/maint.mk: Fix refresh-po, to handle no translated
45609         languages.
45610
45611 2006-03-07  Simon Josefsson  <jas@extundo.com>
45612
45613         * modules/getopt (Depends-on): Add unistd.
45614
45615         * modules/unistd: New file.
45616
45617 2006-03-07  Simon Josefsson  <jas@extundo.com>
45618
45619         * modules/gc-random: New file.
45620
45621 2006-03-07  Simon Josefsson  <jas@extundo.com>
45622
45623         * m4/unistd_h.m4: New file.
45624
45625 2006-03-07  Simon Josefsson  <jas@extundo.com>
45626
45627         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
45628         test to be side-effect free by storing the result in the cache
45629         variable gl_cv_lib_readline, and moving the assignment of
45630         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
45631         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45632
45633 2006-03-07  Simon Josefsson  <jas@extundo.com>
45634
45635         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
45636         error on missing devices (the functions will return an error).
45637
45638         * m4/gc.m4: Move random stuff to gc-random.m4
45639
45640 2006-03-07  Simon Josefsson  <jas@extundo.com>
45641
45642         * lib/unistd_.h: New file.
45643
45644 2006-03-07  Simon Josefsson  <jas@extundo.com>
45645
45646         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
45647
45648 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45649
45650         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
45651         Problem reported by Juan Manuel Guerrero.
45652
45653 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45654
45655         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
45656         the unistd module.
45657         * lib/getlogin_r.c: Likewise.
45658         * lib/getlogin_r.h: Likewise.
45659         * lib/glob.c: Likewise.
45660         * lib/pagealign_alloc.c: Likewise.
45661         * lib/unistd_.h: Remove; no longer needed.
45662
45663 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
45664
45665         * MODULES.html.sh (Support for systems lacking POSIX:2001):
45666         Add unistd.
45667         * modules/c-stack (Depends-on): Add unistd.
45668         * modules/getlogin_r: Likewise.
45669         * modules/glob: Likewise.
45670         * modules/pagealign_alloc: Likewise.
45671         * modules/unistd (Files): Remove lib/unistd_.h.
45672         (EXTRA_DIST): Remove.
45673         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
45674         need unistd_.h.
45675         (MOSTLYCLEANFILES): Remove unistd.h-t.
45676
45677 2006-03-03  Simon Josefsson  <jas@extundo.com>
45678
45679         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
45680
45681 2006-03-03  Simon Josefsson  <jas@extundo.com>
45682
45683         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
45684         libidn and bison.
45685
45686 2006-03-03  Simon Josefsson  <jas@extundo.com>
45687
45688         * build-aux/maint.mk: Add indent target.
45689
45690 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
45691
45692         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
45693         our replacement poll.h in any case, to avoid a differing
45694         declaration from a system header.  Seen on AIX.
45695
45696 2006-03-01  Simon Josefsson  <jas@extundo.com>
45697
45698         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
45699         <kasal@ucw.cz>.
45700
45701 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45702
45703         * modules/gettime (Depends-on): Add extensions module.
45704         * modules/nanosleep (Depends-on): Likewise.
45705         * modules/settime (Depends-on): Likewise.
45706
45707 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
45708
45709         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
45710         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
45711         pedantically.
45712         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
45713         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
45714
45715         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
45716         not "==".  Reported by Ralf Wildenhues.
45717
45718 2006-03-01  Karl Berry  <karl@gnu.org>
45719
45720         * doc/Copyright/request-*: new files, synced from gnuorg.
45721
45722 2006-03-01  Karl Berry  <karl@gnu.org>
45723
45724         * config/srclist.txt (Copyright/*): new entries.
45725
45726 2006-02-28  Simon Josefsson  <jas@extundo.com>
45727
45728         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
45729
45730 2006-02-27  Simon Josefsson  <jas@extundo.com>
45731
45732         * lib/base64.h: Indent #define's.  From Jim Meyering
45733         <jim@meyering.net>.
45734
45735 2006-02-27  Jim Meyering  <jim@meyering.net>
45736
45737         Revert the change of 2006-02-24, so these files can continue
45738         to be sync'd from gettext.
45739         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
45740         of `config.h'.
45741
45742 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
45743
45744         * modules/intprops: New file.
45745         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
45746         Add intprops.
45747         * modules/getloadavg (Files): Remove lib/intprops.h.
45748         (Depends-on): Add intprops.
45749         * modules/human: Likewise.
45750         * modules/inttostr: Likewise.
45751         * modules/openat: Likewise.
45752         * modules/sig2str: Likewise.
45753         * modules/userspec: Likewise.
45754         * modules/utimecmp: Likewise.
45755         * modules/xnanosleep: Likewise.
45756         * modules/xstrtol: Likewise.
45757
45758 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
45759
45760         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
45761         * modules/lock-tests (TESTS): Use $(EXEEXT).
45762         * modules/tls-tests: Likewise.
45763         * modules/argp-tests: Likewise.
45764         (check_PROGRAMS): New var, replacing...
45765         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
45766
45767 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45768
45769         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
45770         `config.h'.
45771
45772 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
45773
45774         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
45775
45776 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45777
45778         Sync from coreutils.
45779         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
45780         gl_CHDIR_SAFER.
45781
45782 2006-02-22  Jim Meyering  <jim@meyering.net>
45783
45784         Sync from coreutils.
45785         * m4/chdir-safer.m4: New file.
45786
45787 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
45788
45789         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
45790         AT_FDCWD exceeds INT_MAX.
45791         * lib/openat.h (AT_FDCWD): Likewise.
45792
45793 2006-02-17  Eric Blake  <address@hidden>
45794
45795         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
45796
45797 2006-02-16  Simon Josefsson  <jas@extundo.com>
45798
45799         * modules/getaddrinfo (Depends-on): Add sys_socket.
45800
45801 2006-02-15  Simon Josefsson  <jas@extundo.com>
45802
45803         * build-aux/maint.mk: Add dsyntax-check rule.
45804
45805 2006-02-15  Eric Blake  <ebb9@byu.net>
45806
45807         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
45808         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
45809         'present but cannot compile' warnings on cygwin.
45810         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
45811         use ws2tcpip.h if sys/socket.h works.
45812         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
45813         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
45814
45815 2006-02-14  Simon Josefsson  <jas@extundo.com>
45816
45817         * modules/maintainer-makefile (Files): Rename.
45818
45819         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
45820         and (the local) Makefile.cfg to maint-cfg.mk.
45821
45822         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
45823         to the latter.
45824
45825         * modules/maintainer-makefile: New module.
45826
45827         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
45828         severaly stripped to make it possible to build it up from scratch
45829         with reliable tests.
45830
45831         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
45832         fixes to permit overriding the default actions when configure and
45833         makefile are not available.
45834
45835 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
45836
45837         Sync from coreutils.
45838         * modules/lstat (Depends-on): Don't depend on xalloc.
45839         (License): Change from GPL to LGPL, since this is now simply a
45840         replacement for a libc function.
45841
45842 2006-02-14  Jim Meyering  <jim@meyering.net>
45843
45844         Sync from coreutils.
45845
45846         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
45847         failure on deficient systems, and simplify gnulib lgpl dependencies.
45848         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
45849         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
45850
45851         * lib/xalloc-die.c: Remove unused definition of N_.
45852
45853 2006-02-14  Jim Meyering  <jim@meyering.net>
45854
45855         Sync from coreutils.
45856         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
45857         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
45858         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
45859         double-quote uses of that variable, to accommodate the rare case in
45860         which getmntent is available in none of the libraries checked.  This
45861         happens at least on FreeBSD 5.0.
45862
45863 2006-02-13  Simon Josefsson  <jas@extundo.com>
45864
45865         * gnulib-tool (Usage): Fix --import, from
45866         karl@freefriends.org (Karl Berry).
45867
45868 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
45869
45870         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
45871
45872 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
45873
45874         * lib/argp-namefrob.h: Restore changes accidentally lost during the
45875         "autoupdate" on 2005-12-12.
45876
45877 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
45878
45879         * modules/closeout (Depends-on): Remove atexit.
45880
45881 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
45882
45883         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
45884         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
45885
45886 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
45887
45888         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
45889         __EXTENSIONS__ if this causes compilation to fail.  Problem
45890         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
45891         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
45892
45893 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
45894
45895         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
45896         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
45897         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
45898         All uses changed.
45899
45900 2006-01-26  Simon Josefsson  <jas@extundo.com>
45901
45902         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
45903         prototype is visible on mingw32.
45904
45905         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
45906         for mingw32.
45907
45908         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
45909         mingw32).
45910
45911 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
45912
45913         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
45914         attempt to open for write; this always fails, at least on POSIX
45915         hosts.  This reinstates the 2006-01-09 change, which was
45916         inadvertently removed.
45917
45918 2006-01-26  Bruno Haible  <bruno@clisp.org>
45919
45920         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
45921         Reported by Paul Eggert.
45922
45923 2006-01-26  Bruno Haible  <bruno@clisp.org>
45924             Paul Eggert  <eggert@cs.ucla.edu>
45925
45926         * lib/stdbool_.h (_Bool)
45927         [(! (defined __cplusplus || defined __BEOS__)
45928           && !defined __GNUC__
45929           && !(defined __HP_cc || defined __xlc__
45930                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
45931                || defined __sgi))]:
45932         #define to signed char in these cases too; this simplifies
45933         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
45934         etc., separately) and makes it more conservative.
45935
45936 2006-01-25  Simon Josefsson  <jas@extundo.com>
45937
45938         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
45939         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
45940         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
45941
45942 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
45943
45944         * lib/argp-namefrob.h: Bugfix. Remove stray #
45945
45946 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
45947
45948         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
45949         so that we test the test.
45950         Check for yet another HP-UX cc bug involving *bool |= bool.
45951
45952 2006-01-25  Karl Berry  <karl@gnu.org>
45953
45954         * config/srclist.txt (vasnprintf.c): sync lost.
45955
45956 2006-01-25  Jim Meyering  <jim@meyering.net>
45957
45958         Sync from the stable (b5) branch of coreutils:
45959
45960         * lib/fts.c (fts_children): Don't let close() clobber errno from
45961         failed fchdir().
45962
45963         * lib/fts.c (fts_stat): When following a symlink-to-directory,
45964         don't necessarily interpret stat-fails+lstat-succeeds as indicating
45965         a dangling symlink.  That can also happen at least for ELOOP.
45966         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
45967         FYI, this bug predates the inclusion of fts.c in coreutils.
45968
45969         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
45970         in their own block, so pre-c99 compilers don't object.
45971
45972         Avoid the double-free (first in fts_read, second in fts_close) that
45973         would occur when an `active' directory is made inaccessible (e.g.,
45974         via chmod a-x) during a traversal.
45975         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
45976         before returning.  Reproduce this failure by
45977         mkdir -p a/b; cd a; chmod a-x . b
45978         Reported by Stavros Passas.
45979
45980 2006-01-25  Jim Meyering  <jim@meyering.net>
45981
45982         * lib/fileblocks.c: Remove more useless parentheses.
45983         * lib/readutmp.h: Likewise.
45984
45985 2006-01-25  Bruno Haible  <bruno@clisp.org>
45986
45987         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
45988         warnings.
45989         Reported by Paul Eggert.
45990
45991 2006-01-25  Bruno Haible  <bruno@clisp.org>
45992
45993         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
45994         rid of a trap command. For Solaris sh.
45995         Reported by Mark D. Baushke <mdb@gnu.org>.
45996
45997 2006-01-24  Simon Josefsson  <jas@extundo.com>
45998
45999         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
46000         Bruno.
46001
46002 2006-01-24  Karl Berry  <karl@gnu.org>
46003
46004         * config/srclist.txt (argp-namefrob.h): sync lost.
46005
46006 2006-01-24  Jim Meyering  <jim@meyering.net>
46007
46008         * modules/openat (Files): Add lib/intprops.h.
46009         From Mark D. Baushke.
46010
46011 2006-01-24  Jim Meyering  <jim@meyering.net>
46012
46013         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
46014         Reported by Mark D. Baushke.
46015
46016 2006-01-24  Jim Meyering  <jim@meyering.net>
46017
46018         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
46019
46020 2006-01-24  Bruno Haible  <bruno@clisp.org>
46021
46022         * modules/strnlen (Maintainer): Change from glibc to all.
46023
46024 2006-01-24  Bruno Haible  <bruno@clisp.org>
46025
46026         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
46027         Patch by Paul Eggert.
46028
46029 2006-01-24  Bruno Haible  <bruno@clisp.org>
46030
46031         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
46032         already has it.
46033         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
46034         2005-11-26.
46035
46036         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
46037         'signed char' to avoid problems with the built-in _Bool type.
46038         Reported by Paul Eggert on 2005-11-26.
46039
46040 2006-01-24  Bruno Haible  <bruno@clisp.org>
46041
46042         * gnulib-tool (func_import): Avoid constructing complicated sed
46043         expressions inside backquote.
46044         Report and solution by Mark D. Baushke <mdb@gnu.org>.
46045
46046 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
46047
46048         These changes imported from libc.
46049         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
46050         test and two separate function calls.
46051         * lib/strndup.c (__strndup): Add libc_hidden_def.
46052
46053 2006-01-23  Simon Josefsson  <jas@extundo.com>
46054
46055         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
46056         Remove the test_*_SOURCES variable: automake infers it by default.
46057         * modules/tls-tests: Likewise.
46058
46059 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46060
46061         Work around porting bugs reported by Dieter in
46062         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
46063         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
46064         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
46065         Include "getopt.h" first, to check interface.
46066         (getenv): Declare only if defined HAVE_DECL_GETENV &&
46067         !HAVE_DECL_GETENV.
46068         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
46069         (__strndup): Revert to K&R-style function dfns, the glibc style.
46070         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
46071         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
46072         Include strnlen.h first, to get prototype properly.
46073         (strnlen): Renamed from __strnlen.
46074         Remove weak alias.
46075
46076 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46077
46078         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
46079
46080 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
46081
46082         * config/srclist.txt: Adjust to reflect glibc reorganization.
46083         This affects only comments.
46084
46085 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46086
46087          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
46088          Reported by Bruce Korb <bkorb@gnu.org>.
46089
46090 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
46091
46092         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
46093         to pacify gcc -Wswitch-default.
46094
46095 2006-01-22  Bruno Haible  <bruno@clisp.org>
46096
46097         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
46098         temporary buffer for sprintf, take into account the precision also
46099         for 'd', 'i', 'u', 'o', 'x', 'X'.
46100
46101 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46102
46103         * modules/argp-tests: New module
46104         * tests/test-argp.c: New file
46105         * tests/test-argp-2.sh: New file
46106
46107 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
46108
46109         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
46110         (__argp_base_name): Removed
46111         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
46112         typo.
46113         (__argp_base_name): Provide macro definition or extern declaration
46114         depending on the configuration
46115
46116 2006-01-20  Simon Josefsson  <jas@extundo.com>
46117
46118         * modules/inet_ntop (Depends-on): Depend on sys_socket.
46119
46120 2006-01-20  Simon Josefsson  <jas@extundo.com>
46121
46122         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
46123
46124 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
46125
46126         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
46127         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
46128         Suggested by Bruno Haible.
46129
46130 2006-01-20  Karl Berry  <karl@gnu.org>
46131
46132         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
46133         until changes propagate, I guess.
46134
46135 2006-01-19  Simon Josefsson  <jas@extundo.com>
46136
46137         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
46138
46139 2006-01-19  Simon Josefsson  <jas@extundo.com>
46140
46141         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
46142
46143 2006-01-19  Simon Josefsson  <jas@extundo.com>
46144
46145         * gnulib-tool: Set check_PROGRAMS.
46146
46147         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46148         modules/des-tests, modules/gc-arcfour-tests,
46149         modules/gc-arctwo-tests, modules/gc-des-tests,
46150         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46151         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46152         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46153         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46154         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46155         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
46156         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
46157         test_*_SOURCES.
46158
46159 2006-01-18  Simon Josefsson  <jas@extundo.com>
46160
46161         * modules/socklen (Depends-on): Depend on sys_socket.
46162
46163 2006-01-18  Simon Josefsson  <jas@extundo.com>
46164
46165         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
46166         modules/des-tests, modules/gc-arcfour-tests,
46167         modules/gc-arctwo-tests, modules/gc-des-tests,
46168         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
46169         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
46170         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
46171         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
46172         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
46173         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
46174         $(EXEEXT) to automake TESTS variable, for mingw32.
46175
46176 2006-01-17  Simon Josefsson  <jas@extundo.com>
46177
46178         * modules/socklen (Include): Need sys/socket.h.
46179
46180 2006-01-17  Bruno Haible  <bruno@clisp.org>
46181
46182         * modules/ssize_t (Include): Add <sys/types.h>.
46183
46184 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
46185
46186         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
46187         it's not portable and it doesn't work with cross-compiles.
46188         Problem reported by Bruno Haible.  Fix missing-$ typo in
46189         'test "gl_cv_ignore_unused_libraries" ...' that prevented
46190         -zignore from being used with Sun's C compiler.
46191
46192 2006-01-12  Simon Josefsson  <jas@extundo.com>
46193
46194         * lib/base64.c: Fix warning, reported by Bruno Haible
46195         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
46196
46197 2006-01-12  Bruno Haible  <bruno@clisp.org>
46198
46199         * modules/ldd: New file.
46200         * build-aux/ldd.sh.in: New file.
46201         * MODULES.html.sh (Support for building libraries and executables): Add
46202         ldd.
46203
46204 2006-01-12  Bruno Haible  <bruno@clisp.org>
46205
46206         * m4/ldd.m4: New file.
46207
46208 2006-01-12  Bruno Haible  <bruno@clisp.org>
46209
46210         * gnulib-tool (func_import, func_create_testdir): Don't go into an
46211         endless loop while replacing $auxdir with build-aux.
46212
46213 2006-01-11  Simon Josefsson  <jas@extundo.com>
46214
46215         * lib/stdint_.h (SIZE_MAX): Add missing (.
46216
46217 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
46218
46219         Sync from coreutils.
46220         * lib/md5.c: Fix commentary typos.
46221         (alignof, UNALIGNED_P): No need for a GCC-specific version.
46222         * lib/md5.h (__attribute__): Remove; unused.
46223         * lib/sha1.c: Fix commentary to match md5 better.
46224         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
46225         so that we don't need to worry about alignment.  All uses changed.
46226         This merges the 2005-10-28 md5 change into sha1.
46227
46228 2006-01-11  Jim Meyering  <jim@meyering.net>
46229
46230         Sync from coreutils.
46231         * lib/md5.c (OP): Fix spacing.
46232
46233 2006-01-11  Bruno Haible  <bruno@clisp.org>
46234
46235         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46236         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
46237         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
46238
46239 2006-01-11  Bruno Haible  <bruno@clisp.org>
46240
46241         Ensure automatic ordering between gl_LOCK and gl_ARGP.
46242         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
46243         the "early" section as well.
46244
46245 2006-01-11  Bruno Haible  <bruno@clisp.org>
46246
46247         Avoid "ar: no archive members specified" error on MacOS X.
46248         * gnulib-tool (func_modules_add_dummy): New function.
46249         (func_import, func_create_testdir): Invoke it.
46250
46251 2006-01-11  Bruno Haible  <bruno@clisp.org>
46252
46253         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
46254         with $auxdir in AC_CONFIG_FILES statements.
46255
46256 2006-01-11  Bruno Haible  <bruno@clisp.org>
46257
46258         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46259         Initialize also noinst_HEADERS to empty.
46260
46261 2006-01-11  Bruno Haible  <bruno@clisp.org>
46262
46263         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
46264         variables.
46265         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
46266         autoreconf.
46267
46268 2006-01-11  Bruno Haible  <bruno@clisp.org>
46269
46270         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
46271         overridable by the user.
46272         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46273
46274 2006-01-10  Simon Josefsson  <jas@extundo.com>
46275
46276         * modules/sys_socket: New file.
46277
46278 2006-01-10  Simon Josefsson  <jas@extundo.com>
46279
46280         * m4/sys_socket_h.m4: New file.
46281
46282 2006-01-10  Simon Josefsson  <jas@extundo.com>
46283
46284         * lib/socket_.h: New file.
46285
46286 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46287
46288         * modules/readutmp (Maintainer): Add myself.
46289
46290 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46291
46292         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
46293         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
46294         People who are still concerned with buggy memcmp implementations
46295         can invoke gl_FUNC_MEMCMP themselves.
46296
46297 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
46298
46299         * lib/regex_internal.h (BITSET_WORD_BITS):
46300         Work around a bug in 64-bit PGC (before version 6.1-2), where the
46301         preprocessor mishandles large unsigned values as if they were signed.
46302         Problem reported by Claudio Fontana in
46303         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
46304
46305 2006-01-10  Jim Meyering  <jim@meyering.net>
46306
46307         Avoid the double-free (first in fts_read, second in fts_close) that
46308         would occur when an `active' directory is made inaccessible (e.g.,
46309         via chmod a-x) during a traversal.
46310         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
46311         before returning.  Reproduce this failure by
46312         mkdir -p a/b; cd a; chmod a-x . b
46313         Reported by Stavros Passas.
46314
46315         Sync from coreutils.
46316         * lib/sha1.c: Tweak grammar in a comment.
46317
46318 2006-01-10  Jim Meyering  <jim@meyering.net>
46319
46320         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
46321         Patch by Joerg Sonnenberger.
46322
46323 2006-01-10  Bruno Haible  <bruno@clisp.org>
46324
46325         * modules/readutmp: Depend on module free.
46326         * modules/strtok_r: Depend on module restrict.
46327
46328 2006-01-10  Bruno Haible  <bruno@clisp.org>
46329
46330         * modules/gettext (configure.ac): Add an invocation of
46331         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
46332
46333 2006-01-10  Bruno Haible  <bruno@clisp.org>
46334
46335         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
46336         Reported by Werner Lemberg <wl@gnu.org>.
46337
46338 2006-01-10  Bruno Haible  <bruno@clisp.org>
46339
46340         * lib/localcharset.c: Update from GNU gettext.
46341
46342 2006-01-10  Bruno Haible  <bruno@clisp.org>
46343
46344         * lib/argp.h (__const): Remove macro. Use const instead.
46345         * lib/argp-fmtstream.h (__const): Likewise.
46346         * lib/glob_.h (__const): Remove macro.
46347         * lib/glob-libc.h: Use const instead of __const.
46348
46349 2006-01-10  Bruno Haible  <bruno@clisp.org>
46350
46351         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
46352         variable.
46353         Needed to avoid an automake error regarding the 'gettext' module.
46354
46355 2006-01-09  Simon Josefsson  <jas@extundo.com>
46356
46357         * modules/inet_ntop (Depends-on): Add restrict.
46358
46359 2006-01-09  Simon Josefsson  <jas@extundo.com>
46360
46361         * modules/gc-rijndael-tests (License): Put under LGPL.
46362
46363         * modules/gc-des-tests (License): Likewise.
46364
46365         * modules/gc-arcfour-tests (License): Likewise.
46366
46367         * modules/gc-arctwo-tests (License): Likewise.
46368
46369         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
46370
46371         * modules/gc-hmac-sha1-tests (Files): Likewise.
46372
46373         * modules/gc-hmac-md5-tests (License): Likewise.
46374
46375         * modules/gc-sha1-tests (License): Likewise.
46376
46377         * modules/gc-md5-tests (License): Likewise.
46378
46379         * modules/gc-md4-tests (License): Likewise.
46380
46381         * modules/gc-md2-tests (License): Likewise.
46382
46383         * modules/gc-tests (License): Likewise.
46384
46385         * modules/des-tests (License): Likewise.
46386
46387         * modules/md4-tests (License): Likewise.
46388
46389         * modules/md2-tests (License): Likewise.
46390
46391 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46392
46393         Sync from coreutils:
46394
46395         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
46396         * modules/lib-ignore: New file.
46397         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
46398         chdir-safer.m4, lchmod.m4.
46399         * modules/openat: Add mkdirat.c, openat-priv.h.
46400
46401 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46402
46403         Sync from coreutils.
46404         * m4/lib-ignore.m4: New file.
46405         * m4/lchmod.m4: New file.
46406
46407 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46408
46409         Sync from coreutils.
46410         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
46411         for write access: POSIX says that must fail.
46412         * lib/fts.c (diropen): Likewise.
46413         * lib/save-cwd.c (save_cwd): Likewise.
46414         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
46415         well, for minor improvements on hosts that lack O_DIRECTORY.
46416         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
46417         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
46418         Fall back on chown if open failed with EACCES.
46419
46420         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
46421         Report an error at compile-time if only a 1-second nominal clock
46422         resolution is found.
46423
46424         * lib/lchmod.h: New file.
46425         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
46426         (make_dir_parents): Use lchown rather than chown, and
46427         lchmod rather than chmod.
46428
46429         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
46430         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
46431         "proc" reported by n0dalus.
46432
46433         * lib/mountlist.c: Include <limits.h>.
46434         (dev_from_mount_options)
46435         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
46436         New function.  It no longer assumes "dev=" has the System V meaning
46437         on Linux (since it doesn't).  It also parses "dev=" more carefully.
46438         (read_file_system_list)
46439         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
46440         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
46441         dev= in that case.
46442
46443         * lib/posixtm.h (PDS_PRE_2000): New macro.
46444         * lib/posixtm.c (year): Arg is now syntax_bits rather than
46445         allow_century.  All usages changed.  Reject dates outside the range
46446         1969-1999 if PDS_PRE_2000 is used.
46447
46448 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
46449
46450         Sync from coreutils.
46451         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
46452         (Time of day items): Mention the possibility of leap seconds.
46453         Problem reported by Dr. David Alan Gilbert.
46454
46455 2006-01-09  Jim Meyering  <jim@meyering.net>
46456
46457         Sync from coreutils.
46458
46459         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
46460
46461         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
46462
46463         * lib/modechange.c (mode_compile): Reject an invalid mode string
46464         that starts with an octal digit.  From Andreas Gruenbacher.
46465
46466         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
46467         and dup to open_safer and dup_safer, respectively.
46468         (openat_permissive): Fix typo in comment.
46469
46470         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
46471         "gettext.h"; either no longer needed or are guaranteed by openat.h.
46472         (_): Remove; no longer needed.
46473         (openat): Renamed from rpl_openat; no need for rpl_openat
46474         since openat.h renames openat for us.
46475         Replace most of the body with a call to openat_permissive,
46476         to avoid duplicate code.
46477         Port to (probably hypothetical) environments were mode_t is
46478         wider than int.
46479         (openat_permissive): Require mode arg, so that we can check
46480         types better.  Put it just after flags.  Change cwd failure
46481         indicator from pointer-to-bool to pointer-to-errno-value.
46482         All callers changed.
46483         Invoke openat_save_fail and/or openat_restore_fail if
46484         cwd_errno is null, so that openat can call us.
46485         (openat_permissive, fdopendir, fstatat, unlinkat):
46486         Simplify errno handling to avoid some duplicate code,
46487         as it's OK to set errno on success.
46488         * lib/openat.h: Revamp code so that function macros depend on
46489         __OPENAT_PREFIX only, not also on AT_FDCWD.
46490         (openat_ro): Remove.  Caller changed to use openat_permissive.
46491         (openat_permissive): Now a macro, if not a function.
46492         (openat_restore_fail, openat_save_fail): Now always functions,
46493         since mkdirat needs them even if __OPENAT_PREFIX is defined.
46494
46495         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
46496         and openat.c.
46497         * lib/mkdirat.c: Include openat-priv.h.
46498         Remove definitions of macros defined therein.
46499         * lib/openat.c: Likewise.
46500
46501         * lib/mkdirat.c (mkdirat): New file and function.
46502         * lib/openat.h (mkdirat): Declare.
46503
46504         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
46505
46506         * lib/openat.h (openat_permissive): Declare.
46507         (openat_ro): Define.
46508
46509         * lib/openat.c (EXPECTED_ERRNO): New macro.
46510         (openat_permissive): New function -- used in remove.c rewrite.
46511         (all functions): Set errno just before returning, only if there
46512         was an actual failure.
46513         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
46514
46515         Emulate openat-family functions using Linux's procfs, if possible.
46516         Idea and some code based on Ulrich Drepper's glibc changes.
46517
46518         * lib/openat.c: (BUILD_PROC_NAME): New macro.
46519         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
46520         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
46521         before falling back on save_cwd and restore_cwd.
46522         (fdopendir, fstatat, unlinkat): Likewise.
46523
46524         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
46525         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
46526
46527         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
46528         as second argument to va_arg.  Otherwise, some versions of gcc
46529         warn that `if this code is reached, the program will abort'.
46530
46531 2006-01-09  Jim Meyering  <jim@meyering.net>
46532
46533         Sync from coreutils.
46534         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
46535         Require openat-priv.h.
46536
46537 2006-01-09  Bruno Haible  <bruno@clisp.org>
46538
46539         * modules/strnlen (Include): Use strnlen.h.
46540
46541 2006-01-09  Bruno Haible  <bruno@clisp.org>
46542
46543         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
46544
46545 2006-01-09  Bruno Haible  <bruno@clisp.org>
46546
46547         * lib/sysexit_.h (EX_OK): New macro.
46548         Suggested by Martin Lambers <marlam@marlam.de>.
46549
46550 2006-01-09  Bruno Haible  <bruno@clisp.org>
46551
46552         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
46553         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
46554
46555 2006-01-09  Bruno Haible  <bruno@clisp.org>
46556
46557         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
46558         numbers.
46559
46560 2006-01-09  Bruno Haible  <bruno@clisp.org>
46561
46562         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
46563         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
46564         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
46565         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
46566
46567 2006-01-09  Bruno Haible  <bruno@clisp.org>
46568
46569         * build-aux/javacomp.sh.in: New file, moved from lib/.
46570         * modules/javacomp-script (Files): Update.
46571         (configure.ac): Add AC_CONFIG_FILES invocation.
46572         (EXTRA_DIST): Remove variable.
46573
46574         * build-aux/javaexec.sh.in: New file, moved from lib/.
46575         * modules/javaexec (Files): Update.
46576         (configure.ac): Add AC_CONFIG_FILES invocation.
46577         (EXTRA_DIST): Remove javaexec.sh.in.
46578
46579         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
46580         * modules/csharpcomp-script (Files): Update.
46581         (configure.ac): Add AC_CONFIG_FILES invocation.
46582         (EXTRA_DIST): Remove variable.
46583
46584         * build-aux/csharpexec.sh.in: New file, moved from lib/.
46585         * modules/csharpexec (Files): Update.
46586         (configure.ac): Add AC_CONFIG_FILES invocation.
46587         (EXTRA_DIST): Remove csharpexec.sh.in.
46588
46589 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
46590
46591         Sync from coreutils.
46592
46593         Add POSIX ACL support
46594         * lib/acl.h (copy_acl, set_acl): Add declarations.
46595         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
46596         systems other than Linux.
46597         (chmod_or_fchmod): New function: use fchmod when possible,
46598         and chmod otherwise.
46599         (file_has_acl): Add a POSIX ACL implementation, with a
46600         Linux-specific subcase.
46601         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
46602         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
46603         acls are unsupported.
46604         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
46605         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
46606         are unsupported.
46607
46608 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
46609
46610         Sync from coreutils.
46611         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
46612
46613 2006-01-07  Bruno Haible  <bruno@clisp.org>
46614
46615         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
46616         gl_EARLY.
46617
46618 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46619
46620         * lib/strftime.c (tzname): Don't declare if it is already #defined.
46621         Problem reported for Mingw by Mark Junker.
46622
46623 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
46624
46625         * README: Gnulib normally doesn't generate a tarball.
46626
46627 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
46628
46629         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
46630         long int, not int, for nanosecond counts, so that people who are
46631         used to POSIX struct timespec won't be surprised.  Reported by Jim
46632         Meyering.
46633
46634 2005-12-28  Bruno Haible  <bruno@clisp.org>
46635
46636         * build-aux/config.rpath: Update from GNU gettext.
46637
46638 2005-12-16  Jim Meyering  <jim@meyering.net>
46639
46640         * modules/fprintftime: New module.
46641         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
46642
46643 2005-12-16  Jim Meyering  <jim@meyering.net>
46644
46645         * m4/fprintftime.m4: New file.
46646
46647 2005-12-16  Jim Meyering  <jim@meyering.net>
46648
46649         * lib/fprintftime.c, lib/fprintftime.h: New files.
46650
46651 2005-12-15  Simon Josefsson  <jas@extundo.com>
46652
46653         * modules/socklen (configure.ac): Fix M4 macro name, to align with
46654         new m4/socklen.m4.
46655
46656 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
46657
46658         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
46659         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
46660
46661 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
46662
46663         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
46664         * lib/argp-help.c (fill_in_uparams): Check if the constructed
46665         struct uparams is valid. Fall back to the default values if it is
46666         not.
46667
46668 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46669
46670         * modules/argp (Files): Add argp-pin.c
46671         (Depends-on): dirname
46672         (lib_SOURCES): Add argp-pin.c
46673
46674 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46675
46676         * m4/argp.m4:  Check if program_invocation_name and
46677         program_invocation_short_name are declared and define appropriate
46678         macros if they are not.
46679
46680 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
46681
46682         * lib/argp-help.c (__argp_base_name): New function
46683         (__argp_short_program_name): Rewrite using __argp_base_name
46684         * lib/argp-namefrob.h: Define program_invocation_name and
46685         program_invocation_short_name if requested
46686         (__argp_base_name): Add prototype
46687         * lib/argp-parse.c (argp_def): Use gettext wrappers
46688         (argp_default_parser): Use __argp_base_name
46689         * lib/argp-pin.c: New file. Defines program_invocation_name and
46690         program_invocation_short_name on systems that lack them.
46691
46692 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
46693
46694         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
46695         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
46696         porting problem reported by Georg Schwarz in
46697         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
46698
46699 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
46700
46701         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
46702         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
46703         porting problem reported by Georg Schwarz in
46704         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
46705
46706 2005-12-05  Bruno Haible  <bruno@clisp.org>
46707
46708         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
46709         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
46710         Reported by Mark Junker <mjscod@gmx.de>.
46711
46712 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
46713
46714         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
46715         Use implementation from Albert Chin, with some
46716         comments/corrections by Stepan Kasal and myself.
46717
46718 2005-12-02  Bruno Haible  <bruno@clisp.org>
46719
46720         * gnulib-tool (func_import): Accept GPLed build tool modules when
46721         --lgpl is given.
46722         * modules/csharpcomp-script: New file.
46723         * modules/csharpcomp: Depend on it.
46724         * modules/javacomp-script: New file.
46725         * modules/javacomp: Depend on it.
46726         Suggested by Simon Josefsson.
46727
46728 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
46729
46730         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
46731         statement, to work around an HP-UX 10.20 compiler bug reported by
46732         Peter O'Gorman.
46733
46734 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
46735
46736         * modules/savedir (Depends-on): Add openat.
46737
46738 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
46739
46740         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
46741         (uintmax_t) [defined uintmax_t]: Do not declare.
46742         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
46743         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
46744         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
46745         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
46746         sake of portability to weird hosts that C allows (though we don't
46747         know of any practical examples).
46748
46749         * lib/savedir.h (fdsavedir): New decl.
46750         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
46751         contains most of the former guts of savedir.
46752         (savedir): Use savedirstream.
46753         Include "openat.h".
46754
46755 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
46756
46757         * modules/obstack (Files): Add m4/ulonglong.m4.
46758         Problem reported by Davide Angelocola.
46759
46760 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
46761
46762         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
46763         coreutils no longer futzes with rounding modes.
46764
46765 2005-11-14  Jim Meyering  <jim@meyering.net>
46766
46767         * lib/mkstemp-safer.c: Include <config.h>, required for possible
46768         replacement of mkstemp.
46769
46770 2005-11-10  Simon Josefsson  <jas@extundo.com>
46771
46772         * lib/readline.c: Remove EOL.
46773
46774 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46775
46776         * modules/gethrxtime (Depends-on): Add gettime.
46777
46778 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46779
46780         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
46781         or gettimeofday; no longer needed.
46782
46783 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
46784
46785         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
46786         time business.
46787         (gethrxtime) [! (HAVE_NANOUPTIME
46788         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
46789         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
46790         our own approximation.
46791
46792 2005-11-08  Eric Blake  <ebb9@byu.net>
46793
46794         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
46795
46796 2005-11-08  Eric Blake  <ebb9@byu.net>
46797
46798         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
46799
46800 2005-11-04  Bruno Haible  <bruno@clisp.org>
46801
46802         * gnulib-tool: Implement --update mode.
46803
46804 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46805
46806         Fix porting problem reported by Theodoros V. Kalamatianos.
46807         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
46808         Don't assume that futimes failing means we must fail.
46809
46810 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
46811
46812         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
46813         variables to suggest the intended function of the PATH_MAX check.
46814
46815 2005-10-30  Kean Johnston  <jkj@sco.com>
46816
46817         Trivial changes to support SCO systems.
46818         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
46819         as PATH_MAX.
46820         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
46821         where __ptr is null when no I/O is pending.
46822
46823 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
46824
46825         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
46826         leave errno alone.  Problem reported by Dmitry V. Levin.
46827
46828 2005-10-28  Simon Josefsson  <jas@extundo.com>
46829
46830         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
46831         Test more.
46832
46833         * tests/test-gc-md2.c, tests/test-md2.c: New files.
46834
46835         * modules/md2, modules/md2-tests: New files.
46836
46837 2005-10-28  Simon Josefsson  <jas@extundo.com>
46838
46839         * m4/inet_ntop.m4: More tests.
46840
46841         * m4/gc-md2.m4, md2.m4: New file.
46842
46843 2005-10-28  Simon Josefsson  <jas@extundo.com>
46844
46845         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
46846         "restrict" keywords, as per POSIX.  Protect the function
46847         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
46848         Don't use K&R prototypes.  Check the sprintf return values.
46849         Re-define EAFNOSUPPORT if not present.  Indent.
46850
46851         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
46852         suggested by Bruno Haible <bruno@clisp.org>.
46853
46854         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
46855
46856         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
46857
46858         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
46859         libgcrypt).
46860
46861         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
46862
46863         * lib/md2.h, lib/md2.c: New files.
46864
46865 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
46866
46867         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
46868         errno alone.  Problem reported by Frederic Jolliton.
46869
46870 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
46871
46872         * modules/verify (License): Change from GPL to LGPL.  This is a
46873         tiny module and there are apparently near-equivalents that are
46874         under the BSD license.
46875
46876 2005-10-24  Simon Josefsson  <jas@extundo.com>
46877
46878         * modules/sha1: Relicense to LGPL.
46879
46880 2005-10-24  Simon Josefsson  <jas@extundo.com>
46881
46882         * lib/md4.h: Shrink buffer size, now that we changed the type.
46883
46884 2005-10-23  Simon Josefsson  <jas@extundo.com>
46885
46886         * gnulib-tool (func_import): Fix --tests-base.
46887
46888 2005-10-22  Simon Josefsson  <jas@extundo.com>
46889
46890         * modules/arcfour (Depends-on): Need stdint.
46891
46892 2005-10-22  Simon Josefsson  <jas@extundo.com>
46893
46894         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
46895         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
46896
46897 2005-10-22  Simon Josefsson  <jas@extundo.com>
46898
46899         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
46900         suggested by Bruno Haible <bruno@clisp.org>.
46901
46902 2005-10-22  Simon Josefsson  <jas@extundo.com>
46903
46904         * lib/crc.h: Include stddef.h, for size_t.
46905
46906 2005-10-22  Simon Josefsson  <jas@extundo.com>
46907
46908         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
46909         arcfour_context struct (simplify test vector testing in GNU
46910         Shishi).
46911
46912 2005-10-21  Simon Josefsson  <jas@extundo.com>
46913
46914         * modules/des, modules/des-tests: New files.
46915
46916         * modules/gc-des, modules/gc-des-tests: New files.
46917
46918         * tests/test-des.c, tests/test-gc-des.c: New file.
46919
46920 2005-10-21  Simon Josefsson  <jas@extundo.com>
46921
46922         * modules/arctwo, modules/arctwo-tests: New files.
46923
46924         * tests/test-arctwo.c: New file.
46925
46926         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
46927
46928         * tests/test-gc-arctwo.c: New file.
46929
46930 2005-10-21  Simon Josefsson  <jas@extundo.com>
46931
46932         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
46933         Bruno Haible <bruno@clisp.org>.
46934
46935         * m4/gc-des.m4: New file.
46936
46937 2005-10-21  Simon Josefsson  <jas@extundo.com>
46938
46939         * m4/arctwo.m4: New file.
46940
46941         * m4/gc-arctwo.m4: New file.
46942
46943 2005-10-21  Simon Josefsson  <jas@extundo.com>
46944
46945         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
46946         block.
46947
46948 2005-10-21  Simon Josefsson  <jas@extundo.com>
46949
46950         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
46951         <bruno@clisp.org>.
46952
46953         * lib/hmac-sha1.c (hmac_sha1): Likewise.
46954
46955         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
46956         Bruno Haible <bruno@clisp.org>.
46957
46958         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
46959         <bruno@clisp.org>.
46960
46961 2005-10-21  Simon Josefsson  <jas@extundo.com>
46962
46963         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
46964
46965 2005-10-21  Simon Josefsson  <jas@extundo.com>
46966
46967         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
46968
46969 2005-10-21  Simon Josefsson  <jas@extundo.com>
46970
46971         * lib/des.h, lib/des.c: New files.
46972
46973         * lib/gc-gnulib.c: Support DES.c
46974
46975 2005-10-21  Simon Josefsson  <jas@extundo.com>
46976
46977         * lib/arctwo.h, lib/arctwo.c: New files.
46978
46979         * lib/gc-gnulib.c: Support ARCTWO.
46980
46981 2005-10-21  Simon Josefsson  <jas@extundo.com>
46982
46983         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
46984         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46985
46986 2005-10-21  Simon Josefsson  <jas@extundo.com>
46987
46988         * gnulib-tool (func_import, func_create_testdir): Define automake
46989         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
46990         Makefile.am snippet),
46991         suggested by Bruno Haible <bruno@clisp.org>.
46992
46993         * modules/gc (Makefile.am): Use it.
46994
46995 2005-10-21  Bruno Haible  <bruno@clisp.org>
46996
46997         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
46998         patch.
46999
47000 2005-10-19  Simon Josefsson  <jas@extundo.com>
47001
47002         * tests/test-gc-rijndael.c: New file.
47003
47004         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
47005
47006 2005-10-19  Simon Josefsson  <jas@extundo.com>
47007
47008         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
47009         interface too.
47010
47011 2005-10-19  Simon Josefsson  <jas@extundo.com>
47012
47013         * tests/test-gc-arcfour.c: New file.
47014
47015         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
47016
47017 2005-10-19  Simon Josefsson  <jas@extundo.com>
47018
47019         * modules/gc-md4, modules/gc-md4-tests: New file.
47020
47021         * tests/test-gc-md4.c: New file.
47022
47023 2005-10-19  Simon Josefsson  <jas@extundo.com>
47024
47025         * m4/gc-md4.m4: New file.
47026
47027 2005-10-19  Simon Josefsson  <jas@extundo.com>
47028
47029         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
47030         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
47031         <kasal@ucw.cz>.
47032
47033 2005-10-19  Simon Josefsson  <jas@extundo.com>
47034
47035         * m4/gc-arcfour.m4: New file.
47036
47037         * m4/gc-rijndael.m4: New file.
47038
47039 2005-10-19  Simon Josefsson  <jas@extundo.com>
47040
47041         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
47042
47043 2005-10-19  Simon Josefsson  <jas@extundo.com>
47044
47045         * lib/gc-gnulib.c: Support ARCFOUR.
47046
47047 2005-10-19  Simon Josefsson  <jas@extundo.com>
47048
47049         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
47050         support.
47051
47052         * lib/gc.h: Add ECB enum type.
47053
47054         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
47055
47056 2005-10-18  Simon Josefsson  <jas@extundo.com>
47057
47058         * tests/test-md5.c: New file.
47059
47060         * modules/md5-tests: New file.
47061
47062 2005-10-18  Simon Josefsson  <jas@extundo.com>
47063
47064         * tests/test-md4.c: New file.
47065
47066         * modules/md4, modules/md4-tests: New files.
47067
47068 2005-10-18  Simon Josefsson  <jas@extundo.com>
47069
47070         * m4/md4.m4: New file.
47071
47072 2005-10-18  Simon Josefsson  <jas@extundo.com>
47073
47074         * lib/md4.h, lib/md4.c: New files, based on md5.?.
47075
47076 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
47077
47078         * gnulib-tool (func_create_testdir): Omit the second check whether
47079         BUILT_SOURCES in nonempty.
47080
47081 2005-10-17  Simon Josefsson  <jas@extundo.com>
47082
47083         * tests/test-rijndael.c: New file.
47084
47085 2005-10-17  Simon Josefsson  <jas@extundo.com>
47086
47087         * modules/sha1: Depend on stdint instead of md5.
47088
47089         * modules/md5: Depend on stdint, remove uint32_t.
47090
47091 2005-10-17  Simon Josefsson  <jas@extundo.com>
47092
47093         * modules/gc-sha1-tests: New file.
47094
47095         * tests/test-gc-sha1.c: New file.
47096
47097 2005-10-17  Simon Josefsson  <jas@extundo.com>
47098
47099         * m4/md5.m4: Remove call to uint32_t.m4.
47100
47101 2005-10-17  Simon Josefsson  <jas@extundo.com>
47102
47103         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
47104
47105         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
47106         md5.h.
47107
47108         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
47109
47110         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
47111
47112 2005-10-17  Simon Josefsson  <jas@extundo.com>
47113
47114         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
47115
47116 2005-10-17  Simon Josefsson  <jas@extundo.com>
47117
47118         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
47119
47120 2005-10-17  Simon Josefsson  <jas@extundo.com>
47121
47122         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
47123
47124         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
47125
47126 2005-10-17  Bruno Haible  <bruno@clisp.org>
47127
47128         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
47129         that it can also be used in a test.
47130
47131 2005-10-16  Bruno Haible  <bruno@clisp.org>
47132
47133         * gnulib-tool (func_emit_tests_Makefile_am): Also define
47134         TESTS_ENVIRONMENT, so that individual tests can augment it.
47135
47136         * gnulib-tool (func_create_testdir): Use an intermediate target for
47137         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
47138         macros, like $(ALLOCA_H), which cannot be passed through the command
47139         line.
47140
47141 2005-10-15  Simon Josefsson  <jas@extundo.com>
47142
47143         * modules/rijndael-tests: New file.
47144
47145         * modules/rijndael: New file.
47146
47147 2005-10-15  Simon Josefsson  <jas@extundo.com>
47148
47149         * m4/rijndael.m4: New file.
47150
47151 2005-10-15  Simon Josefsson  <jas@extundo.com>
47152
47153         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
47154
47155         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
47156
47157 2005-10-14  Simon Josefsson  <jas@extundo.com>
47158
47159         * tests/test-arcfour.c: New file.
47160
47161         * modules/arcfour, modules/arcfour-tests: New files.
47162
47163 2005-10-14  Simon Josefsson  <jas@extundo.com>
47164
47165         * m4/arcfour.m4: New file.
47166
47167 2005-10-14  Simon Josefsson  <jas@extundo.com>
47168
47169         * lib/arcfour.h, lib/arcfour.c: New files.
47170
47171 2005-10-14  Roland McGrath  <roland@redhat.com>
47172
47173         Import from libc.  [BZ #1331]
47174         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
47175         macro argument.
47176         Reported by Matej Vela <vela@debian.org>.
47177
47178 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47179
47180         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
47181         include <wchar.h>; no longer needed.
47182
47183 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
47184
47185         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
47186
47187 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
47188         and  Ulrich Drepper  <drepper@redhat.com>
47189
47190         Import from libc.
47191         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
47192         instead of inline stream orientation test and two separate
47193         function calls.  Pay no attention to USE_IN_LIBIO.
47194
47195 2005-10-13  Simon Josefsson  <jas@extundo.com>
47196
47197         * modules/gc-hmac-md5-tests: New file.
47198
47199         * tests/test-gc-hmac-sha1.c: New file.
47200
47201         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
47202
47203         * modules/gc-hmac-md5-tests: New file.
47204
47205         * tests/test-gc-md5.c: New file.
47206
47207         * modules/gc-md5-tests: New file.
47208
47209 2005-10-13  Simon Josefsson  <jas@extundo.com>
47210
47211         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
47212         Move memory allocation outside of loop.
47213
47214 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
47215
47216         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
47217         intermediate directory is in a read-only file system.  Problem
47218         reported by Eric Blake.
47219
47220 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
47221
47222         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
47223
47224 2005-10-12  Simon Josefsson  <jas@extundo.com>
47225
47226         * tests/test-hmac-sha1.c: New file.
47227
47228         * modules/hmac-sha1-tests: New file.
47229
47230         * modules/hmac-sha1: New file.
47231
47232 2005-10-12  Simon Josefsson  <jas@extundo.com>
47233
47234         * modules/gc-sha1: New file.
47235
47236 2005-10-12  Simon Josefsson  <jas@extundo.com>
47237
47238         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
47239
47240         * tests/test-gc-pbkdf2-sha1.c: New file.
47241
47242 2005-10-12  Simon Josefsson  <jas@extundo.com>
47243
47244         * modules/gc-md5, modules/gc-hmac-md5: New files.
47245
47246         * modules/gc (Files): Remove md5, memxor and hmac files.
47247
47248 2005-10-12  Simon Josefsson  <jas@extundo.com>
47249
47250         * m4/gc-pbkdf2-sha1.m4: New file.
47251
47252         * m4/gc-hmac-sha1.m4: New file.
47253
47254         * m4/gc-sha1: New file.
47255
47256         * m4/hmac-sha1.m4: New file.
47257
47258 2005-10-12  Simon Josefsson  <jas@extundo.com>
47259
47260         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
47261
47262         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
47263
47264 2005-10-12  Simon Josefsson  <jas@extundo.com>
47265
47266         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
47267         suggested by Bruno Haible <bruno@clisp.org>.
47268
47269 2005-10-12  Simon Josefsson  <jas@extundo.com>
47270
47271         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
47272
47273 2005-10-12  Simon Josefsson  <jas@extundo.com>
47274
47275         * lib/gc-pbkdf2-sha1.c: New file.
47276
47277         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
47278
47279 2005-10-12  Simon Josefsson  <jas@extundo.com>
47280
47281         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
47282
47283         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
47284
47285 2005-10-12  Simon Josefsson  <jas@extundo.com>
47286
47287         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
47288         GC_USE_HMAC_MD5, respectively.
47289
47290         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
47291         (gc_md5): Fix typo.
47292
47293         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
47294
47295         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
47296
47297         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
47298
47299 2005-10-12  Bruno Haible  <bruno@clisp.org>
47300
47301         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
47302         Reported by Stepan Kasal <kasal@ucw.cz>.
47303
47304 2005-10-11  Simon Josefsson  <jas@extundo.com>
47305
47306         * tests/test-crc.c: New file.
47307
47308         * modules/crc, modules/crc-tests: New files.
47309
47310 2005-10-11  Simon Josefsson  <jas@extundo.com>
47311
47312         * m4/crc.m4: New file.
47313
47314 2005-10-11  Simon Josefsson  <jas@extundo.com>
47315
47316         * lib/gc.h: Add gc_hash and gc_hash_buffer.
47317
47318         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
47319
47320         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
47321
47322 2005-10-11  Simon Josefsson  <jas@extundo.com>
47323
47324         * lib/crc.h, lib/crc.c: New files.
47325
47326         * lib/gc.h (gc_hash_buffer): Add doc.
47327
47328 2005-10-11  Bruno Haible  <bruno@clisp.org>
47329
47330         * modules/c-strcasestr: New file.
47331         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
47332
47333 2005-10-11  Bruno Haible  <bruno@clisp.org>
47334
47335         * modules/c-strcase: New file.
47336         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
47337
47338 2005-10-11  Bruno Haible  <bruno@clisp.org>
47339
47340         * lib/strcasecmp.c: Include limits.h.
47341         (strcasecmp): Avoid integer overflow on exotic platforms.
47342         * lib/strncasecmp.c: Include limits.h.
47343         (strncasecmp): Avoid integer overflow on exotic platforms.
47344         Reported by Paul Eggert.
47345
47346 2005-10-11  Bruno Haible  <bruno@clisp.org>
47347
47348         * lib/c-strcasestr.h: New file, from GNU gettext.
47349         * lib/c-strcasestr.c: New file, from GNU gettext.
47350
47351 2005-10-11  Bruno Haible  <bruno@clisp.org>
47352
47353         * lib/c-strcase.h: New file, from GNU gettext.
47354         * lib/c-strcasecmp.c: New file, from GNU gettext.
47355         * lib/c-strncasecmp.c: New file, from GNU gettext.
47356
47357 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
47358
47359         * modules/mempcpy (License): GPL -> LGPL.
47360         * modules/strchrnul (License): Likewise.
47361         * modules/sysexits (License): Likewise.
47362
47363 2005-10-08  Simon Josefsson  <jas@extundo.com>
47364
47365         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
47366
47367 2005-10-07  Simon Josefsson  <jas@extundo.com>
47368
47369         * m4/memxor.m4: Remove gl_C_RESTRICT call.
47370
47371 2005-10-06  Simon Josefsson  <jas@extundo.com>
47372
47373         * tests/test-hmac-md5.c: New file.
47374
47375         * modules/hmac-md5-tests: New file.
47376
47377         * modules/hmac-md5: New file.
47378
47379 2005-10-06  Simon Josefsson  <jas@extundo.com>
47380
47381         * m4/hmac-md5.m4: New file.
47382
47383         * m4/memxor.m4: Require gl_C_RESTRICT.
47384
47385 2005-10-06  Simon Josefsson  <jas@extundo.com>
47386
47387         * lib/memxor.c (memxor): Avoid casts and warnings.
47388
47389 2005-10-06  Simon Josefsson  <jas@extundo.com>
47390
47391         * lib/hmac-md5.c: New file.
47392
47393         * lib/hmac.h: New file.
47394
47395 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
47396
47397         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
47398         promotes to int, not unsigned int, to catch the AIX 5.3
47399         compiler bug.
47400
47401 2005-10-05  Simon Josefsson  <jas@extundo.com>
47402
47403         * modules/memxor: New file.
47404
47405         * modules/iconv (Files): Move config.rpath to havelib, it is used
47406         there.
47407
47408         * modules/havelib (Files): Add config.rpath.
47409
47410 2005-10-05  Simon Josefsson  <jas@extundo.com>
47411
47412         * m4/memxor.m4: New file.
47413
47414 2005-10-05  Simon Josefsson  <jas@extundo.com>
47415
47416         * lib/memxor.c (memxor): Fix compiler error.
47417
47418         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
47419         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
47420
47421         * lib/memxor.h, lib/memxor.c: New files.
47422
47423         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
47424         we assume all systems have it, suggested by Jim Meyering
47425         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
47426         any systems lack sys/socket.h; mingw32 is known to lack it, but we
47427         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
47428         same reasons.
47429
47430 2005-10-05  Simon Josefsson  <jas@extundo.com>
47431
47432         * config/srclist.txt: Add glibc bug 1423 for md5.h.
47433
47434 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
47435
47436         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
47437         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
47438         needed, since the source code now assumes these .h files.
47439
47440 2005-10-05  Derek Price  <derek@ximbiot.com>
47441
47442         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
47443
47444 2005-10-05  Bruno Haible  <bruno@clisp.org>
47445
47446         * modules/stdint (License): Change to LGPL.
47447
47448 2005-10-04  Simon Josefsson  <jas@extundo.com>
47449
47450         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
47451         D. Baushke" <mdb@gnu.org>.
47452
47453 2005-10-04  Bruno Haible  <bruno@clisp.org>
47454
47455         * lib/verify.h (verify_true): Provide alternative definition for C++.
47456
47457 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
47458
47459         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
47460         (SSIZE_MAX): New macro, if not already defined.
47461         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
47462         than 2 GiB.
47463
47464 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47465
47466         Sync from coreutils.
47467         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
47468         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
47469         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
47470         ULLONG_MAX doesn't work with 2.7.2.1.
47471
47472 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47473
47474         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
47475         From Ben Pfaff.
47476
47477         * modules/exclude (Depends-on): Depend on verify.
47478         * modules/strtoimax (Depends-on): Likewise.
47479         * modules/utimecmp (Depends-on): Likewise.
47480
47481 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
47482
47483         * lib/exclude.c: Include verify.h.
47484         (verify): Remove.  All callers changed to use verify.h's version.
47485         * lib/strtoimax.c: Likewise.
47486         * lib/utimecmp.c: Likewis.e
47487
47488         Sync from coreutils.
47489         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
47490         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
47491         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
47492         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
47493         bother returning ENOSYS if settimeofday or stime fails; just let
47494         them return whatever errno they want to return.
47495         * lib/utimens.c: Include unistd.h, for dup2.
47496         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
47497         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
47498
47499 2005-10-02  Jim Meyering  <jim@meyering.net>
47500
47501         Sync from coreutils.
47502         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
47503         from glibc-2.2.5 that fails for read-only files.
47504
47505 2005-10-02  Jim Meyering  <jim@meyering.net>
47506
47507         Sync from coreutils.
47508         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
47509         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
47510         `#if HAVE_CONFIG_H'.
47511         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
47512         Remove AT_FDCWD test.
47513         Do not consume the fd unless successful.
47514         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
47515         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
47516         block, so that we don't even try to compile it if settimeofday is
47517         available.  This works around a compilation failure on OSF1 V5.1,
47518         due to stime requiring a `long int*' while tv_sec is `int'.
47519
47520 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
47521
47522         Sync from coreutils.
47523         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
47524         against `yes', rather than just testing for nonempty.
47525
47526 2005-10-01  Simon Josefsson  <jas@extundo.com>
47527
47528         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
47529         and Darwin.
47530
47531         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
47532         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
47533         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
47534         freeaddrinfo and gai_strerror are declared by the POSIX headers.
47535         Check if struct addrinfo is declared.
47536
47537 2005-10-01  Simon Josefsson  <jas@extundo.com>
47538
47539         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
47540         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
47541         AI_* and EAI_* definitions.  Protect function declarations.
47542
47543 2005-10-01  Jim Meyering  <jim@meyering.net>
47544
47545         Sync from coreutils.
47546
47547         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
47548         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
47549         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
47550         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
47551         in the inet and nsl libraries.  Required on Solaris 5.7.
47552
47553 2005-10-01  Jim Meyering  <jim@meyering.net>
47554
47555         Sync from coreutils.
47556         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
47557         in the inet and nsl libraries.  Required on Solaris 5.7.
47558
47559 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
47560
47561         * lib/getdelim.c (getdelim): Remove unused variables.
47562
47563 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
47564
47565         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
47566         so that the code works even with ancient cpp.  Portability problem
47567         with GCC 2.7.2.1 reported by Thomas M.Ott.
47568
47569 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
47570
47571         * modules/regex (Depends-on): Add strcase.
47572
47573         * modules/gethostname (Licence): Change from GPL to LGPL, since
47574         gethostname.c is a trivial implementation of a standard library
47575         function.
47576         * modules/poll (License): Change from GPL to LGPL, since it's
47577         derived from LGPL code.
47578
47579 2005-09-27  Jim Meyering  <jim@meyering.net>
47580
47581         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
47582         HAVE_CONFIG_H.
47583
47584         * lib/intprops.h (signed_type_or_expr__): Define.
47585         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
47586         for unsigned types.
47587
47588 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
47589
47590         * lib/verify.h (verify_expr): Remove, replacing with:
47591         (verify_true): New macro that returns true instead of void.
47592         (verify_type__): Remove.
47593         (verify): Use verify_true rather than verify_type__.
47594
47595 2005-09-26  Bruno Haible  <bruno@clisp.org>
47596
47597         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
47598         is necessary.
47599         (lib_SOURCES): Remove mbchar.c.
47600         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
47601         (Files): Add m4/mbrtowc.m4.
47602         * modules/mbiter: Likewise.
47603         * modules/mbuiter: Likewise.
47604
47605 2005-09-26  Bruno Haible  <bruno@clisp.org>
47606
47607         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
47608         compile mbchar.c if they are not both present.
47609         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
47610         * m4/mbiter.m4 (gl_MBITER): Likewise.
47611         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
47612         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
47613         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
47614
47615 2005-09-25  Jim Meyering  <jim@meyering.net>
47616
47617         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
47618         also uses socklen_t.
47619
47620 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
47621
47622         * lib/utimens.c (ENOSYS): Define if not already defined.
47623         (futimens): Support having a null PATH if the file descriptor
47624         is nonnegative.
47625
47626         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
47627         Remove.
47628         (__attribute): Define to empty unless GCC 3.1 or later.
47629         This works around a core dump on OpenBSD 3.4, which has GCC
47630         2.95.3, which dumps core when given __attribute__(()).  It also
47631         simplifies other tests, since we really don't want to bother with
47632         worrying about which ancient version of GCC supported what.
47633         Original problem reported by Yoann Vandoorselaere, with part of
47634         the fix suggested by Derek Price.
47635
47636 2005-09-24  Jim Meyering  <jim@meyering.net>
47637
47638         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
47639         so we can once again use a positive bitfield width of 1 -- now we
47640         don't have to explain why we were using a bitfield width of 2.
47641
47642 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
47643
47644         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
47645         and similarly for the other external symbols.  Problem reported
47646         by James Gallager.
47647
47648         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
47649         bug reported by Jim Meyering.
47650
47651         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
47652         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
47653         not needed, since socklen is a prerequisite module.
47654
47655 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
47656
47657         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
47658         Problem reported by Eric Blake.
47659         (getaddrinfo): Initialize se so that it's not garbage.
47660         Redo internal storage allocation so that it doesn't make unportable
47661         assumptions about alignment.
47662         Fix a memory leak.
47663
47664         * lib/utimens.c (futimens): Use futimesat if available.
47665         Prefer it to futimes since it doesn't have the futimes bug.
47666
47667         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
47668         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
47669         Instead, declare a function that returns a pointer to an array,
47670         and use verify_type__ to declare the size of the array.
47671         Problem and germ of a solution reported by Bruno Haible.
47672         (verify_type__): Use 2, not 1, for bitfield size, to avoid
47673         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
47674
47675 2005-09-23  Jim Meyering  <jim@meyering.net>
47676
47677         Sync from coreutils.
47678         Correct build failure (socklen_t not defined) on at least
47679         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
47680         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
47681
47682 2005-09-23  Jim Meyering  <jim@meyering.net>
47683
47684         * modules/getaddrinfo (Depends-on): Add socklen.
47685
47686 2005-09-23  Bruno Haible  <bruno@clisp.org>
47687
47688         * tests/test-verify.c: New file.
47689
47690 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47691
47692         Sync from coreutils.
47693
47694         * modules/argmatch (Depends-on): Add verify.
47695         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
47696         unistd-safer.
47697         * modules/save-cwd (Depends-on): Likewise.
47698
47699         * modules/openat (Files): Add lib/openat-die.c.
47700         (Depends-on): Remove error, exitfail.
47701         Add dirname.
47702
47703         * modules/verify: New file.
47704         * MODULES.html.sh (Diagnostics <assert.h>): New section,
47705         with "verify" module.
47706
47707 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47708
47709         Sync from coreutils.
47710
47711         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
47712         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
47713         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
47714         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
47715         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
47716         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
47717         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
47718         Don't bother checking for string.h, stdlib.h, unistd.h.
47719         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
47720         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
47721         module's job.
47722         * m4/jm-macros.m4 (gl_MACROS): Likewise.
47723         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
47724
47725         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
47726         (gl_GETDATE): Use it.
47727
47728         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
47729
47730 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47731
47732         Sync from coreutils.
47733
47734         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
47735         stat-time.h.
47736         * lib/argmatch.h: Include verify.h
47737         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
47738         (ARGMATCH_ASSERT): Remove; unused.
47739         * lib/canonicalize.c: Assume STDC_HEADERS.
47740         * lib/exclude.c: Include "strcase.h".
47741         * lib/regex_internal.h [!defined _LIBC]: Likewise.
47742         * lib/getusershell.c: Include stdio--.h rather than stdio.h
47743         and stdio-safer.h.
47744         (getusershell): Call fopen, not fopen_safer.
47745         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
47746         Do not include unistd-safer.h.
47747         (save_cwd): Don't call fd_safer; no longer needed
47748         now that we include fcntl--.h.
47749
47750         * lib/getdate.y (relative_time): New type.
47751         (RELATIVE_TIME_0): New constant.
47752         (parser_control): Use relative_time instead of doing it ourselves.
47753         (%union): Add new relative_time rel member.
47754         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
47755         Now typeless.
47756         (relunit, relunit_snumber): Now of type rel.
47757         (zone, rel, relunit, get_date): Adjust to above changes.
47758
47759         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
47760         Do not include unistd-safer.h.
47761         (getloadavg): Don't call fd_safer; no longer needed
47762         now that we include fcntl--.h.
47763
47764         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
47765         (make_dir_parents): Treat ENOSYS like EEXIST.
47766
47767         Improve quality of diagnostics on restore_cwd failure.
47768         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
47769         (make_dir_parents): Last arg is now int * (for errno), not bool *.
47770         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
47771         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
47772         each time through the loop.  Do not diagnose restore_cwd failure;
47773         that is the caller's job (and perhaps the caller does not care).
47774
47775         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
47776         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
47777         If the file already exists but is not a directory, don't bother
47778         to try to make its parents.
47779         Close potential file descriptor leak if we can't chdir("/") (!).
47780         Don't always return true if chdir($PWD) fails; return true only
47781         if the requested action was done successfully (except for the
47782         chdir($PWD)).
47783         Don't log final directory unless we actually made it.
47784         Refactor to avoid duplicate code to fix up permissions.
47785         Don't attempt to fix up parent permissions if chdir($PWD) fails.
47786
47787         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
47788         to make it a bit faster and (I hope) clearer.
47789         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
47790         Fix bug in formats like %2N.
47791
47792         * lib/verify.h: New file.
47793
47794 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
47795
47796         Sync from coreutils.
47797         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
47798
47799 2005-09-22  Jim Meyering  <jim@meyering.net>
47800
47801         Sync from coreutils.
47802
47803         * m4/lstat.m4 (gl_FUNC_LSTAT):
47804         Use AC_LIBSOURCES to require lstat.c and lstat.h.
47805         Remove obsolete comment.
47806         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
47807         * m4/xstrtod.m4: Likewise.
47808
47809         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
47810
47811 2005-09-22  Jim Meyering  <jim@meyering.net>
47812
47813         Sync from coreutils.
47814
47815         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
47816
47817         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
47818         the .tm_year member, since otherwise gcc-4.0 would now warn about
47819         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
47820
47821         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
47822         order to avoid an unsuppressible warning from gcc on 64-bit systems.
47823
47824         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
47825         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
47826         when run in a time zone for which daylight savings time is in effect
47827         for the starting date.
47828
47829         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
47830         stop us from restricting permissions of just-created absolute-named
47831         directories.
47832         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
47833         to restore initial working directory.
47834         * lib/mkdir-p.c (make_dir_parents): New parameter:
47835         different_working_dir, to tell caller if/when we change the working
47836         directory and are unable to return to the initial one.
47837         * lib/mkdir-p.h (make_dir_parents): Update prototype.
47838         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
47839         `return false'.  This fixes a bug introduced on 2004-07-30.
47840
47841         * lib/openat.c (fdopendir): Be sure to close the supplied
47842         file descriptor before returning.  This makes our replacement
47843         implementation a little closer to Solaris's, where fdopendir
47844         ties the file descriptor to the returned DIR* pointer.
47845         * lib/openat.c (unlinkat): New function.
47846         * lib/openat.h (unlinkat): Add prototype.
47847         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
47848         (openat_restore_fail): Rename from openat_restore_die.
47849         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
47850
47851         Provide an alternative to exiting immediately upon save_cwd or
47852         restore_cwd failure.  Now, an application can arrange e.g.,
47853         to perform a longjump in that case.
47854         * lib/openat.c: Include dirname.h.
47855         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
47856         (rpl_openat, fdopendir, fstatat): Call openat_save_die
47857         and openat_restore_die rather than calling error directly.
47858         Don't include "error.h" or "exitfail.h"; they're no longer needed.
47859
47860         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
47861         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
47862         define.
47863
47864         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
47865         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
47866                             int utc, int nanoseconds);
47867         Background:
47868         date should not have to allocate a megabyte of virtual memory to
47869         handle a format argument like +%1048575T.  When implemented with
47870         strftime, it must allocate such a buffer, use strftime to fill it
47871         in, print it, then free it.
47872         With fprintftime, it simply prints everything and exits.
47873         With no need for memory allocation, that's one fewer way to fail.
47874         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
47875         optional field width, not before, so we accept %9:z, not %:9z.
47876         (my_strftime): Be sure to use L_('x') for literals.
47877
47878         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
47879         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
47880         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
47881         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
47882         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
47883         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
47884         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
47885         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
47886         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
47887         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
47888         * lib/xgethostname.c, lib/xreadlink.c:
47889         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
47890
47891         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
47892         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
47893         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
47894         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
47895         and don't include <sys/file.h>).
47896
47897 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
47898
47899         Sync from coreutils.
47900
47901         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
47902         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
47903         [!LDAV_DONE]: Avoid unused variable warning.
47904
47905 2005-09-21  Bruno Haible  <bruno@clisp.org>
47906
47907         * lib/unicodeio.h (unicode_to_mb): New declaration.
47908
47909 2005-09-20  Derek Price  <derek@ximbiot.com>
47910
47911         * lib/getaddrinfo.c: Don't include <netdb.h> included from
47912         getaddrinfo.h.
47913
47914 2005-09-20  Bruno Haible  <bruno@clisp.org>
47915
47916         * gnulib-tool: Remove trailing slashes from the values specified for
47917         --source-base, --m4-base, --tests-base, --aux-dir.
47918         Suggested by Simon Josefsson <jas@extundo.com>.
47919
47920 2005-09-20  Bruno Haible  <bruno@clisp.org>
47921
47922         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
47923         func_modules_to_filelist, func_import, func_create_testdir): Make all
47924         sorting results locale-independent, so that gnulib-cache.m4 doesn't
47925         change when gnulib-tool is invoked in a different locale.
47926
47927 2005-09-19  Simon Josefsson  <jas@extundo.com>
47928
47929         * m4/socklen.m4: Fix typo.
47930
47931 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47932
47933         Use a consistent style for including <config.h>.
47934         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
47935         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
47936         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
47937         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
47938         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
47939         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
47940         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
47941         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
47942         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
47943         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
47944         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
47945         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
47946         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
47947         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
47948         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
47949         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
47950         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
47951         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
47952         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
47953         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
47954         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
47955         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
47956         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
47957         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
47958         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
47959         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
47960         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
47961         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
47962         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
47963         lib/xstrtoumax.c, lib/yesno.c:
47964         Standardize inclusion of config.h.
47965         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
47966         lib/inttostr.h:  Removed inclusion of config.h from header files.
47967         * lib/inttostr.c:  Adjusted in-tree users.
47968         * lib/timespec.h: Remove superfluous warning to include config.h.
47969         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
47970         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
47971         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
47972         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
47973         config.h with HAVE_CONFIG_H.
47974
47975 2005-09-19  Jim Meyering  <jim@meyering.net>
47976
47977         * modules/pathmax (License): Change to LGPL.
47978
47979 2005-09-19  Derek Price  <derek@ximbiot.com>
47980
47981         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
47982
47983 2005-09-19  Bruno Haible  <bruno@clisp.org>
47984
47985         * gnulib-tool (import): Provide default for --tests-base.
47986
47987 2005-09-19  Bruno Haible  <bruno@clisp.org>
47988
47989         * doc/quote.texi: New file, extracted from gnulib.texi.
47990         * doc/ctime.texi: New file, extracted from gnulib.texi.
47991         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
47992         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
47993         * doc/gnulib.texi: Include them.
47994
47995 2005-09-18  Bruno Haible  <bruno@clisp.org>
47996
47997         Portability fix.
47998         * gnulib-tool (func_readlink): New function.
47999         (func_ln_if_changed): Use it.
48000
48001 2005-09-18  Bruno Haible  <bruno@clisp.org>
48002
48003         * gnulib-tool: Support --with-tests also with --import.
48004         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
48005         (func_import): Use variables $testsbase and $inctests. Emit a
48006         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
48007         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
48008         SUBDIRS += $testsdir.
48009         (func_create_testdir): Update.
48010
48011 2005-09-18  Bruno Haible  <bruno@clisp.org>
48012
48013         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
48014         instead of $dry_run.
48015         (func_cp_if_changed, func_mv_if_changed): Remove functions.
48016         (func_ln_if_changed): Don't handle dry-run here.
48017         (func_import): In dry-run mode, detect more precisely which actions
48018         would be performed, and don't use "...ing" verbs.
48019
48020 2005-09-18  Bruno Haible  <bruno@clisp.org>
48021
48022         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
48023         (func_import): Use join on two temporary files instead of three nested
48024         loops, in order to determine which files are new or old.
48025
48026 2005-09-18  Bruno Haible  <bruno@clisp.org>
48027
48028         * gnulib-tool (func_import): Comment out code that spits out the
48029         new files with --dry-run.
48030
48031 2005-09-18  Bruno Haible  <bruno@clisp.org>
48032
48033         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
48034
48035 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48036
48037         * lib/stat-time.h: New file.
48038         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
48039         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
48040         in a different way.
48041         (timespec_cmp): New function.
48042         * lib/utimecmp.c: Include stat-time.h.
48043         (SYSCALL_RESOLUTION): Depend on whether various struct stat
48044         members exist, not on the obsolescent ST_MTIM_NSEC.
48045         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
48046
48047 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48048
48049         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
48050
48051 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
48052
48053         * MODULES.html.sh (File system functions): Add stat-time.
48054         * modules/stat-time: New file.
48055         * modules/timespec (Files): Remove m4/st_mtim.m4; this
48056         is now done in a different way, by the stat-time module.
48057         * modules/utimecmp (Depends-on): Add stat-time.
48058
48059 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
48060
48061         * m4/st_mtim.m4: Remove.  Superseded by...
48062         * m4/stat-time.m4: New file.
48063         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
48064         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
48065
48066 2005-09-15  Derek Price  <derek@ximbiot.com>
48067
48068         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
48069
48070 2005-09-15  Derek Price  <derek@ximbiot.com>
48071
48072         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
48073         * lib/regex_internal.c: Ditto, using this...
48074         (__GNUC_PREREQ): ...new macro.
48075         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
48076         using...
48077         (__GNUC_PREREQ): ...this new macro.
48078
48079         * lib/strstr.h: Include string.h. Define strstr as a macro here.
48080
48081 2005-09-15  Derek Price  <derek@ximbiot.com>
48082             Paul Eggert  <eggert@cs.ucla.edu>
48083
48084         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
48085         changes, consolidating in...
48086         * lib/regex_internal.h: ...this file.
48087
48088 2005-09-13  Jim Meyering  <jim@meyering.net>
48089
48090         * lib/canon-host.c: Filter through gnu indent and reword comments
48091         slightly.
48092         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
48093
48094 2005-09-13  Derek Price  <derek@ximbiot.com>
48095
48096         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
48097         failure.
48098         Reported by Jim Meyering  <jim@meyering.net>.
48099
48100 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48101
48102         * lib/base64.c: Typo.
48103         (base64_encode): Put b64str in initialized data section.
48104
48105 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
48106
48107         Merge glibc and coreutils changes into gnulib, plus a few
48108         extra fixes.
48109         * lib/md5.c: Use #error rather than a string.
48110         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
48111         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
48112         (__attribute__): Define to empty for non recent-GCC.
48113         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
48114         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
48115         Renamed from their non-__ counterparts, with new macros replacing
48116         them if not _LIBC.  Add __THROW attribute.
48117         (rol): Remove.
48118         (struct md5_ctx): Align buffer if using GCC.
48119         * lib/sha1.h (struct sha1_ctx): Likewise.
48120         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
48121         The old name was backwards.
48122         (NOTSWAP): Remove; not used.
48123         (rol): New macro, moved here from md5.h.
48124         (sha1_process_block): Remove a FIXME that doesn't make sense.
48125
48126 2005-09-12  Derek Price  <derek@ximbiot.com>
48127
48128         Return usable errors from canon-host.
48129         * lib/canon-host.h: New file.
48130         * lib/canon-host.c (canon_host): Wrap...
48131         (canon_host_r): ...this new function, which now relies exclusively on
48132         getaddrinfo.
48133         (ch_strerror): New function.
48134         (last_cherror): New global.
48135         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
48136         interface.
48137         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
48138         void *.
48139         (freeaddrinfo): Free ai->ai_canonname when set.
48140
48141 2005-09-12  Derek Price  <derek@ximbiot.com>
48142
48143         Make canon-host require getaddrinfo.
48144         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
48145         AC_LIBSOURCE canon-host.h.  Call...
48146         (gl_PREREQ_CANON_HOST): ...this new function, which requires
48147         gl_GETADDRINFO.
48148         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
48149
48150 2005-09-12  Derek Price  <derek@ximbiot.com>
48151
48152         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
48153         LGPL.
48154         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
48155
48156 2005-09-12  Derek Price  <derek@ximbiot.com>
48157
48158         * lib/gai_strerror.c: Include config.h when available.  Include
48159         getaddrinfo.h before other headers to test interface.
48160         Reported by Larry Jones <lawrence.jones@ugs.com>.
48161
48162 2005-09-12  Derek Price  <derek@ximbiot.com>
48163             Paul Eggert  <eggert@cs.ucla.edu>
48164
48165         * modules/glob (Files): Add glob-libc.h.
48166
48167 2005-09-12  Derek Price  <derek@ximbiot.com>
48168             Paul Eggert  <eggert@cs.ucla.edu>
48169
48170         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
48171         glob_.h, glob-libc.h.
48172         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
48173
48174 2005-09-12  Derek Price  <derek@ximbiot.com>
48175             Paul Eggert  <eggert@cs.ucla.edu>
48176
48177         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
48178         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
48179         protecting things that should be done only in gnulib contexts.
48180         * lib/glob_.h: New file, containing only the glob things needed for
48181         gnulib.
48182         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
48183         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
48184         (glob, globfree, glob_pattern_p): Now defined simply in terms of
48185         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
48186         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
48187         and to respect the namespace rules better.
48188
48189 2005-09-08  Simon Josefsson  <jas@extundo.com>
48190
48191         * modules/socklen: New file.
48192
48193 2005-09-08  Simon Josefsson  <jas@extundo.com>
48194
48195         * m4/socklen.m4: New file.
48196
48197 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48198
48199         * modules/utimens (Files): Add m4/utimbuf.m4, since
48200         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
48201         Reported by Sergey Poznyakoff.
48202
48203 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48204
48205         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
48206         definitions, since that's the preferred style in glibc.
48207         Fix a minor spacing issue, and update copyright notice to match
48208         glibc's.
48209
48210 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
48211
48212         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
48213
48214 2005-09-06  Simon Josefsson  <jas@extundo.com>
48215
48216         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
48217         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
48218
48219 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48220
48221         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
48222         warning.
48223
48224 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48225
48226         * config/srclist.txt: Add glibc bug 1302.
48227
48228 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
48229
48230         Change bitset word type from unsigned int to unsigned long int,
48231         as this has better performance on typical 64-bit hosts.
48232         Port bitset code to hosts with unusual word sizes.
48233         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
48234         (build_collating_symbol):
48235         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
48236         argument is a bitset.  This is merely a style issue, but it makes
48237         it clearer that an entire array is expected.
48238         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
48239         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
48240         Port to the case where bitset_word is not the same as unsigned int.
48241         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48242         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
48243         Likewise.
48244         * lib/regexec.c (check_dst_limits_calc_pos_1,
48245         check_subexp_matching_top):
48246         (build_trtable, group_nodes_into_DFAstates):
48247         Likewise.
48248         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
48249         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
48250         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
48251         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
48252         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
48253         * lib/regcomp.c (optimize_subexps, lower_subexp):
48254         Work even if bitset_word has holes in its bitwise representation.
48255         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
48256         * lib/regexec.c (check_dst_limits_calc_pos_1,
48257         check_subexp_matching_top):
48258         Likewise.
48259         * lib/regex_internal.c (re_string_reconstruct):
48260         Don't assume UCHAR_MAX == 255.
48261         * lib/regex_internal.h (bitset_set_all): Likewise.
48262         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
48263         All uses changed.
48264         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
48265         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
48266         All uses changed.
48267         (BITSET_WORD_MAX): New macro.
48268         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
48269         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
48270         (bitset_empty, bitset_copy):
48271         Prefer sizeof (bitset) to multiplying it out ourselves.
48272         (bitset_not_merge): Remove; unused.
48273         (bitset_contain): Return bool, not unsigned int with one bit on.
48274         All callers changed.
48275         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
48276         alignment than re_node_set; do this by defining a new internal
48277         type struct dests_alloc and using it to allocate memory.
48278
48279 2005-09-05  Bruno Haible  <bruno@clisp.org>
48280
48281         * gnulib-tool (func_import): Fix comparison in handling of symbolic
48282         links.
48283
48284 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
48285
48286         * modules/size_max (Makefile.am): Add size_max.h
48287
48288 2005-09-04  Derek Price  <derek@ximbiot.com>
48289
48290         * gnulib-tool (func_import): Fix reversed $symbolic logic.
48291
48292 2005-09-03  Simon Josefsson  <jas@extundo.com>
48293
48294         * gnulib-tool: Fix typo.
48295
48296 2005-09-03  Simon Josefsson  <jas@extundo.com>
48297
48298         * config/srclist.txt: Add glibc bug 1293.
48299
48300 2005-09-03  Derek Price  <derek@ximbiot.com>
48301
48302         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
48303         From Larry Jones <lawrence.jones@ugs.com>.
48304
48305 2005-09-02  Simon Josefsson  <jas@extundo.com>
48306
48307         * modules/socklen: New file.
48308
48309 2005-09-02  Simon Josefsson  <jas@extundo.com>
48310
48311         * modules/havelib: New module.
48312
48313         * modules/gettext, modules/iconv, modules/lock, modules/readline:
48314         Use havelib.
48315
48316 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48317
48318         Check for arithmetic overflow when calculating sizes, to prevent
48319         some buffer-overflow issues.  These patches are conservative, in the
48320         sense that when I couldn't determine whether an overflow was possible,
48321         I inserted a run-time check.
48322         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
48323         macros.
48324         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
48325         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
48326         (re_xnrealloc, re_x2nrealloc): New inline functions.
48327         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
48328         parse_bracket_exp):
48329         (build_equiv_class, build_charclass): Check for arithmetic overflow
48330         in size expression calculations.
48331         * lib/regex_internal.c (re_string_realloc_buffers):
48332         (build_wcs_upper_buffer, re_node_set_add_intersect):
48333         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
48334         (re_dfa_add_node, register_state): Likewise.
48335         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
48336         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
48337         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
48338         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
48339
48340 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
48341
48342         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
48343         m4/ulonglong.m4.  Problem reported by Martin Lambers.
48344
48345 2005-09-02  Bruno Haible  <bruno@clisp.org>
48346
48347         Support for lib vs. lib64 distinction on biarch platforms.
48348         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
48349         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
48350         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
48351
48352 2005-09-02  Bruno Haible  <bruno@clisp.org>
48353
48354         * gnulib-tool (import): In the other first-use case, provide defaults
48355         as well.
48356
48357 2005-09-02  Bruno Haible  <bruno@clisp.org>
48358
48359         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
48360         patches not yet found in the latest gettext release.
48361
48362 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48363
48364         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
48365         to avoid a collision with bits/local_lim.h in glibc.
48366         All uses changed.  Problem reported by Dmitry V. Levin in
48367         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
48368
48369         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
48370         bugs in int versus size_t comparisons.
48371         (re_string_context_at): Fix bug where the code assumed that
48372         Idx is signed.
48373
48374         Use bool where appropriate.
48375         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
48376         All callers changed.
48377         (calc_eclosure_iter): Likewise, for ROOT arg.
48378         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
48379         (build_charclass_op): Likewise, for NON_MATCH arg.
48380         * lib/regex_internal.c (re_string_allocate, re_string_construct):
48381         (re_string_construct_common): Likewise, for ICASE arg.
48382         * lib/regexec.c (re_search_2_stub, re_search_stub):
48383         Likewise, for RET_LEN arg.
48384         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
48385         (set_regs): Likewise, for FL_BACKTRACK arg.
48386         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
48387         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
48388         (calc_eclosure_iter, parse_bracket_exp):
48389         Use bool for internal variables that are booleans.
48390         * lib/regexec.c (re_search_internal, check_matching,
48391         proceed_next_node):
48392         (set_regs, build_sifted_states, sift_states_bkref):
48393         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
48394         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
48395         (find_collation_sequence_value):
48396         Likewise.
48397         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
48398         (re_node_set_compare):
48399         Return bool, not int. All callers changed.
48400         * lib/regexec.c (check_halt_node_context, check_dst_limits):
48401         (build_trtable, check_node_accept): Likewise.
48402         * lib/regex_internal.h: Include stdbool.h.
48403
48404         Fix bugs uncovered when converting to bool.
48405         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
48406         failure instead of charging ahead blindly.
48407         * lib/regex_internal.c (register_state): Likewise.
48408         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
48409         for freeing internal storage.
48410         (group_nodes_into_DFA_states): Use unsigned int, not int, for
48411         bitset pieces used as boolean, to avoid undefined behavior
48412         on hosts that do int overflow checking.
48413
48414 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
48415
48416         * config/srclist.txt: Add glibc bugs 1285-1287.
48417
48418 2005-09-01  Jim Meyering  <jim@meyering.net>
48419
48420         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
48421         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
48422         Require gl_STAT_MACROS, too.
48423
48424 2005-09-01  Bruno Haible  <bruno@clisp.org>
48425
48426         * gnulib-tool (import): In the first-use case, provide defaults.
48427
48428 2005-09-01  Bruno Haible  <bruno@clisp.org>
48429
48430         * gnulib-tool (func_import): Remove the .tmp files.
48431
48432 2005-09-01  Bruno Haible  <bruno@clisp.org>
48433
48434         * gnulib-tool (func_import): Fix handling of symbolic links.
48435
48436 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48437
48438         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
48439         old glibc regex code mishandles strings longer than 2**31 bytes.
48440         This patch fixes this when the regex code is used in gnulib
48441         (i.e., outside glibc).
48442
48443         This patch should not affect the use of the regex code inside
48444         glibc.  No doubt this problem also needs to be handled for glibc
48445         as well, but the result will be an incompatible change to the
48446         glibc ABI, and the old ABI will have to be supported too.  That
48447         can be the the subject for another patch.
48448
48449         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
48450         governing whether the rest of this patch is active.  By default,
48451         the macro is disabled and the patch has no effect.
48452         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
48453         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
48454         (struct re_pattern_buffer, re_search, re_search_2, re_match):
48455         (re_match_2, re_set_registers): Use the new types.
48456         * lib/regex_internal.h (Idx, re_hashval_t): New types.
48457         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
48458         New macros.
48459         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
48460         (re_string_context_at, bin_tree_t, re_dfastate_t):
48461         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
48462         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
48463         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
48464         (re_string_char_size_at, re_string_wchar_at):
48465         (re_string_elem_size_at):
48466         Use the new types and macros to port to 64-bit hosts.
48467         Use unsigned types for internal values, so that the code
48468         mostly works even for arrays larger than SSIZE_MAX.
48469         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
48470         (search_duplicated_node, calc_eclosure_iter, fetch_number):
48471         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
48472         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
48473         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
48474         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
48475         (calc_inveclosure, parse_dup_op, build_range_exp):
48476         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
48477         (fetch_number, create_token_tree, mark_opt_subexp):
48478         Likewise.
48479         * lib/regex_internal.c (re_string_construct_common,
48480         create_ci_newstate):
48481         (create_cd_newstate, re_string_allocate, re_string_construct):
48482         (re_string_realloc_buffers, build_wcs_upper_buffer):
48483         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
48484         (re_string_reconstruct, re_string_peek_byte_case):
48485         (re_string_fetch_byte_case, re_string_context_at):
48486         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
48487         (re_node_set_init_copy, re_node_set_add_intersect):
48488         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
48489         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
48490         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
48491         (re_acquire_state, re_acquire_state_context, register_state):
48492         Likewise.
48493         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
48494         search_cur_bkref_entry):
48495         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
48496         (re_search_internal, re_search_2_stub, re_search_stub)
48497         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
48498         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
48499         (update_cur_sifted_state, check_dst_limits):
48500         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
48501         (check_subexp_limits, sift_states_bkref, merge_state_array):
48502         (check_subexp_matching_top, get_subexp, get_subexp_sub):
48503         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
48504         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
48505         (expand_bkref_cache, check_node_accept_bytes):
48506         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
48507         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
48508         (acquire_init_state_context, check_halt_node_context):
48509         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
48510         (sift_states_backward, clean_state_log_if_needed):
48511         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
48512         (find_recover_state, transit_state_sb, transit_state_mb):
48513         (transit_state_bkref, build_trtable, match_ctx_clean):
48514         Likewise.
48515         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
48516         to work around an assumption that REG_MISSING is negative.
48517
48518         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
48519         (seek_collating_symbol_entry) [defined _LIBC]:
48520         (lookup_collation_sequence_value) [defined _LIBC]:
48521         (build_range_exp, build_collating_symbol) [defined _LIBC]:
48522         Use prototypes rather than old-style function definitions.
48523         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
48524         (transit_state_sb) [0]:
48525         (find_collation_sequence_value) [defined _LIBC]: Likewise.
48526
48527         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
48528         rm_eo.
48529
48530         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
48531         (optimize_subexps, lower_subexp):
48532         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
48533         since the signed shift might overflow.  Use 1u<<31 instead.
48534         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
48535         Likewise.
48536         * lib/regexec.c (check_dst_limits_calc_pos_1,
48537         check_subexp_matching_top): Likewise.
48538
48539         * lib/regcomp.c (optimize_subexps, lower_subexp):
48540         Use CHAR_BIT rather than 8, for clarity.
48541         * lib/regexec.c (check_dst_limits_calc_pos_1):
48542         (check_subexp_matching_top): Likewise.
48543         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
48544         have to worry about portability issues when shifting it left.
48545         Remove no-longer-needed test for table_size > 0.
48546         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
48547         in a word, as the resulting behavior is undefined.
48548         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
48549         in one case, a <= should have been an <, and in another case the
48550         whole test was missing.
48551         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
48552         the standard name CHAR_BIT.
48553         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
48554         this is not true on one's complement and signed-magnitude hosts.
48555
48556         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
48557         next_last_offset.
48558         (struct re_dfa_t): Remove unused member states_alloc.
48559         * lib/regcomp.c (init_dfa): Don't initialize unused members.
48560
48561 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48562
48563         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
48564         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
48565         and large-file glibc and in 32-bit large-file Solaris.
48566
48567 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48568
48569         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
48570         lengths fit in regoff_t; this isn't true if regoff_t is the same
48571         width as size_t.
48572         * lib/regex.c (re_search_internal): 5th arg is LAST_START
48573         (= START + RANGE) instead of RANGE.  This avoids overflow
48574         problems when regoff_t is the same width as size_t.
48575         All callers changed.
48576         (re_search_2_stub): Check for overflow when adding the
48577         sizes of the two strings.
48578         (re_search_stub): Check for overflow when adding START
48579         to RANGE; if it occurs, substitute the extreme value.
48580
48581 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
48582
48583         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
48584
48585 2005-08-31  Jim Meyering  <jim@meyering.net>
48586
48587         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
48588         a pointer-to-const.
48589         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
48590         (register_state): Likewise.
48591         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
48592         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
48593         (group_nodes_into_DFAstates): Likewise.
48594
48595 2005-08-31  Jim Meyering  <jim@meyering.net>
48596
48597         * check-module: Add a FIXME comment.
48598
48599 2005-08-31  Eric Blake  <ebb9@byu.net>
48600
48601         * modules/unistd-safer (Files): Add unistd--.h.
48602         * modules/stdio-safer (Files): Add stdio--.h.
48603
48604 2005-08-31  Derek Price  <derek@ximbiot.com>
48605
48606         * lib/getdelim.c (getdelim): Return EOF on EOF.
48607         Reported by Larry Jones <lawrence.jones@ugs.com>.
48608
48609 2005-08-31  Bruno Haible  <bruno@clisp.org>
48610
48611         Avoid unnecessary diffs in the generated lib/Makefile.am.
48612         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
48613         the generated files.
48614         (func_import): Don't set cmd.
48615
48616 2005-08-31  Bruno Haible  <bruno@clisp.org>
48617
48618         * lib/strstr.c: Include <stddef.h>, for NULL.
48619         * lib/strcasestr.c: Likewise.
48620         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
48621
48622 2005-08-31  Bruno Haible  <bruno@clisp.org>
48623
48624         * gnulib-tool: New option --macro-prefix.
48625         (func_import): Use macro_prefix.
48626         (import): Handle option --macro-prefix.
48627
48628 2005-08-31  Bruno Haible  <bruno@clisp.org>
48629
48630         * gnulib-tool (import): Rename most ac_* variables to cached_*.
48631         Also use new variables cached_lgpl, cached_libtool.
48632
48633 2005-08-31  Bruno Haible  <bruno@clisp.org>
48634
48635         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
48636         always instantiating them.
48637
48638 2005-08-31  Bruno Haible  <bruno@clisp.org>
48639
48640         * gnulib-tool (func_import): Read the previous cached settings
48641         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
48642         earlier added by gnulib but are now dropped. Warn when a gnulib file
48643         overwrites a non-gnulib file.
48644
48645 2005-08-31  Bruno Haible  <bruno@clisp.org>
48646
48647         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
48648         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
48649         projects that don't keep autogenerated files in CVS. Put into
48650         actioncmd only the specified modules, not the transitive closure.
48651
48652 2005-08-31  Bruno Haible  <bruno@clisp.org>
48653
48654         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
48655         Create directories that shall be filled.
48656         (import): Don't look for gl_* macros in configure.ac. Recurse across
48657         all directories containing a gnulib-cache.m4 files, if meaningful.
48658
48659 2005-08-31  Bruno Haible  <bruno@clisp.org>
48660
48661         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
48662         (import): Set seen_libtool when we see gl_LIBTOOL.
48663
48664 2005-08-31  Bruno Haible  <bruno@clisp.org>
48665
48666         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
48667         declaration macro definitions from generated gnulib.m4.
48668
48669 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
48670
48671         * lib/iconvme.h: Add prototype for iconv_alloc.
48672
48673 2005-08-29  Simon Josefsson  <jas@extundo.com>
48674
48675         * lib/iconvme.c: Fix errno.
48676
48677 2005-08-29  Bruno Haible  <bruno@clisp.org>
48678
48679         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
48680         that it works when the directory contains spaces.
48681
48682 2005-08-29  Bruno Haible  <bruno@clisp.org>
48683
48684         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
48685
48686 2005-08-29  Bruno Haible  <bruno@clisp.org>
48687
48688         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
48689         Emit more advice.
48690
48691 2005-08-29  Bruno Haible  <bruno@clisp.org>
48692         and Stepan Kasal  <kasal@ucw.cz>
48693
48694         * check-module: If more parameters are given, check each of them
48695         separately; add more exceptions, as noted by Jim Meyering.
48696         (check_module): New procedure.
48697         (%exempt_header): Now contains all exceptions.
48698
48699 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
48700
48701         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
48702
48703 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
48704
48705         * lib/iconvme.c: Split iconv_string into iconv_alloc.
48706
48707 2005-08-28  Bruno Haible  <bruno@clisp.org>
48708
48709         * m4/gnulib-tool.m4: New file.
48710
48711 2005-08-27  Jim Meyering  <jim@meyering.net>
48712
48713         * modules/unistd-safer (Files): Add pipe-safer.c.
48714         * modules/fcntl-safer (Files): Add creat-safer.c.
48715
48716 2005-08-27  Jim Meyering  <jim@meyering.net>
48717
48718         * m4/stdlib-safer.m4: New file.  From coreutils.
48719         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
48720         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
48721         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
48722         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
48723         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
48724
48725 2005-08-27  Jim Meyering  <jim@meyering.net>
48726
48727         * lib/fopen-safer.c: Merge minor changes from coreutils.
48728         * lib/dup-safer.c: Likewise.
48729         * lib/fd-safer.c: Likewise.
48730
48731         Merge from coreutils.
48732         * lib/stdio--.h: New file.
48733         * lib/stdlib--.h: New file.
48734         * lib/mkstemp-safer.c: New file.
48735
48736         GNU tar needs these.
48737         * lib/pipe-safer.c: New file.
48738         * lib/creat-safer.c: New file.
48739         * lib/fcntl--.h (creat): Define to creat_safer.
48740         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
48741         * lib/unistd--.h (pipe): Define to pipe_safer.
48742         * lib/unistd-safer.h: Declare pipe_safer.
48743
48744 2005-08-26  Simon Josefsson  <jas@extundo.com>
48745
48746         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
48747         Haible <bruno@clisp.org>.
48748
48749 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
48750
48751         * lib/regex_internal.h: Remove all references to
48752         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
48753         or better.
48754         (bitset_not, bitset_merge, bitset_not_merge):
48755         (bitset_mask, re_string_allocate, re_string_construct):
48756         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
48757         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
48758         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
48759         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
48760         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
48761         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
48762         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
48763         (re_acquire_state_context):
48764         Remove unnecessary forward decls.
48765         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
48766         Put __attribute at function definition,
48767         now that the function decl has been removed.
48768         * lib/regex_internal.c (re_string_peek_byte_case):
48769         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
48770         Likewise.
48771
48772 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
48773
48774         * m4/regex.m4: Add AC_PREREQ(2.50).
48775         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
48776
48777 2005-08-25  Simon Josefsson  <jas@extundo.com>
48778
48779         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
48780         __fsetlocking.
48781
48782 2005-08-25  Simon Josefsson  <jas@extundo.com>
48783
48784         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
48785         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
48786         GLIBC specific code.
48787
48788 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48789
48790         Make regex safe for g++.  This fixes one real bug (an "err"
48791         that should have been "*err").  g++ problem reported by
48792         Sam Steingold.
48793         * lib/regex_internal.h (re_calloc): New macro, consistent with
48794         re_malloc etc.  All callers of calloc changed to use re_calloc.
48795         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
48796         not int.  All callers changed.
48797         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
48798         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
48799         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
48800         (find_recover_state): Change "err" to "*err"; this fixes what
48801         appears to be a real bug.
48802         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
48803         versus int.
48804
48805 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48806
48807         * modules/regex (Depends-on): Add malloc, since the code
48808         assumes that !malloc(0) means failure.
48809
48810 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48811
48812         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
48813
48814         alloca modernization/simplification for regex.
48815         * lib/regex.c: Remove portability cruft for alloca.  This no longer
48816         needs to be at the start of the file, and can be moved into
48817         regex_internal.h and simplified.
48818         * lib/regex_internal.h: Include <alloca.h>.
48819         (__libc_use_alloca) [!defined _LIBC]: New macro.
48820         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
48821         now works outside glibc.
48822
48823 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
48824
48825         * config/srclist.txt: Add glibc bugs 1241, 1245.
48826
48827 2005-08-25  Jim Meyering  <jim@meyering.net>
48828
48829         * lib/open-safer.c: Include <config.h>.
48830         Otherwise, we'd lose LARGEFILE support in any file using
48831         e.g. "fcntl--.h"
48832
48833 2005-08-25  Bruno Haible  <bruno@clisp.org>
48834
48835         * m4/minmax.m4: Require autoconf 2.52.
48836         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
48837         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
48838         alternatives of translit over the alphabet.
48839         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
48840
48841 2005-08-24  Simon Josefsson  <jas@extundo.com>
48842
48843         * tests/test-getpass.c: New file.
48844
48845 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48846
48847         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
48848         for GNU regex features.
48849
48850 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48851
48852         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
48853         * lib/regex.h (regerror): Likewise.
48854
48855         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
48856         requires this.  (The code never needed it.)
48857
48858         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
48859         All uses of recently-renamed identifiers changed to use the new,
48860         POSIX-compliant names.  The code will build and run just fine
48861         without these changes, but it's better to eat our own dog food
48862         and use the standard-conforming names.
48863
48864         * lib/regex.h: Fix a multitude of POSIX name space violations.
48865         These changes have an effect only for programs that define
48866         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
48867         do not change anything for programs compiled in the normal way.
48868         Also, there is no effect on the ABI.
48869
48870         (_REGEX_SOURCE): New macro.
48871         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
48872         defined and _GNU_SOURCE is not; this fixes a name space violation.
48873
48874         Rename the following macros to obey POSIX requirements.
48875         The old names are still visible as macros if _REGEX_SOURCE is defined.
48876         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
48877         RE_BACKSLASH_ESCAPE_IN_LISTS.
48878         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
48879         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
48880         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
48881         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
48882         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
48883         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
48884         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
48885         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
48886         (REG_INTERVALS): renamed from RE_INTERVALS.
48887         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
48888         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
48889         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
48890         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
48891         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
48892         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
48893         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
48894         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
48895         RE_UNMATCHED_RIGHT_PAREN_ORD.
48896         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
48897         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
48898         (REG_DEBUG): renamed from RE_DEBUG.
48899         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
48900         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
48901         unusual, since we can't clash with the POSIX REG_ICASE.
48902         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
48903         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
48904         (REG_NO_SUB): renamed from RE_NO_SUB.
48905         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
48906         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
48907         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
48908         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
48909         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
48910         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
48911         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
48912         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
48913         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
48914         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
48915         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
48916         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
48917         RE_SYNTAX_POSIX_MINIMAL_BASIC.
48918         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
48919         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
48920         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
48921         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
48922         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
48923         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
48924         (REG_FIXED): Renamed from REGS_FIXED.
48925         (REG_NREGS): Renamed from RE_NREGS.
48926
48927         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
48928         of other REG_* macros, since POSIX says the user is allowed to
48929         #undef these macros selectively.
48930
48931         (reg_errcode_t): Update comment stating what other tables need
48932         to be consistent.
48933
48934         Rename the following enum values to obey POSIX requirements.
48935         The old names are still visible as macros.
48936         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
48937         is not defined, since GNU is supposed to be a superset of POSIX as
48938         much as possible, and since we want reg_errcode_t to be a signed
48939         type for implementation consistency.
48940         (_REG_NOERROR): Renamed from REG_NOERROR.
48941         (_REG_NOMATCH): Renamed from REG_NOMATCH.
48942         (_REG_BADPAT): Renamed from REG_BADPAT.
48943         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
48944         (_REG_ECTYPE): Renamed from REG_ECTYPE.
48945         (_REG_EESCAPE): Renamed from REG_EESCAPE.
48946         (_REG_ESUBREG): Renamed from REG_ESUBREG.
48947         (_REG_EBRACK): Renamed from REG_EBRACK.
48948         (_REG_EPAREN): Renamed from REG_EPAREN.
48949         (_REG_EBRACE): Renamed from REG_EBRACE.
48950         (_REG_BADBR): Renamed from REG_BADBR.
48951         (_REG_ERANGE): Renamed from REG_ERANGE.
48952         (_REG_ESPACE): Renamed from REG_ESPACE.
48953         (_REG_BADRPT): Renamed from REG_BADRPT.
48954         (_REG_EEND): Renamed from REG_EEND.
48955         (_REG_ESIZE): Renamed from REG_ESIZE.
48956         (_REG_ERPAREN): Renamed from REG_ERPAREN.
48957         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
48958         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
48959         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
48960         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
48961
48962         (_REG_RE_NAME, _REG_RM_NAME): New macros.
48963         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
48964         changed.  But support the old name if the new one is not defined
48965         and if _REGEX_SOURCE.
48966
48967         Change the following member names in struct re_pattern_buffer.
48968         The old names are still supported if !_REGEX_SOURCE.
48969         The new names are always supported, regardless of _REGEX_SOURCE.
48970         (re_buffer): Renamed from buffer.
48971         (re_allocated): Renamed from allocated.
48972         (re_used): Renamed from used.
48973         (re_syntax): Renamed from syntax.
48974         (re_fastmap): Renamed from fastmap.
48975         (re_translate): Renamed from translate.
48976         (re_can_be_null): Renamed from can_be_null.
48977         (re_regs_allocated): Renamed from regs_allocated.
48978         (re_fastmap_accurate): Renamed from fastmap_accurate.
48979         (re_no_sub): Renamed from no_sub.
48980         (re_not_bol): Renamed from not_bol.
48981         (re_not_eol): Renamed from not_eol.
48982         (re_newline_anchor): Renamed from newline_anchor.
48983
48984         Change the following member names in struct re_registers.
48985         The old names are still supported if !_REGEX_SOURCE.
48986         The new names are always supported, regardless of _REGEX_SOURCE.
48987         (rm_num_regs): Renamed from num_regs.
48988         (rm_start): Renamed from start.
48989         (rm_end): Renamed from end.
48990
48991         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
48992         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
48993         Prepend __ to parameter names.
48994
48995         Undo yesterday's changes.
48996
48997 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
48998
48999         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
49000         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
49001         lib/regex.c.
49002
49003 2005-08-24  Jim Meyering  <jim@meyering.net>
49004
49005         Sync from coreutils.
49006         * m4/fcntl-safer.m4: New file.
49007
49008         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
49009         and object files for this module.
49010
49011 2005-08-24  Jim Meyering  <jim@meyering.net>
49012
49013         Sync from coreutils.
49014         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
49015
49016 2005-08-24  Jim Meyering  <jim@meyering.net>
49017
49018         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
49019         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
49020
49021 2005-08-24  Jim Meyering  <jim@meyering.net>
49022
49023         * modules/fcntl-safer: New module.
49024         * modules/fts (Depends-on): Add fcntl-safer.
49025         * MODULES.html.sh (File descriptor based Input/Output):
49026         Add fcntl-safer.
49027
49028 2005-08-24  Bruno Haible  <bruno@clisp.org>
49029
49030         Support for unit test modules.
49031         * modules/README: Mention tests modules.
49032         * modules/TEMPLATE-TESTS: New file.
49033         * gnulib-tool: New options --extract-tests-module, --with-tests and
49034         --tests-base (unused for the moment).
49035         (testsbase, inctests): New variables.
49036         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
49037         (func_verify_module): Exclude TEMPLATE-TESTS.
49038         (func_verify_nontests_module, func_verify_tests_module): New functions.
49039         (func_get_dependencies): Add implicit dependency for tests modules.
49040         (func_get_tests_module): New function.
49041         (func_modules_transitive_closure): When --with-tests was specified,
49042         include the unit tests as well, unless explicitly avoided.
49043         (func_emit_lib_Makefile_am): Ignore the tests modules here.
49044         (func_emit_tests_Makefile_am): New function.
49045         (func_create_testdir): When --with-tests was specified, emit a
49046         tests/ directory.
49047         * MODULES.html.sh (Future developments): Update.
49048
49049 2005-08-24  Bruno Haible  <bruno@clisp.org>
49050
49051         * modules/tls-tests: New file.
49052         * tests/test-tls.c: New file, from GNU gettext.
49053
49054 2005-08-24  Bruno Haible  <bruno@clisp.org>
49055
49056         * modules/lock-tests: New file.
49057         * tests/test-lock.c: New file, from GNU gettext.
49058
49059 2005-08-24  Bruno Haible  <bruno@clisp.org>
49060
49061         * lib/lock.h: Add multiple inclusion guard.
49062         * lib/tls.h: Add multiple inclusion guard.
49063
49064 2005-08-24  Bruno Haible  <bruno@clisp.org>
49065
49066         * gnulib-tool: Add support for the --aux-dir option to
49067         --create-testdir, --create-megatestdir, --test, --megatest.
49068         (func_create_testdir, func_create_megatestdir): Optionally emit a
49069         AC_CONFIG_AUX_DIR directive.
49070         (create-testdir, create-megatestdir, test, megatest): Provide a
49071         default value for $auxdir.
49072
49073 2005-08-24  Bruno Haible  <bruno@clisp.org>
49074
49075         * gnulib-tool (import): Use compound statement instead of subshell
49076         where possible.
49077
49078 2005-08-24  Bruno Haible  <bruno@clisp.org>
49079
49080         * gnulib-tool (import): Change --aux-dir default to "build-aux".
49081
49082 2005-08-24  Bruno Haible  <bruno@clisp.org>
49083
49084         * gnulib-tool (func_version): Update.
49085
49086 2005-08-24  Bruno Haible  <bruno@clisp.org>
49087
49088         * gnulib-tool (func_import, func_create_testdir,
49089         func_create_megatestdir): Quote all autoconf macro arguments.
49090
49091 2005-08-24  Bruno Haible  <bruno@clisp.org>
49092
49093         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
49094         option --force, because --force causes the aclocal.m4 of each
49095         subdirectory to be newer than the corresponding config.h.in.
49096
49097 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49098
49099         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
49100         All contents moved to gl_REGEX.
49101         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
49102         assume that it does.
49103
49104 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49105
49106         * lib/regex.h (REG_NOSYS)
49107         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
49108         Define, since POSIX requires it as of 2001.
49109         (_REG_ENOSYS)
49110         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
49111         New private symbol, used to keep the enum signed in all cases.
49112         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
49113         Youngman in
49114         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
49115
49116         * lib/regex_internal.c (re_string_skip_chars, register_state):
49117         (calc_state_hash):
49118         Remove forward decls; no longer needed now that we use prototypes.
49119         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
49120         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
49121         (clean_state_log_if_needed): Likewise.
49122
49123 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
49124
49125         * config/srclist.txt: Add glibc bugs 1231-1233.
49126
49127 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49128
49129         Fix problems reported by Sam Steingold in
49130         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
49131         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
49132         assumed that reg_errcode_t is a signed type, which is not
49133         necessarily true if _XOPEN_SOURCE is not defined.
49134         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
49135         since some compilers warn about it otherwise.
49136
49137 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49138
49139         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
49140         (init_word_char, create_initial_state, duplicate_node_closure):
49141         (fetch_token, peek_token_bracket, build_range_exp):
49142         (build_collating_symbol): Remove forward decls; no longer needed
49143         now that we use prototypes.
49144
49145         * lib/regcomp.c:
49146         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
49147         (re_compile_fastmap_iter, regcomp, regerror, regfree):
49148         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
49149         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
49150         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
49151         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
49152         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
49153         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
49154         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
49155         (build_range_exp, build_collating_symbol, parse_bracket_exp):
49156         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
49157         (build_charclass, build_charclass_op, fetch_number, create_tree):
49158         (create_token_tree, mark_opt_subexp, duplicate_tree):
49159         Use prototypes rather than old-style definitions.
49160
49161         * lib/regex_internal.c:
49162         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
49163         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
49164         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
49165         (re_string_reconstruct, re_string_peek_byte_case):
49166         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
49167         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
49168         (re_node_set_init_copy, re_node_set_add_intersect):
49169         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
49170         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
49171         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
49172         (re_acquire_state, re_acquire_state_context, register_state):
49173         (create_ci_newstate, create_cd_newstate, free_state):
49174         Likewise.
49175         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
49176         re_search_2):
49177         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
49178         (re_search_internal, prune_impossible_nodes):
49179         (acquire_init_state_context, check_matching, static):
49180         (check_halt_node_context, check_halt_state_context, proceed_next_node):
49181         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
49182         (update_regs, sift_states_backward, build_sifted_states):
49183         (clean_state_log_if_needed, merge_state_array):
49184         (update_cur_sifted_state, add_epsilon_src_nodes):
49185         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
49186         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
49187         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
49188         (find_recover_state, check_subexp_matching_top, transit_state_mb):
49189         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
49190         (check_arrival, check_arrival_add_next_nodes):
49191         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
49192         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49193         (check_node_accept_bytes, check_node_accept, extend_buffers):
49194         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
49195         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
49196         (sift_ctx_init):
49197         Likewise.
49198
49199         * lib/regex_internal.h:
49200         (re_string_allocate, re_string_construct, re_string_reconstruct):
49201         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
49202         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
49203         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
49204         (re_string_context_at, re_string_peek_byte_case):
49205         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
49206         is defined, since we now use prototypes always.
49207
49208         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
49209         C89 or better.  All uses removed.
49210
49211 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
49212
49213         * config/srclist.txt: Add glibc bugs 1220-1227.
49214
49215 2005-08-20  Jim Meyering  <jim@meyering.net>
49216
49217         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
49218         of unused local, dfa.
49219
49220 2005-08-20  Bruno Haible  <bruno@clisp.org>
49221
49222         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
49223
49224 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49225
49226         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
49227         (re_node_set_insert_last, re_dfa_add_node):
49228         Rename local variables to avoid GCC shadowing warnings.
49229
49230 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49231
49232         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
49233         [defined lint]: Suppress bogus uninitialized-variable warnings.
49234
49235         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
49236         and let the caller return REG_ESPACE if out of space.  This
49237         removes an uninitialied-variable warning with GCC 4.0.1, and also
49238         avoids taking the address of a local variable.  All callers
49239         changed.
49240
49241 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
49242
49243         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
49244         $LIBCSRC/posix/regexec.c.
49245         Add glibc bug 1217 for regcomp.c.
49246
49247 2005-08-19  Jim Meyering  <jim@meyering.net>
49248
49249         * lib/regexec.c (proceed_next_node): Redo local variables to
49250         avoid GCC shadowing warnings.
49251
49252 2005-08-18  Bruno Haible  <bruno@clisp.org>
49253
49254         * lib/strstr.c (strstr): Fix return value in multibyte case.
49255         * lib/strcasestr.c (strcasestr): Likewise.
49256
49257 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
49258
49259         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
49260
49261 2005-08-17  Jim Meyering  <jim@meyering.net>
49262
49263         Make the %s format (seconds since the epoch) work for a negative
49264         number and when used with a zero-padded field width, e.g. %015s.
49265
49266         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
49267         label so that it precedes the code to set `digits'.  Otherwise,
49268         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
49269         print `00-22'.  Now, it prints `-0022', as it should.
49270
49271 2005-08-17  Bruno Haible  <bruno@clisp.org>
49272
49273         * modules/strstr (Files): Add m4/mbrtowc.m4.
49274         (Depends-on): Add mbuiter.
49275
49276 2005-08-17  Bruno Haible  <bruno@clisp.org>
49277
49278         * modules/strcasestr: New file.
49279         * MODULES.html.sh (String handling, based on ANSI C 89): Add
49280         strcasestr.
49281
49282 2005-08-17  Bruno Haible  <bruno@clisp.org>
49283
49284         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
49285
49286 2005-08-17  Bruno Haible  <bruno@clisp.org>
49287
49288         * modules/mbuiter: New file.
49289         * MODULES.html.sh (Extended multibyte and wide character utilities):
49290         Add mbuiter.
49291
49292 2005-08-17  Bruno Haible  <bruno@clisp.org>
49293
49294         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
49295         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
49296
49297 2005-08-17  Bruno Haible  <bruno@clisp.org>
49298
49299         * m4/strcasestr.m4: New file.
49300
49301 2005-08-17  Bruno Haible  <bruno@clisp.org>
49302
49303         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
49304         * lib/strstr.c: Completely rewritten, with multibyte locale support.
49305
49306 2005-08-17  Bruno Haible  <bruno@clisp.org>
49307
49308         * lib/strcasestr.h: New file.
49309         * lib/strcasestr.c: New file.
49310
49311 2005-08-17  Bruno Haible  <bruno@clisp.org>
49312
49313         * lib/strcasecmp.c: Use mbuiter.h.
49314
49315 2005-08-17  Bruno Haible  <bruno@clisp.org>
49316
49317         * lib/mbuiter.h: New file.
49318
49319 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
49320
49321         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
49322         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
49323         and gl_GETOPT are both invoked via different paths (as happens
49324         with GNU tar CVS because it uses both argp and getopt), the former
49325         wins.
49326
49327 2005-08-16  Bruno Haible  <bruno@clisp.org>
49328
49329         * modules/tls: New file.
49330         * MODULES.html.sh (Multithreading): Add tls.
49331
49332 2005-08-16  Bruno Haible  <bruno@clisp.org>
49333
49334         * modules/strnlen1: New file.
49335         * MODULES.html.sh (String handling): Add strnlen1.
49336
49337 2005-08-16  Bruno Haible  <bruno@clisp.org>
49338
49339         * modules/strcase (Files): Add m4/mbrtowc.m4.
49340         (Depends-on): Add strnlen1, mbchar.
49341
49342 2005-08-16  Bruno Haible  <bruno@clisp.org>
49343
49344         * modules/mbiter: New file.
49345         * MODULES.html.sh (Extended multibyte and wide character utilities):
49346         Add mbiter.
49347
49348 2005-08-16  Bruno Haible  <bruno@clisp.org>
49349
49350         * modules/mbfile: New file.
49351         * MODULES.html.sh (Extended multibyte and wide character utilities):
49352         Add mbfile.
49353
49354 2005-08-16  Bruno Haible  <bruno@clisp.org>
49355
49356         * modules/mbchar: New file.
49357         * MODULES.html.sh (Extended multibyte and wide character utilities):
49358         New section.
49359
49360 2005-08-16  Bruno Haible  <bruno@clisp.org>
49361
49362         * m4/tls.m4: New file, from GNU gettext.
49363
49364 2005-08-16  Bruno Haible  <bruno@clisp.org>
49365
49366         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
49367         always.
49368         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
49369
49370 2005-08-16  Bruno Haible  <bruno@clisp.org>
49371
49372         * m4/mbiter.m4: New file.
49373
49374 2005-08-16  Bruno Haible  <bruno@clisp.org>
49375
49376         * m4/mbfile.m4: New file.
49377
49378 2005-08-16  Bruno Haible  <bruno@clisp.org>
49379
49380         * m4/mbchar.m4: New file.
49381
49382 2005-08-16  Bruno Haible  <bruno@clisp.org>
49383
49384         * lib/tls.h: New file, from GNU gettext.
49385         * lib/tls.c: New file, from GNU gettext.
49386
49387 2005-08-16  Bruno Haible  <bruno@clisp.org>
49388
49389         * lib/strnlen1.h: New file.
49390         * lib/strnlen1.c: New file.
49391
49392 2005-08-16  Bruno Haible  <bruno@clisp.org>
49393
49394         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
49395         (mbi_init): Update.
49396         (mbi_avail, mbi_advance): Let the iteration end before the terminating
49397         NUL byte, not after it.
49398
49399 2005-08-16  Bruno Haible  <bruno@clisp.org>
49400
49401         * lib/strcase.h (strcasecmp): Add note in comments.
49402         * lib/strncasecmp.c: Use code from strcasecmp.c.
49403         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
49404         (strcasecmp): Work correctly in multibyte locales.
49405
49406 2005-08-16  Bruno Haible  <bruno@clisp.org>
49407
49408         * lib/mbiter.h: New file.
49409
49410 2005-08-16  Bruno Haible  <bruno@clisp.org>
49411
49412         * lib/mbfile.h: New file.
49413
49414 2005-08-16  Bruno Haible  <bruno@clisp.org>
49415
49416         * lib/mbchar.h: New file.
49417         * lib/mbchar.c: New file.
49418
49419 2005-08-16  Bruno Haible  <bruno@clisp.org>
49420
49421         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
49422         the valid ones. Makes the comparison operations transitive:
49423         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
49424         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
49425
49426 2005-08-15  Simon Josefsson  <jas@extundo.com>
49427
49428         * modules/ssize_t (License): Change to 'unlimited'.
49429
49430         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
49431
49432 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
49433
49434         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
49435         Add comments for each pending glibc patch.
49436
49437 2005-08-15  Bruno Haible  <bruno@clisp.org>
49438
49439         * lib/regex.h (__restrict_arr): Don't define to __restrict if
49440         __cplusplus is defined.
49441
49442 2005-08-14  Jim Meyering  <jim@meyering.net>
49443
49444         Sync from coreutils.
49445
49446         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
49447         Use the hash-table-based cycle-detection code not just when
49448         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
49449         Reported by James Youngman in
49450         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
49451         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
49452         FTS_TIGHT_CYCLE_CHECK.
49453         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
49454         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
49455         once again.
49456         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
49457         * lib/fts.c (fd_safer): Remove decl.
49458         Include fcntl--.h rather than unistd-safer.h
49459         (fts_safe_changedir): Don't call fd_safer; no longer needed
49460         now that we include fcntl--.h.
49461
49462 2005-08-12  Simon Josefsson  <jas@extundo.com>
49463
49464         * modules/getndelim2: Use ssize_t module.
49465         * modules/getnline: Likewise.
49466         * modules/safe-read: Likewise.
49467         * modules/xreadlink: Likewise.
49468
49469         * modules/ssize_t: New file.
49470
49471 2005-08-12  Simon Josefsson  <jas@extundo.com>
49472
49473         * m4/readline.m4: Look for termcap, curses or ncurses if required.
49474
49475 2005-08-12  Simon Josefsson  <jas@extundo.com>
49476
49477         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49478         ssize_t.
49479
49480 2005-08-12  Simon Josefsson  <jas@extundo.com>
49481
49482         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
49483         readline, getdelim and check_version.
49484         (Support for systems lacking ISO C 99: Sizes of integer types):
49485         Add size_max.
49486
49487 2005-08-12  Bruno Haible  <bruno@clisp.org>
49488
49489         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
49490
49491 2005-08-11  Simon Josefsson  <jas@extundo.com>
49492
49493         * modules/readline: New file.
49494
49495         * modules/strnlen (Files): Add strnlen.h.
49496
49497 2005-08-11  Simon Josefsson  <jas@extundo.com>
49498
49499         * m4/readline.m4: New file.
49500
49501 2005-08-11  Simon Josefsson  <jas@extundo.com>
49502
49503         * lib/readline.h, readline.c: New file.
49504
49505 2005-08-11  Simon Josefsson  <jas@extundo.com>
49506
49507         * doc/gnulib.texi (Initial import, Finishing touches): Mention
49508         gl_AVOID.
49509
49510 2005-08-11  Bruno Haible  <bruno@clisp.org>
49511
49512         * lib/strnlen.h (strnlen): Change parameter name to match comment.
49513
49514 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
49515
49516         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
49517
49518 2005-08-10  Simon Josefsson  <jas@extundo.com>
49519
49520         * tests/test-iconvme.c: New file.
49521
49522 2005-08-10  Simon Josefsson  <jas@extundo.com>
49523
49524         * m4/strnlen.m4: New file.
49525
49526         * m4/strndup.m4: Don't check for strnlen declaration, done in
49527         strnlen.m4.
49528
49529 2005-08-10  Simon Josefsson  <jas@extundo.com>
49530
49531         * lib/strndup.c: Use strnlen.h.
49532
49533         * lib/strnlen.h: New file.
49534
49535 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49536
49537         * README: Typos.
49538
49539 2005-08-02  Simon Josefsson  <jas@extundo.com>
49540
49541         * modules/readline: New file.
49542
49543 2005-08-02  Simon Josefsson  <jas@extundo.com>
49544
49545         * modules/getdelim: New file.
49546
49547         * modules/getline: Rewrite, don't use getndelim2.
49548
49549 2005-08-02  Simon Josefsson  <jas@extundo.com>
49550
49551         * m4/getline.m4: Separate out getdelim stuff into separate module.
49552
49553         * m4/getdelim.m4: New file.
49554
49555 2005-08-02  Simon Josefsson  <jas@extundo.com>
49556
49557         * lib/getline.h, getline.c: Rewrite.
49558
49559         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
49560
49561 2005-07-31  Bruno Haible  <bruno@clisp.org>
49562
49563         * lib/lock.h (gl_lock_initializer): New macro.
49564         (gl_lock_define_initialized): Use it.
49565         (gl_rwlock_initializer): New macro.
49566         (gl_rwlock_define_initialized): Use it.
49567         (gl_recursive_lock_initializer): New macro.
49568         (gl_recursive_lock_define_initialized): Use it.
49569
49570 2005-07-30  Karl Berry  <karl@gnu.org>
49571
49572         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
49573         Report from Ben Pfaff, regarding getopt.
49574
49575 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
49576
49577         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
49578         normal way.
49579         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
49580         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
49581         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
49582         (gl_GETOPT): Use the new macros.  Most of the implementation
49583         is moved to the new macros.  This is for programs like Emacs
49584         that don't want all the functionality of gl_GETOPT.
49585
49586 2005-07-26  Bruno Haible  <bruno@clisp.org>
49587
49588         * m4/lock.m4: Update from GNU gettext.
49589
49590 2005-07-26  Bruno Haible  <bruno@clisp.org>
49591
49592         * lib/lock.h: Update from GNU gettext.
49593         * lib/lock.c: Update from GNU gettext.
49594
49595 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
49596
49597         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
49598         obsolescent AC_TRY_RUN.  Include the default includes files, for
49599         'exit'.
49600
49601 2005-07-24  Bruno Haible  <bruno@clisp.org>
49602
49603         * modules/visibility: New file.
49604         * MODULES.html.sh (Misc): Add visibility.
49605
49606 2005-07-24  Bruno Haible  <bruno@clisp.org>
49607
49608         * m4/visibility.m4: New file.
49609
49610 2005-07-24  Bruno Haible  <bruno@clisp.org>
49611
49612         * doc/visibility.texi: New file.
49613
49614 2005-07-22  Bruno Haible  <bruno@clisp.org>
49615
49616         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
49617         $(ALLOCA_H), redundant through BUILT_SOURCES.
49618         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
49619         redundant through BUILT_SOURCES.
49620         * modules/byteswap (Makefile.am): Remove explicit dependency on
49621         $(BYTESWAP_H), redundant through BUILT_SOURCES.
49622         * modules/fnmatch (Makefile.am): Remove explicit dependency on
49623         $(FNMATCH_H), redundant through BUILT_SOURCES.
49624         * modules/getopt (Makefile.am): Remove explicit dependency on
49625         $(GETOPT_H), redundant through BUILT_SOURCES.
49626         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
49627         redundant through BUILT_SOURCES.
49628         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
49629         redundant through BUILT_SOURCES.
49630         * modules/stdbool (Makefile.am): Remove explicit dependency on
49631         $(STDBOOL_H), redundant through BUILT_SOURCES.
49632         * modules/stdint (Makefile.am): Remove explicit dependency on
49633         $(STDINT_H), redundant through BUILT_SOURCES.
49634         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
49635         Remove explicit dependency on $(SYSEXITS_H).
49636         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
49637
49638 2005-07-18  Simon Josefsson  <jas@extundo.com>
49639
49640         * lib/check-version.c (check_version): Accept identical versions too.
49641
49642 2005-07-18  Bruno Haible  <bruno@clisp.org>
49643
49644         * modules/lock: New file.
49645         * MODULES.html.sh (Multithreading): New section.
49646
49647 2005-07-18  Bruno Haible  <bruno@clisp.org>
49648
49649         * m4/lock.m4: New file, from GNU gettext.
49650
49651 2005-07-18  Bruno Haible  <bruno@clisp.org>
49652
49653         * lib/lock.h: New file, from GNU gettext.
49654         * lib/lock.c: New file, from GNU gettext.
49655
49656 2005-07-18  Bruno Haible  <bruno@clisp.org>
49657
49658         * lib/lock.h (gl_once_t): New type.
49659         (gl_once_define, gl_once): New macros.
49660         * lib/lock.c (fresh_once): New variable.
49661         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
49662         functions.
49663
49664 2005-07-16  Simon Josefsson  <jas@extundo.com>
49665
49666         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
49667         workaround, suggested by Bruno.
49668
49669 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
49670
49671         * modules/xalloc (Depends-on): Add xalloc-die.
49672         * modules/xvasprintf (Depends-on): Add xalloc-die.
49673
49674 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
49675
49676         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
49677         with a minor change.
49678
49679 2005-07-15  Bruno Haible  <bruno@clisp.org>
49680
49681         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
49682         When using lib/poll.c, define poll as rpl_poll.
49683
49684 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
49685
49686         * modules/argp (Depends-on): Remove unlocked-io.
49687
49688 2005-07-14  Derek Price  <derek@ximbiot.com>
49689
49690         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
49691         for glob symlink bug.
49692
49693 2005-07-14  Bruno Haible  <bruno@clisp.org>
49694
49695         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
49696         Instead, test for *_unlocked function declarations directly.
49697
49698 2005-07-11  Simon Josefsson  <jas@extundo.com>
49699
49700         * modules/size_max: New file.
49701
49702         * modules/xsize: Depend on size_max module for size_max.m4.
49703
49704 2005-07-11  Simon Josefsson  <jas@extundo.com>
49705
49706         * lib/size_max.h: New file.
49707
49708 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
49709
49710         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
49711         copyright symbol and the year.
49712         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
49713         (version_etc_va): Use parameterized copyright notice.
49714         Reword to conform to the current GNU coding standards.
49715
49716 2005-07-11  Karl Berry  <karl@gnu.org>
49717
49718         * doc/gnulib.texi (Quoting): new node.
49719         (Initial import): more info, from Patrice.
49720
49721 2005-07-11  Bruno Haible  <bruno@clisp.org>
49722
49723         * gnulib-tool (func_usage): Document option --avoid.
49724         (Command line options): Handle --avoid.
49725         (func_acceptable): New function.
49726         (func_modules_transitive_closure): Use it.
49727
49728 2005-07-11  Bruno Haible  <bruno@clisp.org>
49729
49730         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
49731         Reported by Jim Meyering.
49732
49733 2005-07-10  Bruno Haible  <bruno@clisp.org>
49734
49735         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
49736         Needed when size_t is smaller than 'unsigned int'.
49737         Reported by Paul Eggert.
49738
49739 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49740
49741         * modules/argp (Depends-on): Add unlocked-io
49742
49743 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49744
49745         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
49746         block of defines.
49747
49748 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
49749
49750         * config/srclist.txt: Comment out regcomp.c, since we have a porting
49751         fix now.
49752
49753 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
49754         and Paul Eggert  <eggert@cs.ucla.edu>
49755
49756         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
49757         in wint_t, not wchar_t.  Remove now-unnecessary cast.
49758
49759 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49760
49761         * modules/regex (Files): Add lib/regex_internal.c,
49762         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
49763         (Depends-on): Add extensions.
49764         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
49765
49766 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49767
49768         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
49769         pathconf.
49770         * m4/same.m4 (gl_SAME): Likewise.
49771         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
49772
49773         * m4/regex.m4: Adjust to new libc regex implementation.
49774         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
49775         all the .c and .h parts of (the new) regex.
49776         Quote the m4 stuff better.
49777         Check for RE_ICASE bug of old gnulib.
49778         Check for REG_STARTEND of recent libc.
49779         Rename local variables from jm_* to gl_*.
49780         Quote operand of "test -f".
49781         Say "recent enough" version of libc, not "version 2".
49782         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
49783         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
49784         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
49785         Remove check for btowc, isascii.
49786         Require AM_LANGINFO_CODESET.
49787
49788 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49789
49790         * lib/regex.c, regex.h: Sync from libc.
49791         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
49792         * lib/regexec.c:
49793         New files, synced from libc, except that regex_internal.h
49794         currently has a small porting fix.
49795
49796 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
49797
49798         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
49799         regex_internal.c, regexec.c.
49800         Add regex_internal.h too, but as a comment, since the libc version
49801         is currently broken in gnulib mode.
49802
49803 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
49804
49805         Support programs like Emacs that use gnulib but not gettext.
49806         * MODULES.html.sh (Internationalization functions): Add gettext-h.
49807         * modules/gettext-h: New file.
49808         * modules/gettext (Files): Remove lib/gettext.h.
49809         (Depends-on): Add gettext-h.
49810         (Makefile.am): Remove lib_SOURCES.
49811         * modules/argmatch, modules/c-stack, modules/closeout:
49812         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
49813         * modules/execute, modules/file-type, modules/getaddrinfo:
49814         * modules/getopt, modules/human, modules/javacomp:
49815         * modules/javaexec, modules/mkdir-p, modules/obstack:
49816         * modules/openat, modules/pagealign_alloc, modules/pipe:
49817         * modules/quotearg, modules/regex, modules/rpmatch:
49818         * modules/unicodeio, modules/userspec, modules/version-etc:
49819         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
49820         * modules/xsetenv:
49821         Depend on gettext-h, not gettext.
49822
49823 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
49824
49825         * gnulib-tool (func_import): Add support for 'public domain' license.
49826         * modules/alloca, modules/atexit, modules/memmove:
49827         Now public domain, not GPL.
49828         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
49829         * modules/realloc, modules/strerror, modules/strtod:
49830         Now LGPL, not GPL.
49831
49832 2005-07-05  Bruno Haible  <bruno@clisp.org>
49833
49834         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
49835         autoconf CVS. Needed for mingw.
49836
49837 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49838
49839         Remove the dependency of the strftime module on the tzset module.
49840         * modules/strftime (Depends-on): Remove dependency on tzset.
49841
49842 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49843
49844         Remove the dependency of the strftime module on the tzset module.
49845         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
49846         gl_FUNC_TZSET_CLOBBER.
49847
49848 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
49849
49850         Remove the dependency of the strftime module on the tzset module.
49851         * lib/strftime.c (my_strftime)
49852         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
49853         Copy the input structure, to work around some of the bug with
49854         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
49855         Solaris releases, you should also use the tzset module, but we won't
49856         require it as a dependency any more since we don't want LGPLed code
49857         to depend on GPLed code.
49858
49859 2005-07-02  Jim Meyering  <jim@meyering.net>
49860
49861         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
49862         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
49863         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
49864         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
49865
49866 2005-07-02  Jim Meyering  <jim@meyering.net>
49867
49868         * lib/backupfile.c (backup_args): Change a `0' to NULL.
49869
49870 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
49871
49872         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
49873         declares only 'struct timespec;' (!).
49874
49875 2005-07-01  Jim Meyering  <jim@meyering.net>
49876
49877         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
49878         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
49879         * lib/save-cwd.c, tempname.c:
49880         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49881         and don't include <sys/file.h>).
49882
49883 2005-06-29  Jim Meyering  <jim@meyering.net>
49884
49885         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
49886         type name.  Use the variable name instead.
49887         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
49888         Likewise.
49889
49890 2005-06-28  Simon Josefsson  <jas@extundo.com>
49891
49892         * modules/check-version (Files): Add check-version.m4.
49893
49894 2005-06-28  Simon Josefsson  <jas@extundo.com>
49895
49896         * m4/check-version.m4: New file, suggested by Jim Meyering
49897         <jim@meyering.net>.
49898
49899 2005-06-28  Simon Josefsson  <jas@extundo.com>
49900
49901         * lib/check-version.h, lib/check-version.c: New files.
49902
49903 2005-06-28  Simon Josefsson  <jas@extundo.com>
49904
49905         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
49906         collision with global variable.  Better indentation.  Don't
49907         increment buffer pointer beyond buffer end.  Based on comments
49908         from Paul Eggert <eggert@cs.ucla.edu>.
49909
49910         * lib/base64.h: Indent.
49911
49912 2005-06-28  Simon Josefsson  <jas@extundo.com>
49913
49914         * doc/gnulib.texi (Library version handling): New section.
49915
49916 2005-06-28  Jim Meyering  <jim@meyering.net>
49917
49918         * check-module (find_included_lib_files): Hard-code another
49919         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
49920         but modules/fts-lgpl (correctly) does not list those files.
49921
49922         * modules/canonicalize (Files): Add lib/pathmax.h.
49923
49924 2005-06-25  Simon Josefsson  <jas@extundo.com>
49925
49926         * modules/check-version: New file.
49927
49928 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
49929
49930         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
49931         initializer of struct addrinfo, as an indication that we don't
49932         care how many members the structure has.
49933
49934 2005-06-24  Derek Price  <derek@ximbiot.com>
49935         and Bruno Haible  <bruno@clisp.org>
49936
49937         Remove stat module & update lstat.
49938         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
49939         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49940         * m4/stat.m4: Remove this file.
49941
49942 2005-06-24  Derek Price  <derek@ximbiot.com>
49943         and Bruno Haible  <bruno@clisp.org>
49944
49945         Remove stat module & update lstat.
49946         * lib/stat.c: Remove this file...
49947         (slash_aware_lstat): ...moving this content and its support...
49948         * lib/lstat.c (rpl_lstat): ...into here.
49949         * lib/lstat.h: New file.
49950
49951 2005-06-24  Derek Price  <derek@ximbiot.com>
49952         and Bruno Haible  <bruno@clisp.org>
49953
49954         Remove stat module & update lstat.
49955         * config/srclist.txt (libc sources): Remove stat.
49956
49957 2005-06-24  Derek Price  <derek@ximbiot.com>
49958         and Bruno Haible  <bruno@clisp.org>
49959
49960         Remove stat module & update lstat.
49961         * MODULES.html.sh (stat): Remove.
49962         * MODULES.html: Regenerated.
49963         * modules/lstat (Description): Correct function name.
49964         (Files): Add "lstat.h".
49965         (Depends-on): Remove stat, add xalloc, stat-macros.
49966         * modules/stat: Remove this file.
49967         (Include): Add "lstat.h", remove <sys/stat.h>.
49968
49969 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
49970
49971         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
49972         (ranged_convert): Don't save conversion in a temporary struct.
49973         This causes a warning with GCC 4.0.0, and anyway in the typical
49974         case it's not worth the extra 100 bytes or so of code.
49975         (ranged_convert, __mktime_internal): When calling a function via a
49976         pointer P, use P () rather than (*P) (), as we now assume C89 or
49977         better.
49978
49979 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
49980
49981         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
49982         "who -r" failed to give output.  Problem reported by Tim Waugh.
49983
49984         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
49985         (xcalloc): Use it to avoid needless tests.
49986         Problem reported by Jim Meyering.
49987
49988 2005-06-20  Derek Price  <derek@ximbiot.com>
49989
49990         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
49991         unnecessary for Autoconfs > 2.59c.
49992
49993 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49994
49995         * lib/argp.h (__option_is_short): Check upper limit of
49996         __key. Isprint() requires its argument to have the value
49997         of an unsigned char or EOF.
49998
49999 2005-06-16  Jim Meyering  <jim@meyering.net>
50000
50001         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
50002         when either N or S is zero.
50003
50004 2005-06-16  Derek Price  <derek@ximbiot.com>
50005
50006         * m4/bison.m4: Declare YACC & YFLAGS precious.
50007
50008 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
50009
50010         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
50011         multibyte string or pattern, fall back on unibyte matching.
50012         Problem reported by James Youngman.
50013
50014 2005-06-08  Bruno Haible  <bruno@clisp.org>
50015
50016         * modules/csharpcomp: New file.
50017         * MODULES.html.sh (C#): Add csharpcomp.
50018
50019 2005-06-08  Bruno Haible  <bruno@clisp.org>
50020
50021         * m4/csharpcomp.m4: New file, from GNU gettext.
50022
50023 2005-06-08  Bruno Haible  <bruno@clisp.org>
50024
50025         * lib/csharpcomp.h: New file, from GNU gettext.
50026         * lib/csharpcomp.c: New file, from GNU gettext.
50027         * lib/csharpcomp.sh.in: New file, from GNU gettext.
50028
50029 2005-06-08  Bruno Haible  <bruno@clisp.org>
50030
50031         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
50032         warning on mingw.
50033
50034 2005-06-07  Derek Price  <derek@ximbiot.com>
50035
50036         Sync from CVS.
50037         * lib/glob_.h: Indent nested #ifdef.
50038
50039 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50040
50041         Sync from coreutils.
50042         Use "file name" when talking about file names, instead of "filename"
50043         or "path", as per the GNU coding standards.
50044         * lib/mkdir-p.c: Renamed from makepath.c.
50045         (make_dir_parents): Renamed from make_path.  All callers changed.
50046         * lib/mkdir-p.h: Likewise.  All includers changed.
50047         * lib/filenamecat.c: Renamed from path-concat.c.
50048         (file_name_concat): Renamed from path_concat.  All callers changed.
50049         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
50050         * lib/filenamecat.h: Likewise.  All includers changed.
50051         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
50052         in comments or local variable names.
50053         * lib/basename.c: Likewise.
50054         * lib/canonicalize.c, canonicalize.h: Likewise.
50055         * lib/dirname.c, dirname.h: Likewise.
50056         * lib/euidaccess.c: Likewise.
50057         * lib/exclude.c: Likewise
50058         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
50059         * lib/fsusage.c, fsuage.h: Likewise.
50060         * lib/fts.c, fts_.h: Likewise.
50061         * lib/getcwd.c: Likewise.
50062         * lib/getloadavg.c: Likewise.
50063         * lib/mkstemp.c: Likewise.
50064         * lib/mountlist.c, mountlist.h: Likewise.
50065         * lib/openat.c, openat.h: Likewise.
50066         * lib/readlink-stub.c: Likewise.
50067         * lib/readutmp.c, readutmp.h: Likewise.
50068         * lib/rename.c: Likewise.
50069         * lib/rmdir.c: Likewise.
50070         * lib/same.c: Likewise.
50071         * lib/savedir.c: Likewise.
50072         * lib/stripslash.c: Likewise.
50073         * lib/tempname.c: Likewise.
50074         * lib/xreadlink.c: Likewise.
50075         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
50076         All uses changed.
50077         * lib/exclude.h: Likewise.
50078
50079         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
50080         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50081         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
50082         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50083         * lib/pathmax.h: Include <limits.h> unconditionally, since other
50084         files have been getting away with it for years (MORE/BSD 4.3
50085         is extinct now).
50086         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
50087         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
50088
50089         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
50090         Define to 256, not 255, as per modern POSIX.
50091
50092 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50093
50094         Sync from coreutils.
50095         Use "file name" when talking about file names, instead of "filename"
50096         or "path", as per the GNU coding standards.
50097         * MODULES.html.sh: mkdir-p renamed from makepath.
50098         filenamecat renamed from path-concat.
50099         * modules/filenamecat: Renamed from modules/path-concat.
50100         (Files): filenamecat.h and filenamecat.c renamed from
50101         path-concat.h and path-concat.c.
50102         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
50103         (Include): filenamecat.h, not path-concat.h.
50104         * modules/mkdir-p: Renamed from modules/makepath.
50105         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
50106         makepath.c.
50107         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
50108         (Include): mkdir-p.h, not makepath.h.
50109
50110 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
50111
50112         Sync from coreutils.
50113         * m4/mkdir-p.m4: Renamed from makepath.m4.
50114         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
50115         Rename files from makepath.c to mkdir-p.c, and from
50116         makepath.h to mkdir-p.h.
50117         * m4/filenamecat.m4: Renamed from path-concat.m4.
50118         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
50119         Rename files from path-concat.c to filenamecat.c,
50120         and from path-concat.h to filenamecat.h.
50121         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
50122         "file name" in local variables or comments.
50123         * m4/rename.m4: Likewise.
50124
50125 2005-06-01  Bruno Haible  <bruno@clisp.org>
50126
50127         * modules/csharpexec: New file.
50128         * MODULES.html.sh (C#): New section.
50129
50130 2005-06-01  Bruno Haible  <bruno@clisp.org>
50131
50132         * m4/csharp.m4: New file, from GNU gettext.
50133         * m4/csharpexec.m4: New file, from GNU gettext.
50134
50135 2005-06-01  Bruno Haible  <bruno@clisp.org>
50136
50137         * lib/csharpexec.h: New file, from GNU gettext.
50138         * lib/csharpexec.c: New file, from GNU gettext.
50139         * lib/csharpexec.sh.in: New file, from GNU gettext.
50140
50141 2005-05-31  Derek Price  <derek@ximbiot.com>
50142             Paul Eggert  <eggert@cs.ucla.edu>
50143
50144         Sync from cvs.
50145         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50146
50147 2005-05-31  Derek Price  <derek@ximbiot.com>
50148             Paul Eggert  <eggert@cs.ucla.edu>
50149
50150         Sync from cvs.
50151         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
50152
50153 2005-05-29  Derek Price  <derek@ximbiot.com>
50154
50155         * config/srclist.txt (glob_.h, glob.c): Add these files.
50156
50157 2005-05-29  Derek Price  <derek@ximbiot.com>
50158
50159         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
50160         * modules/glob: New file.
50161         * modules/getlogin_r: Add link to POSIX spec in description.
50162
50163 2005-05-29  Derek Price  <derek@ximbiot.com>
50164             Paul Eggert  <eggert@cs.ucla.edu>
50165
50166         * m4/glob.m4: New file.
50167
50168 2005-05-29  Derek Price  <derek@ximbiot.com>
50169             Paul Eggert  <eggert@cs.ucla.edu>
50170
50171         * lib/glob_.h, lib/glob.c: New files.
50172
50173 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50174
50175         * modules/fts (Files): Remove m4/inttypes-pri.m4.
50176         * modules/fts-lgpl (Depends-on): Remove gettext.
50177
50178 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50179
50180         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
50181         and don't require gt_INTTYPES_PRI.
50182
50183 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
50184
50185         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
50186
50187         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
50188         the configuration hassle isn't worth it.
50189         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
50190         (LONGEST_MODIFIER, PRIuMAX): Remove.
50191
50192 2005-05-27  Bruno Haible  <bruno@clisp.org>
50193
50194         * lib/getlogin_r.h: Remove second include of <stddef.h>.
50195
50196 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
50197
50198         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
50199         _POSIX_PTHREAD_SEMANTICS for Solaris.
50200
50201 2005-05-25  Derek Price  <derek@ximbiot.com>
50202
50203         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
50204
50205 2005-05-25  Derek Price  <derek@ximbiot.com>
50206             Paul Eggert  <eggert@cs.ucla.edu>
50207
50208         * modules/getlogin_r, m4/getlogin_r.m4: New files.
50209         * lib/getlogin_r.c, getlogin_r.h: New files.
50210
50211 2005-05-25  Bruno Haible  <bruno@clisp.org>
50212             Derek Price  <derek@ximbiot.com>
50213
50214         * lib/getlogin_r.h: Simplify API documentation.
50215
50216 2005-05-23  Derek Price  <derek@ximbiot.com>
50217
50218         * modules/minmax (Files): Add m4/minmax.m4.
50219         (configure.ac): Add gl_MINMAX.
50220
50221 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
50222
50223         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
50224         so that unistd-safer.h (GPL'ed code) need not be included.
50225
50226 2005-05-22  Bruno Haible  <bruno@clisp.org>
50227
50228         * m4/minmax.m4: New file.
50229         Based on a patch by Derek Price <derek@ximbiot.com>.
50230
50231 2005-05-22  Bruno Haible  <bruno@clisp.org>
50232
50233         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
50234         (INT64_MIN): Fix definition.
50235         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
50236
50237         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
50238         NEED_SIGNED_INT_TYPES.
50239
50240         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
50241         HAVE_SYSTEM_INTTYPES.
50242
50243 2005-05-22  Bruno Haible  <bruno@clisp.org>
50244
50245         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
50246         Also include <sys/param.h> if it defines MIN, MAX.
50247         Based on a patch by Derek Price <derek@ximbiot.com>.
50248
50249 2005-05-21  Jim Meyering  <jim@meyering.net>
50250
50251         * modules/fts (Files): Add m4/inttypes-pri.m4.
50252         (Depends-on): Add lstat and remove gettext.  Alphabetize.
50253
50254 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50255
50256         New fts module.
50257         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
50258         (setup_dir, free_dir): New functions.
50259         (enter_dir, leave_dir): Define trivial
50260         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
50261         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
50262         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
50263         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
50264         Move to fts-cycle.c.
50265         (fts_open): Use setup_dir.
50266         (fts_close): Use free_dir.
50267         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
50268         This adds a label and some gotos, but the alternatives were messier.
50269         Check for memory allocation failure when entering a dir.
50270         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
50271         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
50272         (FTS): New member fts_cycle, that is a union that contains the
50273         old active_dir_ht and cycle_state.  All uses changed to mention
50274         fts_cycle.ht and fts_cycle.state.
50275         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
50276         fts.c, with the following changes:
50277         (setup_dir, free_dir): New functions.
50278         (enter_dir): Now returns bool.  Return true if successful, false
50279         if memory exhausted.  All callers changed.
50280         Do not bother partly cleaning up on
50281         memory allocation failure; that is free_dir's job.
50282         However, free ad if hash_insert fails, to avoid memory leak.
50283         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
50284         fts->fts_options to see which union member to use.
50285
50286 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50287
50288         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
50289         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
50290
50291 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
50292
50293         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
50294
50295 2005-05-20  Jim Meyering  <jim@meyering.net>
50296
50297         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
50298         Now a macro, to pacify GCC.
50299
50300 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50301
50302         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
50303         of -1.
50304
50305 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
50306
50307         * lib/chown.c (rpl_chown): Return -1 on failure.
50308
50309 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50310
50311         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
50312         Don't check for stddef.h.
50313         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
50314         don't use its results.
50315         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
50316         since we include them unconditionally.  Don't require
50317         AM_STDBOOL_H, since stdbool is a prerequisite.
50318         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
50319         since we assume C89 or better.
50320         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
50321         as we don't use their results.
50322         Don't check for fchdir, memmove, memset, strrchr, as we use
50323         them unconditionally.
50324         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
50325         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
50326
50327 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
50328
50329         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
50330         Include <stddef.h> unconditionally, since we assume C89 now.
50331         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
50332         * lib/fts.c: Include fts_.h first, to check interface.
50333         Do not include intprops.h; no longer needed.
50334         Include cycle-check.h and hash.h, since fts_.h no longer does.
50335         Remove unnecessary casts of closedir to void.
50336         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
50337         decide whether to decrement nlinks.
50338         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
50339         (FTS): Use struct hash_table * instead of Hash_table, so that
50340         we no longer need to include hash.h here.
50341
50342 2005-05-18  Jim Meyering  <jim@meyering.net>
50343
50344         * modules/dirfd (License): Change to LGPL.  Most of the code
50345         is already in the public domain.
50346
50347 2005-05-18  Jim Meyering  <jim@meyering.net>
50348
50349         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
50350         Reported by Yoann Vandoorselaere.
50351
50352 2005-05-17  Jim Meyering  <jim@meyering.net>
50353
50354         * m4/fts.m4: New file, from coreutils.
50355
50356 2005-05-17  Jim Meyering  <jim@meyering.net>
50357
50358         * lib/fts.c, lib/fts_.h: New files, from coreutils.
50359
50360 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50361
50362         Sync from coreutils.
50363         * m4/unlinkdir.m4: New file.
50364
50365 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50366
50367         Sync from coreutils.
50368         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
50369         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
50370         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
50371         White space changes only.
50372         * lib/makepath.c (make_path): Port to hosts where leading "//" is
50373         special.
50374         * lib/yesno.c: Include getline.h, not ctype.h.
50375         (yesno): Don't remove leading white space; POSIX doesn't allow it.
50376         Use getline to remove arbitrary restriction on response length.
50377
50378 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
50379
50380         * config/srclist-update: Spell out "Street" in FSF postal
50381         mail address; this is the style the FSF seems to prefer.
50382
50383         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
50384         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
50385         this updates FSF postal mail address.
50386
50387         Sync from coreutils.
50388         * modules/unlinkdir: New file.
50389         * modules/yesno (Depends-on): Add getline.
50390         * MODULES.html.sh (File system functions): Add unlinkdir.
50391
50392 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50393
50394         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
50395         lib/strsep.h:
50396         Change the initial comment to refer to GPL, not LGPL.
50397         gnulib-tool will change it to LGPL as needed.
50398
50399         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
50400         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
50401         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
50402         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
50403         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
50404         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
50405         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
50406         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
50407         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
50408         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
50409         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
50410         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
50411         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
50412         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
50413         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
50414         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
50415         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
50416         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
50417         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
50418         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
50419         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
50420         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
50421         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
50422         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
50423         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
50424         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
50425         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
50426         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
50427         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
50428         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
50429         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
50430         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
50431         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
50432         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
50433         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
50434         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
50435         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
50436         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
50437         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
50438         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
50439         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
50440         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
50441         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
50442         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
50443         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
50444         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
50445         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
50446         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
50447         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
50448         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
50449         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
50450         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
50451         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
50452         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
50453         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
50454         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
50455         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
50456         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
50457         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
50458         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
50459         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
50460         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
50461         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
50462         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
50463         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
50464         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
50465         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
50466         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
50467         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
50468         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
50469         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
50470         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
50471         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
50472         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
50473         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
50474         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
50475         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
50476         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
50477         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
50478         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
50479         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
50480         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
50481         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
50482         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
50483         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
50484         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
50485         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
50486         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
50487         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
50488         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
50489         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
50490         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
50491         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
50492         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
50493         lib/yesno.c, lib/yesno.h:
50494         Update FSF postal mail address.
50495
50496 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
50497
50498         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
50499         tests/test-memmem.c, tests/test-stpncpy.c:
50500         Update FSF postal mail address.
50501
50502 2005-05-13  Bruno Haible  <bruno@clisp.org>
50503
50504         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
50505         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
50506         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
50507         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
50508         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
50509         Add support for 64-bit integers in the MSVC compiler.
50510
50511 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50512
50513         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
50514
50515 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
50516
50517         * gnulib-tool (func_import): Sort and uniquify recommended includes.
50518
50519 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
50520
50521         * doc/getdate.texi (General date syntax): Don't say that date
50522         date --iso-8601=ns generates acceptable dates; it doesn't yet.
50523         Problem reported by Nic Ferrier.
50524
50525 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50526
50527         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
50528         specified in ai_socktype. Fix invalid ai_protocol
50529         check. ai_protocol is usually set to 0 or depending on
50530         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
50531         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
50532         ai_socktype / ai_protocol in the returned addrinfo structure.
50533
50534 2005-05-10  Simon Josefsson  <jas@extundo.com>
50535
50536         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
50537         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50538
50539 2005-05-10  Karl Berry  <karl@gnu.org>
50540
50541         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
50542         (from http://www.gnu.org/licenses).
50543         * doc/COPYING.LIB: also rename to COPYING.LESSER.
50544         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
50545         fdl.texi suffices.
50546
50547 2005-05-10  Karl Berry  <karl@gnu.org>
50548
50549         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
50550         (COPYING.DOC): remove.
50551
50552         * config/srclist-update: new FSF address.
50553
50554 2005-05-10  Derek Price  <derek@ximbiot.com>
50555
50556         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
50557         possible.
50558
50559 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50560             Bruno Haible  <bruno@clisp.org>
50561
50562         * modules/inet_ntop: New file.
50563         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50564         inet_ntop.
50565
50566 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50567             Bruno Haible  <bruno@clisp.org>
50568
50569         * m4/inet_ntop.m4: New file.
50570
50571 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
50572             Bruno Haible  <bruno@clisp.org>
50573
50574         * lib/inet_ntop.h: New file.
50575         * lib/inet_ntop.c: New file, from glibc with modifications.
50576
50577 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
50578
50579         * modules/time_r (License): Change to LGPL.
50580         * modules/extensions (License): Change to LGPL.  Actually,
50581         the license is more permissive than that, but currently gnulib-tool
50582         doesn't know how to handle more-permissive licenses.
50583
50584         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
50585         Problem reported by Dave Love.
50586
50587 2005-05-08  Jim Meyering  <jim@meyering.net>
50588
50589         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
50590         blank.
50591
50592 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
50593
50594         * modules/argmatch (Depends-on): Add stdbool.
50595         * modules/backupfile (Depends-on): Likewise.
50596         * modules/chdir-long (Depends-on): Likewise.
50597         * modules/closeout (Depends-on): Likewise.
50598         * modules/cycle-check (Depends-on): Likewise.
50599         * modules/dirname (Depends-on): Likewise.
50600         * modules/fnmatch (Depends-on): Likewise.
50601         * modules/fsusage (Depends-on): Likewise.
50602         * modules/fwriteerror (Depends-on): Likewise.
50603         * modules/getcwd (Depends-on): Likewise.
50604         * modules/getloadavg (Depends-on): Likewise.
50605         * modules/hard-locale (Depends-on): Likewise.
50606         * modules/makepath (Depends-on): Likewise.
50607         * modules/mountlist (Depends-on): Likewise.
50608         * modules/nanosleep (Depends-on): Likewise.
50609         * modules/posixtm (Depends-on): Likewise.
50610         * modules/quotearg (Depends-on): Likewise.
50611         * modules/readtokens (Depends-on): Likewise.
50612         * modules/readtokens0 (Depends-on): Likewise.
50613         * modules/readutmp (Depends-on): Likewise.
50614         * modules/save-cwd (Depends-on): Likewise.
50615         * modules/strftime (Depends-on): Likewise.
50616         * modules/userspec (Depends-on): Likewise.
50617         * modules/utimecmp (Depends-on): Likewise.
50618         * modules/xgetcwd (Depends-on): Likewise.
50619         * modules/xnanosleep (Depends-on): Likewise.
50620         * modules/xstrtod (Depends-on): Likewise.
50621         * modules/yesno (Depends-on): Likewise.
50622
50623 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
50624
50625         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
50626         needless checks.
50627
50628 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50629
50630         Merge from coreutils.  Among other things,
50631         add bulletproofing for cases where stdin, stdout, or stderr are closed.
50632         * lib/fd-safer.c: New file.
50633         * lib/fcntl-safer.h, open-safer.c: Remove.
50634         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
50635         * lib/dup-safer.c: Include unistd-safer.h first.
50636         Don't include errno.h.
50637         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
50638         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
50639         * lib/file-type.c: Rely on file-type.h change.
50640         * lib/getloadavg.c: Include unistd-safer.h.
50641         (getloadavg): Use safer open.
50642         * lib/getusershell.c: Include "stdio-safer.h".
50643         (getusershell): Use safer fopen.
50644         * lib/long-options.c (long_options): Use NULL rather than 0.
50645         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
50646         'free'.
50647         * lib/modechange.c: Likewise.
50648         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
50649         (MODE_DONE): New constant.
50650         (struct mode_change): Remove 'next' member.
50651         (make_node_op_equals): New function; like the old one of the
50652         same name, except it allocates an array.
50653         (mode_compile, mode_create_from_ref): Use it.
50654         (mode_compile): Allocate result as an array, not a linked list.
50655         Parse octal string ourself, so that we catch mistakes like "+0".
50656         (mode_adjust): Arg is an array, not a linked list.
50657         * lib/modechange.c: Include stat-macros.h, xalloc.h.
50658         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
50659         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
50660         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
50661         Remove.  This is now stat-macros.h's job.
50662         (talloc): Remove.  All callers replaced by xalloc, so that
50663         our invokers don't have to worry about reporting memory failures.
50664         (make_node_op_equals): Remove.
50665         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
50666         New constants.
50667         (struct mode_change): Moved here from modechange.h.
50668         (mode_append_entry): Remove.
50669         (mode_compile): Remove MASKED_OPS arg, since it encouraged
50670         apps to have incorrect behavior.  Use simpler algorithm for head
50671         and tail.  Don't futz with umask; that's now the job of mode_adjust.
50672         Detect more invalid usages rather than having somewhat-random behavior.
50673         Don't insert an "a=" action, as that leads to incorrect behavior.
50674         (mode_compile, mode_create_from_ref): Return NULL on error instead
50675         of an enum, since now there's only one way to have an error.  All
50676         callers changed.
50677         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
50678         at the correct time.  Simplify calculation of "+u" and its ilk.
50679         Don't mishandle "+X".
50680         (mode_free): Remove "register" and localize decls.
50681         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
50682         (struct mode_change): Move to modechange.c; callers don't
50683         need to see this stuff.
50684         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
50685         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
50686         (mode_change, mode_adjust): Reflect the new signatures noted above.
50687         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
50688         that might redefine system include files.
50689         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
50690         (my_usleep): Use NULL rather than (void *) 0.
50691         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
50692         Use siginterrupt to specify that system calls should be interrupted.
50693         (rpl_nanosleep): Move initialization of suspended closer to call of
50694         my_usleep.
50695         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
50696         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
50697         (desirable_utmp_entry): New function.
50698         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
50699         using x2nrealloc, to simplify logic.
50700         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
50701         size calculation.  Do not assume utmp file is a regular file.
50702         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
50703         (READ_UTMP_CHECK_PIDS): New constant.
50704         * lib/save-cwd.c: Include unistd-safer.h.
50705         (save_cwd): Use fd_safer.
50706         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
50707         [!_LIBC] Include "stat-macros.h" instead.
50708         * lib/unistd-safer.h (fd_safer): New decl.
50709
50710 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50711
50712         * modules/getloadavg (Depends-on): Add unistd-safer.
50713         * modules/getusershell (Depends-on): Add stdio-safer.
50714         * modules/lstat (Depends-on): Remove xalloc.
50715         * modules/mkstemp (Depends-on): Add stat-macros.
50716         * modules/modechange (Depends-on): Remove xstrtol.
50717         Add stat-macros, xalloc.
50718         * modules/save-cwd (Depends-on): Add unistd-safer.
50719         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
50720         * modules/unistd-safer (Files): Add lib/fd-safer.c
50721         (Makefile.am): Remove lib_SOURCES.
50722
50723         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
50724         Remove fcntl-safer; unistd-safer supersedes it.
50725
50726 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50727
50728         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
50729         AC_HEADER_STAT.
50730         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
50731         (gl_PREREQ_CHOWN): Remove.
50732         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
50733         it.  Don't require AC_HEADER_STAT.
50734         (gl_PREREQ_LSTAT): Remove.
50735         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
50736         Don't require AC_HEADER_STAT.
50737         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
50738         (gl_PREREQ_RMDIR): Remove.
50739         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
50740         mention stat-macros.h or AC_HEADER_STAT, since we'll make
50741         the stat-macros module a prerequisite.
50742         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
50743         * m4/filemode.m4 (gl_FILEMODE): Likewise.
50744         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
50745         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
50746         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
50747         variable names.
50748         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
50749         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
50750         variable prefixes.
50751         * m4/fcntl-safer.m4: Remove.
50752         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
50753         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
50754         Invoke gl_PREREQ_FD_SAFER.
50755         (gl_PREREQ_FD_SAFER): New macro.
50756         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
50757         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
50758         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
50759         Remove duplicate call to AC_LIBOBJ(readutmp).
50760         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
50761
50762         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
50763         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
50764
50765 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
50766
50767         * MODULES.html.sh (Misc): Add byteswap.
50768
50769 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50770
50771         * modules/getcwd (Depends-on): Add extensions.
50772         * modules/openat (Depends-on): Likewise.
50773
50774 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50775
50776         * modules/byteswap: New file.
50777
50778 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50779
50780         * m4/byteswap.m4: New file.
50781
50782 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
50783
50784         * lib/byteswap_.h: New file.
50785
50786 2005-04-25  Karl Berry  <karl@gnu.org>
50787
50788         * m4/gettext.m4: Update from GNU gettext 0.14.4.
50789
50790 2005-04-25  Albert Chin  <china@thewrittenword.com>
50791
50792         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
50793         Toolkit C bug.
50794
50795 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
50796
50797         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
50798         (func_ln_if_changed) Remove forcibly for no error message
50799         in case file does not exist.
50800
50801 2005-04-19  Simon Josefsson  <jas@extundo.com>
50802
50803         * gnulib-tool (Options): Make --symlink mean --symbolic.
50804
50805 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
50806
50807         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
50808
50809 2005-04-16  Simon Josefsson  <jas@extundo.com>
50810
50811         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
50812
50813 2005-04-15  Simon Josefsson  <jas@extundo.com>
50814
50815         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
50816
50817 2005-04-15  Simon Josefsson  <jas@extundo.com>
50818
50819         * gnulib-tool: Rename --symlink to --symbolic.
50820
50821 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
50822
50823         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
50824         symbolic links to files instead of copying/moving.  Add --aux-dir,
50825         specifying directory relative --dir where auxiliary build tools
50826         are placed.
50827
50828 2005-04-14  Bruno Haible  <bruno@clisp.org>
50829
50830         * modules/allocsa (License): Change to LGPL.
50831         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
50832
50833 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
50834
50835         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
50836         that "UTC +1 second" continues to work.  Problem reported
50837         by Dmitry V. Levin.
50838         (relunit_snumber): New rule.
50839         (relunit): Use it.
50840
50841 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
50842
50843         * lib/getdate.y (universal_time_zone_table): New constant.
50844         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
50845         universal_time_zone_table.
50846         (lookup_zone): Prefer universal_time_zone_table to
50847         local_time_zone_table, so that "GMT" time stamps are allowed in
50848         London during the summer.  Problem reported by Ian Abbott.
50849
50850 2005-04-12  Jim Meyering  <jim@meyering.net>
50851
50852         * lib/human.c (humblock): Set *options even when returning due to
50853         xstrtoumax conversion failure.  Thanks to a used-uninitialized
50854         warning from gcc-4.
50855
50856 2005-04-09  Jim Meyering  <jim@meyering.net>
50857
50858         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
50859         -Wuninitialized: initialize tm0.tm_year.
50860
50861 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
50862
50863         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
50864         count, since there's no maximum.  All uses changed.
50865         Add member dsts_seen.
50866         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
50867         not being INT_MAX.
50868         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
50869         Use pc_rels_seen to decide whther a date is absolute.
50870
50871         * lib/getdate.y (number): Don't overwrite year.
50872         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
50873         check.
50874
50875 2005-04-02  Simon Josefsson  <jas@extundo.com>
50876
50877         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
50878         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
50879
50880 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
50881
50882         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
50883         where no absolute path name can be longer than PATH_MAX.
50884
50885 2005-03-27  Jim Meyering  <jim@meyering.net>
50886
50887         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
50888
50889 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
50890
50891         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
50892         "one's complement" -> "ones' complement" in comment, as per Knuth.
50893         "value of type" -> "type or expression" in comment.
50894         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
50895
50896 2005-03-26  Jim Meyering  <jim@meyering.net>
50897
50898         Comment nits.
50899         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
50900         Correct typos: s/or/of/.
50901
50902 2005-03-26  Jim Meyering  <jim@meyering.net>
50903
50904         * modules/check-include-files: Move to ../ and rename to...
50905         * check-module: ...this.
50906
50907 2005-03-25  Jim Meyering  <jim@meyering.net>
50908
50909         * modules/xvasprintf (Files): Add xalloc.h.
50910
50911 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
50912
50913         * modules/gettext (Files): config/config.rpath ->
50914         build-aux/config.rpath
50915         * modules/iconv (Files): Likewise.
50916         Problem reported by Oskar Liljeblad.
50917
50918 2005-03-23  Jim Meyering  <jim@meyering.net>
50919
50920         * modules/check-include-files: New script to check for
50921         missing dependencies, multiple includes, etc.
50922
50923         * modules/c-strtold (Depends-on): Add xalloc.
50924         * modules/c-strtod (Depends-on): Add xalloc.
50925         * modules/hash (Depends-on): Add xalloc.
50926         (Files): Remove lib/xalloc.h.
50927
50928         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
50929         * modules/userspec (Files): Add lib/inttostr.h.
50930
50931 2005-03-23  Jim Meyering  <jim@meyering.net>
50932
50933         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
50934
50935 2005-03-22  Jim Meyering  <jim@meyering.net>
50936
50937         * modules/stat-macros: New module.
50938         * modules/canonicalize, modules/euidaccess, modules/file-type,
50939         * modules/filemode, modules/lchown, modules/makepath,
50940         * modules/rmdir, modules/stat: Depend on new stat-macros module
50941         rather than listing lib/stat-macros.h manually.
50942         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
50943
50944 2005-03-22  Jim Meyering  <jim@meyering.net>
50945
50946         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
50947
50948 2005-03-22  Bruno Haible  <bruno@clisp.org>
50949
50950         * config/srclist.txt: Replace target directory 'config' with
50951         'build-aux'.
50952         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
50953         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
50954         ../build-aux/.
50955
50956 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
50957
50958         * modules/chdir-long (Depends-on): Add mempcpy.
50959
50960         * modules/acl, modules/backupfile, modules/c-strtod,
50961         modules/c-strtold, modules/canon-host, modules/canonicalize,
50962         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
50963         modules/exclude, modules/exitfail, modules/file-type,
50964         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
50965         modules/getdate, modules/getline, modules/getpagesize,
50966         modules/getpass, modules/getugroups, modules/group-member,
50967         modules/hard-locale, modules/hash, modules/human, modules/idcache,
50968         modules/inttostr, modules/long-options, modules/makepath,
50969         modules/md5, modules/memcasecmp, modules/memcoll,
50970         modules/modechange, modules/mountlist, modules/path-concat,
50971         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
50972         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
50973         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
50974         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
50975         modules/strftime, modules/strndup, modules/strverscmp,
50976         modules/timespec, modules/unlocked-io, modules/userspec,
50977         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
50978         modules/yesno:
50979         Remove lib_SOURCES line from Makefile.am section, as this is now
50980         done automatically by the corresponding Autoconf macro.
50981
50982 2005-03-21  Jim Meyering  <jim@meyering.net>
50983
50984         Changes imported from coreutils.
50985
50986         * lib/cycle-check.c: Don't include xalloc.h.
50987
50988         * lib/path-concat.c: Don't include assert.h.
50989         (path_concat): Remove assertion that would have triggered
50990         for ABASE starting with more than one slash.
50991         Reported by Andreas Schwab.
50992
50993         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
50994         properly when ABASE is an absolute file name.
50995         Correct the description of this function.
50996         Include <assert.h>.
50997         Add an assertion and a test driver.
50998         This fixes a bug introduced on 2004-07-02.
50999         Andreas Schwab reported the resulting failure of cp --parents:
51000         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
51001
51002 2005-03-21  Jim Meyering  <jim@meyering.net>
51003
51004         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
51005         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
51006
51007 2005-03-21  Jim Meyering  <jim@meyering.net>
51008         and  Paul Eggert  <eggert@cs.ucla.edu>
51009
51010         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
51011         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
51012         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
51013         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
51014         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
51015         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
51016         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
51017         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
51018         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
51019         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
51020         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
51021         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
51022         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
51023         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
51024         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
51025         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
51026         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
51027         for these modules.
51028
51029 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
51030
51031         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
51032         (which shouldn't happen), generate nothing instead of returning 0
51033         immediately, so that nstrftime (NULL, ...) doesn't return 0.
51034
51035 2005-03-16  Bruno Haible  <bruno@clisp.org>
51036
51037         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
51038         HAVE_LONGLONG_64BIT.
51039
51040 2005-03-16  Bruno Haible  <bruno@clisp.org>
51041
51042         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
51043         HAVE_LONGLONG_64BIT.
51044
51045 2005-03-16  Bruno Haible  <bruno@clisp.org>
51046
51047         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
51048         HAVE_LONGLONG_64BIT.
51049
51050 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51051
51052         * lib/strftime.c (my_strftime): Prepend space to format so that we can
51053         reliably distinguish strftime failure from empty output on POSIX
51054         hosts.
51055
51056 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
51057
51058         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
51059         (iconv_string): Don't guess a size-zero buffer, as that might cause
51060         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
51061         result would be 'too large', where 'too large' is (heuristically)
51062         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
51063         overflow concerns.  This will prevent some unwanted malloc failures
51064         when the inputs are very large.
51065
51066 2005-03-15  Karl Berry  <karl@gnu.org>
51067
51068         * config/srclist.txt (config.rpath): from gettext.
51069         * config/config.rpath: update.
51070
51071 2005-03-15  Bruno Haible  <bruno@clisp.org>
51072
51073         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
51074         to 'negate'.
51075
51076         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
51077         variable.
51078
51079         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
51080         results.
51081
51082 2005-03-14  Simon Josefsson  <jas@extundo.com>
51083
51084         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
51085         <fx@gnu.org>.
51086
51087 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
51088
51089         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
51090         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
51091         intprops.h.
51092         * lib/strtol.c: Likewise.
51093
51094 2005-03-14  Jim Meyering  <jim@meyering.net>
51095
51096         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
51097         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
51098         to be nonzero so that we (and caller) can detect the difference
51099         between a valid zero-length expansion and an error return, even
51100         when the underlying strftime fails before writing anything into
51101         that location.
51102
51103 2005-03-14  Bruno Haible  <bruno@clisp.org>
51104
51105         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
51106         Update from GNU gettext 0.14.3.
51107
51108 2005-03-10  Jim Meyering  <jim@meyering.net>
51109
51110         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
51111
51112 2005-03-10  Jim Meyering  <jim@meyering.net>
51113
51114         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
51115         so that this module works on systems without fchdir.
51116
51117 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
51118
51119         Factor int-properties macros into a single file, except for
51120         glibc-related files.
51121         * lib/intprops.h: New file.
51122         * lib/getloadavg.c: Include it instead of limits.h.
51123         (INT_STRLEN_BOUND): Remove.
51124         * lib/human.c: Include intprops.h.
51125         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
51126         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
51127         302/1000.
51128         * lib/inttostr.h: Include intprops.h instead of limits.h.
51129         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
51130         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
51131         for consistency with intprops.h.
51132         (time_t_is_integer, twos_complement_arithmetic): Use them.
51133         * lib/sig2str.h: Include <signal.h>, intprops.h.
51134         (INT_STRLEN_BOUND): Remove.
51135         * lib/strftime.c (TYPE_SIGNED): Remove.
51136         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
51137         * lib/strtol.c: Adjust comments to match intprops.h.
51138         * lib/userspec.c: Include intprops.h.
51139         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
51140         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
51141         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
51142         instead of rolling our own expressions.
51143         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
51144
51145         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
51146         instead of int.
51147         (my_strftime): Do not mishandle years close to INT_MAX, by doing
51148         the right thing even if adding 1900 would overflow.  Similarly
51149         for tm_mon + 1 and tm_yday + 1.
51150         Make %Y always equivalent to %C%y, and similarly for %G and %g.
51151         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
51152         (DO_SIGNED_NUMBER): New macro.
51153         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
51154
51155 2005-03-07  Bruno Haible  <bruno@clisp.org>
51156
51157         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
51158
51159 2005-03-07  Bruno Haible  <bruno@clisp.org>
51160
51161         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
51162
51163 2005-03-04  Derek R. Price  <derek@ximbiot.com>
51164
51165         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
51166         (func_import): Only replace files via --import when they have actually
51167         changed.
51168
51169 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51170
51171         * m4/mmap-anon.m4: New file.
51172         * m4/pagealign_alloc.m4: New file.
51173
51174 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51175             Bruno Haible  <bruno@clisp.org>
51176
51177         * modules/pagealign_alloc: New file.
51178         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
51179
51180 2005-03-03  Derek R. Price  <derek@ximbiot.com>
51181             Bruno Haible  <bruno@clisp.org>
51182
51183         * lib/pagealign_alloc.h: New file.
51184         * lib/pagealign_alloc.c: New file.
51185
51186 2005-03-03  Bruno Haible  <bruno@clisp.org>
51187
51188         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
51189         Use an all-permissive copyright notice, recommended by RMS.
51190
51191 2005-03-02  Bruno Haible  <bruno@clisp.org>
51192
51193         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
51194         of AIX, the replacement has to be done only after <string.h> is
51195         included, therefore not in config.h. stpncpy.h does the replacement,
51196         and stpncpy.c uses it.
51197
51198 2005-03-02  Bruno Haible  <bruno@clisp.org>
51199
51200         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
51201         stpncpy.c uses it.
51202
51203 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51204
51205         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
51206         The workaround isn't strictly needed for POSIX conformance, and
51207         it's too much of a pain to configure and maintain.  We'll ask
51208         people to fix their kernels instead.
51209         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
51210         (NANOSLEEP_BUG_WORKAROUND): Remove.
51211         (xnanosleep): Remove the workaround.
51212
51213 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51214
51215         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
51216         Reported by Derek Price.
51217         (Include): Add "timespec.h".
51218
51219         * modules/xnanosleep (Depends-on): Remove gethrxtime.
51220
51221 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
51222
51223         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
51224         to detect nanosleep bug.
51225
51226 2005-03-01  Bruno Haible  <bruno@clisp.org>
51227
51228         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
51229
51230 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
51231
51232         * modules/gethrxtime: New file.
51233         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
51234         (Depends-on): Add gethrxtime.
51235         (configure.ac): Add gl_XNANOSLEEP.
51236         (Makefile.am): Remove lib_SOURCES line.
51237
51238 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51239
51240         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
51241         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
51242
51243 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
51244
51245         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
51246         * lib/timespec.h (gettime): Return void, since it always
51247         succeeds now.  All uses changed.
51248         * lib/gettime.c (gettime) Likewise.
51249         [HAVE_NANOTIME]: Prefer nanotime.
51250         Assume gettimeofday succeeds, as POSIX requires.
51251         Assime time () succeeds, since other code already does.
51252         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
51253         (timespec_subtract): Remove.
51254         (NANOSLEEP_BUG_WORKAROUND): New constant.
51255         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
51256         things considerably.  Use it only on GNU/Linux hosts, since the
51257         workaround shouldn't be needed elsewhere.
51258
51259 2005-02-24  Bruno Haible  <bruno@clisp.org>
51260
51261         * modules/gettext (Files): Add m4/glibc2.m4.
51262
51263 2005-02-24  Bruno Haible  <bruno@clisp.org>
51264
51265         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
51266         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
51267         * m4/progtest.m4:
51268         Update from GNU gettext 0.14.2.
51269         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
51270
51271 2005-02-24  Bruno Haible  <bruno@clisp.org>
51272
51273         * lib/localcharset.c: Update from GNU gettext 0.14.2.
51274         * lib/config.charset: Update from GNU gettext 0.14.2.
51275
51276 2005-02-24  Bruno Haible  <bruno@clisp.org>
51277
51278         * lib/gettext.h: Update from GNU gettext 0.14.2.
51279
51280 2005-02-23  Simon Josefsson  <jas@extundo.com>
51281
51282         * m4/iconvme.m4: New file.
51283
51284 2005-02-23  Jim Meyering  <jim@meyering.net>
51285
51286         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
51287         change.
51288         Thanks to Bruno Haible for catching it.
51289
51290 2005-02-22  Simon Josefsson  <jas@extundo.com>
51291
51292         * modules/iconvme: New file.
51293
51294         * MODULES.html.sh: Add iconvme.
51295
51296 2005-02-22  Simon Josefsson  <jas@extundo.com>
51297
51298         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
51299
51300 2005-02-22  Simon Josefsson  <jas@extundo.com>
51301
51302         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
51303
51304 2005-02-22  Jim Meyering  <jim@meyering.net>
51305
51306         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
51307         s/ifndef/ifdef/.
51308
51309 2005-02-20  Neil Conway  <neilc@samurai.com>
51310
51311         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
51312         returned by OSX/Darwin if the specified buffer is not large
51313         enough for the hostname.
51314
51315 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51316
51317         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
51318         pass it to _help, otherwise the latter coredumps trying to
51319         dereference state.root_argp.
51320
51321 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51322
51323         * modules/chdir-long (Depends-on): Add memrchr.
51324         * modules/memrchr (Files): Add lib/memrchr.h.
51325         (Include): "memrchr.h".
51326
51327 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51328
51329         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
51330
51331 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
51332
51333         * lib/memrchr.h: New file.
51334         * lib/chdir-long.c: Include it.
51335         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
51336         Don't bother including stddef.h.
51337
51338 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
51339
51340         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
51341         inclusion.
51342         Include <sys/types.h>, for dev_t.
51343         (ME_DUMMY, ME_REMOTE): Move from here....
51344         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
51345         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
51346         Dmitry V. Levin.
51347         Include mountlist.h first, to test the interface.
51348
51349 2005-01-29  Bruno Haible  <bruno@clisp.org>
51350
51351         * lib/progname.c (program_name): Initialize.
51352         Needed when linking statically on MacOS X.
51353
51354 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51355
51356         Sync from coreutils.
51357         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
51358         (Depends-on): Add c-strtod.
51359         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
51360
51361 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
51362
51363         Sync from coreutils.
51364         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
51365
51366         Remove files that are specific to coreutils.
51367         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
51368
51369 2005-01-28  Bruno Haible  <bruno@clisp.org>
51370
51371         * modules/javacomp: New file.
51372         * MODULES.html.sh (Java): Add javacomp.
51373
51374 2005-01-28  Bruno Haible  <bruno@clisp.org>
51375
51376         * m4/javacomp.m4: New file, from GNU gettext.
51377
51378 2005-01-28  Bruno Haible  <bruno@clisp.org>
51379
51380         * lib/javacomp.sh.in: New file, from GNU gettext.
51381         * lib/javacomp.h: New file, from GNU gettext.
51382         * lib/javacomp.c: New file, from GNU gettext.
51383
51384 2005-01-26  Simon Josefsson  <jas@extundo.com>
51385
51386         * lib/gai_strerror.c: Use GPL in header.
51387
51388 2005-01-26  Bruno Haible  <bruno@clisp.org>
51389
51390         * modules/javaexec: New file.
51391         * MODULES.html.sh (Java): Add javaexec.
51392
51393 2005-01-26  Bruno Haible  <bruno@clisp.org>
51394
51395         * m4/javaexec.m4: New file, from GNU gettext.
51396
51397 2005-01-26  Bruno Haible  <bruno@clisp.org>
51398
51399         * lib/javaexec.sh.in: New file, from GNU gettext.
51400         * lib/javaexec.h: New file, from GNU gettext.
51401         * lib/javaexec.c: New file, from GNU gettext.
51402
51403 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51404
51405         * modules/lchown (Depends-on): Remove lchown.h
51406
51407 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51408
51409         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
51410         must be defined if the header file was not found, in order
51411         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
51412
51413 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51414
51415         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
51416         initializers for struct pentry_state.
51417         (__argp_error): Check return value of __asprintf
51418         (__argp_failure): Translate error message
51419
51420         * lib/argp-parse.c: Removed braces around the expansion of N_()
51421
51422 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
51423
51424         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
51425         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
51426         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
51427         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
51428         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
51429         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
51430         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
51431         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
51432         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
51433         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
51434         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
51435         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
51436         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
51437         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
51438         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
51439         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
51440         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
51441         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
51442         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
51443         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
51444         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
51445         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
51446         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
51447         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
51448         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
51449         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
51450         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
51451         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
51452         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
51453         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
51454         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
51455         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
51456         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
51457         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
51458         xstrtol.m4, xstrtoumax.m4, yesno.m4:
51459         Use an all-permissive copyright notice, recommended by RMS.
51460
51461 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
51462
51463         * modules/chdir-long (Depends-on): Remove mempcpy.
51464
51465 2005-01-21  Jim Meyering  <jim@meyering.net>
51466
51467         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
51468         same value as for Solaris 9.
51469
51470         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
51471         component length.  This included changing the parameter to be
51472         of type `char *' rather than `char const *'.
51473         * lib/chdir-long.h (chdir_long): Update prototype.
51474
51475         * lib/openat.c (fdopendir, fstatat): New functions.
51476         * lib/openat.h: Include headers required for use of DIR and struct
51477         stat.
51478         [AT_SYMLINK_NOFOLLOW]: Define.
51479         (fdopendir, fstatat): Add prototypes.
51480
51481 2005-01-21  Bruno Haible  <bruno@clisp.org>
51482
51483         * modules/classpath: New file.
51484         * MODULES.html.sh (Java): Add classpath.
51485
51486 2005-01-21  Bruno Haible  <bruno@clisp.org>
51487
51488         * lib/classpath.h: New file, from GNU gettext.
51489         * lib/classpath.c: New file, from GNU gettext.
51490
51491 2005-01-20  Simon Josefsson  <jas@extundo.com>
51492
51493         * modules/version-etc-fsf: New file.
51494
51495 2005-01-20  Simon Josefsson  <jas@extundo.com>
51496
51497         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
51498         * lib/version-etc.c: Remove version_etc_copyright.
51499         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
51500         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
51501
51502 2005-01-20  Simon Josefsson  <jas@extundo.com>
51503
51504         * lib/base64.h (isbase64): Add.
51505
51506         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
51507         using a unsigned prototype, don't inline.
51508         (base64_decode): Use it.
51509
51510 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51511
51512         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
51513         it.
51514
51515 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51516
51517         * lib/save-cwd.c (save_cwd): Remove code to support the case
51518         where fchdir is missing or flaky.
51519
51520 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
51521
51522         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
51523
51524 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
51525
51526         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
51527         AC_LIBSOURCES now does this.
51528         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
51529         with new ullong_max module.
51530
51531 2005-01-19  Bruno Haible  <bruno@clisp.org>
51532
51533         * modules/sh-quote: New file.
51534         * MODULES.html.sh (Executing programs): Add sh-quote.
51535
51536 2005-01-19  Bruno Haible  <bruno@clisp.org>
51537
51538         * lib/sh-quote.h: New file, from GNU gettext.
51539         * lib/sh-quote.c: New file, from GNU gettext.
51540
51541 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51542
51543         Merge from coreutils.
51544         * m4/ullong_max.m4: New file.
51545         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
51546         (gl_MACROS): Assume localeconv exists.
51547
51548 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51549
51550         Merge changes from coreutils, as described below in several
51551         changelogs dated today.
51552
51553         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
51554         (O_DIRECTORY): Remove; not needed here, since "." must be
51555         a directory.  All uses removed.
51556         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
51557         universal on Suns, and we also need to test for IRIX.
51558         Revamp code to use 'if' rather than '#if'.
51559         Avoid unnecessary comparison of cwd->desc to 0.
51560
51561         * lib/utimens.c (futimens): Robustify the previous patch, by checking
51562         for known valid error numbers rather than observed invalid ones.
51563
51564 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
51565
51566         * modules/ullong_max: New file.
51567
51568         * modules/chdir-long, modules/openat: New files.
51569         * modules/save-cwd (Depends-on): Depend on chdir-long.
51570         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
51571
51572 2005-01-18  Jim Meyering  <jim@meyering.net>
51573
51574         Merge from coreutils.
51575         * m4/chdir-long.m4, m4/openat.m4: New files.
51576         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
51577         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
51578         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
51579         is sane and DOES follow symlinks.  Besides, testing 20 different
51580         systems found no broken chown implementations.
51581         Prompted by a change in rsync's copy of this macro.
51582         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
51583
51584         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
51585
51586         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
51587         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
51588         NULL-means-set-to-current-time semantics.
51589         Remove temporary file immediately, rather than waiting
51590         for configure's at-exit trap code to do it.
51591
51592 2005-01-18  Jim Meyering  <jim@meyering.net>
51593
51594         * lib/version-etc.c (version_etc_copyright): Update copyright date.
51595
51596         * lib/utimens.c (futimens): Account for the fact that futimes
51597         can also fail with errno == ENOSYS or errno == ENOENT.
51598         Patch from Dmitry V. Levin.
51599
51600         Change the name of the robust chdir function from chdir to chdir_long.
51601         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
51602         (restore_cwd): Use chdir_long, not chdir.
51603         * lib/chdir-long.c: Renamed from chdir.c.
51604         * lib/chdir-long.h: Renamed from chdir.h.
51605         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
51606         Hurd.
51607
51608 2005-01-18  Bruno Haible  <bruno@clisp.org>
51609
51610         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
51611         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
51612         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
51613         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
51614         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
51615         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
51616         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
51617         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
51618         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
51619         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
51620         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
51621         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
51622         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
51623         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
51624         Use an all-permissive copyright notice, recommended by RMS.
51625
51626 2005-01-18  Bob Proulx  <bob@proulx.com>
51627
51628         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
51629         simplify offsetof() macro construct to avoid compile failure with
51630         native HP-UX 11.0 ANSI C compiler.
51631
51632 2005-01-17  Bruno Haible  <bruno@clisp.org>
51633
51634         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
51635         redundant because stpncpy.m4 takes care of it.
51636
51637 2005-01-17  Bruno Haible  <bruno@clisp.org>
51638
51639         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
51640
51641 2005-01-17  Bruno Haible  <bruno@clisp.org>
51642
51643         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
51644         used.
51645
51646 2005-01-17  Bruno Haible  <bruno@clisp.org>
51647
51648         * lib/fwriteerror.h (fwriteerror): Change specification to include
51649         fclose.
51650         * lib/fwriteerror.c: Include <stdbool.h>.
51651         (fwriteerror): At the end, close the file stream. Record whether
51652         stdout was already closed.
51653
51654 2005-01-17  Bruno Haible  <bruno@clisp.org>
51655
51656         * lib/execute.c (environ): Declare if needed.
51657         * lib/pipe.c (environ): Likewise.
51658         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
51659
51660 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51661
51662         * modules/argp: Depend on vsnprintf
51663
51664 2005-01-10  Jim Meyering  <jim@meyering.net>
51665
51666         * modules/closeout (Depends-on): Add atexit.
51667
51668 2005-01-06  Bruno Haible  <bruno@clisp.org>
51669
51670         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
51671
51672 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
51673
51674         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
51675         definitions to be after all include files, to avoid collisions.
51676         Problem reported by Bob Proulx.
51677
51678 2005-01-04  Jim Meyering  <jim@meyering.net>
51679
51680         Changes imported from coreutils.
51681         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
51682         as the mkstemp template, use a temporary directory and an
51683         8.3-friendly template to avoid trouble on systems like DJGPP.
51684         Reported by Juan M. Guerrero via Stepan Kasal.
51685         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
51686         close. Remove the temporary directory right away, rather than waiting
51687         for configure's at-exit trap code to do it.
51688         Suggestion from Stepan Kasal.
51689
51690 2005-01-01  Simon Josefsson  <jas@extundo.com>
51691
51692         * gnulib-tool: Print #include directives when --import'ing.
51693
51694 2004-12-28  Simon Josefsson  <jas@extundo.com>
51695
51696         * tests/test-base64.c: Include required header files.  Remove
51697         unused variables.
51698
51699 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
51700
51701         * modules/error (Depends-on): Remove gettext.
51702
51703 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
51704
51705         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
51706         not needed.  This removes a dependency on the gettext module.
51707         [defined _LIBC]: Do not include <libintl.h>; not needed.
51708
51709 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
51710
51711         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
51712         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
51713
51714 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
51715
51716         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
51717         HAVE_DECL_STRTOLD.
51718
51719 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51720
51721         * modules/getdate (Depends-on): Remove alloca-opt.
51722
51723 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51724
51725         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
51726
51727 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
51728
51729         * lib/argp-parse.c: Include <stddef.h>.
51730         (alignof, alignto): New macros.
51731         (parser_init): Don't assume that void * is aligned sufficiently
51732         for struct option.
51733
51734         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
51735         need to extend the stack.
51736         (YYINITDEPTH): New macro, so that the initial stack isn't overly
51737         large.
51738
51739 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51740
51741         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
51742
51743 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
51744
51745         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
51746         (2004-10-24) change.  Apparently this was a false alarm.
51747
51748         * modules/getdate: Depend on alloca-opt, not alloca.
51749
51750 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
51751
51752         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
51753         Remove now-obsolete comment about AIX.
51754         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
51755         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
51756         (YYMAXDEPTH): New macro.
51757
51758 2004-12-18  Simon Josefsson  <jas@extundo.com>
51759
51760         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
51761
51762 2004-12-18  Bruno Haible  <bruno@clisp.org>
51763
51764         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
51765
51766 2004-12-18  Bruno Haible  <bruno@clisp.org>
51767
51768         * lib/fatal-signal.c (fatal_signals): Make non-const.
51769         (init_fatal_signals): New function.
51770         (uninstall_handlers, install_handlers): Ignore signals that were set to
51771         SIG_IGN.
51772         (at_fatal_signal): Call init_fatal_signals.
51773         (init_fatal_signal_set): Likewise. Ignore signals that were set to
51774         SIG_IGN.
51775         Reported by Paul Eggert.
51776
51777 2004-12-18  Bruno Haible  <bruno@clisp.org>
51778
51779         * doc/alloca.texi: New file.
51780         * doc/alloca-opt.texi: New file.
51781
51782 2004-12-17  Jim Meyering  <jim@meyering.net>
51783
51784         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
51785         Otherwise, install-sh could exit with improper exit status when
51786         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
51787
51788 2004-12-16  Simon Josefsson  <jas@extundo.com>
51789
51790         * tests/test-base64.c: Add license.
51791
51792 2004-12-15  Stepan Kasal  <address@hidden>
51793
51794         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
51795
51796 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
51797
51798         * modules/getcwd (Files): Add m4/d-ino.m4.
51799         Suggested by Mark D. Baushke.
51800
51801 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
51802
51803         * lib/getdate.y (textint): New member "negative".
51804         (time_zone_hhmm): New function.
51805         Expect 14 shift-reduce conflicts, not 13.
51806         (o_colon_minutes): New rule.
51807         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
51808         (yylex): Set the "negative" member of signed numbers.
51809
51810 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
51811
51812         * doc/getdate.texi (Time of day items, Time zone items):
51813         Describe new formats +00:00, UTC+00:00.
51814
51815 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
51816
51817         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
51818         spurious "-l"s.  Problem reported by Stepan Kasal.
51819
51820 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
51821
51822         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
51823         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
51824
51825 2004-12-04  Simon Josefsson  <jas@extundo.com>
51826
51827         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
51828         Vandoorselaere <yoann@prelude-ids.org>.
51829
51830 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51831
51832         Changes imported from coreutils.
51833         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
51834         exist.
51835         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
51836
51837 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51838
51839         Changes imported from coreutils.
51840         * lib/hard-locale.c: Assume <locale.h> exists.
51841         Include "strdup.h".
51842         (GLIBC_VERSION): New macro.
51843         (hard_locale): Assume setlocale exists.
51844         Rewrite to avoid #ifdef.
51845         Use strdup rather than malloc + strcpy.
51846         * lib/human.c: Assume <locale.h> exists.
51847         (human_readable): Assume localeconv exists.
51848
51849 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
51850
51851         * modules/hard-locale (Depends-on): Add strdup.
51852
51853 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
51854
51855         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
51856         convert T2, not T.  (Imported from libc.)
51857
51858 2004-11-30  Simon Josefsson  <jas@extundo.com>
51859
51860         * modules/restrict (License): Change to LGPL.
51861
51862 2004-11-30  Simon Josefsson  <jas@extundo.com>
51863
51864         * m4/restrict.m4: Add copyright and copying conditions.
51865
51866 2004-11-30  Simon Josefsson  <jas@extundo.com>
51867
51868         * m4/base64.m4: New file.
51869
51870 2004-11-30  Simon Josefsson  <jas@extundo.com>
51871
51872         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
51873         base64.
51874
51875         * tests/test-base64.c: New file.
51876
51877         * modules/base64: New file.
51878
51879 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
51880
51881         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
51882         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
51883
51884         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
51885
51886 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
51887
51888         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
51889         (__getcwd.c): Don't restore errno; glibc doesn't.
51890         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
51891         first, falling back to our code only if its results look suspicious.
51892         Ensure that the resulting buffer is only as large as necessary.
51893
51894         * lib/readutmp.c: Include readutmp.h first.
51895         Include <errno.h>, since readutmp.h no longer does that.
51896         * lib/readutmp.h: Don't include <errno.h>,
51897         <sys/param.h>, <time.h>; not needed to establish interface.
51898         (errno): Remove decl.
51899         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
51900         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
51901         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
51902
51903 2004-11-28  Simon Josefsson  <jas@extundo.com>
51904
51905         * lib/base64.h, base64.c: New file.
51906
51907 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
51908
51909         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
51910
51911 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
51912
51913         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
51914         (Depends-on): Remove pathmax, same.  Add mempcpy.
51915         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
51916         (Makefile.am): Append getcwd.h to lib_SOURCES.
51917         (Include): Add getcwd.h.
51918         (Maintainer): Change from Jim Meyering to "all, glibc",
51919         since getdate now uses intended-for-glibc code.
51920         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
51921         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
51922
51923 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
51924
51925         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
51926         HP's ANSI C compiler.
51927         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
51928         Declaring int functions causes warnings on some modern systems and
51929         shouldn't be needed to compile on ancient ones.
51930         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
51931         defined.
51932
51933         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
51934         with the following changes.
51935         (__set_errno): Parenthesize properly.
51936         Include <stdbool.h>.
51937         (MIN, MAX, MATCHING_INO): New macros.
51938         (__getcwd): Define with prototype, not K&R form.
51939         Use heuristics to allocate default buffer on stack if possible.
51940         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
51941         behavior, and to avoid the PATH_MAX limit when computing
51942         ../../../../...
51943         Use MATCHING_INO to compare inode number to file.
51944         Check for arithmetic overflow in size calculations.
51945         Fix bug in reallocation of dot array that caused getcwd to fail
51946         on directories nested deeper than 75.
51947         Be more careful about saving errno on error.
51948         Do not use realloc; use only free+malloc, as this is a bit
51949         more flexible and avoids a needless copy operation.
51950         Do not inspect st_dev and st_ino for symbolic links; POSIX
51951         doesn't specify the latter.
51952         Check for closedir errors.
51953         Avoid needless casts.
51954         Use "#ifdef weak_alias" around weak_alias, to be like other
51955         glibc code.
51956         The following changes to getcwd.c have effect only when used in
51957         gnulib; they have no effect inside glibc proper.
51958         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
51959         as alloca isn't used.
51960         (alloca, __alloca): Likewise.
51961         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
51962         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
51963         unconditionally, as gnulib assumes C89 or better.
51964         Do not include <sys/param.h>.
51965         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
51966         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
51967         better.
51968         (NULL) [!defined NULL]: Remove; we assume C89 or better.
51969         Include <dirent.h> in a way that is compatible with modern Autoconf.
51970         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
51971         New macros, if not already defined.
51972         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
51973         Use "_LIBC", not "defined _LIBC", for consistency.
51974         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
51975         a mempcpy module.
51976         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
51977         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
51978         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
51979         credit only to Jim Meyering and adjust the copyright dates.
51980         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
51981         <stdlib.h>, <unistd.h>, "pathmax.h".
51982         Instead, include "xgetcwd.h" (first) and "getcwd.h".
51983         (INITIAL_BUFFER_SIZE): Remove.
51984         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
51985
51986 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
51987
51988         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
51989         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
51990         Use the _ONCE methods, for efficiency.
51991         Check for fcntl.h.  In test program, include <errno.h>
51992         and <fcntl.h> if available.  Remove old K&R cruft from
51993         test program.  Check for common errors in GNU/Linux,
51994         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
51995         don't do AC_LIBOBJ, as that's getcwd.m4's job.
51996         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
51997         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
51998         name accordingly.
51999         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
52000         accommodate new getcwd.c.
52001         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
52002         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
52003         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
52004         that's all we need now.
52005
52006 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52007
52008         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
52009         argp-parse.c depends on getopt internals, that means we should
52010         always use our getopt, to be on the safe side.
52011         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
52012         order not to spoil the result of an eventual previous invocation
52013         of gl_GETOPT_SUBSTITUTE.
52014
52015 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52016
52017         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
52018         redefinition warnings. To avoid them, include the defines
52019         in `#if !defined __need_getopt ... #endif'. The only place
52020         where __getopt_argv_const is used is in definitions
52021         of getopt_long and getopt_long_only below, which are as well
52022         protected by `#ifndef __need_getopt'.
52023         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
52024         __need_getopt after including <stdio.h> and <unistd.h> These
52025         headers might have defined it.
52026
52027 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
52028
52029         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
52030
52031 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
52032
52033         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
52034         (futimens): New function, which uses futimes if available.
52035         (futimens, utimens): Support timespec==NULL, with same semantics
52036         as utime and utimens.
52037         * lib/utimens.h (futimens): New decl.
52038
52039 2004-11-23  Jim Meyering  <jim@meyering.net>
52040
52041         * lib/getopt_.h: Remove trailing blanks.
52042
52043 2004-11-23  Jim Meyering  <jim@meyering.net>
52044
52045         * lib/__fpending.c: Add comment.
52046
52047 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
52048
52049         * modules/canonicalize (Depends-on): Add xreadlink.
52050         Problem reported by James Youngman.
52051
52052 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
52053
52054         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
52055         New macros.
52056         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
52057         optopt): Use them instead of invoking ## directly; otherwise, the
52058         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
52059
52060 2004-11-19  Bruno Haible  <bruno@clisp.org>
52061
52062         * lib/strtok_r.c: Move comments from here...
52063         * lib/strtok_r.h: ... to here.
52064
52065 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52066
52067         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
52068         implementations that mishandle size_t overflow.
52069
52070 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
52071
52072         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
52073         might fail.  Problem reported by Yoann Vandoorselaere.
52074         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
52075         implementations that mishandle size_t overflow.
52076
52077 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52078
52079         * modules/canon-host (Depends-on): Add strdup.
52080
52081 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52082
52083         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
52084
52085 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52086
52087         * lib/canon-host.c: Include "strdup.h".
52088         (canon_host): Use getaddrinfo if available, so that IPv6 works.
52089         Use strdup instead of malloc/strcpy to duplicate strings.
52090
52091         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
52092         (human_space_before_unit): New constant.
52093         * lib/human.c (human_readable): Support it.
52094
52095         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
52096         (xgetcwd): Set errno correctly when failing.
52097         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
52098         the failure is actually due to a PATH_MAX problem.
52099
52100         Further getopt changes to make it more likely that glibc will
52101         buy the changes back.
52102         * lib/getopt.c (POSIXLY_CORRECT): New constant.
52103         (getopt): Use it, so to preserve glibc semantic
52104         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
52105         when compiling for libc.
52106         * lib/getopt_.h (__getopt_argv_const): Bring it back.
52107         (getopt_long, getopt_long_only): Use it.
52108
52109         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52110         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
52111         (getopt): Argv is now char * const *, as per standard.
52112         (_getopt_internal_r, _getopt_internal): Argv is now char **,
52113         not char *__getopt_argv_const *.
52114         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52115         _getopt_long_only_r): Likewise.
52116         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
52117         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52118         _getopt_long_r, _getopt_long_only_r): Likewise.
52119         * lib/getopt_.h (__getopt_argv_const): Remove.
52120         (getopt): Argv is now char * const *, as per standard.
52121
52122         * lib/getdate.y (tORDINAL): New token.
52123         (day, relunit): Allow it for relative times.
52124         (relative_time_table): Use tORDINAL for ordinals.
52125
52126 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
52127
52128         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
52129         Document that "second" isn't allowed as an ordinal number.
52130
52131 2004-11-16  Jim Meyering  <jim@meyering.net>
52132
52133         * modules/closeout (Depends-on): Add fpending.
52134
52135 2004-11-15  Jim Meyering  <jim@meyering.net>
52136
52137         * lib/closeout.c: Include "__fpending.h" once again.
52138         Include <stdbool.h>.
52139         (close_stdout): Don't fail just because stdout was closed initially,
52140         since some programs don't write to stdout in the normal course of
52141         operation (other than --version and --help), and we don't want this
52142         function to make e.g. `touch file >&-' fail.
52143         But do fail if it was closed and someone has tried to write to it.
52144         E.g., `printf foo >&-' must fail.
52145
52146 2004-11-13  Jim Meyering  <jim@meyering.net>
52147
52148         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
52149
52150 2004-11-12  Simon Josefsson  <jas@extundo.com>
52151
52152         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
52153         small doc fix is still pending.
52154
52155 2004-11-11  Simon Josefsson  <jas@extundo.com>
52156
52157         * modules/strtok_r: New file.
52158
52159         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52160         strtok_r.
52161
52162 2004-11-11  Simon Josefsson  <jas@extundo.com>
52163
52164         * m4/strtok_r.m4: New file.
52165
52166         * m4/getopt.m4: Replace opterr.
52167
52168 2004-11-11  Simon Josefsson  <jas@extundo.com>
52169
52170         * lib/strtok_r.h, strtok_r.c: New file.
52171
52172 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52173
52174         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
52175         of replacing opterr, getopt, etc.  This should handle the
52176         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
52177
52178 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
52179
52180         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
52181         we can stop lying to compilers about the constness of argv when we
52182         are compiled outside glibc.
52183         (getopt, getopt_long, getopt_long_only): Use it.
52184         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
52185         _getopt_internal, getopt): Likewise.
52186         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
52187         _getopt_long_only_r): Likewise.
52188         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
52189         _getopt_long_r, _getopt_long_only_r): Likewise.
52190
52191         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
52192         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
52193         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
52194         the other external symbols.
52195         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
52196         declaration, since the above renaming now works around collisions.
52197
52198 2004-11-11  Jim Meyering  <jim@meyering.net>
52199
52200         * lib/linebreak.c: Remove trailing blanks.
52201         * lib/alloca_.h: Likewise.
52202         * lib/acosl.c: Likewise.
52203         * lib/euidaccess.c: Likewise.
52204         * lib/allocsa.h: Likewise.
52205
52206 2004-11-10  Simon Josefsson  <jas@extundo.com>
52207
52208         * m4/getaddrinfo.m4: New file.
52209
52210 2004-11-10  Simon Josefsson  <jas@extundo.com>
52211
52212         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
52213
52214 2004-11-10  Simon Josefsson  <jas@extundo.com>
52215
52216         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52217         getaddrinfo.
52218
52219         * modules/getaddrinfo: New file.
52220
52221 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52222
52223         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
52224
52225 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
52226
52227         * lib/mktime.c (SHR): New macro, which is a portable
52228         substitute for >> that should work even on Crays.
52229         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
52230         Problem reported by Mark D. Baushke in
52231         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
52232         * lib/getdate.y (SHR): Likewise.
52233         (tm_diff): Use it.
52234         * lib/strftime.c (SHR): Likewise.
52235         (tm_diff): Use it.
52236         * lib/quotearg.c (struct quoting_options): Use unsigned int for
52237         quote_these_too, so that right shifts are well defined.  All uses
52238         changed.
52239
52240 2004-11-10  Jim Meyering  <jim@meyering.net>
52241
52242         Ensure that no close failure goes unreported.
52243         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
52244         return early when it seems there's nothing to flush.
52245         Don't include __fpending.h.
52246
52247 2004-11-10  Jim Meyering  <jim@meyering.net>
52248
52249         * modules/closeout (Depends-on): Remove fpending.
52250
52251 2004-11-10  Jim Meyering  <jim@meyering.net>
52252
52253         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
52254
52255 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52256
52257         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
52258         gl_FUNC_STRFTIME.
52259         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
52260         and AC_REQUIRE when possible, to avoid duplicate checks.
52261         Check for <wchar.h>.
52262
52263 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
52264
52265         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
52266
52267 2004-11-09  Bruno Haible  <bruno@clisp.org>
52268
52269         * m4/sockpfaf.m4: New file.
52270
52271 2004-11-05  Bruno Haible  <bruno@clisp.org>
52272
52273         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
52274         Reported by Mark D. Baushke <mdb@cvshome.org>.
52275
52276 2004-11-04  Bruno Haible  <bruno@clisp.org>
52277
52278         2004-09-11  Bruno Haible  <bruno@clisp.org>
52279                 * allocsa.valgrind: New file.
52280         2004-02-06  Bruno Haible  <bruno@clisp.org>
52281                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
52282                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
52283                 Reported by Christopher Seip <chris.seip@hp.com>.
52284
52285 2004-11-04  Bruno Haible  <bruno@clisp.org>
52286
52287         * modules/allocsa (Files): Add lib/allocsa.valgrind.
52288         (Makefile.am): Distribute it.
52289
52290 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
52291
52292         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
52293         with errno == ERANGE if the buffer is too small.
52294         Problem reported by Mark D. Baushke.
52295
52296 2004-11-03  Albert Chin  <china@thewrittenword.com>
52297             Paul Eggert  <eggert@cs.ucla.edu>
52298
52299         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
52300         equivalent, substitute $ac_type for equivalent type rather than
52301         blindly using uint32_t *always* which won't work if uint32_t is not
52302         available.  Define _UINT32_T to work around typedef of uint32_t if
52303         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
52304         2.5.1.
52305
52306 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52307
52308         * m4/jm-macros.m4: Sync from coreutils.
52309         (gl_MACROS): Check for mbrlen, for pathchk.
52310         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
52311
52312 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52313
52314         * lib/xreadlink.c (MAXSIZE): New macro.
52315         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
52316         size does not exceed MAXSIZE.  Avoid cast.
52317         As suggested by Mark D. Baushke in
52318         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
52319         if readlink fails with buffer size just under MAXSIZE, try again
52320         with MAXSIZE.
52321
52322 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
52323
52324         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
52325
52326 2004-11-02  Derek R. Price  <derek@ximbiot.com>
52327         and  Paul Eggert  <eggert@cs.ucla.edu>
52328
52329         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
52330         (get_date): Overparenthesize to avoid GCC warning.
52331
52332 2004-11-02  Bruno Haible  <bruno@clisp.org>
52333
52334         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
52335         returns void.
52336
52337 2004-11-02  Bruno Haible  <bruno@clisp.org>
52338
52339         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
52340         function returns void.
52341
52342 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52343
52344         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
52345         fflush_unlocked, flockfile, funlockfile, funlockfile,
52346         fputs_unlocked, putc_unlocked.
52347
52348 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
52349
52350         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52351         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
52352         already declared.
52353
52354 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52355
52356         * modules/getdate (Files): Add doc/getdate.texi.
52357         (Depends-on): Add setenv, xalloc.
52358
52359 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52360
52361         * lib/getdate.y: Add support for TZ="foo" within a date string.
52362         Fix some bugs near time_t boundaries.  Reject dates with
52363         out-of-range components, e.g., "Sept 31".
52364         Include <stdlib.h>, "setenv.h", "xalloc.h".
52365         (ISDIGIT_LOCALE): Remove; unused.
52366         Note that the TZ and time functions used here are not reentrant.
52367         (mktime_ok, get_tz): New functions.
52368         (TZBUFSIZE): New constant.
52369         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
52370         This requires that we sometimes generate our own TZ="XXX..." setting.
52371
52372 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
52373
52374         * doc/getdate.texi: New file, from coreutils with modifications for
52375         the new TZ parsing.
52376
52377 2004-10-27  Derek R. Price  <derek@ximbiot.com>
52378
52379         * lib/mktime.c (not_equal_tm): Remove redundant check.
52380
52381 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52382
52383         * modules/regex (lib_SOURCES): Add regex.c.
52384         Reported by James Youngman in
52385         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
52386
52387 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
52388
52389         * lib/getdate.y: Use Bison 1.875 features, and some minor
52390         code cleanups.  This change does not affect semantics.
52391         Don't include <stdlib.h>; no longer needed.
52392         Don't include unlocked-io.h; only the "#if TEST" code uses
52393         stdio, and performance isn't crucial there.
52394         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
52395         Bison 1.875 features as described below.
52396         All uses of "PC." replaced by "pc->".
52397         (YYSTYPE): Add a forward declaration.
52398         (yylex, yyerror): Use full prototypes in forward decls.
52399         Use "%pure-parser" rather than obsolescent "%pure_parser".
52400         Use %parse-param and %lex-param instead of obsolescent
52401         YYPARSE_PARAM and YYLEX_PARAM.
52402         (meridian_table, month_and_day_table, time_units_table,
52403         relative_time_table, time_zone_table, military_table,
52404         lookup_zone, lookup_word, get_date):
52405         Use NULL instead of 0 where appropriate.
52406         (to_hour): Avoid abort (), to avoid a dependency on
52407         stdlib.h.
52408         (yyerror, yylex): Now accepts parser_control * arg.
52409         (main) [TEST]: Use '\0' rather than 0 for char.
52410
52411 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52412
52413         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
52414
52415 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
52416
52417         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
52418         It's now the caller's responsibility to handle the case where
52419         !HAVE_GETPAGESIZE && !defined getpagesize.
52420
52421         * lib/mktime.c (leapyear): Arg is long int, not int.
52422
52423 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
52424
52425         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
52426
52427 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
52428
52429         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
52430         missing.  Problem reported by James Youngman.
52431
52432 2004-10-16  Simon Josefsson  <jas@extundo.com>
52433
52434         * gnulib-tool: Fix comments.  Fix parse problem.
52435         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
52436
52437 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
52438
52439         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
52440         implementation of getopt_long.  Problem reported by Alexander Taler in:
52441         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
52442
52443 2004-10-15  Bruno Haible  <bruno@clisp.org>
52444
52445         * gnulib-tool: Untabify. Initialize supplied_libname.
52446         (func_usage): More homogenous output.
52447         (func_modules_transitive_closure, func_modules_to_filelist,
52448         func_emit_lib_Makefile_am): New functions.
52449         (func_import): New function, extracted from big case statement. Use
52450         func_get_license, func_modules_transitive_closure,
52451         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
52452         opt_lgpl. Don't use test -a, as it's not portable.
52453         (func_create_testdir): Use func_modules_transitive_closure,
52454         func_modules_to_filelist, func_emit_lib_Makefile_am.
52455
52456 2004-10-15  Bruno Haible  <bruno@clisp.org>
52457
52458         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
52459
52460 2004-10-15  Bruno Haible  <bruno@clisp.org>
52461
52462         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
52463         the portions belonging to each module.
52464         Suggested by Derek Robert Price <derek@ximbiot.com>.
52465
52466 2004-10-12  Simon Josefsson  <jas@extundo.com>
52467
52468         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
52469         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
52470         to real functions.
52471
52472 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52473
52474         * modules/vsnprintf: New file.
52475
52476 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52477
52478         * m4/vsnprintf.m4: New file.
52479
52480 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52481
52482         * lib/vsnprintf.h: New file.
52483         * lib/vsnprintf.c: New file.
52484
52485 2004-10-11  Bruno Haible  <bruno@clisp.org>
52486
52487         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
52488         vsnprintf.
52489
52490 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
52491
52492         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
52493
52494 2004-10-07  Bruno Haible  <bruno@clisp.org>
52495
52496         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
52497         fits into the provided buffer.
52498
52499 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
52500
52501         * lib/diacrit.c, diacrit.h: Add GPL notice.
52502
52503         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
52504         notice.
52505         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
52506         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
52507         This avoids a potential constant-folding bug.
52508
52509 2004-10-05  Bruno Haible  <bruno@clisp.org>
52510
52511         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
52512         for the declaration of strsep.
52513
52514 2004-10-05  Bruno Haible  <bruno@clisp.org>
52515
52516         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
52517
52518 2004-10-04  Simon Josefsson  <jas@extundo.com>
52519
52520         * modules/memmem: New file.
52521         * tests/test-memmem.c: New file.
52522         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
52523
52524 2004-10-04  Simon Josefsson  <jas@extundo.com>
52525
52526         * m4/memmem.m4: New file.
52527
52528 2004-10-04  Simon Josefsson  <jas@extundo.com>
52529
52530         * lib/memmem.h: New file.
52531         * lib/memmem.c: New file, taken from glibc.
52532
52533 2004-10-04  Simon Josefsson  <jas@extundo.com>
52534
52535         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
52536         '#ifdef USE_UNLOCKED_IO'.
52537
52538 2004-10-04  Simon Josefsson  <jas@extundo.com>
52539
52540         * config/srclist.txt: Add memmem from glibc.
52541
52542 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52543
52544         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
52545
52546         * modules/argmatch, modules/argp, modules/closeout, modules/error,
52547         modules/exclude, modules/getdate, modules/getline,
52548         modules/getndelim2, modules/getpass, modules/getpass-gnu,
52549         modules/getusershell, modules/linebuffer, modules/md5,
52550         modules/mountlist, modules/posixtm, modules/readtokens,
52551         modules/readutmp, modules/regex, modules/sha1,
52552         modules/version-etc, modules/yesno:
52553         Remove dependency on unlocked-io.
52554
52555 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52556
52557         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
52558
52559         * m4/unlocked-io.m4: Add copyright notice.
52560         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
52561
52562 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52563
52564         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
52565         * lib/xmalloc.c (xmemdup): Likewise.
52566         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
52567         XFREE): Remove these long-obsolescent macros.
52568         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
52569         * lib/xstrdup.c: Remove.
52570
52571         * lib/regex.c (re_comp): Cast gettext return value to char *,
52572         Problem reported by Martin Neitzel via Mark D. Baushke.
52573
52574 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
52575
52576         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
52577         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
52578         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
52579         regex.c, sha1.c, version-etc.c, yesno.c:
52580         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
52581         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
52582         the includer's responsibility.
52583
52584         Sync from coreutils.
52585
52586         * lib/modechange.c (mode_compile): Don't decrement a pointer that
52587         points to the start of a string, as the C Standard says the
52588         resulting behavior is undefined.
52589
52590         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
52591         simple -> simple_backups, numbered_existing ->
52592         numbered_existing_backups, numbered -> numbered_backups
52593         to avoid shadowing problems.  All uses changed.
52594         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
52595         * lib/backupfile.c (check_extension, numbered_backup):
52596         Rename locals to avoid shadowing 'basename'.
52597         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
52598         once.
52599
52600         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
52601         * lib/.cvsignore: Add getopt.h.
52602
52603 2004-10-04  Bruno Haible  <bruno@clisp.org>
52604
52605         * modules/README: New file.
52606         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
52607         not a module.
52608
52609 2004-10-02  Jim Meyering  <jim@meyering.net>
52610
52611         * lib/dirfd.h, getpagesize.h: Add copyright notice.
52612
52613 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52614
52615         * modules/strsep: New file.
52616
52617 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52618
52619         * m4/strsep.m4: New file.
52620
52621 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
52622
52623         * lib/strsep.h: New file.
52624         * lib/strsep.c: New file.
52625
52626 2004-10-01  Simon Josefsson  <jas@extundo.com>
52627
52628         * lib/snprintf.c (snprintf): Handle size==0.
52629
52630 2004-10-01  Simon Josefsson  <jas@extundo.com>
52631             Bruno Haible  <bruno@clisp.org>
52632
52633         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
52634         (snprintf): Declare 'args'.
52635
52636 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
52637
52638         * lib/snprintf.c: Remove comments as to why each header is needed.
52639
52640 2004-10-01  Bruno Haible  <bruno@clisp.org>
52641
52642         * MODULES.html.sh: Add strsep.
52643
52644 2004-09-30  Simon Josefsson  <jas@extundo.com>
52645
52646         * modules/snprintf: New file.
52647
52648 2004-09-30  Simon Josefsson  <jas@extundo.com>
52649
52650         * m4/snprintf.m4: New file.
52651
52652 2004-09-30  Simon Josefsson  <jas@extundo.com>
52653
52654         * lib/snprintf.h, lib/snprintf.c: New files.
52655
52656 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52657
52658         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
52659         (hol_entry_help): Never translate an empty string.
52660         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
52661         * lib/argp.h (OPTION_NO_TRANS): New option.
52662
52663 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52664
52665         * modules/argp (Maintainer): Replace Simon Josefsson
52666         by Sergey Poznyakoff.
52667
52668 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52669
52670         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
52671         changes merged back into glibc.
52672
52673 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
52674
52675         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
52676
52677 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
52678
52679         * lib/xvasprintf.c: Include xalloc.h.
52680         (xvasprintf): Use xalloc_die, not xmalloc_die.
52681
52682 2004-09-29  Bruno Haible  <bruno@clisp.org>
52683
52684         * modules/alloca-opt: New file, derived from modules/alloca.
52685         * modules/allocsa: Depend on alloca-opt instead of alloca.
52686         * modules/setenv: Likewise.
52687         * modules/vasnprintf: Likewise.
52688         * MODULES.html.sh: Add alloca-opt.
52689
52690 2004-09-28  Simon Josefsson  <jas@extundo.com>
52691
52692         * gnulib-tool: New parameter --lgpl, to asseert that modules are
52693         LGPL, and to replace license template from GPL to LGPL.
52694
52695 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
52696
52697         * modules/dummy: Change license to LGPL.
52698
52699 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
52700
52701         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
52702
52703 2004-09-24  Simon Josefsson  <jas@extundo.com>
52704
52705         * modules/minmax (License): Change from GPL to LGPL.
52706
52707 2004-09-23  Simon Josefsson  <jas@extundo.com>
52708
52709         * gnulib-tool (--import): Typo.
52710
52711 2004-09-23  Simon Josefsson  <jas@extundo.com>
52712
52713         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
52714
52715 2004-09-22  Bruno Haible  <bruno@clisp.org>
52716
52717         * modules/*: Add 'License' field.
52718         * gnulib-tool: Accept --extract-license option.
52719         (func_get_license): New function.
52720
52721 2004-09-21  Bruno Haible  <bruno@clisp.org>
52722
52723         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
52724         Reported by Simon Josefsson.
52725
52726 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
52727
52728         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
52729         gl_AC_TYPE_LONG_LONG.
52730
52731 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
52732
52733         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
52734
52735 2004-09-18  Simon Josefsson  <jas@extundo.com>
52736         and  Paul Eggert  <eggert@cs.ucla.edu>
52737
52738         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
52739         calls with autoreconf.  Define GL_LIB.
52740
52741 2004-09-14  Karl Berry  <karl@gnu.org>
52742
52743         * config/srclist.txt: unsync setenv.c, sigh.
52744
52745 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
52746
52747         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
52748         Problem reported by Bruno Haible in:
52749         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
52750
52751 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
52752
52753         * config/srclist.txt: Comment out argp-pvh.c.
52754
52755 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
52756
52757         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
52758         in case some system header has #define'd it.  Problem reported by
52759         Soeren D. Schulze in
52760         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
52761
52762 2004-09-09  Karl Berry  <karl@gnu.org>
52763
52764         * regex.[ch]: delete from the root.  These were supposed to be
52765                 synced with emacs cvs, but this has not happened for about
52766                 a year, and anyway nothing else uses emacs regex.[ch].
52767                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
52768                 lib/regex[.ch] is untouched.
52769
52770 2004-09-09  Bruno Haible  <bruno@clisp.org>
52771
52772         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
52773
52774 2004-09-09  Bruno Haible  <bruno@clisp.org>
52775
52776         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
52777         modifications.
52778         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
52779
52780 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
52781
52782         * modules/xvasprintf: New file.
52783         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
52784
52785 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
52786
52787         * lib/xvasprintf.h: New file.
52788         * lib/xvasprintf.c: New file.
52789         * lib/xasprintf.c: New file.
52790
52791 2004-09-08  Bruno Haible  <bruno@clisp.org>
52792
52793         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
52794
52795 2004-09-08  Bruno Haible  <bruno@clisp.org>
52796
52797         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
52798         length is > INT_MAX.
52799         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
52800         more.
52801
52802 2004-09-08  Bruno Haible  <bruno@clisp.org>
52803
52804         * lib/stdint_.h: New file, taken from GNU clisp.
52805
52806 2004-09-08  Bruno Haible  <bruno@clisp.org>
52807             Oskar Liljeblad  <oskar@osk.mine.nu>
52808
52809         * modules/stdint: New file.
52810         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
52811
52812 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52813
52814         Import from coreutils.
52815         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
52816         strings on unbounded length.  alloca's performance benefits aren't
52817         that important here.
52818         (V_STRDUP): Remove.
52819         (parse_with_separator): New function, with most of the internals
52820         of the old parse_user_spec.  Allow user to omit both user and group,
52821         for compatibility with FreeBSD.
52822         Clone only the user name, not the entire spec.
52823         Do not set *uid, *gid unless entirely successful.
52824         Avoid memory leak in some failing cases.
52825         Fix regression for USER.GROUP reported by Dmitry V. Levin in
52826         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
52827         (parse_user_spec): Rewrite to use parse_with_separator.
52828
52829 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52830
52831         * modules/userspec: Don't depend on alloca.
52832
52833 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52834
52835         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
52836
52837 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52838
52839         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
52840         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
52841         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
52842
52843 2004-08-16  Simon Josefsson  <jas@extundo.com>
52844
52845         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
52846         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
52847         Add --dry-run for --import.
52848         Let user provided command line parameters override configure.ac
52849         settings.
52850
52851 2004-08-12  Simon Josefsson  <jas@extundo.com>
52852
52853         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
52854         as discussed with Paul Eggert in threads rooted at
52855         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
52856         and
52857         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
52858         Before, the test was empty, and relied on ELIDE_CODE in source
52859         code.)
52860         (gl_PREREQ_GETOPT): New macro.
52861         (gl_GETOPT): Use them.
52862
52863 2004-08-12  Simon Josefsson  <jas@extundo.com>
52864
52865         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
52866         * lib/getopt_.h: Renamed from getopt.h.
52867
52868 2004-08-12  Simon Josefsson  <jas@extundo.com>
52869
52870         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
52871         Change default library name from libfoo to libgnu.
52872         Now, if you have a configure.ac that says:
52873                 gl_SOURCE_BASE(gl)
52874                 gl_M4_BASE(gl/m4)
52875                 gl_MODULES(error getopt etcetera)
52876                 gl_INIT
52877         you can import all you need by running:
52878                 ../gnulib/gnulib-tool --import
52879
52880         * modules/getopt (Files): Rename getopt.h to getopt_.h.
52881         (Makefile.am): Rewrite, use logic from argz.
52882         (Include): Use <getopt.h> instead of "getopt.h".
52883
52884 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52885
52886         * modules/argp (Files): Add m4/unlocked-io.m4.
52887         (Depends-on): Add extensions.
52888
52889 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52890
52891         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
52892         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
52893         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
52894         Check for program_invocation_name, program_invocation_short_name,
52895         flockfile, funlockfile, features.h, _getopt_long_only_r.
52896
52897 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52898
52899         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
52900         its complicated substitute.
52901         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
52902         and program_invocation_name.
52903         (__argp_basename) [!_LIBC]: Remove; the only use was
52904         replaced by its body.
52905         (__argp_short_program_name): Change condition from
52906         !defined __argp_short_program_name to
52907         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
52908         to match argp-namefrob.h.
52909         (__argp_failure): Don't assume strerror_r returns char *.
52910         * lib/argp-parse.c (N_): Define unconditionally.
52911         (argp_default_options): Fill out initializers with 0 to avoid
52912         gcc warnings.
52913
52914 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
52915
52916         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
52917         getopt1.c.
52918
52919 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52920
52921         Merge from coreutils.
52922
52923         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
52924
52925         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
52926         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
52927
52928 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52929
52930         Merge from coreutils.
52931
52932         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
52933         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
52934         for Reliant Unix 5.43.
52935
52936         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
52937         (union fooround): Use uintmax_t, not long int.
52938         The rest is a merge from libc:
52939         [defined _LIBC]: Include <shlib-compat.h>.
52940         (_obstack) [defined _LIBC]: Remove after 2.3.4.
52941
52942         * lib/settime.c (settime): Recode to avoid warning with
52943         Sun Forte C 6U2.
52944
52945         * lib/strverscmp.c: Convert to UTF-8.
52946
52947 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
52948
52949         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
52950         m4/uintmax_t.m4.
52951
52952 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52953
52954         * modules/xalloc-die: New file.
52955         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
52956
52957         * modules/md5 (Files): Add m4/uint32_t.m4.
52958         * modules/sha1: Renamed from modules/sha.
52959         (Files):
52960         Rename lib/sha.h to lib/sha1.h.
52961         Rename lib/sha.c to lib/sha1.c.
52962         Rename m4/sha.m4 to m4/sha1.m4.
52963         (lib_SOURCES): Likewise.
52964         (configure.ac): Rename gl_SHA to gl_SHA1.
52965         (Include): sha.h -> sha1.h.
52966
52967 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52968
52969         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
52970         * m4/sha1.m4: Renamed from sha.m4.
52971         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
52972
52973 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
52974
52975         * lib/obstack.h (obstack_empty_p):
52976         Don't assume that chunk->contents is suitably aligned.
52977         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
52978         Likewise. Problem reported by Benno in
52979         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
52980
52981         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
52982         readable.  This could be improved further but it'd take some work.
52983
52984 2004-08-08  Simon Josefsson  <jas@extundo.com>
52985
52986         * modules/xgethostname (Depends-on): Remove exit and error (not
52987         used).
52988
52989         * modules/getpass-gnu: Add getpass.h.
52990         (Depends-on): Add stdbool.
52991         * modules/getpass: Add getpass.h.
52992
52993 2004-08-08  Simon Josefsson  <jas@extundo.com>
52994
52995         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
52996         Check getpass declaration.
52997
52998 2004-08-08  Simon Josefsson  <jas@extundo.com>
52999
53000         * lib/xgethostname.c: Don't include error.h (not used).
53001
53002         * lib/getpass.h: Add.
53003         * lib/getpass.c: Include getpass.h first.
53004
53005 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
53006
53007         * lib/xalloc-die.c: New file.
53008         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
53009         All uses removed.
53010         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
53011         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
53012         xalloc-die.c.
53013         (_, N_, xalloc_die): Move to xalloc-die.c.
53014         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
53015         so that we needn't mess with xalloc_msg_memory_exhausted.
53016
53017         * lib/sha1.h: Renamed from sha.h.
53018         (SHA1_H): Renamed from _SHA_H.
53019         (sha1_ctx): Renamed from sha_ctx.
53020         (sha1_init_ctx): Renamed from sha_init_ctx.
53021         (sha1_process_block): Renamed from sha_process_block.
53022         (sha1_process_bytes): Renamed from sha_process_bytes.
53023         (sha1_finish_ctx): Renamed from sha_finish_ctx.
53024         (sha1_read_ctx): Renamed from sha_read_ctx.
53025         (sha1_stream): Renamed from sha_stream.
53026         (sha1_buffer): Renamed from sha_buffer.
53027         * lib/sha1.c: Likewise; renamed from sha.c.
53028         Do not include <sys/types.h>.
53029         Include <stddef.h> rather than <stdlib.h>.
53030
53031 2004-08-08  Bruno Haible  <bruno@clisp.org>
53032
53033         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
53034         FILESYSTEM_PREFIX_LEN.
53035         * lib/progreloc.c: Likewise.
53036         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
53037
53038 2004-08-06  Simon Josefsson  <jas@extundo.com>
53039
53040         * modules/progname (Depends-on): Don't depend on stdbool.
53041
53042 2004-08-06  Simon Josefsson  <jas@extundo.com>
53043
53044         * modules/getsubopt: New file.
53045         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53046         getsubopt.
53047
53048 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53049
53050         More merge from coreutils.
53051
53052         * m4/utimens.m4, m4/utimecmp.m4: New files.
53053         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
53054         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
53055         prereq.m4, sha.m4: Import changes from coreutils.
53056
53057 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53058
53059         More merge from coreutils.
53060         * modules/raise, modules/readtokens0, modules/utimens:
53061         * modules/utimecmp, module/xnanosleep: New files.
53062         * modules/strftime: Add lib/strftime.h.
53063         Change include from <time.h> to "strftime.h".
53064         * modules/yesno: Add lib/yesno.h.
53065         * modules/backupfile: Remove lib/addext.c.
53066         * modules/euidaccess: Add stat-macros.h.
53067         * modules/canonicalize, modules/euidaccess,
53068         modules/filemode, modules/lchown, modules/makepath,
53069         modules/rmdir, modules/stat: Likewise.
53070
53071 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
53072
53073         Merge from tar.
53074         * lib/argp-help.c (make_hol, hol_append): Don't assume that
53075         SIZE_MAX is a valid preprocessor constant.
53076         (__argp_basename): Change from "#ifndef _LIBC"
53077         to "#ifndef __argp_short_program_name", so that
53078         we don't compile these functions for tar.
53079
53080         More merges from coreutils.
53081         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
53082         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
53083         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
53084         * lib/addext.c: Remove; no longer needed.
53085         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
53086         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
53087         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
53088         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
53089         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
53090         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
53091         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
53092         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
53093         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
53094         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53095         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
53096         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
53097         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
53098         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
53099         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
53100         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
53101         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
53102         Import changes from coreutils.
53103
53104 2004-08-05  Simon Josefsson  <jas@extundo.com>
53105
53106         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
53107
53108 2004-08-05  Simon Josefsson  <jas@extundo.com>
53109
53110         * m4/getsubopt.m4: New file.
53111
53112 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53113
53114         Merge from coreutils.
53115
53116         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
53117         * m4/getcwd-path-max.m4: New files.
53118
53119         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
53120         FILESYSTEM_PREFIX_LEN ->
53121         FILE_SYSTEM_PREFIX_LEN.
53122         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
53123         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
53124         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
53125         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
53126
53127         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
53128         prerequisite modules now handle the DOS stuff.
53129         Don't check for unistd.h.
53130
53131 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53132
53133         Merge from coreutils.
53134
53135         * lib/.gdb-history: Remove; this doesn't belong here.
53136
53137         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
53138         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
53139         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
53140         * lib/getcwd.c: New files.
53141
53142         * lib/dirname.h: Include <stdbool.h>.
53143         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
53144         for consistency with POSIX terminology.  All uses changed.
53145         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
53146         (strip_trailing_slashes): Use bool for booleans.
53147         * lib/stripslash.c (strip_trailing_slashes): Likewise.
53148
53149         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
53150         sometimes returns a positive errno value even when it succeeds.
53151         (print_errno_message) [!LIBC]: Fall back on strerror if
53152         __strerror_r fails.
53153
53154         * lib/path-concat.c (mempcpy): Don't define if a system header defines
53155         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
53156         (longest_relative_suffix): New function.
53157         (path_concat): Use it.  Assume first argument is not NULL.
53158         Port to DOS.  Omit redundant separators.
53159         Report an error instead of returning NULL.
53160         Use mempcpy instead of memcpy.
53161         (xpath_concat): Remove: not declared or used.
53162
53163         * lib/same.h: Include <stdbool.h>
53164         (same_name): Return bool, not int.
53165         * lib/same.c (same_name): Likewise.
53166         (errno): Don't declare; we assume C89 or better now.
53167
53168         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
53169         if not already defined.
53170
53171         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
53172         * lib/dup-safer.c (errno): Likewise.
53173
53174 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
53175
53176         Merge from coreutils.
53177         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
53178         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
53179         * modules/path-concat: Don't depend on strdup.
53180
53181 2004-08-03  Simon Josefsson  <jas@extundo.com>
53182
53183         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
53184         * lib/progname.h: Don't include stdbool.h.
53185
53186 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53187
53188         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
53189         * MODULES.html.sh (func_all_modules): Remove fatal.
53190
53191 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53192
53193         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
53194
53195 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
53196
53197         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
53198         working.
53199
53200 2004-08-02  Simon Josefsson  <jas@extundo.com>
53201
53202         * lib/getsubopt.h: New file, with comments from Bruno Haible.
53203         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
53204         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
53205
53206 2004-08-01  Simon Josefsson  <jas@extundo.com>
53207
53208         * lib/xgetdomainname.c: Include stdlib.h, for free().
53209
53210 2004-07-19  Bruno Haible  <bruno@clisp.org>
53211
53212         * MODULES.html.sh (func_all_modules): Add dummy.
53213
53214 2004-07-16  Simon Josefsson  <jas@extundo.com>
53215
53216         * modules/dummy: New file.
53217
53218 2004-07-16  Simon Josefsson  <jas@extundo.com>
53219
53220         * lib/dummy.c: New file.
53221
53222 2004-07-16  Bruno Haible  <bruno@clisp.org>
53223
53224         * lib/backupfile.h: Add extern "C" for C++.
53225         * lib/closeout.h: Likewise.
53226         * lib/copy-file.h: Likewise.
53227         * lib/findprog.h: Likewise.
53228         * lib/full-write.h: Likewise.
53229         * lib/pathname.h: Likewise.
53230         * lib/progname.h: Likewise.
53231         * lib/stpcpy.h: Likewise.
53232         * lib/stpncpy.h: Likewise.
53233         * lib/strcase.h: Likewise.
53234         * lib/strstr.h: Likewise.
53235         * lib/xalloc.h: Likewise.
53236
53237         * lib/mbswidth.h: Add extern "C" for C++.
53238         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
53239
53240 2004-07-13  Robert Millan  <robertmh@gnu.org>
53241
53242         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
53243
53244 2004-07-09  Simon Josefsson  <jas@extundo.com>
53245
53246         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
53247         failed without this.)
53248
53249 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53250
53251         * modules/chown (Files): Add lib/fchown-stub.c, since
53252         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
53253
53254 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
53255
53256         * lib/fchown-stub.c: New file.
53257
53258 2004-06-24  Jim Meyering  <jim@meyering.net>
53259
53260         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
53261
53262 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53263
53264         * modules/argz: Omit "#include".
53265
53266         * MODULES.html.sh (func_all_modules): Add calloc, to match
53267         2004-06-01 addition of calloc module.
53268
53269 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53270
53271         * m4/argz.m4: New file, which is autoupdated from libtool.
53272
53273 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53274
53275         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
53276         libtool.
53277
53278 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53279
53280         * config/srclist-update: Don't insist on "USA." before the
53281         close-comment, as libtool omits the period and puts the */ on a
53282         separate line.
53283         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
53284         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
53285
53286 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
53287
53288         * modules/argz: New file.
53289         * MODULES.html.sh (func_all_modules): Add argz.
53290
53291 2004-06-12  Jim Meyering  <jim@meyering.net>
53292         and  Paul Eggert  <eggert@cs.ucla.edu>
53293
53294         * modules/hash (Files): Add lib/xalloc.h.
53295         * modules/pipe (Depends-on): Add wait-process.
53296         * modules/stat (Depends-on): Add xalloc.
53297         * modules/userspec (Files): Add lib/userspec.h.
53298         * modules/xstrto
53299
53300         Upgrade from gettext-0.13.
53301         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
53302         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
53303         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
53304
53305 2004-06-10  Jim Meyering  <jim@meyering.net>
53306
53307         * lib/calloc.c: New file.
53308
53309 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
53310
53311         * lib/getdate.y (yylex): Allow space between sign and number.
53312         Problem reported by Dan Jacobson.
53313
53314 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53315
53316         Merge from coreutils CVS.
53317
53318         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
53319         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
53320         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
53321         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
53322         xstrtol.m4: Fix copyright date and/or serial number.
53323
53324         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
53325         See if we need an fchown replacement.
53326         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
53327         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
53328         and use the replacement function if we detect either defect.
53329
53330         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
53331         gl_UTIMECMP.
53332
53333 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
53334         and  Jim Meyering  <jim@meyering.net>
53335
53336         Merge from coreutils CVS.
53337
53338         * lib/stat-macros.h: New file, with contents from file-type.h
53339         and coreutils' system.h.
53340         * lib/file-type.c: Include "stat-macros.h".
53341         * lib/file-type.h (file_type): Move all macro definitions to new file,
53342         stat-macros.h.
53343
53344         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
53345         Wrap old code with this conditional.
53346         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
53347         function that does not dereference symlinks.
53348         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
53349
53350         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
53351         dependency problems.
53352         (xreadlink): Accept new arg SIZE, for efficiency.
53353         All decls and uses changed.
53354         * lib/xreadlink.h: Include <stddef.h>, for size_t.
53355
53356         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
53357         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
53358
53359         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
53360         sysexits.h.
53361
53362 2004-06-01  Jim Meyering  <jim@meyering.net>
53363
53364         * m4/calloc.m4: New file.
53365
53366 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
53367
53368         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
53369         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
53370         Also, fix a typo in a diagnostic.
53371
53372 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53373
53374         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
53375         or AC_FUNC_REALLOC.
53376
53377 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
53378
53379         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
53380         macros to be defined.
53381         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
53382         the allocator returns NULL because the requested size is zero.
53383
53384 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53385
53386         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
53387         var.  Add comment explaining why libc still defines it.  This
53388         merges the following patch from glibc:
53389         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
53390
53391 2004-05-20  Andreas Schwab  <schwab@suse.de>
53392
53393         * m4/free.m4: Replace free if it not known to work, not the other
53394         way round.
53395
53396 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
53397
53398         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
53399         present in glibc since revision 1.1 of this file.
53400         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
53401         obstack_alignment_mask, obstack_alloc, obstack_base,
53402         obstack_blank, obstack_blank_fast, obstack_chunk_size,
53403         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
53404         obstack_grow0, obstack_init, obstack_int_grow,
53405         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
53406         obstack_next_free, obstack_object_size, obstack_ptr_grow,
53407         obstack_ptr_grow_fast, obstack_room): Remove declarations of
53408         nonexistent functions.
53409
53410 2004-05-18  Karl Berry  <karl@gnu.org>
53411
53412         * config/srclist.txt: break link for vasnprintf.c.
53413
53414 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53415
53416         Port obstack to the AS/400, where pointers are 16 bytes wide and
53417         you cannot cast an integer to a valid pointer.  This patch is
53418         currently waiting to be integrated into glibc; see
53419         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
53420
53421         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
53422         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
53423         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
53424         (struct obstack): temp member is now a union of a pointer and
53425         an integer, instead of an integer.  All integer uses changed.
53426         This does not affect the physical layout of struct obstack,
53427         except on hosts (like the AS/400) where the size or alignment of
53428         void * is greater than that of ptrdiff_t.
53429         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
53430         __STDC__)]: Store temporary in pointer member of union, not
53431         integer member.
53432         * lib/obstack.c: Include <stddef.h>, for offsetof.
53433         (struct fooalign): Remove; it doesn't need a name.
53434         (union fooround): Change double to long double, and add void *.
53435         (DEFAULT_ALIGNMENT): Use offsetof to compute.
53436         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
53437         not a macro.  Hence the values are always int; so remove all
53438         casts-to-int in uses.
53439
53440 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
53441
53442         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
53443         we can get this patch merged into glibc.
53444
53445 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53446             Paul Eggert  <eggert@cs.ucla.edu>
53447
53448         * m4/argp: Depend on alloca.
53449
53450 2004-05-17  Derek R. Price  <derek@ximbiot.com>
53451             Paul Eggert  <eggert@cs.ucla.edu>
53452
53453         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
53454         freecoding.
53455
53456 2004-05-17  Bruno Haible  <bruno@clisp.org>
53457
53458         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
53459         precision that consists of a '.' followed by an empty digit string.
53460         Patch by Tor Lillqvist <tml@iki.fi>.
53461
53462 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53463
53464         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
53465         for backward compatibility with older code.  We need our own
53466         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
53467         it under some other name, and our alloca.h will define it.
53468
53469 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
53470             Derek Price  <derek@ximbiot.com>
53471
53472         * lib/alloca.c: Include <alloca.h>, to get our interface.
53473         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
53474         include <alloca.h> first.  Use C89 prototype for alloca; this
53475         requires including <stddef.h> for size_t.  Use extern "C" if C++.
53476         Use #elif for simplicity, since we can assume C89 now.
53477         Don't try to source the system alloca.h since it will not be found
53478         and to prevent recursively including its replacement.
53479         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
53480         * lib/regex.c: Likewise.
53481
53482 2004-05-16  Derek Price  <derek@ximbiot.com>
53483             Paul Eggert  <eggert@cs.ucla.edu>
53484
53485         getline cleanup.  This changes the getndelim2 API: both order of
53486         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
53487         no delimiter).
53488
53489         * lib/getline.c: Don't include stddef.h or stdio.h, since our
53490         interface does that.
53491         (getline): Always use getdelim, so that we don't have two
53492         copies of this code.
53493         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
53494         if available.
53495         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
53496         (GETNDELIM2_MAXIMUM): New macro.
53497         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
53498         instead of the old practice of delim2==0.  All callers changed.
53499         Return -1 on overflow, instead of returning junk.
53500         Do not set *linesize unless allocation succeeds.
53501         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
53502         that we include sys/types.h.
53503         * lib/getnline.h: Likewise.
53504         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
53505         (getndelim2): Reorder arguments.
53506         * lib/getnline.c (getnline, getndelim):
53507         Don't discard the NMAX argument.
53508         (getnline): Invoke getndelim, to avoid code duplication.
53509         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
53510         of (size_t) -1 by callers of the getnline family.
53511
53512 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53513
53514         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
53515         Check for gettimeofday.
53516         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
53517         Check for settimeofday, stime.
53518
53519 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53520
53521         * lib/nanosleep.c (suspended): Change its type from int to
53522         sig_atomic_t volatile.
53523         (first_call): Make it private to rpl_nanosleep, and have it
53524         be zero initially as that's a bit faster.
53525         (my_usleep): Round up fractional times instead of truncating them,
53526         as this is the usual meaning for 'sleep'.
53527
53528         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
53529         doesn't work.
53530         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
53531         (ENOSYS): Define if not defined.
53532         (settime): Fall back on stime if it exists and settimeofday fails.
53533         But don't bother with fallbacks if a method fails with errno == EPERM.
53534
53535 2004-05-11  Jim Meyering  <jim@meyering.net>
53536
53537         Prior to this change, the save_cwd caller required read access to the
53538         current directory on most systems (ones with the fchdir function).
53539
53540         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
53541         fails, try write-only, and finally, resort to using xgetcwd.
53542
53543 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53544
53545         * lib/obstack.c, obstack.h: Import changes from libc.
53546
53547 2004-04-28  Bruno Haible  <bruno@clisp.org>
53548
53549         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
53550         also implicitly appends .exe to executables.
53551         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
53552         accepts Windows pathnames.
53553         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
53554         Treat Cygwin like Windows, since it now accepts Windows pathnames.
53555         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
53556         Treat Cygwin like Windows, since it now accepts Windows pathnames.
53557         Reported by Derek Robert Price <derek@ximbiot.com>.
53558
53559 2004-04-21  Karl Berry  <karl@gnu.org>
53560
53561         * config/srclist.txt (localcharset.c): break sync.
53562
53563 2004-04-20  Paul Eggert  <eggert@twinsun.com>
53564
53565         * m4/host-os.m4: Add a copyright notice.
53566
53567 2004-04-20  Jim Meyering  <jim@meyering.net>
53568
53569         Change UTILS_ to gl_ in AC_DEFINE'd names.
53570         Change utils_- and jm_-prefixed variables, too.
53571         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
53572         UTILS_FUNC_MKDIR_TRAILING_SLASH.
53573         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
53574
53575         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
53576         Don't emit trailing blanks.
53577         Also rename jm_-prefixed variables to have gl_ prefix.
53578
53579         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
53580         Also rename jm_-prefixed variables to have gl_ prefix.
53581
53582         * m4/jm-macros.m4: Reflect the renamings.
53583         * m4/prereq.m4: Likewise.
53584
53585 2004-04-20  Jim Meyering  <jim@meyering.net>
53586
53587         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
53588         memory.
53589
53590 2004-04-20  Jim Meyering  <jim@meyering.net>
53591             Bruno Haible  <bruno@clisp.org>
53592
53593         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
53594         memory when realloc fails.
53595
53596 2004-04-19  Jim Meyering  <jim@meyering.net>
53597
53598         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
53599         now that readutmp.c may call `free (0)'.
53600
53601 2004-04-19  Bruno Haible  <bruno@clisp.org>
53602
53603         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
53604         * m4/inttypes_h.m4: Likewise.
53605         * m4/stdint_h.m4: Likewise.
53606         * m4/intmax_t.m4: Likewise.
53607         * m4/uintmax_t.m4: Likewise.
53608
53609 2004-04-18  Jim Meyering  <jim@meyering.net>
53610
53611         * m4/prereq.m4: Don't forbid jm_ prefix.
53612
53613         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
53614         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
53615         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
53616         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
53617         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
53618         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
53619         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
53620         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
53621         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
53622         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
53623         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
53624         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
53625         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
53626         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
53627         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
53628         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
53629         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
53630         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
53631         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
53632
53633 2004-04-18  Jim Meyering  <jim@meyering.net>
53634
53635         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
53636         failure, don't leak memory and do call END_UTMP_ENT.
53637
53638 2004-04-16  Jim Meyering  <jim@meyering.net>
53639
53640         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
53641         coreutils' stat program.
53642         (gl_PREREQ): Don't require jm_PREREQ_STAT.
53643
53644 2004-04-11  Paul Eggert  <eggert@twinsun.com>
53645
53646         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
53647         C89.
53648         (CHAR_BIT): Remove, since we assume C89.
53649         Include <stdint.h> if available, as per current Autoconf CVS advice.
53650
53651 2004-03-31  Jim Meyering  <jim@meyering.net>
53652
53653         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
53654         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
53655         * m4/xalloc.m4: Likewise.
53656
53657 2004-03-30  Paul Eggert  <eggert@twinsun.com>
53658
53659         Merge from coreutils.
53660
53661         * m4/inttostr.m4: New file.
53662         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
53663         Require AM_STDBOOL_H and gl_TIMESPEC instead.
53664         Require gl_CLOCK_TIME.
53665         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
53666
53667 2004-03-30  Paul Eggert  <eggert@twinsun.com>
53668
53669         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
53670         not bool, to be more consistent with Unix conventions.
53671         Suggested by Bruno Haible.
53672
53673         Merge from coreutils.
53674
53675         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
53676         * lib/umaxtostr.c: New files.
53677
53678         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
53679         the usual <time.h> dance.
53680         (get_date): Change signature to support fractional time stamps.
53681         All callers changed.
53682         * lib/getdate.y: Include "getdate.h" first, as we can now
53683         assume C89 and don't need to worry about 'const'.
53684         Similarly, include "unlocked-io.h" near start, not in middle.
53685         Include <limits.h>.
53686         (textint.value): Use long int rather than int.
53687         (textint.digits): Use size_t rather than int.
53688         (BILLION, LOG10_BILLION): New constants.
53689         (parser_control): New member rel_ns.  Members day_ordinal,
53690         time_zone, month, day, hour, minutes, rel_year, rel_month,
53691         rel_day, rel_hour, rel_minutes, rel_seconds
53692         are now long int, not int.  Member seconds is now struct timespec,
53693         not int.  New member timespec_seen.  Members dates_seen, days_seen,
53694         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
53695         not int.
53696         (%union.intval): Now long int, not int.
53697         New member timespec.
53698         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
53699         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
53700         (spec): Now is a timespec or an item list.
53701         (timespec, items): New nonterminals.
53702         (time, rel, relunit, number, get_date):
53703         Add support for fractional seconds.
53704         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
53705         (gmtime, localtime, mktime): Remove decls; not needed with C89.
53706         (to_hour): First arg is now long int, not int.
53707         (to_year): Returns long int, not int.
53708         Don't treat year -70 like 70.
53709         (tm_diff): Returns long int, not int.
53710         (lookup_word): Use bool instead of int when appropriate.
53711         (yylex): Use size_t for count, not int.
53712         Detect overflow when parsing large integer constants.
53713         Add support for fractions.
53714         (get_date): Make pointers 'const' if possible.
53715         Use more-portable code to detect integer overflow.
53716         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
53717         Don't use ctime; it's not reliable if the year has >4 digits.
53718
53719         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
53720         This is for compatibility with BSD.
53721
53722         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
53723         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
53724         From coreutils' system.h.
53725
53726         * lib/userspec.c: Don't include "posixver.h".
53727         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
53728         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
53729         compatible extension.  Simplify code by removing a boolean int
53730         that was always nonzero if a string was nonnull.
53731
53732 2004-03-30  Jim Meyering  <jim@meyering.net>
53733
53734         Merge from coreutils.
53735
53736         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
53737         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
53738         on some systems one must include <grp.h> before it.
53739         Reported by Christian Krackowizer.
53740
53741 2004-03-30  Jim Meyering  <jim@meyering.net>
53742
53743         Merge from coreutils.
53744
53745         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
53746
53747         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
53748         an empty input stream.
53749
53750         * lib/readtokens.c: Include <stdbool.h>.
53751         (readtoken): Use `size_t' rather than int/long.
53752         All callers adjusted.
53753         Use `bool' rather than `int' where appropriate.
53754         Use memset rather than an explicit loop.
53755         Use x2nrealloc rather than xrealloc.
53756         Allow the use of `\0' as a delimiter.
53757         (readtokens): Likewise.
53758         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
53759
53760 2004-03-30  Jim Meyering  <jim@meyering.net>
53761
53762         * m4/realloc.m4: Remove file, since now it does no more than
53763         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
53764         the `configure.ac' section of module/realloc.
53765         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
53766
53767 2004-03-30  Bruno Haible  <bruno@clisp.org>
53768
53769         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
53770         nonnull.
53771
53772 2004-03-29  Paul Eggert  <eggert@twinsun.com>
53773
53774         Merge changes to getloadavg.c from coreutils and Emacs.
53775
53776         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
53777         Define to an expression, not to the empty string.
53778         Include cloexec.h and xalloc.h.
53779         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
53780         Use set_cloexec_flag rather than rolling our own.
53781         * lib/cloexec.c, lib/cloexec.h: New files.
53782
53783 2004-03-29  Paul Eggert  <eggert@twinsun.com>
53784
53785         * m4/cloexec.m4: New file.
53786
53787 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53788
53789         * lib/getopt.h: Sync with libc CVS.
53790
53791 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53792             Bruno Haible  <bruno@clisp.org>
53793
53794         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
53795         mbswidth.
53796
53797 2004-03-18  Paul Eggert  <eggert@twinsun.com>
53798             Bruno Haible  <bruno@clisp.org>
53799
53800         * lib/mbswidth.h: Include <wchar.h> only if
53801         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
53802         <wchar.h>.
53803         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
53804
53805 2004-03-09  Paul Eggert  <eggert@twinsun.com>
53806
53807         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
53808         Sync with libc CVS.
53809         * lib/getopt_int.h: New file, also synced from libc.
53810
53811 2004-03-09  Paul Eggert  <eggert@twinsun.com>
53812
53813         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
53814         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
53815         Bring back getopt.c, getopt.h, getopt1.c.
53816
53817 2004-03-07  Paul Eggert  <eggert@twinsun.com>
53818
53819         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
53820         All uses changed.  Check for sa_sigaction member; this fixes
53821         a bug first reported by Jason Andrade in
53822         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
53823
53824 2004-03-07  Paul Eggert  <eggert@twinsun.com>
53825
53826         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
53827         '#if' expressions.  Unlike the code it replaces, it does not
53828         depend on (defined _SC_PAGESIZE).  However, it does depend on
53829         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
53830         first reported by Jason Andrade in
53831         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
53832
53833 2004-02-25  Simon Josefsson  <jas@extundo.com>
53834
53835         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
53836
53837 2004-02-25  Simon Josefsson  <jas@extundo.com>
53838
53839         * lib/strdup.h: New file.
53840         * lib/strdup.c: Include it.
53841         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
53842         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
53843
53844 2004-02-23  Karl Berry  <karl@gnu.org>
53845
53846         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
53847         (from fencepost.gnu.org:/gd/gnuorg).
53848
53849 2004-02-23  Karl Berry  <karl@gnu.org>
53850
53851         * config/srclistvars.sh (GNUORG) [karl]: redefine.
53852         * config/srclist.txt: add maintain/standards documents.
53853
53854 2004-02-18  Bruno Haible  <bruno@clisp.org>
53855
53856         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
53857         Reported by Derek Robert Price <derek@ximbiot.com>.
53858
53859 2004-02-16  Karl Berry  <karl@gnu.org>
53860
53861         * config/mkinstalldirs, install-sh: update from automake.
53862
53863 2004-02-06  Karl Berry  <karl@gnu.org>
53864
53865         * m4/po.m4: update from gettext 0.14.1.
53866
53867 2004-02-06  Karl Berry  <karl@gnu.org>
53868
53869         * lib/config.charset: update from gettext 0.14.1.
53870
53871 2004-02-05  Paul Eggert  <eggert@twinsun.com>
53872
53873         Add comments and code, prompted by suggestions from Bruno Haible
53874         for sh-quote.
53875         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
53876         describing the enum quoting_style values.
53877         * lib/quotearg.c (quotearg_alloc): New function.
53878         (quotearg_buffer_restyled): Treat lone { and } as special.
53879         Treat = as special.  Work around bug with older shells
53880         that "see" a '\' that is really the 2nd byte of a multibyte char.
53881         Quote empty string with shell_quoting_style.
53882
53883 2004-02-03  Bruno Haible  <bruno@clisp.org>
53884
53885         * m4/pipe.m4: New file, from GNU gettext.
53886
53887 2004-02-03  Bruno Haible  <bruno@clisp.org>
53888
53889         * lib/pipe.h: New file, from GNU gettext.
53890         * lib/pipe.c: New file, from GNU gettext.
53891
53892 2004-01-27  Bruno Haible  <bruno@clisp.org>
53893
53894         * m4/execute.m4: New file, from GNU gettext.
53895
53896 2004-01-27  Bruno Haible  <bruno@clisp.org>
53897
53898         * lib/execute.h: New file, from GNU gettext.
53899         * lib/execute.c: New file, from GNU gettext.
53900         * lib/w32spawn.h: New file, from GNU gettext.
53901
53902 2004-01-24  Paul Eggert  <eggert@twinsun.com>
53903
53904         Merge from diffutils.
53905
53906         * lib/file-type.c (file_type): Add typed memory objects.
53907         * lib/file-type.h (S_TYPEISTMO): New macro.
53908
53909         * lib/c-stack.h (c_stack_action): Remove argv argument.
53910         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
53911         (die): Don't calculate message unless segv_action returns.
53912         (get_stack_location, min_address_from_argv, max_address_from_argv,
53913         volatile stack_base, volatile_stack_size): Remove.
53914         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
53915         that every segmentation violation is a stack overflow.  (Ouch!)
53916         See Debian bug 136249 (still outstanding) for more info about why
53917         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
53918
53919 2004-01-24  Paul Eggert  <eggert@twinsun.com>
53920
53921         Exit-status fix from coreutils.
53922
53923         Use exit_failure consistently in place of EXIT_FAILURE,
53924         so that program exit statuses are consistent on failure.
53925
53926         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
53927         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
53928         * lib/argmatch.h: Comment fix to match the above.
53929         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
53930         Now a macro referring to exit_failure, instead of a separate
53931         variable.  Include "exitfail.h" to get it.
53932         * lib/xstrtol.h: Include "exitfail.h".
53933         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
53934
53935         * lib/long-options.c (parse_long_options): Use prototype
53936         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
53937         for clarity.
53938
53939 2004-01-21  Jim Meyering  <jim@meyering.net>
53940
53941         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
53942         so as not to conflict with a different-sized __mktime_internal
53943         function in GNU libc.
53944         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
53945         Problem building statically-linked `ls' reported by Michael Brunnbauer.
53946
53947 2004-01-20  Karl Berry  <karl@gnu.org>
53948
53949         * config/config.guess: update from config.
53950
53951         * config/srclistvars.sh: GNUWWWLICENSES for karl.
53952
53953 2004-01-20  Bruno Haible  <bruno@clisp.org>
53954
53955         Safer stack allocation.
53956         * lib/setenv.c: Include allocsa.h.
53957         (alloca): Remove fallback definition.
53958         (freea): Remove macro.
53959         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
53960         instead of freea.
53961
53962 2004-01-20  Bruno Haible  <bruno@clisp.org>
53963
53964         * m4/eealloc.m4: New file, from GNU gettext.
53965
53966 2004-01-20  Bruno Haible  <bruno@clisp.org>
53967
53968         * m4/allocsa.m4: New file, from GNU gettext.
53969
53970 2004-01-20  Bruno Haible  <bruno@clisp.org>
53971
53972         * lib/xallocsa.h: New file, from GNU gettext.
53973         * lib/xallocsa.c: New file, from GNU gettext.
53974
53975 2004-01-20  Bruno Haible  <bruno@clisp.org>
53976
53977         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
53978
53979 2004-01-20  Bruno Haible  <bruno@clisp.org>
53980
53981         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
53982         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
53983         specially.
53984
53985 2004-01-20  Bruno Haible  <bruno@clisp.org>
53986
53987         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
53988         patch.
53989
53990 2004-01-20  Bruno Haible  <bruno@clisp.org>
53991
53992         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
53993
53994 2004-01-20  Bruno Haible  <bruno@clisp.org>
53995
53996         * lib/eealloc.h: New file.
53997
53998 2004-01-20  Bruno Haible  <bruno@clisp.org>
53999
54000         * lib/binary-io.h: Avoid warnings on Cygwin.
54001
54002 2004-01-20  Bruno Haible  <bruno@clisp.org>
54003
54004         * lib/allocsa.h: New file, from GNU gettext.
54005         * lib/allocsa.c: New file, from GNU gettext.
54006
54007 2004-01-18  Karl Berry  <karl@gnu.org>
54008
54009         * doc/gpl.texi, doc/lgpl.texi: new files.
54010
54011 2004-01-18  Karl Berry  <karl@gnu.org>
54012
54013         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
54014         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
54015
54016 2004-01-15  Paul Eggert  <eggert@twinsun.com>
54017
54018         Merge from coreutils.
54019
54020         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
54021         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
54022         (gl_DEFAULT_POSIX2_VERSION): Move
54023         the documentation from 'configure' into 'config.hin',
54024         so that 'configure --help' isn't burdened by it and
54025         we don't have to worry about its formatting there.
54026         Reword the documentation so that it's more succinct
54027         and can be run together into a single paragraph.
54028         * m4/same.m4 (gl_SAME): Check for pathconf.
54029
54030 2004-01-15  Paul Eggert  <eggert@twinsun.com>
54031
54032         Merge from coreutils.
54033
54034         * lib/posixver.c: Include posixver.h.
54035
54036         * lib/same.c: Include <stdbool.h>, <limits.h>.
54037         (_POSIX_NAME_MAX): Define if not defined.
54038         (MIN): New macro.
54039         (same_name): If file names are silently truncated, report
54040         that the file names are the same if they are the same after
54041         the silent truncation.
54042
54043         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
54044         conversion function.
54045         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
54046         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
54047         longer needed.
54048
54049 2004-01-15  Jim Meyering  <jim@meyering.net>
54050
54051         Merge from coreutils.
54052
54053         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
54054         if no library is required.
54055         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
54056         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
54057         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
54058         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
54059         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
54060         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
54061         value, $ac_cv_search_crypt, if it's "none required".
54062         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
54063         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
54064         not gl_FUNC_GETLOADAVG.
54065         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
54066         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
54067
54068 2004-01-15  Jim Meyering  <jim@meyering.net>
54069
54070         Merge from coreutils.
54071
54072         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
54073         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
54074         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
54075
54076         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
54077         optional configure-time default.
54078
54079         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54080
54081         * lib/xreadlink.c (xreadlink): Correct outdated comment.
54082
54083 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
54084
54085         Merge from coreutils.
54086
54087         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
54088         value, $ac_cv_search_nanosleep, if it's "none required".
54089
54090 2004-01-14  Paul Eggert  <eggert@twinsun.com>
54091
54092         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
54093         with like-named macro in fnmatch.c.
54094         (EXT): Use an internal constant instead.
54095
54096         Merge fnmatch patches from glibc.
54097         * lib/fnmatch.c (mbsinit): Remove define.
54098         Add libc_hidden_ver (__fnmatch, fnmatch).
54099         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
54100         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
54101
54102 2004-01-14  Karl Berry  <karl@gnu.org>
54103
54104         * config/install-sh: update from automake.
54105
54106 2004-01-13  Karl Berry  <karl@gnu.org>
54107
54108         * config/install-sh: update from automake.
54109
54110 2004-01-09  Karl Berry  <karl@gnu.org>
54111
54112         * config/install-sh: update from automake.
54113
54114 2004-01-05  Karl Berry  <karl@gnu.org>
54115
54116         * config/config.{sub,guess}: update from config.
54117
54118 2003-12-31  Karl Berry  <karl@gnu.org>
54119
54120         * config/depcomp: update from automake.
54121
54122 2003-12-14  Karl Berry  <karl@gnu.org>
54123
54124         * lib/config.charset: update from gettext-runtime.
54125
54126 2003-12-03  Paul Eggert  <eggert@twinsun.com>
54127
54128         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
54129         Bug reported by Alfred M. Szmidt.
54130
54131 2003-12-03  Bruno Haible  <bruno@clisp.org>
54132
54133         * m4/gettext.m4: Upgrade from gettext-0.13.
54134         * m4/po.m4: Upgrade from gettext-0.13.
54135         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
54136         * m4/intmax.m4: New file, from gettext-0.13.
54137         * m4/printf-posix.m4: New file, from gettext-0.13.
54138
54139 2003-11-29  Karl Berry  <karl@gnu.org>
54140
54141         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
54142
54143 2003-11-25  Paul Eggert  <eggert@twinsun.com>
54144             Bruno Haible  <bruno@clisp.org>
54145
54146         * lib/printf-parse.h: Don't include sys/types.h.
54147         (ARG_NONE): New macro.
54148         (char_directive): Change type of *arg_index fields to size_t.
54149         * lib/printf-parse.c: Don't include sys/types.h.
54150         (SSIZE_MAX): Remove macro.
54151         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
54152         Remove unnecessary overflow check.
54153         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
54154         fields.
54155
54156 2003-11-25  Bruno Haible  <bruno@clisp.org>
54157
54158         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
54159
54160 2003-11-25  Bruno Haible  <bruno@clisp.org>
54161
54162         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
54163         gt_TYPE_SSIZE_T.
54164
54165 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54166
54167         * modules/alloca: Remove dependency on xalloc.
54168
54169 2003-11-24  Paul Eggert  <eggert@twinsun.com>
54170
54171         * lib/alloca.c: Remove dependency on xalloc module.
54172         (xalloc_die): Remove.
54173         (memory_full) [!defined emacs]: New macro.
54174         [!defined emacs]: Don't include xalloc.h.
54175         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
54176         address arithmetic overflows.  Change datatypes a bit to avoid
54177         unnecessary casts.
54178
54179 2003-11-22  Jim Meyering  <jim@meyering.net>
54180
54181         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
54182         s/size/size_t/.
54183
54184 2003-11-21  Karl Berry  <karl@gnu.org>
54185
54186         * config/config.{sub,guess}: update from config.
54187
54188 2003-11-18  Karl Berry  <karl@gnu.org>
54189
54190         * config/config.{sub,guess}: update from config.
54191
54192         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
54193
54194 2003-11-17  Paul Eggert  <eggert@twinsun.com>
54195
54196         * README: Mention that S+T cannot overflow if S is the size of
54197         an existing object and T is sufficiently small.
54198
54199 2003-11-17  Jim Meyering  <jim@meyering.net>
54200
54201         On systems without utime and without a utimes function capable of
54202         dealing with a NULL struct utimbuf* argument, this utime replacement
54203         could -- in unusual circumstances -- leak a file descriptor.
54204         * lib/utime.c: Include <unistd.h> and <errno.h>.
54205         (utime_null): Be sure to close `fd' and to preserve errno.
54206         Reported by Geoff Collyer via Arnold Robbins.
54207
54208 2003-11-17  Bruno Haible  <bruno@clisp.org>
54209
54210         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
54211         (Depends-on): Add xsize.
54212
54213 2003-11-17  Bruno Haible  <bruno@clisp.org>
54214
54215         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
54216
54217 2003-11-17  Bruno Haible  <bruno@clisp.org>
54218
54219         * lib/vasnprintf.c (alloca): Remove fallback definition.
54220         (freea): Remove definition.
54221         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
54222         Reported by Paul Eggert.
54223
54224 2003-11-16  Paul Eggert  <eggert@twinsun.com>
54225             Bruno Haible  <bruno@clisp.org>
54226
54227         Protect against address arithmetic overflow.
54228         * lib/printf-args.h: Include stddef.h.
54229         (arguments): Change type of field 'count' to size_t.
54230         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
54231         'unsigned int' where appropriate.
54232         * lib/printf-parse.h: Include sys/types.h.
54233         (char_directive): Change type of *arg_index fields to ssize_t.
54234         (char_directives): Change type of fields 'count', max_*_length to
54235         size_t.
54236         * lib/printf-parse.c: Include sys/types.h and xsize.h.
54237         (SSIZE_MAX): Define fallback value.
54238         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
54239         instead of 'int' where appropriate. Check a_allocated, d_allocated
54240         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
54241         * lib/vasnprintf.c: Include xsize.h.
54242         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
54243         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
54244         overflow. Avoid wraparound when converting a width or precision from
54245         decimal to binary.
54246
54247 2003-11-16  Bruno Haible  <bruno@clisp.org>
54248
54249         Update from GNU gettext.
54250         * lib/printf-parse.c: Generalize to it can be compiled for wide
54251         strings.
54252         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
54253         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
54254         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
54255         SNPRINTF): New macros.
54256         Don't include <alloca.h> if the file is used inside libintl.
54257         (local_wcslen): New function, for Solaris 2.5.1.
54258         (VASNPRINTF): Use it instead of wcslen.
54259
54260 2003-11-16  Bruno Haible  <bruno@clisp.org>
54261
54262         * lib/xsize.h (xmax): New function.
54263         (xsum, xsum3, xsum4): Declare as "pure" functions.
54264
54265 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54266
54267         * modules/xalloc (Files): Undo latest change, since xalloc.h
54268         no longer needs SIZE_MAX or PTRDIFF_MAX.
54269
54270 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54271
54272         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
54273         gl_PTRDIFF_MAX.
54274
54275 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54276
54277         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
54278         "return", to pacify some unknown compiler.  Problem reported
54279         by Joerg Schilling.
54280
54281 2003-11-12  Paul Eggert  <eggert@twinsun.com>
54282
54283         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
54284         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
54285         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
54286         heuristic is just as accurate as far as we know, and it removes a
54287         dependency on size_max.m4 and ptrdiff_max.m4.
54288
54289 2003-11-11  Bruno Haible  <bruno@clisp.org>
54290
54291         * modules/xsize (Files): Add m4/size_max.m4.
54292         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
54293
54294 2003-11-11  Bruno Haible  <bruno@clisp.org>
54295
54296         * m4/size_max.m4: New file.
54297         * m4/ptrdiff_max.m4: New file.
54298         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
54299         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
54300         (gl_XALLOC): Invoke it.
54301
54302 2003-11-11  Bruno Haible  <bruno@clisp.org>
54303
54304         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
54305         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
54306         defined.
54307
54308 2003-11-10  Paul Eggert  <eggert@twinsun.com>
54309
54310         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
54311         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
54312         rejected some allocations of exactly SIZE_MAX - 2 bytes.
54313         From Bruno Haible.
54314         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
54315         not (size_t) -1, since it's defined here.
54316
54317 2003-11-09  Karl Berry  <karl@gnu.org>
54318
54319         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
54320
54321 2003-11-06  Paul Eggert  <eggert@twinsun.com>
54322
54323         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
54324         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
54325         Reject sizes of exactly SIZE_MAX bytes.
54326         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
54327         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
54328
54329 2003-11-05  Bruno Haible  <bruno@clisp.org>
54330
54331         * lib/xsize.h: Include limits.h, to avoid a possible collision with
54332         SIZE_MAX defined in <limits.h> on Solaris.
54333
54334 2003-11-04  Jim Meyering  <jim@meyering.net>
54335
54336         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
54337         variable names, rather than @VAR@.
54338         * modules/poll: Likewise.
54339
54340 2003-11-04  Bruno Haible  <bruno@clisp.org>
54341
54342         * modules/xsize: New file.
54343         * modules/linebreak: Depend on xsize.
54344         * MODULES.html.sh (func_all_modules): Add xsize.
54345
54346 2003-11-04  Bruno Haible  <bruno@clisp.org>
54347
54348         * m4/xsize.m4: New file.
54349
54350 2003-11-04  Bruno Haible  <bruno@clisp.org>
54351
54352         * lib/xsize.h: New file.
54353         * lib/linebreak.c: Include xsize.h.
54354         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
54355         argument for overflow.
54356         Suggested by Paul Eggert.
54357
54358 2003-11-03  Karl Berry  <karl@gnu.org>
54359
54360         * config/config.{guess,sub}: update from config.
54361
54362 2003-11-03  Jim Meyering  <jim@meyering.net>
54363
54364         * modules/userspec (lib_SOURCES): Add userspec.h.
54365         (Include): Add "userspec.h".
54366         Improve description.
54367
54368 2003-11-03  Jim Meyering  <jim@meyering.net>
54369
54370         * lib/userspec.c: Include "userspec.h".
54371         * lib/userspec.h: New file.
54372
54373 2003-11-03  Bruno Haible  <bruno@clisp.org>
54374
54375         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
54376
54377 2003-11-03  Bruno Haible  <bruno@clisp.org>
54378
54379         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
54380         available, to avoid (extremely rare) race condition.
54381         Suggested by Paul Eggert.
54382
54383 2003-11-02  Karl Berry  <karl@gnu.org>
54384
54385         * config/srclist.txt (vasprintf.c): sync broken, sigh.
54386
54387 2003-10-31  Paul Eggert  <eggert@twinsun.com>
54388
54389         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
54390         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
54391         (read_filesystem_list): Set and use me_type_malloced.
54392         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
54393         whatever the type happens to be), for brevity and consistency.
54394         Check for size calculation overflow on Alphas running OSF/1.
54395
54396 2003-10-31  Jim Meyering  <jim@meyering.net>
54397
54398         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
54399
54400         * lib/linebuffer.c: Include <string.h> for declaration of memset.
54401
54402 2003-10-30  Paul Eggert  <eggert@twinsun.com>
54403             Bruno Haible  <bruno@clisp.org>
54404
54405         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
54406         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
54407
54408 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
54409
54410         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
54411         netbsd*-gnu*.  Suggested by Robert Millan.
54412
54413 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54414
54415         * modules/group-member: Depend on stdbool.
54416
54417 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54418
54419         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
54420
54421 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54422
54423         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
54424         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
54425         after the 'gnu' in these cases.  This fixes some bugs in the
54426         previous change, and is based on suggestions by Robert Millan.
54427
54428 2003-10-29  Paul Eggert  <eggert@twinsun.com>
54429
54430         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
54431         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
54432         no longer needed.
54433         * lib/quotearg.c (quotearg_n_options): Use it.
54434         * lib/group-member.c: Include <stdbool.h>.
54435         (free_group_info): Arg is now const *; don't free arg.
54436         (get_group_info): Now returns bool and accepts struct group_info *,
54437         rather than returning a malloc'ed struct group_info *.
54438         All uses changed.  Check for overflow in internal size calculation.
54439
54440         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
54441         rather than xmalloc/xrealloc.
54442         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
54443         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
54444         conformance bug: the old code used a pointer after freeing the
54445         storage that it addressed.
54446         * lib/hash.c (hash_initialize): Simplify the code by using
54447         xalloc_oversized rather than doing it by hand.
54448         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
54449         the buffer preserved.  Use free and xmalloc instead.
54450         * lib/quotearg.c (quotearg_n_options): Likewise.
54451         Use a simpler test for size overflow.  Don't use xalloc_oversized
54452         because unsigned int might be wider than size_t (!); this suggests
54453         that we should switch from unsigned int to size_t for slot numbers.
54454
54455 2003-10-28  Paul Eggert  <eggert@twinsun.com>
54456
54457         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
54458         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
54459         NetBSD kernels.  Requested by Richard Stallman.
54460
54461 2003-10-27  Paul Eggert  <eggert@twinsun.com>
54462
54463         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
54464         to allocate the returned structure.  Do not allocate a subarray,
54465         as x2nrealloc will do that.
54466         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
54467         instead of xnrealloc.
54468         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
54469
54470 2003-10-27  Bruno Haible  <bruno@clisp.org>
54471
54472         * lib/stdbool_.h: Better support for BeOS.
54473
54474 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54475
54476         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
54477         now uses inline.
54478
54479 2003-10-26  Paul Eggert  <eggert@twinsun.com>
54480
54481         * lib/xalloc.h (xalloc_oversized): New static inline function, for
54482         callers that want to do their own size-overflow checking.  Include
54483         <stdbool.h>, since xalloc_oversized returns bool.
54484         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
54485         to use xalloc_oversized.
54486
54487         Add two functions x2realloc, x2nrealloc, for programs that grow
54488         arrays dynamically by doubling their sizes.
54489         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
54490         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
54491         New functions.
54492
54493         Port to C99 semantics for 'inline' of external functions.
54494         Bug reported by Bruno Haible.
54495         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
54496         with the old contents of xnmalloc.
54497         (xnmalloc, xmalloc): Use it.
54498         (xnrealloc_inline): New static inline function,
54499         with the old contents of xnrealloc.
54500         (xnrealloc, xrealloc): Use it.
54501
54502         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
54503         that.
54504
54505 2003-10-26  Karl Berry  <karl@gnu.org>
54506
54507         * config/srclist.txt (COPYING.DOC): no longer available from
54508         /gd/gnuorg; don't know where the ultimate source is.
54509
54510 2003-10-25  Paul Eggert  <eggert@twinsun.com>
54511
54512         Fix several address-calculation bugs in the hash modules,
54513         plus some minor code cleanup.
54514
54515         * lib/hash.h: Include <stdbool.h>, for bool.
54516         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
54517         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
54518         hash_get_n_entries, hash_get_max_bucket_length,
54519         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
54520         hash_rehash): Use size_t rather than unsigned.
54521         * lib/hash.c (struct hash_table, hash_get_n_buckets,
54522         hash_get_n_buckets_used, hash_get_n_entries,
54523         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
54524         hash_get_entries, hash_do_for_each, hash_string, is_prime,
54525         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
54526         Likewise.
54527         (SIZE_MAX): Define if not defined.
54528         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
54529         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
54530         hash_print):
54531         Use const * when possible.
54532         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
54533         (check_tuning): Fix bug: if tuning parameters were very close to
54534         0 or 1, rounding errors could have caused subscript violations.
54535         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
54536         (hash_initialize): Add 'fail:' label
54537         to free table and return NULL, and use it to simplify code.
54538         Use calloc rather than clearing the storage ourself.
54539         (hash_initialize, hash_rehash): Check for arithmetic overflow in
54540         buffer size calculations.
54541         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
54542         Include <stddef.h>, for size_t.
54543         * lib/hash-pjw.c (hash_pjw): Likewise.
54544         Switch to method described by Bruno Haible.
54545         Include <limits.h>, for CHAR_BIT.
54546         (SIZE_BITS): New macro.
54547
54548 2003-10-23  Paul Eggert  <eggert@twinsun.com>
54549
54550         * m4/getline.m4 (AM_FUNC_GETLINE):
54551         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
54552         hosts.  Problem reported by Derek Robert Price in
54553         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
54554         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
54555         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
54556
54557 2003-10-21  Paul Eggert  <eggert@twinsun.com>
54558
54559         * lib/getndelim2.c (getndelim2): When size calculation overflows,
54560         ceiling the allocation at NMAX bytes rather than silently
54561         discarding input bytes before NMAX is reached.  This makes
54562         a difference only if NMAX exceeds SIZE_MAX / 2.
54563
54564         * lib/obstack.c: Merge from glibc.
54565         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
54566         Add libc_hidden_def (_obstack_newchunk).
54567         (_obstack_free) [! defined _LIBC]: Remove.
54568         [defined _LIBC]: Make a strong alias from obstack_free, rather than
54569         a clone of the function body.
54570         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
54571         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
54572
54573         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
54574         glibc.
54575         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
54576         arg to memcpy.
54577
54578         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
54579         (obstack_ptr_grow_fast, obstack_int_grow_fast):
54580         Don't use lvalue casts, as GCC plans to remove support for them
54581         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
54582         was also present in the non-GCC version, indicating that this
54583         code had always been buggy and had never been widely used.
54584         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
54585         Use the fast variant of each macro, rather than copying the
54586         definiens of the fast variant; that way, we'll be more likely to
54587         catch future bugs in the fast variants.
54588
54589 2003-10-20  Bruno Haible  <bruno@clisp.org>
54590
54591         * modules/wait-process: New file.
54592         * MODULES.html.sh (func_all_modules): Add wait-process.
54593
54594 2003-10-20  Bruno Haible  <bruno@clisp.org>
54595
54596         * m4/wait-process.m4: New file.
54597
54598 2003-10-20  Bruno Haible  <bruno@clisp.org>
54599
54600         * lib/wait-process.h: New file, from GNU gettext.
54601         * lib/wait-process.c: New file, from GNU gettext.
54602
54603 2003-10-19  Jim Meyering  <jim@meyering.net>
54604
54605         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
54606         HPUX 10.20.
54607
54608 2003-10-18  Karl Berry  <karl@gnu.org>
54609
54610         * config/config.guess: update from config.
54611
54612 2003-10-16  Paul Eggert  <eggert@twinsun.com>
54613
54614         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
54615         (getgroups): First arg is int, not size_t.
54616         Don't let 'free' mangle errno.
54617
54618 2003-10-16  Paul Eggert  <eggert@twinsun.com>
54619
54620         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
54621
54622 2003-10-16  Karl Berry  <karl@gnu.org>
54623
54624         * config/config.{guess,sub}: update from config.
54625
54626 2003-10-16  Jim Meyering  <jim@meyering.net>
54627
54628         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
54629         memcpy.
54630
54631 2003-10-15  Paul Eggert  <eggert@twinsun.com>
54632
54633         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
54634         (SIZE_MAX): Remove.
54635         (new_exclude, add_exclude_file): Initial size no longer needs to
54636         be a power of 2.
54637         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
54638         our own address arithmetic overflow checking.
54639
54640         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
54641         (fnmatch): Do not alloca more than 2000 wide characters;
54642         instead, use malloc for large buffers.
54643         Check for address arithmetic overflow, and return -1
54644         with errno set to ENOMEM in that case.
54645         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
54646         (NEW_PATTERN): Do not alloca more than 8000 bytes;
54647         instead, return -1.  Check for address arithmetic overflow.
54648
54649 2003-10-14  Paul Eggert  <eggert@twinsun.com>
54650
54651         Handle invalid suffixes and overflow independently, so that
54652         callers can treat them independently as needed.  Fix some bugs in
54653         suffix handling, e.g., "100k@" was not diagnosed as an invalid
54654         suffix for a human-readable blocksize.  The major caller-visible
54655         change is the addition of a new
54656         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
54657         that both overflow and suffix chars were found.
54658
54659         * lib/human.c (humblock): Don't check separately for invalid suffix
54660         char; that is xstrtoumax's job (now that its bug is fixed).
54661         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
54662         INTMAX_MAX]: New macros.
54663         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
54664         TYPE_MAXIMUM): New macros.
54665         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
54666         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
54667         if overflow occurs, as it's what __strtol does and it's more useful
54668         in practice.
54669         (__xstrtol): If __strtol reports some error other than ERANGE,
54670         reflect it to the caller as LONGINT_INVALID.  If it reports
54671         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
54672         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
54673         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
54674         value.
54675         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
54676         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
54677         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
54678         [defined UINTMAX_MAX]: New macros.
54679
54680 2003-10-14  Bruno Haible  <bruno@clisp.org>
54681
54682         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
54683
54684 2003-10-14  Bruno Haible  <bruno@clisp.org>
54685
54686         * m4/sig_atomic_t: New file, from GNU gettext.
54687         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
54688
54689 2003-10-14  Bruno Haible  <bruno@clisp.org>
54690
54691         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
54692         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
54693         Also use volatile where needed.
54694
54695 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54696
54697         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
54698         Change maintainer from Bruno Haible to 'all'.
54699
54700 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54701
54702         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
54703
54704 2003-10-12  Paul Eggert  <eggert@twinsun.com>
54705
54706         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
54707         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
54708         and define in terms of the other primitives.
54709         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
54710         (SIZE_MAX): Define if not already defined.
54711         (array_size_overflow): New function.
54712         (xalloc_die): Abort instead of exiting if 'error' returns.
54713         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
54714         (xmalloc, xrealloc): Use them.
54715         (xcalloc): Check for address arithmetic overflow.
54716         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
54717         a bit faster than strcpy.
54718
54719 2003-10-10  Simon Josefsson  <jas@extundo.com>
54720
54721         * modules/argp (Depends-on): Add restrict and strcase.
54722
54723 2003-10-10  Simon Josefsson  <jas@extundo.com>
54724
54725         * m4/argp.m4: Add AC_C_INLINE.
54726
54727 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54728
54729         Merge getpass from libc, plus a few fixes.
54730
54731         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
54732         Include <stdbool.h>.
54733         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
54734         __fsetlocking to empty.
54735         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
54736         do include <bits/libc-lock.h>.
54737         Do not include <fcntl.h>; not needed.
54738         [_LIBC]: Include <wchar.h>.
54739         (NOTCANCEL_MODE): New macro.
54740         (flockfile, funlockfile) [_LIBC]: New macros.
54741         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
54742         [!_LIBC]: New macros.
54743         (call_fclose): New function.
54744         (getpass): Use it.  Save tty stream separately; this simplifies the
54745         code and makes it more reliable if stdin happens to equal stdout.
54746         Invoke __fsetlocking on tty.
54747         Handle thread cancellation if needed.
54748         Namespace cleanup (use __tcgetattr, __getline).
54749         Use bool for Booleans.
54750         [USE_IN_LIBIO]: Handle wide streams.
54751         [!_LIBC]: Unconditionally do the fseek, since we don't know what
54752         stream might go where.
54753
54754         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
54755         doesn't have to include <stdio.h> before us.
54756         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
54757         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
54758         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
54759         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
54760         if not declared, so that we can use getpass.c code from libc without
54761         rewriting it.
54762         (flockfile, ftrylockfile, funlockfile): New macros.
54763
54764 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54765
54766         * modules/getpass: Depend on stdbool.
54767
54768 2003-10-08  Paul Eggert  <eggert@twinsun.com>
54769
54770         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
54771
54772 2003-10-07  Karl Berry  <karl@gnu.org>
54773
54774         * config/config.{guess,sub}: update from config.
54775
54776 2003-10-06  Jim Meyering  <jim@meyering.net>
54777             Bruno Haible  <bruno@clisp.org>
54778
54779         This lets translators provide better translations for the
54780         "Written by ..." part of --version output.
54781         * lib/version-etc.h: Include stdarg.h.
54782         (version_etc_copyright): Declare as readonly.
54783         (version_etc): Make this function variadic with a NULL-terminated list
54784         of author name strings.
54785         (version_etc_va): New declaration.
54786         * lib/version-etc.c: Include stdarg.h, stdlib.h.
54787         (version_etc_copyright): Declare as readonly.
54788         (version_etc_va): New function. Provide a different translatable string
54789         for each possible number of authors < 10. Abbreviate when there are 10
54790         authors or more.
54791         (version_etc): Make this function variadic. Call version_etc_va.
54792         Suggestion from Gary V. Vaughan.
54793
54794         * lib/long-options.h (parse_long_options): Change prototype: the
54795         authors string is moved to the end and becomes variadic.
54796         * lib/long-options.c: Include stdarg.h.
54797         (parse_long_options): Make this function variadic, too.
54798         Call version_etc_va, not version_etc.
54799
54800 2003-10-06  Bruno Haible  <bruno@clisp.org>
54801
54802         * modules/version-etc-2: Remove file.
54803         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
54804
54805 2003-10-06  Bruno Haible  <bruno@clisp.org>
54806
54807         * modules/fatal-signal: New file.
54808         * MODULES.html.sh (func_all_modules): Add fatal-signal.
54809
54810 2003-10-06  Bruno Haible  <bruno@clisp.org>
54811
54812         * m4/fatal-signal.m4: New file.
54813         * m4/signalblocking.m4: New file, from GNU gettext.
54814
54815 2003-10-06  Bruno Haible  <bruno@clisp.org>
54816
54817         * lib/version-etc-2.h: Remove file.
54818         * lib/version-etc-2.c: Remove file.
54819
54820 2003-10-06  Bruno Haible  <bruno@clisp.org>
54821
54822         * lib/fatal-signal.h: New file, from GNU gettext.
54823         * lib/fatal-signal.c: New file, from GNU gettext.
54824
54825 2003-10-05  Paul Eggert  <eggert@twinsun.com>
54826
54827         * README: Rework advice for preventing empty .o files.
54828         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
54829         not <sys/types.h>.
54830
54831 2003-10-04  Karl Berry  <karl@gnu.org>
54832
54833         * lib/argp*: update from libc.
54834
54835 2003-10-04  Karl Berry  <karl@gnu.org>
54836
54837         * config/config.{guess,sub}: update from config.
54838
54839 2003-10-02  Bruno Haible  <bruno@clisp.org>
54840
54841         * modules/lchown (Include): Add lchown.h.
54842         * modules/time_r (Include): Use "..." syntax.
54843         * modules/xgetdomainname (Include): Add xgetdomainname.h.
54844
54845 2003-10-01  Simon Josefsson  <jas@extundo.com>
54846
54847         * MODULES.html.sh (func_all_modules): Move gethostname from section
54848         'based on' to section 'lacking' POSIX:2001.
54849
54850 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
54851
54852         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
54853         to output mode on the same stream.
54854
54855 2003-09-29  Paul Eggert  <eggert@twinsun.com>
54856
54857         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
54858         Fix arg typo in previous patch.
54859
54860 2003-09-28  Jim Meyering  <jim@meyering.net>
54861
54862         * lib/error.c: Correct cpp indentation.
54863
54864 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54865
54866         * modules/free: New file.
54867
54868 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54869
54870         * m4/free.m4: New file.
54871
54872 2003-09-27  Paul Eggert  <eggert@twinsun.com>
54873
54874         * lib/minmax.h (MIN, MAX)
54875         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
54876         Omit the special code that used __typeof__, since we worry that
54877         it could be more trouble than it's worth.  See:
54878         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
54879         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
54880
54881         * lib/free.c: New file.
54882
54883 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
54884
54885         Trivial fixes to Makefile.am parts of module listings.
54886         * modules/strstr: Append strstr.h to lib_SOURCES.
54887         * modules/strcase: Likewise, for strcase.h.
54888
54889 2003-09-27  Karl Berry  <karl@gnu.org>
54890
54891         * config/mkinstalldirs: update from automake.
54892
54893 2003-09-26  Paul Eggert  <eggert@twinsun.com>
54894
54895         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
54896         (error_tail): Do not loop, reallocating temporary buffer, since
54897         the output cannot contain more wide characters than the input
54898         contains bytes, the size must be big enough already.  This avoids
54899         one potential size overflow calculation.  Check for size overflow
54900         when calculating temporary buffer size.  Free temporary buffer
54901         when done, if it was allocated with malloc; this plugs a memory
54902         leak.  Remove casts from void * to pointers, that are no longer
54903         needed now that we're assuming C89 or better.
54904
54905         Merge error changes from glibc.
54906
54907         * lib/error.c, error.h: Update copyright notice header to match glibc.
54908         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
54909         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
54910         Disable cancellation while printing error.
54911         * lib/error.h: Prepend __ to parameter names.
54912
54913 2003-09-26  Jim Meyering  <jim@meyering.net>
54914
54915         * lib/error.c (error_tail): Move some declarations
54916         into inner scope where the local variables are used.
54917
54918 2003-09-26  Bruno Haible  <bruno@clisp.org>
54919
54920         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
54921         stpncpy().
54922         Don't define stpncpy through config.h; it's now done through stpncpy.h.
54923
54924 2003-09-26  Bruno Haible  <bruno@clisp.org>
54925
54926         * lib/stpncpy.h (gnu_stpncpy): New declaration.
54927         (stpncpy): Define as alias for gnu_stpncpy.
54928         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
54929
54930 2003-09-25  Simon Josefsson  <jas@extundo.com>
54931
54932         * lib/xgetdomainname.h: New file.
54933         * lib/xgetdomainname.c: New file.
54934
54935 2003-09-25  Simon Josefsson  <jas@extundo.com>
54936             Bruno Haible  <bruno@clisp.org>
54937
54938         * modules/getdomainname: New file.
54939         * modules/xgetdomainname: New file.
54940         * MODULES.html.sh (func_all_modules): Add getdomainname,
54941         xgetdomainname.
54942
54943 2003-09-25  Simon Josefsson  <jas@extundo.com>
54944             Bruno Haible  <bruno@clisp.org>
54945
54946         * m4/getdomainname.m4: New file.
54947
54948 2003-09-25  Simon Josefsson  <jas@extundo.com>
54949             Bruno Haible  <bruno@clisp.org>
54950
54951         * lib/getdomainname.h: New file.
54952         * lib/getdomainname.c: New file.
54953
54954 2003-09-25  Karl Berry  <karl@gnu.org>
54955
54956         * lib/argp-fmtstream.c, argp-help.c: update from libc.
54957
54958 2003-09-25  Karl Berry  <karl@gnu.org>
54959
54960         * config/install-sh: update from automake.
54961
54962 2003-09-25  Bruno Haible  <bruno@clisp.org>
54963
54964         * modules/version-etc-2: New file, from modules/version-etc with
54965         modifications.
54966         * MODULES.html.sh (func_all_modules): Add version-etc-2.
54967
54968 2003-09-25  Bruno Haible  <bruno@clisp.org>
54969
54970         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
54971         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
54972
54973 2003-09-24  Simon Josefsson  <jas@extundo.com>
54974
54975         * modules/xgethostname: Add xgethostname.h.
54976
54977 2003-09-24  Paul Eggert  <eggert@twinsun.com>
54978
54979         * lib/linebuffer.c (freebuffer): Don't free the argument, just
54980         the buffer associated with the argument.  Bug reported by
54981         Simon Josefsson.
54982
54983 2003-09-24  Paul Eggert  <eggert@twinsun.com>
54984
54985         * README: Document assumptions that 'int' is at least 32 bits
54986         wide, that integer arithmetic is 2's complement without overflow,
54987         that there are no holes in integer values, that adding sizes of
54988         two nonoverlapping objects can't overflow, and that all-bits-zero
54989         yields scalar zero.  Fix spelling and capitalization typos.
54990
54991 2003-09-19  Karl Berry  <karl@gnu.org>
54992
54993         * lib/argp.h: update from libc.
54994
54995 2003-09-17  Paul Eggert  <eggert@twinsun.com>
54996
54997         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
54998         to avoid spurious warnings like "AC_RUN_IFELSE was called before
54999         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
55000
55001 2003-09-17  Paul Eggert  <eggert@twinsun.com>
55002
55003         * gnulib-tool: Use "test -h", not "test -L", for portability
55004         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
55005         (tags_regexp): Remove, since \| doesn't conform to POSIX.
55006         (sed_extract_prog): Issue s commands one-by-one, rather than
55007         using \| in one s command.
55008
55009 2003-09-16  Paul Eggert  <eggert@twinsun.com>
55010
55011         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
55012         input error, instead of returning NULL the next time we are called
55013         (and therefore losing track of errno).
55014
55015 2003-09-16  Bruno Haible  <bruno@clisp.org>
55016
55017         * gnulib-tool (func_create_testdir): Warn about duplicated
55018         dependencies.
55019
55020 2003-09-15  Paul Eggert  <eggert@twinsun.com>
55021
55022         * modules/argmatch, modules/fatal, modules/obstack,
55023         modules/xalloc, modules/xgethostname: Sort dependencies by
55024         importance, not alphabetically.
55025
55026 2003-09-15  Paul Eggert  <eggert@twinsun.com>
55027
55028         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
55029         fails, so that the caller gets the proper errno.
55030
55031         * lib/readutmp.c (read_utmp): Likewise.
55032         Check for fstat error.  Close stream and free storage
55033         when failing.
55034
55035 2003-09-14  Karl Berry  <karl@gnu.org>
55036
55037         * config/srclist.txt (strdup.c): disable for c89 changes.
55038
55039 2003-09-14  Jim Meyering  <jim@meyering.net>
55040
55041         * lib/getloadavg.c: Correct cpp indentation.
55042         * lib/strdup.c: Likewise.
55043         * lib/vasnprintf.c: Likewise.
55044
55045 2003-09-14  Bruno Haible  <bruno@clisp.org>
55046
55047         * modules/fwriteerror: New file.
55048         * MODULES.html.sh (func_all_modules): Add fwriteerror.
55049
55050 2003-09-14  Bruno Haible  <bruno@clisp.org>
55051
55052         * lib/fwriteerror.h: New file.
55053         * lib/fwriteerror.c: New file.
55054
55055 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55056
55057         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
55058         modules/xgethostname, modules/xalloc: Depend on exit.
55059
55060 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55061
55062         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
55063
55064         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
55065         and AC_MINIX, too, so that their extensions are available.
55066
55067         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
55068         This macro has been superseded by gl_BACKUPFILE.
55069
55070         More patches to assume C89 or better.
55071
55072         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
55073
55074         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
55075         unconditionally.
55076         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
55077         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
55078         Include <string.h>, <stdlib.h> unconditionally.
55079         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
55080         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
55081         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
55082         headers or for string.h.
55083         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
55084         or strtoul.
55085
55086         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
55087         headers.
55088         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
55089         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55090         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
55091         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
55092         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55093         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
55094         memcpy, memset.
55095         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
55096         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
55097         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
55098         strtol.
55099         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
55100         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
55101         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
55102         strtoul.
55103
55104 2003-09-12  Paul Eggert  <eggert@twinsun.com>
55105
55106         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
55107         * lib/obstack.c [!defined _LIBC]: Likewise.
55108         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
55109         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
55110         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
55111
55112         More changes to assume C89 or better.
55113
55114         * lib/error.c (error_tail): Assume vprintf.
55115
55116         * lib/argmatch.c (getenv): Remove decl.
55117         * lib/progreloc.c (get_full_program_name): Define via prototype.
55118         * lib/setenv.c (clearenv): Likewise.
55119         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
55120         needed.
55121         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
55122         (malloc, memcpy): Remove decls.
55123         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
55124         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
55125         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55126         (memcpy): Remove macro.
55127         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
55128         (__P): Remove.  All uses removed.
55129         (PTR): Remove.  All uses changed to void *.
55130         (CHAR_BIT, NULL): Remove.
55131         (spaces, zeros, memset_space, memset_zero)
55132         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
55133         Remove.
55134         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
55135         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
55136         Define with prototype.
55137         Remove now-unnecessary prototype decl.
55138         (extra_args_spec): Assume ANSI C.  All uses changed.
55139         (extra_args_spec_iso): Remove.
55140         (my_strftime, emacs_strftimeu): Define via prototype.
55141         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
55142         unconditionally.
55143         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
55144         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
55145         (strtoul, strtol): Remove decls.
55146         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
55147         LONG_MAX): Remove.
55148         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
55149         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
55150         (LOCALE_PARAM_PROTO): New macro.
55151         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
55152         (INTERNAL (strtol), strtol): Define with a prototype.
55153         (PARAMS): Remove.  All uses removed.
55154         * lib/tempname.c: Include <string.h> unconditionally.
55155         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
55156         * lib/xgethostname.c (main): Define with a prototype.
55157         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
55158         Include <stdlib.h> unconditionally.
55159         (calloc, malloc, realloc, free): Remove decls.
55160         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
55161         Include <stdlib.h> unconditionally.  Sort include file names.
55162         (strtod): Remove.
55163         (xstrtod): Define with a prototype.
55164         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
55165         (strtol, strtoul): Remove decls.
55166
55167 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55168
55169         More patches to assume C89 or better.
55170         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
55171         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
55172         string.h, memchr, STDC_HEADERS.
55173
55174 2003-09-11  Paul Eggert  <eggert@twinsun.com>
55175
55176         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
55177         Include <stdlib.h>, <string.h> unconditionally.
55178         Remove now-unnecessary cast to char *.
55179         * lib/strnlen.c: Include <string.h> unconditionally.
55180         * lib/yesno.c (yesno): Define with a prototype.
55181
55182 2003-09-11  Bruno Haible  <bruno@clisp.org>
55183
55184         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
55185
55186 2003-09-10  Jim Meyering  <jim@meyering.net>
55187
55188         * lib/error.c: Correct indentation of cpp directives.
55189
55190 2003-09-10  Bruno Haible  <bruno@clisp.org>
55191
55192         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
55193         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
55194         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
55195         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
55196         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
55197         <stdlib.h> and <string.h> checks.
55198         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
55199         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
55200
55201 2003-09-10  Bruno Haible  <bruno@clisp.org>
55202
55203         * lib/strcspn.c: Include <string.h> unconditionally.
55204         * lib/strpbrk.c: Include <string.h> unconditionally.
55205         * lib/strstr.c: Include <string.h> unconditionally.
55206         * lib/unicodeio.c: Include <string.h> unconditionally.
55207         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
55208         * lib/unsetenv.c: Likewise.
55209         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
55210         * lib/yesno.c: Include <stdlib.h> unconditionally.
55211         (rpmatch): Add prototype.
55212
55213 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55214
55215         More patches to assume C89 or better.
55216         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
55217         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
55218         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
55219         or for string.h.
55220         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
55221         stdlib.h.
55222         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
55223         C headers.
55224         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
55225         string.h.
55226         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
55227         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
55228         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
55229         or for string.h.
55230         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
55231         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
55232         C headers.
55233         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
55234         memcpy.
55235         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
55236         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
55237         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
55238         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
55239         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
55240         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
55241         string.h, free.
55242         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
55243         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
55244         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
55245         C headers, or for string.h.
55246         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
55247         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
55248         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
55249         headers, memory.h, stdlib.h, string.h, strings.h.
55250         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
55251         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
55252         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
55253         strchr.
55254         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
55255         headers, memory.h, string.h.
55256         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
55257         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
55258         free.
55259         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
55260         headers.
55261         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
55262         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
55263         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
55264         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
55265         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
55266
55267 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55268
55269         More K&R removal.
55270
55271         * lib/acosl.c (main): Use a prototype.
55272         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
55273         tanl.c: Likewise.
55274
55275         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
55276
55277         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
55278         (getopt, etopt_long, getopt_long_only, _getopt_internal)
55279         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
55280         with a prototype.
55281         * lib/getopt.c (const): Remove macro.
55282         Include <string.h> unconditionally.
55283         (my_index): Remove; all uses changed to strchr.
55284         (strlen): Remove decl.
55285         (exchange): Remove forward decl; no longer needed.
55286         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
55287         Define with prototype.
55288         * lib/getopt1.c (const): Remove macro.
55289         (getopt_long, getopt_long_only, main): Define with prototype.
55290
55291         * lib/getugroups.c: Include <string.h> unconditionally.
55292
55293         * lib/getusershell.c: Include <stdlib.h> unconditionally.
55294         (getusershell, setusershell, endusershell, readname, main):
55295         Define with prototypes.
55296
55297         * lib/group-member.c: Include group-member.h first.
55298         Include <stdlib.h> unconditionally.
55299
55300         * lib/hard-locale.c: Include hard-locale.h first.
55301         Include <stdlib.h>, <string.h> unconditionally.
55302
55303         * lib/hash.c (free, malloc): Remove decls.
55304         Include <stdlib.h> unconditionally.
55305
55306         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
55307         (getenv): Do not declare.
55308
55309         * lib/idcache.c: Include <string.h> unconditionally.
55310
55311         * lib/long-options.c: Include long-options.h first, to test interface.
55312         Include <stdlib.h> unconditionally.
55313
55314         * lib/makepath.c: Include makepath.h first, to test interface.
55315         Include <stdlib.h> and <string.h> unconditionally.
55316
55317         * lib/linebuffer.c: Include <stdlib.h>.
55318         (free): Remove decl.
55319
55320         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
55321         stddef.h. rpl_malloc returns void *, not char *.
55322         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
55323         prototype.
55324
55325         * lib/md5.h: Include <limits.h> unconditionally.
55326         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
55327         (__P): Remove; all uses removed.
55328         * lib/md5.c: Include "md5.h" first.
55329         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
55330         md5_buffer, md5_process_bytes, md5_process_block):
55331         Define with prototypes.
55332         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
55333         * lib/sha.c: Include "sha.h" first.
55334         Include <stdlib.h>, <string.h> unconditionally.
55335
55336         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
55337         * lib/memcmp.c (__ptr_t): Likewise.
55338         * lib/memrchr.c (__ptr_t): Likewise.
55339         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
55340         Include <string.h> unconditionally.
55341         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
55342         * lib/memchr.c: Include <stdlib.h> unconditionally.
55343         * lib/memchr.c (LONG_MAX): Remove.
55344         * lib/memrchr.c (LONG_MAX): Likewise.
55345         * lib/memchr.c (__memchr): Define via a prototype.
55346         * lib/memrchr.c (__memrchr): Likewise.
55347         * lib/memcmp.c (__P): Remove, and remove all uses.
55348         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
55349         Remove forward decls; no longer needed.
55350         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
55351         Use types required by C89 in prototype.
55352
55353         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
55354         * lib/savedir.c: Likewise.
55355         * lib/mkdir.c (free): Remove decl.
55356         * lib/rmdir.c (rmdir): Define with a prototype.
55357         * lib/savedir.c: Include savedir.h first, to test interface.
55358
55359         * lib/mktime.c (STDC_HEADERS): Remove.
55360         Include <stdlib.h>, <string.h> unconditionally.
55361
55362         * lib/modechange.c: Include <stdlib.h> unconditionally.
55363         (malloc): Remove decl.
55364
55365         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
55366         (free): Remove decl.
55367
55368         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
55369         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
55370         (This type really should be intptr_t, but that's a C99ism.)
55371         (_obstack_memcpy): Remove: all uses changed to memcpy.
55372         Include <string.h> unconditionally.
55373         (struct obstack): Assume __STDC__ for types of members
55374         chunkfun, freefun, extra_arg.
55375         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
55376         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
55377         obstack_begin, obstack_specify_allocation,
55378         obstack_specify_allocation_with_arg, obstack_chunkfun,
55379         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
55380         Remove unprototyped decls and the macros that use them.
55381         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
55382         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
55383         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
55384         (defined __STDC__ && __STDC__)]:
55385         Remove nonprototyped code.
55386         Include <stdlib.h> unconditionally.
55387         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
55388         _obstack_allocated_p, _obstack_free, obstack_free,
55389         _obstack_memory_used, print_and_abort):
55390         Define using prototypes.
55391         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
55392         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
55393         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
55394         obstack_next_free, obstack_object_size, obstack_room) [0]:
55395         Remove unused, unprototyped code.
55396
55397         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
55398
55399         * lib/physmem.c (physmem_total, physmem_available, main): Define
55400         with prototypes.
55401
55402         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
55403         (main): Define with a prototype.
55404
55405         * lib/posixver.c (getenv): Remove decl.
55406
55407         * lib/putenv.c (malloc): Returns void *, not char *.
55408         Include <string.h> unconditionally.
55409         (strchr, memcpy, NULL): Do not define.
55410
55411         * lib/readtokens.c: Include readtokens.h first, to test interface.
55412         Include <stdlib.h>, <string.h> unconditionally.
55413         (init_tokenbuffer): Define with a prototype.
55414
55415         * lib/regex.c (PARAMS): Remove.  All uses removed.
55416         All uses of _RE_ARGS removed, too.
55417         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
55418         unconditionally.
55419         (bzero): Assume memset exists.
55420         (memcmp, memcpy, NULL): Remove.
55421         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
55422         char, or assignments to local vars of type signed char.
55423         (init_syntax_once, PREFIX(extract_number_and_incr),
55424         PREFIX(print_partial_compiled_pattern),
55425         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
55426         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
55427         PREFIX(regex_grow_registers), PREFIX(regex_compile),
55428         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
55429         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
55430         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
55431         wcs_compile_range, byte_compile_range, truncate_wchar,
55432         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
55433         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
55434         count_mbs_length, wcs_re_match_2_internal,
55435         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
55436         PREFIX(alt_match_null_string_p),
55437         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
55438         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
55439         regfree, PREFIX(extract_number)): Define with prototype.  Remove
55440         now-unnecessary declaration, if any.
55441         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
55442         regcomp, regexec):
55443         Remove now-unnecessary casts among pointer types.
55444         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
55445
55446         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
55447         (free): Remove decl.
55448
55449         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
55450
55451         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
55452         (free): Remove decl.
55453
55454         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
55455         * lib/xgetcwd.c: Likewise.
55456
55457         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
55458         (free): Remove decl.
55459
55460         * lib/strchrnul.c (strchrnul): Define with a prototype.
55461         Fix bug: c_in was not converted to char before searching.
55462
55463         The following changes are not K&R related:
55464
55465         * lib/group-member.h: Include <sys/types.h>, so that this file is
55466         self-contained.
55467         * lib/makepath.h: Likewise.
55468
55469         * lib/getusershell.c (readname, default_index, line_size, readname):
55470         Use size_t, not int, for sizes.
55471         (readname): If the size overflows, report an error instead of
55472         looping forever.
55473
55474 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55475
55476         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
55477         libc.
55478
55479 2003-09-09  Paul Eggert  <eggert@twinsun.com>
55480
55481         * README: New section: portability guidelines.
55482
55483 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55484
55485         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
55486         C89 spec.
55487
55488 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
55489
55490         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
55491
55492 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55493
55494         Assume C89 or better; remove K&R cruft.
55495         A few of these changes were first proposed by Derek Robert Price
55496         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
55497
55498         * lib/addext.c: Include <string.h> unconditionally.
55499         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
55500         Don't declare getenv or malloc.
55501
55502         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
55503         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
55504         (NULL): Remove.
55505         (find_stack_direction, alloca): Use prototypes.
55506
55507         * lib/atexit.c (atexit): Define using a prototype.
55508
55509         * lib/basename.c, dirname.c, stripslash.c:
55510         Include <string.h> unconditionally.
55511
55512         * lib/bcopy.c: Include <stddef.h>.
55513         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
55514
55515         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
55516
55517         * lib/error.h (error, error_at_line, error_print_progname)
55518         [! (defined (__STDC__) && __STDC__)]: Remove decls.
55519         * lib/error.c: Include error.h first, to check interface.
55520         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55521         (VA_START): Remove; all uses changeed to va_start.
55522         (exit, strerror): Remove decls.
55523         (error_print_progname): Prototype uncondionally.
55524         Don't include <errno.h>; no longer needed.
55525         (private_strerror): Remove.
55526         (error_tail): Always define.
55527         (error, error_at_line): Assume C89 or better; always use prototypes.
55528         * lib/fatal.c: Include "fatal.h" first, to test interface.
55529         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
55530         (VA_START): Remove; all uses changed to va_start.
55531         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
55532         this case.
55533         (exit): Remove decl.
55534         (fatal): Prototype unconditionally.  Assume va_start works.
55535         Abort at end, to pacify gcc.
55536
55537         * lib/euidaccess.c (main): Define with a prototype.
55538
55539         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
55540
55541         * lib/exitfail.c: Include <stdlib.h> unconditionally.
55542
55543         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
55544         prototypes.
55545         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
55546         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
55547         (getenv): Remove decl.
55548         (fnmatch): Define using a prototype.
55549         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
55550         (FCT): Define using a prototype.
55551
55552         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
55553
55554         * lib/gethostname.c: Include <stddef.h>.
55555         (gethostname): Define with prototype.  Length is size_t, not int.
55556
55557 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55558
55559         Assume C89 or better; remove K&R cruft.
55560         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
55561         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
55562         string.h, getenv, malloc.
55563         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
55564         headers.
55565         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
55566         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
55567         do not check for strerror.
55568         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
55569         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
55570         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
55571         do not check for doprnt or vprintf.
55572         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
55573         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
55574
55575 2003-09-08  Paul Eggert  <eggert@twinsun.com>
55576
55577         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
55578         getversion.c should have been removed then, but was accidentally
55579         preserved.
55580
55581         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
55582         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
55583
55584 2003-09-08  Karl Berry  <karl@gnu.org>
55585
55586         * config/config.sub, config.guess, srclistvars.sh: update from savannah
55587                 config, forget about prep.
55588
55589         * config/depcomp, missing: update from automake.
55590
55591 2003-09-07  Paul Eggert  <eggert@twinsun.com>
55592
55593         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
55594         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
55595
55596 2003-09-07  Paul Eggert  <eggert@twinsun.com>
55597
55598         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
55599         copy_tm_result.  Bug reported by Simon Josefsson in
55600         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
55601
55602 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55603
55604         * m4/time_r.m4: New file.
55605         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
55606         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
55607         is. Check for timegm declaration.
55608         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
55609         Do not check for gmtime_r.
55610         Replace mktime if __mktime_internal does not exist and if mktime
55611         hasn't been replaced already.
55612
55613 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55614
55615         * lib/time_r.c, lib/time_r.h: New files.
55616
55617         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
55618         __localtime_r.
55619         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
55620         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
55621
55622         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
55623         __gmtime_r.
55624         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
55625         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
55626         Include <time_r.h>.
55627
55628         * lib/timegm.c: Switch to glibc implementation, with the following
55629         changes:
55630         [defined HAVE_CONFIG_H]: Include <config.h>.
55631         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
55632         (__mktime_internal) [!defined _LIBC]: New decl.
55633         (__gmtime_r) [!defined _LIBC]: New macro and function.
55634         (timegm): Use a prototype, since gnulib assumes C89.
55635         Do not bother declaring tmp to be const, as it's not really usefu.
55636         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
55637         (timegm): Declare only if HAVE_DECL_TIMEGM.
55638
55639 2003-09-06  Paul Eggert  <eggert@twinsun.com>
55640
55641         * MODULES.html.sh (func_all_modules): Add time_r.
55642         * modules/time_r: New file.
55643         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
55644         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
55645
55646 2003-09-03  Paul Eggert  <eggert@twinsun.com>
55647
55648         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
55649         Bug reported by Lute Kamstra in
55650         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
55651
55652         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
55653         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
55654         course with correspondingly smaller numbers for tomorrow and
55655         yesterday.  From Tadayoshi Funaba.  Originally installed into
55656         sh-utils on 1999-08-07, but the patch got lost (I guess during the
55657         coreutils merge?).
55658
55659 2003-08-31  Simon Josefsson  <jas@extundo.com>
55660
55661         * modules/timegm: New file.
55662         * MODULES.html.sh (func_all_modules): Add timegm.
55663
55664 2003-08-31  Simon Josefsson  <jas@extundo.com>
55665
55666         * m4/timegm.m4: New file.
55667
55668 2003-08-31  Simon Josefsson  <jas@extundo.com>
55669
55670         * lib/timegm.h: New file.
55671         * lib/timegm.c: New file.  Based on
55672         wget-1.8.2/src/http.c:mktime_from_utc.
55673
55674 2003-08-31  Karl Berry  <karl@gnu.org>
55675
55676         * lib/argp.h: update from libc.
55677
55678 2003-08-28  Bruno Haible  <bruno@clisp.org>
55679
55680         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
55681         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
55682         followed by '#define fnmatch fnmatch_posix' gives an error.
55683
55684 2003-08-28  Bruno Haible  <bruno@clisp.org>
55685
55686         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
55687         warning on QNX, which defines O_BINARY to 000000.
55688
55689 2003-08-27  Jim Meyering  <jim@meyering.net>
55690
55691         * m4/mkstemp.m4: Require that the system mkstemp be able to create
55692         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
55693         would fail after 32.  Reported by Danny Levinson.  Details here:
55694         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
55695
55696 2003-08-24  Bruno Haible  <bruno@clisp.org>
55697
55698         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
55699         MSVC7 <stdio.h> is included later.
55700
55701 2003-08-22  Simon Josefsson  <jas@extundo.com>
55702
55703         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
55704
55705 2003-08-20  Karl Berry  <karl@gnu.org>
55706
55707         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
55708
55709 2003-08-20  Bruno Haible  <bruno@clisp.org>
55710
55711         * modules/progname: New file.
55712         * MODULES.html.sh (func_all_modules): Add progname.
55713
55714 2003-08-20  Bruno Haible  <bruno@clisp.org>
55715
55716         * lib/progname.h: New file, from GNU gettext.
55717         * lib/progname.c: New file, from GNU gettext.
55718         * lib/progreloc.c: New file, from GNU gettext.
55719
55720 2003-08-19  Jim Meyering  <jim@meyering.net>
55721
55722         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
55723         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
55724
55725 2003-08-19  Bruno Haible  <bruno@clisp.org>
55726
55727         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
55728         more.
55729
55730 2003-08-19  Bruno Haible  <bruno@clisp.org>
55731
55732         * lib/xstrdup.c: Assume <string.h> exists.
55733
55734 2003-08-18  Paul Eggert  <eggert@twinsun.com>
55735
55736         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
55737         in makefile rules.
55738
55739 2003-08-18  Jim Meyering  <jim@meyering.net>
55740
55741         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
55742         * m4/lib-ld.m4: Likewise.
55743
55744 2003-08-18  Jim Meyering  <jim@meyering.net>
55745
55746         * lib/setenv.h: Indent nested cpp directive.
55747         * lib/vasnprintf.c: Remove trailing blanks.
55748
55749 2003-08-17  Simon Josefsson  <jas@extundo.com>
55750
55751         * modules/xstrndup: New file.
55752         * MODULES.html.sh (func_all_modules): Add xstrndup.
55753
55754 2003-08-17  Simon Josefsson  <jas@extundo.com>
55755
55756         * modules/argp: Fix autoconf macro name. Add more dependencies.
55757
55758 2003-08-17  Simon Josefsson  <jas@extundo.com>
55759
55760         * m4/xstrndup.m4: New file.
55761
55762 2003-08-17  Simon Josefsson  <jas@extundo.com>
55763
55764         * m4/argp.m4: New file.
55765
55766 2003-08-17  Simon Josefsson  <jas@extundo.com>
55767             Bruno Haible  <bruno@clisp.org>
55768
55769         * lib/xstrndup.h: New file.
55770         * lib/xstrndup.c: New file.
55771
55772 2003-08-17  Bruno Haible  <bruno@clisp.org>
55773
55774         * modules/strndup (Files, Include): Add lib/strndup.h.
55775
55776 2003-08-17  Bruno Haible  <bruno@clisp.org>
55777
55778         * modules/euidaccess (Files): Add lib/euidaccess.h.
55779
55780 2003-08-17  Bruno Haible  <bruno@clisp.org>
55781
55782         * lib/strndup.h: New file.
55783
55784 2003-08-17  Bruno Haible  <bruno@clisp.org>
55785
55786         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
55787         like AC_GNU_SOURCE.
55788         * modules/extensions (configure.ac): Comment out the invocation of
55789         gl_USE_SYSTEM_EXTENSIONS.
55790
55791 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55792
55793         Merges from coreutils, etc.
55794         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
55795         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
55796         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
55797         fixing a typo.
55798         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
55799         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
55800
55801 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55802
55803         Document merge from coreutils.
55804         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
55805         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
55806         * modules/utime: Add m4/utimes-null.m4.
55807
55808 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55809
55810         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
55811         space, undoing this 2003-08-12 change:
55812         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
55813
55814 2003-08-16  Paul Eggert  <eggert@twinsun.com>
55815
55816         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
55817         strtoul.c from libc, undoing this 2003-08-12 change:
55818         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
55819
55820 2003-08-16  Jim Meyering  <jim@meyering.net>
55821
55822         Merges from coreutils.
55823         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
55824         prefix.  Adjust cache variables similarly.  Create 500 rather than
55825         just 300 files, to exercise bug on Darwin6.5, too.
55826         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
55827         $missing_dir.
55828         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
55829         AM_SYS_POSIX_TERMIOS.
55830         Reported by mkc@mathdogs.com.
55831         Also change use of $am_cv_sys_posix_termios
55832         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
55833         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
55834         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
55835         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
55836         in /proc/mounts until it finds one with matching device number.  This
55837         is unnecessary when the FILE argument *is* a mount point.  No stat call
55838         is necessary in that case.  So, disable the statvfs-testing code on
55839         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
55840         as RedHat bug# 84846.
55841         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
55842         to 1MB, so as not to render systems with no stack size limit (e.g.,
55843         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
55844         Include <unistd.h>.  On some systems,
55845         it is required for the definition of _SC_PAGESIZE.
55846
55847 2003-08-16  Jim Meyering  <jim@meyering.net>
55848
55849         Merge from coreutils.
55850         * lib/xstrtoimax.c: #else #if -> #elif.
55851         * lib/xstrtoumax.c: Likewise.
55852
55853 2003-08-16  Jim Meyering  <jim@meyering.net>
55854
55855         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
55856         * m4/utimes.m4: Removed.
55857         * m4/utimes-null.m4: Renamed from utimes.m4.
55858
55859         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
55860         to 1MB, so as not to render systems with no stack size limit (e.g.,
55861         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
55862         Include <unistd.h>.  On some systems,
55863         it is required for the definition of _SC_PAGESIZE.
55864
55865 2003-08-16  Jim Meyering  <jim@meyering.net>
55866         and Paul Eggert  <eggert@cs.ucla.edu>
55867
55868         Merges from coreutils, etc.
55869
55870         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
55871         using the latest version from cvs.  This avoids problems with #line
55872         directives using a vendor (Sun) compiler.
55873         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
55874         Don't set GETGROUPS_LIB here; now it's
55875         done via getgroups.m4's wrapper function.
55876         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
55877         rather than just in sh-util/configure.in, so that the
55878         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
55879         same.
55880         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
55881         AC_FUNC_GETLOADAVG where to find getloadavg.c.
55882         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
55883         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
55884         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
55885         Remove code that is now done by the newly-required macros.
55886         Append $(EXEEXT) to DF_PROG.
55887         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
55888         Do not invoke or require the following here,
55889         since prereq.m4 or some gnulib .m4 now does this for us:
55890         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
55891         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
55892         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
55893         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
55894         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
55895         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
55896         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
55897         AC_FUNC_OBSTACK.
55898         Do not replace the following functions, as this is now the job
55899         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
55900         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
55901         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
55902         atexit getpass, strdup, getpagesize.
55903         Replace 'raise'.
55904         Do not check for the following functions, as this is now the job
55905         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
55906         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
55907         setregid.
55908         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
55909         Check for sys/sysctl.h.
55910         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
55911         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
55912         of checking for ssize_t ourselves.
55913
55914         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
55915         Require every macro that gnulib/modules/* suggests for us.
55916         (jm_PREREQ_ADDEXT): New macro.
55917         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
55918         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
55919
55920         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
55921         (gl_PHYSMEM): Use it.
55922         Also check for `table' function.
55923         Check for new headers and functions.
55924         Add check for sys/sysmp.h.
55925         With suggestions from Kaveh Ghazi.
55926         Ignore headers that are present but cannot be compiled.  This
55927         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
55928         C 5.4.
55929
55930 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55931
55932         Document merge from coreutils.
55933         * modules/userspec: Depend on posixver.
55934         * modules/strftime: Depend on tzset.
55935
55936 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55937
55938         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
55939         rather than tab, after '#' in shell-script copyright notices.
55940         Suggested by Bruno Haible.
55941
55942 2003-08-15  Paul Eggert  <eggert@twinsun.com>
55943
55944         * config/srclist-update: Use three spaces, rather than tab, after '#'
55945         in shell-script copyright notices.  Suggested by Bruno Haible.
55946         Remove unnecessary parenthesization in regular expression.
55947
55948 2003-08-15  Jim Meyering  <jim@meyering.net>
55949
55950         Merge from coreutils.
55951         * lib/xgethostname.c: Include <stdlib.h>.
55952         (xghostname): Don't exit for anything other than memory-related
55953         failure; just return NULL.
55954         * lib/userspec.c: Include "posixver.h".
55955         (parse_user_spec): Accept `.' as a separator only
55956         in pre-POSIX-200112 mode.
55957         * lib/strtoimax.c: Use #elif rather than #else #if.
55958         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
55959         Remove function, now that we can rely on a working tzset function.
55960         [!_LIBC]: Ensure that the required autoconf test has been run.
55961         [!defined _NL_CURRENT && HAVE_STRFTIME]:
55962         Use underlying_strftime for %r.
55963         * lib/sha.c: Merge in some clean-up and optimization changes from
55964         glibc.
55965         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
55966         Ensure that it is a multiple of 64.
55967         Rearrange loop exit tests so as to avoid performing an
55968         additional fread after encountering an error or EOF.
55969         * lib/realloc.c: Update copyright date.
55970
55971 2003-08-15  Jim Meyering  <jim@meyering.net>
55972         and Paul Eggert  <eggert@twinsun.com>
55973
55974         Merge from coreutils.
55975         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
55976         member but strut utmpx does not.  Needed for AIX 4.3.3.
55977         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
55978
55979 2003-08-15  Jim Meyering  <jim@meyering.net>
55980         and Paul Eggert  <eggert@cs.ucla.edu>
55981
55982         Merges from coreutils, etc.
55983         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
55984         Require gl_FUNC_TZSET_CLOBBER.
55985         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
55986         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
55987         members.
55988
55989 2003-08-14  Paul Eggert  <eggert@twinsun.com>
55990
55991         Help the merge from coreutils.
55992         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
55993         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
55994         * m4/tzset.m4: Use it too.
55995
55996 2003-08-14  Paul Eggert  <eggert@twinsun.com>
55997
55998         * modules/tzset: New file.
55999
56000 2003-08-14  Jim Meyering  <jim@meyering.net>
56001
56002         Merges from coreutils.
56003         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
56004         variable names, rather than @FNMATCH_H@.
56005         * modules/alloca: Likewise for $(ALLOCA_H).
56006
56007         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
56008         the three copies of the literal target, `fnmatch.h'.
56009         * modules/alloca (alloca.h): Likewise.
56010
56011 2003-08-14  Jim Meyering  <jim@meyering.net>
56012
56013         Merge from coreutils.
56014         * m4/tzset.m4: New file.
56015         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
56016         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
56017         otherwise, AIX 5.1 systems would end up using the latter.
56018         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
56019         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
56020         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
56021         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
56022
56023 2003-08-14  Jim Meyering  <jim@meyering.net>
56024
56025         Merge from coreutils.
56026         * lib/obstack.h: Whitespace changes.
56027         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
56028         and xcalloc return values.
56029         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
56030         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
56031         hang on OSF/1 5.1 for DIR on both local and remote file systems.
56032         Reported by (and fix confirmed by) Nelson H. F. Beebe.
56033         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
56034         error from mntctl.
56035         Use mntctl's return value to drive the entry-processing loop, since
56036         we can't rely on the value of the vmt_length member in the last
56037         entry.  On some systems doing so could result in exhausting
56038         virtual memory.  Based in part on a patch from Mike Jetzer.
56039
56040 2003-08-14  Jim Meyering  <jim@meyering.net>
56041         and Paul Eggert  <eggert@twinsun.com>
56042
56043         Merges from coreutils, plus other fixes.
56044         * lib/physmem.c: Merge in portability changes from gcc/libiberty
56045         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
56046         for credits and details.  Thanks to Kaveh Ghazi for helping
56047         to keep these files in sync.
56048         (ARRAY_SIZE): Define it.
56049         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
56050         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
56051         (memcasecmp): Don't assume size_t fits in unsigned int.
56052         Remove casts and duplicate code.
56053         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
56054         (memcpy): Remove definition.
56055         Merge in some clean-up and optimization changes from glibc.
56056         [BLOCKSIZE]: Move definition to top of file.
56057         Ensure that it is a multiple of 64.
56058         Rearrange loop exit tests so as to avoid performing an
56059         additional fread after encountering an error or EOF.
56060         * lib/md5.h (md5_uintptr): Define.
56061         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
56062         return to the initial working directory.  Preserve errno
56063         for caller.
56064         * lib/idcache.c: Include "xalloc.h".
56065         (xmalloc, xrealloc): Remove decls.
56066         (getuser): Remove casts no longer required in C89.
56067         * lib/human.c: Include stdio.h, for sprintf.
56068         * lib/group-member.c: Include "xalloc.h".
56069         (xmalloc, xrealloc): Remove decls.
56070         (get_group_info): Remove casts no longer required in C89.
56071         * lib/getusershell.c (readname): Remove casts no longer required in
56072         C89.
56073         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
56074         * lib/getline.c: Whitespace fix, from coreutils.
56075
56076 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56077
56078         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
56079         Check for isascii.
56080
56081         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56082         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56083         Undo previous (whitespace-only) change.
56084
56085 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56086
56087         * lib/exclude.c: Include <ctype.h>
56088         (IN_CTYPE_DOMAIN): New macro.
56089         (is_space): New fn.
56090         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
56091         and empty lines.
56092
56093         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56094         Undo previous (whitespace-only) change.
56095
56096 2003-08-13  Paul Eggert  <eggert@twinsun.com>
56097
56098         * config/srclist-update: Change update back to the old behavior,
56099         leaving whitespace alone.  Use one 'sed' command rather than a
56100         pipeline.
56101         (fixlicense): Now a variable, not a function.
56102         (remove_trailing_blanks): Remove.
56103         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
56104         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56105         Undo previous (whitespace-only) change.
56106
56107 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56108
56109         Merge from coreutils.
56110         * modules/euidaccess: Add lib_SOURCES, include for new
56111         file euidaccess.h
56112
56113 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56114
56115         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
56116         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
56117         Normalize leading white space and remove trailing white space.
56118
56119         Merge from coreutils
56120         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
56121
56122         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
56123         0.12.1.  These files are now being upgraded automatically by
56124         ../config/srclist-update.
56125
56126 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56127
56128         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
56129         Normalize leading white space and remove trailing white space.
56130         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
56131         notice, as per ../config/srclist-update.
56132
56133         Merge from coreutils.
56134         * lib/euidaccess.h: New file.
56135         * lib/euidaccess.c: Include it.
56136         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
56137         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
56138         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
56139
56140 2003-08-12  Paul Eggert  <eggert@twinsun.com>
56141
56142         * config/srclist-update: Add copyright notice.
56143         (remove_id_lines, remove_trailing_blanks): New constants.
56144         (fixfile): Use them to normalize spacing a bit in copied files.
56145         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
56146         Normalize leading white space and remove trailing white space.
56147
56148         * config/texinfo.tex: Sync with texinfo.
56149
56150         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
56151         strtoul.c from libc, to merge coreutils whitespace changes.
56152
56153         * config/srclist.txt: Get the following m4 files from gettext:
56154         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
56155         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
56156         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
56157         wint_t.m4.
56158
56159 2003-08-12  Karl Berry  <karl@gnu.org>
56160
56161         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
56162         been made.
56163
56164 2003-08-11  Paul Eggert  <eggert@twinsun.com>
56165
56166         * modules/gnu-source, m4/gnu-source.m4:
56167         Remove; we're assuming Autoconf 2.54 or later now.
56168         Suggested by Bruno Haible.
56169         * MODULES.html.sh (func_all_modules): Remove gnu-source.
56170
56171 2003-08-11  Bruno Haible  <bruno@clisp.org>
56172
56173         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
56174
56175 2003-08-11  Bruno Haible  <bruno@clisp.org>
56176
56177         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
56178         (vasnprintf): Use it instead of wcslen.
56179
56180 2003-08-11  Bruno Haible  <bruno@clisp.org>
56181
56182         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
56183         value to ensure that _Bool promotes to int. Use #define for _Bool when
56184         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
56185
56186 2003-08-10  Karl Berry  <karl@gnu.org>
56187
56188         * lib/regex.h: update from libc (whitespace fix).
56189
56190 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56191
56192         Merge some files from coreutils.  These changes were
56193         originally made by Jim Meyering.
56194         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
56195         many older Unixes require this.
56196         * lib/alloca.c (alloca): Remove cast to argument of free;
56197         no longer needed in C89.
56198         * lib/alloca_.h, regex.h: Fix white space to match
56199         what GNU indent does.
56200
56201 2003-08-09  Paul Eggert  <eggert@twinsun.com>
56202
56203         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
56204         apparently Emacs's Unicode mode got confused before my 2003-08-05
56205         checkin.
56206
56207 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56208
56209         * m4/extensions.m4: New file.
56210         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
56211         Require gl_USE_SYSTEM_EXTENSIONS.
56212         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
56213         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
56214
56215 2003-08-08  Paul Eggert  <eggert@twinsun.com>
56216
56217         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
56218         * modules/extensions, modules/gnu-source: New files.
56219         * modules/timespec, modules/unlocked-io: Depend on extensions.
56220
56221 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56222
56223         * modules/restrict: New file.
56224         * MODULES.html.sh (func_all_modules): Add restrict.
56225         * modules/regex: Depend on restrict.
56226
56227 2003-08-07  Paul Eggert  <eggert@twinsun.com>
56228
56229         * m4/restrict.m4: New file.
56230         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
56231
56232 2003-08-07  Bruno Haible  <bruno@clisp.org>
56233
56234         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
56235         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
56236
56237 2003-08-07  Bruno Haible  <bruno@clisp.org>
56238
56239         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
56240         makes the module 'getndelim2' compatible with the module 'getline'.
56241
56242 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56243
56244         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
56245         byte with "\201" to avoid glitches when editing that source file
56246         with multi-gnome-terminal.
56247
56248 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56249
56250         * lib/bumpalloc.h: Remove.
56251
56252 2003-08-05  Paul Eggert  <eggert@twinsun.com>
56253
56254         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
56255         * modules/bumpalloc: Remove.
56256
56257 2003-08-04  Paul Eggert  <eggert@twinsun.com>
56258
56259         * lib/getloadavg.c: Change copyright notice and spacing to conform to
56260         GNU coding style.
56261
56262         Merge from coreutils.
56263         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
56264         1. From glibc.
56265         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
56266         from Karl Berry, implemented by Jim Meyering.
56267         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
56268         from Dmitry V. Levin.
56269         Remove anachronistic cast of xrealloc.
56270         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
56271         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
56272         type. Otherwise, it wouldn't compile with at least /bin/cc on
56273         ymp-cray-unicos9.0.2.X.
56274         Combine two mostly-identical uses of alloca into one.
56275         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
56276
56277 2003-08-04  Dave Love  <d.love@dl.ac.uk>
56278
56279         [From Emacs.]
56280
56281         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
56282         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
56283         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
56284         obsolete NLIST_NAME_UNION.
56285         [__GNU__]: Undef BSD and FSCALE.
56286         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
56287
56288 2003-08-03  Paul Eggert  <eggert@twinsun.com>
56289
56290         * lib/stdbool_.h (_Bool): Make it signed char, instead of
56291         an enum type, so that it's guaranteed to promote to int.  See:
56292         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
56293
56294 2003-08-03  Karl Berry  <karl@gnu.org>
56295
56296         * config/depcomp: update from automake.
56297
56298 2003-07-31  Paul Eggert  <eggert@twinsun.com>
56299
56300         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
56301         (strerror): Don't assume that a printable int fits in 14 bytes.
56302
56303 2003-07-31  Bruno Haible  <bruno@clisp.org>
56304
56305         * modules/getpass-gnu: New file.
56306         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
56307
56308 2003-07-31  Bruno Haible  <bruno@clisp.org>
56309
56310         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
56311
56312 2003-07-24  Karl Berry  <karl@gnu.org>
56313
56314         * config/missing: update from automake.
56315
56316 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
56317             Bruno Haible  <bruno@clisp.org>
56318
56319         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
56320         * lib/getline.c (getline, getdelim): Likewise.
56321         Remove _GNU_SOURCE define; now it's defined in config.h through
56322         m4/getline.m4.
56323
56324 2003-07-23  Karl Berry  <karl@gnu.org>
56325
56326         * config/config.sub: update from prep.
56327
56328 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56329
56330         * modules/xalloc (Depends-on): Add exitfail.
56331         * modules/xmemcoll: Likewise.
56332
56333 2003-07-22  Paul Eggert  <eggert@twinsun.com>
56334
56335         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
56336         over-parenthesization in macros.
56337
56338         Sync with coreutils.
56339
56340         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
56341         required by C99.
56342
56343         Use `exit_failure' for xalloc and xmemcoll instead of their own
56344         private exit-failure variables.
56345         * lib/xalloc.h (xalloc_exit_failure): Remove.
56346         * lib/xmalloc.c: Likewise.  Include exitfail.h.
56347         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
56348         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
56349         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
56350         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
56351
56352 2003-07-20  Jim Meyering  <jim@meyering.net>
56353
56354         * modules/closeout (Depends-on): Add exitfail.
56355         Suggestion from Bruno Haible.
56356
56357 2003-07-19  Karl Berry  <karl@gnu.org>
56358
56359         * config/config.sub: update from prep.
56360
56361 2003-07-18  Paul Eggert  <eggert@twinsun.com>
56362
56363         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
56364         Remove.
56365         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
56366         to test that it can stand by itself.  Include "exitfail.h".
56367         Clients should set exit_failure instead.
56368         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
56369
56370 2003-07-18  Bruno Haible  <bruno@clisp.org>
56371
56372         * modules/getndelim2: New file.
56373         * modules/getline: Share files with module getndelim2.
56374         * modules/getnline: Depend on getndelim2 instead of sharing files with
56375         it. Add getnline.c to lib_SOURCES.
56376         * MODULES.html.sh (func_all_modules): Add getndelim2.
56377
56378 2003-07-18  Bruno Haible  <bruno@clisp.org>
56379
56380         * m4/getndelim2.m4: New file.
56381         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
56382         invoke gl_PREREQ_GETNDELIM2.
56383         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
56384         gl_PREREQ_GETNDELIM2.
56385         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
56386         gl_GETNDELIM2.
56387
56388 2003-07-18  Bruno Haible  <bruno@clisp.org>
56389
56390         * lib/getndelim2.h: New file.
56391         * lib/getndelim2.c: Make into a module of its own. Include config.h,
56392         getndelim2.h.
56393         (getndelim2): Make non-static. Change return type to ssize_t.
56394         * lib/getline.h: Change argument names.
56395         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
56396         * lib/getnline.c: Include getndelim2.h.
56397
56398 2003-07-18  Andreas Schwab  <schwab@suse.de>
56399
56400         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
56401
56402 2003-07-17  Karl Berry  <karl@gnu.org>
56403
56404         * config/config.sub: update from prep.
56405
56406 2003-07-17  Bruno Haible  <bruno@clisp.org>
56407
56408         * modules/getnline: New file.
56409         * modules/getline: Add lib/getndelim2.c to source file list.
56410         * MODULES.html.sh (func_all_modules): Add getnline.
56411
56412 2003-07-17  Bruno Haible  <bruno@clisp.org>
56413
56414         * m4/getnline.m4: New file.
56415
56416 2003-07-17  Bruno Haible  <bruno@clisp.org>
56417
56418         * m4/Makefile.am.in: Remove file.
56419         * m4/Makefile.am: Remove file.
56420         * m4/Makefile.in: Remove file.
56421
56422 2003-07-17  Bruno Haible  <bruno@clisp.org>
56423
56424         * lib/getnline.h: New file.
56425         * lib/getnline.c: New file.
56426         * lib/getndelim2.c: New file, extracted from getline.c.
56427         (getndelim2): Renamed from getdelim2, with added nmax argument.
56428         * lib/getline.c: Include getndelim2.c.
56429         (getdelim2): Moved out to getndelim2.c.
56430         (getline, getdelim): Update.
56431
56432 2003-07-17  Bruno Haible  <bruno@clisp.org>
56433
56434         * lib/Makefile.am: Remove file.
56435         * lib/Makefile.in: Remove file.
56436
56437 2003-07-17  Bruno Haible  <bruno@clisp.org>
56438
56439         * configure.in: Remove file.
56440         * Makefile.in: Remove file.
56441
56442 2003-07-17  Bruno Haible  <bruno@clisp.org>
56443
56444         * MODULES.html.sh: Put the </BODY> right before </HTML>.
56445
56446 2003-07-16  Karl Berry  <karl@gnu.org>
56447
56448         * config/srclist-update: was running fixlicense twice, which caused
56449                 texinfo.tex to be nullified for some reason.  Simplify,
56450                 $gplsrc is no longer needed as far as I can see?
56451
56452 2003-07-16  Jim Meyering  <jim@meyering.net>
56453
56454         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
56455
56456 2003-07-15  Paul Eggert  <eggert@twinsun.com>
56457
56458         * config/srclist.txt: Get the following files from gettext-runtime/intl
56459         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
56460         ref-del.sin.  From Bruno Haible.
56461         * config/srclist-update (fixfile): Change grep pattern again, since the
56462         previous fix didn't work (there was another trailing $).  Use
56463         '[$]' to escape the $s.
56464
56465 2003-07-15  Karl Berry  <karl@gnu.org>
56466
56467         * lib/vasnprintf.c: update from gettext.
56468
56469 2003-07-15  Karl Berry  <karl@gnu.org>
56470
56471         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
56472         gets expanded when surrounded by '$'.
56473
56474 2003-07-15  Jim Meyering  <jim@meyering.net>
56475
56476         * modules/save-cwd: Don't depend on error.  From Derek Price.
56477
56478 2003-07-15  Jim Meyering  <jim@meyering.net>
56479
56480         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
56481
56482 2003-07-14  Simon Josefsson  <jas@extundo.com>
56483
56484         * modules/mempcpy: New file.
56485         * MODULES.html.sh (func_all_modules): Add mempcpy.
56486
56487 2003-07-14  Simon Josefsson  <jas@extundo.com>
56488
56489         * m4/mempcpy.m4: New file.
56490
56491 2003-07-14  Simon Josefsson  <jas@extundo.com>
56492
56493         * lib/mempcpy.h: New file.
56494         * lib/mempcpy.c: New file.
56495
56496 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56497
56498         * modules/getdate, modules/posixtm: Depend on mktime.
56499
56500 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56501
56502         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
56503         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
56504         unicodeio.c, unicodeio.h, unlocked-io.h:
56505         Switch from LGPL to GPL.
56506
56507 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56508
56509         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
56510         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
56511         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
56512         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
56513         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
56514         updated automatically by ../config/srclist-update.  This changes
56515         their license from LPGL to GPL.
56516
56517 2003-07-14  Paul Eggert  <eggert@twinsun.com>
56518
56519         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
56520         assumed to refer to the root of the most recent stable gettext version.
56521         * config/srclistvars.sh: Add defaults for eggert.
56522         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
56523         Match "This program" as well as "The program".  This is needed
56524         for gettext.
56525
56526 2003-07-14  Jim Meyering  <jim@meyering.net>
56527
56528         Don't emit diagnostics.  Let callers do that.
56529         * lib/save-cwd.c: Don't include "error.h".
56530         (save_cwd): Don't call error.  Ensure that errno is valid
56531         when returning nonzero.
56532
56533         * lib/save-cwd.h (restore_cwd): Update prototype.
56534         * lib/save-cwd.c (restore_cwd): Remove two parameters.
56535         Simplify.  Don't call error upon failure.  Let callers do that.
56536         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
56537         when auditing is enabled.  But don't bother updating the #if.
56538
56539 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
56540
56541         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
56542         it breaks C++ compilation.
56543         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
56544
56545 2003-07-10  Simon Josefsson  <jas@extundo.com>
56546
56547         * modules/strchrnul (Makefile.am): Add strchrnul.h.
56548
56549 2003-07-10  Jim Meyering  <jim@meyering.net>
56550
56551         * m4/clock_time.m4: Remove trailing blank.
56552         * m4/intmax_t.m4: Likewise.
56553
56554 2003-07-10  Jim Meyering  <jim@meyering.net>
56555
56556         * lib/vasnprintf.c: Remove trailing blanks.
56557         Make cpp indentation consistent.
56558
56559 2003-07-09  Paul Eggert  <eggert@twinsun.com>
56560
56561         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
56562         posixver.c, strftime.c, strnlen.c, strverscmp.c:
56563         Switch from LGPL to GPL.
56564
56565 2003-07-09  Paul Eggert  <eggert@twinsun.com>
56566
56567         * config/srclist.txt: Sort sublists.  Add
56568         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
56569         that differ from gnulib for one reason or another; we'd like this list
56570         to be smaller but for now let's document what we have.
56571
56572 2003-07-08  Paul Eggert  <eggert@twinsun.com>
56573
56574         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
56575         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
56576         and sweeter "eval x=$x".
56577         * config/srclist.txt: Get lib/argp* from glibc.
56578
56579 2003-07-07  Paul Eggert  <eggert@twinsun.com>
56580
56581         * lib/mktime.c: Fix some boundary cases and remove need for floating
56582         point.
56583
56584         Issue a compile-time diagnostic if time_t is floating point, or if
56585         two's complement arithmetic is not in effect, or if arithmetic
56586         right shift does not propagate the sign.  These assumptions were
56587         all in the original code but they weren't checked.
56588
56589         (TIME_T_MIDPOINT, verify): New macros.
56590         (__isleap): Remove; it has integer overflow problems.
56591         (leapyear): New function, without those problems.
56592         (ydhms_tm_diff): Remove; splitting into two parts.
56593         (ydhms_diff): New function, containing the arithmetic part of
56594         the old ydhms_tm_diff function.  Issue a compile-time
56595         diagnostic if we are not using C99 integer division.
56596         Avoid casts when possible.
56597         (guess_time_tm): New function, containing the checking part of
56598         the old ydhms_tm_diff function.  Return the new value, rather than
56599         the difference between it and the old.  Accept a new argument T
56600         so that *T specifies the old value.  Check for overflow in the result.
56601
56602         (__mktime_internal): Use a time_t offset, not a long int offset.
56603         This undoes the 2003-06-04 change, which is no longer needed now
56604         that we have better overflow checking.
56605         (localtime_offset): Likewise.
56606
56607         (__mktime_internal): Avoid harmful overflow on hosts where time_t
56608         and long are 64-bit but int is only 32-bit.
56609         (ydhms_diff): Use long int to store year1 and yday1.
56610         Issue a compile-time diagnostic if long int is not wide enough.
56611
56612         (__mktime_internal): Use long int to store adjusted year and yday.
56613         Use plain C rather than preprocessor commands, if that doesn't
56614         affect efficiency.
56615         Check for overflow (and try to repair) after each probe
56616         rather than checking only at the very end.  This avoids some bugs
56617         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
56618         does not equal GMT offset at maximum time).
56619         Use integer to check for overflow rather than floating point; this
56620         is more portable to non-IEEE hosts, and is a tad faster.
56621         When we detect that we are oscillating between two values,
56622         don't check whether tm_isdst has the requested value, since
56623         we already know the answer.  When tm_isdst has the wrong value,
56624         use a different heuristic to find the right one, based on the
56625         extreme values actually observed in practice in tz2003a,
56626         rather than the (overly optimistic) "previous 3 calendar quarters".
56627
56628         (not_equal_tm, print_tm, check_result): Use "const T" rather than
56629         "T const" to accommodate glibc style.
56630         (check_result): Use less-confusing report format.  "long" -> "long int.
56631         (main): Likewise.
56632         Don't loop if the iteration overflows time_t.
56633         Allow a negative step in the iteration.
56634
56635 2003-07-06  Karl Berry  <karl@gnu.org>
56636
56637         * config/depcomp: update from automake.
56638         * config/config.sub: update from prep.
56639
56640 2003-07-03  Karl Berry  <karl@gnu.org>
56641
56642         * config/config.guess: update from prep.
56643
56644 2003-07-01  Paul Eggert  <eggert@twinsun.com>
56645
56646         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
56647         xreadlink.c now includes it unconditionally.
56648
56649 2003-07-01  Paul Eggert  <eggert@twinsun.com>
56650
56651         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
56652         having it depend on HAVE_SYS_TYPES_H.
56653
56654 2003-07-01  Bruno Haible  <bruno@clisp.org>
56655
56656         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
56657         <sys/types.h> should be sufficient.
56658         Reported by Paul Eggert.
56659
56660 2003-06-26  Karl Berry  <karl@gnu.org>
56661
56662         * config/depcomp: update from automake.
56663
56664 2003-06-26  Bruno Haible  <bruno@clisp.org>
56665
56666         * modules/human: Depend on module stdbool.
56667
56668 2003-06-25  Bruno Haible  <bruno@clisp.org>
56669
56670         * modules/readlink: New file.
56671         * modules/xreadlink: Depend on it.
56672         * MODULES.html.sh (func_all_modules): Add readlink.
56673
56674 2003-06-25  Bruno Haible  <bruno@clisp.org>
56675
56676         * m4/readlink.m4: New file.
56677
56678 2003-06-25  Bruno Haible  <bruno@clisp.org>
56679
56680         * lib/readlink.c: New file.
56681
56682 2003-06-22  Karl Berry  <karl@gnu.org>
56683
56684         * config/srclist.txt: update mkinstalldirs from automake.
56685         * config/mkinstalldirs: update.
56686
56687 2003-06-22  Bruno Haible  <bruno@clisp.org>
56688
56689         Portability to mingw32.
56690         * m4/ssize_t.m4: New file, from GNU gettext.
56691         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
56692         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
56693
56694 2003-06-22  Bruno Haible  <bruno@clisp.org>
56695
56696         * modules/safe-read: Add m4/ssize_t.m4.
56697         * modules/xreadlink: Add m4/ssize_t.m4.
56698
56699 2003-06-20  Bruno Haible  <bruno@clisp.org>
56700
56701         Assume C89, so PARAMS isn't needed.
56702         * lib/unicodeio.h (PARAMS): Remove.
56703         * lib/unicodeio.c: Don't use PARAMS.
56704
56705 2003-06-18  Karl Berry  <karl@gnu.org>
56706
56707         * config/config.{guess,sub}: update from prep.
56708
56709 2003-06-18  Jim Meyering  <jim@meyering.net>
56710
56711         Merge changes from coreutils.
56712         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
56713         Remove explicit declarations of xmalloc and realloc.
56714         Include xalloc.h.
56715         (read_utmp): Remove anachronistic cast of xmalloc.
56716
56717 2003-06-17  Paul Eggert  <eggert@twinsun.com>
56718
56719         Assume C89, so PARAMS isn't needed.
56720         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
56721         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
56722         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
56723         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
56724         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
56725         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
56726         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
56727         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
56728         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
56729         lib/xstrtod.h, lib/xstrtol.h: Likewise.
56730         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
56731         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
56732         no longer needed. Anyway, config.h should always be included before any
56733         other file.
56734
56735 2003-06-11  Simon Josefsson  <jas@extundo.com>
56736
56737         * modules/sysexits: New file.
56738         * MODULES.html.sh (func_all_modules): Add sysexits.
56739
56740 2003-06-11  Simon Josefsson  <jas@extundo.com>
56741
56742         * lib/sysexit_.h: New file.
56743
56744 2003-06-11  Derek Price  <derek@ximbiot.com>
56745
56746         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
56747         necessary.
56748
56749 2003-06-11  Bruno Haible  <bruno@clisp.org>
56750
56751         * m4/sysexits.m4: New file.
56752
56753 2003-06-10  Simon Josefsson  <jas@extundo.com>
56754
56755         * lib/argp.h: New file, from glibc.
56756         * lib/argp-ba.c: New file, from glibc.
56757         * lib/argp-eexst.c: New file, from glibc.
56758         * lib/argp-fmtstream.c: New file, from glibc.
56759         * lib/argp-fmtstream.h: New file, from glibc.
56760         * lib/argp-fs-xinl.c: New file, from glibc.
56761         * lib/argp-help.c: New file, from glibc.
56762         * lib/argp-namefrob.h: New file, from glibc.
56763         * lib/argp-parse.c: New file, from glibc.
56764         * lib/argp-pv.c: New file, from glibc.
56765         * lib/argp-pvh.c: New file, from glibc.
56766         * lib/argp-xinl.c: New file, from glibc.
56767
56768 2003-06-10  Simon Josefsson  <jas@extundo.com>
56769
56770         * modules/strchrnul: New file.
56771
56772 2003-06-10  Simon Josefsson  <jas@extundo.com>
56773
56774         * modules/argp: New file.
56775
56776 2003-06-10  Simon Josefsson  <jas@extundo.com>
56777
56778         * m4/strchrnul.m4: New file.
56779
56780 2003-06-10  Simon Josefsson  <jas@extundo.com>
56781
56782         * lib/strchrnul.h: New file.
56783         * lib/strchrnul.c: New file.
56784
56785 2003-06-10  Bruno Haible  <bruno@clisp.org>
56786
56787         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
56788
56789 2003-06-07  Karl Berry  <karl@gnu.org>
56790
56791         * config/config.{guess,sub}: update from prep.
56792
56793 2003-06-07  Jim Meyering  <jim@meyering.net>
56794
56795         * modules/strtod: Use $(...) notation, not @...@ for
56796         AC_REPLACE'd variables.
56797         * modules/localcharset: Likewise.
56798
56799 2003-06-07  Jim Meyering  <jim@meyering.net>
56800
56801         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
56802         in place of my name in the copyright comment.
56803         Remove definition and uses of __P.
56804
56805         From coreutils.
56806         * lib/stat.c: Don't declare xmalloc explicitly.
56807         Instead, include "xalloc.h".
56808         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
56809         xrealloc, and xcalloc return values.
56810         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
56811         Improve comment.
56812         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
56813
56814 2003-06-07  Bruno Haible  <bruno@clisp.org>
56815
56816         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
56817         avoid AC_CONFIG_LINKS.
56818         * modules/fnmatch (Makefile.am): Use explicit creation rule for
56819         fnmatch.h, to avoid AC_CONFIG_LINKS.
56820         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
56821
56822 2003-06-07  Bruno Haible  <bruno@clisp.org>
56823
56824         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
56825         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
56826         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
56827         directory.
56828         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
56829         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
56830         directory.
56831
56832 2003-06-06  Jim Meyering  <jim@meyering.net>
56833
56834         Merge from coreutils.
56835         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
56836         Consolidate declarations and initializations of *_base* locals.
56837
56838         Merge from coreutils.
56839         This avoids a core dump on systems without GNU putenv,
56840         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
56841         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
56842         (unsetenv): New static function, from GNU libc.
56843         (rpl_putenv): Use it.
56844
56845         * lib/modechange.c: Remove trailing blanks.
56846
56847         Merge from coreutils.
56848         * lib/fsusage.c: Remove declaration of statfs.
56849         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
56850
56851         * lib/posixtm.c: Include <stdbool.h> unconditionally.
56852
56853 2003-06-06  Jim Meyering  <jim@meyering.net>
56854
56855         * lib/stdbool_.h: Renamed from stdbool.h.in.
56856
56857 2003-06-06  Jim Meyering  <jim@meyering.net>
56858             Bruno Haible  <bruno@clisp.org>
56859
56860         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
56861         Adjust Makefile.am snippet not to redirect directly to target.
56862         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
56863
56864 2003-06-05  Paul Eggert  <eggert@twinsun.com>
56865
56866         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
56867         mismatch, look in future quarters as well as past.  This fixes a
56868         bug when processing fall-backwards gaps immediately after a long
56869         period of daylight-saving time.
56870
56871         * lib/mktime.c: Assume freestanding C89 or better.
56872         (HAVE_LIMITS_H): Remove.  Assume it's 1.
56873         (__P): Remove; not used.
56874         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
56875         (mktime, not_equal_tm, print_tm, check_result,
56876         main): Use prototypes.  Use const * where appropriate.
56877         (main): Fix typo in testing code that uncovered by above changes.
56878         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
56879
56880 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56881
56882         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
56883         locale.h, localeconv.  This merges changes from coreutils.
56884
56885         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
56886         It can be removed after the next Autoconf is released.
56887         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
56888         needed.
56889
56890 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56891
56892         * lib/mktime.c: Fix Debian bug 177940
56893         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
56894         (localtime_offset): Now long int, not time_t, because we want it
56895         to be guaranteed to be signed.  All uses changed.
56896         (__mktime_internal): If overflow would occur when adding offset,
56897         don't add it.
56898
56899         Merge 'human' changes from coreutils.  Rewrite to support
56900         locale-specific notations like thousands separators.
56901         * lib/human.c: Simplify authorship notice.
56902         Include human.h immediately after config.h.
56903         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
56904         <limits.h>: Do not include, since human.h does.
56905         (SIZE_MAX, UINTMAX_MAX): New macros.
56906         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
56907         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
56908         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
56909         (power_letter): Renamed from suffixes.
56910         (generate_suffix_backwards): Remove.
56911         (adjust_value): Now takes int style (because of human.h changes)
56912         and long double value (for greater precision on some platforms).
56913         (group_number): New function.
56914         (human_readable): Use it.  Use integer options, not enum.
56915         Put the options before the sizes in the arg list.
56916         Support all the new options.
56917         The old human_readable function has been removed;
56918         use inttostr.h instead.
56919         (human_readable, default_block_size, humblock):
56920         Use uintmax_t, not int, for block sizes.
56921         (human_readable_inexact, block_size_types): Remove.
56922         (block_size_opts): New constant.
56923         (human_options): Renamed from human_block_size, with new signature
56924         that allows block sizes up to UINTMAX_MAX.  All callers changed.
56925         * lib/human.h: Add copyright and authorship notice.
56926         Include <limits.h> and <stdbool.h> unconditionally.
56927         (PARAMS): Remove.  All uses removed.
56928         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
56929         (enum human_inexact_style): Remove tag; now a nameless enum.
56930         (human_floor, human_ceiling, human_round_to_even): Now have
56931         values 2, 0, 1 rather than -1, 1, 0.
56932         (human_group_digits, human_suppress_point_zero, human_autoscale,
56933         human_base_1024, human_SI, human_B): New constants.
56934         (human_readable_inexact, human_block_size): Remove.
56935         (human_readable): Size args are now uintmax_t, not int.
56936         (human_options): New decl.
56937
56938         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
56939         unnecessary now that we assume C89 or better.  This change
56940         imported from coreutils.
56941
56942         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
56943         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
56944         in the 2003-05-30 sync from glibc.
56945
56946         .h files should stand alone, but we shouldn't include <sys/types.h>
56947         if we can get away with just <stddef.h>.
56948
56949         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
56950         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
56951         rather than <sys/types.h>, as we merely need size_t.
56952         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
56953         to get size_t.
56954         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
56955         Include <stdio.h>, to get FILE.
56956         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
56957         memcasecmp.h has included <stddef.h> and all we need is size_t.
56958         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
56959         our interface, instead of including <sys/types.h>
56960
56961 2003-06-04  Paul Eggert  <eggert@twinsun.com>
56962
56963         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
56964         now, as glibc mktime is buggy on non-glibc systems.
56965
56966 2003-06-03  Karl Berry  <karl@gnu.org>
56967
56968         * config/config.sub: update from prep.
56969
56970 2003-06-02  Paul Eggert  <eggert@twinsun.com>
56971
56972         [from coreutils]
56973         Fix some minor time-related bugs with POSIX time arguments.
56974         Some valid time stamps were being rejected (notably -1, and
56975         time stamps before 1900 on 64-bit hosts).  And some invalid
56976         time stamps were being accepted, e.g. September 31.
56977
56978         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
56979         that we can return (time_t) -1 successfully.
56980         * lib/posixtm.c: Likewise.
56981         [HAVE_STDBOOL_H]: Include <stdbool.h>.
56982         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
56983         (t): Remove static var.
56984         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
56985         of static var.  All uses changed.
56986         (year): Do not reject years before 1900; they can occur with
56987         64-bit time_t.
56988         (posix_time_parse): Do not check for out-of-range components;
56989         that is now the caller's responsibility, since our checks were
56990         only approximations.
56991         (posixtime): Use mktime to check for out-of-range components,
56992         since it knows them exactly.
56993         If mktime returns (time_t) -1, check whether an error actually occurred
56994         by invoking localtime on -1.
56995         (main) [TEST_POSIXTIME]: Check for input data errors, and report
56996         posixtime failures better.
56997         Improve the test data (in comments only).
56998
56999 2003-06-02  Karl Berry  <karl@gnu.org>
57000
57001         * config/mkinstalldirs (version): new variable.
57002         (--version): new option.
57003         (usage): improve message.
57004
57005 2003-05-30  Karl Berry  <karl@gnu.org>
57006
57007         * lib/mktime.c: update from libc.
57008
57009 2003-05-30  Bruno Haible  <bruno@clisp.org>
57010
57011         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
57012         * config/config.rpath: Upgrade to gettext-0.12.1.
57013
57014 2003-05-30  Bruno Haible  <bruno@clisp.org>
57015
57016         * m4/gettext.m4: Upgrade to gettext-0.12.1.
57017         * m4/nls.m4: New file, from gettext-0.12.1.
57018         * m4/po.m4: New file, from gettext-0.12.1.
57019         * m4/progtest.m4: Upgrade to gettext-0.12.1.
57020
57021 2003-05-30  Bruno Haible  <bruno@clisp.org>
57022
57023         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
57024         * lib/localcharset.h: Likewise.
57025         * lib/localcharset.c: Likewise.
57026
57027 2003-05-29  Karl Berry  <karl@gnu.org>
57028
57029         * config/config.rpath: update from gettext.
57030
57031 2003-05-28  Paul Eggert  <eggert@twinsun.com>
57032
57033         Assume the headers required for C89 freestanding compilers.
57034         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
57035         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
57036         * m4/human.m4 (gl_HUMAN): Likewise.
57037         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
57038         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
57039         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57040         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
57041         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57042         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
57043
57044 2003-05-28  Paul Eggert  <eggert@twinsun.com>
57045
57046         Assume the headers required for C89 freestanding compilers.
57047         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
57048         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
57049         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
57050         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
57051         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
57052         define, since <limits.h> is guaranteed to do that.
57053         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
57054         * lib/exclude.c: Include <stdbool.h> unconditionally.
57055         * lib/tempname.c: Include <stddef.h> unconditionally.
57056         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
57057         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
57058         <stddef.h> does that.
57059         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
57060         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
57061         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
57062         needed.
57063         * lib/xstrtol.c: Likewise.
57064         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
57065         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
57066
57067         * lib/addext.c (addext): Use assignment rather than cast, to avoid
57068         warnings on some platforms.
57069
57070         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
57071         arbitrarily.
57072
57073 2003-05-26  Jim Meyering  <jim@meyering.net>
57074
57075         Merge in a change from coreutils:
57076         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
57077         that is guaranteed to be `no'.  Use `no_such_member' to indicate
57078         that condition, rather than `-1' which is slightly misleading.
57079         Change the name of the cache variable to have the gl_ prefix.
57080         Prompted by a patch from Richard Dawe for DJGPP.
57081
57082 2003-05-24  Karl Berry  <karl@gnu.org>
57083
57084         * config/config.guess: update from prep.
57085
57086 2003-05-22  Karl Berry  <karl@gnu.org>
57087
57088         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
57089
57090 2003-05-20  Karl Berry  <karl@gnu.org>
57091
57092         * config/config.guess: update from prep.
57093
57094 2003-05-18  Karl Berry  <karl@gnu.org>
57095
57096         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
57097         might actually be set by the user.
57098
57099         * config/depcomp, install-sh, mdate-sh: update from automake.
57100
57101 2003-05-17  Bruno Haible  <bruno@clisp.org>
57102
57103         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
57104         invalid expansion for AC_EGREP_CPP.
57105         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
57106         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
57107         Suggested by Akim Demaille <akim@epita.fr> in
57108         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
57109
57110 2003-05-12  Jim Meyering  <jim@meyering.net>
57111
57112         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
57113         the space-padded-by-default conversion specifiers, %e, %k, %l.
57114
57115 2003-05-12  Bruno Haible  <bruno@clisp.org>
57116
57117         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
57118         the string is longer than 4 KB.
57119
57120 2003-05-11  Karl Berry  <karl@gnu.org>
57121
57122         * config/config.{guess,sub}: update from prep.
57123
57124 2003-05-09  Bruno Haible  <bruno@clisp.org>
57125
57126         * modules/error: Add m4/strerror_r.m4 to file list.
57127
57128 2003-05-03  Bruno Haible  <bruno@clisp.org>
57129
57130         Upgrade to Unicode-4.0.
57131         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
57132         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
57133         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
57134         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
57135         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
57136         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
57137         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
57138         Change width of U+E0100..U+E01EF from 1 to 0.
57139
57140 2003-04-25  Jim Meyering  <jim@meyering.net>
57141
57142         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
57143         of type size_t, not int.
57144
57145 2003-04-25  Bruno Haible  <bruno@clisp.org>
57146
57147         * lib/copy-file.c: Include <stddef.h>, for size_t.
57148
57149 2003-04-21  Paul Eggert  <eggert@twinsun.com>
57150
57151         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
57152         code which expansion is under static control.  Patch imported from
57153         Akim Demaille's patch to Bison; see
57154         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
57155
57156 2003-04-14  Bruno Haible  <bruno@clisp.org>
57157
57158         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
57159
57160 2003-04-11  Jim Meyering  <jim@meyering.net>
57161
57162         Merge changes from Coreutils.
57163
57164         2003-03-22  Jim Meyering  <jim@meyering.net>
57165
57166         * lib/strftime.c (widen): Cast alloca return value to proper type.
57167
57168         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
57169
57170         From GNU libc.
57171         * lib/strftime.c (my_strftime): Handle very large width
57172         specifications for numeric values correctly.  Improve checks for
57173         overflow.
57174
57175         2003-01-19  Jim Meyering  <jim@meyering.net>
57176
57177         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
57178         definitions.
57179         (nl_get_alt_digit) [! defined my_strftime]: Define.
57180         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
57181         _nl_get_alt_digit and _nl_get_walt_digit.
57182
57183         * lib/strftime.c (my_strftime): Merge in locale-related changes from
57184         libc. These changes have no effect outside of _LIBC.
57185
57186 2003-04-10  Bruno Haible  <bruno@clisp.org>
57187
57188         * modules/findprog: New file.
57189         * MODULES.html.sh (func_all_modules): Add it.
57190
57191 2003-04-10  Bruno Haible  <bruno@clisp.org>
57192
57193         * m4/findprog.m4: New file.
57194         * m4/eaccess.m4: New file.
57195
57196 2003-04-10  Bruno Haible  <bruno@clisp.org>
57197
57198         * lib/findprog.h: New file, from GNU gettext.
57199         * lib/findprog.c: New file, from GNU gettext.
57200
57201 2003-04-05  Jim Meyering  <jim@meyering.net>
57202
57203         Merge changes from Coreutils.
57204
57205         * lib/exclude.h (PARAMS): Remove definition and uses.
57206         * lib/exclude.c: Remove uses of `PARAMS'.
57207
57208         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
57209         Add test-cases for DOS filenames. Declare program_name.
57210         (main): Set up program_name.  Patch by Rich Dawe.
57211
57212         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57213         error from mntctl.
57214         Use mntctl's return value to drive the entry-processing loop, since
57215         we can't rely on the value of the vmt_length member in the last
57216         entry.  On some systems doing so could result in exhausting
57217         virtual memory.  Based in part on a patch from Mike Jetzer.
57218
57219 2003-04-04  Bruno Haible  <bruno@clisp.org>
57220
57221         * modules/linebreak: New file.
57222         * MODULES.html.sh (func_all_modules): Add it.
57223
57224 2003-04-04  Bruno Haible  <bruno@clisp.org>
57225
57226         * m4/linebreak.m4: New file.
57227
57228 2003-04-04  Bruno Haible  <bruno@clisp.org>
57229
57230         * lib/linebreak.h: New file, from GNU gettext.
57231         * lib/linebreak.c: New file, from GNU gettext with slight
57232         modifications.
57233         * lib/lbrkprop.h: New file, from GNU gettext.
57234
57235 2003-04-03  Bruno Haible  <bruno@clisp.org>
57236
57237         * modules/utf8-ucs4: New file.
57238         * modules/utf16-ucs4: New file.
57239         * modules/ucs4-utf8: New file.
57240         * modules/ucs4-utf16: New file.
57241         * MODULES.html.sh (func_all_modules): Add them.
57242
57243 2003-04-03  Bruno Haible  <bruno@clisp.org>
57244
57245         * m4/utf-ucs4.m4: New file.
57246         * m4/ucs4-utf.m4: New file.
57247
57248 2003-04-03  Bruno Haible  <bruno@clisp.org>
57249
57250         * lib/utf8-ucs4.h: New file, from GNU gettext.
57251         * lib/utf16-ucs4.h: New file, from GNU gettext.
57252         * lib/ucs4-utf8.h: New file, from GNU gettext.
57253         * lib/ucs4-utf16.h: New file, from GNU gettext.
57254
57255 2003-04-02  Bruno Haible  <bruno@clisp.org>
57256
57257         * modules/binary-io: New file.
57258         * MODULES.html.sh (func_all_modules): Add it.
57259
57260 2003-04-02  Bruno Haible  <bruno@clisp.org>
57261
57262         * lib/binary-io.h: New file, from GNU gettext.
57263
57264 2003-04-01  Bruno Haible  <bruno@clisp.org>
57265
57266         * modules/pathname: New file.
57267         * MODULES.html.sh (func_all_modules): Add it.
57268
57269 2003-04-01  Bruno Haible  <bruno@clisp.org>
57270
57271         * lib/pathname.h: New file, from GNU gettext.
57272         * lib/concatpath.c: New file, from GNU gettext.
57273
57274 2003-03-30  Bruno Haible  <bruno@clisp.org>
57275
57276         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
57277
57278 2003-03-30  Bruno Haible  <bruno@clisp.org>
57279
57280         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
57281         function chown() doesn't exist.
57282
57283 2003-03-28  Bruno Haible  <bruno@clisp.org>
57284
57285         * modules/copy-file: New file.
57286         * MODULES.html.sh (func_all_modules): Add it.
57287
57288 2003-03-28  Bruno Haible  <bruno@clisp.org>
57289
57290         * m4/copy-file.m4: New file.
57291
57292 2003-03-28  Bruno Haible  <bruno@clisp.org>
57293
57294         * lib/copy-file.h: New file, from GNU gettext.
57295         * lib/copy-file.c: New file, from GNU gettext.
57296
57297 2003-03-18  Jim Meyering  <jim@meyering.net>
57298
57299         * lib/quote.c (quote_n): Fix typo in comment.
57300
57301 2003-03-18  Bruno Haible  <bruno@clisp.org>
57302
57303         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
57304         checking.
57305         * m4/onceonly_2_57.m4: Likewise.
57306
57307 2003-03-17  Bruno Haible  <bruno@clisp.org>
57308
57309         * m4/onceonly.m4: Require autoconf 2.54 or newer.
57310         (m4_quote): Remove macro.
57311         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
57312
57313 2003-03-14  Jim Meyering  <jim@meyering.net>
57314
57315         Merge changes from Coreutils.
57316         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
57317         to be const, in order to avoid warnings.
57318         (obstack_room): Likewise.
57319         (obstack_empty_p): Likewise.
57320
57321 2003-03-14  Bruno Haible  <bruno@clisp.org>
57322
57323         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
57324         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
57325
57326 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57327
57328         Merge changes from Bison.
57329         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
57330         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
57331         when compiling Bison 1.875's `bitset bset = obstack_alloc
57332         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
57333         * lib/hash.c: Include <stdbool.h> unconditionally.
57334
57335 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57336
57337         * m4/onceonly.m4 (m4_quote): New macro.
57338         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
57339         Quote AC_FOREACH variable-expansions properly.
57340
57341 2003-03-13  Paul Eggert  <eggert@twinsun.com>
57342
57343         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
57344
57345 2003-03-09  Paul Eggert  <eggert@twinsun.com>
57346
57347         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
57348         Reported by Bruce Becker; see:
57349         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
57350
57351 2003-03-03  Paul Eggert  <eggert@twinsun.com>
57352             Bruno Haible  <bruno@clisp.org>
57353
57354         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
57355         Reported by John Hughes, see
57356         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
57357
57358 2003-02-20  Bruno Haible  <bruno@clisp.org>
57359
57360         * MODULES.html.sh (func_all_modules): Add poll.
57361
57362 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57363
57364         * modules/poll: New file.
57365
57366 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57367
57368         * lib/poll_.h: New file.
57369         * lib/poll.c: New file.
57370
57371 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
57372
57373         * m4/poll.m4: New file.
57374
57375 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57376
57377         * modules/mathl: New file.
57378
57379 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57380
57381         * lib/mathl.h: New file.
57382         * lib/acosl.c: New file.
57383         * lib/asinl.c: New file.
57384         * lib/atanl.c: New file.
57385         * lib/ceill.c: New file.
57386         * lib/cosl.c: New file.
57387         * lib/expl.c: New file.
57388         * lib/floorl.c: New file.
57389         * lib/frexpl.c: New file.
57390         * lib/ldexpl.c: New file.
57391         * lib/logl.c: New file.
57392         * lib/sincosl.c: New file.
57393         * lib/sinl.c: New file.
57394         * lib/sqrtl.c: New file.
57395         * lib/tanl.c: New file.
57396         * lib/trigl.c: New file.
57397         * lib/trigl.h: New file.
57398
57399 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
57400
57401         * m4/mathl.m4: New file.
57402
57403 2003-02-18  Bruno Haible  <bruno@clisp.org>
57404
57405         * MODULES.html.sh (func_all_modules): Add mathl.
57406
57407 2003-02-17  Bruno Haible  <bruno@clisp.org>
57408
57409         * modules/mkdtemp: New module.
57410         * MODULES.html.sh (func_all_modules): Add it.
57411
57412 2003-02-17  Bruno Haible  <bruno@clisp.org>
57413
57414         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
57415
57416 2003-02-17  Bruno Haible  <bruno@clisp.org>
57417
57418         * lib/mkdtemp.h: New file, from GNU gettext.
57419         * lib/mkdtemp.c: New file, from GNU gettext.
57420
57421 2003-02-02  Jim Meyering  <jim@meyering.net>
57422
57423         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
57424         e.g. glibc-2.2.93.
57425
57426 2003-01-31  Bruno Haible  <bruno@clisp.org>
57427
57428         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
57429         'rpl_rename'.
57430         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
57431         'rpl_strnlen'.
57432         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
57433         'rpl_strtod'.
57434         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
57435         'rpl_utime'.
57436
57437 2003-01-31  Bruno Haible  <bruno@clisp.org>
57438
57439         * lib/rename.c: #undef rename before defining rpl_rename.
57440         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
57441
57442 2003-01-30  Bruno Haible  <bruno@clisp.org>
57443
57444         * modules/vasnprintf, modules/vasprintf: New modules.
57445         * MODULES.html.sh (func_all_modules): Add them.
57446
57447 2003-01-30  Bruno Haible  <bruno@clisp.org>
57448
57449         * m4/signed.m4: New file, from GNU gettext.
57450         * m4/longdouble.m4: New file, from GNU gettext.
57451         * m4/wchar_t.m4: New file, from GNU gettext.
57452         * m4/wint_t.m4: New file, from GNU gettext.
57453         * m4/vasnprintf.m4: New file.
57454         * m4/vasprintf.m4: New file.
57455
57456 2003-01-30  Bruno Haible  <bruno@clisp.org>
57457
57458         * lib/printf-args.h: New file, from GNU gettext.
57459         * lib/printf-args.c: New file, from GNU gettext.
57460         * lib/printf-parse.h: New file, from GNU gettext.
57461         * lib/printf-parse.c: New file, from GNU gettext.
57462         * lib/vasnprintf.h: New file, from GNU gettext.
57463         * lib/vasnprintf.c: New file, from GNU gettext.
57464         * lib/asnprintf.c: New file, from GNU gettext.
57465         * lib/vasprintf.h: New file, from GNU gettext with modifications.
57466         * lib/vasprintf.c: New file, from GNU gettext.
57467         * lib/asprintf.c: New file, from GNU gettext.
57468
57469 2003-01-29  Bruno Haible  <bruno@clisp.org>
57470
57471         * modules/stpncpy: New module.
57472         * MODULES.html.sh (func_all_modules): Add it.
57473
57474 2003-01-29  Bruno Haible  <bruno@clisp.org>
57475
57476         * m4/stpncpy.m4: New file.
57477
57478 2003-01-29  Bruno Haible  <bruno@clisp.org>
57479
57480         * lib/stpncpy.h: New file, from GNU gettext with modifications.
57481         * lib/stpncpy.c: New file, from GNU gettext with modifications.
57482
57483 2003-01-28  Bruno Haible  <bruno@clisp.org>
57484
57485         * modules/c-ctype: New module.
57486         * MODULES.html.sh (func_all_modules): Add it.
57487
57488 2003-01-28  Bruno Haible  <bruno@clisp.org>
57489
57490         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
57491         Paul Eggert.
57492         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
57493         Paul Eggert.
57494
57495 2003-01-27  Bruno Haible  <bruno@clisp.org>
57496
57497         * modules/xsetenv: New module.
57498         * MODULES.html.sh (func_all_modules): Add it.
57499
57500 2003-01-27  Bruno Haible  <bruno@clisp.org>
57501
57502         * lib/xsetenv.h: New file, from GNU gettext.
57503         * lib/xsetenv.c: New file, from GNU gettext.
57504
57505 2003-01-23  Jim Meyering  <jim@meyering.net>
57506
57507         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
57508         from working on systems without dirfd (at least Irix and OSF1/Tru64).
57509
57510 2003-01-23  Bruno Haible  <bruno@clisp.org>
57511
57512         * modules/minmax: New module.
57513         * MODULES.html.sh (func_all_modules): Add it.
57514
57515 2003-01-23  Bruno Haible  <bruno@clisp.org>
57516
57517         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
57518         Eggert.
57519
57520 2003-01-22  Bruno Haible  <bruno@clisp.org>
57521
57522         * modules/exit: New module.
57523         * MODULES.html.sh (func_all_modules): Add it.
57524
57525 2003-01-22  Bruno Haible  <bruno@clisp.org>
57526
57527         * lib/exit.h: New file, from GNU gettext.
57528
57529 2003-01-19  Bruno Haible  <bruno@clisp.org>
57530
57531         * gnulib-tool: Recognize option --extract-maintainer.
57532         (func_get_maintainer): New function.
57533         * modules/*: Add Maintainer entry.
57534
57535 2003-01-16  Jim Meyering  <jim@meyering.net>
57536
57537         * m4/regex.m4: The `regex' struct is both input and output.
57538         Initialize it before each use.  Patch by Tim Waugh.
57539
57540 2003-01-16  Bruno Haible  <bruno@clisp.org>
57541
57542         * MODULES.html.sh: Add a table of contents. Add the module name as
57543         leftmost column. Add hyperlinks.
57544
57545 2003-01-15  Bruno Haible  <bruno@clisp.org>
57546
57547         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
57548
57549 2003-01-15  Bruno Haible  <bruno@clisp.org>
57550
57551         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
57552         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
57553         suffix.
57554
57555 2003-01-15  Bruno Haible  <bruno@clisp.org>
57556
57557         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
57558
57559 2003-01-15  Bruno Haible  <bruno@clisp.org>
57560
57561         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
57562         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
57563
57564 2003-01-14  Jim Meyering  <jim@meyering.net>
57565
57566         * lib/same.c (same_name): Tweak a comment.
57567
57568 2003-01-14  Bruno Haible  <bruno@clisp.org>
57569
57570         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
57571         when a string comparison is sufficient.
57572
57573 2003-01-14  Bruno Haible  <bruno@clisp.org>
57574
57575         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
57576         'unsigned int'.
57577
57578 2003-01-14  Bruno Haible  <bruno@clisp.org>
57579
57580         * lib/hash-pjw.c: Add comment about low quality of this function.
57581
57582 2003-01-13  Bruno Haible  <bruno@clisp.org>
57583
57584         * modules/stpcpy: Distribute lib/stpcpy.h.
57585         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
57586
57587 2003-01-13  Bruno Haible  <bruno@clisp.org>
57588
57589         * modules/*: Add a description.
57590         * modules/strpbrk: Fix Makefile.am snippet.
57591         * modules/strtoimax: Fix dependencies.
57592         * modules/strtoumax: Likewise.
57593
57594 2003-01-13  Bruno Haible  <bruno@clisp.org>
57595
57596         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
57597         * modules/alloca (Makefile.am): All object files depend on alloca.h.
57598         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
57599
57600 2003-01-13  Bruno Haible  <bruno@clisp.org>
57601
57602         * gnulib-tool (func_create_testdir): Store config/* files in the main
57603         directory.
57604         * config.rpath: Move to ...
57605         * config/config.rpath: ... here.
57606         * modules/gettext: Contains config/config.rpath, not config.rpath.
57607         * modules/iconv: Likewise.
57608
57609 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57610
57611         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57612         to avoid collisions with libcurses and libreadline.
57613
57614         * m4/getstr.m4: Remove.
57615         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
57616
57617 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57618
57619         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57620         to avoid collisions with libcurses and libreadline.
57621
57622         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
57623         * lib/getstr.h, getstr.c: Remove.
57624         * lib/getline.c: Include "getline.h", to check interface.
57625         Move body of old getstr.c here: this defines MIN_CHUNK and
57626         declares getdelim2, which is renamed from getstr.
57627         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
57628
57629         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
57630         All uses changed.
57631         * lib/linebuffer.h: Likewise.
57632         (readline): Remove backward-compatibility macro.
57633
57634 2003-01-12  Paul Eggert  <eggert@twinsun.com>
57635
57636         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
57637         to avoid collisions with libcurses and libreadline.
57638         * getstr: Remove.
57639         * MODULES.html.sh: Remove getstr.
57640         * modules/getline: Depend on unlocked-io, not getstr.
57641
57642 2003-01-12  Jim Meyering  <jim@meyering.net>
57643
57644         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
57645
57646 2003-01-10  Bruno Haible  <bruno@clisp.org>
57647
57648         * modules/alloca: Change Makefile.am requirements. Simplify Include
57649         requirements. Add lib/alloca_.h to file list.
57650
57651 2003-01-10  Bruno Haible  <bruno@clisp.org>
57652
57653         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
57654
57655 2003-01-10  Bruno Haible  <bruno@clisp.org>
57656
57657         * lib/alloca_.h: New file.
57658         * lib/getdate.y: Unconditionally include alloca.h.
57659         * lib/makepath.c: Likewise.
57660         * lib/setenv.c: Likewise.
57661         * lib/userspec.c: Likewise.
57662
57663 2003-01-09  Karl Berry  <karl@gnu.org>
57664
57665         * MODULES.html.sh: include `dirname $0` in PATH, to find
57666         gnulib-tool.
57667
57668 2003-01-09  Bruno Haible  <bruno@clisp.org>
57669
57670         * modules/stdbool: Change configure.ac, Makefile.am requirements.
57671         Simplify Include requirements. Add lib/stdbool.h.in to file list.
57672
57673 2003-01-09  Bruno Haible  <bruno@clisp.org>
57674
57675         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
57676
57677 2003-01-09  Bruno Haible  <bruno@clisp.org>
57678
57679         * lib/stdbool.h.in: New file.
57680
57681 2003-01-09  Bruno Haible  <bruno@clisp.org>
57682
57683         * gnulib-tool (func_all_modules): Ignore files ending in ~.
57684         * MODULES.html.sh: Likewise.
57685
57686 2003-01-08  Jim Meyering  <jim@meyering.net>
57687
57688         * lib/full-write.c: Undefine and define-away `const' after inclusion
57689         of errno.h, not before.  Suggestion from Bruno Haible.
57690
57691 2003-01-08  Bruno Haible  <bruno@clisp.org>
57692
57693         * modules/full-read: Depend on full-write.
57694
57695 2003-01-08  Bruno Haible  <bruno@clisp.org>
57696
57697         * lib/safe-read.c: Include specification header first, to ensure its
57698         selfcontainedness.
57699         * lib/full-write.c: Likewise.
57700
57701 2003-01-07  Jim Meyering  <jim@meyering.net>
57702
57703         * lib/full-write.c: Rework so that it may serve to define full_read,
57704         too.
57705         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
57706
57707 2003-01-07  Bruno Haible  <bruno@clisp.org>
57708
57709         * lib/strtoimax.c: Include <stdint.h> as an alternative to
57710         <inttypes.h>.
57711         * lib/xstrtol.h: Likewise.
57712         * lib/xstrtoimax.c: Likewise.
57713         * lib/xstrtoumax.c: Likewise.
57714         * lib/human.h: Likewise.
57715
57716         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
57717         on systems that have <inttypes.h> but not <stdint.h>.
57718
57719 2003-01-07  Bruno Haible  <bruno@clisp.org>
57720
57721         * MODULES.html.sh: Add copyright notice.
57722         (missed_files): Omit CVS directory entries.
57723         (func_module): Make it work with sed-3.02.
57724         * MODULES.txt: Remove file.
57725
57726 2003-01-06  Jim Meyering  <jim@meyering.net>
57727
57728         * lib/version-etc.c: Update year in translatable copyright string.
57729
57730 2003-01-03  Karl Berry  <karl@gnu.org>
57731
57732         * config/config.{guess,sub}: update from prep.
57733
57734 2003-01-02  Karl Berry  <karl@gnu.org>
57735
57736         * doc/COPYING.DOC: belatedly updated to 1.2.
57737
57738 2003-01-01  Karl Berry  <karl@gnu.org>
57739
57740         * gnulib-tool (func_verify_module): report module name $module in
57741         error message, not $1.
57742         * gnulib-tool (create-testdir): don't complain if destdir couldn't
57743         be created, only if it doesn't exist.
57744         * gnulib-tool (last_checkin_date): don't expand the $Date here.
57745
57746 2002-12-31  Paul Eggert  <eggert@twinsun.com>
57747
57748         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
57749
57750 2002-12-31  Paul Eggert  <eggert@twinsun.com>
57751
57752         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
57753         memcmp if strcoll doesn't work.
57754
57755 2002-12-31  Bruno Haible  <bruno@clisp.org>
57756
57757         * lib/utime.c (utime_null): No need to call ftruncate if the file was
57758         nonempty.
57759
57760 2002-12-31  Bruno Haible  <bruno@clisp.org>
57761
57762         * lib/memcoll.c (STRCOLL): New macro.
57763         (memcoll): Use it.
57764
57765 2002-12-31  Bruno Haible  <bruno@clisp.org>
57766
57767         * lib/localcharset.h: New file.
57768         * lib/localcharset.c: Include it.
57769         * lib/unicodeio.c: Likewise.
57770
57771 2002-12-31  Bruno Haible  <bruno@clisp.org>
57772
57773         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
57774         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
57775
57776 2002-12-31  Bruno Haible  <bruno@clisp.org>
57777
57778         * lib/getline.h: Include <stddef.h>, for size_t.
57779
57780         * lib/unicodeio.h: Include <stddef.h>, for size_t.
57781         * lib/unicodeio.c: Don't include <stddef.h>.
57782
57783 2002-12-31  Bruno Haible  <bruno@clisp.org>
57784
57785         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
57786         HAVE_TM_ZONE.
57787
57788 2002-12-24  Karl Berry  <karl@gnu.org>
57789
57790         * config/config.guess: update from prep.
57791
57792 2002-12-24  Bruno Haible  <bruno@clisp.org>
57793
57794         General infrasructure.
57795         * m4/README: Rewritten.
57796         * m4/onceonly.m4: New file.
57797         * m4/onceonly_2_57.m4: New file.
57798
57799         Module atexit.
57800         * m4/atexit.m4: New file.
57801
57802         Module strtod.
57803         * m4/strtod.m4: New file.
57804
57805         Module strtol.
57806         * m4/strtol.m4: New file.
57807
57808         Module strtoul.
57809         * m4/strtoul.m4: New file.
57810
57811         Module memchr.
57812         * m4/memchr.m4: New file.
57813
57814         Module memcmp.
57815         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
57816         (jm_FUNC_MEMCMP): Invoke it.
57817
57818         Module memcpy.
57819         * m4/memcpy.m4: New file.
57820
57821         Module memmove.
57822         * m4/memmove.m4: New file.
57823
57824         Module memset.
57825         * m4/memset.m4: New file.
57826
57827         Module strcspn.
57828         * m4/strcspn.m4: New file.
57829
57830         Module strpbrk.
57831         * m4/strpbrk.m4: New file.
57832
57833         Module strstr.
57834         * m4/strstr.m4: New file.
57835
57836         Module strerror.
57837         * m4/strerror.m4: New file.
57838
57839         Module mktime.
57840         * m4/mktime.m4: Renamed from jm-mktime.m4.
57841         (gl_PREREQ_MKTIME): New macro.
57842         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
57843
57844         Module malloc.
57845         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
57846         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
57847         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
57848
57849         Module realloc.
57850         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
57851         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
57852         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
57853
57854         Module strftime.
57855         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
57856         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
57857         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
57858         gl_TM_GMTOFF.
57859         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
57860
57861         Module xalloc.
57862         * m4/xalloc.m4: New file.
57863
57864         Module alloca.
57865         * m4/alloca.m4: New file.
57866
57867         Module putenv.
57868         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
57869         (jm_FUNC_PUTENV): Invoke it.
57870
57871         Module setenv.
57872         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
57873         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
57874         when invoked twice.
57875         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
57876         gt_FUNC_SETENV.
57877
57878         Module memrchr.
57879         * m4/memrchr.m4: New file.
57880
57881         Module stpcpy.
57882         * m4/stpcpy.m4: New file.
57883
57884         Module strcase.
57885         * m4/strcase.m4: New file.
57886
57887         Module strdup.
57888         * m4/strdup.m4: New file.
57889
57890         Module strnlen.
57891         * m4/strnlen.m4: New file.
57892
57893         Module strndup.
57894         * m4/strndup.m4: New file.
57895
57896         Module xstrtod.
57897         * m4/xstrtod.m4: New file.
57898
57899         Module xstrtol.
57900         * m4/xstrtol.m4: New file.
57901
57902         Module getdate.
57903         * m4/getdate.m4: New file.
57904
57905         Module unlocked-io.
57906         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
57907         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
57908         * m4/jm-glibc-io.m4n: Remove file.
57909
57910         Module long-options.
57911         * m4/long-options.m4: New file.
57912
57913         Module md5.
57914         * m4/md5.m4: New file.
57915
57916         Module sha.
57917         * m4/sha.m4: New file.
57918
57919         Module getstr.
57920         * m4/getstr.m4: New file.
57921
57922         Module getline.
57923         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
57924         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
57925         <sys/types.h>, for size_t. Use the function name gnu_getline, not
57926         simply getline. Infoke gl_PREREQ_GETLINE.
57927
57928         Module obstack.
57929         * m4/obstack.m4: New file.
57930
57931         Module hash.
57932         * m4/hash.m4: New file.
57933
57934         Module readtokens.
57935         * m4/readtokens.m4: New file.
57936
57937         Module strverscmp.
57938         * m4/strverscmp.m4: New file.
57939
57940         Module stdbool.
57941         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
57942         OSF/1.
57943
57944         Module strtoll.
57945         * m4/strtoll.m4: New file.
57946
57947         Module strtoull.
57948         * m4/strtoull.m4: New file.
57949
57950         Module strtoimax.
57951         * m4/strtoimax.m4: New file.
57952
57953         Module strtoumax.
57954         * m4/strtoumax.m4: New file.
57955
57956         Module xstrtoimax.
57957         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
57958         jm_AC_PREREQ_XSTRTOIMAX.
57959         Moved the strtol prerequisites to strtol.m4.
57960         Moved the strtoll prerequisites to strtoll.m4.
57961         Moved the strtoimax prerequisites to strtoimax.m4.
57962
57963         Module xstrtoumax.
57964         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
57965         jm_AC_PREREQ_XSTRTOUMAX.
57966         Moved the strtoul prerequisites to strtoul.m4.
57967         Moved the strtoull prerequisites to strtoull.m4.
57968         Moved the strtoumax prerequisites to strtoumax.m4.
57969
57970         Module chown.
57971         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
57972         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
57973
57974         Module dup2.
57975         * m4/dup2.m4: New file.
57976
57977         Module ftruncate.
57978         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
57979         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
57980
57981         Module getgroups.
57982         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
57983         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
57984
57985         Module gettimeofday.
57986         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
57987         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
57988         gl_PREREQ_GETTIMEOFDAY.
57989
57990         Module mkdir.
57991         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
57992         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
57993
57994         Module mkstemp.
57995         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
57996         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
57997         jm_AC_TYPE_UINTMAX_T.
57998         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
57999
58000         Module stat.
58001         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
58002         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
58003
58004         Module lstat.
58005         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
58006         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
58007
58008         Module timespec.
58009         * m4/timespec.m4 (gl_TIMESPEC): New macro.
58010         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
58011         * m4/st_mtim.m4: Indentation.
58012
58013         Module nanosleep.
58014         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
58015         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
58016         gl_PREREQ_NANOSLEEP.
58017
58018         Module regex.
58019         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
58020         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
58021         (gl_REGEX): New macro.
58022
58023         Module rename.
58024         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
58025         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
58026
58027         Module rmdir.
58028         * m4/rmdir.m4: New file.
58029
58030         Module utime.
58031         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
58032         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
58033         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
58034
58035         Module dirname.
58036         * m4/dirname.m4: New file.
58037
58038         Module getopt.
58039         * m4/getopt.m4: New file.
58040
58041         Module unistd-safer.
58042         * m4/unistd-safer.m4: New file.
58043
58044         Module fnmatch.
58045         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
58046         declaration.
58047         (gl_PREREQ_FNMATCH_EXTRA): New macro.
58048         (gl_FUNC_FNMATCH_POSIX): New macro.
58049         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
58050         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
58051         simply fnmatch.
58052
58053         Module exclude.
58054         * m4/exclude.m4: New file.
58055
58056         Module human.
58057         * m4/human.m4: New file.
58058
58059         Module acl.
58060         * m4/acl.m4: Nop.
58061
58062         Module backupfile.
58063         * m4/backupfile.m4: New file.
58064         * m4/d-ino.m4: Indentation.
58065
58066         Module fsusage.
58067         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
58068         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
58069         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
58070
58071         Module dirfd.
58072         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
58073         requirements.
58074
58075         Module euidaccess.
58076         * m4/euidaccess.m4: New file.
58077
58078         Module file-type.
58079         * m4/file-type.m4: New file.
58080
58081         Module fileblocks.
58082         * m4/fileblocks.m4: New file.
58083
58084         Module filemode.
58085         * m4/filemode.m4: New file.
58086
58087         Module isdir.
58088         * m4/isdir.m4: New file.
58089
58090         Module lchown.
58091         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
58092         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
58093
58094         Module makepath.
58095         * m4/makepath.m4: New file.
58096
58097         Module modechange.
58098         * m4/modechange.m4: New file.
58099
58100         Module mountlist.
58101         * m4/mountlist.m4: New file.
58102         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
58103         Indentation.
58104
58105         Module path-concat.
58106         * m4/path-concat.m4: New file.
58107
58108         Module pathmax.
58109         * m4/pathmax.m4: New file.
58110
58111         Module same.
58112         * m4/same.m4: New file.
58113
58114         Module save-cwd.
58115         * m4/save-cwd.m4: New file.
58116
58117         Module savedir.
58118         * m4/savedir.m4: New file.
58119
58120         Module xgetcwd.
58121         * m4/xgetcwd.m4: New file.
58122         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
58123
58124         Module xreadlink.
58125         * m4/xreadlink.m4: New file.
58126
58127         Module safe-read.
58128         * m4/safe-read.m4: New file.
58129
58130         Module safe-write.
58131         * m4/safe-write.m4: New file.
58132
58133         Module closeout.
58134         * m4/closeout.m4: New file.
58135
58136         Module stdio-safer.
58137         * m4/stdio-safer.m4: New file.
58138
58139         Module getpass.
58140         * m4/getpass.m4: New file.
58141
58142         Module getugroups.
58143         * m4/getugroups.m4: New file.
58144
58145         Module group-member.
58146         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
58147         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
58148
58149         Module idcache.
58150         * m4/idcache.m4: New file.
58151
58152         Module userspec.
58153         * m4/userspec.m4: New file.
58154
58155         Module gettime.
58156         * m4/clock_time.m4: New file.
58157         * m4/gettime.m4: New file.
58158
58159         Module settime.
58160         * m4/settime.m4: New file.
58161
58162         Module posixtm.
58163         * m4/posixtm.m4: New file.
58164
58165         Module gethostname.
58166         * m4/gethostname.m4: New file.
58167
58168         Module canon-host.
58169         * m4/canon-host.m4: New file.
58170
58171         Module gettext.
58172         * m4/codeset.m4: New file, from gettext-0.11.5.
58173         * m4/gettext.m4: New file, from gettext-0.11.5.
58174         * m4/glibc21.m4: New file, from gettext-0.11.5.
58175         * m4/iconv.m4: New file, from gettext-0.11.5.
58176         * m4/intdiv0.m4: New file, from gettext-0.11.5.
58177         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
58178         * m4/inttypes.m4: New file, from gettext-0.11.5.
58179         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
58180         * m4/isc-posix.m4: New file, from gettext-0.11.5.
58181         * m4/lcmessage.m4: New file, from gettext-0.11.5.
58182         * m4/lib-ld.m4: New file, from gettext-0.11.5.
58183         * m4/lib-link.m4: New file, from gettext-0.11.5.
58184         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
58185         * m4/progtest.m4: New file, from gettext-0.11.5.
58186         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
58187         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
58188         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
58189
58190         Module localcharset.
58191         * m4/localcharset.m4: New file.
58192
58193         Module hard-locale.
58194         * m4/hard-locale.m4: New file.
58195
58196         Module mbswidth.
58197         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
58198         onceonly macros.
58199         * m4/mbrtowc.m4: Add comment.
58200
58201         Module memcasecmp.
58202         * m4/memcasecmp.m4: New file.
58203
58204         Module memcoll.
58205         * m4/memcoll.m4: New file.
58206
58207         Module unicodeio.
58208         * m4/unicodeio.m4: New file.
58209
58210         Module rpmatch.
58211         * m4/rpmatch.m4: New file.
58212
58213         Module yesno.
58214         * m4/yesno.m4: New file.
58215
58216         Module exitfail.
58217         * m4/exitfail.m4: New file.
58218
58219         Module c-stack.
58220         * m4/c-stack.m4 (gl_C_STACK): New macro.
58221         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
58222
58223         Module error.
58224         * m4/error.m4 (gl_ERROR): New macro.
58225         (jm_PREREQ_ERROR): Use onceonly macros.
58226
58227         Module fatal.
58228         * m4/fatal.m4: New file.
58229
58230         Module getloadavg.
58231         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
58232         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
58233
58234         Module getpagesize.
58235         * m4/getpagesize.m4: New file.
58236
58237         Module getusershell.
58238         * m4/getusershell.m4: New file.
58239
58240         Module physmem.
58241         * m4/physmem.m4: New file.
58242
58243         Module posixver.
58244         * m4/posixver.m4: New file.
58245
58246         Module quotearg.
58247         * m4/quotearg.m4: New file.
58248
58249         Module quote.
58250         * m4/quote.m4: New file.
58251
58252         Module readutmp.
58253         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
58254
58255         Module sig2str.
58256         * m4/sig2str.m4: New file.
58257
58258         Other.
58259         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
58260         ulonglong.m4.
58261         * m4/intmax_t.m4: New file.
58262         * m4/d-type.m4: Indentation.
58263         * m4/jm-macros.m4: Update.
58264         * m4/prereq.m4 (jm_PREREQ): Update.
58265         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
58266         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
58267         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
58268         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
58269         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
58270         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
58271         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
58272         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
58273         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
58274         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
58275         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
58276         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
58277         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
58278         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
58279         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
58280         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
58281         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
58282         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
58283         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
58284
58285 2002-12-24  Bruno Haible  <bruno@clisp.org>
58286
58287         * MODULES.txt: Update according to m4/ changes.
58288
58289         Module gettext.
58290         * config.rpath: New file, from gettext-0.11.5.
58291
58292         * modules/*: New module descriptions.
58293         * gnulib-tool: New file.
58294         * MODULES.html.sh: New file.
58295
58296 2002-12-21  Karl Berry  <karl@gnu.org>
58297
58298         * doc/fdl.texi: update to version 1.2.
58299
58300 2002-12-19  Karl Berry  <karl@gnu.org>
58301
58302         * config/config.guess: update from prep.
58303
58304 2002-12-18  Bruno Haible  <bruno@clisp.org>
58305
58306         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
58307         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
58308
58309 2002-12-17  Bruno Haible  <bruno@clisp.org>
58310
58311         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
58312         stdlib.h, string.h.
58313
58314 2002-12-17  Bruno Haible  <bruno@clisp.org>
58315
58316         * lib/canon-host.c (strdup): Remove unused declaration.
58317
58318         * lib/fsusage.c: Include full_read.h.
58319         (get_fs_usage): Use full_read instead of safe_read.
58320
58321         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
58322
58323 2002-12-12  Karl Berry  <karl@gnu.org>
58324
58325         * config/config.guess: update from prep.
58326
58327 2002-12-11  Bruno Haible  <bruno@clisp.org>
58328
58329         * m4/setenv.m4: New file, from gettext-0.11.5.
58330
58331 2002-12-11  Bruno Haible  <bruno@clisp.org>
58332
58333         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
58334         not unsetenv().
58335         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
58336         modifications:
58337
58338         2002-12-11  Bruno Haible  <bruno@clisp.org>
58339
58340                 * setenv.c (alloca): Fall back to malloc.
58341                 (freea): New macro.
58342                 (setenv): Use freea() to free memory allocated with alloca().
58343
58344         2002-11-13  Bruno Haible  <bruno@clisp.org>
58345
58346                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
58347                 function declarations.
58348                 * unsetenv.c (unsetenv): Likewise.
58349
58350         2002-03-04  Bruno Haible  <bruno@clisp.org>
58351
58352                 Portability to AIX 4.3.3.
58353                 * unsetenv.c: New file, extracted from setenv.c.
58354                 * setenv.c: Move the unsetenv() function to unsetenv.c.
58355
58356         2001-12-20  Bruno Haible  <bruno@clisp.org>
58357
58358                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
58359                 use malloc instead. For SunOS 4.
58360
58361         2001-12-11  Bruno Haible  <bruno@clisp.org>
58362
58363                 * setenv.c: Declare alloca.
58364                 (compar_fn_t): New typedef.
58365                 (KNOWN_VALUE, STORE_VALUE): Use it.
58366
58367         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
58368         setenv.h.
58369
58370 2002-12-10  Paul Eggert  <eggert@twinsun.com>
58371
58372         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
58373         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
58374         Choose values that are less likely to collide with system fnmatch
58375         options.
58376         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
58377         defined (e.g., a pure POSIX system).
58378         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
58379         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
58380
58381 2002-12-06  Paul Eggert  <eggert@twinsun.com>
58382
58383         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
58384         a pain in practice to deal with generated m4 files.  This change
58385         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
58386
58387         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
58388         and jm-glibc-io.m4, as they are no longer a special case.
58389         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
58390         kludge and the auto-generation stuff.  Check only whether the
58391         functions are declared, not whether they exist, since older hosts
58392         that don't declare the functions can't use the optimization anyway.
58393
58394 2002-12-06  Jim Meyering  <jim@meyering.net>
58395
58396         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
58397
58398         Merge in changes from libc's misc/error.c, in preparation
58399         for the merge of gnulib's changes back into libc.
58400
58401         * lib/error.c (_): Define only if not already defined.
58402         Move definition to follow all #include directives.
58403         Include unlocked-io.h only if !_LIBC.
58404         [_LIBC]: Include <libio/libioP.h>.
58405         [USE_IN_LIBIO]: Include <libio/iolibio.h>
58406         (fflush): Tweak definition to use INTUSE.
58407         (putc): Define.
58408
58409 2002-12-05  Paul Eggert  <eggert@twinsun.com>
58410
58411         * lib/alloca.c [defined emacs]: Include "lisp.h".
58412         (xalloc_die) [defined emacs]: New macro.
58413         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
58414         [! defined emacs]: Include <xalloc.h>.
58415         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
58416         (pointer): Typedef to POINTER_TYPE *.
58417         (malloc): Remove decl; we now always use xmalloc.
58418         (alloca): Use old-style definition, since Emacs needs this.
58419         Check for arithmetic overflow when computing combined size.
58420
58421 2002-12-04  Paul Eggert  <eggert@twinsun.com>
58422
58423         Do not generate unlocked-io.h automatically, since it's easier to
58424         maintain it by hand.
58425
58426         * lib/unlocked-io.h: New file, from GNU diffutils,
58427         but with proper copyright notice and attribution.
58428         * lib/gen-uio: Remove.
58429         * lib/Makefile.am: Add copyright notice.
58430         (libfetish_a_SOURCES): Add unlocked-io.h.
58431         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
58432         (DISTCLEANFILES, io_functions): Remove macros.
58433         (EXTRA_DIST): Remove gen_uio.
58434         (unlocked-io.h): Remove rule.
58435
58436 2002-12-04  Jim Meyering  <jim@meyering.net>
58437
58438         Reflect the fact that stat.c and lstat.c are no longer generated.
58439         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
58440         (DISTCLEANFILES): Likewise.
58441         (EXTRA_DIST): Likewise.
58442         (all_local): Don't depend on stat.c or lstat.c.
58443         (stat.c, lstat.c): Remove rules.
58444         (EXTRA_DIST): Remove xstat.in.
58445
58446         * lib/xstat.in: Remove file.  Contents moved into stat.c.
58447         * lib/stat.c: New file.  Contents mostly from xstat.in.
58448         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
58449         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
58450
58451         * lib/safe-read.c: Rework so that it may serve to define safe_write,
58452         too.
58453         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
58454
58455 2002-12-03  Jim Meyering  <jim@meyering.net>
58456
58457         * lib/safe-read.c, safe-write.c: Change variable names and comments,
58458         but not semantics, to minimize the differences between these two files.
58459         (safe_read): Change comment to mention SAFE_READ_ERROR.
58460
58461         * lib/safe-read.c (IS_EINTR): Define.
58462         (safe_read): Use IS_EINTR in place of in-function cpp directives.
58463
58464 2002-12-02  Jim Meyering  <jim@meyering.net>
58465
58466         * lib/safe-read.c (EINTR): Define.
58467         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
58468         (INT_MAX): Provide fallback.
58469         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
58470
58471         * lib/safe-read.h (SAFE_READ_ERROR): Define.
58472
58473 2002-12-02  Bruno Haible  <bruno@clisp.org>
58474
58475         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
58476         Define, taken from safe-read.c.
58477         (INT_MAX): Provide fallback.
58478         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
58479         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
58480
58481         * lib/safe-read.c (EINTR): Remove definition.
58482         (safe_read): Don't use EINTR if it is absent.
58483
58484 2002-12-01  Jim Meyering  <jim@meyering.net>
58485
58486         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
58487         zero.
58488         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
58489
58490 2002-11-27  Paul Eggert  <eggert@twinsun.com>
58491
58492         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
58493         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
58494         with `if (! (value < limit)) abort ();', for readability.
58495
58496 2002-11-26  Karl Berry  <karl@gnu.org>
58497
58498         * lib/strdup.c: copy from libc again, with jim's ok.
58499         * lib/.cppi-disable: re-add strdup.c
58500
58501 2002-11-25  Karl Berry  <karl@gnu.org>
58502
58503         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
58504         instead of "strtol.c".
58505
58506 2002-11-25  Karl Berry  <karl@gnu.org>
58507
58508         * config/install-sh: update from automake for variable quoting, $0 in
58509         error msgs, etc.
58510
58511         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
58512         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
58513         entry.
58514
58515 2002-11-25  Jim Meyering  <jim@meyering.net>
58516
58517         * lib/mktime.c: Sync from libc, now that it has the latest fix.
58518
58519 2002-11-24  Karl Berry  <karl@gnu.org>
58520
58521         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
58522         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
58523
58524 2002-11-24  Jim Meyering  <jim@meyering.net>
58525
58526         Update from coreutils:
58527
58528         * lib/mktime.c: Merge in changes from libc.
58529
58530         Avoid a link-time failure on some Linux systems.
58531         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
58532         (otherwise).
58533         (__mon_yday): Declare with the STATIC attribute.
58534         (__mktime_internal): Likewise.
58535         Based on a report from Greg Schafer.
58536
58537 2002-11-23  Jim Meyering  <jim@meyering.net>
58538
58539         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
58540         Use `unsigned', not `int', as type of index.
58541
58542         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
58543
58544         * lib/fsusage.c: Remove unneeded parentheses around operands of
58545         `defined'.
58546
58547 2002-11-22  Paul Eggert  <eggert@twinsun.com>
58548
58549         * lib/quotearg.h: Allow multiple inclusion by surrounding with
58550         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
58551         so that we can be included first.
58552         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
58553         * lib/quotearg.c: Include quotearg.h immediately after config.h.
58554         No need to include stddef.h or sys/types.h any more.
58555         Surround local include files with "", not "<>".
58556         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
58557         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
58558         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
58559         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
58560         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
58561         (ISPRINT): Remove; no longer needed now that we assume C89.
58562
58563         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
58564         Preserve errno.
58565
58566         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
58567         quotearg_char): Use SIZE_MAX rather than
58568         (size_t) -1 when we are talking about "infinity".
58569
58570         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
58571
58572 2002-11-22  Paul Eggert  <eggert@twinsun.com>
58573
58574         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
58575         hint that one should use `if (! x) abort ();' rather than `assert
58576         (x);', and anyway it's one less thing to worry about configuring.
58577         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
58578         hash_rehash, hash_insert): Use abort rather than assert.
58579
58580 2002-11-22  Bruno Haible  <bruno@clisp.org>
58581
58582         * lib/safe-read.h: Assume C89. Add comments.
58583         (safe_read): Change return type to size_t.
58584         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
58585         byte counts > SSIZE_MAX correctly.
58586         * lib/safe-write.h: New file.
58587         * lib/safe-write.c: New file.
58588         * lib/full-read.h: New file.
58589         * lib/full-read.c: New file.
58590         * lib/full-write.h: Assume C89. Add comments.
58591         * lib/full-write.c: Include safe-write.h.
58592         (full_write): Rewritten to use safe_write.
58593         Suggested by Jim Meyering and Paul Eggert.
58594
58595 2002-11-21  Jim Meyering  <jim@meyering.net>
58596
58597         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
58598
58599         Merge in changes from the coreutils.
58600
58601         2002-09-25  Paul Eggert  <eggert@twinsun.com>
58602         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
58603         <stdint.h>.
58604         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
58605         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
58606         int.  Work more efficiently if X is the same width as uintmax_t.
58607         Do not compare X to -1, to avoid bogus compiler warning.
58608         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
58609         Don't assume that f_frsize and f_bsize are the same type.
58610
58611         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
58612         warning on FreeBSD.
58613
58614         * lib/makepath.c (make_path): Restore umask *before* creating the final
58615         component.
58616         (make_path): Minor reformatting.
58617
58618         * lib/xmalloc.c: Adjust to work with new autoconf macros,
58619         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
58620         HAVE_MALLOC/HAVE_REALLOC.
58621
58622         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
58623         dummy ones.  At least on GNU/Linux systems, `auto' means something
58624         else.
58625         From Michael Stone.
58626
58627 2002-11-21  Bruno Haible  <bruno@clisp.org>
58628
58629         Remove case insensitive option matching.
58630         * lib/argmatch.h (argcasematch): Remove declaration.
58631         (ARGCASEMATCH): Remove macro.
58632         (__xargmatch_internal): Remove case_sensitive argument.
58633         (XARGMATCH): Update.
58634         (XARGCASEMATCH): Remove macro.
58635         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
58636         case_sensitive argument.
58637         (argcasematch): Remove function.
58638         (__xargmatch_internal): Remove case_sensitive argument.
58639         (main): Use XARGMATCH instead of XARGCASEMATCH.
58640
58641         * lib/xmalloc.c: Change compile-time error message. Add comment about
58642         required autoconf version.
58643
58644 2002-11-20  Paul Eggert  <eggert@twinsun.com>
58645
58646         Merge argmatch cleanups from Bison.  Assume C89.
58647
58648         * lib/argmatch.c: Include config.h here, not in argmatch.h.
58649         Include stdlib.h, for EXIT_FAILURE.
58650         Always include <string.h>, since we assume C89.
58651         (EXIT_FAILURE): Remove pre-C89 bug workaround.
58652         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
58653         Include <stddef.h> instead, since it's all we need for size_t.
58654         (PARAMS): Remove.  All uses removed.
58655         (ARRAY_CARDINALITY): Do not bother to #undef.
58656         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
58657         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
58658         Remove unnecessary parentheses.
58659         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
58660         Insert necessary parentheses.
58661         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
58662         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
58663
58664 2002-11-19  Bruno Haible  <bruno@clisp.org>
58665
58666         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
58667         * lib/mbswidth.h: Include <stddef.h>, for size_t.
58668
58669         * lib/mbswidth.h (PARAMS): Remove macro.
58670         (mbswidth, mbsnwidth): Use ANSI C function declarations.
58671         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
58672
58673         * lib/gcd.h (PARAMS): Remove macro.
58674         (gcd): Use ANSI C function declarations.
58675         * lib/gcd.c (gcd): Likewise.
58676
58677 2002-11-15  Bruno Haible  <bruno@clisp.org>
58678
58679         * lib/strcspn.c: Include <stddef.h>.
58680         (strcspn): Use ANSI C function declaration. Change return type to
58681         size_t. Use NULL.
58682         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
58683         (strpbrk): Use NULL.
58684         * lib/strpbrk.h (PARAMS): Remove macro.
58685         (strpbrk): Use ANSI C function declaration.
58686         * lib/strstr.c: Don't include <sys/types.h>.
58687         * lib/strstr.h (PARAMS): Remove macro.
58688         (strstr): Use ANSI C function declarations.
58689
58690 2002-11-14  Karl Berry  <karl@gnu.org>
58691
58692         * config/mkinstalldirs: `do' on separate line, instead of
58693         `for var; do'.
58694
58695 2002-11-06  Bruno Haible  <bruno@clisp.org>
58696
58697         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
58698         * lib/gcd.c (gcd): Likewise.
58699
58700 2002-11-05  Bruno Haible  <bruno@clisp.org>
58701
58702         * lib/gcd.h: New file, from gettext-0.11.5.
58703         * lib/gcd.c: New file, from gettext-0.11.5.
58704
58705 2002-11-05  Bruno Haible  <bruno@clisp.org>
58706
58707         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58708         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58709         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58710         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
58711
58712         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
58713         <libintl.h>.
58714         * lib/makepath.c: Include gettext.h instead of <locale.h> and
58715         <libintl.h>.
58716
58717         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
58718         * lib/human.c: Include gettext.h instead of <libintl.h>.
58719         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
58720         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
58721         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
58722         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
58723         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
58724         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
58725         (textdomain): Remove definition.
58726         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
58727
58728         * lib/long-options.c: Remove include of <libintl.h> and definition of
58729         _.
58730         * lib/same.c: Remove include of <libintl.h> and definition of _.
58731
58732 2002-11-04  Owen Taylor  <otaylor@redhat.com>
58733
58734         * lib/config.charset: A few additions for Solaris.
58735
58736 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
58737
58738         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
58739         * lib/localcharset.c (locale_charset): Declare as extern "C".
58740
58741 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
58742
58743         * lib/config.charset: msdos in uk_UA uses CP1125.
58744
58745 2002-11-04  Bruno Haible  <bruno@clisp.org>
58746
58747         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
58748         * lib/strcase.h: New file, from GNU gettext-0.11.5.
58749         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
58750         * lib/strstr.h: New file, from GNU gettext-0.11.5.
58751         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
58752
58753 2002-11-04  Bruno Haible  <bruno@clisp.org>
58754
58755         * lib/localcharset.c (locale_charset): Don't return an empty string.
58756
58757 2002-11-04  Bruno Haible  <bruno@clisp.org>
58758
58759         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
58760         aliases.
58761
58762 2002-11-04  Bruno Haible  <bruno@clisp.org>
58763
58764         * lib/config.charset: Update for newest glibc. Add canonical names
58765         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
58766
58767 2002-11-04  Bruno Haible  <bruno@clisp.org>
58768
58769         * lib/config.charset: Add support for NetBSD.
58770
58771 2002-11-04  Bruno Haible  <bruno@clisp.org>
58772
58773         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
58774
58775 2002-11-01  Bruno Haible  <bruno@clisp.org>
58776
58777         * configure.in: Add AC_CONFIG_AUX_DIR call.
58778         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
58779         test/Makefile.
58780         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
58781
58782 2002-09-28  Karl Berry  <karl@gnu.org>
58783
58784         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
58785         installed automake until the next release, since changes have been
58786         made.
58787
58788 2002-09-25  Karl Berry  <karl@gnu.org>
58789
58790         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
58791         * lib/getopt*: copy from libc/posix.
58792         * lib/gettext.h: copy from gettext.
58793         * lib/.cppi-disable: add strdup.c, gettext.h.
58794
58795 2002-09-25  Karl Berry  <karl@gnu.org>
58796
58797         * config/srclist.txt: enable gettext.h check.
58798         * config/config.{guess,sub}: update from prep.
58799         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
58800                 from automake 1.6.3.
58801         See srclist*.
58802
58803 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
58804
58805         * regex.c (PATFETCH): Remove the translating fetch.
58806         (PATFETCH_RAW): Rename to PATFETCH.
58807         (set_image_of_range): New fun.
58808         (SET_RANGE_TABLE_WORK_AREA): Use it.
58809         (regex_compile): Don't translate the pattern chars so eagerly.
58810         Only do it when inserting an `exactn' bytecode or when handling
58811         a char-range.
58812         (mutually_exclusive_p): Avoid empty statement.
58813
58814 2002-07-06  Jim Meyering  <meyering@lucent.com>
58815
58816         * m4/README: Don't mention Makefile.am.in.
58817         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
58818
58819 2002-07-01  Jim Meyering  <meyering@lucent.com>
58820
58821         * lib/c-stack.c: Include sys/time.h.
58822         From Volker Borchert.
58823
58824 2002-06-26  Paul Eggert  <eggert@twinsun.com>
58825
58826         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
58827
58828 2002-06-26  Paul Eggert  <eggert@twinsun.com>
58829
58830         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
58831         New macro.  Use it uniformly instead of
58832         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
58833         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
58834         reported by Vin Shelton.
58835
58836 2002-06-22  Paul Eggert  <eggert@twinsun.com>
58837
58838         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
58839         Do not assume SA_SIGINFO behavior.
58840         Bug reported by Jim Meyering on NetBSD 1.5.2.
58841
58842 2002-06-22  Jim Meyering  <meyering@lucent.com>
58843
58844         * m4/c-stack.m4: New file, from diffutils-2.8.2.
58845         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
58846
58847         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
58848         now that configure.ac uses AC_GNU_SOURCE.
58849         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
58850         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
58851
58852         Update to latest tools.  Suggestions from Paul Eggert.
58853         * m4/stdbool.m4: New file, from diffutils-2.8.2.
58854         * m4/gnu-source.m4: Update from diffutils-2.8.2.
58855         * m4/fnmatch.m4: Likewise.
58856         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
58857         to AC_HEADER_STDBOOL
58858
58859 2002-06-22  Jim Meyering  <meyering@lucent.com>
58860
58861         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
58862         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
58863
58864 2002-06-22  Jim Meyering  <meyering@lucent.com>
58865
58866         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
58867
58868         * lib/exitfail.c, exitfail.h: Likewise.
58869         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
58870
58871         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
58872         of fnmatch.h.
58873         (EXTRA_DIST): Add fnmatch_loop.c.
58874         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
58875
58876         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
58877         * lib/fnmatch.c: Update from diffutils-2.8.2.
58878         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
58879         * lib/fnmatch.h: Remove file.
58880
58881 2002-06-21  Jim Meyering  <meyering@lucent.com>
58882
58883         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
58884         * m4/mbrtowc.m4: Likewise.
58885
58886         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
58887         * m4/mbswidth.m4: Reflect name change:
58888         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
58889         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58890
58891         * m4/lib-link.m4: Update from gettext-0.11.2.
58892         * m4/gettext.m4: Likewise.
58893
58894         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
58895         From Alfred M. Szmidt.
58896
58897 2002-06-18  Paul Eggert  <eggert@twinsun.com>
58898
58899         * lib/file-type.h: Report an error if neither S_ISREG nor
58900         S_IFREG is defined, instead of using a test specific to glibc
58901         2.2.  This should be safe, since POSIX requires S_ISREG and
58902         Unix Version 7 had S_IFREG.  We don't need to check for
58903         <sys/types.h> since we don't use any symbols that it defines.
58904
58905 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
58906
58907         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
58908         $@-t, so that each temporary file name is unique and valid in the first
58909         8 characters, for operation under DOS.
58910
58911 2002-06-15  Paul Eggert  <eggert@twinsun.com>
58912
58913         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
58914
58915 2002-06-15  Jim Meyering  <meyering@lucent.com>
58916
58917         Work even with DJGPP 2.03, which lacks support for symlinks.
58918         From Richard Dawe.
58919         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
58920         is defined.
58921         * lib/lchown.c (S_ISLNK): Likewise.
58922
58923 2002-06-15  Jim Meyering  <meyering@lucent.com>
58924
58925         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
58926         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
58927         have been included before this file.
58928
58929 2002-06-14  Jim Meyering  <meyering@lucent.com>
58930
58931         * lib/file-type.h: Use the version from diffutils-2.8.2.
58932         * lib/file-type.c: Likewise.
58933
58934 2002-06-07  Jim Meyering  <meyering@lucent.com>
58935
58936         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
58937         They're needed at least for NetBSD 1.5.2.
58938         ($statxfs_includes): Include those same headers.
58939         ($statxfs_includes): Include sys/vfs.h if available.
58940         ($statxfs_includes): Likewise for sys/statvfs.h.
58941         Check for the following members in both structs statfs and statvfs:
58942         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
58943
58944 2002-06-01  Jim Meyering  <meyering@lucent.com>
58945
58946         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
58947         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
58948
58949 2002-05-28  Jim Meyering  <meyering@lucent.com>
58950
58951         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
58952         Reported by Volker Borchert.
58953
58954 2002-05-27  Jim Meyering  <meyering@lucent.com>
58955
58956         Fix a problem seen only on nonconforming systems whereby ls.c's
58957         use of localtime, and then of gettimeofday would cause trouble:
58958         the localtime call used to initialize rpl_gettimeofday's save
58959         mechanism would clobber ls's current local time information so
58960         that in any long listing the first file would always be listed
58961         with date 1970-01-01.  Analysis by Volker Borchert.
58962
58963         * lib/gettimeofday.c (localtime): Undefine.
58964         (rpl_localtime): New function.
58965
58966 2002-05-27  Jim Meyering  <meyering@lucent.com>
58967
58968         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
58969         localtime.
58970
58971         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
58972         use the replacement function; it wouldn't resolve at link time.
58973         Reported by Volker Borchert.
58974
58975 2002-05-22  Jim Meyering  <meyering@lucent.com>
58976
58977         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
58978         file-type.h.
58979         * lib/file-type.h: New file.
58980         * lib/file-type.c (file_type): New file/function.  Extracted from
58981         diffutils.
58982
58983 2002-04-30  Jim Meyering  <meyering@lucent.com>
58984
58985         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
58986
58987 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58988
58989         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
58990
58991 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58992
58993         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
58994         Do not check for alloca.h (no longer used) or stdbool.h (was never
58995         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
58996
58997 2002-04-29  Paul Eggert  <eggert@twinsun.com>
58998
58999         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
59000
59001 2002-04-29  Jim Meyering  <meyering@lucent.com>
59002
59003         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
59004         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
59005         Use AC_FUNC_STRNLEN here instead.
59006
59007         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
59008         With autoconf-2.53a, it's part of AC_PROG_CC.
59009
59010 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59011
59012         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
59013         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
59014
59015 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59016
59017         * lib/sig2str.h, lib/sig2str.c: New files.
59018         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
59019
59020 2002-04-28  Paul Eggert  <eggert@twinsun.com>
59021
59022         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
59023         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
59024         of 127, since 64 is the largest conceivable number for ancient
59025         nonstandard hosts.
59026         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
59027
59028 2002-04-28  Jim Meyering  <meyering@lucent.com>
59029
59030         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
59031
59032 2002-04-24  Jim Meyering  <meyering@lucent.com>
59033
59034         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
59035         (jm_PREREQ): Use it.
59036
59037         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
59038         mach/mach.h fcntl.h.
59039         Check for this function: setlocale.
59040
59041 2002-04-24  Jim Meyering  <meyering@lucent.com>
59042
59043         * lib/gettext.h: New file, from Gettext.
59044         * lib/Makefile.am (INCLUDES): Remove -I../intl.
59045         (libfetish_a_SOURCES): Add gettext.h.
59046
59047 2002-04-16  Jim Meyering  <meyering@lucent.com>
59048
59049         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
59050         ut_pid, ut_id, ut_exit.
59051
59052 2002-04-16  Jim Meyering  <meyering@lucent.com>
59053
59054         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
59055         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
59056         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
59057
59058 2002-04-12  Jim Meyering  <meyering@lucent.com>
59059
59060         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
59061         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
59062         existence of the getmntinfo function.  Needed for Darwin 5.3.
59063
59064         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
59065         This is necessary at least on Darwin 5.3.
59066
59067         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
59068         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
59069         strnlen.o in the library, and that makes some versions of ranlib
59070         object.
59071
59072 2002-04-12  Jim Meyering  <meyering@lucent.com>
59073
59074         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
59075
59076 2002-04-09  Jim Meyering  <meyering@lucent.com>
59077
59078         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
59079         to be more precise.  Rather than saying we're checking whether the
59080         function `works', say what we're testing.
59081         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
59082         Reported by Bruno Haible.
59083
59084 2002-03-10  Jim Meyering  <meyering@lucent.com>
59085
59086         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
59087         Suggestion from Santiago Vila.
59088
59089 2002-03-08  Jim Meyering  <meyering@lucent.com>
59090
59091         * lib/rename.c: Mention that this wrapper is needed also on
59092         mips-dec-ultrix4.4 systems.
59093
59094 2002-03-02  Jim Meyering  <meyering@lucent.com>
59095
59096         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
59097         not HAVE_CLOCK_SETTIME.
59098
59099 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59100
59101         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
59102         Check for clock_settime.
59103
59104 2002-02-27  Paul Eggert  <eggert@twinsun.com>
59105
59106         * lib/nanosleep.h: Rename to....
59107         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
59108
59109         * lib/gettime.c: New file.
59110         * lib/settime.c: New file.
59111         * lib/stime.c: Remove.
59112
59113         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
59114         timespec.h.  Remove nanosleep.h.
59115
59116 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59117
59118         * m4/acl.m4: New file.
59119         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
59120         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
59121
59122 2002-02-25  Paul Eggert  <eggert@twinsun.com>
59123
59124         * lib/acl.c, lib/acl.h: New files.
59125         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
59126
59127 2002-02-24  Jim Meyering  <meyering@lucent.com>
59128
59129         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
59130         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
59131         cause trouble.  Reported by Nelson Beebe.
59132
59133 2002-02-23  Paul Eggert  <eggert@twinsun.com>
59134
59135         * lib/path-concat.c (xpath_concat): Reorder code to pacify
59136         compilers that don't know that xalloc_die never returns.
59137
59138 2002-02-20  Jim Meyering  <meyering@lucent.com>
59139
59140         * lib/getdate.c: Regenerate using bison-1.33.
59141
59142 2002-02-17  Jim Meyering  <meyering@lucent.com>
59143
59144         * config/config.guess (main): Don't use `head -1'; it's no longer
59145         portable. Use `sed 1q' instead.
59146
59147 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
59148
59149         * m4/codeset.m4: Upgrade to gettext-0.11.
59150         * m4/gettext.m4: Upgrade to gettext-0.11.
59151         * m4/glibc21.m4: Upgrade to gettext-0.11.
59152         * m4/iconv.m4: Upgrade to gettext-0.11.
59153         * m4/isc-posix.m4: Upgrade to gettext-0.11.
59154         * m4/lcmessage.m4: Upgrade to gettext-0.11.
59155         * m4/lib-ld.m4: New file, from gettext-0.11.
59156         * m4/lib-link.m4: New file, from gettext-0.11.
59157         * m4/lib-prefix.m4: New file, from gettext-0.11.
59158         * m4/progtest.m4: Upgrade to gettext-0.11.
59159
59160 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59161
59162         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
59163         (jm_PREREQ): Use it.
59164
59165 2002-02-15  Paul Eggert  <eggert@twinsun.com>
59166
59167         * lib/posixver.c, lib/posixver.h: New files.
59168         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59169
59170 2002-02-02  Paul Eggert  <eggert@twinsun.com>
59171             Bruno Haible  <bruno@clisp.org>
59172
59173         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
59174         (fwrite_success_callback): New declaration.
59175         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
59176         print_unicode_char. Call failure callback instead of error.
59177         (fwrite_success_callback): New function.
59178         (exit_failure_callback): New function.
59179         (fallback_failure_callback): New function.
59180         (print_unicode_char): Call unicode_to_mb.
59181
59182 2002-01-26  Jim Meyering  <meyering@lucent.com>
59183
59184         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
59185         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
59186
59187 2002-01-26  Jim Meyering  <meyering@lucent.com>
59188
59189         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
59190
59191 2002-01-22  Paul Eggert  <eggert@twinsun.com>
59192
59193         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
59194
59195 2002-01-22  Jim Meyering  <meyering@lucent.com>
59196
59197         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
59198         Otherwise, some versions of automake would omit the rule that makes
59199         Makefile from Makefile.in.
59200
59201 2002-01-21  Paul Eggert  <eggert@twinsun.com>
59202
59203         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
59204         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
59205         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
59206         (memcoll): Set errno to zero if there is no error.
59207
59208         * lib/quotearg.c (quotearg_buffer_restyled):
59209         Fix bug with quoting buffers containing NUL when backslashing escapes.
59210         This bug was exposed by the other changes in this patch.
59211         (quotearg_n_options): New arg ARGSIZE.
59212         All callers changed.
59213         (quoting_options_from_style): New function.
59214         (quotearg_n_style): Use it.
59215         (quotearg_n_style_mem): New function.
59216
59217         * lib/quotearg.h (quotearg_n_style_mem): New function.
59218
59219 2002-01-19  Jim Meyering  <meyering@lucent.com>
59220
59221         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
59222         Remove useless quotes: DF_PROG="df".
59223         * m4/strnlen.m4: New file.
59224
59225 2002-01-16  Paul Eggert  <eggert@twinsun.com>
59226
59227         * lib/backupfile.c (ISDIGIT): Comment fix.
59228         * lib/getdate.y (ISDIGIT): Likewise.
59229         * lib/posixtm.c (ISDIGIT, year): Likewise.
59230         * lib/strverscmp.c (ISDIGIT): Likewise.
59231         * lib/userspec.c (ISDIGIT): Likewise.
59232
59233 2002-01-16  Jim Meyering  <meyering@lucent.com>
59234
59235         * lib/getdate.y: Add three semicolons, each just before a closing
59236         brace. Bison (as of version 1.31) no longer papers over that mistake.
59237
59238 2002-01-05  Jim Meyering  <meyering@lucent.com>
59239
59240         * lib/version-etc.c (version_etc_copyright): Update copyright year.
59241
59242 2001-12-19  Paul Eggert  <eggert@twinsun.com>
59243
59244         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
59245         not silently exit merely because the output buffer happens to
59246         have nothing pending.
59247
59248 2001-12-18  Paul Eggert  <eggert@twinsun.com>
59249
59250         See the big note in ../ChangeLog.
59251         * lib/human.c (suffixes): Prefer K to k for 1024.
59252         (generate_suffix_backwards): New function.
59253         (human_readable_inexact): Use it.
59254         * lib/xstrtol.c (__xstrtol): If there is no number but there
59255         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
59256         Accept 'K' as well as 'k'.
59257
59258 2001-12-15  Jim Meyering  <meyering@lucent.com>
59259
59260         * lib/regex.h (__restrict_arr): Update from libc.
59261
59262         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
59263         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
59264         (STREQ): Define.
59265
59266 2001-12-14  Jim Meyering  <meyering@lucent.com>
59267
59268         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
59269         Suggestion from Bruno Haible.
59270
59271 2001-12-10  Jim Meyering  <meyering@lucent.com>
59272
59273         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
59274         xrealloc, Instead, include "xalloc.h".
59275         (initbuffer): Don't cast xmalloc return value to char*.
59276         (readline): Reword comment.
59277         Don't cast xrealloc return value to char*
59278         Return NULL, not 0.
59279
59280 2001-12-09  Jim Meyering  <meyering@lucent.com>
59281
59282         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
59283         about `signed and unsigned type in conditional expression'.
59284         * lib/posixtm.c (posix_time_parse): Likewise.
59285
59286         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
59287
59288         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
59289         to avoid a pedantic warning.
59290
59291         * lib/getstr.c: Don't include assert.h.
59292         (getstr): Remove warning-evoking assertions.
59293         Return -1 if offset parameter is out of bounds.
59294         Change the type of a local from int to size_t.
59295
59296         * lib/strftime.c (my_strftime_localtime_r): Include this function
59297         definition in the `#if ! HAVE_TM_GMTOFF' block.
59298
59299         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
59300         Include xalloc.h instead.
59301
59302 2001-12-02  Jim Meyering  <meyering@lucent.com>
59303
59304         * lib/tempname.c: Don't declare getenv, thus reverting the change of
59305         2001-11-18.  It's no longer necessary, now that stdlib.h is always
59306         included.
59307
59308         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
59309         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
59310
59311 2001-11-30  Akim Demaille  <akim@epita.fr>
59312
59313         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
59314         before being defined.
59315
59316 2001-11-27  Paul Eggert  <eggert@twinsun.com>
59317
59318         * lib/quotearg.h (quotearg_n, quotearg_n_style):
59319         First arg is int, not unsigned.
59320         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
59321         (SIZE_MAX, UINT_MAX): New macros.
59322         (quotearg_n_options): Abort if N is negative.
59323         Avoid overflow check on hosts where size_t is 64 bits and int
59324         is 32 bits, as overflow is impossible there.
59325         Fix off-by-one typo that caused unnecessary reallocation.
59326
59327 2001-11-27  Jim Meyering  <meyering@lucent.com>
59328
59329         * lib/tempname.c: Merge with version from libc.
59330         * lib/regex.c: Likewise.
59331
59332         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
59333         systems for which STDC_HEADERS is 0, it was not included, resulting in
59334         a warning about an integer-to-pointer conversion problem with getenv.
59335         Reported by Volker Borchert.
59336
59337 2001-11-26  Jim Meyering  <meyering@lucent.com>
59338
59339         * lib/gtod.h: Remove file.
59340         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
59341         * lib/gettimeofday.c: Don't include gtod.h.
59342         (GTOD_init): Remove function.
59343         (rpl_gettimeofday): Do its job here instead, rather than aborting.
59344         Suggestion from Volker Borchert.
59345
59346 2001-11-23  Jim Meyering  <meyering@lucent.com>
59347
59348         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
59349         it.
59350         * lib/hash.c (struct hash_table): Define it here instead.
59351
59352 2001-11-22  Jim Meyering  <meyering@lucent.com>
59353
59354         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
59355
59356 2001-11-20  Jim Meyering  <meyering@lucent.com>
59357
59358         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
59359         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
59360
59361 2001-11-19  Jim Meyering  <meyering@lucent.com>
59362
59363         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
59364         directory.  Use "conftestXXXXXX" as the template.
59365         Suggestion from Paul Eggert.
59366
59367         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
59368         immediately, so the test doesn't mistakenly hit the max-open-files
59369         limit.
59370
59371 2001-11-18  Paul Eggert  <eggert@twinsun.com>
59372
59373         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
59374         (TEMPORARIES): New macro.
59375         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
59376         removes an artificial limitation (e.g. HP-UX 10.20, where
59377         TMP_MAX is 17576).
59378
59379 2001-11-18  Jim Meyering  <meyering@lucent.com>
59380
59381         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
59382
59383 2001-11-18  Jim Meyering  <meyering@lucent.com>
59384
59385         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
59386         on SunOS 4.
59387
59388         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
59389         files will be created before anything else.
59390
59391 2001-11-17  Paul Eggert  <eggert@twinsun.com>
59392
59393         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
59394         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
59395
59396 2001-11-17  Jim Meyering  <meyering@lucent.com>
59397
59398         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
59399         Prompted by a report from Bob Proulx.
59400
59401         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
59402         Instead, require UTILS_FUNC_MKSTEMP.
59403
59404 2001-11-17  Jim Meyering  <meyering@lucent.com>
59405
59406         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
59407         Now, that's done as part of AC_FUNC_STRTOD.
59408
59409 2001-11-17  Jim Meyering  <meyering@lucent.com>
59410
59411         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
59412         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
59413         rather than group writable.  Patch by Juan F. Codagnone.
59414
59415         * lib/readtokens.c: Remove explicit declarations of xmalloc and
59416         xrealloc, Instead, include "xalloc.h".
59417
59418         * lib/mountlist.c: Include unlocked-io.h after all system headers.
59419         Remove explicit declarations of xmalloc, xrealloc,
59420         and xstrdup.  Instead, include "xalloc.h".
59421
59422         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
59423         unlocked-io.h.
59424         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
59425         Likewise.
59426         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
59427
59428         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
59429         Reported by Padraig Brady.
59430
59431         * lib/mkstemp.c: #undef mkstemp.
59432         Include config.h.
59433         (rpl_mkstemp): Rename from mkstemp.
59434         Protoize.
59435
59436 2001-11-16  Jim Meyering  <meyering@lucent.com>
59437
59438         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
59439         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
59440         determine the amount of total physical memory, use pstat_getstatic.
59441         HPUX-11 doesn't define _SC_PHYS_PAGES.
59442         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
59443         If sysconf couldn't be used to determine the amount of available
59444         physical memory, use both pstat_getstatic and pstat_getdynamic.
59445         Based on a patch from Bob Proulx.
59446
59447 2001-11-10  Jim Meyering  <meyering@lucent.com>
59448
59449         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
59450         (jm_PREREQ): Use it.
59451
59452 2001-11-09  Jim Meyering  <meyering@lucent.com>
59453
59454         * m4/jm-macros.m4: Require autoconf-2.52f.
59455         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
59456         Use these AC_-prefixed names, not the AM_-prefixed ones.
59457
59458         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
59459
59460 2001-11-05  Jim Meyering  <meyering@lucent.com>
59461
59462         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
59463
59464 2001-11-04  Jim Meyering  <meyering@lucent.com>
59465
59466         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
59467         $DEFS.
59468
59469 2001-11-03  Jim Meyering  <meyering@lucent.com>
59470
59471         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
59472         of AC_DEFUN.
59473
59474         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
59475         know the name of the variable in the macro definition.
59476
59477 2001-11-03  Jim Meyering  <meyering@lucent.com>
59478
59479         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
59480         in argmatch_to_argument call.
59481
59482         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
59483         argument.
59484
59485         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
59486         e.g., a fault due to an attempt to free a NULL pointer.
59487
59488 2001-11-01  Jim Meyering  <meyering@lucent.com>
59489
59490         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
59491         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
59492
59493 2001-11-01  Jim Meyering  <meyering@lucent.com>
59494
59495         * lib/dirfd.c, lib/dirfd.h: New files.
59496         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
59497
59498         * lib/hash.c (hash_print) [TESTING]: Clean up.
59499
59500 2001-10-22  Paul Eggert  <eggert@twinsun.com>
59501
59502         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
59503         to avoid a warning if -Wall.
59504
59505 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
59506
59507         * README: New file
59508         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
59509         (per RMS's instructions, this is now the canonical source)
59510         * lgpl/, gpl/: New directories.
59511
59512 2001-10-21  Paul Eggert  <eggert@twinsun.com>
59513
59514         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
59515
59516 2001-10-21  Jim Meyering  <meyering@lucent.com>
59517
59518         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
59519         this code would end up calling gettext even in packages built
59520         with --disable-nls.
59521         * lib/getopt.c (_): Likewise.
59522         * lib/regex.c (_): Likewise.
59523
59524 2001-10-20  Paul Eggert  <eggert@twinsun.com>
59525
59526         * m4/error.m4 (jm_PREREQ_ERROR):
59527         Do not invoke AC_CHECK_FUNCS with strerror_r, as
59528         AC_FUNC_STRERROR_R does that.
59529         Check for strerror declaration.
59530
59531         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
59532         are supposed to have them these days.
59533         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
59534         Merge changes from latest Autoconf CVS.
59535         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
59536         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
59537         POSIX decided to standardize on the int flavor of strerror_r.
59538
59539 2001-10-20  Paul Eggert  <eggert@twinsun.com>
59540
59541         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
59542         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
59543         Use strerror_r that is only a macro, even if it is not a function.
59544         (strerror): Check for HAVE_DECL_STRERROR before declaring.
59545         (private_strerror): Use prototypes, not old-style function definition.
59546         (print_errno_message): New function.
59547         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
59548         char*-flavored one.
59549         (error_tail, error, error_at_line): Use it.
59550
59551 2001-10-11  Jim Meyering  <meyering@lucent.com>
59552
59553         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
59554         and quote_n (1, ... to avoid clobbering a buffer.
59555
59556 2001-10-05  Jim Meyering  <meyering@lucent.com>
59557
59558         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
59559         hash-pjw.h.
59560         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
59561         * lib/hash-pjw.h: New file.
59562
59563 2001-09-30  Jim Meyering  <meyering@lucent.com>
59564
59565         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
59566         `struct fsstat' has the `f_fstypename' member.
59567         Use that to define FS_TYPE, which is now used to make
59568         the getfsstat link test tighter.
59569
59570 2001-09-30  Jim Meyering  <meyering@lucent.com>
59571
59572         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
59573         Include <sys/ucred.h>, for Apple Darwin.
59574         Include sys/mount.h and sys/fs_types.h only if available.
59575         (FS_TYPE): Define.
59576         (read_filesystem_list): Use FS_TYPE.
59577
59578 2001-09-29  Paul Eggert  <eggert@twinsun.com>
59579
59580         * lib/exclude.c (excluded_filename): 0 -> false, since it's
59581         a boolean context.
59582
59583 2001-09-29  Jim Meyering  <meyering@lucent.com>
59584
59585         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
59586         [one-argument getmntent function]): Include stdio.h before mntent.h.
59587         SunOS 4.1.x needs it for the declaration of `FILE'.
59588         Patch by Volker Borchert.
59589
59590         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
59591         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
59592         sys/fs_types.h, and make the link-test for getfsstat guard #include
59593         directives with appropriate #if HAVE_*_H tests so that we can
59594         detect getfsstat on Apple Darwin1.3.7 systems.
59595         Reported by Nelson Beebe.
59596         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
59597
59598 2001-09-28  Paul Eggert  <eggert@twinsun.com>
59599
59600         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
59601         #defines strtoimax.  Also treat the other strto* functions
59602         like strtoimax.
59603
59604         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
59605         Check for strtoul and strtoumax,
59606         as those declarations are made even in the signed case.
59607         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
59608         Likewise, for strtol and strtoimax.
59609
59610 2001-09-28  Paul Eggert  <eggert@twinsun.com>
59611
59612         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
59613         #defines strtoimax.  Also treat the other strto* functions
59614         like strtoimax.
59615
59616         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
59617         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
59618         (strtoimax, strtoumax): Do not declare if already defined as a macro.
59619
59620 2001-09-26  Jim Meyering  <meyering@lucent.com>
59621
59622         Most macros in unlocked-io.h had the wrong number of arguments.
59623         * lib/gen-uio: New script.
59624         (USE_UNLOCKED_IO): Define to 1 if not already defined.
59625         * lib/unlocked-io.hin: Remove file.
59626         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
59627         rather than trying to embed it here.
59628         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
59629         Reported by Padraig Brady.
59630
59631 2001-09-25  Volker Borchert  <bt@teknon.de>
59632
59633         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
59634         `result'.
59635
59636 2001-09-24  Jim Meyering  <meyering@lucent.com>
59637
59638         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
59639
59640 2001-09-23  Jim Meyering  <meyering@lucent.com>
59641
59642         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
59643         instead of the mere test for existence of mntent.h.  The latter
59644         would get a false-positive on AIX 3.4 systems.
59645         In the outer getmntent if-block, don't die if neither of the getmntent
59646         tests succeeds.  Instead, just fall through and continue with the
59647         remaining tests.
59648
59649 2001-09-23  Jim Meyering  <meyering@lucent.com>
59650
59651         * lib/mountlist.c: Remove useless parentheses in #if directives.
59652         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
59653         the deprecated MOUNTED symbol is no longer defined in mntent.h.
59654
59655 2001-09-22  Jim Meyering  <meyering@lucent.com>
59656
59657         * m4/gettext.m4: New file.  From gettext.
59658         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
59659         * m4/progtest.m4: Likewise
59660         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
59661         * m4/glibc21.m4: Likewise.
59662
59663         * m4/libintl.m4: Remove.  No longer used.
59664
59665 2001-09-22  Jim Meyering  <meyering@lucent.com>
59666
59667         * lib/localcharset.c: Update from latest gettext.
59668         * lib/config.charset: Likewise.
59669
59670 2001-09-20  Jim Meyering  <meyering@lucent.com>
59671
59672         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
59673         strtoimax.
59674         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
59675         strtoumax.
59676
59677 2001-09-20  Jim Meyering  <meyering@lucent.com>
59678
59679         * lib/xstrtol.c (strtoimax): Guard declaration with
59680         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
59681         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
59682         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
59683         (strtoumax): Likewise, for completeness (it wasn't necessary).
59684
59685 2001-09-17  Paul Eggert  <eggert@twinsun.com>
59686
59687         * lib/strtoimax.c (HAVE_LONG_LONG):
59688         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
59689         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
59690         to work around bug in IBM C compiler.
59691
59692 2001-09-17  Jim Meyering  <meyering@lucent.com>
59693
59694         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
59695         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
59696         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
59697         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
59698         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
59699         whenever the right hand side need not be expanded by the shell.
59700
59701 2001-09-16  Paul Eggert  <eggert@twinsun.com>
59702
59703         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
59704         library.  It's not correct, as some older glibcs are buggy.
59705         fnmatch wasn't fixed until glibc 2.2.
59706
59707         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
59708         special shell magic here.
59709
59710 2001-09-16  Jim Meyering  <meyering@lucent.com>
59711
59712         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
59713         * m4/jm-macros.m4: Require it.
59714
59715 2001-09-16  Jim Meyering  <meyering@lucent.com>
59716
59717         * lib/mkdir.c: New file.
59718
59719 2001-09-15  Jim Meyering  <meyering@lucent.com>
59720
59721         * m4/jm-macros.m4: Check for help2man.
59722
59723 2001-09-11  Jim Meyering  <meyering@lucent.com>
59724
59725         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
59726         The body, by Paul Eggert, was moved here from configure.in.
59727         * m4/jm-macros.m4: Require UTILS_HOST_OS.
59728
59729 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59730
59731         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
59732         (jm_PREREQ): Use it.
59733
59734 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59735
59736         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
59737         Use ssize_t, not int, to store result of readlink.
59738         Check for ssize_t overflow as well as size_t overflow,
59739         as POSIX says the result of readlink is implementation-defined
59740         when ssize_t overflows.
59741         Remove unnecessary cast to char*.
59742         Use free+malloc instead of realloc, as the storage doesn't need
59743         to be preserved and it's clearer and can be more efficient that way.
59744         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
59745         * lib/xreadlink.h (xreadlink): Update prototype.
59746
59747 2001-09-04  Paul Eggert  <eggert@twinsun.com>
59748
59749         * lib/xgetcwd.c: Revert some of the previous change; intead,
59750         fix the HAVE_GETCWD_NULL code to behave more like the
59751         !HAVE_GETCWD_NULL code used to.
59752
59753         Include "xalloc.h".
59754         (xgetcwd): Do not return NULL when memory is exhausted; instead,
59755         invoke xalloc_die.
59756
59757 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59758
59759         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
59760         sys/param.h, as pathmax.h includes them.
59761
59762 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59763
59764         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
59765         (jm_PREREQ_XGETCWD): New macro.
59766
59767         * m4/getcwd.m4: New file.
59768
59769 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59770
59771         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
59772         like the HAVE_GETCWD_NULL code.
59773         Include pathmax.h if not HAVE_GETCWD.
59774         Do not include xalloc.h.
59775         (INITIAL_BUFFER_SIZE): New symbol.
59776         Do not use xmalloc / xrealloc, since the caller is responsible for
59777         handling errors.  Preserve errno around `free' during failure.
59778         Do not overrun buffer when using getwd.
59779
59780 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59781
59782         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
59783         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
59784         getcwd (NULL, 0).
59785
59786 2001-09-03  Paul Eggert  <eggert@twinsun.com>
59787
59788         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
59789         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
59790         spotted by Jim Meyering.
59791
59792 2001-09-03  Jim Meyering  <meyering@lucent.com>
59793
59794         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
59795         failure.
59796
59797 2001-09-02  Jim Meyering  <meyering@lucent.com>
59798
59799         * lib/error.c: Update from GNU libc.
59800
59801 2001-09-01  Jim Meyering  <meyering@lucent.com>
59802
59803         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
59804         Used by df.
59805
59806 2001-09-01  Jim Meyering  <meyering@lucent.com>
59807
59808         * lib/xreadlink.c: New file.
59809         * lib/xreadlink.h: New file.
59810         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
59811         xreadlink.h.
59812
59813         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
59814         doesn't conflict with sparc Solaris 7's definition in
59815         /usr/include/sys/int_types.h.
59816
59817         * lib/exclude.c: Use `""', not `<>' to #include non-system header
59818         files.
59819         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
59820         and strncasecmp as r-values.  Unixware didn't have declarations.
59821
59822 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59823
59824         * lib/xstrtol.h: Add copyright notice.
59825         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
59826         LONGINT_INVALID_SUFFIX_CHAR.
59827
59828 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59829
59830         * lib/xstrtol.c (strtoimax): New decl.
59831
59832 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59833
59834         * lib/xgetcwd.c: Don't include pathmax.h.
59835         Include stdlib.h and unistd.h if available.
59836         Include xalloc.h.
59837         (xmalloc, xstrdup, free): Remove decls.
59838         (xgetcwd): Don't assume sizes fit in unsigned.
59839         Check for overflow when computing sizes.
59840         Simplify reallocation code.
59841
59842 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59843
59844         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
59845         a directory's st_size can have an arbitrary value, so the old
59846         usage could waste an arbitrary amount of memory.  All uses
59847         changed.
59848         * lib/savedir.h: Update prototype.
59849
59850 2001-08-31  Paul Eggert  <eggert@twinsun.com>
59851
59852         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
59853
59854         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
59855         old strtoimax.c.
59856
59857         Also, make the following further changes to make this file's
59858         configuration more similar to that of strtol.c:
59859         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
59860         (strtoumax, uintmax_t, strtoull, strtol): Remove.
59861         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
59862         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
59863         changed to signed values.
59864
59865         And make the following changes as well:
59866         Fix copyright notice, as 1999 was missing.
59867         (verify): New macro.
59868         (strtoimax): Check sizes at compile-time, not run-time.
59869         Prefer strtol to strtoll if both work.
59870         (main): Remove; it was not that useful and was a pain to maintain.
59871
59872         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
59873
59874 2001-08-31  Jim Meyering  <meyering@lucent.com>
59875
59876         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
59877         Use an initial, malloc'd, buffer of length 128 rather than
59878         a statically allocated one of length 1024.
59879
59880 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59881
59882         Simplify code, partly by assuming autoconf 2.52 semantics.
59883
59884         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
59885
59886         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
59887         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
59888         All uses removed.
59889         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
59890         Move AC_REQUIRE to next-to-top level, to avoid confusion.
59891         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
59892         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
59893         jm_AC_HEADER_INTTYPES_H.
59894         * m4/jm-macros.m4 (jm_MACROS): Likewise.
59895
59896         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
59897
59898         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
59899         Quote first arg of AC_DEFUN.
59900         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
59901         since they are needed to parse the include file even if we need
59902         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
59903         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
59904         but with opposite signedness.
59905
59906 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59907
59908         Merge 'exclude' changes from tar 1.13.22.
59909         This fixes one or two unlikely storage allocation overflow bugs,
59910         but doesn't change user-visible behavior otherwise.
59911
59912 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59913
59914         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
59915         (jm_PREREQ_EXCLUDE): New macro.
59916
59917 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59918
59919         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
59920         tm to be declared.
59921
59922 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59923
59924         * lib/hash.c: Remove '2001' from copyright notice.
59925
59926 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59927
59928         * lib/full-write.h: New file.
59929         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
59930         * lib/full-write.c: Correct credits, as cccp.c no longer
59931         exists and anyway it was so heavily changed from the old cccp
59932         code as to be unrecognizable.  Include full-write.h.
59933         (full_write) Return size_t, with short writes meaning failure.
59934         All callers changed.  This fixes a bug with large buffers
59935         on 64-bit hosts.
59936         * lib/utime.c: Include full-write.h.
59937
59938 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59939
59940         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
59941         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
59942         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
59943         Include if available.
59944         (<xalloc.h>): Include
59945         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
59946         (verify): New macro.  Use it to verify that EXCLUDE macros do not
59947         collide with FNM macros.
59948         (struct patopts): New struct.
59949         (struct exclude): Use it, as exclude patterns now come with options.
59950         (new_exclude): Support above changes.
59951         (new_exclude, add_exclude_file):
59952         Initial size must now be a power of two to simplify overflow checking.
59953         (free_exclude, fnmatch_no_wildcards): New function.
59954         (excluded_filename): No longer requires options arg, as the options
59955         are determined by add_exclude.  Now returns bool, not int.
59956         (excluded_filename, add_exclude):
59957         Add support for the fancy new exclusion options.
59958         (add_exclude, add_exclude_file): Now takes int options arg.
59959         Check for arithmetic overflow when computing sizes.
59960         (add_exclude_file): xrealloc might modify errno, so don't
59961         realloc until after errno might be used.
59962
59963         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
59964         New macros.
59965         (free_exclude): New decl.
59966         (add_exclude, add_exclude_file): Now takes int options arg.
59967         (excluded_filename): No longer requires options arg, as the options
59968         are determined by add_exclude.  Now returns bool, not int.
59969
59970 2001-08-30  Paul Eggert  <eggert@twinsun.com>
59971
59972         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
59973
59974 2001-08-27  Jim Meyering  <meyering@lucent.com>
59975
59976         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
59977
59978         * lib/version-etc.c (N_): Remove definition.
59979         Revert most of last change.
59980         Instead, simply don't mark the `Copyright...' string for translation.
59981         Based on advice from Paul Eggert.
59982
59983         * lib/strtoxmax.c: Tweak comment.
59984
59985 2001-08-26  Jim Meyering  <meyering@lucent.com>
59986
59987         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
59988
59989         * m4/xstrtoimax.m4: New file.
59990         * m4/xstrtoumax.m4: Add comments explaining why we
59991         AC_REPLACE_FUNCS(strtol).
59992
59993 2001-08-26  Jim Meyering  <meyering@lucent.com>
59994
59995         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
59996         of copyright with `%s' so translators don't get an untranslated
59997         message in 2002.
59998         (COPYRIGHT_YEAR): Define.
59999         (version_etc): Use fprintf rather than fputs.
60000         Suggestion from Ulrich Drepper.
60001
60002         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
60003
60004         * lib/strtoll.c: New file, from GNU libc.
60005         * lib/xstrtoimax.c: New file.
60006
60007         * lib/xstrtol.h: Add xstrtoimax.
60008         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
60009         * lib/strtoimax.c: New file.  Likewise, but first define
60010         STRTOUXMAX_SIGNED.
60011
60012         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
60013         ...
60014         * lib/strtoxmax.c: ... then renamed to this.
60015
60016 2001-08-18  Paul Eggert  <eggert@twinsun.com>
60017
60018         * m4/inttypes.m4: Add AC_PREREQ(2.13).
60019         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
60020         (jm_AC_TYPE_INTMAX_T): New macro.
60021         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
60022
60023         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
60024
60025         * m4/longlong.m4: Renamed from ulonglong.m4.
60026         * m4/inttypes.m4: Renamed from inttypes_h.m4.
60027         * m4/uintmax_t.m4: Removed.
60028
60029 2001-08-13  Paul Eggert  <eggert@twinsun.com>
60030
60031         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
60032         Port to Solaris 8, where 'sed' requires a space after the 'r'
60033         command, and where sh dislikes "$/".  Clean up the spacing a bit.
60034         Redirect output to $tmp just once.
60035
60036 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
60037
60038         * lib/addext.c (<errno.h>): Include.
60039         (errno): Declare if not defined.
60040         (addext): Work correctly when pathconf returns -1 and leaves
60041         errno alone because there is no limit.  Also, work even if
60042         pathconf returns a value greater than SIZE_MAX.
60043
60044 2001-08-12  Jim Meyering  <meyering@lucent.com>
60045
60046         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
60047         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
60048         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
60049         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
60050         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
60051         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
60052         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
60053         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
60054         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
60055         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
60056         utime.m4, utimes.m4, xstrtoumax.m4:
60057         Quote the first argument in each use of AC_DEFUN.
60058
60059 2001-08-12  Jim Meyering  <meyering@lucent.com>
60060
60061         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
60062         Simply `return getcwd (NULL, 0);'.
60063         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
60064         Use 1300 as initial value for length, not PATH_MAX.
60065
60066         * lib/pathmax.h: Clean up cpp syntax.
60067
60068 2001-08-12  Jim Meyering  <meyering@lucent.com>
60069
60070         * lib/gettimeofday.c: New file.
60071         * lib/gtod.h: New file.
60072         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
60073
60074 2001-08-05  Jim Meyering  <meyering@lucent.com>
60075
60076         * m4/jm-macros.m4: Require autoconf-2.52.
60077
60078 2001-08-04  Jim Meyering  <meyering@lucent.com>
60079
60080         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
60081         stmt, to get in sync with glibc.
60082
60083 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60084
60085         The following changes are from gettext 0.10.39 as maintained by
60086         Bruno Haible.
60087
60088         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
60089         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
60090         with inverted sense.  All uses changed.
60091
60092         * lib/mbswidth.c: Don't include <limits.h>.
60093         Include <stdlib.h> and <string.h> unconditionally.
60094         (iswcntrl, mbsinit, ISCNTRL): New macros.
60095         (mbsnwidth): Use K&R style function declarations.
60096         Don't bother checking for MB_LEN_MAX == 1, since the compiler
60097         can optimize it when MB_CUR_MAX == 1.
60098         The width of control characters is zero, not 1.
60099
60100 2001-08-03  Paul Eggert  <eggert@twinsun.com>
60101
60102         The following changes are from gettext 0.10.39 as maintained by
60103         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
60104
60105         * m4/codeset.m4: Upgrade to serial AM1.
60106         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
60107         all uses changed.  Quote first arg of AC_DEFUN.
60108         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
60109
60110         * m4/iconv.m4: Upgrade to serial AM2.
60111         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
60112         Add --with-libconv-prefix.
60113         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
60114         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
60115         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
60116         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
60117         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
60118
60119         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
60120         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
60121         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
60122         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
60123         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
60124         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
60125         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
60126         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
60127         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
60128
60129         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
60130         string.h any more.
60131
60132         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
60133         not the default value.
60134
60135         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
60136         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
60137         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
60138         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
60139         Also check for iswcntrl, used for wcwidth fallback.
60140         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
60141         to Autoconf 2.13.
60142
60143 2001-08-03  Jim Meyering  <meyering@lucent.com>
60144
60145         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
60146         as it was in the original.  Reported by Paul Eggert.
60147
60148 2001-07-16  Jim Meyering  <meyering@lucent.com>
60149
60150         * m4/gettimeofday.m4: New file.
60151         Prompted by a report from Bernhard Baehr.
60152
60153 2001-07-15  Jim Meyering  <meyering@lucent.com>
60154
60155         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
60156         stuff. Now it's in ../Makefile.cfg.
60157
60158 2001-07-15  Jim Meyering  <meyering@lucent.com>
60159
60160         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
60161         (BUILT_SOURCES): Add unlocked-io.h.
60162         (io_functions): Define.
60163         (unlocked-io.h): New rule.
60164         (DISTCLEANFILES): Add unlocked-io.h.
60165         (all-local): Depend on unlocked-io.h, to ensure it is created.
60166
60167         * lib/unlocked-io.hin: New file
60168
60169         * lib/regex.c: Update from glibc.
60170
60171 2001-07-05  Jim Meyering  <meyering@lucent.com>
60172
60173         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
60174         recommendation.
60175         (libfetish_a_SOURCES): Put all .h files here instead.
60176         Remove a thus-exposed (better checks in automake) duplicate and
60177         two unnecessary .h files.
60178
60179 2001-07-04  Jim Meyering  <meyering@lucent.com>
60180
60181         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
60182         that generates jm-glibc-io.m4 so that it doesn't trigger any make
60183         distcheck failure.
60184
60185 2001-07-02  Jim Meyering  <meyering@lucent.com>
60186
60187         The following changes were prompted by suggestions from Bruno Haible.
60188
60189         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
60190         is now generated.
60191         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
60192         definition of EXTRA_DIST.
60193         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
60194         ensure that the generated file is created/updated whenever the list
60195         of $(unlocked_functions) is changed.
60196         (jm-glibc-io.m4): New rule.
60197         (unlocked-io.h): New rule -- currently unused.
60198
60199 2001-06-24  Jim Meyering  <meyering@lucent.com>
60200
60201         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
60202         unmatched right bracket, rather than kludging it with an extra,
60203         falsely-matching quote in a comment.  Patch by Akim Demaille.
60204
60205 2001-06-11  Jim Meyering  <meyering@lucent.com>
60206
60207         * lib/regex.c: Update from GNU libc.
60208
60209 2001-05-27  Jim Meyering  <meyering@lucent.com>
60210
60211         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
60212         Check for ut_type in struct utmp.
60213
60214 2001-05-27  Jim Meyering  <meyering@lucent.com>
60215
60216         * lib/readutmp.h (UT_TYPE): Define.
60217
60218 2001-05-24  Jim Meyering  <meyering@lucent.com>
60219
60220         * lib/argmatch.c: Include "quote.h".
60221         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
60222         quote function.  Reported by Göran Uddeborg.
60223
60224 2001-05-22  Jim Meyering  <meyering@lucent.com>
60225
60226         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
60227         now that we use the package-supplied version unconditionally.
60228         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
60229
60230 2001-05-21  Jim Meyering  <meyering@lucent.com>
60231
60232         * m4/regex.m4: Change a couple backticks to single quotes to avoid
60233         shell syntax errors.
60234
60235 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60236
60237         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
60238
60239 2001-05-20  Paul Eggert  <eggert@twinsun.com>
60240
60241         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
60242         Don't bother to check library strftime, since
60243         we'll be using our own my_strftime function anyway.
60244         Define my_strftime instead of strftime.
60245
60246 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
60247
60248         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
60249         which is not yet declared.
60250
60251 2001-05-15  Jim Meyering  <meyering@lucent.com>
60252
60253         * m4/regex.m4: Use proper quoting so brackets appear in the test
60254         program.
60255         Reported by, and with help from, Bruno Haible.
60256
60257 2001-05-13  Jim Meyering  <meyering@lucent.com>
60258
60259         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
60260         undefined.
60261
60262 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60263
60264         dirname code cleanup.  base_name now behaves more compatibly
60265         with POSIX basename when given file names that have trailing
60266         slashes, and similarly for dir_name.  Add new primitives
60267         base_len and dir_len.  Put the directory-name-related decls
60268         into dirname.h.
60269
60270         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
60271         * lib/backupfile.c (base_name): Likewise.
60272         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
60273         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
60274         * lib/makepath.c (strip_trailing_slashes): Likewise.
60275         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
60276         ISSLASH): Likewise.
60277         * lib/rename.c (strip_trailing_slashes): Likewise.
60278         * lib/same.c (base_name): Likewise.
60279         * lib/stripslash.c (ISSLASH): Likewise.
60280
60281         * lib/addext.c: Include <dirname.h> after size_t is defined.
60282         * lib/backupfile.c: Likewise.
60283
60284         * lib/addext.c (addext): Use base_len to trim redundant
60285         trailing slashes instead of doing it ourselves.
60286         But do not trim the last slash if it is not redundant.
60287
60288         * lib/backupfile.c (find_backup_file_name,
60289         max_backup_version): Use base_len instead of rolling it ourselves.
60290         Handle the case of "" and (on DOS) "C:" correctly.
60291
60292         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
60293         needed. Include <string.h>, <dirname.h>.
60294         (base_name): Allow file names ending in slashes, other than names
60295         that are all slashes.  In this case, return the basename followed
60296         by the slashes.  This is more general, and can be used in places
60297         where the original base_name purposely had an assertion failure.
60298         (base_len): New function.
60299
60300         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
60301         Do not include <assert.h>; no longer needed.
60302         Include xalloc.h.
60303         (memrchr): Remove decl.
60304         (dir_name_r): Remove.
60305         (dir_len): Renamed from dirlen.  All callers changed.
60306         Rewrite in terms of base_name, for simplicity and consistency.
60307         (dir_name): Never return NULL.  All callers changed.
60308         Do not include <stdlib.h> in test program; no longer needed.
60309         return 0; is fine for test program.
60310
60311         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
60312         New macros.
60313         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
60314
60315         * lib/path-concat.c (path_concat): Use base_len to compute
60316         base length, not strlen; this means we cannot rely on memcpy
60317         to null-terminate.
60318
60319         * lib/same.c (STREQ): Remove.
60320         (same_name): Handle the case where the basename ends in trailing '/'.
60321
60322         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
60323         a slash was stripped.  Do not strip the last slash after a
60324         file system prefix.
60325
60326 2001-05-11  Paul Eggert  <eggert@twinsun.com>
60327
60328         * lib/Makefile.am (libfetish_a_SOURCES):
60329         Add strftime.c, since we now compile it on all hosts.
60330
60331         * lib/strftime.c (my_strftime):
60332         Define to nstrftime if emacs, but only if my_strftime is not defined.
60333         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
60334         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
60335         Add one more extra argument: a nanoseconds value.
60336         All uses changed.
60337         (ns): New macro.
60338         (my_strftime function): Add %N format.
60339         (emacs_strftimeu): Renamed from emacs_strftime,
60340         with extra ut argument.
60341
60342 2001-05-09  Paul Eggert  <eggert@twinsun.com>
60343
60344         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
60345
60346 2001-04-21  Jim Meyering  <meyering@lucent.com>
60347
60348         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
60349         doesn't interfere.
60350
60351 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
60352
60353         * m4/ftruncate.m4: Check for chsize.
60354         Link with ftruncate.o unconditionally if ftruncate is missing.
60355         This was required when cross-compiling to i586-mingw32msvc.
60356
60357 2001-04-08  Jim Meyering  <meyering@lucent.com>
60358
60359         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
60360         recomputed; that's necessary when the offset spans a DST transition.
60361         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
60362
60363 2001-04-02  Jim Meyering  <meyering@lucent.com>
60364
60365         * lib/regex.h, regex.c: Update from GNU libc.
60366
60367 2001-03-24  Jim Meyering  <meyering@lucent.com>
60368
60369         * m4/jm-macros.m4: Require autoconf-2.49d.
60370
60371 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
60372
60373         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
60374
60375 2001-03-19  Paul Eggert  <eggert@twinsun.com>
60376
60377         * lib/version-etc.c (version_etc_copyright): Update to 2001.
60378
60379 2001-03-17  Jim Meyering  <meyering@lucent.com>
60380
60381         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
60382         now that the version in autoconf is equivalent.
60383         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
60384
60385         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
60386         Suggestion from Akim Demaille.
60387
60388         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
60389         (jm_PREREQ_TEMPNAME): New function.
60390
60391 2001-03-16  Paul Eggert  <eggert@twinsun.com>
60392
60393         * lib/tempname.c (uint64_t): Define to uintmax_t if
60394         not defined, and if UINT64_MAX is not defined.
60395         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
60396         Reported by John David Anglin.
60397
60398 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
60399
60400         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
60401         resolve alias if codeset is empty.
60402         * lib/config.charset (BeOS): Use wildcard syntax.
60403
60404 2001-03-13  Jim Meyering  <meyering@lucent.com>
60405
60406         * lib/path-concat.c (path_concat)
60407         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
60408         concatenating e.g., `C:' and `foo'.
60409         From Bruno Haible.
60410
60411 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60412
60413         * lib/localcharset.c (locale_charset): Don't use
60414         setlocale(LC_CTYPE,NULL). Don't return NULL.
60415         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
60416
60417 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
60418
60419         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
60420         support for DOS/DJGPP.
60421
60422 2001-03-01  Paul Eggert  <eggert@twinsun.com>
60423
60424         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
60425         lacks mkstemp.  Compile our own tempname.c if we compile our own
60426         mkstemp.c, as mkstemp relies on tempname.
60427
60428 2001-03-01  Jim Meyering  <meyering@lucent.com>
60429
60430         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
60431         AH_VERBATIM really does output its argument verbatim.
60432
60433 2001-02-28  Paul Eggert  <eggert@twinsun.com>
60434
60435         * lib/Makefile.am (libfetish_a_SOURCES):
60436         Add dup-safer.c, fopen-safer.c.
60437         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
60438
60439         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
60440         * lib/unistd-safer.h: New files.
60441
60442 2001-02-25  Paul Eggert  <eggert@twinsun.com>
60443
60444         The mkstemp replacement is taken from glibc 2.2.2, with some
60445         portability fixes for use outside glibc, as follows:
60446
60447         * lib/tempname.c (struct_stat64): New macro.
60448         (direxists, __gen_tempname): Use it.
60449         This avoids a portability problem with Solaris 8.
60450
60451         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
60452         (<stddef.h>, <stdint.h>, <string.h>):
60453         Include only if STDC_HEADERS || _LIBC.
60454         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
60455         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
60456         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
60457         (__set_errno): Define this macro if <errno.h> doesn't.
60458         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
60459         Define these macros if <stdio.h> doesn't.
60460         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
60461         Define these macros if <sys/stat.h>
60462         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
60463         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
60464         __xstat64): Define if not _LIBC.
60465         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
60466         (__gen_tempname): Invoke gettimeofday only if
60467         HAVE_GETTIMEOFDAY || _LIBC;
60468         otherwise, fall back on plain "time".
60469         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
60470
60471         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
60472
60473         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
60474
60475 2001-02-18  Paul Eggert  <eggert@twinsun.com>
60476
60477         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
60478
60479 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60480
60481         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
60482         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
60483         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
60484         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60485
60486 2001-02-17  Paul Eggert  <eggert@twinsun.com>
60487
60488         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
60489         Remove workaround macros for hosts that have mbrtowc but not
60490         mbstate_t, as we now insist on proper declarations for both
60491         before using mbrtowc.
60492
60493 2001-02-17  Jim Meyering  <meyering@lucent.com>
60494
60495         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
60496         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
60497         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
60498         UnixWare 7.1.1.
60499
60500         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
60501         rather than AC_CACHE_VAL.
60502
60503 2001-02-17  Jim Meyering  <meyering@lucent.com>
60504
60505         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
60506         around included file name.
60507
60508         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
60509
60510         * lib/strftime.c: Update from GNU libc (the only changes were to
60511         comments).
60512
60513 2001-02-17  Jim Meyering  <meyering@lucent.com>
60514
60515         * lib/regex.c: Update from libc.
60516
60517 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
60518
60519         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
60520         clash.
60521
60522 2001-02-16  Paul Eggert  <eggert@twinsun.com>
60523
60524         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
60525         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
60526         Reported by Mark Hounschell via Paul Eggert.
60527
60528 2001-02-07  Jim Meyering  <meyering@lucent.com>
60529
60530         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
60531
60532 2001-02-05  Jim Meyering  <meyering@lucent.com>
60533
60534         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
60535         it includes the patch required for `large file' support with at least
60536         HP-UX's 10.20 /bin/cc.
60537
60538 2001-02-03  Jim Meyering  <meyering@lucent.com>
60539
60540         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
60541         AS_IF, now that it works once again (mysteriously).
60542         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
60543
60544 2001-01-30  Jim Meyering  <meyering@lucent.com>
60545
60546         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
60547         * m4/chown.m4: Rename conftestchown to conftest.chown.
60548         * m4/rename.m4: s/conftestdir/conftest.d1/ and
60549         s/conftestdir2/conftest.d2/.
60550         * m4/utimes.m4: s/conftestdata/conftest.data/
60551         Inspired by Pavel Roskin's change in autoconf.
60552
60553 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
60554
60555         * lib/config.charset: Update for FreeBSD 4.2.
60556
60557 2001-01-27  Jim Meyering  <meyering@lucent.com>
60558
60559         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
60560         a use of AS_IF.
60561         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
60562
60563 2001-01-26  Jim Meyering  <meyering@lucent.com>
60564
60565         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
60566         quotearg.c includes it.
60567
60568 2001-01-26  Jim Meyering  <meyering@lucent.com>
60569
60570         * lib/quotearg.c: Include stddef.h.
60571         * lib/quote.c: Include stddef.h.
60572         Reported by Axel Kittenberger.
60573
60574         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
60575         line in double quotes so that it evokes a better diagnostic.
60576         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
60577         Reported by Axel Kittenberger.
60578
60579 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
60580
60581         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
60582         as if it was a `charset'.
60583
60584 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
60585
60586         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
60587         has const.
60588
60589 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
60590
60591         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
60592         to avoid a warning.  Add back 'const' to inptr.
60593
60594 2001-01-20  Jim Meyering  <meyering@lucent.com>
60595
60596         Be sure that headers are checked before used in code compiled
60597         for the type checks.
60598         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
60599         In place of that, invoke jm_CHECK_ALL_TYPES.
60600         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
60601         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
60602         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
60603         The check for ssize_t was mistakenly run before the test for unistd.h.
60604
60605         The configure-time check for stdbool.h was missing.
60606         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
60607         (jm_PREREQ_HASH): New function.
60608
60609 2001-01-17  Jim Meyering  <meyering@lucent.com>
60610
60611         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
60612         for autoconf-2.49c.
60613         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
60614
60615 2001-01-16  Jim Meyering  <meyering@lucent.com>
60616
60617         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
60618         From Bruno Haible.
60619
60620 2001-01-14  Jim Meyering  <meyering@lucent.com>
60621
60622         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
60623         foo and bar.  Create conftestdir/ in the script, not in the C code.
60624         Remove directories in the script, not in the C code.
60625         Remove conftestdir{,2} before trying to create the directory.
60626         Make the entire configure script fail if the mkdir fails.
60627
60628 2001-01-14  Jim Meyering  <meyering@lucent.com>
60629
60630         * lib/rename.c: New file.  From Volker Borchert.
60631         Include stdlib.h, string.h or strings.h, and xalloc.h.
60632         Use strip_trailing_slashes rather than open-coding it.
60633
60634 2001-01-03  Paul Eggert  <eggert@twinsun.com>
60635
60636         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
60637
60638 2001-01-03  Jim Meyering  <meyering@lucent.com>
60639
60640         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
60641         of local `inptr' to avoid warning with some system declarations of
60642         iconv.
60643
60644 2001-01-02  Volker Borchert  <bt@teknon.de>
60645
60646         * m4/rename.m4: New file.
60647         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
60648
60649 2001-01-01  Jim Meyering  <meyering@lucent.com>
60650
60651         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
60652         even on systems with utmpx.h.  It's necessary for the declaration of
60653         utmp's ut_user member.  Reported by Andreas Jaeger.
60654
60655         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
60656         available. They are required for the declarations of getgrgid and
60657         getpwuid resp.
60658         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
60659         Reported by Andreas Jaeger.
60660
60661 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
60662
60663         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
60664         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
60665         so `make install' also works in VPATH builds.
60666
60667 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
60668
60669         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
60670         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
60671         can be used in subdirectories.
60672
60673 2000-12-29  Paul Eggert  <eggert@twinsun.com>
60674
60675         * lib/modechange.c: Do not assume that mode_t uses the
60676         traditional octal encoding.  E.g. "chmod 1 FOO" should set
60677         the other-execute bit of FOO even if S_IXOTH != 1.
60678
60679         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
60680         WOTH, XOTH, ALLM): New macros.
60681         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
60682          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
60683         Use them.
60684         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
60685         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
60686         (mode_compile):
60687         No need to use uintmax_t; unsigned long is long enough.
60688         Don't bother to get suffix since we don't use it.
60689
60690 2000-12-26  Jim Meyering  <meyering@lucent.com>
60691
60692         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
60693         better with autoheader.
60694
60695 2000-12-24  Jim Meyering  <meyering@lucent.com>
60696
60697         * lib/hash.c (is_prime): Return explicit boolean values.
60698         (hash_get_first): Return NULL to appease Irix5.6's 89.
60699         Reported by Nelson Beebe.
60700
60701 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
60702
60703         * lib/localcharset.c (locale_charset): Add support for Win32.
60704
60705 2000-12-18  Paul Eggert  <eggert@twinsun.com>
60706
60707         * lib/physmem.h, lib/physmem.c: New files.
60708
60709         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
60710         (noinst_HEADERS): Add physmem.h.
60711
60712         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
60713         't' for compatibility with Solaris 8 sort.
60714
60715 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
60716
60717         * lib/config.charset: Add support for BeOS.
60718
60719 2000-12-17  Jim Meyering  <meyering@lucent.com>
60720
60721         * m4/dos.m4 (jm_AC_DOS): New file and macro.
60722         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
60723
60724 2000-12-16  Jim Meyering  <meyering@lucent.com>
60725
60726         This bug had a serious impact on chown: `chown N:M FILE' (for integer
60727         N and M) would have treated it like `chown N:N FILE'.
60728
60729         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
60730
60731 2000-12-16  Jim Meyering  <meyering@lucent.com>
60732
60733         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
60734         SHELLS_FILE to a file name that's useful on djgpp systems.
60735         Include stdlib.h.
60736         (ADDITIONAL_DEFAULT_SHELLS): Define.
60737         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
60738         Based mostly on a patch from Prashant TR.
60739
60740 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
60741
60742         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
60743         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
60744         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
60745
60746 2000-12-08  Andreas Schwab  <schwab@suse.de>
60747
60748         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
60749         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
60750
60751 2000-12-07  Jim Meyering  <meyering@lucent.com>
60752
60753         * lib/stripslash.c (ISSLASH): Define.
60754         (strip_trailing_slashes): Use ISSLASH rather than comparing against
60755         `/'.
60756         From Prashant TR.
60757
60758         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
60759         (dir_name_r): Declare this function as static.
60760         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
60761         manifest itself on a name containing a mix of slashes and
60762         backslashes.
60763         Make this function work with names starting with a DOS-style
60764         drive letter and colon prefix.
60765         (dir_name): Append `.' if necessary.
60766         Based mostly on patches from Prashant TR and Eli Zaretskii.
60767
60768         * lib/dirname.h (dir_name_r): Remove prototype.
60769
60770 2000-12-06  Paul Eggert  <eggert@twinsun.com>
60771
60772         * m4/off_t-format.m4: Remove this file.
60773         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
60774
60775 2000-12-06  Jim Meyering  <meyering@lucent.com>
60776
60777         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
60778         replacement strtoull, we may well need the replacement strtoul, too.
60779         Check for declarations of strtoul and strtoull.
60780         Check for strtol.  Mainly as a cue to cause automake to include
60781         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
60782         Check for limits.h -- strtol.c needs it.
60783
60784 2000-12-05  Jim Meyering  <meyering@lucent.com>
60785
60786         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
60787
60788 2000-12-04  Jim Meyering  <meyering@lucent.com>
60789
60790         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
60791         Also include memory.h, stdlib.h, unistd.h if appropriate.
60792         Reported by Andreas Jaeger (conflicting declaration of malloc).
60793
60794 2000-12-02  Jim Meyering  <meyering@lucent.com>
60795
60796         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
60797         * m4/jm-macros.m4 (jm_MACROS): require it.
60798
60799 2000-12-02  Jim Meyering  <meyering@lucent.com>
60800
60801         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
60802
60803 2000-12-01  Paul Eggert  <eggert@twinsun.com>
60804
60805         * lib/memrchr.c: Include <config.h> before any system include file.
60806
60807 2000-11-30  Jim Meyering  <meyering@lucent.com>
60808
60809         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
60810
60811 2000-11-30  Jim Meyering  <meyering@lucent.com>
60812
60813         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
60814
60815 2000-11-29  Paul Eggert  <eggert@twinsun.com>
60816
60817         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
60818
60819 2000-11-26  Jim Meyering  <meyering@lucent.com>
60820
60821         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
60822
60823 2000-11-22  Paul Eggert  <eggert@twinsun.com>
60824
60825         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
60826         size of (size_t) -1; it's not portable.
60827
60828 2000-11-17  Jim Meyering  <meyering@lucent.com>
60829
60830         * lib/strstr.c: Update from GNU libc.
60831
60832 2000-11-17  Akim Demaille  <akim@epita.fr>
60833
60834         * lib/obstack.h: Formatting changes.
60835         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
60836         prevent type checking.
60837         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
60838         cast the value to (void *): assigning a `foo *' to a `void *'
60839         variable is valid.
60840         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
60841
60842 2000-11-16  Jim Meyering  <meyering@lucent.com>
60843
60844         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
60845
60846 2000-11-11  Jim Meyering  <meyering@lucent.com>
60847
60848         * lib/error.c: Add a couple #includes, merging from GNU libc version.
60849
60850 2000-11-10  Jim Meyering  <meyering@lucent.com>
60851
60852         * lib/obstack.h: Update from GNU libc.
60853         * lib/obstack.c: Likewise.
60854
60855 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
60856
60857         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
60858
60859 2000-11-06  Paul Eggert  <eggert@twinsun.com>
60860
60861         * lib/getusershell.c (setusershell): Use rewind rather than
60862         fseek/fseeko, to avoid configuration hassles with fseeko.
60863         Don't bother opening SHELLS_FILE if shellstream is NULL;
60864         it's not necessary.
60865
60866 2000-11-05  Jim Meyering  <meyering@lucent.com>
60867
60868         * lib/makepath.h (make_dir): Declare.
60869         * lib/makepath.c (make_dir): Remove `static' attribute.
60870         Tweak a comment.
60871
60872 2000-11-04  Jim Meyering  <meyering@lucent.com>
60873
60874         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
60875
60876 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
60877
60878         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
60879         last one in a bucket, advance to the next bucket.
60880
60881 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
60882
60883         * lib/fnmatch.c: Do not comment out all the code if we are using
60884         the GNU C library, because in some cases we are replacing buggy
60885         code in the GNU C library itself.
60886
60887 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
60888
60889         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
60890         (regex_compile): Catch bogus \(\1\).
60891
60892 2000-10-30  Paul Eggert  <eggert@twinsun.com>
60893
60894         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
60895         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
60896         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
60897
60898 2000-10-30  Paul Eggert  <eggert@twinsun.com>
60899
60900         * lib/error.h, getline.h, modechange.h:
60901         Remove "2000" from Copyright line, as the file hasn't been
60902         changed this year other than in the copyright notice.
60903
60904         * lib/xalloc.h: Add "2000" to Copyright line, as this file
60905         was changed this year.
60906
60907 2000-10-29  Jim Meyering  <meyering@lucent.com>
60908
60909         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
60910         renaming.
60911         * m4/ls-mntd-fs.m4: Likewise
60912
60913 2000-10-29  Jim Meyering  <meyering@lucent.com>
60914
60915         * lib/xstat.in: Fix grammar in comment.
60916
60917 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
60918
60919         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
60920         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
60921         doesn't define __restrict_arr.
60922
60923 2000-10-28  Jim Meyering  <meyering@lucent.com>
60924
60925         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
60926         (jm_PREREQ_MEMCHR): New function.
60927
60928 2000-10-28  Jim Meyering  <meyering@lucent.com>
60929
60930         * lib/memchr.c: Update from libc.
60931         Adjust for portability:
60932         [HAVE_STDLIB_H]: Include stdlib.h.
60933         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
60934         Undef __memchr, too.
60935         [!weak_alias]: Define __memchr to memchr.
60936
60937         * lib/regex.c: Update from libc.
60938         * lib/regex.h: Likewise.
60939         * lib/getopt1.c: Likewise.
60940         * lib/memcmp.c: Likewise.
60941
60942         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
60943         Avoid using fseek, when possible -- it's broken by design.
60944         Patch by Ulrich Drepper.
60945
60946 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
60947
60948         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
60949         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
60950         Giving in to popular pressure to shut up the compiler with casts.
60951
60952 2000-10-26  Jim Meyering  <meyering@lucent.com>
60953
60954         * lib/strftime.c: Update from libc.
60955
60956 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
60957
60958         * regex.c: More `unsigned char' -> `re_char' changes.
60959         Also change several `int' into `re_wchar_t'.
60960         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
60961         (PUSH_FAILURE_POINTER): Don't cast any more.
60962         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
60963         We want GCC to complain, since this piece of code makes
60964         re_match non-reentrant, which *should* be fixed.
60965         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
60966         (EXTEND_BUFFER): Use RETALLOC.
60967         (SET_LIST_BIT): Don't cast.
60968         (re_wchar_t): New type.
60969         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
60970         that those two functions will always properly return.
60971         (IMMEDIATE_QUIT_CHECK): Cast to void.
60972         (analyse_first): Use recursion rather than an explicit stack.
60973         (re_compile_fastmap): Can't fail anymore.
60974         (re_search_2): Don't check re_compile_fastmap for failure.
60975         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
60976         Now also sets the new value (passed in a new argument).
60977         (re_match_2_internal): Use it.
60978         Also, use a new var `reg' of type size_t when looping through regs
60979         rather than reuse the inappropriate `mcnt'.
60980
60981 2000-10-25  Jim Meyering  <meyering@lucent.com>
60982
60983         * lib/obstack.c: Update from libc.
60984
60985 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
60986
60987         * regex.c (regex_compile): Change the way of handling a range from
60988         a char less than 256 to a char not less than 256.
60989
60990 2000-10-24  Andrew Innes  <andrewi@gnu.org>
60991
60992         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
60993         NT-Emacs only.
60994         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
60995         so that re_search functions only quit when callers expect them to.
60996
60997 2000-10-23  Jim Meyering  <meyering@lucent.com>
60998
60999         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
61000         wrong.  That set_locale call must not have any side effects.
61001         From Paul Eggert.
61002
61003 2000-10-22  Jim Meyering  <meyering@lucent.com>
61004
61005         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
61006         [CYCLIC]: Remove now-unused definition.
61007
61008         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
61009         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
61010         Suggestion from Ulrich Drepper.
61011
61012 2000-10-21  Jim Meyering  <meyering@lucent.com>
61013
61014         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
61015         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
61016         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
61017
61018 2000-10-21  Jim Meyering  <meyering@lucent.com>
61019
61020         * lib/dirname.c (memrchr): Declare if necessary.
61021         (dir_name): Remove the restriction that there be no
61022         trailing slashes.  Now, this code skips past them, effectively
61023         ignoring them.
61024         [TEST_DIRNAME] (main): New unit tests.
61025
61026         * lib/memrchr.c: New file from GNU libc.
61027         Undef __memrchr, too.
61028         [!weak_alias]: Define __memrchr to memrchr.
61029         Guard weak_alias use with `#ifdef weak_alias'.
61030
61031 2000-10-21  Jim Meyering  <meyering@lucent.com>
61032
61033         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
61034         (dir_name): Use dir_name_r.
61035         * lib/dirname.h (dir_name_r): Declare it.
61036
61037 2000-10-17  Jim Meyering  <meyering@lucent.com>
61038
61039         * lib/quote.h (PARAMS): Define and use.
61040         Reported by Akim Demaille.
61041
61042         * lib/getopt.c: Update from libc.
61043
61044 2000-10-16  Jim Meyering  <meyering@lucent.com>
61045
61046         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
61047         setlocale.
61048         From Jan Fedak.
61049
61050 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
61051
61052         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
61053
61054 2000-09-25  Jim Meyering  <meyering@lucent.com>
61055
61056         * lib/md5.h (rol): Define (from GnuPG).
61057
61058         * lib/sha.c: Give credit (GnuPG) where due.
61059         (M): Use rol rather than open-coding it.
61060         Add a FIXME comment.
61061
61062 2000-09-21  Jim Meyering  <meyering@lucent.com>
61063
61064         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
61065         Reported by Michael Stone.
61066
61067 2000-09-20  Jim Meyering  <meyering@lucent.com>
61068
61069         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
61070         (noinst_HEADERS): Add sha.h.
61071         Based on code from Scott G. Miller and from GnuPG.
61072
61073 2000-09-18  Jim Meyering  <meyering@lucent.com>
61074
61075         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
61076         LIBS. Otherwise, everyone ends up linking with -lelf for some
61077         configurations.
61078         Reported by Mike Stone.
61079
61080 2000-09-15  Jim Meyering  <meyering@lucent.com>
61081
61082         * lib/regex.c: Update from libc.
61083
61084 2000-09-10  Jim Meyering  <meyering@lucent.com>
61085
61086         * lib/getopt.c (_getopt_internal): Update from glibc.
61087
61088 2000-09-09  Jim Meyering  <meyering@lucent.com>
61089
61090         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
61091         think it should be used as a general replacement for isascii.
61092         * lib/fnmatch.c: Likewise.
61093         * lib/mbswidth.c: Likewise
61094         * lib/regex.c: Likewise.
61095
61096         Don't use atoi.
61097         * lib/userspec.c: Include sys/param.h and limits.h.
61098         Include xstrtol.h.
61099         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61100         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
61101         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
61102         UID, GID.  Check range.
61103
61104 2000-09-06  Jim Meyering  <meyering@lucent.com>
61105
61106         * lib/getopt.c (_getopt_internal): Update from glibc.
61107
61108 2000-08-30  Jim Meyering  <meyering@lucent.com>
61109
61110         * lib/strftime.c: Merge in changes from GNU libc.
61111
61112 2000-08-26  Jim Meyering  <meyering@lucent.com>
61113
61114         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
61115         * m4/fpending.m4: New file.
61116
61117 2000-08-26  Jim Meyering  <meyering@lucent.com>
61118
61119         * lib/closeout.c: Include "__fpending.h".
61120         (close_stdout_status): Return right away if there's nothing to flush.
61121
61122         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
61123         * lib/__fpending.c: New file.
61124         * lib/__fpending.h: New file.
61125
61126 2000-08-20  Jim Meyering  <meyering@lucent.com>
61127
61128         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
61129         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
61130         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
61131
61132 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
61133
61134         Improve fileutils installation on systems where running
61135         programs (like install) can't be unlinked.
61136         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
61137         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
61138
61139 2000-08-07  Paul Eggert  <eggert@twinsun.com>
61140
61141         Standardize on "memory exhausted" instead of "Memory exhausted"
61142         or "virtual memory exhausted".
61143         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
61144         "virtual memory exhausted".
61145         * lib/same.c (same_name): Invoke xalloc_die instead of printing
61146         our own message.
61147         * lib/userspec.c (parse_user_spec): Likewise.
61148         * lib/bumpalloc.h: comment fix
61149         * lib/same.c, userspec.c: Include xalloc.h.
61150
61151         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
61152         not char *const and pointing to a constant array.
61153         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
61154         (xrealloc): Comment fix.
61155
61156         * lib/userspec.c (parse_user_spec):
61157         Don't translate a message until just before returning,
61158         to avoid unnecessary translation.
61159
61160 2000-08-07  Jim Meyering  <meyering@lucent.com>
61161
61162         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
61163         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
61164         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
61165         getgroups.c, gethostname.c, getopt.h, group-member.c,
61166         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
61167         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
61168         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
61169         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
61170         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
61171         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
61172         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
61173         yesno.c: Back out Copyright date changes for each file with no change
61174         this year.  This eases coordination with other programs using the same
61175         source code modules.  From Paul Eggert.
61176
61177 2000-08-06  Paul Eggert  <eggert@twinsun.com>
61178
61179         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
61180         not char, for compatibility with glibc 2.1.3 strftime.c.
61181
61182 2000-08-03  Greg McGary  <greg@mcgary.org>
61183
61184         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
61185         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
61186         (EXTEND_BUFFER): Use them.
61187
61188 2000-08-01  Jim Meyering  <meyering@lucent.com>
61189
61190         * lib/dirname.c (ISSLASH): Define.
61191         (BACKSLASH_IS_PATH_SEPARATOR): Define.
61192         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
61193         both `\' and `/' may be use as path separators.
61194         Based on a patch from Prashant TR.
61195
61196 2000-07-31  Paul Eggert  <eggert@twinsun.com>
61197
61198         * lib/quotearg.c (quotearg_n_options): Don't make the initial
61199         slot vector a constant, since it might get modified.
61200
61201 2000-07-31  Jim Meyering  <meyering@lucent.com>
61202
61203         * lib/xmalloc.c: Use `virtual memory exhausted', not
61204         `Memory exhausted'.
61205         * lib/obstack.c (print_and_abort): Likewise.
61206
61207 2000-07-30  Paul Eggert  <eggert@twinsun.com>
61208
61209         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
61210         buffer, so that the caller can always quote one small
61211         component of a "memory exhausted" message in slot 0.
61212         From a suggestion by Jim Meyering.
61213
61214 2000-07-30  Jim Meyering  <meyering@lucent.com>
61215
61216         * lib/makepath.c (make_path): Quote the other instance, too.
61217
61218         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
61219         (STATIC_BUF_SIZE): Define.
61220         (quotearg_n_options): Use only statically allocated storage when
61221         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
61222         than STATIC_BUF_SIZE.
61223
61224 2000-07-29  Jim Meyering  <meyering@lucent.com>
61225
61226         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
61227         * lib/dirname.c (dir_name): Likewise.
61228
61229         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
61230         `/'.
61231
61232         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
61233         (dir_name): Assert that there are no trailing slashes.
61234
61235 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
61236
61237         * lib/mbswidth.h (mbswidth): Add a flags argument.
61238         (mbswidth): New declaration.
61239         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
61240         * lib/mbswidth.c (mbswidth): Add a flags argument.
61241         (mbsnwidth): New function.
61242
61243 2000-07-24  Jim Meyering  <meyering@lucent.com>
61244
61245         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
61246
61247 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61248
61249         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
61250
61251 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61252
61253         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
61254         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
61255         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
61256         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
61257         invoke multibyte primitives.
61258
61259 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61260
61261         * lib/quotearg.c:
61262         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
61263         so that mbstate_t is always defined.
61264
61265         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
61266         be 1 in at least one GCC installation, and this configuration
61267         error is likely to be common.  Ignoring MB_LEN_MAX hurts
61268         performance on hosts that have mbrtowc but have only unibyte
61269         locales, but I assume these hosts are rare.
61270
61271 2000-07-23  Paul Eggert  <eggert@twinsun.com>
61272
61273         * lib/mbswidth.c (_XOPEN_SOURCE):
61274         Don't define; this causes problems on Solaris 7.
61275         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
61276
61277 2000-07-23  Jim Meyering  <meyering@lucent.com>
61278
61279         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
61280         too: getgrgid, getpwuid, getuid.
61281
61282 2000-07-23  Jim Meyering  <meyering@lucent.com>
61283
61284         * lib/basename.c (base_name): Add an assertion.
61285
61286 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
61287
61288         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
61289         shadow its mbsinit function.
61290
61291 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61292
61293         * lib/mbswidth.h: New file.
61294         * lib/mbswidth.c: New file.
61295         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
61296         (noinst_HEADERS): Add mbswidth.h.
61297
61298 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
61299
61300         * lib/config.charset: Add support for FreeBSD. Improve support for
61301         HP-UX and IRIX 6.
61302
61303 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
61304
61305         * m4/mbswidth.m4: New file.
61306         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
61307
61308 2000-07-15  Jim Meyering  <meyering@lucent.com>
61309
61310         * lib/makepath.c: Include quote.h.
61311         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
61312         corresponding argument in a `quote (...)' call.
61313         Give better diagnostics.
61314
61315         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
61316         (noinst_HEADERS): Add quote.h.
61317
61318         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
61319         from tar's src/misc.c.
61320         * lib/quote.h: New file.  Prototypes for same.
61321
61322 2000-07-14  Paul Eggert  <eggert@twinsun.com>
61323
61324         From a suggestion by Bruno Haible.
61325         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
61326         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
61327         to decide whether to define the BeOS workaround macro;
61328         this adjusts to the change to AC_MBSTATE_T.
61329
61330 2000-07-14  Jim Meyering  <meyering@lucent.com>
61331
61332         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
61333         jm_AC_TYPE_UINTMAX_T.
61334
61335 2000-07-13  Paul Eggert  <eggert@twinsun.com>
61336
61337         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
61338
61339         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
61340         quotearg_buffer_restyled): Add support for
61341         clocale_quoting_style.  Undo previous change to
61342         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
61343         and "{RIGHT QUOTATION MARK}" msgids.
61344
61345 2000-07-10  Paul Eggert  <eggert@twinsun.com>
61346
61347         From a suggestion by Bruno Haible.
61348         * m4/mbstate_t.m4 (AC_MBSTATE_T):
61349         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
61350         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
61351         and mbstate_t, to a single-part test that simply defines mbstate_t.
61352         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
61353         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
61354
61355 2000-07-10  Jim Meyering  <meyering@lucent.com>
61356
61357         * m4/strerror_r.m4: Mirror the correction made in autoconf.
61358
61359         * m4/gnu-source.m4: Output to confdefs.h directly.
61360         Suggestion from Akim Demaille.
61361
61362 2000-07-09  Paul Eggert  <eggert@twinsun.com>
61363
61364         The old behavior of quoting `like this' doesn't look good with
61365         newer, ISO-style fonts.  See:
61366         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
61367
61368         Instead, quote "like this" by default.  Let the translator
61369         tailor the locale-specific quoting behavior by providing
61370         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
61371
61372         * lib/quotearg.c (N_): New macro.
61373         (gettext_default): New function.
61374         (quotearg_buffer_restyled): Use
61375         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
61376         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
61377
61378 2000-07-09  Jim Meyering  <meyering@lucent.com>
61379
61380         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
61381         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
61382
61383         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
61384         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
61385
61386 2000-07-09  Jim Meyering  <meyering@lucent.com>
61387
61388         * lib/Most files: Update copyright dates to include 2000.
61389
61390 2000-07-08  Jim Meyering  <meyering@lucent.com>
61391
61392         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
61393         if not defined.
61394         (xgethostname): Remove now-unnecessary #ifdef.
61395         Move declaration of `err' into loop where it's used.
61396
61397 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61398         and Bruno Haible  <haible@clisp.cons.org>
61399
61400         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
61401         only if the test for an object-type mbstate_t fails.  This
61402         prevents us from mistakenly reporting that mbstate_t is a
61403         system object type after we "#define mbstate_t int" to work
61404         around its lack.
61405
61406 2000-07-05  Paul Eggert  <eggert@twinsun.com>
61407         and Bruno Haible  <haible@clisp.cons.org>
61408
61409         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
61410
61411 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61412
61413         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
61414         to strerror_r.
61415         Include <ctype.h> for use of isalpha.
61416
61417 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61418
61419         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
61420         by allocating a larger buffer. Test the gethostname return value for
61421         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
61422         returns an error and ENAMETOOLONG isn't defined.
61423
61424 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
61425
61426         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
61427         dimension.
61428
61429 2000-07-04  Jim Meyering  <meyering@lucent.com>
61430
61431         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
61432         of the deprecated AC_CHECKING.
61433
61434 2000-07-04  Jim Meyering  <meyering@lucent.com>
61435
61436         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
61437         Reported by Bruno Haible.
61438
61439 2000-07-04  Jim Meyering  <meyering@lucent.com>
61440
61441         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
61442         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
61443         lacks mbrtowc.
61444
61445 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61446
61447         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
61448         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
61449
61450 2000-07-03  Paul Eggert  <eggert@twinsun.com>
61451         and Bruno Haible  <haible@clisp.cons.org>
61452
61453         * lib/quotearg.c (mbrtowc):
61454         Assign to *pwc, and return 1 only if result is nonzero.
61455         (iswprint): Use ISPRINT when substituting our own mbrtowc.
61456
61457 2000-07-03  Jim Meyering  <meyering@lucent.com>
61458
61459         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
61460
61461 2000-07-03  Jim Meyering  <meyering@lucent.com>
61462
61463         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
61464         This is necessary to get a definition of e.g., UTMP_FILE on
61465         HP-UX 10.20.
61466         From Bob Proulx.
61467
61468 2000-07-02  Jim Meyering  <meyering@lucent.com>
61469
61470         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
61471
61472         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
61473         AC_LIBOBJ(function_name).
61474         * m4/chown.m4: Likewise.
61475         * m4/fnmatch.m4: Likewise.
61476         * m4/ftruncate.m4: Likewise.
61477         * m4/getgroups.m4: Likewise.
61478         * m4/getline.m4: Likewise.
61479         * m4/group-member.m4: Likewise.
61480         * m4/jm-macros.m4: Likewise.
61481         * m4/lstat.m4: Likewise.
61482         * m4/malloc.m4: Likewise.
61483         * m4/memcmp.m4: Likewise.
61484         * m4/nanosleep.m4: Likewise.
61485         * m4/putenv.m4: Likewise.
61486         * m4/realloc.m4: Likewise.
61487         * m4/regex.m4: Likewise.
61488         * m4/stat.m4: Likewise.
61489         * m4/strftime.m4: Likewise.
61490
61491 2000-07-02  Jim Meyering  <meyering@lucent.com>
61492
61493         * lib/quotearg.c (mbstate_t): Don't define here.
61494
61495 2000-07-02  Jim Meyering  <meyering@lucent.com>
61496
61497         * lib/nanosleep.c (SIGCONT): Define if not already defined.
61498
61499 2000-07-01  Jim Meyering  <meyering@lucent.com>
61500
61501         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
61502
61503 2000-07-01  Jim Meyering  <meyering@lucent.com>
61504
61505         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
61506         problem.
61507
61508 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61509
61510         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
61511         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
61512
61513 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
61514
61515         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
61516         per change in ../m4/ls-mntd-fs.m4.
61517         (read_filesystem_list): Ignore symbolic links.
61518
61519 2000-06-29  Jim Meyering  <meyering@lucent.com>
61520
61521         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
61522         for declaration of strcmp.
61523
61524         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
61525
61526         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
61527         Avoid warning by casting result to `char *' to remove `const'.
61528
61529 2000-06-28  Jim Meyering  <meyering@lucent.com>
61530
61531         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
61532         included by quotearg.c, for which we perform this test.  From
61533         Bruno Haible.
61534
61535 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
61536
61537         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
61538         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
61539         <utmpx.h> exists, put readutmp.o into LIBOBJS.
61540
61541 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
61542
61543         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
61544
61545 2000-06-26  Paul Eggert  <eggert@twinsun.com>
61546
61547         savedir now sets errno on failure and invokes xmalloc to get memory.
61548         Fix a couple of other minor bugs while we're at it.
61549
61550         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
61551         (NAMLEN): Remove macro.
61552         (malloc, realloc): Remove decls.
61553         (stpcpy): Likewise.
61554         ("xalloc.h"): Include.
61555         (NAME_SIZE_DEFAULT): New macro.
61556         (savedir): Use xmalloc / xrealloc to allocate memory.
61557         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
61558         Skip "" directory entries.
61559         Use strlen to calculate directory entry length, since the old method
61560         is rarely used these days and isn't worth supporting.
61561         Don't use a pointer after freeing it.
61562         Check for integer overflow when calculating allocation size.
61563         Use memcpy to copy entries, instead of stpcpy.
61564         Set errno properly when returning NULL.
61565         Check for readdir error.
61566
61567 2000-06-26  Jim Meyering  <meyering@lucent.com>
61568
61569         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
61570
61571 2000-06-25  Jim Meyering  <meyering@lucent.com>
61572
61573         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
61574         Linux header bug when _XOPEN_SOURCE is defined to 500.
61575
61576 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
61577
61578         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
61579         deficiency.
61580
61581 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
61582
61583         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
61584         Include xalloc.h.
61585         Don't include <stdlib.h>.  Don't declare malloc, realloc.
61586
61587 2000-06-24  Jim Meyering  <meyering@lucent.com>
61588
61589         * m4/strerror_r.m4: Revive this file -- to try out an experimental
61590         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
61591         for which strerror does return char*, but which lacks a conveniently
61592         accessible declaration of the function.  If the compile-test says
61593         strerror_r doesn't work, then resort to a `run'-test that works on
61594         BeOS and segfaults on DEC Unix.
61595
61596 2000-06-24  Jim Meyering  <meyering@lucent.com>
61597
61598         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
61599
61600 2000-06-23  Paul Eggert  <eggert@twinsun.com>
61601
61602         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
61603         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
61604
61605 2000-06-23  Paul Eggert  <eggert@twinsun.com>
61606
61607         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
61608         (mbrtowc, mbstate_t): Define substitutes if
61609         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
61610         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
61611         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
61612
61613 2000-06-23  Jim Meyering  <meyering@lucent.com>
61614
61615         * m4/afs.m4: Add missing AC_MSG_RESULT.
61616         Reported by Bruno Haible.
61617
61618         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
61619         Suggestion from Bruno Haible.
61620
61621 2000-06-23  Jim Meyering  <meyering@lucent.com>
61622
61623         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
61624
61625 2000-06-21  Jim Meyering  <meyering@lucent.com>
61626
61627         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
61628
61629 2000-06-21  Jim Meyering  <meyering@lucent.com>
61630
61631         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
61632         (noinst_HEADERS): Add getstr.h.
61633
61634         * lib/getline.c (getstr): Move into a separate file.
61635         * lib/getstr.c (getstr): New file, extracted from getline.c, with
61636         the following changes: new parameter, delim2; both delim[12]
61637         parameters have type `int', not `char'.  The latter would lose
61638         with 8-bit delimiters.
61639         * lib/getstr.h: New file.
61640
61641 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61642
61643         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
61644         than 1024, return a memory chunk of least possible size, instead
61645         of size PATH_MAX + 2. In the loop, increment the size proportionally.
61646         Use free/xmalloc instead of xrealloc to avoid copying for very long
61647         paths.
61648
61649 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61650
61651         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
61652         the empty string.
61653
61654 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
61655
61656         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
61657         address, not strdup.  Include <stdlib.h> and don't declare free().
61658
61659 2000-06-19  Jim Meyering  <meyering@lucent.com>
61660
61661         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
61662
61663 2000-06-18  Jim Meyering  <meyering@lucent.com>
61664
61665         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
61666
61667         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
61668         `checking whether...' message to be consistent with that of the
61669         lstat test.
61670
61671 2000-06-18  Jim Meyering  <meyering@lucent.com>
61672
61673         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
61674         Besides, these days every porting target provides a mkdir function.
61675
61676         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
61677         needed. (this snippet comes from src/system.h).
61678
61679 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
61680
61681         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
61682
61683 2000-06-15  Paul Eggert  <eggert@twinsun.com>
61684
61685         * lib/human.c (adjust_value): New function.
61686         (human_readable_inexact): Apply rounding style even when
61687         printing approximate values.
61688
61689 2000-06-14  Paul Eggert  <eggert@twinsun.com>
61690
61691         * lib/human.c (human_readable_inexact): Allow an input block
61692         size that is not a multiple of the output block size, and vice versa.
61693         Reported by Piergiorgio Sartor.
61694
61695 2000-06-14  Paul Eggert  <eggert@twinsun.com>
61696
61697         * lib/getdate.y (get_date): Apply relative times after time
61698         zone indicator, not before.  Reported by Todd A. Jacobs.
61699
61700 2000-06-13  Jim Meyering  <meyering@lucent.com>
61701
61702         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
61703
61704         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
61705
61706 2000-06-12  Paul Eggert  <eggert@twinsun.com>
61707
61708         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
61709
61710 2000-06-12  Jim Meyering  <meyering@lucent.com>
61711
61712         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
61713         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
61714         optional argument.
61715         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
61716         the optional argument, `lib'.
61717
61718 2000-06-08  Jim Meyering  <meyering@lucent.com>
61719
61720         * m4/largefile.m4: Remove file (now that it's part of autoconf).
61721
61722 2000-06-04  Paul Eggert  <eggert@twinsun.com>
61723
61724         Rewrite largefile configuration so that we don't need to run
61725         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
61726         AC_CANONICAL_HOST in configure.in -- jmm]
61727
61728         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
61729         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
61730         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
61731         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
61732         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
61733         All uses changed.
61734         Instead of inspecting the output of getconf, try to compile the
61735         test program without and with the macro definition.
61736         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
61737         for getconf.  Instead, check for the needed flags by compiling
61738         test programs.
61739
61740 2000-06-04  Paul Eggert  <eggert@twinsun.com>
61741
61742         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
61743
61744 2000-06-04  Jim Meyering  <meyering@lucent.com>
61745
61746         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
61747         SunOS 4.1.4 for which gid_t is an unsigned type.
61748
61749 2000-06-03  Jim Meyering  <meyering@lucent.com>
61750
61751         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
61752         now that autoconf requires that.
61753
61754         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
61755         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
61756         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
61757
61758 2000-06-03  Jim Meyering  <meyering@lucent.com>
61759
61760         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
61761
61762 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
61763
61764         * m4/glibc21.m4: New file.
61765         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
61766
61767 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
61768
61769         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
61770         newer, don't install charset.alias.
61771         * lib/config.charset: Change the Linux/glibc rules so they become empty
61772         on glibc-2.1 or newer.
61773
61774 2000-06-02  Jim Meyering  <meyering@lucent.com>
61775
61776         * lib/mountlist.c: Back out last change.  Instead, do this...
61777         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
61778         me_dummy member using the same `ignore'-testing code.
61779         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
61780         fs_type strings.
61781         From Mark D. Roth.
61782
61783 2000-05-29  Jim Meyering  <meyering@lucent.com>
61784
61785         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
61786         mounts with the `ignore' attribute.  Based on a patch from
61787         Mark D. Roth.
61788
61789 2000-05-28  Jim Meyering  <meyering@lucent.com>
61790
61791         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
61792         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61793         * m4/stat.m4: Likewise.
61794         * m4/lstat.m4: Likewise.
61795         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
61796
61797         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
61798         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
61799
61800 2000-05-26  Jim Meyering  <meyering@lucent.com>
61801
61802         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
61803
61804 2000-05-24  Jim Meyering  <meyering@lucent.com>
61805
61806         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
61807         autoconf requires that.
61808         * m4/lib-check.m4: Likewise.
61809         * m4/jm-macros.m4: Likewise.
61810         * m4/strftime.m4: Likewise.
61811
61812         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
61813         AC_CHECK_DECLS, now that autoconf requires that.
61814
61815 2000-05-22  Jim Meyering  <meyering@lucent.com>
61816
61817         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61818         * m4/lstat.m4: Likewise.
61819
61820 2000-05-22  Jim Meyering  <meyering@lucent.com>
61821
61822         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
61823
61824 2000-05-20  Jim Meyering  <meyering@lucent.com>
61825
61826         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
61827         (jm_PREREQ): Use it.
61828
61829 2000-05-18  Jim Meyering  <meyering@lucent.com>
61830
61831         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
61832         back, too, since it may have been modified by allocate_entry.
61833         (hash_delete): Rewrite to use neither the assignment operator
61834         nor the comma operator in an if-expression.
61835
61836 2000-05-15  Paul Eggert  <eggert@twinsun.com>
61837
61838         * lib/closeout.c:
61839         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
61840         Remove; no longer needed.
61841         "quotearg.h": Add include.
61842         (file_name): Do not bother to explicitly initialize to NULL; it's less
61843         efficient on some hosts.
61844         (close_stdout_status): Remove test as to whether stdout was already
61845         closed; it breaks for the case "echo x | sort >&-".
61846         Quote file name colons.
61847         Do not assume that _("write error") lacks format strings.
61848
61849 2000-05-15  Jim Meyering  <meyering@lucent.com>
61850
61851         * lib/version-etc.c (version_etc_copyright): Update the copyright
61852         string used in all --version output.
61853
61854 2000-05-14  Jim Meyering  <meyering@lucent.com>
61855
61856         * lib/closeout.c (close_stdout_set_file_name): New function.
61857         (close_stdout_status): Use new file-scoped global.
61858         Return right away if fstat says the stdout file descriptor is invalid.
61859         * lib/closeout.h (close_stdout_set_file_name): Declare.
61860
61861 2000-05-10  Jim Meyering  <meyering@lucent.com>
61862
61863         * lib/closeout.c [default_exit_status]: New file-scoped variable.
61864         (close_stdout_set_status): New function.
61865         * lib/closeout.h (close_stdout_set_status): Declare.
61866
61867 2000-05-09  Jim Meyering  <meyering@lucent.com>
61868
61869         * m4/gettext.m4: Rename this...
61870         * m4/libintl.m4: ...to this.
61871
61872 2000-05-08  Jim Meyering  <meyering@lucent.com>
61873
61874         * lib/long-options.c: Don't include closeout.h.
61875         (parse_long_options): Don't call close_stdout for --version.
61876
61877 2000-05-06  Paul Eggert  <eggert@twinsun.com>
61878
61879         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
61880         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
61881         2.1.3 bug.  This avoids a clash when files like regex.c define
61882         _GNU_SOURCE.
61883
61884 2000-05-06  Jim Meyering  <meyering@lucent.com>
61885
61886         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
61887         (AC_REPLACE_FUNCS): Add strnlen.
61888
61889         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
61890         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
61891
61892         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
61893         AC_SEARCH_LIBS call for nanosleep.
61894         (LIB_NANOSLEEP): Set and AC_SUBST.
61895
61896 2000-05-06  Jim Meyering  <meyering@lucent.com>
61897
61898         * lib/strnlen.c: Undefine __strnlen and strnlen.
61899         [!weak_alias]: Define __strnlen to strnlen.
61900
61901         * lib/atexit.c: New file, from libiberty.
61902
61903 2000-05-06  Jim Meyering  <meyering@lucent.com>
61904
61905         * lib/closeout.c (close_stdout_status): Also check for errors on the
61906         stderr stream.
61907
61908 2000-05-05  Jim Meyering  <meyering@lucent.com>
61909
61910         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
61911         AC_SEARCH_LIBS call for clock_gettime.
61912         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
61913
61914         * m4/search-libs.m4: Update from autoconf.
61915
61916         su doesn't work on Solaris 2.6.
61917         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
61918         <shadow.h>.  Reported by Dragos Harabor.
61919
61920 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
61921
61922         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
61923         memcpy instead of xmalloc, xrealloc, path_concat.
61924         (locale_charset): Treat empty environment variables as absent.
61925         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
61926
61927 2000-05-04  Jim Meyering  <meyering@lucent.com>
61928
61929         * lib/getopt.c: Update from glibc.
61930         * lib/obstack.c: Likewise.
61931         * lib/obstack.h: Likewise.
61932         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
61933         file
61934
61935         * lib/regex.h: Likewise.
61936         * lib/strndup.c: Likewise.
61937         * lib/strnlen.c: New file, from glibc.
61938
61939 2000-05-03  Jim Meyering  <meyering@lucent.com>
61940
61941         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
61942
61943 2000-05-02  Paul Eggert  <eggert@twinsun.com>
61944
61945         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
61946         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
61947         compile-time test, rather than inspecting host and OS, to
61948         decide whether to define _LARGEFILE_SOURCE.
61949
61950 2000-05-01  Jim Meyering  <meyering@lucent.com>
61951
61952         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
61953
61954         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
61955         Based on a patch from Bruno Haible.
61956
61957 2000-05-01  Jim Meyering  <meyering@lucent.com>
61958
61959         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
61960
61961 2000-04-29  Jim Meyering  <meyering@lucent.com>
61962
61963         * lib/path-concat.c: Declare strdup only if it's not defined.
61964         * lib/canon-host.c: Likewise.
61965
61966 2000-04-28  Jim Meyering  <meyering@lucent.com>
61967
61968         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
61969         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
61970         is included first, then limits.h is included by locale.h by libintl.h.
61971         From John David Anglin.
61972
61973 2000-04-25  Jim Meyering  <meyering@lucent.com>
61974
61975         * lib/makepath.c (S_IRWXUGO): Define.
61976         (make_path): Always perform explicit chmod if MODE specifies any
61977         of the `special' permission bits.  Prompted by a bug report against
61978         install from Mate Wierdl and Joost van Baal.
61979
61980 2000-04-18  Jim Meyering  <meyering@lucent.com>
61981
61982         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
61983         (jm_PREREQ): Use it.
61984
61985 2000-04-18  Jim Meyering  <meyering@lucent.com>
61986
61987         * lib/README: New file.
61988
61989         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
61990         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
61991
61992 2000-04-17  Jim Meyering  <meyering@lucent.com>
61993
61994         Get it right :-)
61995         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
61996         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
61997         Suggestion from Akim Demaille.
61998
61999 2000-04-17  Jim Meyering  <meyering@lucent.com>
62000
62001         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
62002         the definition of it to rpl_strftime also defined-away the system's
62003         declaration.
62004
62005 2000-04-15  Jim Meyering  <meyering@lucent.com>
62006
62007         Use `C' to denote so-called `contiguous' files, the same way
62008         that tar does.
62009         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
62010         (ftypelet): Use S_ISCTG.
62011         From Michael Deutschmann.
62012
62013 2000-04-14  Jim Meyering  <meyering@lucent.com>
62014
62015         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
62016         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
62017         clobbered.
62018
62019 2000-04-14  Jim Meyering  <meyering@lucent.com>
62020
62021         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
62022
62023 2000-04-13  Jim Meyering  <meyering@lucent.com>
62024
62025         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
62026         AH_VERBATIM to insert required #ifndef into config.h.in.
62027         Suggestion from Akim Demaille.
62028
62029 2000-04-12  Jim Meyering  <meyering@lucent.com>
62030
62031         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
62032         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
62033         Christian Krackowizer.
62034
62035         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
62036         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
62037         (AC_SYS_LARGEFILE): Require.
62038         (AM_C_PROTOTYPES): Require.
62039
62040 2000-04-08  Jim Meyering  <meyering@lucent.com>
62041
62042         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
62043         names don't conflict.  Reported by Eli Zaretskii.
62044
62045 2000-04-07  Jim Meyering  <meyering@lucent.com>
62046
62047         * lib/putenv.c: Move inclusion of errno.h so it follows that of
62048         sys/types.h, to work around system header problems on AIX 3.2.5.
62049         From Bruno Haible.
62050
62051 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
62052
62053         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
62054         bug.  Deal with the different error behavior of Irix iconv.
62055
62056 2000-04-05  Paul Eggert  <eggert@twinsun.com>
62057
62058         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
62059         IRIX if the installer said otherwise.
62060
62061 2000-04-05  Jim Meyering  <meyering@lucent.com>
62062
62063         Portability tweaks required for ultrix4.3.
62064         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
62065         (jm_CHECK_DECLS): Add getutent to the list of functions.
62066         (_jm_DECL_HEADERS): Add utmpx.h.
62067         From John David Anglin.
62068
62069         * m4/strftime.m4: Back out the 2000-04-02 change.
62070         Instead of that change, simply undefine putenv in the test program.
62071
62072 2000-04-05  Jim Meyering  <meyering@lucent.com>
62073
62074         Portability tweaks required for ultrix4.3.
62075         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
62076         getutent.
62077         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
62078         * lib/canon-host.c: Declare strdup.
62079         * lib/path-concat.c: Likewise.
62080         From John David Anglin.
62081
62082 2000-04-04  Jim Meyering  <meyering@lucent.com>
62083
62084         Be more DOS 8.3-friendly.
62085         * lib/ref-add.sin: Renamed from ref-add.sed.in.
62086         * lib/ref-del.sin: Renamed from ref-del.sed.in.
62087         * lib/Makefile.am: Reflect renaming.
62088         Reported by Eli Zaretskii.
62089
62090         Use a temporary file name that won't clash with `charset.alias'
62091         in the DOS 8.3 name space.
62092         * lib/Makefile.am (charset_tmp): Define.
62093         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
62094         (uninstall-local): Likewise.
62095         Reported by Eli Zaretskii.
62096
62097 2000-04-03  Jim Meyering  <meyering@lucent.com>
62098
62099         * m4/gettext.m4: Fix typo in comment.
62100
62101         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
62102         textutils/configure.in).  Suggestion from Paul Eggert.
62103         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
62104
62105 2000-04-02  Paul Eggert  <eggert@twinsun.com>
62106
62107         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
62108         variable in the shell rather than using putenv, which isn't
62109         portable.  This avoids the configure-time inter-test dependency
62110         on the potentially-renamed putenv function.
62111
62112 2000-03-30  Paul Eggert  <eggert@twinsun.com>
62113
62114         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
62115         before checking struct stat.st_blksize, so that
62116         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
62117
62118 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62119
62120         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
62121         since strftime.c uses HAVE_STRFTIME to decide whether to use
62122         the underlying strftime.
62123
62124 2000-03-29  Paul Eggert  <eggert@twinsun.com>
62125
62126         * lib/time/strftime.c (my_strftime): Make sure we call the system
62127         strftime, not ourselves, when invoking the underlying strftime.
62128
62129 2000-03-24  Jim Meyering  <meyering@lucent.com>
62130
62131         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
62132         (charset_alias): Define.
62133         (install-exec-local): Factor out common code.
62134         (uninstall-local): Split lines longer than 80.
62135         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
62136         (SUFFIXES): Define.
62137         (.sed.in.sed): New rule.  Don't redirect directly to $@.
62138         (CLEANFILES): Add ref-add.sed and ref-del.sed.
62139
62140 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
62141
62142         * lib/config.charset: Output a line containing "Packages using this
62143         file".
62144         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
62145         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
62146         ref-del.sed): New rules.
62147
62148 2000-03-17  Jim Meyering  <meyering@lucent.com>
62149
62150         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
62151         Otherwise, include <strings.h>
62152
62153 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
62154
62155         * lib/unicodeio.c (utf8_wctomb): New function.
62156         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
62157         format instead of in UCS-4 with platform dependent endianness.
62158
62159 2000-03-10  Jim Meyering  <meyering@lucent.com>
62160
62161         * m4/lib-check.m4: Look for getspnam in -lgen, too.
62162         From Marco Franzen.
62163
62164 2000-03-07  Paul Eggert  <eggert@twinsun.com>
62165
62166         * lib/savedir.c (savedir): Work even if directory size is
62167         negative; this can happen with some screwy NFS configurations.
62168
62169 2000-03-06  Jim Meyering  <meyering@lucent.com>
62170
62171         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
62172         if it's NULL (because we ran out of memory).  From Bruno Haible.
62173
62174 2000-03-05  Jim Meyering  <meyering@lucent.com>
62175
62176         * lib/localcharset.c ("path-concat.h"): Include.
62177         (get_charset_aliases): Use path_concat instead of ANSI string
62178         concatenation.
62179
62180         * lib/unicodeio.h (PARAMS): Define.
62181         Use it to guard prototype.
62182
62183 2000-03-04  Jim Meyering  <meyering@lucent.com>
62184
62185         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
62186         for lib/localcharset.c.
62187
62188 2000-03-04  Jim Meyering  <meyering@lucent.com>
62189
62190         * lib/Makefile.am (install-exec-local): Create $(libdir) before
62191         installing into it.
62192         (uninstall-local): Uncomment this rule so `make distcheck' works
62193         once again.
62194
62195         * lib/unicodeio.c (<errno.h>): Include it.
62196         (errno): Declare if not defined.
62197
62198         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
62199
62200         * lib/config.charset: New version, incorporating remarks from a linux
62201         i18n mailing list.  From Bruno Haible.
62202
62203 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
62204
62205         * m4/codeset.m4: New file.
62206         * m4/iconv.m4: New file.
62207         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
62208
62209 2000-03-03  Jim Meyering  <meyering@lucent.com>
62210
62211         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
62212
62213 2000-03-02  Jim Meyering  <meyering@lucent.com>
62214
62215         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
62216         the messages come out on separate lines.
62217
62218         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
62219         rather than jm_CHECK_DECLARATIONS.
62220         * m4/decl.m4: Remove now-unused file.
62221
62222         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
62223         geteuid.
62224
62225 2000-03-02  Jim Meyering  <meyering@lucent.com>
62226
62227         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
62228
62229 2000-03-01  Jim Meyering  <meyering@lucent.com>
62230
62231         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
62232         * lib/unicodeio.c: Likewise.
62233
62234 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
62235
62236         * lib/config.charset: New file.
62237         * lib/localcharset.c: New file.
62238         * lib/unicodeio.h, lib/unicodeio.c: New files.
62239         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
62240         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
62241         (noinst_HEADERS): Add unicodeio.h.
62242         (all-local, install-exec-local, charset.alias): New targets.
62243
62244 2000-02-28  Paul Eggert  <eggert@twinsun.com>
62245
62246         * lib/quotearg.c (ALERT_CHAR): New macro.
62247         (quotearg_buffer_restyled): Use it.
62248
62249 2000-02-27  Jim Meyering  <meyering@lucent.com>
62250
62251         * m4/check-decl.m4: Add getenv to the list.
62252
62253 2000-02-27  Jim Meyering  <meyering@lucent.com>
62254
62255         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
62256         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
62257
62258         * lib/backupfile.c: Guard inclusion of stdlib.h with
62259         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
62260         Declare malloc if needed.
62261
62262         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
62263         `#ifndef HAVE_DECL..'
62264         now that autoconf always defines the HAVE_DECL_ symbols.
62265         * lib/human.c: Likewise.
62266         * lib/same.c: Likewise.
62267         * lib/strtoumax.c: Likewise.
62268
62269         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
62270         declaration check was not run.
62271         * lib/hash.c: Likewise.
62272         * lib/human.c: Likewise.
62273         * lib/same.c: Likewise.
62274         * lib/strtoumax.c: Likewise.
62275
62276         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
62277         `.', then first look up the entire `.'-containing string as a login
62278         name.
62279
62280 2000-02-23  Jim Meyering  <meyering@lucent.com>
62281
62282         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
62283         in place of my hack.
62284
62285 2000-02-18  Paul Eggert  <eggert@twinsun.com>
62286
62287         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
62288         (textint): New typedef.
62289         (parser_control): Member year changed from int to textint.
62290         All uses changed.
62291         (YYSTYPE): Removed; replaced by %union with int and textint members.
62292         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
62293         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
62294         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
62295         (tSNUMBER, tUNUMBER): Now of type <textintval>.
62296         (date, number, to_year): Use width of number in digits, not its value,
62297         to determine whether it's a 2-digit year, or a 2-digit time.
62298         (yylex): Store number of digits of numeric tokens.
62299         Reported by John Kendall.
62300
62301         (parser_control): Changed from struct parser_control to typedef (for
62302         consistency).  All uses changed.
62303
62304         (tID): Removed; not used.
62305         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
62306
62307 2000-02-14  Paul Eggert  <eggert@twinsun.com>
62308
62309         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
62310         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
62311
62312 2000-02-12  Jim Meyering  <meyering@lucent.com>
62313
62314         * lib/userspec.c (ISDIGIT): Define it.
62315         (isdigit): Remove definition.
62316         (is_number): Use ISDIGIT, not isdigit.
62317         <libintl.h>: Include.
62318         (_ and N_): Define.
62319         (parse_user_spec): Mark translatable strings.
62320
62321 2000-02-10  Jim Meyering  <meyering@lucent.com>
62322
62323         With these changes, nanosleep.[ch] are finally enough like the other
62324         lib/* replacement files to compile on a few more losing systems.
62325
62326         * lib/nanosleep.h: Don't include config.h.
62327         Remove prototype from declaration of nanosleep.
62328         (PARAMS): Remove now-unneeded definition.
62329         * lib/nanosleep.c: #undef nanosleep.
62330         (rpl_nanosleep): Rename from nanosleep.
62331
62332 2000-02-10  Jim Meyering  <meyering@lucent.com>
62333
62334         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
62335         gnu_nanosleep to rpl_nanosleep.
62336
62337 2000-02-09  Jim Meyering  <meyering@lucent.com>
62338
62339         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
62340         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
62341
62342 2000-02-08  Akim Demaille  <akim@epita.fr>
62343
62344         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
62345         `[' and `]' and remove uses of `changequote'.
62346         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
62347         (AC_SYS_LARGEFILE): Likewise.
62348         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
62349         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
62350         of changequote.
62351         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
62352         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
62353         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
62354         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
62355
62356 2000-02-05  Jim Meyering  <meyering@lucent.com>
62357
62358         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
62359         Remove explicit use of AC_HEADER_TIME.  It is required by
62360         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
62361         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
62362         in autoconf whereby the expansion of the latter ended up preceding
62363         the expansion of its prerequisite, AC_HEADER_TIME.
62364         Reported by Volker Borchert.
62365
62366 2000-02-03  Jim Meyering  <meyering@lucent.com>
62367
62368         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
62369
62370 2000-02-03  Jim Meyering  <meyering@lucent.com>
62371
62372         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
62373         rather than with `#if HAVE_UTMPNAME'.
62374
62375 2000-02-02  Jim Meyering  <meyering@lucent.com>
62376
62377         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
62378         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
62379         Reported by Eli Zaretskii.
62380
62381 2000-02-01  Jim Meyering  <meyering@lucent.com>
62382
62383         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
62384
62385 2000-01-31  Jim Meyering  <meyering@lucent.com>
62386
62387         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
62388         functions.  Add the time.h and sys/time.h headers along with the
62389         AC_REQUIRE'ment of AC_HEADER_TIME.
62390
62391 2000-01-31  Jim Meyering  <meyering@lucent.com>
62392
62393         * lib/nanosleep.h (nanosleep): Guard declaration with
62394         `#if ! HAVE_DECL_NANOSLEEP'.
62395         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
62396         the declaration in that vendor's sys/timers.h.
62397         Reported by Christian Krackowizer.
62398
62399         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
62400         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
62401         (ISPRINT): Likewise.
62402         Reported by Tom Tromey.
62403
62404 2000-01-30  Jim Meyering  <meyering@lucent.com>
62405
62406         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
62407
62408         * m4/prereq.m4 (utmp_includes): Define.
62409         Check for ut_user and ut_name members in both struct utmpx
62410         and struct utmp.
62411
62412 2000-01-30  Jim Meyering  <meyering@lucent.com>
62413
62414         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
62415         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
62416         header files where only utmpx.ut_user is declared.
62417
62418         * lib/readutmp.h (UT_USER): Define.
62419
62420 2000-01-29  Jim Meyering  <meyering@lucent.com>
62421
62422         * m4/lib-check.m4: New file containing library-related checks from
62423         fileutils and sh-utils (textutils had none).
62424
62425 2000-01-28  Jim Meyering  <meyering@lucent.com>
62426
62427         * m4/perl.m4: Change format of warning message to look more like that
62428         from the missing script.  Suggestion from François Pinard.
62429
62430 2000-01-25  Jim Meyering  <meyering@lucent.com>
62431
62432         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
62433         well as time.h in the compile check.
62434         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
62435         Fix typo in cross-compiling case: s/yes/no/.
62436
62437 2000-01-23  Jim Meyering  <meyering@lucent.com>
62438
62439         * m4/jm-macros.m4: Move df-related tests here from
62440         fileutils/configure.in
62441
62442         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
62443         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
62444
62445         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
62446         s/space/ac_fsusage_space/.
62447         (jm_FILE_SYSTEM_USAGE): Take two parameters.
62448
62449         * m4/ftruncate.m4: New file (derived from part of
62450         fileutils/configure.in).
62451         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
62452         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
62453
62454         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
62455         AC_SUBST these here, rather than just in sh-util/configure.in, so
62456         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
62457         all the same.
62458         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
62459         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
62460         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
62461         (AC_SUBST(POW_LIBM)): Likewise.
62462         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
62463
62464 2000-01-23  Jim Meyering  <meyering@lucent.com>
62465
62466         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
62467         obstack.c.
62468
62469 2000-01-22  Jim Meyering  <meyering@lucent.com>
62470
62471         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
62472
62473         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
62474
62475         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
62476         configure.in
62477         (AC_CHECK_HEADERS): Likewise for sh-utils.
62478         (AC_CHECK_HEADERS): Likewise for textutils.
62479         Merge the three lists of headers.
62480
62481         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
62482         from fileutils' configure.in.
62483
62484         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
62485         code. Moved tests into their own function (_jm_DECL_HEADERS) in
62486         check-decl.m4.
62487
62488         * m4/check-decl.m4: Use #if rather than #ifdef.
62489         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
62490         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
62491         (_jm_DECL_HEADERS): Define new function.
62492         (jm_CHECK_DECLARATIONS): Require it.
62493
62494 2000-01-22  Jim Meyering  <meyering@lucent.com>
62495
62496         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
62497         [! HAVE_DECL_STRTOULL]: Declare strtoull.
62498         Required for some AIX systems.  Reported by Christian Krackowizer.
62499         [TESTING] (main): New function.
62500
62501         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
62502         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
62503         letters.
62504
62505         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
62506         iswprint.
62507
62508         * lib/strverscmp.c (ISDIGIT): Define.
62509         (strverscmp): Use ISDIGIT, not isdigit.
62510
62511 2000-01-19  Jim Meyering  <meyering@lucent.com>
62512
62513         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
62514         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
62515         defines `struct timespec' in <sys/time.h>
62516
62517         * m4/c-bs-a.m4: Remove uses of changequote altogether.
62518         Thanks to Akim for explaining.
62519
62520 2000-01-17  Paul Eggert  <eggert@twinsun.com>
62521
62522         * lib/nanosleep.c (nanosleep):
62523         Don't use SA_INTERRUPT to decide whether to call sigaction, as
62524         POSIX.1 doesn't require SA_INTERRUPT and some systems
62525         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
62526         it's been part of POSIX.1 since day 1 (in 1988).
62527
62528 2000-01-17  Jim Meyering  <meyering@lucent.com>
62529
62530         * lib/interlock: Remove unused file.  Reported by François Pinard.
62531
62532 2000-01-16  Paul Eggert  <eggert@twinsun.com>
62533
62534         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
62535         alert, backslash, formfeed, and vertical tab unnecessarily in
62536         shell quoting style.
62537
62538 2000-01-16  Jim Meyering  <meyering@lucent.com>
62539
62540         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
62541         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
62542         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
62543         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
62544
62545 2000-01-16  Jim Meyering  <meyering@lucent.com>
62546
62547         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
62548         because the latter didn't work.
62549
62550 2000-01-15  Jim Meyering  <meyering@lucent.com>
62551
62552         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
62553         (AC_REPLACE_FUNCS): Add memcpy and memset.
62554         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
62555         Add strpbrk.
62556         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
62557
62558 2000-01-12  Jim Meyering  <meyering@lucent.com>
62559
62560         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
62561         (jm_PREREQ): Use it.
62562         (jm_PREREQ_READUTMP): New macro.
62563         (jm_PREREQ): Use it.
62564
62565 2000-01-11  Paul Eggert  <eggert@twinsun.com>
62566
62567         Quote multibyte characters correctly.
62568         * m4/c-bs-a.m4: New file.
62569         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
62570         (jm_PREREQ): Use it.
62571
62572 2000-01-11  Paul Eggert  <eggert@twinsun.com>
62573
62574         * m4/uintmax_t.m4: Port to autoconf 2.13.
62575
62576 2000-01-08  Jim Meyering  <meyering@ascend.com>
62577
62578         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
62579         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
62580
62581 2000-01-04  Jim Meyering  <meyering@ascend.com>
62582
62583         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
62584         jm_STRUCT_DIRENT_D_TYPE.
62585         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
62586         jm_STRUCT_DIRENT_D_INO.
62587         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
62588         jm_STRUCT_UTIMBUF.
62589         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
62590         renamings.
62591         * m4/utime.m4: Likewise.
62592
62593         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
62594         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
62595
62596 2000-01-03  Paul Eggert  <eggert@twinsun.com>
62597
62598         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
62599         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
62600
62601 2000-01-02  Jim Meyering  <meyering@ascend.com>
62602
62603         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
62604         remember if this is necessary.
62605
62606 1999-12-26  Jim Meyering  <meyering@ascend.com>
62607
62608         * m4/jm-macros.m4: Use it here.
62609         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
62610
62611 1999-12-23  Jim Meyering  <meyering@ascend.com>
62612
62613         * m4/jm-macros.m4: Check for clock_gettime (moved from
62614         fileutils/configure.in)
62615         Check for gettimeofday.
62616
62617 1999-12-20  Jim Meyering  <meyering@ascend.com>
62618
62619         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
62620         autoconf-2.14a-1999-12-20.
62621
62622 1999-12-19  Jim Meyering  <meyering@ascend.com>
62623
62624         * m4/lstat-slash.m4: New file.
62625         * m4/jm-macros.m4: Use the new macro:
62626         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
62627
62628 1999-12-07  Jim Meyering  <meyering@ascend.com>
62629
62630         * m4/perl.m4: Require that File::Compare be available, too.
62631         Too many systems seem to lack it.
62632
62633         * m4/strftime.m4: Add checks for most of the cpp macros tested in
62634         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
62635
62636 1999-11-18  Paul Eggert  <eggert@twinsun.com>
62637
62638         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
62639         problem with the QNX 4.25 shell, which doesn't propagate exit
62640         status of failed commands inside shell assignments.
62641
62642 1999-11-17  Jim Meyering  <meyering@ascend.com>
62643
62644         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
62645
62646 1999-11-07  Jim Meyering  <meyering@ascend.com>
62647
62648         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
62649
62650 1999-11-06  Jim Meyering  <meyering@ascend.com>
62651
62652         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
62653         * m4/jm-macros.m4 (jm_MACROS): Use it here.
62654
62655 1999-11-05  Jim Meyering  <meyering@ascend.com>
62656
62657         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
62658         configure.in of textutils, fileutils, and sh-utils into this one
62659         (shared between those packages) file.
62660         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
62661         AC_STRUCT_ST_BLKSIZE.
62662
62663 1999-11-03  Jim Meyering  <meyering@ascend.com>
62664
62665         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
62666         of AC_CHECK_TYPE checks includes unistd.h.
62667         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
62668         Suggestion from Akim Demaille.
62669
62670 1999-10-30  Jim Meyering  <meyering@ascend.com>
62671
62672         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
62673         m4-quoted string.
62674         * m4/ls-mntd-fs.m4: Likewise.
62675         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
62676         * m4/jm-winsz1.m4: Likewise.
62677
62678         * m4/const.m4: Remove file, since the fix made it into the experimental
62679         version of autoconf.
62680         * m4/mktime.m4: Likewise.
62681
62682         * m4/check-type.m4: Remove file, now that the latest version of
62683         AC_CHECK_TYPE takes a third arg to specify additional #includes.
62684
62685         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
62686         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
62687         AC_CHECK_TYPE.
62688
62689 1999-10-04  Jim Meyering  <meyering@ascend.com>
62690
62691         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
62692
62693 1999-09-22  Paul Eggert  <eggert@twinsun.com>
62694
62695         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
62696         2.95.1 bug with HP-UX 10.20.
62697
62698 1999-09-17  Jim Meyering  <meyering@ascend.com>
62699
62700         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
62701         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
62702         due to missing strdup (against sh-utils-2.0).
62703
62704 1999-08-29  Jim Meyering  <meyering@ascend.com>
62705
62706         * m4/jm-macros.m4: Require jm_BISON.
62707         * m4/bison.m4: New file.
62708
62709 1999-08-17  Paul Eggert  <eggert@twinsun.com>
62710
62711         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
62712         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
62713
62714 1999-08-05  Jim Meyering  <meyering@ascend.com>
62715
62716         * m4/getline.m4: Rename test file from conftestdata to conftest.data
62717         to avoid conflicts with `conftest' on 8+3 filesystems.
62718         Suggestion from Eli Zaretskii.
62719
62720 1999-08-04  Jim Meyering  <meyering@ascend.com>
62721
62722         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
62723         fileutils and sh-utils (textutils's getline test was inadequate).
62724         (AM_FUNC_GETLINE): Run this test.
62725         (AC_CHECK_FUNCS): Check for getdelim.
62726         Reported by Bob Proulx.
62727
62728 1999-08-02  Jim Meyering  <meyering@ascend.com>
62729
62730         * m4/jm-macros.m4: Add a comment.
62731
62732 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62733
62734         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
62735         <inttypes.h> defines strtoumax as a macro (and not as a
62736         function).
62737
62738 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62739
62740         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
62741         that we can shift, multiply and divide unsigned long long
62742         values; Ultrix cc can't do it.
62743
62744 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62745
62746         * m4/mktime.m4: New file, which is a preview of what should appear
62747         in the next public autoconf release.
62748
62749 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62750
62751         * m4/lfs.m4: Remove this file.
62752         * m4/largefile.m4: New file.  It contains the old contents of
62753         lfs.m4, except that all names with prefix AC_LFS have been
62754         changed to use the prefix AC_SYS_LARGEFILE instead, to be
62755         compatible with future autoconf versions.  Also, some minor m4
62756         quoting problems have been fixed.
62757
62758 1999-08-01  Paul Eggert  <eggert@twinsun.com>
62759
62760         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
62761         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
62762         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
62763         and simplify the shell code.
62764
62765 1999-08-01  Jim Meyering  <meyering@ascend.com>
62766
62767         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
62768         m4.
62769
62770 1999-07-20  Jim Meyering  <meyering@ascend.com>
62771
62772         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
62773
62774 1999-07-15  Jim Meyering  <meyering@ascend.com>
62775
62776         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
62777
62778 1999-05-22  Jim Meyering  <meyering@ascend.com>
62779
62780         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
62781
62782 1999-05-20  Jim Meyering  <meyering@ascend.com>
62783
62784         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
62785         Add a colon after each `then' in case $4 is empty.
62786
62787 1999-05-16  Jim Meyering  <meyering@ascend.com>
62788
62789         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
62790
62791 1999-05-10  Jim Meyering  <meyering@ascend.com>
62792
62793         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
62794
62795         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
62796         AC_FUNC_MKTIME.
62797
62798 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
62799
62800         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
62801
62802 1999-05-04  Paul Eggert  <eggert@twinsun.com>
62803
62804         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
62805         not CPPFLAGS, so that linking works correctly in IRIX.
62806
62807 1999-04-30  Paul Eggert  <eggert@twinsun.com>
62808
62809         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
62810
62811 1999-04-20  Paul Eggert  <eggert@twinsun.com>
62812
62813         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
62814         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
62815         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
62816         jm_AC_TYPE_UNSIGNED_LONG_LONG.
62817         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
62818
62819         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
62820
62821 1999-04-20  Jim Meyering  <meyering@ascend.com>
62822
62823         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
62824         AC_REPLACE xstroull if necessary.  From Paul Eggert.
62825         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
62826
62827 1999-04-18  Jim Meyering  <meyering@ascend.com>
62828
62829         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
62830         * m4/jm-macros.m4: Use it.
62831
62832 1999-04-06  Jim Meyering  <meyering@ascend.com>
62833
62834         * m4/strftime.m4: Remove test for %f.
62835
62836 1999-03-29  Jim Meyering  <meyering@ascend.com>
62837
62838         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
62839         superset of the AC_TYPE_* checks in the textutils, fileutils,
62840         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
62841         AC_TYPE_PID_T.
62842
62843 1999-03-28  Jim Meyering  <meyering@ascend.com>
62844
62845         * m4/jm-macros.m4: Define GNU_PACKAGE here.
62846         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
62847         replaced e.g., in the *.sh files of the sh-utils.
62848
62849 1999-03-20  Jim Meyering  <meyering@ascend.com>
62850
62851         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
62852         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
62853         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
62854
62855 1999-03-19  Jim Meyering  <meyering@ascend.com>
62856
62857         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
62858
62859 1999-03-12  Jim Meyering  <meyering@ascend.com>
62860
62861         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
62862
62863 1999-03-07  Jim Meyering  <meyering@ascend.com>
62864
62865         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
62866         declared.
62867
62868 1999-02-17  Jim Meyering  <meyering@ascend.com>
62869
62870         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
62871         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
62872
62873 1999-02-07  Jim Meyering  <meyering@ascend.com>
62874
62875         * m4/group-member.m4: New file -- extracted from sh-utils'
62876         configure.in.
62877
62878         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
62879         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
62880
62881 1999-02-06  Jim Meyering  <meyering@ascend.com>
62882
62883         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
62884         * m4/fnmatch.m4: Likewise.
62885         * m4/getgroups.m4: Likewise.
62886         * m4/lstat.m4: Likewise.
62887         * m4/malloc.m4: Likewise.
62888         * m4/putenv.m4: Likewise.
62889         * m4/realloc.m4: Likewise.
62890         * m4/regex.m4: Likewise.
62891         * m4/stat.m4: Likewise.
62892         * m4/strftime.m4: Likewise.
62893         Suggestion from Alain Magloire.
62894
62895         * m4/chown.m4: Use `.$ac_objext', not `.o'.
62896         * m4/fnmatch.m4: Likewise.
62897         * m4/getgroups.m4: Likewise.
62898         * m4/getline.m4: Likewise.
62899         * m4/lstat.m4: Likewise.
62900         * m4/malloc.m4: Likewise.
62901         * m4/memcmp.m4: Likewise.
62902         * m4/putenv.m4: Likewise.
62903         * m4/realloc.m4: Likewise.
62904         * m4/regex.m4: Likewise.
62905         * m4/stat.m4: Likewise.
62906         * m4/strftime.m4: Likewise.
62907         Suggestion from Alain Magloire.
62908
62909         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
62910         an argument.
62911
62912         * m4/regex.m4: Add a run-time Test for proper operation of
62913         re_compile_pattern.
62914
62915 1999-01-31  Jim Meyering  <meyering@ascend.com>
62916
62917         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
62918
62919 1999-01-30  Jim Meyering  <meyering@ascend.com>
62920
62921         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
62922
62923         * m4/jm-mktime.m4: Make this a wrapper around the official
62924         AM_FUNC_MKTIME rather than my private copy, now that the official one
62925         is up to date.
62926         * m4/mktime.m4: Remove file.
62927
62928         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
62929         * m4/uptime.m4: Likewise.
62930         * m4/uintmax_t.m4: Likewise.
62931
62932 1999-01-28  Jim Meyering  <meyering@ascend.com>
62933
62934         * m4/jm-macros.m4: Use jm_AFS.
62935         * m4/afs.m4: New file (from fileutils' configure.in).
62936
62937         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
62938         * m4/chown.m4: Likewise.
62939         * m4/d-ino.m4: Likewise.
62940         * m4/d-type.m4: Likewise.
62941         * m4/fnmatch.m4: Likewise.
62942         * m4/getgroups.m4: Likewise.
62943         * m4/gettext.m4: Likewise.
62944         * m4/jm-mktime.m4: Likewise.
62945         * m4/jm-winsz2.m4: Likewise.
62946         * m4/lcmessage.m4: Likewise.
62947         * m4/ls-mntd-fs.m4: Likewise.
62948         * m4/malloc.m4: Likewise.
62949         * m4/memcmp.m4: Likewise.
62950         * m4/putenv.m4: Likewise.
62951         * m4/realloc.m4: Likewise.
62952         * m4/st_mtim.m4: Likewise.
62953         * m4/strftime.m4: Likewise.
62954
62955 1999-01-16  Jim Meyering  <meyering@ascend.com>
62956
62957         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
62958         (ARGMATCH_DIE_DECL): Define.
62959
62960 1999-01-12  Jim Meyering  <meyering@ascend.com>
62961
62962         * m4/Makefile.am.in: Rewrite to avoid using fmt.
62963         Reported by Lars Hecking.
62964
62965 1999-01-10  Jim Meyering  <meyering@ascend.com>
62966
62967         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
62968         gross kludge.
62969         * m4/inttypes_h.m4: Likewise.
62970         * m4/lstat.m4: Likewise.
62971         * m4/malloc.m4: Likewise.
62972         * m4/readdir.m4: Likewise.
62973         * m4/realloc.m4: Likewise.
62974         * m4/st_dm_mode.m4: Likewise.
62975         * m4/stat.m4: Likewise.
62976         * m4/utimbuf.m4: Likewise.
62977         * m4/utimes.m4: Likewise.
62978
62979         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
62980         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
62981         comments in config.h.in are meaningful.
62982
62983         * m4/jm-macros.m4: Require autoconf-2.13 here.
62984
62985         * m4/regex.m4: By default, don't use the included regex.c on systems
62986         with glibc 2.  Suggestion from Uli Drepper.
62987
62988 1999-01-02  Jim Meyering  <meyering@ascend.com>
62989
62990         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
62991
62992 1998-12-18  Jim Meyering  <meyering@ascend.com>
62993
62994         * m4/Makefile.am.in (Makefile.am): Simplify rule.
62995         Based on a suggestion from Lars Hecking.
62996
62997 1998-11-16  Paul Eggert  <eggert@twinsun.com>
62998
62999         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
63000
63001 1998-11-16  Jim Meyering  <meyering@ascend.com>
63002
63003         * m4/lfs.m4: Double-quote the `uname...` expression.
63004
63005 1998-11-14  Jim Meyering  <meyering@ascend.com>
63006
63007         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
63008         * m4/stat.m4: Likewise.
63009
63010 1998-11-03  Jim Meyering  <meyering@ascend.com>
63011
63012         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
63013         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
63014
63015 1998-10-18  Jim Meyering  <meyering@ascend.com>
63016
63017         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
63018
63019 1998-10-17  Jim Meyering  <meyering@ascend.com>
63020
63021         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
63022         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
63023         calls for those previously hard-coded headers.  Instead, take a new
63024         parameter.
63025         (jm_CHECK_DECLARATIONS): Reflect interface change.
63026         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
63027         (jm_CHECK_DECL_LOCALTIME_R): New macro.
63028
63029         * m4/mktime.m4: Test for spring-forward gap before long-running test.
63030
63031 1998-10-14  Jim Meyering  <meyering@ascend.com>
63032
63033         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
63034         instead of "TZ=America/Vancouver".  From Paul Eggert.
63035
63036 1998-10-11  Jim Meyering  <meyering@ascend.com>
63037
63038         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
63039         This adds a test for a recently added compatibility fix for mktime.c.
63040         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
63041
63042 1998-09-27  Jim Meyering  <meyering@ascend.com>
63043
63044         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
63045
63046         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
63047         ../configure.in, including a change from Gordon Matzigkeit to allow
63048         cross-compiling for the Hurd.
63049
63050         * m4/glibc.m4: New file/macro to test for the GNU C Library
63051         versions 1 and 2.  From Gordon Matzigkeit.
63052         Indent.
63053
63054 1998-09-21  Jim Meyering  <meyering@ascend.com>
63055
63056         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
63057
63058 1998-08-18  Paul Eggert  <eggert@twinsun.com>
63059
63060         Port nanosecond-resolution times to UnixWare 2.1.2 and
63061         pedantic Solaris 2.6.
63062
63063         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
63064         AC_STRUCT_ST_MTIM.
63065         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
63066         Generate name of ns member, instead of just 1 or undef.
63067         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
63068
63069 1998-08-15  Jim Meyering  <meyering@ascend.com>
63070
63071         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
63072         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
63073         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
63074         instead of jm_TYPE_SSIZE_T.
63075
63076 1998-08-12  Jim Meyering  <meyering@ascend.com>
63077
63078         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
63079
63080 1998-08-02  Jim Meyering  <meyering@ascend.com>
63081
63082         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
63083         in acconfig.h manually.
63084
63085 1998-07-31  Paul Eggert  <eggert@twinsun.com>
63086
63087         * m4/st_mtim.m4: New file.
63088
63089 1998-07-28  Jim Meyering  <meyering@ascend.com>
63090
63091         * m4/utimes.m4: Undef stat.
63092
63093 1998-07-25  Jim Meyering  <meyering@ascend.com>
63094
63095         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
63096         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
63097
63098 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
63099
63100         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
63101         uid and gid actually remain unchanged.
63102
63103 1998-07-07  Jim Meyering  <meyering@ascend.com>
63104
63105         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
63106
63107 1998-07-04  Jim Meyering  <meyering@ascend.com>
63108
63109         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
63110         to prove that this macro can be used in packages without regex.c.
63111
63112 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
63113
63114         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
63115         is to be used.
63116
63117 1998-07-03  Jim Meyering  <meyering@ascend.com>
63118
63119         * m4/gettext.m4: Add -lintl if it's found to be necessary.
63120
63121         * m4/gettext.m4: New file -- from gettext-0.10.35.
63122         * m4/lcmessage.m4: Likewise.
63123         * m4/progtest.m4: Likewise.
63124
63125         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
63126         * m4/jm-macros.m4: Require the new macro.
63127
63128 1998-06-29  Jim Meyering  <meyering@ascend.com>
63129
63130         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
63131         for the definition of NGROUPS (used in a system header included
63132         by sys/mount.h).
63133
63134 1998-06-28  Jim Meyering  <meyering@ascend.com>
63135
63136         * m4/ls-mntd-fs.m4: New file.
63137         * m4/fstypename.m4: New file.
63138
63139         * m4/jm-macros.m4: Require the new macro.
63140         * m4/jm-glibc-io.m4: New file.
63141
63142 1998-05-19  Jim Meyering  <meyering@ascend.com>
63143
63144         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
63145         * m4/lchown.m4: New file.
63146
63147         * m4/Makefile.am.in: New file.
63148         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
63149
63150 1998-05-14  Jim Meyering  <meyering@ascend.com>
63151
63152         * m4/Makefile.am (EXTRA_DIST): Add them.
63153         * m4/jm-macros.m4: New file.
63154         * m4/utimbuf.m4: New file.
63155
63156 1998-05-12  Jim Meyering  <meyering@ascend.com>
63157
63158         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
63159
63160 1998-05-11  Jim Meyering  <meyering@ascend.com>
63161
63162         * m4/isc-posix.m4: New file.
63163
63164 1998-05-10  Jim Meyering  <meyering@ascend.com>
63165
63166         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
63167
63168 1998-05-09  Jim Meyering  <meyering@ascend.com>
63169
63170         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
63171         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
63172         with automake.
63173
63174         * m4/ssize_t.m4: New file.
63175         * m4/mktime.m4: Remove file -- the new automake has this now.
63176
63177 1998-04-26  Jim Meyering  <meyering@ascend.com>
63178
63179         * m4/assert.m4: New file.
63180         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
63181
63182 1998-04-05  Jim Meyering  <meyering@ascend.com>
63183
63184         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
63185         (jm_PREREQ): Use it here.
63186
63187 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
63188
63189         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
63190         in acconfig.h.
63191
63192 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
63193
63194         * m4/prereq.m4: New file.
63195         * m4/error.m4: New file.
63196         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
63197
63198 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
63199
63200         * m4/getline.m4: Don't set am_cv_func_working_getline before the
63201         cache-check for the same variable -- that defeated the purpose of
63202         the test; the test program was never run.  This was a problem only
63203         on systems with losing getline functions -- HP-UX 10.20 is one.
63204         Reported by Bjorn Helgaas.
63205
63206 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
63207
63208         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
63209
63210 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
63211
63212         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
63213
63214         * m4/const.m4: New file.  Use an initializer in this declaration
63215         typedef int charset[2]; const charset x;
63216         Reported by Bob Glickstein.
63217
63218 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
63219
63220         * m4/chown.m4: Fix reversed types on -1 args to chown.
63221         From Kaveh Ghazi.
63222
63223 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
63224
63225         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
63226         Add lseek and memchr.
63227
63228         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
63229         T.E.Dickey <dickey@clark.net> said that some older preprocessors
63230         have a 20-character limit on names.
63231
63232 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
63233
63234         * m4/inttypes_h.m4: New file.
63235         * m4/uintmax_t.m4: New file.
63236         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
63237
63238
63239         -----
63240
63241         Local Variables:
63242         coding: utf-8
63243         End:
63244
63245         Copyright (C) 1997-2010 Free Software Foundation, Inc.
63246
63247         Copying and distribution of this file, with or without
63248         modification, are permitted provided the copyright notice
63249         and this notice are preserved.